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

@font-face {
  font-family: "Manrope";
  src: url("/assets/fonts/Manrope-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: "Fraunces";
  src: url("/assets/fonts/Fraunces-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --forest: #113F56;
  --forest-dark: #0e3245;
  --forest-deep: #091f2a;
  --cream: #faf8f3;
  --paper: #fffefb;
  --saffron: #EDB65F;
  --saffron-light: #ffd888;
  --sage: #dceadf;
  --ink: #181714;
  --muted: #6d6a65;
  --line: rgba(250, 248, 243, 0.22);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  background: var(--cream);
  color: var(--cream);
  font-family: "Manrope", Arial, sans-serif;
}

button,
input {
  font: inherit;
}

a {
  color: inherit;
}

.hero-footer-links {
  display: flex;
  gap: 18px;
  align-items: center;
}

.hero-footer-links a,
.thank-you-footer a {
  text-underline-offset: 3px;
}

.legal-page {
  min-height: 100vh;
  background: var(--cream);
  color: var(--ink);
}

.legal-header {
  background: var(--forest-deep);
  color: var(--cream);
}

.legal-header-inner,
.legal-shell,
.legal-footer-inner {
  width: min(920px, calc(100% - 40px));
  margin-inline: auto;
}

.legal-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 88px;
}

.legal-header img {
  display: block;
  width: min(230px, 54vw);
}

.legal-home-link {
  color: var(--saffron-light);
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

.legal-shell {
  padding: 64px 0 80px;
}

.legal-kicker {
  margin: 0 0 12px;
  color: var(--forest);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.legal-shell h1 {
  max-width: none;
  color: var(--forest-deep);
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(44px, 7vw, 78px);
  letter-spacing: -0.045em;
  line-height: 1;
}

.legal-updated {
  margin: 18px 0 34px;
  color: var(--muted);
  font-size: 14px;
}

.legal-summary,
.legal-callout {
  padding: 22px 24px;
  border: 1px solid rgba(17, 63, 86, 0.18);
  border-radius: 18px;
  background: var(--paper);
}

.legal-callout {
  margin: 28px 0;
  border-left: 5px solid var(--saffron);
}

.legal-callout.pending {
  border-color: #b45309;
  background: #fff8e7;
}

.legal-shell h2 {
  margin: 44px 0 12px;
  color: var(--forest-deep);
  font-size: 25px;
  letter-spacing: -0.025em;
}

.legal-shell h3 {
  margin: 24px 0 8px;
  color: var(--forest);
  font-size: 18px;
}

.legal-shell p,
.legal-shell li {
  color: #34312d;
  font-size: 16px;
  line-height: 1.72;
}

.legal-shell ul,
.legal-shell ol {
  padding-left: 24px;
}

.legal-shell li + li {
  margin-top: 8px;
}

.legal-shell a {
  color: var(--forest);
  font-weight: 700;
  text-underline-offset: 3px;
}

.legal-table-wrap {
  overflow-x: auto;
  margin: 18px 0 30px;
}

.legal-table {
  width: 100%;
  border-collapse: collapse;
  background: var(--paper);
}

.legal-table th,
.legal-table td {
  padding: 14px;
  border: 1px solid rgba(17, 63, 86, 0.16);
  text-align: left;
  vertical-align: top;
  line-height: 1.55;
}

.legal-table th {
  background: var(--sage);
  color: var(--forest-deep);
}

.legal-footer {
  padding: 28px 0;
  background: var(--forest-deep);
  color: var(--cream);
}

.legal-footer-inner {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  flex-wrap: wrap;
}

.legal-footer a {
  color: var(--saffron-light);
}

@media (max-width: 560px) {
  .legal-header-inner {
    min-height: 74px;
  }

  .legal-shell {
    padding: 42px 0 60px;
  }

  .legal-summary,
  .legal-callout {
    padding: 18px;
  }
}

.page-shell {
  min-height: 100vh;
  /* padding: 16px; */
}

.hero {
  position: relative;
  min-height: calc(100vh - 32px);
  overflow: hidden;
  /* border-radius: 28px; */
  background:
    radial-gradient(circle at 76% 54%, rgba(70, 131, 102, 0.78) 0, rgba(40, 89, 67, 0) 32%),
    linear-gradient(128deg, var(--forest-deep) 0%, var(--forest-dark) 52%, var(--forest) 100%);
  box-shadow: 0 24px 70px rgba(23, 55, 42, 0.18);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.13;
  background-image: radial-gradient(rgba(255, 255, 255, 0.55) 0.7px, transparent 0.7px);
  background-size: 7px 7px;
  mask-image: linear-gradient(90deg, black, transparent 60%);
}

.site-header,
.hero-grid,
.hero-footer {
  position: relative;
  z-index: 2;
  width: min(1420px, calc(100% - 8vw));
  margin-inline: auto;
}

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 28px 0 20px;
  border-bottom: 1px solid var(--line);
}

.brand {
  display: block;
  flex: 0 1 auto;
  text-decoration: none;
}

.brand-logo {
  display: block;
  width: clamp(190px, 18vw, 255px);
  height: auto;
}

.header-cta {
  display: inline-flex;
  gap: 20px;
  align-items: center;
  padding: 11px 18px;
  border: 1px solid transparent;
  border-radius: 999px;
  background: var(--saffron-light);
  color: var(--forest-deep);
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.header-cta:hover,
.header-cta:focus-visible {
  background: #ffc55d;
  color: var(--forest-deep);
  transform: translateY(-2px);
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(460px, 0.94fr);
  gap: 5vw;
  align-items: center;
  min-height: calc(100vh - 180px);
  padding: 50px 0 46px;
}

.hero-copy {
  padding-left: 1vw;
}

.eyebrow {
  display: flex;
  gap: 10px;
  align-items: center;
  margin: 0 0 22px;
  color: #d9e9dc;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.eyebrow span {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--saffron);
  box-shadow: 0 0 0 5px rgba(240, 176, 66, 0.17);
}

h1 {
  max-width: 740px;
  margin: 0;
  font-size: clamp(58px, 7vw, 112px);
  font-weight: 800;
  letter-spacing: -0.075em;
  line-height: 0.87;
}

h1 em {
  display: block;
  color: var(--saffron-light);
  font-family: "Fraunces", Georgia, serif;
  font-weight: 700;
  letter-spacing: -0.055em;
}

.intro {
  max-width: 610px;
  margin: 30px 0 28px;
  color: rgba(250, 248, 243, 0.75);
  font-size: clamp(16px, 1.35vw, 20px);
  line-height: 1.6;
}

.waitlist-form {
  display: grid;
  gap: 12px;
  width: min(100%, 590px);
}

.waitlist-form-row {
  display: flex;
  padding: 7px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 18px;
  background: var(--paper);
  box-shadow: 0 18px 40px rgba(6, 25, 17, 0.22);
}

.waitlist-form input[type="email"] {
  min-width: 0;
  flex: 1;
  border: 0;
  outline: 0;
  padding: 16px 18px;
  background: transparent;
  color: var(--ink);
  font-size: 15px;
  margin-right: 8px;
}

.waitlist-form input[type="email"]::placeholder {
  color: #8f8b83;
}

.waitlist-form input[type="email"]:focus-visible {
  border-radius: 12px;
  box-shadow: inset 0 0 0 2px var(--forest);
}

.waitlist-form button {
  display: inline-flex;
  gap: 26px;
  align-items: center;
  justify-content: center;
  min-width: 184px;
  border: 0;
  border-radius: 12px;
  padding: 16px 18px;
  background: var(--saffron-light);
  color: var(--forest-deep);
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
  transition: background 180ms ease, transform 180ms ease;
}

.waitlist-form button:hover,
.waitlist-form button:focus-visible {
  background: #ffc55d;
  transform: translateY(-1px);
}

.waitlist-form button:disabled {
  cursor: wait;
  opacity: 0.78;
  transform: none;
}

.form-honeypot {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.consent-choice {
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 10px;
  align-items: start;
  width: min(100% - 14px, 560px);
  margin-inline: 7px;
  color: rgba(250, 248, 243, 0.78);
  font-size: 11px;
  line-height: 1.55;
  cursor: pointer;
}

.consent-choice input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.consent-box {
  display: grid;
  width: 20px;
  height: 20px;
  margin-top: 1px;
  place-items: center;
  border: 1px solid rgba(250, 248, 243, 0.55);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.07);
  color: var(--forest-deep);
  transition: background 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.consent-box span {
  opacity: 0;
  font-size: 12px;
  font-weight: 800;
  transform: scale(0.75);
  transition: opacity 160ms ease, transform 160ms ease;
}

.consent-choice input:checked + .consent-box {
  border-color: var(--saffron-light);
  background: var(--saffron-light);
}

.consent-choice input:checked + .consent-box span {
  opacity: 1;
  transform: scale(1);
}

.consent-choice input:focus-visible + .consent-box {
  box-shadow: 0 0 0 3px rgba(255, 216, 136, 0.3);
}

.form-note {
  margin: 12px 0 0 9px;
  color: rgba(250, 248, 243, 0.54);
  font-size: 11px;
}

.form-status {
  min-height: 18px;
  margin: 6px 0 0 9px;
  color: rgba(250, 248, 243, 0.78);
  font-size: 11px;
}

.form-status.is-error {
  color: #ffd888;
}

.quick-benefits {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 28px;
  margin: 38px 0 0;
  padding: 0;
  color: rgba(250, 248, 243, 0.72);
  font-size: 11px;
  font-weight: 700;
  list-style: none;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.quick-benefits li {
  display: flex;
  gap: 8px;
  align-items: center;
}

.quick-benefits span {
  color: var(--saffron);
  font-size: 9px;
}

.product-stage {
  position: relative;
  display: grid;
  min-height: 675px;
  place-items: center;
}

.plate-image {
  position: absolute;
  width: min(38vw, 540px);
  aspect-ratio: 1;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 30px 80px rgba(6, 25, 17, 0.28);
}

.orbit {
  position: absolute;
  z-index: 1;
  width: min(44vw, 610px);
  height: 230px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 50%;
  transform: rotate(-14deg);
}

.orbit-two {
  width: min(46vw, 660px);
  height: 300px;
  transform: rotate(23deg);
}

.phone {
  position: relative;
  z-index: 3;
  width: 312px;
  overflow: hidden;
  border: 8px solid var(--forest-deep);
  border-radius: 42px;
  background: var(--paper);
  box-shadow: 0 35px 70px rgba(6, 25, 17, 0.38), inset 0 0 0 1px rgba(255, 255, 255, 0.8);
  rotate: 12deg;
}

.app-screenshot {
  display: block;
  width: 100%;
  height: auto;
}

.floating-card {
  position: absolute;
  z-index: 4;
  display: flex;
  gap: 10px;
  align-items: center;
  min-width: 172px;
  border: 1px solid rgba(23, 55, 42, 0.09);
  border-radius: 15px;
  padding: 12px 14px;
  background: var(--paper);
  color: var(--muted);
  font-size: 9px;
  line-height: 1.35;
  box-shadow: 0 16px 35px rgba(6, 25, 17, 0.22);
}

.floating-card strong {
  display: block;
  color: var(--ink);
  font-size: 11px;
}

.floating-icon {
  display: grid;
  width: 29px;
  height: 29px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 50%;
  background: var(--sage);
  color: var(--forest);
  font-weight: 800;
}

.floating-icon.warning {
  background: #fff0ce;
  color: #a85d3a;
}

.floating-card-left {
  top: 21%;
  left: -3%;
}

.floating-card-right {
  right: -2%;
  bottom: 20%;
}

.hero-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 0 22px;
  border-top: 1px solid var(--line);
  color: rgba(250, 248, 243, 0.52);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-footer p {
  margin: 0;
}

.hero-footer span {
  margin-left: 8px;
  color: var(--saffron-light);
}

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

.thank-you-page {
  min-height: 100vh;
  background:
    radial-gradient(circle at 78% 28%, rgba(70, 131, 102, 0.72) 0, rgba(40, 89, 67, 0) 28%),
    linear-gradient(128deg, var(--forest-deep) 0%, var(--forest-dark) 54%, var(--forest) 100%);
}

.thank-you-page::before {
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image: radial-gradient(rgba(255, 255, 255, 0.5) 0.7px, transparent 0.7px);
  background-size: 7px 7px;
  content: "";
  opacity: 0.12;
  mask-image: linear-gradient(90deg, black, transparent 72%);
}

.thank-you-shell {
  position: relative;
  z-index: 1;
  display: grid;
  min-height: 100vh;
  padding: 36px 20px;
  place-items: center;
}

.thank-you-card {
  width: min(100%, 720px);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 32px;
  padding: clamp(30px, 6vw, 64px);
  background: var(--paper);
  color: var(--ink);
  text-align: center;
  box-shadow: 0 30px 90px rgba(6, 25, 17, 0.32);
}

.thank-you-brand {
  display: inline-block;
}

.thank-you-brand img {
  display: block;
  width: min(260px, 72vw);
  height: auto;
}

.mail-mark {
  display: grid;
  width: 64px;
  height: 64px;
  margin: 32px auto 20px;
  place-items: center;
  border-radius: 50%;
  background: var(--sage);
  color: var(--forest);
  box-shadow: 0 0 0 9px rgba(220, 234, 223, 0.48);
}

.mail-mark span {
  font-size: 27px;
  font-weight: 800;
}

.thank-you-eyebrow {
  margin: 0 0 12px;
  color: #a06420;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.thank-you-card h1 {
  margin: 0;
  color: var(--forest-deep);
  font-size: clamp(48px, 9vw, 78px);
  letter-spacing: -0.065em;
  line-height: 0.95;
}

.thank-you-card h1 em {
  display: inline;
  color: #c27c2b;
}

.thank-you-intro {
  max-width: 570px;
  margin: 24px auto 0;
  color: var(--muted);
  font-size: clamp(15px, 2.4vw, 18px);
  line-height: 1.65;
}

.thank-you-intro strong {
  color: var(--forest-deep);
}

.confirmation-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin: 34px 0 0;
  padding: 0;
  list-style: none;
  text-align: left;
}

.confirmation-steps li {
  min-height: 142px;
  border: 1px solid #e8e2d7;
  border-radius: 17px;
  padding: 18px;
  background: var(--cream);
}

.confirmation-steps span {
  display: block;
  margin-bottom: 20px;
  color: #a06420;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.confirmation-steps strong,
.confirmation-steps small {
  display: block;
}

.confirmation-steps strong {
  color: var(--forest-deep);
  font-size: 13px;
}

.confirmation-steps small {
  margin-top: 6px;
  color: var(--muted);
  font-size: 10px;
  line-height: 1.45;
}

.delivery-note {
  max-width: 540px;
  margin: 24px auto 0;
  color: #77726a;
  font-size: 11px;
  line-height: 1.6;
}

.home-link {
  display: inline-flex;
  gap: 28px;
  align-items: center;
  justify-content: center;
  margin-top: 26px;
  border-radius: 12px;
  padding: 16px 22px;
  background: var(--saffron-light);
  color: var(--forest-deep);
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
  transition: background 180ms ease, transform 180ms ease;
}

.home-link:hover,
.home-link:focus-visible {
  background: #ffc55d;
  transform: translateY(-2px);
}

.thank-you-footer {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: center;
  margin-top: 34px;
  border-top: 1px solid #e8e2d7;
  padding-top: 22px;
  color: #77726a;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.thank-you-footer span:last-child {
  color: #c27c2b;
}

@media (max-width: 1100px) {
  .hero-grid {
    grid-template-columns: 1fr minmax(380px, 0.82fr);
    gap: 20px;
  }

  .product-stage {
    min-height: 610px;
    transform: scale(0.9);
  }

  .floating-card-left {
    left: -10%;
  }

  .floating-card-right {
    right: -10%;
  }
}

@media (max-width: 850px) {
  .page-shell {
    padding: 10px;
  }

  .hero {
    min-height: calc(100vh - 20px);
    border-radius: 22px;
  }

  .site-header,
  .hero-grid,
  .hero-footer {
    width: min(100% - 36px, 680px);
  }

  .site-header {
    padding-top: 20px;
  }

  .hero-grid {
    grid-template-columns: 1fr;
    padding-top: 55px;
  }

  .hero-copy {
    padding-left: 0;
  }

  h1 {
    max-width: 650px;
  }

  .product-stage {
    min-height: 675px;
    margin-top: 12px;
    transform: none;
  }

  .plate-image {
    width: min(82vw, 510px);
  }

  .orbit {
    width: min(92vw, 600px);
  }

  .floating-card-left {
    left: 3%;
  }

  .floating-card-right {
    right: 2%;
  }
}

@media (max-width: 560px) {
  .brand-logo {
    width: 142px;
  }

  .header-cta {
    gap: 10px;
    padding-inline: 14px;
  }

  h1 {
    font-size: clamp(50px, 16vw, 76px);
  }

  .intro {
    margin-top: 24px;
  }

  .waitlist-form {
    gap: 12px;
  }

  .waitlist-form-row {
    flex-direction: column;
    border-radius: 17px;
  }

  .waitlist-form button {
    width: 100%;
  }

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

  .product-stage {
    min-height: 560px;
    transform: scale(0.83);
    margin-block: -42px;
  }

  .floating-card-left {
    left: -7%;
  }

  .floating-card-right {
    right: -8%;
  }

  .hero-footer {
    gap: 18px;
  }

  .hero-footer p:last-child {
    text-align: right;
  }

  .thank-you-shell {
    padding: 12px;
  }

  .thank-you-card {
    border-radius: 22px;
    padding: 30px 20px;
  }

  .confirmation-steps {
    grid-template-columns: 1fr;
  }

  .confirmation-steps li {
    min-height: 0;
  }

  .confirmation-steps span {
    margin-bottom: 10px;
  }
}

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

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
  }
}

/* Delete account page */
.legal-page .site-header--dark {
  background: var(--forest-deep);
  color: var(--cream);
}

.legal-page .nav-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(1rem, 3vw, 3rem);
  width: min(88rem, calc(100% - clamp(2rem, 7vw, 7rem)));
  min-height: clamp(5.2rem, 8vw, 7rem);
  margin-inline: auto;
  border-bottom: 1px solid rgba(250, 248, 243, 0.18);
}

.legal-page .brand img {
  display: block;
  width: clamp(9rem, 17vw, 15rem);
  height: auto;
}

.legal-page .main-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(1rem, 2.5vw, 2.5rem);
  margin-inline: auto;
}

.legal-page .main-nav a {
  padding-block: 0.7rem;
  color: rgba(250, 248, 243, 0.76);
  font-size: 0.82rem;
  font-weight: 700;
  text-decoration: none;
}

.legal-page .main-nav a:hover,
.legal-page .main-nav a:focus-visible {
  color: var(--saffron-light);
}

.legal-page .nav-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1.4rem;
  padding: 0.8rem 1.2rem;
  border-radius: 999rem;
  background: var(--saffron-light);
  color: var(--forest-deep);
  font-size: 0.76rem;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
  transition: background 180ms ease, transform 180ms ease;
}

