@font-face {
  font-family: "Manrope";
  src: url("/assets/fonts/Manrope-Variable.ttf") format("truetype");
  font-weight: 200 800;
  font-display: swap;
}

/* Community */

[hidden] {
  display: none !important;
}

.community-hero .page-hero-image img {
  object-position: center 58%;
}

.community-workspace {
  padding-block: clamp(7rem, 11vw, 11rem);
}

.community-workspace-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.42fr);
  align-items: end;
  margin-bottom: clamp(3rem, 6vw, 6rem);
  gap: clamp(2rem, 6vw, 7rem);
}

.community-workspace-heading h2 {
  margin-top: 1rem;
  font-size: clamp(3.5rem, 6vw, 6.6rem);
}

.community-workspace-heading > p {
  margin-bottom: 0.35rem;
  color: var(--muted-bone);
  line-height: 1.8;
}

.community-layout {
  display: grid;
  grid-template-columns: minmax(250px, 310px) minmax(0, 1fr);
  align-items: start;
  gap: clamp(2rem, 4vw, 4.5rem);
  transition: opacity 180ms ease;
}

.community-workspace:not([data-ready="true"]) .community-layout {
  pointer-events: none;
  opacity: 0.34;
}

.community-loading {
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
  padding: 1rem 1.2rem;
  gap: 0.9rem;
  border: 1px solid rgb(214 163 91 / 28%);
  background: rgb(23 29 32 / 68%);
  color: var(--muted-bone);
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.community-system-message,
.community-live {
  margin-bottom: 1.5rem;
  padding: 1rem 1.2rem;
  border: 1px solid var(--divider);
  border-left: 3px solid var(--info);
  background: var(--gunmetal);
  color: var(--muted-bone);
  font-size: 0.9rem;
}

.community-system-message strong {
  display: block;
  margin-bottom: 0.25rem;
  color: var(--bone);
}

.community-system-message p {
  margin-bottom: 0;
}

.community-system-message-error,
.community-live[data-state="error"] {
  border-left-color: #c87863;
}

.community-live[data-state="success"] {
  border-left-color: var(--signal);
}

.community-sidebar {
  position: sticky;
  top: 112px;
  display: grid;
  gap: 1rem;
}

.community-auth-card,
.community-turnstile-wrap,
.community-category-nav,
.community-guidelines-link {
  border: 1px solid var(--divider);
  background: rgb(23 29 32 / 84%);
  box-shadow: 0 20px 60px rgb(0 0 0 / 16%);
}

.community-auth-card {
  padding: 1.4rem;
  border-top: 2px solid var(--signal);
}

.community-auth-kicker {
  margin-bottom: 0.65rem;
  color: var(--signal);
}

.community-auth-card h3 {
  margin: 0 0 0.6rem;
  font-family: "Newsreader", serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.1;
}

.community-auth-copy {
  margin-bottom: 1.2rem;
  color: var(--muted-bone);
  font-size: 0.84rem;
  line-height: 1.65;
}

.community-auth-actions {
  display: grid;
  gap: 0.65rem;
}

.community-auth-actions-compact {
  display: flex;
  margin-top: 1rem;
  flex-wrap: wrap;
  gap: 0.4rem 0.8rem;
}

.community-auth-identity {
  display: flex;
  align-items: center;
  gap: 0.9rem;
}

.community-auth-identity > div {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

.community-auth-identity .mono {
  margin-bottom: 0.2rem;
  color: var(--signal);
  font-size: 0.56rem;
}

.community-auth-identity strong,
.community-auth-identity small {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.community-auth-identity strong {
  font-size: 0.9rem;
}

.community-auth-identity small {
  color: var(--muted-bone);
  font-size: 0.7rem;
}

.community-avatar {
  display: grid;
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid rgb(214 163 91 / 45%);
  border-radius: 50%;
  background: var(--slate);
  color: var(--signal-bright);
  font-family: "Newsreader", serif;
  font-size: 1.25rem;
}

.community-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0.7rem 1rem;
  gap: 0.75rem;
  border: 1px solid var(--divider);
  border-radius: 3px;
  background: var(--slate);
  color: var(--bone);
  font-size: 0.82rem;
  font-weight: 750;
  letter-spacing: 0.025em;
  cursor: pointer;
  transition:
    border-color 180ms ease,
    background 180ms ease,
    color 180ms ease;
}

.community-button:hover {
  border-color: var(--signal);
}

.community-button-primary {
  border-color: var(--signal);
  background: var(--signal);
  color: var(--paper-ink);
}

.community-button-primary:hover {
  border-color: var(--signal-bright);
  background: var(--signal-bright);
}

.community-button-secondary {
  background: transparent;
}

.community-button-danger {
  border-color: #c87863;
  background: #c87863;
  color: #17110e;
}

.community-button:disabled,
.community-load-button:disabled {
  cursor: wait;
  opacity: 0.5;
}

.community-text-button {
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--muted-bone);
  font-size: 0.74rem;
  font-weight: 650;
  cursor: pointer;
}

.community-text-button:hover {
  color: var(--bone);
}

.community-text-button-signal {
  color: var(--signal);
}

.community-text-button-danger {
  color: #d99582;
}

.community-turnstile-wrap {
  padding: 1rem;
  overflow: hidden;
}

[data-community-turnstile] {
  display: grid;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  place-items: center;
  overflow: hidden;
}

[data-community-turnstile] iframe {
  max-width: 100% !important;
}

.community-turnstile-wrap > .mono,
.community-category-nav > .mono {
  margin-bottom: 0.8rem;
  color: var(--muted-bone);
  font-size: 0.62rem;
}

.community-turnstile-wrap small {
  display: block;
  margin-top: 0.7rem;
  color: var(--muted-bone);
  font-size: 0.7rem;
  line-height: 1.5;
}

.community-category-nav {
  padding: 1.15rem 0;
}

.community-category-nav > .mono {
  padding-inline: 1.15rem;
}

.community-category-nav > div {
  display: grid;
}

.community-category {
  position: relative;
  display: flex;
  min-width: 0;
  padding: 0.85rem 1.15rem;
  flex-direction: column;
  border: 0;
  border-top: 1px solid rgb(59 68 72 / 70%);
  background: transparent;
  color: var(--bone);
  text-align: left;
  cursor: pointer;
}

.community-category::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 2px;
  background: transparent;
  content: "";
}

.community-category[data-active="true"] {
  background: var(--slate);
}

.community-category[data-active="true"]::before {
  background: var(--signal);
}

.community-category[data-accent="blue"][data-active="true"]::before {
  background: var(--info);
}

.community-category strong {
  font-size: 0.82rem;
}

.community-category span {
  margin-top: 0.2rem;
  overflow: hidden;
  color: var(--muted-bone);
  font-size: 0.68rem;
  line-height: 1.5;
  text-overflow: ellipsis;
}

.community-guidelines-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1.15rem;
  color: var(--muted-bone);
  transition: border-color 180ms ease;
}

.community-guidelines-link:hover {
  border-color: var(--signal);
}

.community-guidelines-link > span:first-child {
  display: flex;
  flex-direction: column;
}

.community-guidelines-link small {
  margin-bottom: 0.25rem;
  color: var(--signal);
  font-size: 0.54rem;
}

.community-guidelines-link strong {
  color: var(--bone);
  font-size: 0.82rem;
}

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

.community-activity-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.5rem;
  padding: 1.15rem 1.25rem;
  gap: 1.25rem;
  border: 1px solid rgb(214 163 91 / 46%);
  border-left: 3px solid var(--signal);
  background: rgb(214 163 91 / 8%);
}

.community-activity-summary .mono {
  margin-bottom: 0.2rem;
  color: var(--signal);
  font-size: 0.62rem;
}

.community-activity-summary strong {
  font-size: 0.9rem;
}

.community-activity-summary-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.75rem 1rem;
}

.community-view-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 1.5rem;
  gap: 1.5rem;
}

.community-view-heading .mono {
  margin-bottom: 0.55rem;
  color: var(--signal);
  font-size: 0.64rem;
}

.community-view-heading h2,
.community-topic-header h2,
.community-dialog-heading h2 {
  margin: 0;
  font-size: clamp(2.3rem, 4.2vw, 4.3rem);
  line-height: 0.98;
}

.community-view-heading > div > p:last-child {
  max-width: 620px;
  margin: 0.8rem 0 0;
  color: var(--muted-bone);
  font-size: 0.9rem;
}

.community-compose-panel,
.community-reply-panel {
  margin-bottom: 1.5rem;
  padding: clamp(1.3rem, 3vw, 2.25rem);
  border: 1px solid rgb(214 163 91 / 34%);
  border-left: 3px solid var(--signal);
  background: var(--gunmetal);
  box-shadow: 0 24px 60px rgb(0 0 0 / 18%);
}

.community-compose-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 1.4rem;
}

.community-compose-heading .mono {
  margin-bottom: 0.35rem;
  color: var(--signal);
  font-size: 0.62rem;
}

.community-compose-heading h3 {
  margin: 0;
  font-family: "Newsreader", serif;
  font-size: 2rem;
  font-weight: 500;
}

.community-form {
  display: grid;
  gap: 1rem;
}

.community-field {
  display: grid;
  gap: 0.45rem;
  color: var(--bone);
  font-size: 0.78rem;
  font-weight: 700;
}

.community-field input,
.community-field textarea,
.community-field select {
  width: 100%;
  border: 1px solid var(--divider);
  border-radius: 3px;
  background: var(--ink);
  color: var(--bone);
  font: inherit;
  font-size: 0.9rem;
}

.community-field input,
.community-field select {
  min-height: 48px;
  padding: 0.65rem 0.8rem;
}

.community-field textarea {
  min-height: 130px;
  padding: 0.8rem;
  line-height: 1.65;
  resize: vertical;
}

.community-field small {
  color: var(--bone);
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1.55;
}

.community-field small code {
  font-size: 1em;
}

.community-field code,
.community-rule-list code {
  padding: 0.1rem 0.25rem;
  background: var(--slate);
  color: var(--signal-bright);
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.9em;
}

.community-form > .community-button {
  width: fit-content;
  justify-self: end;
}

.community-topic-list {
  display: grid;
  border-top: 1px solid var(--divider);
}

.community-topic-card {
  position: relative;
  border-bottom: 1px solid var(--divider);
  transition: background 180ms ease;
}

.community-topic-card::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 2px;
  background: var(--signal);
  content: "";
  opacity: 0;
  transition: opacity 180ms ease;
}

.community-topic-card[data-accent="blue"]::before {
  background: var(--info);
}

.community-topic-card:hover {
  background: rgb(32 39 43 / 55%);
}

.community-topic-card:hover::before {
  opacity: 1;
}

.community-topic-open {
  display: block;
  width: 100%;
  padding: 1.45rem 1.2rem 1.45rem 1.4rem;
  border: 0;
  background: transparent;
  color: inherit;
  text-align: left;
  cursor: pointer;
}

