:root {
  --bg: #000000;
  --ink: #ffffff;
  --accent: #bc1031;
  --surface: #151515;
  --muted: #c4c7c5;
  --line: #56605c;
  --action: #bc1031;
  --action-ink: #ffffff;
  --radius: 0px;
  --button-radius: 40px;
}
@font-face {
  font-family: Display;
  src: url("fonts/montserrat.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Body;
  src: url("fonts/dm-sans.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
* {
  box-sizing: border-box;
  min-width: 0;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font:
    18px/1.65 Body,
    Arial,
    sans-serif;
}
body,
input,
button,
textarea,
select {
  font-family: Body, Arial, sans-serif;
}
h1,
h2,
h3,
h4 {
  font-family: Display, Arial, sans-serif;
  font-weight: 600;
  line-height: 1.14;
  letter-spacing: -0.025em;
  overflow-wrap: break-word;
  text-wrap: balance;
}
h1 {
  font-size: clamp(2.3rem, 5.1vw, 4.6rem);
  margin: 0 0 24px;
  max-width: 22ch;
}
h2 {
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  margin: 0 0 22px;
}
h3 {
  font-size: 1.5rem;
  margin: 0 0 16px;
}
p {
  margin: 0 0 20px;
}
p:last-child {
  margin-bottom: 0;
}
a {
  color: inherit;
  text-underline-offset: 4px;
}
a:hover {
  text-decoration-thickness: 2px;
}
button,
input,
textarea,
select {
  font-size: 1rem;
}
button,
a,
input,
textarea,
select {
  touch-action: manipulation;
}
button,
a {
  -webkit-tap-highlight-color: transparent;
}
button {
  cursor: pointer;
}
img {
  display: block;
  width: 100%;
  height: auto;
}
figure {
  margin: 0;
}
figcaption {
  font-size: 0.76rem;
  line-height: 1.55;
  margin-top: 12px;
  color: var(--muted);
  overflow-wrap: anywhere;
}
ul,
ol {
  padding-left: 1.3em;
}
li {
  margin-bottom: 10px;
}
table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
}
th,
td {
  padding: 18px;
  border-bottom: 1px solid var(--line);
  vertical-align: top;
}
th {
  font-weight: 600;
}
a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
summary:focus-visible,
select:focus-visible {
  outline: 3px solid var(--ink);
  outline-offset: 5px;
}
button {
  color: inherit;
}
input,
textarea,
select {
  width: 100%;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--bg);
  color: var(--ink);
}
textarea {
  min-height: 160px;
  resize: vertical;
}
input[type="checkbox"] {
  width: 20px;
  height: 20px;
  flex: none;
  accent-color: var(--ink);
}
label {
  display: block;
  font-size: 0.94rem;
  margin-bottom: 7px;
}
form > div {
  margin: 18px 0;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
.so-consent {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  line-height: 1.5;
}
.so-consent input {
  margin-top: 4px;
}
.so-wrap {
  width: min(1220px, calc(100% - 64px));
  margin-inline: auto;
}
.so-skip {
  position: fixed;
  top: 12px;
  left: 12px;
  transform: translateY(-200%);
  z-index: 100;
  background: var(--ink);
  color: var(--bg);
  padding: 12px;
}
.so-skip:focus {
  transform: none;
}
.so-masthead {
  border-bottom: 1px solid var(--line);
}
.so-brand {
  font:
    600 28px/1.1 Display,
    sans-serif;
  letter-spacing: -0.04em;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  white-space: nowrap;
}
.so-brand svg {
  width: 32px;
  height: 32px;
  flex: none;
}
.so-navrow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-block: 25px;
}
.so-navigation {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 0.87rem;
}
.so-navigation a {
  text-decoration: none;
}
.so-navigation a[aria-current="page"] {
  text-decoration: underline;
}
.so-navigation .so-action {
  padding: 10px 18px;
  font-size: 0.85rem;
}
.so-strap {
  font-size: 0.79rem;
  letter-spacing: 0.04em;
  margin: 0;
}
.so-band {
  padding: 12px 0;
  border-bottom: 1px solid var(--line);
}
.so-band .so-wrap {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.so-menu-button {
  display: none;
  background: transparent;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 11px 14px;
}
.so-action {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 14px 23px;
  background: var(--action);
  color: var(--action-ink);
  border: 1px solid transparent;
  border-radius: var(--button-radius);
  text-decoration: none;
  font-size: 0.96rem;
  font-weight: 600;
  line-height: 1.4;
}
.so-action:hover {
  filter: brightness(0.94);
}
.so-textlink {
  display: inline-block;
  font-size: 1rem;
  font-weight: 600;
}
.so-eyebrow {
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 22px;
}
.so-lead {
  font-size: 1.2rem;
  line-height: 1.65;
  max-width: 65ch;
}
.so-section {
  padding-block: 80px;
  border-bottom: 1px solid var(--line);
}
.so-section-heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
  margin-bottom: 30px;
}
.so-section-heading > p {
  max-width: 45ch;
}
.so-hero {
  padding-block: 72px;
}
.so-hero-copy {
  max-width: 790px;
}
.so-hero .so-photo {
  margin: 0;
}
.so-photo img {
  aspect-ratio: 3/2;
  object-fit: cover;
  border-radius: var(--radius);
}
.so-hero .so-photo img {
  aspect-ratio: 16/10;
}
.hero-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
  gap: 44px;
  align-items: center;
}
.so-hero .so-actions {
  display: flex;
  gap: 20px;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 28px;
}
.hero-note {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
}
.hero-note ul {
  margin-bottom: 0;
}
.so-stories {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px;
}
.so-story {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
}
.so-story figure {
  margin-bottom: 26px;
}
.so-story .so-photo img {
  aspect-ratio: 16/10;
}
.so-story > p {
  font-size: 1rem;
}
.so-story h3 a {
  text-decoration: none;
}
.so-story h3 a:hover {
  text-decoration: underline;
}
.so-columns {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}
.so-note {
  padding: 28px;
  border-radius: var(--radius);
  background: var(--surface);
}
.so-note p {
  font-size: 1rem;
}
.so-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: start;
}
.reading {
  max-width: 740px;
}
.so-small {
  font-size: 0.86rem;
  line-height: 1.6;
  color: var(--muted);
}
.so-notice {
  padding: 18px 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  font-size: 0.86rem;
  line-height: 1.6;
}
.so-form-panel {
  padding: 32px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}