.legal-page .nav-cta:hover,
.legal-page .nav-cta:focus-visible {
  background: #ffc55d;
  transform: translateY(-0.12rem);
}

.legal-page .deletion-steps {
  display: grid;
  gap: 1rem;
  padding: 0;
  list-style: none;
}

.legal-page .deletion-steps li {
  display: grid;
  gap: 0.35rem;
  padding: 1.2rem;
  border: 1px solid rgba(17, 63, 86, 0.16);
  border-radius: 0.85rem;
  background: var(--paper);
}

.legal-page .deletion-steps span {
  color: var(--muted);
}

.legal-page .site-footer {
  padding-block: clamp(2.5rem, 5vw, 4rem);
  background: var(--forest-deep);
  color: var(--cream);
}

.legal-page .footer-shell {
  display: grid;
  grid-template-columns: minmax(12rem, 1fr) auto;
  gap: 2rem;
  width: min(88rem, calc(100% - clamp(2rem, 7vw, 7rem)));
  margin-inline: auto;
}

.legal-page .footer-shell img {
  width: 11rem;
  height: auto;
}

.legal-page .footer-shell p {
  margin: 0.6rem 0 0;
  color: rgba(250, 248, 243, 0.55);
  font-size: 0.76rem;
}

.legal-page .footer-shell nav {
  display: grid;
  grid-template-columns: repeat(2, max-content);
  gap: 0.7rem 2rem;
  align-content: start;
}

.legal-page .footer-shell nav a {
  color: var(--saffron-light);
  font-size: 0.8rem;
  font-weight: 700;
  text-underline-offset: 0.2rem;
}

.legal-page .footer-shell > p {
  grid-column: 1 / -1;
  padding-block-start: 1.5rem;
  border-top: 1px solid rgba(250, 248, 243, 0.15);
}

@media (max-width: 46rem) {
  .legal-page .nav-shell {
    flex-wrap: wrap;
    padding-block: 1rem;
  }

  .legal-page .main-nav {
    order: 3;
    width: 100%;
    justify-content: flex-start;
    overflow-x: auto;
  }

  .legal-page .nav-cta {
    margin-inline-start: auto;
  }

  .legal-page .footer-shell {
    grid-template-columns: 1fr;
  }

  .legal-page .footer-shell nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 31rem) {
  .legal-page .nav-cta {
    display: none;
  }

  .legal-page .brand img {
    width: 8.5rem;
  }

  .legal-page .main-nav {
    gap: 1.2rem;
  }
}