.community-topic-flags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 0.65rem;
  gap: 0.45rem;
}

.community-category-pill,
.community-flag {
  display: inline-flex;
  align-items: center;
  min-height: 23px;
  padding: 0.2rem 0.5rem;
  border: 1px solid rgb(214 163 91 / 38%);
  border-radius: 999px;
  color: var(--signal-bright);
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.56rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.community-flag {
  border-color: var(--divider);
  color: var(--muted-bone);
}

.community-flag-warning {
  color: #d99582;
}

.community-flag-new {
  border-color: var(--signal);
  background: var(--signal);
  color: var(--paper-ink);
}

.community-topic-card[data-new="true"] {
  background: rgb(214 163 91 / 6%);
}

.community-topic-card[data-new="true"]::before {
  opacity: 1;
}

.community-topic-card h3 {
  margin: 0 0 0.5rem;
  font-family: "Newsreader", serif;
  font-size: clamp(1.45rem, 2.3vw, 2.15rem);
  font-weight: 500;
  line-height: 1.15;
}

.community-topic-excerpt {
  display: -webkit-box;
  max-width: 760px;
  margin-bottom: 0.85rem;
  overflow: hidden;
  color: var(--muted-bone);
  font-size: 0.86rem;
  line-height: 1.6;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.community-topic-meta,
.community-post-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.55rem 1rem;
  color: var(--muted-bone);
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.6rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.community-empty {
  padding: 4rem 2rem;
  border-bottom: 1px solid var(--divider);
  text-align: center;
}

.community-empty .mono {
  color: var(--signal);
}

.community-empty h3 {
  margin: 0.7rem 0 0.5rem;
  font-family: "Newsreader", serif;
  font-size: 2rem;
  font-weight: 500;
}

.community-empty p {
  color: var(--muted-bone);
  font-size: 0.84rem;
}

.community-load-button {
  display: block;
  min-height: 48px;
  margin: 1.5rem auto 0;
  padding: 0.7rem 1.2rem;
  border: 1px solid var(--divider);
  background: transparent;
  color: var(--muted-bone);
  font-size: 0.78rem;
  font-weight: 700;
  cursor: pointer;
}

.community-load-button:hover {
  border-color: var(--signal);
  color: var(--bone);
}

.community-back-button {
  display: inline-flex;
  align-items: center;
  margin-bottom: 2rem;
  padding: 0;
  gap: 0.6rem;
  border: 0;
  background: transparent;
  color: var(--muted-bone);
  font-size: 0.78rem;
  font-weight: 700;
  cursor: pointer;
}

.community-back-button span {
  color: var(--signal);
}

.community-topic-header {
  padding-bottom: 2rem;
  border-bottom: 1px solid var(--divider);
}

.community-topic-header h2 {
  max-width: 900px;
}

.community-topic-header > .community-topic-meta {
  margin-top: 1rem;
}

.community-admin-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 1rem;
  gap: 0.5rem;
}

.community-mini-button {
  min-height: 30px;
  padding: 0.35rem 0.6rem;
  border: 1px solid var(--divider);
  background: transparent;
  color: var(--muted-bone);
  font-size: 0.65rem;
  font-weight: 700;
  cursor: pointer;
}

.community-mini-button:hover {
  border-color: var(--signal);
  color: var(--bone);
}

.community-mini-button-danger {
  border-color: rgb(200 120 99 / 45%);
  color: #d99582;
}

.community-post-list {
  margin-bottom: 1.5rem;
}

.community-post {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  min-height: 180px;
  border-bottom: 1px solid var(--divider);
}

.community-post[data-status="hidden"] {
  border-left: 2px solid #c87863;
  background: rgb(200 120 99 / 4%);
}

.community-post[data-new="true"] {
  border-left: 3px solid var(--signal);
  background: rgb(214 163 91 / 6%);
}

.community-post-author {
  display: flex;
  padding: 1.5rem 1rem 1.5rem 0;
  flex-direction: column;
  align-items: flex-start;
  border-right: 1px solid var(--divider);
}

.community-post-author strong {
  max-width: 130px;
  margin-top: 0.7rem;
  overflow: hidden;
  font-size: 0.78rem;
  text-overflow: ellipsis;
}

.community-post-author small {
  margin-top: 0.25rem;
  color: var(--muted-bone);
  font-size: 0.54rem;
}

.community-post-content {
  min-width: 0;
  padding: 1.5rem clamp(1rem, 3vw, 2rem);
}

.community-formatted-text {
  margin-top: 1rem;
  overflow-wrap: anywhere;
  color: var(--paper);
  font-size: 0.94rem;
  line-height: 1.8;
}

.community-inline-link {
  color: var(--signal-bright);
  text-decoration: underline;
  text-decoration-color: rgb(214 163 91 / 38%);
  text-underline-offset: 0.2em;
}

.community-spoiler {
  display: inline;
  padding: 0.08rem 0.28rem;
  border: 0;
  border-radius: 2px;
  background: var(--bone);
  color: transparent;
  cursor: pointer;
  user-select: none;
}

.community-spoiler::selection {
  color: transparent;
}

.community-spoiler[aria-expanded="true"] {
  background: var(--slate-raised);
  color: var(--bone);
  user-select: text;
}

.community-post-actions {
  display: flex;
  margin-top: 1.25rem;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.community-reply-panel {
  margin-top: 2rem;
  margin-bottom: 0;
}

.community-locked-note {
  margin: 0;
  color: var(--muted-bone);
  font-size: 0.84rem;
}

.community-dialog {
  width: min(620px, calc(100% - 2rem));
  max-height: calc(100svh - 2rem);
  padding: 0;
  overflow: auto;
  border: 1px solid rgb(214 163 91 / 42%);
  border-radius: 4px;
  background: var(--gunmetal);
  color: var(--bone);
  box-shadow: 0 30px 100px rgb(0 0 0 / 72%);
}

.community-dialog::backdrop {
  background: rgb(5 8 9 / 78%);
  backdrop-filter: blur(6px);
}

.community-dialog-form {
  padding: clamp(1.5rem, 4vw, 2.6rem);
}

.community-dialog-heading .mono {
  margin-bottom: 0.55rem;
  color: var(--signal);
  font-size: 0.6rem;
}

.community-dialog-heading h2 {
  font-size: clamp(2.2rem, 5vw, 3.4rem);
}

.community-dialog-heading > p:last-child {
  margin: 0.8rem 0 0;
  color: var(--muted-bone);
  font-size: 0.84rem;
}

.community-dialog-fields {
  display: grid;
  margin-top: 1.5rem;
  gap: 1rem;
}

.community-dialog-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 1.5rem;
  gap: 1.2rem;
}

.community-report-card {
  padding: 1.4rem;
  border: 1px solid var(--divider);
  border-left: 3px solid #c87863;
  background: var(--gunmetal);
}

.community-activity-list {
  display: grid;
  gap: 1rem;
}

.community-activity-card {
  padding: clamp(1.2rem, 2.5vw, 1.8rem);
  border: 1px solid var(--divider);
  border-left: 3px solid var(--signal);
  background: var(--gunmetal);
}

.community-activity-card h3 {
  margin: 0 0 0.7rem;
  font-family: "Newsreader", serif;
  font-size: clamp(1.55rem, 2.4vw, 2.2rem);
  font-weight: 500;
  line-height: 1.12;
}

.community-activity-preview {
  max-width: 760px;
  margin: 0.85rem 0 0;
  color: var(--paper);
  font-size: 0.9rem;
  line-height: 1.7;
  white-space: pre-line;
}

.community-moderation-list {
  display: grid;
  gap: 1rem;
}

.community-report-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--muted-bone);
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.6rem;
}

.community-report-card h3 {
  margin: 0.8rem 0 0.5rem;
  font-family: "Newsreader", serif;
  font-size: 1.6rem;
  font-weight: 500;
}

.community-report-body,
.community-report-details {
  color: var(--paper);
  font-size: 0.86rem;
}

.community-report-meta {
  color: var(--muted-bone);
  font-size: 0.68rem;
}

.community-report-details {
  padding: 0.8rem;
  border: 1px solid var(--divider);
  background: var(--ink);
}

.community-empty-moderation,
.community-loading-inline {
  padding: 2rem;
  border: 1px solid var(--divider);
  color: var(--muted-bone);
  text-align: center;
}

.community-safety {
  display: grid;
  grid-template-columns: minmax(180px, 0.33fr) minmax(0, 1fr);
  padding-bottom: clamp(8rem, 13vw, 13rem);
}

.community-safety > div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.44fr);
  align-items: end;
  gap: clamp(2rem, 6vw, 7rem);
}

.community-safety h2 {
  font-size: clamp(3.5rem, 6vw, 6.5rem);
}

.community-safety > div > p {
  margin-bottom: 0;
  color: var(--muted-bone);
  line-height: 1.8;
}

.community-safety .text-link {
  grid-column: 2;
}

.community-rules {
  display: grid;
  grid-template-columns: minmax(260px, 0.7fr) minmax(0, 1fr);
  padding-block: clamp(8rem, 12vw, 12rem);
  gap: clamp(3rem, 8vw, 9rem);
}

.community-rules-heading {
  position: sticky;
  top: 130px;
  align-self: start;
}

.community-rules-heading h2 {
  margin-top: 1rem;
  font-size: clamp(3.5rem, 5.5vw, 6rem);
}

.community-rule-list {
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--divider);
  list-style: none;
}

.community-rule-list li {
  display: grid;
  grid-template-columns: 64px 1fr;
  padding-block: 2rem;
  gap: 1.5rem;
  border-bottom: 1px solid var(--divider);
}

.community-rule-list > li > .mono {
  color: var(--signal);
}

.community-rule-list h3 {
  margin: 0 0 0.6rem;
  font-family: "Newsreader", serif;
  font-size: 2rem;
  font-weight: 500;
}

.community-rule-list p {
  max-width: 680px;
  margin-bottom: 0;
  color: var(--muted-bone);
  font-size: 0.92rem;
  line-height: 1.8;
}

.community-guidelines-next {
  padding-top: 0;
}

@media (max-width: 1100px) {
  .community-layout {
    grid-template-columns: 240px minmax(0, 1fr);
    gap: 2rem;
  }

  .community-post {
    grid-template-columns: 120px minmax(0, 1fr);
  }

  .community-post-author strong {
    max-width: 105px;
  }
}

