:root {
  color-scheme: light;
  --ink: #9b72f1;
  --muted: #9b72f1;
  --paper: #e2f671;
  --stone: rgba(155, 114, 241, 0.42);
  --button: rgba(155, 114, 241, 0.16);
  --white: #e2f671;
  --octagon-cursor: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cpolygon points='6.69,2 13.31,2 18,6.69 18,13.31 13.31,18 6.69,18 2,13.31 2,6.69' fill='none' stroke='%239b72f1' stroke-width='2' stroke-linejoin='miter'/%3E%3C/svg%3E") 10 10, auto;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scrollbar-color: var(--ink) var(--paper);
}

::-webkit-scrollbar {
  width: 14px;
}

::-webkit-scrollbar-track {
  background: var(--paper);
}

::-webkit-scrollbar-thumb {
  background: var(--ink);
  border: 3px solid var(--paper);
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
  cursor: var(--octagon-cursor);
}

body.version-choice-open {
  overflow: hidden;
}

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

a {
  color: inherit;
  cursor: var(--octagon-cursor);
}

button {
  cursor: var(--octagon-cursor);
}

.version-dialog {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: grid;
  place-items: center;
  padding: 18px;
  background: rgba(255, 255, 255, 0.76);
}

.version-dialog[hidden] {
  display: none;
}

.version-dialog-panel {
  width: min(620px, 100%);
  padding: clamp(24px, 5vw, 46px);
  color: var(--ink);
  background: var(--paper);
  border: 1px solid var(--ink);
  text-align: center;
}

.version-dialog-panel h2 {
  max-width: none;
  font-size: clamp(2rem, 6vw, 4rem);
}

.version-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 28px;
}

.version-actions button {
  min-height: 56px;
  border: 1px solid var(--ink);
  background: var(--ink);
  color: var(--paper);
  font: inherit;
  font-weight: 900;
}

.version-actions button:hover,
.version-actions button:focus {
  background: #b89cff;
  border-color: #b89cff;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 10;
  display: grid;
  grid-template-columns: minmax(180px, 1fr) auto minmax(90px, 1fr);
  align-items: center;
  gap: 24px;
  padding: 18px clamp(18px, 4vw, 56px);
  color: var(--ink);
  background: rgba(226, 246, 113, 0.92);
  border-bottom: 1px solid var(--stone);
}

.wordmark {
  font-weight: 800;
  text-decoration: none;
  justify-self: start;
}

nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 22px;
  font-size: 0.9rem;
  font-weight: 700;
}

nav a {
  text-decoration: none;
  opacity: 0.9;
}

nav a:hover {
  opacity: 1;
}

.language-switcher {
  justify-self: end;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 6px;
}

.language-toggle {
  min-height: 34px;
  border: 1px solid var(--ink);
  background: var(--paper);
  color: var(--ink);
  padding: 0 8px;
  font: inherit;
  font-size: 0.82rem;
  font-weight: 800;
  cursor: var(--octagon-cursor);
}

.language-toggle.is-active {
  background: var(--ink);
  color: var(--paper);
}

.hero {
  position: relative;
  min-height: auto;
  display: flex;
  flex-direction: column;
  gap: 28px;
  padding: 140px 0 48px;
  overflow: hidden;
  background: var(--paper);
}

.hero-visual-frame {
  order: 2;
  width: 100%;
  padding: clamp(14px, 1.9vw, 0.5cm) 0;
  background: var(--ink);
  border: 1px solid var(--ink);
  border-inline: 0;
  cursor: var(--octagon-cursor);
  transition:
    background 180ms ease,
    border-color 180ms ease;
}

.hero-visual-frame:hover {
  background: #b89cff;
  border-color: #b89cff;
}

.hero-image,
.hero-placeholder {
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
  aspect-ratio: 16 / 9;
}

.hero-image {
  object-fit: cover;
}

.hero-image.is-contain {
  object-fit: contain;
  background: var(--paper);
}

.hero-image[hidden],
.hero-placeholder[hidden] {
  display: none;
}