.so-form-result {
  margin-top: 18px;
  font-weight: 600;
  overflow-wrap: anywhere;
}
.so-plans {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}
.so-plan {
  border: 1px solid var(--line);
  padding: 30px;
  border-radius: var(--radius);
  background: var(--surface);
}
.so-plan.so-featured {
  border: 2px solid var(--ink);
}
.so-plan h3 {
  font-size: 1.5rem;
}
.so-price {
  font-family: Display, sans-serif;
  font-size: 2.5rem;
  line-height: 1.2;
  margin: 24px 0;
}
.so-price small {
  font:
    400 0.9rem/1.4 Body,
    sans-serif;
  white-space: nowrap;
}
.so-plan li {
  font-size: 0.94rem;
}
.so-plan .so-action {
  margin-top: 15px;
}
.so-badge {
  display: inline-block;
  padding: 5px 11px;
  border: 1px solid var(--line);
  border-radius: 50px;
  font-size: 0.75rem;
  margin-bottom: 20px;
}
.so-faq {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 36px;
}
details {
  border-bottom: 1px solid var(--line);
  padding: 20px 0;
}
summary {
  font-size: 1.12rem;
  font-weight: 600;
  cursor: pointer;
  line-height: 1.5;
}
details p {
  padding-top: 15px;
  font-size: 1rem;
}
.so-breadcrumbs {
  font-size: 0.82rem;
  line-height: 1.6;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  padding-block: 26px;
  margin: 0;
  list-style: none;
}
.so-breadcrumbs li {
  margin: 0;
}
.so-page-title {
  padding-block: 44px 60px;
}
.so-page-title h1 {
  max-width: 25ch;
}
.so-prose-grid {
  display: grid;
  grid-template-columns: minmax(0, 740px) minmax(0, 1fr);
  gap: 70px;
}
.so-prose section {
  margin-bottom: 44px;
}
.so-prose section:last-child {
  margin-bottom: 0;
}
.so-prose h2 {
  font-size: 1.8rem;
}
.so-prose p {
  max-width: 70ch;
}
.so-toc {
  position: sticky;
  top: 30px;
  border: 1px solid var(--line);
  padding: 24px;
  background: var(--surface);
  border-radius: var(--radius);
}
.so-toc ul {
  list-style: none;
  margin: 16px 0 0;
  padding: 0;
}
.so-toc li {
  padding: 10px 0;
  border-top: 1px solid var(--line);
  font-size: 0.88rem;
}
.so-article-photo {
  margin-bottom: 48px;
}
.so-article-photo img {
  max-height: 560px;
}
.so-recap {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  margin-top: 45px;
  background: var(--surface);
}
.so-sources {
  margin-top: 30px;
  font-size: 0.95rem;
}
.so-sources ul {
  display: flex;
  gap: 16px 28px;
  flex-wrap: wrap;
  padding: 0;
  list-style: none;
}
.source-note {
  margin-top: 20px;
}
.so-institution {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
}
.so-institution section {
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}
.so-institution section h2 {
  font-size: 1.8rem;
}
.so-institution section p {
  font-size: 1.05rem;
}
.so-credits {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 40px;
}
.so-credit {
  overflow-wrap: anywhere;
}
.so-credit h2 {
  font-size: 1.4rem;
  margin-top: 24px;
}
.so-credit p {
  font-size: 0.88rem;
}
.so-credit img {
  aspect-ratio: 3/2;
  object-fit: cover;
}
.so-site-footer {
  padding: 50px 0;
}
.so-footer-grid {
  display: grid;
  grid-template-columns: 1.25fr 1fr 1fr;
  gap: 40px;
}
.so-footer-links {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  font-size: 0.88rem;
}
.so-footer-bottom {
  margin-top: 36px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
  font-size: 0.8rem;
}
.so-footer-brand .so-brand {
  margin-bottom: 20px;
}
.so-footer-brand > p {
  max-width: 38ch;
  font-size: 0.92rem;
}
.table-scroll {
  overflow: auto;
}
.table-scroll th {
  font-size: 0.9rem;
}
.table-scroll .so-price {
  font-size: 1.6rem;
}
.so-plan summary {
  font-family: Display, sans-serif;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.so-plan summary .so-price {
  margin: 0;
}
.so-standalone-letter {
  max-width: 800px;
  margin: auto;
}
.so-related {
  padding-top: 50px;
  margin-top: 50px;
  border-top: 1px solid var(--line);
}
.so-plain-list {
  list-style: none;
  padding: 0;
}
.so-plain-list li {
  border-bottom: 1px solid var(--line);
  padding: 14px 0;
}
.pill-list {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  padding: 0;
  list-style: none;
}
.pill-list li {
  border: 1px solid var(--line);
  border-radius: 50px;
  padding: 9px 16px;
  font-size: 0.9rem;
}
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
[hidden] {
  display: none !important;
}
@media (max-width: 1000px) {
  .so-navigation {
    gap: 12px;
    font-size: 0.8rem;
  }
  .so-brand {
    font-size: 26px;
  }
  .so-navrow {
    gap: 16px;
  }
  .hero-layout {
    gap: 30px;
  }
  .so-columns {
    grid-template-columns: 1fr 1fr;
  }
  .so-prose-grid {
    gap: 35px;
    grid-template-columns: minmax(0, 1fr) minmax(220px, 0.4fr);
  }
  .so-plan {
    padding: 22px;
  }
}
@media (max-width: 760px) {
  body {
    font-size: 17px;
  }
  .so-wrap {
    width: calc(100% - 36px);
  }
  h1 {
    font-size: clamp(2.05rem, 8.2vw, 3.3rem);
    max-width: none;
  }
  h2 {
    font-size: 1.85rem;
  }
  h3 {
    font-size: 1.42rem;
  }
  .so-section {
    padding-block: 46px;
  }
  .so-hero {
    padding-block: 45px;
  }
  .hero-layout,
  .so-split,
  .so-prose-grid,
  .so-institution,
  .so-credits,
  .so-columns,
  .so-stories,
  .so-plans,
  .so-faq,
  .so-footer-grid {
    grid-template-columns: minmax(0, 1fr);
  }
  .hero-layout,
  .so-split {
    gap: 30px;
  }
  .so-section-heading {
    display: block;
  }
  .so-section-heading > p {
    margin-top: 16px;
  }
  .so-story,
  .so-note,
  .so-plan,
  .so-form-panel,
  .so-institution section {
    padding: 23px;
  }
  .so-lead {
    font-size: 1.09rem;
  }
  .so-js .so-menu-button {
    display: block;
  }
  .so-navrow {
    flex-wrap: wrap;
    padding-block: 20px;
  }
  .so-js .so-navigation {
    display: none;
  }
  .so-js .so-navigation.so-open {
    display: flex;
  }
  .so-navigation {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding-top: 12px;
  }
  .so-navigation a {
    padding: 12px;
    font-size: 1rem;
  }
  .so-navigation .so-action {
    margin-top: 12px;
  }
  .so-strap {
    font-size: 0.7rem;
  }
  .so-band .so-wrap {
    flex-wrap: wrap;
    gap: 6px;
  }
  .so-toc {
    position: static;
  }
  .so-page-title {
    padding-block: 24px 35px;
  }
  .so-page-title h1 {
    max-width: none;
  }
  .so-prose-grid .so-toc {
    order: -1;
  }
  .so-prose h2 {
    font-size: 1.55rem;
  }
  .so-price {
    font-size: 2.2rem;
  }
  .so-plan summary .so-price {
    font-size: 1.8rem;
  }
  .so-photo img,
  .so-hero .so-photo img {
    aspect-ratio: 4/3;
  }
  .so-article-photo {
    margin-bottom: 28px;
  }
  .so-footer-grid {
    gap: 30px;
  }
  .so-site-footer {
    padding: 38px 0;
  }
  .so-footer-links {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 12px 22px;
  }
  th,
  td {
    padding: 12px;
    font-size: 0.85rem;
  }
  .table-scroll table {
    min-width: 620px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    animation: none !important;
    transition: none !important;
  }
}

.so-hero h1 {
  font-size: clamp(3rem, 7.2vw, 7rem);
  text-transform: uppercase;
  font-weight: 700;
  max-width: 15ch;
}
.so-hero-copy {
  max-width: 1000px;
}
.so-hero-panorama {
  margin-top: 45px;
}
.so-hero-panorama .so-photo img {
  aspect-ratio: 21/9;
}
.so-stories {
  display: block;
}
.so-story {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 55px;
  background: none;
  border: 0;
  border-bottom: 1px solid var(--line);
  padding: 45px 0;
}
.so-story h3 {
  font-size: 2rem;
}
.so-plans {
  display: block;
}
.so-plan {
  border: 0;
  border-top: 1px solid white;
  background: none;
  border-radius: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 35px;
  padding: 40px 0;
}
.so-plan .so-price {
  font-size: 3.3rem;
  margin: 0;
}
.so-plan .so-plan-features {
  grid-column: 1/-1;
}
.so-plan.so-featured {
  border-top: 5px solid #bc1031;
}
.so-institution {
  display: block;
}
.so-institution section {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 50px;
  padding: 50px 0;
  border: 0;
  border-top: 1px solid var(--line);
  border-radius: 0;
}
.so-institution h2 {
  font-size: 2.4rem;
}
.so-site-footer {
  border-top: 8px solid #bc1031;
}
@media (max-width: 760px) {
  .so-hero-copy,
  .hero-layout,
  .hero-observations,
  .so-stories,
  .so-story,
  .so-story:first-child,
  .so-story:nth-child(even),
  .so-plans,
  .so-plan,
  .so-plan:last-child,
  .so-institution,
  .so-institution section,
  .so-prose-grid,
  .so-footer-grid {
    display: block;
    grid-template-columns: none;
  }
  .so-hero h1 {
    font-size: clamp(2.2rem, 9vw, 3.3rem);
    max-width: none;
  }
  .so-hero-copy h1 {
    margin-bottom: 22px;
  }
  .so-hero .so-photo,
  .hero-note {
    margin-top: 26px;
  }
  .hero-photo-first .so-photo {
    margin-top: 0;
  }
  .so-hero-copy .so-actions {
    margin-top: 24px;
  }
  .so-story,
  .so-story:nth-child(even) {
    padding: 24px 0;
    margin-bottom: 30px;
  }
  .so-story {
    padding: 24px;
  }
  .so-story figure {
    margin: 0 0 25px;
  }
  .so-story:nth-child(even) figure,
  .so-story:nth-child(even) .so-story-copy,
  .so-story figure,
  .so-story .so-story-copy {
    grid-column: auto;
    grid-row: auto;
  }
  .so-plan,
  .so-plan:nth-child(2),
  .so-plan:nth-child(3),
  .so-plan:last-child {
    width: 100%;
    margin: 0 0 22px;
    padding: 24px;
  }
  .so-plan .so-price,
  .so-plan summary .so-price {
    font-size: 2rem;
    margin: 22px 0;
    text-align: left;
  }
  .so-plan summary {
    display: block;
  }
  .so-institution section,
  .so-institution section:nth-child(even) {
    width: 100%;
    margin: 0 0 22px;
    padding: 24px;
  }
  .so-institution section h2 {
    font-size: 1.7rem;
  }
  .so-institution section:nth-child(even) {
    padding-top: 24px;
  }
  .so-toc ul {
    columns: 1;
  }
  .so-prose-grid .so-prose,
  .so-prose-grid .so-toc {
    grid-column: auto;
    grid-row: auto;
  }
  .so-prose-grid .so-toc {
    margin-bottom: 35px;
  }
  .so-hero .so-photo img,
  .so-hero-panorama .so-photo img,
  .hero-photo-first img {
    aspect-ratio: 4/3;
    max-height: none;
  }
  .so-footer-grid > * {
    margin-bottom: 28px;
  }
  .so-site-footer .so-brand {
    font-size: 28px;
  }
  .hero-observations {
    margin-top: 25px;
  }
  .hero-observations .so-photo {
    margin-top: 24px;
  }
  .table-scroll {
    display: none;
  }
  .so-mobile-price-list {
    display: block;
  }
  .so-section-heading h2 {
    max-width: none;
  }
  .so-hero-panorama {
    margin-top: 28px;
  }
  .so-hero .hero-note h2 {
    font-size: 1.6rem;
  }
}
@media (min-width: 761px) {
  .so-mobile-price-list {
    display: none;
  }
}