@media (max-width: 800px) {
  .community-workspace-heading,
  .community-layout,
  .community-safety,
  .community-safety > div,
  .community-rules {
    display: block;
  }

  .community-workspace-heading > p {
    margin-top: 1.5rem;
  }

  .community-sidebar {
    position: static;
    margin-bottom: 2.5rem;
  }

  .community-category-nav > div {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .community-category:nth-child(2n) {
    border-left: 1px solid var(--divider);
  }

  .community-view-heading {
    display: block;
  }

  .community-activity-summary {
    align-items: stretch;
    flex-direction: column;
  }

  .community-activity-summary-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .community-activity-summary-actions .community-button,
  .community-activity-summary-actions .community-text-button {
    width: 100%;
    min-height: 46px;
  }

  .community-view-heading > .community-button {
    width: 100%;
    margin-top: 1.25rem;
  }

  .community-post {
    display: block;
  }

  .community-post-author {
    display: grid;
    grid-template-columns: auto 1fr;
    padding: 1rem 0;
    gap: 0 0.8rem;
    border-right: 0;
  }

  .community-post-author .community-avatar {
    grid-row: 1 / span 2;
  }

  .community-post-author strong,
  .community-post-author small {
    align-self: end;
    max-width: none;
    margin: 0;
  }

  .community-post-author small {
    align-self: start;
  }

  .community-post-content {
    padding: 1.25rem 0 1.75rem;
  }

  .community-safety > div,
  .community-safety > div > p,
  .community-safety .text-link {
    margin-top: 1.5rem;
  }

  .community-rules-heading {
    position: static;
    margin-bottom: 3rem;
  }
}

@media (max-width: 520px) {
  .community-category-nav > div {
    display: block;
  }

  .community-category:nth-child(2n) {
    border-left: 0;
  }

  .community-topic-open {
    padding-inline: 0.5rem;
  }

  .community-dialog-actions {
    align-items: stretch;
    flex-direction: column-reverse;
  }

  .community-dialog-actions .community-button,
  .community-dialog-actions .community-text-button {
    width: 100%;
    min-height: 46px;
  }

  .community-rule-list li {
    grid-template-columns: 42px 1fr;
    gap: 0.8rem;
  }
}

@font-face {
  font-family: "Newsreader";
  src: url("/assets/fonts/Newsreader-Variable.ttf") format("truetype");
  font-weight: 200 800;
  font-display: swap;
}

@font-face {
  font-family: "Newsreader";
  src: url("/assets/fonts/Newsreader-Italic-Variable.ttf") format("truetype");
  font-style: italic;
  font-weight: 200 800;
  font-display: swap;
}

@font-face {
  font-family: "IBM Plex Mono";
  src: url("/assets/fonts/IBMPlexMono-Regular.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "IBM Plex Mono";
  src: url("/assets/fonts/IBMPlexMono-Medium.ttf") format("truetype");
  font-weight: 500;
  font-display: swap;
}

:root {
  --ink: #101416;
  --gunmetal: #171d20;
  --slate: #20272b;
  --slate-raised: #293135;
  --bone: #f3ebdd;
  --muted-bone: #b8afa0;
  --paper: #e8dec9;
  --paper-ink: #25211b;
  --signal: #d6a35b;
  --signal-bright: #e5bb7e;
  --info: #8db2c0;
  --divider: #3b4448;
  --page-gutter: clamp(1.25rem, 4vw, 4.5rem);
  --max-width: 1440px;
  color-scheme: dark;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  background: var(--ink);
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 12% 18%, rgb(141 178 192 / 5.5%), transparent 28%),
    linear-gradient(115deg, transparent 0 48%, rgb(214 163 91 / 1.6%) 48% 48.2%, transparent 48.2%),
    var(--ink);
  color: var(--bone);
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  line-height: 1.6;
}

body::before {
  position: fixed;
  z-index: 100;
  inset: 0;
  pointer-events: none;
  content: "";
  opacity: 0.08;
  background:
    repeating-linear-gradient(0deg, transparent 0 3px, rgb(255 255 255 / 2%) 3px 4px),
    repeating-linear-gradient(90deg, transparent 0 7px, rgb(255 255 255 / 1.2%) 7px 8px);
  mix-blend-mode: soft-light;
}

::selection {
  background: var(--signal);
  color: var(--paper-ink);
}

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

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

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

button {
  color: inherit;
  font: inherit;
}

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

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 0.75rem;
  left: 0.75rem;
  padding: 0.8rem 1rem;
  background: var(--signal);
  color: var(--paper-ink);
  font-weight: 700;
  transform: translateY(-160%);
}

.skip-link:focus {
  transform: translateY(0);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  white-space: nowrap;
}

.section {
  width: min(calc(100% - (var(--page-gutter) * 2)), var(--max-width));
  margin-inline: auto;
}

.mono,
.section-number,
.eyebrow {
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  line-height: 1.4;
  text-transform: uppercase;
}

.section-number,
.role-copy > .mono,
.final-cta-copy > .mono {
  color: var(--signal);
}

.role-copy > .info {
  color: var(--info);
}

h1,
h2,
h3,
p,
dl,
dd {
  margin-top: 0;
}

h1,
h2 {
  margin-bottom: 0;
  font-family: "Newsreader", serif;
  font-weight: 550;
  letter-spacing: -0.035em;
  line-height: 0.95;
}

h1 em,
h2 em {
  color: var(--muted-bone);
  font-weight: 450;
}

h2 {
  font-size: clamp(3rem, 6.1vw, 6.7rem);
}

html.js [data-reveal] {
  opacity: 0;
  transform: translateY(22px);
  transition:
    opacity 700ms ease,
    transform 700ms cubic-bezier(0.2, 0.75, 0.25, 1);
}

html.js [data-reveal].is-visible {
  opacity: 1;
  transform: none;
}

.site-header {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  width: 100%;
  border-bottom: 1px solid rgb(243 235 221 / 13%);
  background: var(--ink);
  transition:
    background 180ms ease,
    border-color 180ms ease;
}

.site-header.is-scrolled {
  position: fixed;
  border-color: rgb(243 235 221 / 10%);
  background: var(--ink);
  box-shadow: 0 8px 24px rgb(0 0 0 / 18%);
  backdrop-filter: blur(18px);
}

.header-inner {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  width: min(calc(100% - (var(--page-gutter) * 2)), var(--max-width));
  min-height: 88px;
  margin-inline: auto;
}

.brand {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  gap: 0.72rem;
}

.brand-mark {
  position: relative;
  width: 28px;
  height: 30px;
}

.brand-app-icon {
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  border: 1px solid rgba(230, 225, 211, 0.2);
  border-radius: 10px;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.28);
  object-fit: cover;
}

.brand-mark span {
  position: absolute;
  width: 19px;
  height: 23px;
  border: 1px solid var(--bone);
  border-radius: 2px 2px 5px 2px;
}

.brand-mark span:first-child {
  top: 0;
  left: 0;
  background: var(--ink);
}

.brand-mark span:last-child {
  right: 0;
  bottom: 0;
  border-color: var(--signal);
  background: var(--gunmetal);
}

.brand-name {
  display: flex;
  flex-direction: column;
  font-size: 0.79rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  line-height: 1.15;
}

.brand-name small {
  margin-top: 0.3rem;
  color: var(--muted-bone);
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.48rem;
  font-weight: 500;
  letter-spacing: 0.28em;
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: clamp(1.5rem, 3.2vw, 3rem);
  color: var(--muted-bone);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.06em;
}

.desktop-nav a,
.text-link {
  transition: color 180ms ease;
}

.desktop-nav a:hover,
.text-link:hover {
  color: var(--signal-bright);
}

.desktop-nav a[aria-current="page"] {
  color: var(--bone);
}

.desktop-nav a[aria-current="page"]::after {
  display: block;
  width: 100%;
  height: 1px;
  margin-top: 0.35rem;
  background: var(--signal);
  content: "";
}

.header-cta {
  display: inline-flex;
  align-items: center;
  justify-self: end;
  gap: 0.8rem;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.header-cta .arrow {
  color: var(--signal);
}

.arrow {
  display: inline-block;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  transition: transform 180ms ease;
}

a:hover .arrow {
  transform: translate(3px, -3px);
}

.menu-toggle,
.mobile-nav {
  display: none;
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(420px, 0.85fr);
  min-height: 930px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgb(16 20 22 / 98%) 0%, rgb(16 20 22 / 94%) 38%, rgb(16 20 22 / 22%) 72%),
    var(--ink);
}

.hero::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 200px;
  pointer-events: none;
  content: "";
  background: linear-gradient(to bottom, transparent, var(--ink));
}

.hero-seam {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 46%;
  width: 1px;
  height: 100%;
  background: linear-gradient(transparent 8%, rgb(214 163 91 / 75%) 45%, transparent 95%);
  box-shadow: 0 0 40px rgb(214 163 91 / 18%);
}

.hero-copy {
  position: relative;
  z-index: 5;
  display: flex;
  align-self: stretch;
  flex-direction: column;
  justify-content: center;
  max-width: 830px;
  margin: 0 0 0 max(var(--page-gutter), calc((100vw - var(--max-width)) / 2));
  padding: calc(88px + 2rem) 2.5rem 2rem 0;
}

.eyebrow {
  display: flex;
  align-items: center;
  margin-bottom: 2.5rem;
  gap: 0.65rem;
  color: var(--signal);
}

.live-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--signal);
  box-shadow: 0 0 0 5px rgb(214 163 91 / 11%);
}

.hero h1 {
  max-width: 930px;
  font-size: clamp(4.1rem, 7.4vw, 8.25rem);
  line-height: 0.88;
}

.hero-lead {
  max-width: 610px;
  margin: 2.5rem 0 2rem;
  color: var(--muted-bone);
  font-size: clamp(1rem, 1.3vw, 1.22rem);
  line-height: 1.7;
}

.hero-update {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  width: min(100%, 610px);
  margin: 0 0 1.6rem;
  padding: 0.9rem 1rem;
  gap: 0.2rem 1rem;
  border: 1px solid rgb(214 163 91 / 38%);
  border-left: 3px solid var(--signal);
  background: rgb(23 29 32 / 78%);
  transition:
    border-color 180ms ease,
    background 180ms ease;
}

.hero-update:hover {
  border-color: var(--signal);
  background: var(--gunmetal);
}

.hero-update .mono {
  color: var(--signal);
  font-size: 0.53rem;
}

.hero-update strong {
  grid-column: 1;
  font-size: 0.72rem;
  font-weight: 600;
}

.hero-update i {
  grid-row: 1 / span 2;
  grid-column: 2;
  color: var(--signal);
  font-style: normal;
  transition: transform 180ms ease;
}

.hero-update:hover i {
  transform: translateX(4px);
}

.hero-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 2rem;
}

.hero-platforms {
  display: flex;
  align-items: center;
  margin: 1.3rem 0 0;
  gap: 0.65rem;
  color: var(--muted-bone);
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.57rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.primary-button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  min-width: 220px;
  min-height: 56px;
  padding: 0.9rem 1.15rem 0.9rem 1.35rem;
  gap: 1.5rem;
  border: 1px solid var(--signal);
  border-radius: 3px;
  background: var(--signal);
  color: var(--paper-ink);
  font-size: 0.82rem;
  font-weight: 750;
  letter-spacing: 0.035em;
  transition:
    background 180ms ease,
    border-color 180ms ease;
}

.primary-button:hover {
  border-color: var(--signal-bright);
  background: var(--signal-bright);
}