.hero-placeholder {
  display: grid;
  place-items: center;
  color: var(--ink);
  background:
    linear-gradient(135deg, transparent 0 49.7%, var(--ink) 49.8% 50.2%, transparent 50.3%),
    linear-gradient(45deg, transparent 0 49.7%, var(--ink) 49.8% 50.2%, transparent 50.3%),
    var(--paper);
  font-size: clamp(2rem, 7vw, 7rem);
  font-weight: 800;
}

.hero-scrim {
  display: none;
}

.hero-content {
  order: 1;
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
  padding: 0;
  color: var(--ink);
}

.kicker {
  margin: 0 0 12px;
  color: var(--ink);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

h1,
h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 650;
  line-height: 0.98;
  letter-spacing: 0;
}

h1 {
  max-width: 820px;
  font-size: clamp(3.2rem, 11vw, 8.5rem);
}

h2 {
  max-width: 880px;
  font-size: clamp(2.2rem, 6vw, 5rem);
}

h3 {
  margin: 0 0 12px;
  font-size: 1.05rem;
}

.hero-copy {
  max-width: none;
  margin: 26px 0 0;
  font-size: clamp(1.05rem, 2vw, 1.35rem);
  color: var(--ink);
  white-space: nowrap;
}

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--stone);
  padding: 0 18px;
  border-radius: 6px;
  font-weight: 800;
  text-decoration: none;
  transition:
    transform 160ms ease,
    border-color 160ms ease,
    background 160ms ease;
}

.button:hover {
  transform: translateY(-1px);
  background: rgba(155, 114, 241, 0.24);
}

.button-primary {
  background: var(--button);
  color: var(--ink);
}

.button-secondary {
  border-color: var(--stone);
  color: var(--ink);
  background: var(--button);
}

.intro-band {
  background: var(--paper);
  color: var(--ink);
  border-block: 1px solid var(--stone);
  padding: 26px clamp(18px, 5vw, 72px);
}

.intro-band p {
  width: min(1080px, 100%);
  margin: 0 auto;
  font-size: clamp(1rem, 2vw, 1.22rem);
  font-weight: 600;
}

.content-section,
.contact-section {
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
  padding: clamp(76px, 11vw, 132px) 0;
}

.section-heading {
  margin-bottom: 38px;
}

.strategy-points {
  display: grid;
  grid-template-columns: 1fr;
  border-bottom: 1px solid var(--ink);
}

.strategy-points article {
  min-height: 0;
  padding: 2mm 0;
  border-top: 1px solid var(--ink);
  outline: 0;
  transition:
    min-height 180ms ease,
    padding 180ms ease;
}

.strategy-points article + article {
  border-left: 0;
}

.strategy-points h3 {
  margin: 0;
  display: grid;
  place-items: center;
  text-align: center;
  font-size: clamp(1.8rem, 4.2vw, 4.1rem);
  line-height: 1.04;
  transition:
    font-size 180ms ease,
    place-items 180ms ease,
    text-align 180ms ease;
}

.strategy-points p {
  max-width: 58rem;
  max-height: 0;
  margin: 0;
  color: var(--muted);
  font-size: clamp(1.12rem, 1.9vw, 1.55rem);
  line-height: 1.22;
  overflow: hidden;
  opacity: 0;
  transform: translateY(8px);
  transition:
    max-height 180ms ease,
    margin 180ms ease,
    opacity 180ms ease,
    transform 180ms ease;
}

.strategy-points article.is-active,
.strategy-points article:hover,
.strategy-points article:focus,
.strategy-points article:focus-within {
  min-height: clamp(170px, 22vw, 260px);
  padding: clamp(22px, 3vw, 34px) 0;
}

.strategy-points article.is-active h3,
.strategy-points article:hover h3,
.strategy-points article:focus h3,
.strategy-points article:focus-within h3 {
  place-items: start;
  text-align: left;
  font-size: clamp(1.25rem, 2.1vw, 1.85rem);
}

