@font-face {
  font-family: Fraunces;
  src: url("assets/fonts/Fraunces-SemiBold.woff2") format("woff2");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "Source Sans 3";
  src: url("assets/fonts/SourceSans3-Variable.woff2") format("woff2");
  font-style: normal;
  font-weight: 400 900;
  font-display: swap;
}
:root {
  --peat: #10191a;
  --mist: #f4efe5;
  --limestone: #e8dfce;
  --sage: #5e746b;
  --earth: #a66d48;
  --muted: #52605a;
  --line: #cdcbbc;
  --serif: Fraunces, Georgia, serif;
  --sans: "Source Sans 3", Arial, sans-serif;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 2rem;
}
body {
  margin: 0;
  background: var(--mist);
  color: var(--peat);
  font-family: var(--sans);
  font-size: 1.125rem;
  line-height: 1.55;
}
a {
  color: inherit;
  text-underline-offset: 0.25em;
}
button {
  font: inherit;
  color: inherit;
}
button,
a {
  -webkit-tap-highlight-color: transparent;
}
button {
  cursor: pointer;
}
a:focus-visible,
button:focus-visible,
summary:focus-visible {
  outline: 3px solid var(--earth);
  outline-offset: 6px;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
figure,
p,
h1,
h2,
h3 {
  margin: 0;
}
h1,
h2,
h3 {
  font-family: var(--serif);
  font-weight: 600;
}
h2 {
  font-size: clamp(2.4rem, 4.2vw, 4rem);
  line-height: 1.12;
  letter-spacing: -0.015em;
}
h3 {
  font-size: 1.625rem;
  line-height: 1.2;
  letter-spacing: -0.02em;
}
.wrap {
  width: calc(100% - 112px);
  max-width: 1248px;
  margin-inline: auto;
}
.section-space {
  padding-block: 108px;
}
.eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  margin-bottom: 24px;
}
.small-rule {
  width: 24px;
  height: 1px;
  background: var(--earth);
}
.skip-link {
  position: absolute;
  top: -80px;
  left: 20px;
  background: var(--peat);
  color: var(--mist);
  padding: 12px 20px;
  z-index: 10;
}
.skip-link:focus {
  top: 12px;
}
.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 104px;
  border-bottom: 1px solid var(--line);
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  flex-shrink: 0;
}
.brand span {
  font-family: var(--serif);
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: -0.015em;
}
.brand img {
  border-radius: 12px;
}
.site-header nav {
  display: flex;
  align-items: center;
  gap: 36px;
  font-size: 1rem;
}
.site-header nav a {
  text-decoration: none;
}
.site-header nav a:hover {
  text-decoration: underline;
}
.nav-contact {
  border: 1px solid var(--peat);
  padding: 10px 18px;
  border-radius: 3px;
}
.nav-contact span {
  margin-left: 18px;
}
.hero {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 24px;
  align-items: center;
  padding-block: 66px 60px;
  min-height: 760px;
}
.hero-copy {
  padding-bottom: 8px;
  position: relative;
  z-index: 1;
}
.beta-label {
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  padding: 3px 8px;
  border: 1px solid #abae9e;
  border-radius: 2px;
  margin-left: 4px;
}
.hero h1 {
  overflow-wrap: anywhere;
  font-size: clamp(3.75rem, 6.4vw, 6.25rem);
  line-height: 1.035;
  letter-spacing: 0;
  word-spacing: 0.025em;
  margin-bottom: 30px;
}
.hero h1 span {
  color: var(--sage);
}
.hero-description {
  font-size: 1.1875rem;
  color: var(--muted);
  max-width: 470px;
  line-height: 1.65;
}
.actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 28px;
  margin-top: 30px;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 38px;
  background: var(--peat);
  color: var(--mist);
  padding: 14px 24px;
  min-height: 52px;
  text-decoration: none;
  border: 1px solid var(--peat);
  border-radius: 3px;
  font-weight: 600;
  font-size: 1rem;
  transition: background 0.2s;
}
.button:hover {
  background: #2a3b35;
}
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid #969d91;
  padding-block: 10px 6px;
}
.text-link:hover {
  border-color: var(--peat);
}
.tagline {
  margin-top: 38px;
  color: var(--muted);
  font-family: var(--serif);
  font-size: 1rem;
}
.hero-visual {
  overflow: clip;
  position: relative;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 18px 20px 0;
}
.hero-visual:before {
  content: "";
  position: absolute;
  inset: 50px -2px 52px;
  background: #e5e6dc;
  border-radius: 48% 48% 3px 3px;
  z-index: -1;
}
.orbit {
  position: absolute;
  border: 1px solid #bcc5b8;
  border-radius: 50%;
  width: 88%;
  height: 72%;
  transform: rotate(-27deg);
  z-index: -1;
}
.orbit-two {
  width: 109%;
  height: 46%;
  transform: rotate(-40deg);
}
.figure-label {
  position: absolute;
  right: -4px;
  top: 70px;
  font-size: 0.8125rem;
  line-height: 1.4;
  color: var(--sage);
  writing-mode: vertical-rl;
  letter-spacing: 0.08em;
}
.screen-button {
  padding: 0;
  border: 0;
  background: transparent;
  display: block;
}
.phone {
  width: 282px;
  border: 6px solid var(--peat);
  outline: 1px solid #5b625b;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 16px 22px 40px #10191a1a;
  position: relative;
}
.phone img {
  border-radius: 20px;
  width: 100%;
}
.phone:hover {
  outline: 2px solid var(--sage);
}
figcaption {
  font-size: 0.8125rem;
  color: var(--muted);
  margin-top: 20px;
  text-align: center;
}
.enlarge-hint {
  display: block;
  margin-top: 3px;
}
.chapter-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  border-block: 1px solid var(--line);
  padding-block: 20px;
  color: var(--muted);
  font-size: 0.875rem;
}
.chapter-line a {
  text-decoration: none;
  color: var(--peat);
}
.chapter-line a span {
  margin-left: 26px;
}
.section-intro {
  max-width: 500px;
  margin-top: 22px;
  color: var(--muted);
  font-size: 1.1875rem;
}
.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-top: 1px solid var(--line);
  padding-block: 30px;
  font-size: 0.875rem;
  color: var(--muted);
}
.site-footer .brand span {
  font-size: 1.5rem;
  color: var(--peat);
}
.site-footer > a:last-child {
  text-decoration: none;
}
.footer-copy span {
  display: block;
}
.footer-copy span + span {
  margin-top: 4px;
}
.footer-copy strong,
.ownership-note strong {
  color: var(--peat);
  font-weight: 600;
}
.section-heading {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 80px;
  align-items: end;
}
.section-heading .section-intro {
  max-width: 390px;
  margin: 0 0 5px;
}
.app-layout {
  display: grid;
  grid-template-columns: 1fr 1.12fr;
  gap: 90px;
  margin-top: 60px;
  align-items: center;
}
.record-stage {
  overflow: clip;
  min-height: 650px;
  background: var(--limestone);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 34px 28px;
  border-radius: 3px;
}
.record-stage:before {
  content: "";
  position: absolute;
  width: 74%;
  height: 77%;
  border: 1px solid #c3bca8;
  border-radius: 50%;
  transform: rotate(18deg);
}
.record-stage .phone {
  width: 255px;
  box-shadow: 14px 18px 30px #10191a20;
}
.record-note {
  position: absolute;
  left: 22px;
  top: 25px;
  font-family: var(--serif);
  font-size: 0.875rem;
  line-height: 1.45;
  color: #6a6354;
  z-index: 1;
}
.feature {
  display: flex;
  gap: 26px;
  padding: 28px 0;
  border-top: 1px solid var(--line);
}
.feature:first-child {
  padding-top: 24px;
}
.feature:last-child {
  border-bottom: 1px solid var(--line);
}
.feature-number {
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--sage);
  padding-top: 4px;
}
.feature p {
  margin-top: 12px;
  font-size: 1.0625rem;
  line-height: 1.65;
  color: var(--muted);
}
.image-credits {
  font-size: 0.8125rem;
  line-height: 1.65;
  max-width: 800px;
  color: var(--muted);
  margin-top: 36px;
}
.organisations {
  background: var(--peat);
  color: var(--mist);
}
.organisations .eyebrow {
  color: #b8c2b4;
}
.organisations h2 {
  font-size: clamp(2.4rem, 4vw, 3.75rem);
}
.organisation-intro {
  max-width: 455px;
  color: #c7cdbf;
  font-size: 1.0625rem;
  line-height: 1.65;
}
.serif-lead {
  font-family: var(--serif);
  font-size: 1.625rem;
  color: var(--mist);
  margin-bottom: 16px;
  line-height: 1.3;
}
.data-flow {
  list-style: none;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr 1.25fr;
  padding: 0;
  margin: 56px 0 50px;
  border-block: 1px solid #435049;
}
.data-flow li {
  position: relative;
  padding: 28px 24px 30px 0;
  display: flex;
  flex-direction: column;
  font-size: 1.25rem;
  gap: 8px;
}
.data-flow li + li {
  padding-left: 30px;
  border-left: 1px solid #435049;
}
.data-flow li + li:before {
  content: "→";
  position: absolute;
  top: 65px;
  left: -10px;
  background: var(--peat);
  font-family: var(--sans);
  font-size: 1rem;
  color: #bcc5b7;
}
.flow-index {
  font-size: 0.75rem;
  color: #adbaac;
  letter-spacing: 0.09em;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 24px;
}
.data-flow small {
  font-size: 0.875rem;
  color: #b9c2b6;
}
.status-label {
  font-size: 0.75rem;
  letter-spacing: 0.035em;
  border: 1px dashed #768476;
  padding: 2px 7px;
  border-radius: 2px;
  color: #d7d9ca;
}
.direction-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 28px;
}
.direction-heading > span {
  font-size: 0.8125rem;
  color: #a6b5a6;
}
.direction-heading h3 {
  font-size: 1.5rem;
}
.future-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 42px;
}
.future-status {
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #c8ab8d;
  display: block;
  margin-bottom: 10px;
}
.future-grid h3 {
  font-family: var(--sans);
  font-size: 1.25rem;
  letter-spacing: 0;
}
.future-grid p {
  margin-top: 12px;
  color: #bcc6b8;
  font-size: 1rem;
  line-height: 1.65;
}
.light-link {
  color: var(--mist);
  border-color: #6d7c6d;
  margin-top: 34px;
}
.light-link:hover {
  border-color: var(--mist);
}
.privacy-section {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: 100px;
}
.privacy-mark {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 40px;
}
.privacy-mark img {
  border-radius: 16px;
}
.privacy-mark span {
  font-size: 0.875rem;
  line-height: 1.6;
  color: var(--muted);
}
.privacy-copy > p + p {
  margin-top: 24px;
}
.privacy-lead {
  font-size: 1.25rem;
  color: var(--peat);
}
.privacy-copy {
  color: var(--muted);
  font-size: 1.0625rem;
  line-height: 1.7;
}
.privacy-principle {
  padding-left: 22px;
  border-left: 2px solid var(--sage);
}
details {
  margin-block: 24px;
  padding-block: 16px;
  border-block: 1px solid var(--line);
}
summary {
  cursor: pointer;
  font-size: 1rem;
  font-weight: 600;
  color: var(--peat);
}
details p {
  padding-top: 14px;
  font-size: 1rem;
}
.beta-section {
  background: var(--limestone);
  padding-block: 64px;
}
.beta-layout {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: 100px;
  align-items: center;
}
.beta-layout h2 {
  font-size: clamp(2.1rem, 3.4vw, 3.125rem);
}
.beta-layout > div > p:not(.eyebrow) {
  max-width: 485px;
}
.beta-layout .text-link {
  margin-top: 16px;
}
.beta-notice {
  font-size: 0.875rem;
  line-height: 1.6;
  color: var(--muted);
  margin-top: 20px;
  max-width: 480px;
}
.hero-beta-notice {
  margin-top: 18px;
}
.contact-section {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: 100px;
  align-items: center;
}
.contact-section .section-intro {
  font-size: 1.0625rem;
  max-width: 470px;
}
.contact-card {
  border-left: 1px solid var(--line);
  padding: 12px 0 12px 48px;
}
.contact-card > img {
  border-radius: 12px;
  margin-bottom: 24px;
}
.contact-name {
  font-family: var(--serif);
  font-size: 2rem;
  line-height: 1.2;
  letter-spacing: -0.03em;
}
.contact-role {
  font-size: 0.875rem;
  color: var(--muted);
  margin: 6px 0 24px;
}
.ownership-note {
  max-width: 440px;
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 1rem;
}
.contact-card [data-contact-details] > p {
  font-size: 1rem;
  color: var(--muted);
  max-width: 340px;
}
.contact-email {
  font-size: 1.125rem;
  overflow-wrap: anywhere;
}
.contact-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 24px;
  margin-top: 24px;
}
.copy-email {
  border: 0;
  border-bottom: 1px solid var(--line);
  background: none;
  font-size: 0.9375rem;
  padding: 8px 0;
}
.copy-status {
  font-size: 0.875rem;
  color: var(--muted);
  margin-top: 12px;
}
.copy-status:empty {
  display: none;
}
.screen-dialog {
  padding: 0;
  border: 1px solid #889384;
  border-radius: 8px;
  background: var(--mist);
  color: var(--peat);
  width: min(90vw, 760px);
  max-width: calc(100% - 24px);
  max-height: 90dvh;
  overflow: hidden;
  box-shadow: 0 24px 90px #0006;
}
.screen-dialog[open] {
  display: flex;
  flex-direction: column;
}
.screen-dialog::backdrop {
  background: #10191ade;
  backdrop-filter: blur(5px);
}
.dialog-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 18px 24px;
}
.dialog-header h2 {
  font-family: var(--sans);
  font-size: 1.125rem;
  line-height: 1.3;
  letter-spacing: 0;
}
.dialog-header p {
  font-size: 0.8125rem;
  color: var(--muted);
  margin-top: 4px;
}
.dialog-close {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 1rem;
  border: 1px solid var(--line);
  padding: 8px 14px;
  border-radius: 3px;
  background: transparent;
  min-height: 44px;
}
.dialog-close span {
  font-size: 1.5rem;
  line-height: 1;
}
.dialog-body {
  overflow: auto;
  min-height: 0;
  padding: 0 24px 24px;
}
.dialog-image {
  width: 100%;
  max-width: 600px;
  margin-inline: auto;
}
.dialog-open {
  overflow: hidden;
}
@media (min-width: 1600px) {
  .hero {
    padding-block: 88px;
  }
  .phone {
    width: 304px;
  }
}
@media (max-width: 1000px) {
  .wrap {
    width: calc(100% - 64px);
  }
  .site-header nav {
    gap: 20px;
  }
  .hero {
    gap: 12px;
    min-height: 700px;
  }
  .hero h1 {
    overflow-wrap: anywhere;
    font-size: clamp(3.5rem, 6.5vw, 5rem);
  }
  .hero-visual {
    padding-inline: 14px;
  }
  .phone {
    width: 255px;
  }
  .figure-label {
    display: none;
  }
  .hero-description {
    font-size: 1.125rem;
  }
  .actions {
    gap: 20px;
  }
  .section-space {
    padding-block: 80px;
  }
}
@media (max-width: 760px) {
  .wrap {
    width: calc(100% - 40px);
  }
  .site-header {
    min-height: 86px;
    flex-wrap: wrap;
    gap: 14px;
    padding-block: 18px;
  }
  .brand span {
    font-size: 1.8rem;
  }
  .brand img {
    width: 38px;
  }
  .site-header nav {
    width: 100%;
    justify-content: space-between;
    gap: 10px;
    font-size: 0.875rem;
    padding-top: 8px;
  }
  .nav-contact {
    padding: 7px 10px;
  }
  .nav-contact span {
    display: none;
  }
  .hero {
    grid-template-columns: 1fr;
    padding-block: 42px 38px;
    gap: 42px;
  }
  .hero h1 {
    overflow-wrap: anywhere;
    font-size: clamp(3.7rem, 12vw, 5.75rem);
    line-height: 1.03;
    margin-bottom: 24px;
  }
  .hero-description {
    max-width: 540px;
  }
  .hero .eyebrow {
    font-size: 0.75rem;
    gap: 8px;
  }
  .hero-copy {
    padding: 0;
  }
  .tagline {
    margin-top: 28px;
  }
  .hero-visual {
    width: 100%;
    max-width: 470px;
    margin-inline: auto;
    padding-top: 15px;
  }
  .hero-visual:before {
    inset: 40px 2px 58px;
  }
  .orbit {
    max-width: 92%;
  }
  .orbit-two {
    max-width: 100%;
  }
  .phone {
    width: 260px;
  }
  .chapter-line {
    justify-content: space-between;
    font-size: 0.8125rem;
  }
  .chapter-line > span:last-child {
    display: none;
  }
  .chapter-line a span {
    margin-left: 8px;
  }
  .section-space {
    padding-block: 64px;
  }
  .site-footer {
    flex-wrap: wrap;
  }
  .site-footer .footer-copy {
    order: 3;
    width: 100%;
  }
  .eyebrow {
    font-size: 0.8125rem;
    margin-bottom: 20px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    animation: none !important;
    transition: none !important;
  }
}
@media (max-width: 1000px) {
  .section-heading {
    gap: 40px;
  }
  .app-layout {
    gap: 48px;
  }
  .record-stage {
    overflow: clip;
    min-height: 615px;
    padding-inline: 18px;
  }
  .record-note {
    display: none;
  }
  .feature {
    gap: 18px;
    padding-block: 24px;
  }
  .feature h3 {
    font-size: 1.45rem;
  }
  .privacy-section,
  .contact-section,
  .beta-layout {
    gap: 56px;
  }
  .future-grid {
    gap: 26px;
  }
  .data-flow li {
    font-size: 1.125rem;
  }
  .data-flow li + li {
    padding-left: 22px;
  }
  .flow-index {
    flex-wrap: wrap;
    align-content: start;
    min-height: 52px;
  }
  .data-flow li + li:before {
    top: 86px;
  }
}
@media (max-width: 760px) {
  .section-heading {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .section-heading .section-intro {
    max-width: 500px;
  }
  .app-layout {
    grid-template-columns: 1fr;
    gap: 40px;
    margin-top: 32px;
  }
  .features {
    grid-row: 1;
  }
  .record-visual {
    max-width: 450px;
    width: 100%;
    margin-inline: auto;
  }
  .record-stage {
    overflow: clip;
    min-height: 0;
    padding-block: 38px;
  }
  .record-note {
    display: block;
    font-size: 0.8125rem;
    left: 14px;
    top: 12px;
  }
  .record-stage .phone {
    width: 240px;
  }
  .feature {
    padding-block: 24px;
  }
  .image-credits {
    margin-top: 28px;
  }
  .data-flow {
    grid-template-columns: 1fr;
    margin-block: 36px;
  }
  .data-flow li {
    padding: 22px 0;
    gap: 5px;
    font-size: 1.25rem;
  }
  .data-flow li + li {
    border-left: 0;
    border-top: 1px solid #435049;
    padding: 22px 0;
  }
  .data-flow li + li:before {
    content: "↓";
    top: -13px;
    left: auto;
    right: 15px;
    width: 24px;
    text-align: center;
  }
  .flow-index {
    min-height: 24px;
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 16px;
  }
  .future-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .future-grid article + article {
    border-top: 1px solid #34423a;
    padding-top: 25px;
  }
  .direction-heading {
    display: block;
  }
  .direction-heading > span {
    display: block;
    margin-top: 8px;
  }
  .privacy-section,
  .contact-section,
  .beta-layout {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .privacy-mark {
    margin-top: 26px;
  }
  .privacy-mark img {
    width: 56px;
  }
  .privacy-lead {
    font-size: 1.1875rem;
  }
  .privacy-copy {
    font-size: 1.0625rem;
  }
  .beta-section {
    padding-block: 48px;
  }
  .contact-card {
    border-left: 0;
    border-top: 1px solid var(--line);
    padding: 28px 0 0;
  }
  .contact-card > img {
    display: none;
  }
  .dialog-header {
    padding: 16px;
    gap: 12px;
  }
  .dialog-header h2 {
    font-size: 1rem;
  }
  .dialog-close {
    font-size: 0.875rem;
    gap: 8px;
    padding: 8px 10px;
  }
  .dialog-header p {
    font-size: 0.75rem;
  }
  .dialog-body {
    padding: 0 12px 12px;
  }
  .screen-dialog {
    width: calc(100% - 24px);
    max-height: 94dvh;
  }
  .image-credits {
    font-size: 0.8125rem;
  }
}
@media (max-width: 380px) {
  .site-header nav {
    gap: 8px;
  }
  .nav-contact {
    padding: 7px;
  }
  .hero h1 {
    overflow-wrap: anywhere;
    font-size: 3.65rem;
  }
  .hero .eyebrow {
    letter-spacing: 0.09em;
  }
  .record-note {
    display: none;
  }
  .record-stage .phone {
    width: 245px;
  }
  .actions {
    gap: 18px;
  }
  .button {
    padding-inline: 20px;
    gap: 24px;
  }
}
@media (max-width: 760px) {
  .site-header nav {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4px 20px;
    font-size: 0.875rem;
  }
  .site-header nav a {
    min-height: 44px;
    display: flex;
    align-items: center;
  }
  .site-header nav .nav-contact {
    justify-content: center;
  }
  .hero {
    padding-top: 32px;
  }
  .hero-visual {
    padding-inline: 20px;
  }
  .hero .eyebrow {
    flex-wrap: wrap;
  }
  .hero-copy,
  .section-heading > *,
  .feature > div,
  .beta-layout > *,
  .contact-section > * {
    min-width: 0;
  }
  .hero h1 {
    overflow-wrap: anywhere;
    font-size: clamp(3.25rem, 12vw, 5.75rem);
  }
}