.text-link {
  display: inline-flex;
  align-items: center;
  min-height: 48px;
  gap: 0.7rem;
  color: var(--muted-bone);
  font-size: 0.78rem;
  font-weight: 650;
}

.text-link span {
  color: var(--signal);
}

.hero-meta {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: min(100%, 610px);
  margin: 2.75rem 0 0;
  overflow: hidden;
  border: 1px solid rgb(214 163 91 / 24%);
  border-left: 3px solid var(--signal);
  border-radius: 0 14px 14px 0;
  background: rgb(23 29 32 / 72%);
  box-shadow: 0 18px 44px rgb(0 0 0 / 16%);
}

.hero-meta div {
  display: flex;
  min-width: 0;
  min-height: 88px;
  padding: 1rem 1.15rem;
  flex-direction: column;
  justify-content: center;
  border-right: 1px solid rgb(214 163 91 / 16%);
}

.hero-meta div:first-child {
  padding-left: 1.15rem;
}

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

.hero-meta dt {
  margin-bottom: 0.35rem;
  color: var(--muted-bone);
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.54rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.hero-meta dd {
  display: flex;
  align-items: baseline;
  gap: 0.35rem;
  margin-bottom: 0;
  color: var(--muted-bone);
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.61rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.hero-meta strong {
  margin-right: 0;
  color: var(--bone);
  font-size: 0.9rem;
}

.hero-visual {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.hero-frame {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.hero-frame > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 53% center;
  filter: saturate(0.83) contrast(1.04);
  transform: scale(1.015);
}

.hero-frame-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, var(--ink) 0%, rgb(16 20 22 / 34%) 23%, transparent 50%),
    linear-gradient(0deg, rgb(16 20 22 / 72%), transparent 36%),
    linear-gradient(180deg, rgb(16 20 22 / 38%), transparent 30%);
}

.hero-case-label {
  position: absolute;
  right: 2.2rem;
  bottom: 8.5rem;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  max-width: 270px;
  text-align: right;
}

.hero-case-label span {
  margin-bottom: 0.4rem;
  color: var(--signal);
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.62rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.hero-case-label strong {
  font-family: "Newsreader", serif;
  font-size: 1.55rem;
  font-weight: 500;
}

.frame-corners i {
  position: absolute;
  width: 24px;
  height: 24px;
  border-color: rgb(243 235 221 / 45%);
}

.frame-corners i:nth-child(1) {
  top: 7rem;
  right: 2rem;
  border-top: 1px solid;
  border-right: 1px solid;
}

.frame-corners i:nth-child(2) {
  right: 2rem;
  bottom: 7rem;
  border-right: 1px solid;
  border-bottom: 1px solid;
}

.frame-corners i:nth-child(3) {
  bottom: 7rem;
  left: 2rem;
  border-bottom: 1px solid;
  border-left: 1px solid;
}

.frame-corners i:nth-child(4) {
  top: 7rem;
  left: 2rem;
  border-top: 1px solid;
  border-left: 1px solid;
}

.signal-card {
  position: absolute;
  z-index: 4;
  bottom: 5.2rem;
  left: -3.5rem;
  width: min(350px, 85%);
  padding: 1.25rem 1.4rem;
  border: 1px solid rgb(214 163 91 / 42%);
  border-left: 3px solid var(--signal);
  border-radius: 2px 10px 10px 2px;
  background: rgb(23 29 32 / 91%);
  box-shadow: 0 18px 45px rgb(0 0 0 / 38%);
  backdrop-filter: blur(16px);
}

.signal-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--signal);
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.61rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.signal-pulse {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--signal);
  box-shadow: 0 0 0 6px rgb(214 163 91 / 10%);
}

.signal-card p {
  margin: 1rem 0;
  font-family: "Newsreader", serif;
  font-size: 1.15rem;
  line-height: 1.3;
}

.signal-card .mono {
  color: var(--muted-bone);
  font-size: 0.56rem;
}

.vertical-note {
  position: absolute;
  z-index: 4;
  top: 50%;
  right: -6rem;
  width: 240px;
  color: rgb(243 235 221 / 45%);
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.57rem;
  letter-spacing: 0.17em;
  transform: rotate(90deg);
}

.ticker {
  position: relative;
  z-index: 3;
  overflow: hidden;
  border-top: 1px solid var(--divider);
  border-bottom: 1px solid var(--divider);
  background: var(--gunmetal);
}

.ticker > div {
  display: flex;
  align-items: center;
  width: max-content;
  min-height: 56px;
  padding-inline: 2rem;
  gap: 2.25rem;
}

.ticker span {
  color: var(--muted-bone);
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.65rem;
  letter-spacing: 0.13em;
}

.ticker i {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--signal);
}

.method {
  padding-block: clamp(7rem, 12vw, 12rem);
}

.section-intro {
  display: grid;
  grid-template-columns: minmax(180px, 0.33fr) minmax(0, 1fr);
  align-items: start;
  margin-bottom: clamp(4rem, 7vw, 7.5rem);
}

.section-intro > div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.42fr);
  align-items: end;
  gap: clamp(2rem, 6vw, 7rem);
}

.section-intro > div > p {
  margin-bottom: 0.3rem;
  color: var(--muted-bone);
  line-height: 1.75;
}

.role-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 86px minmax(0, 1fr);
  align-items: center;
}

.role-card {
  overflow: hidden;
  border: 1px solid var(--divider);
  border-radius: 16px 3px;
  background: var(--gunmetal);
  box-shadow: 0 24px 80px rgb(0 0 0 / 25%);
}

.analyst-card {
  transform: translateY(4rem);
}

.role-image {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
}

.role-image::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(0deg, rgb(23 29 32 / 72%), transparent 48%);
}

.role-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.78);
  transition:
    transform 600ms cubic-bezier(0.2, 0.7, 0.2, 1),
    filter 600ms ease;
}

.role-card:hover .role-image img {
  filter: saturate(0.95);
  transform: scale(1.025);
}

.role-index {
  position: absolute;
  z-index: 2;
  top: 1.25rem;
  left: 1.25rem;
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid rgb(243 235 221 / 46%);
  border-radius: 50%;
  background: rgb(16 20 22 / 52%);
  font-family: "Newsreader", serif;
  font-size: 1.05rem;
  backdrop-filter: blur(10px);
}

.role-copy {
  padding: clamp(1.5rem, 3.5vw, 3rem);
}

.role-copy h3 {
  margin: 0.65rem 0 0.85rem;
  font-family: "Newsreader", serif;
  font-size: clamp(2rem, 3vw, 3.3rem);
  font-weight: 500;
  line-height: 1;
}

.role-copy > p {
  max-width: 520px;
  color: var(--muted-bone);
}

.role-copy ul {
  display: grid;
  margin: 1.5rem 0 0;
  padding: 1.2rem 0 0;
  gap: 0.7rem;
  border-top: 1px solid var(--divider);
  list-style: none;
}

.role-copy li {
  position: relative;
  padding-left: 1rem;
  font-size: 0.82rem;
}

.role-copy li::before {
  position: absolute;
  top: 0.66rem;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--signal);
  content: "";
}

.role-signal {
  display: grid;
  justify-items: center;
  gap: 0.75rem;
}

.role-signal span {
  width: 1px;
  height: 56px;
  background: linear-gradient(transparent, var(--signal));
}

.role-signal span:last-child {
  background: linear-gradient(var(--signal), transparent);
}

.role-signal strong {
  color: var(--signal);
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.51rem;
  letter-spacing: 0.14em;
  writing-mode: vertical-rl;
}

.handoff {
  display: grid;
  grid-template-columns: minmax(360px, 0.84fr) minmax(360px, 0.7fr);
  align-items: center;
  padding-block: clamp(8rem, 14vw, 14rem);
  gap: clamp(4rem, 8vw, 10rem);
}

.handoff-image {
  position: relative;
  justify-self: center;
  width: min(100%, 670px);
  aspect-ratio: 4 / 5.65;
  overflow: hidden;
  border: 1px solid var(--divider);
  border-radius: 180px 180px 6px 6px;
}

.handoff-image::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(0deg, rgb(16 20 22 / 92%), transparent 34%);
}

.handoff-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.image-caption {
  position: absolute;
  z-index: 2;
  right: 1.5rem;
  bottom: 1.5rem;
  left: 1.5rem;
  display: flex;
  justify-content: space-between;
  padding-top: 1rem;
  border-top: 1px solid rgb(243 235 221 / 28%);
  color: var(--muted-bone);
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.59rem;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.handoff-copy > h2 {
  margin-top: 2.2rem;
}

.handoff-lead {
  max-width: 560px;
  margin: 2rem 0 3.5rem;
  color: var(--muted-bone);
  font-size: 1.02rem;
  line-height: 1.8;
}

.steps {
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--divider);
  list-style: none;
}

.steps li {
  display: grid;
  grid-template-columns: 50px 1fr;
  padding: 1.4rem 0;
  border-bottom: 1px solid var(--divider);
  gap: 1rem;
}

.steps li > span {
  padding-top: 0.25rem;
  color: var(--signal);
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.64rem;
}

.steps h3 {
  margin: 0 0 0.25rem;
  font-size: 0.95rem;
  font-weight: 700;
}

.steps p {
  margin: 0;
  color: var(--muted-bone);
  font-size: 0.83rem;
  line-height: 1.65;
}

.case-file {
  position: relative;
  min-height: 900px;
  overflow: hidden;
  background: #171a1b;
}

.case-backdrop {
  position: absolute;
  inset: 0;
}

.case-backdrop img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.7) contrast(1.02);
}

.case-backdrop::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(90deg, rgb(16 20 22 / 96%), rgb(16 20 22 / 66%) 51%, rgb(16 20 22 / 12%)),
    linear-gradient(0deg, rgb(16 20 22 / 86%), transparent 48%),
    linear-gradient(180deg, rgb(16 20 22 / 72%), transparent 35%);
}

.case-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  min-height: 900px;
  padding-block: 5rem;
}

.case-top {
  display: flex;
  justify-content: space-between;
  padding-bottom: 1.4rem;
  border-bottom: 1px solid rgb(243 235 221 / 23%);
}

.case-top p {
  margin: 0;
}

.case-top .mono {
  color: rgb(243 235 221 / 62%);
}

.case-title {
  max-width: 950px;
  margin-top: auto;
}

.case-title > p:first-child {
  margin-bottom: 0.7rem;
  color: var(--muted-bone);
  font-family: "Newsreader", serif;
  font-size: 1.4rem;
  font-style: italic;
}

.case-title h2 {
  font-size: clamp(4.2rem, 8.5vw, 9rem);
}

.case-synopsis {
  max-width: 630px;
  margin: 2rem 0 1.4rem;
  color: var(--paper);
  font-size: 1.03rem;
  line-height: 1.75;
}