.strategy-points article.is-active p,
.strategy-points article:hover p,
.strategy-points article:focus p,
.strategy-points article:focus-within p {
  max-height: 14em;
  margin-top: 18px;
  opacity: 1;
  transform: translateY(0);
}

.strategy-detail {
  margin-top: clamp(58px, 8vw, 96px);
  padding-top: clamp(24px, 3vw, 36px);
  border-top: 1px solid var(--ink);
}

.strategy-detail h3 {
  margin: 0;
  font-size: clamp(2rem, 4.6vw, 4.4rem);
  line-height: 1;
}

.strategy-detail p {
  max-width: 760px;
  margin: 22px 0 0;
  font-size: clamp(1.08rem, 1.9vw, 1.42rem);
  line-height: 1.35;
}

.strategy-detail p + p {
  margin-top: 18px;
}

.diagram-step p,
.contact-copy p {
  margin: 0;
  color: var(--muted);
}

.visualisations {
  width: 100%;
  max-width: none;
  padding-inline: clamp(18px, 5vw, 72px);
  background: var(--paper);
  border-block: 1px solid var(--stone);
}

.visualisations .section-heading,
.gallery-grid {
  width: min(1180px, 100%);
  margin-inline: auto;
}

.gallery-grid {
  --gallery-gap: clamp(14px, 2vw, 24px);
  display: flex;
  flex-wrap: wrap;
  gap: var(--gallery-gap);
}

.gallery-tile {
  position: relative;
  display: grid;
  place-items: center;
  flex: 0 1 calc((100% - (2 * var(--gallery-gap))) / 3);
  min-width: 0;
  aspect-ratio: 4 / 3;
  margin: 0;
  padding: clamp(10px, 1.5vw, 0.5cm);
  background: var(--ink);
  border: 1px solid var(--ink);
  color: var(--paper);
  cursor: var(--octagon-cursor);
  font: inherit;
  transition:
    background 180ms ease,
    border-color 180ms ease,
    flex-basis 220ms ease;
}

.gallery-tile:hover,
.gallery-tile:focus {
  background: #b89cff;
  border-color: #b89cff;
}

.gallery-tile.is-row-active {
  flex-basis: calc(48% - var(--gallery-gap));
}

.gallery-tile.is-row-peer {
  flex-basis: calc(26% - (var(--gallery-gap) / 2));
}

.gallery-tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery-tile[data-index="4"] img {
  object-fit: contain;
  object-position: center;
}

.neon-tile {
  background: var(--paper);
}

.neon-tile:hover,
.neon-tile:focus {
  background: #b89cff;
}

.neon-tile img {
  object-fit: contain;
}

.gallery-tile span {
  position: absolute;
  right: clamp(16px, 2vw, 28px);
  bottom: clamp(14px, 2vw, 26px);
  display: inline-grid;
  min-width: 34px;
  height: 34px;
  place-items: center;
  background: var(--paper);
  color: var(--ink);
  font-weight: 800;
  border-radius: 999px;
}

.placeholder-tile {
  background:
    linear-gradient(135deg, transparent 0 49.4%, var(--paper) 49.5% 50.5%, transparent 50.6%),
    linear-gradient(45deg, transparent 0 49.4%, var(--paper) 49.5% 50.5%, transparent 50.6%),
    var(--ink);
}

.placeholder-tile strong {
  font-size: clamp(1rem, 2vw, 1.45rem);
}

.diagram-panel {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: var(--stone);
  border: 1px solid var(--stone);
}

.diagram-step {
  display: grid;
  align-content: center;
  gap: 10px;
  min-height: 168px;
  padding: 24px;
  background: var(--white);
}

.diagram-step span {
  width: 44px;
  height: 44px;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  background: var(--button);
  color: var(--ink);
  font-weight: 800;
}

.diagram-step strong {
  font-size: 1.18rem;
}

.contact-section {
  display: block;
  text-align: center;
}

.contact-copy > p:not(.kicker) {
  max-width: 760px;
  margin: 24px auto 0;
  font-size: 1.08rem;
}

.collective-name {
  margin: 0;
  font-size: clamp(2.2rem, 6vw, 5rem);
  font-weight: 800;
  line-height: 1;
}

.anonymous-board {
  max-width: 980px;
  margin: clamp(44px, 7vw, 86px) auto 0;
  padding: clamp(18px, 3vw, 34px);
  border: 1px solid var(--ink);
}

.anonymous-board h3 {
  margin: 0 0 16px;
  font-size: clamp(1.25rem, 2.4vw, 2rem);
}

.anonymous-form label,
#anonymous-count {
  display: block;
  margin: 0 0 8px;
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.anonymous-form {
  position: relative;
  padding: 14px 0;
}

.anonymous-form::before,
.anonymous-form::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background: var(--ink);
  opacity: 0;
  transition: opacity 160ms ease;
}

.anonymous-form::before {
  top: 0;
}

.anonymous-form::after {
  bottom: 0;
}

.anonymous-board.is-writing .anonymous-form::before,
.anonymous-board.is-writing .anonymous-form::after {
  opacity: 1;
}

.anonymous-controls {
  display: flex;
  gap: 10px;
}

.anonymous-controls input,
.anonymous-controls button {
  min-height: 46px;
  border: 1px solid var(--ink);
  background: var(--paper);
  color: var(--ink);
  font: inherit;
  font-weight: 800;
  cursor: var(--octagon-cursor);
}

.anonymous-controls input {
  flex: 1;
  min-width: 0;
  padding: 0 12px;
  text-align: center;
}

.anonymous-controls button {
  padding: 0 14px;
  background: var(--ink);
  color: var(--paper);
}

#anonymous-count {
  margin: 8px 0 0;
}

.anonymous-output {
  display: none;
  grid-template-columns: repeat(10, minmax(0, 1fr));
  gap: 8px;
  margin-top: 18px;
}

.anonymous-output.has-notes {
  display: grid;
}

.anonymous-output span {
  display: grid;
  place-items: center;
  aspect-ratio: 1;
  padding: 8px;
  color: var(--paper);
  background: var(--ink);
  clip-path: polygon(30% 0, 70% 0, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0 70%, 0 30%);
  font-size: clamp(0.48rem, 0.72vw, 0.72rem);
  font-weight: 800;
  overflow-wrap: anywhere;
  text-align: center;
}