.case-series-note {
  max-width: 630px;
  margin: 0 0 3rem;
  padding-left: 1rem;
  border-left: 2px solid var(--signal);
  color: var(--muted-bone);
  font-size: 0.87rem;
  line-height: 1.7;
}

.case-series-note strong {
  color: var(--paper);
}

.case-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(100px, 1fr));
  width: min(100%, 720px);
  margin-bottom: 2rem;
  border-top: 1px solid rgb(243 235 221 / 25%);
  border-bottom: 1px solid rgb(243 235 221 / 25%);
}

.case-stats div {
  display: flex;
  flex-direction: column-reverse;
  padding: 1rem 1.1rem;
  border-right: 1px solid rgb(243 235 221 / 18%);
}

.case-stats div:first-child {
  padding-left: 0;
}

.case-stats div:last-child {
  border-right: 0;
}

.case-stats dt {
  color: var(--muted-bone);
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.54rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.case-stats dd {
  margin-bottom: 0.1rem;
  font-family: "Newsreader", serif;
  font-size: 1.75rem;
  font-weight: 500;
}

.light-button {
  width: fit-content;
}

.evidence {
  padding-block: clamp(8rem, 13vw, 13rem);
}

.evidence-intro {
  align-items: end;
}

.evidence-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  align-items: start;
  gap: clamp(1rem, 2vw, 2rem);
}

.evidence-card {
  grid-column: span 6;
  margin: 0;
}

.evidence-card:nth-child(2) {
  margin-top: 7rem;
}

.evidence-card:nth-child(3) {
  grid-column: 2 / span 5;
}

.evidence-card:nth-child(4) {
  grid-column: 7 / span 6;
  margin-top: 6rem;
}

.evidence-image {
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border: 1px solid var(--divider);
  background: var(--slate);
}

.evidence-image::after {
  position: absolute;
  inset: 0;
  content: "";
  box-shadow: inset 0 0 90px rgb(0 0 0 / 25%);
}

.evidence-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.78);
  transition:
    filter 600ms ease,
    transform 600ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.evidence-card:hover img {
  filter: saturate(0.95);
  transform: scale(1.018);
}

.scan-line {
  position: absolute;
  z-index: 2;
  top: 16%;
  right: 1.25rem;
  left: 1.25rem;
  height: 1px;
  opacity: 0;
  background: rgb(214 163 91 / 70%);
  box-shadow: 0 0 12px rgb(214 163 91 / 35%);
  transition: opacity 180ms ease;
}

.evidence-card:hover .scan-line {
  opacity: 1;
}

.evidence-card figcaption {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 0;
  border-bottom: 1px solid var(--divider);
}

.evidence-card figcaption .mono {
  color: var(--signal);
  font-size: 0.58rem;
}

.evidence-card figcaption strong {
  font-family: "Newsreader", serif;
  font-size: 1.18rem;
  font-weight: 500;
}

.life {
  display: grid;
  grid-template-columns: minmax(360px, 0.85fr) minmax(360px, 0.72fr);
  align-items: center;
  padding-bottom: clamp(9rem, 15vw, 15rem);
  gap: clamp(4rem, 8vw, 10rem);
}

.life-visual {
  position: relative;
  min-height: 780px;
}

.life-image {
  position: absolute;
  overflow: hidden;
  border: 1px solid var(--divider);
}

.life-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.life-image-main {
  inset: 0 18% 0 0;
  border-radius: 220px 220px 5px 5px;
}

.life-image-inset {
  right: 0;
  bottom: 5rem;
  width: 42%;
  aspect-ratio: 3 / 4;
  border: 8px solid var(--ink);
  background: var(--slate);
  box-shadow: 0 18px 60px rgb(0 0 0 / 36%);
}

.waiting-card {
  position: absolute;
  z-index: 3;
  top: 6rem;
  right: -2rem;
  width: min(300px, 52%);
  padding: 1.35rem;
  border: 1px solid var(--divider);
  border-top: 3px solid var(--signal);
  background: rgb(23 29 32 / 94%);
  box-shadow: 0 18px 50px rgb(0 0 0 / 34%);
  backdrop-filter: blur(14px);
}

.waiting-card .mono {
  color: var(--signal);
  font-size: 0.54rem;
}

.waiting-card strong {
  display: block;
  margin: 0.85rem 0 0.2rem;
  font-family: "Newsreader", serif;
  font-size: 1.15rem;
  font-weight: 500;
}

.waiting-card p {
  margin: 0;
  color: var(--muted-bone);
  font-size: 0.72rem;
}

.wait-bar {
  display: block;
  height: 2px;
  margin-top: 1rem;
  background: var(--divider);
}

.wait-bar i {
  display: block;
  width: 38%;
  height: 100%;
  background: var(--signal);
}

.life-copy h2 {
  margin: 2rem 0;
}

.life-copy > p:not(.section-number) {
  max-width: 590px;
  color: var(--muted-bone);
  line-height: 1.8;
}

.life-callout {
  position: relative;
  margin: 3.5rem 0;
  padding: 1.8rem 0 1.8rem 2rem;
  border-top: 1px solid var(--divider);
  border-bottom: 1px solid var(--divider);
  color: var(--paper);
  font-family: "Newsreader", serif;
  font-size: clamp(1.45rem, 2.2vw, 2.1rem);
  font-style: italic;
  line-height: 1.35;
}

.life-callout::before {
  position: absolute;
  top: 1.8rem;
  left: 0;
  width: 3px;
  height: calc(100% - 3.6rem);
  background: var(--signal);
  content: "";
}

.life-points {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem 1.5rem;
}

.life-points span {
  position: relative;
  padding-left: 1rem;
  font-size: 0.78rem;
}

.life-points span::before {
  position: absolute;
  top: 0.65rem;
  left: 0;
  width: 4px;
  height: 4px;
  border: 1px solid var(--signal);
  content: "";
  transform: rotate(45deg);
}

.manifesto {
  position: relative;
  display: grid;
  min-height: 950px;
  place-items: center;
  overflow: hidden;
  background: #121719;
  text-align: center;
}

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

.manifesto-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 45%;
  filter: saturate(0.72);
}

.manifesto-image::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    radial-gradient(circle at center, rgb(16 20 22 / 36%), rgb(16 20 22 / 94%) 72%),
    linear-gradient(180deg, rgb(16 20 22 / 72%), transparent 28%, rgb(16 20 22 / 76%));
}

.manifesto-content {
  position: relative;
  z-index: 2;
  width: min(calc(100% - (var(--page-gutter) * 2)), 1100px);
}

.manifesto-content .eyebrow {
  justify-content: center;
}

.manifesto-content h2 {
  font-size: clamp(3.7rem, 7.7vw, 8.1rem);
}

.manifesto-content > p:not(.eyebrow) {
  max-width: 650px;
  margin: 2.4rem auto 2.2rem;
  color: var(--paper);
  font-size: 1.02rem;
  line-height: 1.75;
}

.faq {
  display: grid;
  grid-template-columns: minmax(290px, 0.62fr) minmax(400px, 1fr);
  padding-block: clamp(8rem, 13vw, 13rem);
  gap: clamp(4rem, 10vw, 12rem);
}

.faq-heading h2 {
  margin-top: 2rem;
  font-size: clamp(3.5rem, 5.4vw, 5.8rem);
}

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

.faq-list details {
  border-bottom: 1px solid var(--divider);
}

.faq-list summary {
  display: grid;
  grid-template-columns: 42px 1fr 18px;
  align-items: center;
  min-height: 92px;
  padding: 1rem 0;
  gap: 1rem;
  cursor: pointer;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary .mono {
  color: var(--signal);
  font-size: 0.6rem;
}

.faq-list summary strong {
  font-size: 0.95rem;
  font-weight: 600;
}

.faq-list summary i {
  position: relative;
  width: 16px;
  height: 16px;
}

.faq-list summary i::before,
.faq-list summary i::after {
  position: absolute;
  top: 7px;
  right: 0;
  width: 16px;
  height: 1px;
  background: var(--signal);
  content: "";
  transition: transform 180ms ease;
}

.faq-list summary i::after {
  transform: rotate(90deg);
}

.faq-list details[open] summary i::after {
  transform: rotate(0);
}

.faq-list details > p {
  max-width: 690px;
  margin: -0.5rem 2rem 1.8rem 58px;
  color: var(--muted-bone);
  font-size: 0.86rem;
  line-height: 1.75;
}

.final-cta {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 0.7fr);
  min-height: 680px;
  border-top: 1px solid var(--divider);
  border-bottom: 1px solid var(--divider);
  background: var(--gunmetal);
}

.final-cta-image {
  position: relative;
  overflow: hidden;
}

.final-cta-image::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(90deg, transparent 54%, var(--gunmetal));
}

.final-cta-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.74);
}

.final-cta-copy {
  align-self: center;
  padding: clamp(3rem, 7vw, 7rem);
}

.final-cta-copy h2 {
  margin: 2rem 0;
  font-size: clamp(3.6rem, 5.7vw, 6.2rem);
}

.final-cta-copy p {
  max-width: 420px;
  margin-bottom: 2rem;
  color: var(--muted-bone);
}

footer {
  width: min(calc(100% - (var(--page-gutter) * 2)), var(--max-width));
  margin-inline: auto;
  padding: 5rem 0 2rem;
}

.footer-top {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: start;
  padding-bottom: 4rem;
}

.footer-top > p {
  color: var(--muted-bone);
  font-family: "Newsreader", serif;
  font-size: 1.15rem;
  line-height: 1.45;
}

.footer-top .text-link {
  justify-self: end;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  padding-top: 1.5rem;
  border-top: 1px solid var(--divider);
  color: var(--muted-bone);
  font-size: 0.63rem;
}

.footer-bottom .mono {
  font-size: 0.55rem;
}

.page-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(420px, 0.72fr);
  min-height: 760px;
  overflow: hidden;
  border-bottom: 1px solid var(--divider);
  background: var(--ink);
}

.page-hero-compact {
  grid-template-rows: minmax(0, 1fr);
  height: 650px;
  min-height: 650px;
}

.page-hero-copy.section {
  position: relative;
  z-index: 2;
  align-self: center;
  width: auto;
  max-width: 850px;
  margin: 4rem 0 0 max(var(--page-gutter), calc((100vw - var(--max-width)) / 2));
  padding: 8rem 4rem 6rem 0;
}

.page-hero-copy .eyebrow {
  margin-bottom: 2.2rem;
}

.page-hero-copy h1 {
  font-size: clamp(4.5rem, 7vw, 8.2rem);
  line-height: 0.9;
}

.page-hero-copy > p:last-child {
  max-width: 650px;
  margin: 2.3rem 0 0;
  color: var(--muted-bone);
  font-size: clamp(1rem, 1.3vw, 1.2rem);
  line-height: 1.75;
}

.page-hero-image {
  position: relative;
  min-width: 0;
  min-height: 0;
  overflow: hidden;
}

.page-hero-image::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(90deg, var(--ink), rgb(16 20 22 / 18%) 38%, transparent),
    linear-gradient(0deg, rgb(16 20 22 / 68%), transparent 45%);
}

.page-hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.76) contrast(1.03);
}

.home-overview {
  padding-block: clamp(8rem, 13vw, 13rem);
}

.path-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--divider);
  border-bottom: 1px solid var(--divider);
}

.path-card {
  position: relative;
  display: flex;
  min-height: 350px;
  flex-direction: column;
  padding: clamp(2rem, 4vw, 3.5rem);
  border-right: 1px solid var(--divider);
  background: rgb(23 29 32 / 35%);
  transition:
    background 180ms ease,
    transform 180ms ease;
}

.path-card:last-child {
  border-right: 0;
}

.path-card:hover {
  background: var(--gunmetal);
  transform: translateY(-4px);
}

.path-card > .mono {
  color: var(--signal);
  font-size: 0.57rem;
}

.path-card h3 {
  margin: auto 0 1rem;
  font-family: "Newsreader", serif;
  font-size: clamp(2rem, 3vw, 3rem);
  font-weight: 500;
  line-height: 1;
}

.path-card p {
  max-width: 360px;
  color: var(--muted-bone);
  font-size: 0.83rem;
}

.path-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 1.5rem;
  padding-top: 1rem;
  border-top: 1px solid var(--divider);
  color: var(--paper);
  font-size: 0.73rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.path-link i {
  color: var(--signal);
  font-style: normal;
  transition: transform 180ms ease;
}

a:hover .path-link i {
  transform: translateX(4px);
}

.home-case {
  padding-bottom: clamp(8rem, 13vw, 13rem);
}

.featured-case-card {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(420px, 0.75fr);
  min-height: 620px;
  overflow: hidden;
  border: 1px solid var(--divider);
  border-radius: 18px 3px;
  background: var(--gunmetal);
}

.featured-case-image {
  position: relative;
  min-height: 580px;
  overflow: hidden;
}

.featured-case-image::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(90deg, transparent 54%, var(--gunmetal)),
    linear-gradient(0deg, rgb(16 20 22 / 48%), transparent 40%);
}

.featured-case-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.74);
  transition: transform 600ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.featured-case-card:hover .featured-case-image img {
  transform: scale(1.02);
}

.featured-case-copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  padding: clamp(2.5rem, 5vw, 5.5rem);
}

.featured-case-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: var(--signal);
}

.featured-case-top .mono {
  max-width: 170px;
  font-size: 0.56rem;
}

.case-number {
  color: rgb(243 235 221 / 14%);
  font-family: "Newsreader", serif;
  font-size: clamp(4.5rem, 7vw, 7rem);
  line-height: 0.7;
}

.case-kicker {
  margin: auto 0 0.7rem;
  color: var(--muted-bone);
  font-family: "Newsreader", serif;
  font-size: 1.25rem;
  font-style: italic;
}

.featured-case-copy h2 {
  font-size: clamp(3.6rem, 5.7vw, 6.4rem);
}

.featured-case-copy > p:not(.case-kicker) {
  max-width: 540px;
  margin: 2rem 0 0;
  color: var(--muted-bone);
  line-height: 1.75;
}

.featured-case-copy .path-link {
  margin-top: auto;
}

.case-catalogue {
  padding-block: clamp(8rem, 12vw, 12rem);
}

.catalogue-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  margin-bottom: 4rem;
  padding-bottom: 1.5rem;
  gap: 2rem;
  border-bottom: 1px solid var(--divider);
}

.catalogue-heading p {
  margin-bottom: 0;
}

.catalogue-heading > p:last-child {
  max-width: 500px;
  color: var(--muted-bone);
  font-size: 0.86rem;
}

.case-list {
  display: grid;
  gap: 2rem;
}

.case-card {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(390px, 0.75fr);
  min-height: 640px;
  overflow: hidden;
  border: 1px solid var(--divider);
  border-radius: 18px 3px;
  background: var(--gunmetal);
}

.case-card-image {
  position: relative;
  min-height: 560px;
  overflow: hidden;
}

.case-card-image::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(90deg, transparent 58%, var(--gunmetal)),
    linear-gradient(0deg, rgb(16 20 22 / 58%), transparent 44%);
}

.case-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.74);
  transition: transform 600ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.case-card:hover .case-card-image img {
  transform: scale(1.02);
}

.case-card-status {
  position: absolute;
  z-index: 2;
  top: 1.5rem;
  left: 1.5rem;
  display: flex;
  align-items: center;
  padding: 0.55rem 0.7rem;
  gap: 0.5rem;
  border: 1px solid rgb(214 163 91 / 34%);
  background: rgb(16 20 22 / 72%);
  color: var(--paper);
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.56rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
}

.case-card-status i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--signal);
}

.case-card-number {
  position: absolute;
  z-index: 2;
  right: 2rem;
  bottom: 1.5rem;
  color: rgb(243 235 221 / 38%);
  font-family: "Newsreader", serif;
  font-size: 6rem;
  line-height: 0.8;
}

.case-card-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(2.5rem, 5vw, 5.5rem);
}

.case-card-copy > .mono {
  color: var(--signal);
  font-size: 0.57rem;
}

.case-card-copy h2 {
  margin: 1.2rem 0 1.5rem;
  font-size: clamp(3.5rem, 5.4vw, 6rem);
}

.case-card-copy > p {
  color: var(--muted-bone);
  line-height: 1.75;
}

.case-card-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: auto 0 2rem;
  padding-block: 1.25rem;
  border-top: 1px solid var(--divider);
  border-bottom: 1px solid var(--divider);
}

.case-card-stats div {
  border-right: 1px solid var(--divider);
  text-align: center;
}

.case-card-stats div:last-child {
  border-right: 0;
}

.case-card-stats dt {
  color: var(--muted-bone);
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.5rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.case-card-stats dd {
  margin-bottom: 0;
  font-family: "Newsreader", serif;
  font-size: 1.65rem;
}

.future-case-card {
  background: #11181d;
}

.future-case-card .case-card-image img {
  filter: saturate(0.68) brightness(0.8);
}

.future-case-card:hover .case-card-image img {
  transform: none;
}

.future-case-card .case-card-copy {
  background:
    linear-gradient(145deg, rgb(141 178 192 / 7%), transparent 45%),
    repeating-linear-gradient(135deg, transparent 0 18px, rgb(243 235 221 / 1.5%) 18px 19px);
}

.future-case-kicker {
  margin: 3.25rem 0 0.35rem;
  color: var(--bone) !important;
  font-family: "Newsreader", serif;
  font-size: 1.2rem;
  font-style: italic;
}

.future-case-card .case-card-copy h2 {
  margin: 0 0 1.5rem;
  font-size: clamp(3.3rem, 5vw, 5.6rem);
}

.future-case-seal {
  display: flex;
  align-items: center;
  margin-top: 2.75rem;
  padding-top: 1.2rem;
  gap: 0.7rem;
  border-top: 1px solid var(--divider);
  color: var(--signal);
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.54rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.future-case-seal i {
  width: 6px;
  height: 6px;
  border: 1px solid var(--signal);
  border-radius: 50%;
}

.case-detail-hero {
  min-height: 980px;
}

.case-detail-hero .case-content {
  min-height: 980px;
  padding-top: 8rem;
}

.breadcrumbs {
  display: flex;
  margin-top: 1.8rem;
  gap: 0.7rem;
  color: rgb(243 235 221 / 56%);
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.58rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.breadcrumbs a {
  color: var(--signal-bright);
}

.breadcrumbs a:hover {
  color: var(--bone);
}

.case-title h1 {
  max-width: 1100px;
  margin-bottom: 0;
  font-size: clamp(4.2rem, 8.5vw, 9rem);
}

.case-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 2rem;
}

.case-overview {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(320px, 0.45fr);
  align-items: center;
  padding-block: clamp(8rem, 13vw, 13rem);
  gap: clamp(4rem, 10vw, 11rem);
}

.case-overview-copy h2 {
  margin: 2rem 0;
}

.case-overview-copy > p:not(.section-number) {
  max-width: 670px;
  color: var(--muted-bone);
  line-height: 1.8;
}

.case-expansion {
  padding-bottom: clamp(8rem, 13vw, 13rem);
}

.case-expansion-heading {
  display: grid;
  grid-template-columns: minmax(180px, 0.33fr) minmax(0, 1fr);
  align-items: start;
  margin-bottom: 4rem;
}

.case-expansion-heading h2 {
  max-width: 960px;
}

.case-expansion-heading > div > p {
  max-width: 700px;
  margin: 2rem 0 0;
  color: var(--muted-bone);
  line-height: 1.8;
}

.expansion-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0;
  border-top: 1px solid var(--divider);
  border-bottom: 1px solid var(--divider);
}

.expansion-grid div {
  min-height: 250px;
  padding: clamp(1.6rem, 3vw, 2.5rem);
  border-right: 1px solid var(--divider);
  background: rgb(23 29 32 / 35%);
}

.expansion-grid div:last-child {
  border-right: 0;
}

.expansion-grid dt {
  color: var(--paper);
  font-family: "Newsreader", serif;
  font-size: clamp(1.8rem, 2.5vw, 2.6rem);
  font-weight: 500;
  line-height: 1;
}

.expansion-grid dd {
  margin: 2rem 0 0;
  color: var(--muted-bone);
  font-size: 0.82rem;
  line-height: 1.75;
}

.spoiler-promise {
  display: flex;
  align-items: center;
  width: fit-content;
  margin: 1.5rem 0 0;
  gap: 0.8rem;
  color: var(--muted-bone);
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.58rem;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.case-portrait {
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--divider);
  border-radius: 170px 170px 4px 4px;
  background: var(--gunmetal);
}

.case-portrait img {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  filter: saturate(0.76);
}

.case-portrait figcaption,
.location-card figcaption {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.2rem 1.4rem;
  gap: 1rem;
}

.case-portrait figcaption .mono,
.location-card figcaption .mono {
  color: var(--signal);
  font-size: 0.52rem;
}

.case-portrait figcaption strong,
.location-card figcaption strong {
  font-family: "Newsreader", serif;
  font-size: 1.05rem;
  font-weight: 500;
}

.case-locations {
  padding-bottom: clamp(8rem, 13vw, 13rem);
}

.case-locations-heading {
  display: grid;
  grid-template-columns: minmax(180px, 0.33fr) minmax(0, 1fr);
  align-items: start;
  margin-bottom: 4rem;
}

.case-locations-heading h2 {
  max-width: 900px;
}

.location-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
}

.location-card {
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--divider);
  background: var(--gunmetal);
}

.location-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  filter: saturate(0.76);
  transition:
    filter 400ms ease,
    transform 600ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.location-card:hover img {
  filter: saturate(0.94);
  transform: scale(1.02);
}

.page-faq {
  padding-top: clamp(8rem, 12vw, 12rem);
}