@media (max-width: 720px) {
  .anonymous-output {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.about-collective {
  max-width: 880px;
  margin: 42px auto 0;
}

.about-collective h3 {
  margin-bottom: 14px;
  font-size: clamp(1.6rem, 3vw, 2.7rem);
}

.about-collective p {
  max-width: 880px;
  margin-inline: auto;
  font-size: clamp(1.1rem, 2vw, 1.45rem);
  line-height: 1.35;
}

.contact-call {
  margin-top: clamp(62px, 9vw, 112px);
}

.contact-call h2 {
  margin-inline: auto;
}

.contact-main-button {
  width: min(520px, 100%);
  margin-top: 28px;
  background: var(--ink);
  color: var(--paper);
  border-color: var(--ink);
  font-size: clamp(1.1rem, 2.2vw, 1.65rem);
}

.contact-main-button:hover {
  background: #b89cff;
  border-color: #b89cff;
}

footer {
  padding: 28px 18px 36px;
  text-align: center;
  color: var(--ink);
  border-top: 1px solid var(--stone);
}

footer p {
  margin: 0 0 8px;
  font-weight: 800;
}

footer p:first-child {
  font-size: calc(1rem + 3pt);
  font-weight: 800;
}

footer p:last-child {
  display: flex;
  justify-content: center;
  gap: clamp(18px, 4vw, 56px);
  flex-wrap: wrap;
  margin-bottom: 0;
  font-weight: 400;
}

.slideshow {
  position: fixed;
  inset: 0;
  z-index: 40;
  display: none;
  align-items: center;
  justify-content: center;
  padding: clamp(18px, 4vw, 56px);
  background: rgba(255, 255, 255, 0.72);
}

.slideshow.is-open {
  display: flex;
}

.slideshow-frame {
  position: relative;
  display: grid;
  width: min(1180px, 100%);
  max-height: 88svh;
  padding: clamp(18px, 2.2vw, 0.5cm);
  background: var(--ink);
  border: 1px solid var(--ink);
}

.slide-media {
  display: grid;
  min-height: min(62svh, 720px);
  background: var(--paper);
}

.slide-image,
.slide-placeholder {
  width: 100%;
  height: 100%;
  max-height: 72svh;
}

.slide-image[hidden],
.slide-placeholder[hidden] {
  display: none;
}

.slide-image {
  object-fit: contain;
  background: var(--paper);
}

.slide-placeholder {
  display: grid;
  place-items: center;
  min-height: min(62svh, 720px);
  color: var(--ink);
  font-size: clamp(2rem, 6vw, 6rem);
  font-weight: 800;
  background:
    linear-gradient(135deg, transparent 0 49.7%, var(--ink) 49.8% 50.2%, transparent 50.3%),
    linear-gradient(45deg, transparent 0 49.7%, var(--ink) 49.8% 50.2%, transparent 50.3%),
    var(--paper);
}

.slide-title,
.slide-counter {
  margin: 14px 0 0;
  color: var(--paper);
  font-weight: 800;
  text-align: center;
}

.slide-title {
  font-size: clamp(1rem, 2vw, 1.5rem);
}

.slide-counter {
  margin-top: 4px;
}

.slideshow-close {
  border: 1px solid var(--paper);
  background: var(--paper);
  color: var(--ink);
  font: inherit;
  font-weight: 900;
  cursor: var(--octagon-cursor);
}

.slide-arrow {
  position: absolute;
  top: 50%;
  z-index: 1;
  width: auto;
  height: auto;
  border: 0;
  background: transparent;
  color: var(--ink);
  font: inherit;
  font-weight: 900;
  cursor: var(--octagon-cursor);
  transform: translateY(-50%);
  font-size: clamp(3rem, 7vw, 6rem);
  line-height: 1;
  text-shadow: 0 0 10px var(--paper);
}

.slide-prev {
  left: clamp(18px, 2.2vw, 0.5cm);
}

.slide-next {
  right: clamp(18px, 2.2vw, 0.5cm);
}

.slideshow-close {
  position: absolute;
  top: clamp(14px, 3vw, 28px);
  right: clamp(14px, 3vw, 28px);
  z-index: 2;
  width: 44px;
  height: 44px;
  font-size: 1.8rem;
  line-height: 1;
}

body.slideshow-open {
  overflow: hidden;
}

body.view-mobile {
  font-size: 17px;
}

body.view-mobile .site-header {
  position: sticky;
  grid-template-columns: 1fr;
  gap: 12px;
  padding: 12px 14px;
}

body.view-mobile .wordmark,
body.view-mobile .language-switcher {
  justify-self: center;
}

body.view-mobile .language-switcher {
  position: relative;
  display: grid;
  justify-items: center;
}

body.view-mobile .language-switcher:not(.is-open) .language-toggle:not(.is-active) {
  display: none;
}

body.view-mobile .language-switcher.is-open {
  grid-template-columns: repeat(5, auto);
  gap: 6px;
}

body.view-mobile nav {
  display: flex;
  width: 100%;
  justify-content: flex-start;
  gap: 8px;
  overflow-x: auto;
  padding: 2px 0 4px;
  scrollbar-width: none;
  white-space: nowrap;
}

body.view-mobile nav::-webkit-scrollbar {
  display: none;
}

body.view-mobile nav a {
  flex: 0 0 auto;
  border: 1px solid var(--ink);
  padding: 6px 10px;
  font-size: 0.78rem;
}

body.view-mobile .language-toggle {
  min-height: 30px;
  padding: 0 7px;
  font-size: 0.76rem;
}

body.view-mobile .language-toggle.is-active::after {
  content: " ▾";
}

body.view-mobile .language-switcher.is-open .language-toggle.is-active::after {
  content: "";
}

body.view-mobile .hero {
  gap: 18px;
  padding: 34px 0 34px;
}

body.view-mobile .hero-content,
body.view-mobile .hero-image,
body.view-mobile .hero-placeholder,
body.view-mobile .content-section,
body.view-mobile .contact-section,
body.view-mobile .visualisations .section-heading,
body.view-mobile .gallery-grid {
  width: min(100% - 24px, 560px);
}

body.view-mobile h1 {
  max-width: 100%;
  font-size: clamp(2.55rem, 14vw, 4.8rem);
  line-height: 1.02;
  overflow-wrap: normal;
  word-break: normal;
}

body.view-mobile h2 {
  font-size: clamp(2.2rem, 12vw, 4rem);
}

body.view-mobile .hero-copy {
  white-space: normal;
  font-size: 1.08rem;
  line-height: 1.25;
}

body.view-mobile .intro-band {
  padding: 18px 12px;
}

body.view-mobile .content-section,
body.view-mobile .contact-section {
  padding: 58px 0;
}

body.view-mobile .strategy-points h3 {
  font-size: clamp(2rem, 11vw, 4rem);
}

body.view-mobile .strategy-points article.is-active,
body.view-mobile .strategy-points article:hover,
body.view-mobile .strategy-points article:focus,
body.view-mobile .strategy-points article:focus-within {
  min-height: 0;
  padding: 22px 0;
}

body.view-mobile .strategy-points article.is-active h3,
body.view-mobile .strategy-points article:hover h3,
body.view-mobile .strategy-points article:focus h3,
body.view-mobile .strategy-points article:focus-within h3 {
  font-size: 1.55rem;
}

body.view-mobile .strategy-points p {
  font-size: 1.08rem;
  line-height: 1.3;
}

body.view-mobile .strategy-points article.is-active p,
body.view-mobile .strategy-points article:hover p,
body.view-mobile .strategy-points article:focus p,
body.view-mobile .strategy-points article:focus-within p {
  max-height: 22em;
}

body.view-mobile .strategy-detail p,
body.view-mobile .about-collective p {
  font-size: 1.08rem;
  line-height: 1.38;
}

body.view-mobile .visualisations {
  padding-inline: 0;
}

body.view-mobile .gallery-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

body.view-mobile .gallery-tile,
body.view-mobile .gallery-tile.is-row-active,
body.view-mobile .gallery-tile.is-row-peer {
  flex-basis: auto;
  aspect-ratio: 4 / 3;
}

body.view-mobile .anonymous-controls {
  display: grid;
}

body.view-mobile .anonymous-output {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.view-mobile footer p:last-child {
  display: grid;
  gap: 6px;
}

body.view-mobile .slideshow {
  padding: 12px;
}

body.view-mobile .slideshow-frame {
  width: 100%;
  max-height: 92svh;
  padding: 12px;
}

body.view-mobile .slide-media {
  min-height: auto;
}

body.view-mobile .slide-image,
body.view-mobile .slide-placeholder {
  max-height: 62svh;
}

body.view-mobile .slide-arrow {
  top: auto;
  bottom: 18px;
  transform: none;
  font-size: 4rem;
}

@media (max-width: 820px) {
  .site-header {
    position: absolute;
    align-items: flex-start;
  }

  nav {
    display: none;
  }

  .hero {
    padding-top: 112px;
  }

  .hero-content {
    padding-bottom: 48px;
  }

  .gallery-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gallery-tile.is-row-active,
  .gallery-tile.is-row-peer {
    flex-basis: auto;
  }

  .strategy-points article {
    min-height: 0;
  }
}

@media (max-width: 520px) {
  .version-actions {
    grid-template-columns: 1fr;
  }

  .button {
    width: 100%;
  }

  h1 {
    font-size: clamp(2.8rem, 17vw, 4.8rem);
  }

  h2 {
    font-size: clamp(2rem, 12vw, 3.6rem);
  }

  .hero-copy {
    white-space: normal;
  }

  .gallery-grid {
    display: grid;
    grid-template-columns: 1fr;
  }

  .slide-arrow {
    top: auto;
    bottom: clamp(20px, 8vw, 42px);
    transform: none;
  }
}