.questions-next {
  display: grid;
  grid-template-columns: minmax(180px, 0.33fr) minmax(0, 1fr);
  align-items: end;
  margin-bottom: clamp(8rem, 12vw, 12rem);
  padding-block: 4rem;
  border-top: 1px solid var(--divider);
  border-bottom: 1px solid var(--divider);
}

.questions-next > div {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 3rem;
}

.questions-next h2 {
  font-size: clamp(3.5rem, 5vw, 5.5rem);
}

.download-hero {
  position: relative;
  display: grid;
  min-height: 920px;
  overflow: hidden;
  border-bottom: 1px solid var(--divider);
  place-items: center;
}

.download-hero-image,
.download-hero-shade {
  position: absolute;
  inset: 0;
}

.download-hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 65% center;
  filter: saturate(0.78) contrast(1.03);
}

.download-hero-shade {
  background:
    linear-gradient(90deg, rgb(16 20 22 / 98%) 0%, rgb(16 20 22 / 91%) 43%, rgb(16 20 22 / 20%) 78%),
    linear-gradient(0deg, rgb(16 20 22 / 76%), transparent 48%);
}

.download-hero-copy {
  position: relative;
  z-index: 2;
  width: min(calc(100% - (var(--page-gutter) * 2)), var(--max-width));
  padding-block: 11rem 7rem;
}

.download-hero-copy h1 {
  max-width: 950px;
  font-size: clamp(4.5rem, 7.8vw, 8.7rem);
  line-height: 0.89;
}

.download-hero-copy > p:not(.eyebrow, .release-note) {
  max-width: 650px;
  margin: 2.5rem 0 2rem;
  color: var(--paper);
  font-size: clamp(1rem, 1.3vw, 1.2rem);
  line-height: 1.75;
}

.download-actions {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin-top: 1.35rem;
  gap: 1.5rem;
}

.download-actions > .store-badge {
  width: 220px;
  min-width: 220px;
  height: 68px;
  min-height: 68px;
  padding: 0.65rem 0.9rem;
}

.store-badge {
  display: inline-flex;
  align-items: center;
  min-width: 220px;
  min-height: 68px;
  padding: 0.7rem 1rem;
  gap: 0.85rem;
  border: 1px solid rgb(243 235 221 / 34%);
  border-radius: 10px;
  background: rgb(7 9 10 / 88%);
  box-shadow: 0 12px 30px rgb(0 0 0 / 20%);
}

.store-badge-mark {
  display: grid;
  width: 38px;
  height: 38px;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid rgb(243 235 221 / 35%);
  border-radius: 10px;
  color: var(--bone);
  font-family: "Manrope", sans-serif;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.store-badge-mark img {
  width: 24px;
  height: 24px;
}

.store-badge-mark-web {
  border: 0;
  border-radius: 0;
}

.store-badge-mark-web img {
  width: 28px;
  height: 28px;
}

.store-badge-mark-apple {
  border: 0;
  border-radius: 0;
}

.store-badge-link {
  color: var(--bone);
  transition:
    border-color 180ms ease,
    background 180ms ease,
    transform 180ms ease;
}

.store-badge-link:hover {
  border-color: var(--signal);
  background: rgb(18 21 22 / 96%);
  transform: translateY(-2px);
}

.store-badge-mark-android {
  border: 0;
  border-radius: 0;
}

.store-badge-mark-android img {
  width: 30px;
  height: 30px;
}

.store-badge > span:last-child {
  display: flex;
  flex-direction: column;
  line-height: 1.05;
}

.store-badge small {
  margin-bottom: 0.35rem;
  color: var(--muted-bone);
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.48rem;
  letter-spacing: 0.07em;
}

.store-badge strong {
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.download-hero-copy .release-note {
  max-width: 600px;
  margin: 1.3rem 0 0;
  color: var(--muted-bone);
  font-size: 0.72rem;
}

.platform-release {
  padding-block: clamp(8rem, 13vw, 13rem);
}

.platform-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
}

.platform-card {
  display: flex;
  min-height: 540px;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(2rem, 4vw, 4rem);
  overflow: hidden;
  border: 1px solid var(--divider);
  border-radius: 18px 3px;
  background:
    radial-gradient(circle at 82% 0%, rgb(214 163 91 / 9%), transparent 32%),
    var(--gunmetal);
}

.platform-card:nth-child(2) {
  background:
    radial-gradient(circle at 82% 0%, rgb(141 178 192 / 10%), transparent 32%),
    var(--gunmetal);
}

.platform-card-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
}

.platform-symbol {
  display: grid;
  width: 72px;
  height: 72px;
  place-items: center;
  border: 1px solid rgb(243 235 221 / 25%);
  border-radius: 20px;
  color: var(--paper);
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.platform-symbol img {
  width: 34px;
  height: 34px;
}

.coming-pill {
  display: inline-flex;
  align-items: center;
  padding: 0.55rem 0.7rem;
  gap: 0.5rem;
  border: 1px solid var(--divider);
  border-radius: 999px;
  color: var(--muted-bone);
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.53rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.coming-pill i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--signal);
}

.platform-card > div:nth-child(2) {
  margin-block: auto;
  padding-block: 4rem;
}

.platform-card .mono {
  margin-bottom: 0.7rem;
  color: var(--signal);
  font-size: 0.55rem;
}

.platform-card:nth-child(2) .mono {
  color: var(--info);
}

.platform-card h3 {
  margin: 0 0 1rem;
  font-family: "Newsreader", serif;
  font-size: clamp(2.5rem, 4vw, 4rem);
  font-weight: 500;
  line-height: 1;
}

.platform-card > div:nth-child(2) > p:last-child {
  max-width: 500px;
  margin-bottom: 0;
  color: var(--muted-bone);
  line-height: 1.75;
}

.store-badge-small {
  min-width: 205px;
  min-height: 64px;
  align-self: flex-start;
  box-shadow: none;
}

.download-details {
  display: grid;
  grid-template-columns: minmax(180px, 0.33fr) minmax(0, 1fr);
  padding-bottom: clamp(8rem, 13vw, 13rem);
}

.download-details-copy {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 0.7fr);
  align-items: start;
  gap: clamp(3rem, 8vw, 9rem);
}

.download-details-copy h2 {
  font-size: clamp(3.7rem, 5.8vw, 6.3rem);
}

.download-details ul {
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--divider);
  list-style: none;
}

.download-details li {
  display: grid;
  grid-template-columns: minmax(130px, 0.7fr) 1fr;
  padding-block: 1.25rem;
  gap: 1.5rem;
  border-bottom: 1px solid var(--divider);
}

.download-details li strong {
  font-size: 0.78rem;
}

.download-details li span {
  color: var(--muted-bone);
  font-size: 0.78rem;
}

.download-closing {
  position: relative;
  display: grid;
  min-height: 820px;
  overflow: hidden;
  place-items: center;
  text-align: center;
}

.download-closing-image {
  position: absolute;
  inset: 0;
}

.download-closing-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 58%;
  filter: saturate(0.72);
}

.download-closing-image::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    radial-gradient(circle at center, rgb(16 20 22 / 40%), rgb(16 20 22 / 95%) 72%),
    linear-gradient(180deg, rgb(16 20 22 / 70%), transparent 25%, rgb(16 20 22 / 76%));
}

.download-closing-copy {
  position: relative;
  z-index: 2;
}

.download-closing-copy .eyebrow {
  justify-content: center;
}

.download-closing-copy h2 {
  font-size: clamp(4rem, 7.3vw, 7.8rem);
}

.download-closing-copy > p:not(.eyebrow) {
  max-width: 580px;
  margin: 2.2rem auto 1rem;
  color: var(--paper);
}

.download-closing-copy .text-link {
  justify-content: center;
}

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

  .desktop-nav {
    display: none;
  }

  .header-cta {
    grid-column: 2;
  }

  .hero {
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.72fr);
  }

  .hero-copy {
    padding-right: 1rem;
  }

  .hero h1 {
    font-size: clamp(4.1rem, 8.7vw, 7rem);
  }

  .signal-card {
    left: -1.5rem;
  }

  .section-intro {
    grid-template-columns: 140px 1fr;
  }

  .section-intro > div {
    display: block;
  }

  .section-intro > div > p {
    max-width: 620px;
    margin-top: 2rem;
  }

  .role-grid {
    grid-template-columns: minmax(0, 1fr) 60px minmax(0, 1fr);
  }

  .handoff,
  .life {
    gap: 4rem;
  }

  .life-visual {
    min-height: 650px;
  }

  .final-cta-copy {
    padding-inline: 3rem;
  }
}

@media (max-width: 800px) {
  :root {
    --page-gutter: 1.25rem;
  }

  .site-header {
    position: absolute;
  }

  .site-header.is-scrolled {
    position: fixed;
  }

  .header-inner {
    grid-template-columns: 1fr auto;
    min-height: 74px;
  }

  .header-cta {
    display: none;
  }

  .menu-toggle {
    display: grid;
    width: 48px;
    height: 48px;
    place-content: center;
    gap: 6px;
    border: 0;
    background: transparent;
    cursor: pointer;
  }

  .menu-toggle i {
    display: block;
    width: 22px;
    height: 1px;
    background: var(--bone);
    transition: transform 180ms ease;
  }

  .menu-toggle[aria-expanded="true"] i:first-of-type {
    transform: translateY(3.5px) rotate(45deg);
  }

  .menu-toggle[aria-expanded="true"] i:last-of-type {
    transform: translateY(-3.5px) rotate(-45deg);
  }

  .mobile-nav {
    position: absolute;
    top: 74px;
    right: 0;
    left: 0;
    display: grid;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    background: rgb(16 20 22 / 98%);
    box-shadow: 0 22px 36px rgb(0 0 0 / 32%);
    transition:
      max-height 240ms ease,
      opacity 180ms ease;
  }

  .mobile-nav.is-open {
    max-height: 360px;
    opacity: 1;
  }

  .mobile-nav a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 58px;
    margin-inline: var(--page-gutter);
    border-bottom: 1px solid var(--divider);
    color: var(--muted-bone);
    font-size: 0.83rem;
    font-weight: 600;
  }

  .mobile-nav a:last-child {
    color: var(--signal);
  }

  .mobile-nav a[aria-current="page"] {
    color: var(--bone);
  }

  .hero {
    display: flex;
    min-height: auto;
    flex-direction: column;
    padding-top: 74px;
    background: var(--ink);
  }

  .hero-seam {
    display: none;
  }

  .hero-copy {
    order: 2;
    margin: 0 var(--page-gutter);
    padding: 2.5rem 0 5rem;
  }

  .hero-visual {
    order: 1;
    height: 72svh;
    min-height: 560px;
  }

  .hero-frame-shade {
    background:
      linear-gradient(0deg, var(--ink) 0%, rgb(16 20 22 / 25%) 42%, rgb(16 20 22 / 25%)),
      linear-gradient(90deg, rgb(16 20 22 / 30%), transparent);
  }

  .hero-case-label {
    bottom: 8rem;
  }

  .signal-card {
    bottom: 3rem;
    left: var(--page-gutter);
  }

  .vertical-note {
    display: none;
  }

  .hero .eyebrow {
    margin-bottom: 1.5rem;
  }

  .hero h1 {
    font-size: clamp(3.8rem, 15vw, 6.2rem);
  }

  .hero-lead {
    margin-top: 1.8rem;
  }

  .hero-meta {
    margin-top: 3rem;
  }

  .hero-meta div {
    min-height: 68px;
    padding-inline: 0.8rem;
  }

  .hero-meta div:first-child {
    padding-left: 0.8rem;
  }

  .hero-meta strong {
    font-size: 0.68rem;
  }

  .ticker > div {
    min-height: 50px;
  }

  .section-intro {
    display: block;
  }

  .section-intro > .section-number {
    margin-bottom: 2rem;
  }

  .role-grid {
    display: flex;
    flex-direction: column;
  }

  .analyst-card {
    transform: none;
  }

  .role-signal {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1rem 3rem;
  }

  .role-signal span {
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--signal));
  }

  .role-signal span:last-child {
    background: linear-gradient(90deg, var(--signal), transparent);
  }

  .role-signal strong {
    writing-mode: initial;
  }

  .handoff,
  .life {
    grid-template-columns: 1fr;
  }

  .handoff-image {
    width: min(100%, 540px);
  }

  .handoff-copy {
    order: -1;
  }

  .case-stats {
    grid-template-columns: 1fr 1fr;
  }

  .case-stats div:nth-child(2) {
    border-right: 0;
  }

  .case-stats div:nth-child(n + 3) {
    border-top: 1px solid rgb(243 235 221 / 18%);
  }

  .case-stats div:nth-child(3) {
    padding-left: 0;
  }

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

  .evidence-card,
  .evidence-card:nth-child(2),
  .evidence-card:nth-child(3),
  .evidence-card:nth-child(4) {
    grid-column: auto;
    margin-top: 0;
  }

  .life-visual {
    min-height: 760px;
  }

  .life-image-main {
    right: 12%;
  }

  .waiting-card {
    right: 0;
  }

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

  .final-cta {
    grid-template-columns: 1fr;
  }

  .final-cta-image {
    min-height: 520px;
  }

  .final-cta-image::after {
    background: linear-gradient(0deg, var(--gunmetal), transparent 55%);
  }

  .final-cta-copy {
    margin-top: -5rem;
    padding: 0 var(--page-gutter) 5rem;
  }

  .page-hero {
    display: flex;
    height: auto;
    min-height: auto;
    flex-direction: column;
    padding-top: 74px;
  }

  .page-hero-copy.section {
    order: 2;
    width: calc(100% - (var(--page-gutter) * 2));
    max-width: none;
    margin: 0 var(--page-gutter);
    padding: 3.5rem 0 5rem;
  }

  .page-hero-copy h1 {
    font-size: clamp(4rem, 14vw, 6.5rem);
  }

  .page-hero-image {
    order: 1;
    height: 58svh;
    min-height: 430px;
  }

  .page-hero-image::after {
    background:
      linear-gradient(0deg, var(--ink), rgb(16 20 22 / 22%) 48%, transparent),
      linear-gradient(90deg, rgb(16 20 22 / 34%), transparent);
  }

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

  .path-card {
    min-height: 290px;
    border-right: 0;
    border-bottom: 1px solid var(--divider);
  }

  .path-card:last-child {
    border-bottom: 0;
  }

  .featured-case-card,
  .case-card {
    grid-template-columns: 1fr;
  }

  .featured-case-image,
  .case-card-image {
    min-height: 500px;
  }

  .featured-case-image::after,
  .case-card-image::after {
    background: linear-gradient(0deg, var(--gunmetal), transparent 58%);
  }

  .featured-case-copy,
  .case-card-copy {
    min-height: 500px;
    margin-top: -3rem;
    padding-top: 0;
  }

  .featured-case-copy .path-link {
    margin-top: 3rem;
  }

  .catalogue-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .case-detail-hero,
  .case-detail-hero .case-content {
    min-height: 1100px;
  }

  .case-title h1 {
    font-size: clamp(4rem, 14vw, 6.5rem);
  }

  .case-overview {
    grid-template-columns: 1fr;
  }

  .case-expansion-heading {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

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

  .expansion-grid div:nth-child(2) {
    border-right: 0;
  }

  .expansion-grid div:nth-child(n + 3) {
    border-top: 1px solid var(--divider);
  }

  .case-portrait {
    justify-self: center;
    width: min(100%, 460px);
  }

  .case-locations-heading,
  .questions-next {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

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

  .questions-next > div {
    align-items: flex-start;
    flex-direction: column;
  }

  .download-hero {
    min-height: 980px;
    place-items: end start;
  }

  .download-hero-image img {
    object-position: 66% center;
  }

  .download-hero-shade {
    background:
      linear-gradient(0deg, var(--ink) 0%, rgb(16 20 22 / 74%) 52%, rgb(16 20 22 / 28%)),
      linear-gradient(90deg, rgb(16 20 22 / 62%), transparent);
  }

  .download-hero-copy {
    padding-top: 12rem;
    padding-bottom: 4.5rem;
  }

  .download-hero-copy h1 {
    font-size: clamp(4rem, 14vw, 6.5rem);
  }

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

  .download-details {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .download-details-copy {
    grid-template-columns: 1fr;
  }

  .download-closing {
    min-height: 760px;
  }

  .footer-top {
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
  }

  .footer-top > p {
    display: none;
  }
}

@media (max-width: 560px) {
  .brand-name {
    font-size: 0.66rem;
  }

  .brand-mark {
    width: 24px;
    height: 26px;
  }

  .brand-app-icon {
    width: 36px;
    height: 36px;
    border-radius: 8px;
  }

  .brand-mark span {
    width: 17px;
    height: 20px;
  }

  .hero-visual {
    height: 66svh;
    min-height: 510px;
  }

  .page-hero-image {
    height: 54svh;
    min-height: 380px;
  }

  .page-hero-copy h1 {
    font-size: clamp(3.7rem, 16vw, 5.5rem);
  }

  .page-hero-copy > p:last-child {
    font-size: 0.96rem;
  }

  .hero-platforms {
    margin-top: 1rem;
  }

  .hero-case-label {
    right: 1.25rem;
    bottom: 8.5rem;
  }

  .frame-corners {
    display: none;
  }

  .signal-card {
    width: calc(100% - 2.5rem);
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
    gap: 0.6rem;
  }

  .primary-button {
    width: 100%;
  }

  .hero-meta div {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .hero-meta dd {
    font-size: 0.49rem;
  }

  h2 {
    font-size: clamp(3.15rem, 16vw, 4.7rem);
  }

  .method {
    padding-top: 6rem;
  }

  .role-copy {
    padding: 1.5rem;
  }

  .handoff {
    padding-block: 7rem;
  }

  .handoff-image {
    border-radius: 110px 110px 5px 5px;
  }

  .case-file,
  .case-content {
    min-height: 780px;
  }

  .case-content {
    padding-block: 2.5rem;
  }

  .case-top .mono {
    display: none;
  }

  .case-title h2 {
    font-size: clamp(3.7rem, 17vw, 5.5rem);
  }

  .case-title h1 {
    font-size: clamp(3.7rem, 17vw, 5.5rem);
  }

  .case-detail-hero,
  .case-detail-hero .case-content {
    min-height: 1120px;
  }

  .case-actions {
    align-items: stretch;
    flex-direction: column;
    gap: 0.5rem;
  }

  .case-actions .text-link {
    justify-content: center;
  }

  .case-stats dt {
    font-size: 0.48rem;
  }

  .featured-case-image,
  .case-card-image {
    min-height: 380px;
  }

  .featured-case-copy,
  .case-card-copy {
    min-height: 470px;
    padding: 0 1.5rem 2rem;
  }

  .featured-case-copy h2,
  .case-card-copy h2 {
    font-size: clamp(3.2rem, 15vw, 4.7rem);
  }

  .catalogue-heading {
    margin-bottom: 2.5rem;
  }

  .case-card-stats {
    margin-top: 2rem;
  }

  .future-case-card .case-card-copy h2 {
    font-size: clamp(3rem, 14vw, 4.4rem);
  }

  .location-card figcaption {
    align-items: flex-start;
    flex-direction: column;
  }

  .questions-next > div {
    gap: 2rem;
  }

  .download-hero {
    min-height: 900px;
  }

  .download-hero-copy {
    padding-top: 10rem;
    padding-bottom: 3.5rem;
  }

  .download-hero-copy h1 {
    font-size: clamp(3.7rem, 16vw, 5.5rem);
  }

  .download-actions {
    display: grid;
    gap: 1rem;
  }

  .download-actions > .store-badge,
  .store-badge {
    width: 100%;
    min-width: 0;
  }

  .download-hero-copy .release-note {
    line-height: 1.6;
  }

  .platform-card {
    min-height: 500px;
    padding: 1.5rem;
  }

  .platform-card > div:nth-child(2) {
    padding-block: 3rem;
  }

  .platform-card h3 {
    font-size: clamp(2.7rem, 13vw, 3.8rem);
  }

  .download-details li {
    grid-template-columns: 1fr;
    gap: 0.35rem;
  }

  .download-closing {
    min-height: 680px;
  }

  .download-closing-copy h2 {
    font-size: clamp(3.4rem, 16vw, 5rem);
  }

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

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

  .expansion-grid div,
  .expansion-grid div:nth-child(2) {
    min-height: auto;
    border-top: 1px solid var(--divider);
    border-right: 0;
  }

  .expansion-grid div:first-child {
    border-top: 0;
  }

  .evidence-card figcaption {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.35rem;
  }

  .life-visual {
    min-height: 620px;
  }

  .life-image-main {
    right: 3.5rem;
    border-radius: 130px 130px 5px 5px;
  }

  .life-image-inset {
    bottom: 2.5rem;
    width: 42%;
  }

  .waiting-card {
    top: 3rem;
    width: 55%;
  }

  .life-points {
    grid-template-columns: 1fr;
  }

  .manifesto {
    min-height: 780px;
  }

  .manifesto-content h2 {
    font-size: clamp(3.2rem, 15vw, 5rem);
  }

  .faq-list summary {
    grid-template-columns: 28px 1fr 18px;
    gap: 0.75rem;
  }

  .faq-list details > p {
    margin-left: 40px;
  }

  .final-cta-image {
    min-height: 390px;
  }

  .final-cta-copy h2 {
    font-size: clamp(3.3rem, 16vw, 4.7rem);
  }

  .footer-top {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 2rem;
  }

  .footer-top .text-link {
    justify-self: auto;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.7rem;
  }

  .footer-bottom .mono {
    order: 3;
  }
}

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

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

  html.js [data-reveal] {
    opacity: 1;
    transform: none;
  }
}
