:root {
  --text-primary: #24160c;
  --text-tertiary: #84776c;
  --text-body: #3c3c43;
  --background-primary: #f9f5f1;
  --brown-100: #24160c;
  --white: #ffffff;
  --nav-width: 419px;
  --font: "Bricolage Grotesque", system-ui, sans-serif;
  --nav-border: linear-gradient(
    90deg,
    #f2f2f2 0%,
    #24160c 41%,
    #a18566 59%,
    #ffffff 100%
  );
}

@font-face {
  font-family: "Bricolage Grotesque";
  src: url("/fonts/BricolageGrotesque-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Bricolage Grotesque";
  src: url("/fonts/BricolageGrotesque-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

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

html,
body {
  margin: 0;
  min-height: 100%;
}

body {
  font-family: var(--font);
  font-optical-sizing: auto;
  font-weight: 300;
  background: var(--white);
  color: var(--text-primary);
  -webkit-font-smoothing: antialiased;
}

img,
svg,
video {
  display: block;
}

a {
  color: inherit;
}

.page {
  min-height: 100vh;
  min-height: 100dvh;
  position: relative;
  overflow-x: clip;
}

.nav {
  position: absolute;
  top: 36px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 20;
  width: var(--nav-width);
  max-width: calc(100% - 32px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 16px 20px 16px 32px;
  border-radius: 40px;
  border: none;
  background: rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}

.nav::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 0.5px;
  background: var(--nav-border);
  pointer-events: none;
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  mask-composite: exclude;
}

.page.story .nav {
  background: rgba(0, 0, 0, 0.25);
  position: fixed;
}

.logo {
  width: 48.503px;
  height: 16px;
  flex-shrink: 0;
  color: var(--text-tertiary);
  background-color: currentColor;
  mask: url("/assets/logo.svg") no-repeat center / 48.503px 16px;
  -webkit-mask: url("/assets/logo.svg") no-repeat center / 48.503px 16px;
}

.page.story .logo {
  color: var(--white);
}

.store-links {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  flex-shrink: 0;
}

.btn {
  width: 119px;
  height: 33px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 11.5px;
  border-radius: 888px;
  font-family: inherit;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.7px;
  line-height: 1.2;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  flex: 0 0 119px;
  cursor: pointer;
}

.btn:focus-visible {
  outline: 2px solid var(--text-primary);
  outline-offset: 3px;
}

.btn-text {
  display: block;
  height: 17px;
  overflow: hidden;
  flex-shrink: 0;
}

.btn-text-track {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}

.btn-text-track span {
  display: block;
  height: 17px;
  line-height: 1.2;
  white-space: nowrap;
}

.btn:hover .btn-text-track,
.btn:focus-visible .btn-text-track,
.btn[aria-expanded="true"] .btn-text-track {
  transform: translateY(-37px);
}

@media (prefers-reduced-motion: reduce) {
  .btn-text-track {
    transition: none;
  }
}

.qr-popup {
  position: fixed;
  z-index: 30;
  width: 219.75px;
  margin: 0;
  padding: 21px;
  border: 0;
  border-radius: 21px;
  overflow: hidden;
  background: var(--brown-100);
  backdrop-filter: blur(9px);
  -webkit-backdrop-filter: blur(9px);
  box-shadow:
    0 6px 75px rgba(74, 57, 39, 0.1),
    0 29.643px 66.26px rgba(74, 57, 39, 0.05);
}

body:has(.page.story) .qr-popup {
  box-shadow:
    0 0 0 0.5px rgba(255, 255, 255, 0.16),
    0 6px 75px rgba(0, 0, 0, 0.4),
    0 29.643px 66.26px rgba(0, 0, 0, 0.18);
}

.qr-popup[hidden] {
  display: none;
}

@media (hover: none), (pointer: coarse) {
  .qr-popup {
    display: none !important;
  }
}

.qr-card {
  display: block;
  color: inherit;
  text-decoration: none;
}

.qr-frame {
  position: relative;
  display: block;
  width: 177.75px;
  height: 176.843px;
}

.qr-frame img {
  width: 177.75px;
  height: 176.843px;
}

.qr-logo-badge {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 6px 8px;
  border-radius: 4px;
  background: var(--brown-100);
}

.qr-logo {
  display: block;
  width: 35.739px;
  height: 11.79px;
  color: var(--white);
  background-color: currentColor;
  mask: url("/assets/logo.svg") no-repeat center / 35.739px 11.79px;
  -webkit-mask: url("/assets/logo.svg") no-repeat center / 35.739px 11.79px;
}

.btn-appstore {
  background: rgba(132, 119, 108, 0.1);
  color: #000;
}

.page.story .btn-appstore {
  color: var(--white);
}

.btn-play {
  background: #000;
  color: var(--white);
}

.page.story .btn-play {
  background: var(--white);
  color: #000;
}

.btn-icon {
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.btn-icon .apple,
.btn-icon .play {
  background-color: currentColor;
}

.btn-icon .apple {
  width: 16px;
  height: 16px;
  transform: translateY(-2px);
  mask: url("/assets/apple.svg") no-repeat center / 16px 16px;
  -webkit-mask: url("/assets/apple.svg") no-repeat center / 16px 16px;
}

.btn-icon .play {
  width: 14.137px;
  height: 16px;
  mask: url("/assets/play.svg") no-repeat center / 14.137px 16px;
  -webkit-mask: url("/assets/play.svg") no-repeat center / 14.137px 16px;
}

.shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  grid-template-rows: 1fr auto;
  min-height: 100vh;
  min-height: 100dvh;
  position: relative;
  z-index: 0;
}

.copy-main {
  grid-column: 1;
  grid-row: 1;
  padding: 184px 48px 0 144px;
}

.headline {
  margin: 0;
  max-width: 440px;
  font-weight: 300;
  font-size: 61.449px;
  line-height: 67px;
  letter-spacing: -1px;
}

.headline .line {
  display: block;
}

.headline .muted {
  color: var(--text-tertiary);
}

.lede {
  margin: 28px 0 0;
  max-width: 316px;
}

.lede p {
  margin: 0;
  font-size: 17px;
  line-height: 1.42;
  letter-spacing: -0.5px;
  color: var(--text-body);
}

.lede p + p {
  margin-top: 7px;
}

.footer-links {
  grid-column: 1;
  grid-row: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  padding: 0 48px 89px 144px;
  font-size: 17px;
  letter-spacing: -0.5px;
  line-height: 1.42;
  color: var(--text-tertiary);
}

.footer-links a {
  text-decoration: none;
}

.footer-links a:hover,
.footer-links a:focus-visible {
  color: var(--text-primary);
}

.device {
  grid-column: 2;
  grid-row: 1 / 3;
  padding: 72px 72px 72px 0;
  display: flex;
  align-items: center;
  min-height: 0;
}

.device img,
.device video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 32px;
}

.page:not(.story):not(.legal):not(.support) {
  height: 100vh;
  height: 100dvh;
  overflow: hidden;
}

.page:not(.story) .shell {
  display: grid;
  grid-template-columns: 1fr 48px 1fr;
  align-items: stretch;
  height: 100%;
  min-height: 0;
}

.page:not(.story) .hero {
  display: contents;
}

.page:not(.story) .copy-main {
  grid-column: 1;
  grid-row: 1;
  justify-self: end;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 440px;
  max-width: 100%;
  height: 100%;
  padding: 0;
}

.page:not(.story) .footer-links {
  grid-column: 1;
  grid-row: 1;
  justify-self: end;
  align-self: end;
  width: 440px;
  max-width: 100%;
  padding: 0 0 48px;
}

.page:not(.story) .device {
  grid-column: 3;
  grid-row: auto;
  justify-self: start;
  flex: none;
  height: 100%;
  max-height: 100%;
  padding: 72px 32px 72px 0;
  min-height: 0;
}

.page:not(.story) .device img,
.page:not(.story) .device video {
  width: auto;
  height: 100%;
  max-width: 100%;
  max-height: none;
  object-fit: contain;
}

.page.story {
  background: var(--brown-100);
  color: var(--white);
  height: 100vh;
  height: 100dvh;
  overflow: hidden;
}

.page.story .copy-main {
  padding-top: 184px;
}

.page.story .headline {
  max-width: 409px;
}

.page.story .headline .muted {
  color: rgba(255, 255, 255, 0.4);
}

.story-article {
  grid-column: 2;
  grid-row: 1 / 3;
  position: relative;
  z-index: 0;
  isolation: isolate;
  padding: 0 72px 0 36px;
  height: 100vh;
  height: 100dvh;
  max-height: 100dvh;
  overflow: hidden;
  display: flex;
  align-items: stretch;
}

.story-article::after {
  content: "";
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  bottom: 0;
  height: 58%;
  pointer-events: none;
  background: linear-gradient(
    to bottom,
    rgba(36, 22, 12, 0) 0%,
    rgba(36, 22, 12, 0.4) 18%,
    var(--brown-100) 72%
  );
}

.story-scroll {
  position: relative;
  flex: 1;
  min-height: 0;
  min-width: 0;
  width: 100%;
  max-width: 477px;
  overflow-y: auto;
  padding: 0 35px 800px;
  font-size: 28px;
  line-height: 1.25;
  letter-spacing: -0.5px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.78);
  overflow-wrap: break-word;
  scrollbar-width: none;
}

.story-scroll::before {
  content: "";
  display: block;
  height: 184px;
}

.story-scroll::-webkit-scrollbar {
  display: none;
}

.story-scroll p {
  margin: 0 0 32px;
}

.story-scroll p:last-child {
  margin-bottom: 0;
}

.page.legal,
.page.support {
  height: auto;
  overflow: visible;
  display: flex;
  flex-direction: column;
}

.page.legal .nav,
.page.support .nav {
  position: sticky;
  top: 16px;
  left: auto;
  transform: none;
  margin: 36px auto 0;
}

.legal-doc {
  width: min(720px, calc(100% - 48px));
  margin: 48px auto 0;
}

.legal-doc h1 {
  margin: 0;
  font-weight: 300;
  font-size: clamp(36px, 6vw, 48px);
  letter-spacing: -1px;
  line-height: 1.15;
}

.legal-effective {
  margin: 12px 0 32px;
  font-size: 15px;
  letter-spacing: -0.2px;
  color: var(--text-tertiary);
}

.legal-summary {
  margin: 0 0 40px;
  padding: 24px;
  border-radius: 16px;
  background: var(--background-primary);
}

.legal-summary h2 {
  margin: 0 0 12px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0;
  color: var(--text-tertiary);
}

.legal-summary p,
.legal-summary li {
  font-size: 17px;
  line-height: 1.42;
  letter-spacing: -0.2px;
  color: var(--text-body);
}

.legal-summary p:first-of-type {
  font-size: 22px;
  line-height: 1.3;
  letter-spacing: -0.4px;
  color: var(--text-primary);
}

.legal-body h2 {
  margin: 36px 0 12px;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: -0.4px;
  line-height: 1.3;
}

.legal-body h2:first-child {
  margin-top: 0;
}

.legal-body h3 {
  margin: 24px 0 8px;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: -0.2px;
  line-height: 1.3;
}

.legal-doc p,
.legal-doc li {
  margin: 0 0 16px;
}

.legal-doc p:last-child,
.legal-doc li:last-child {
  margin-bottom: 0;
}

.legal-doc ul {
  margin: 0 0 16px;
  padding: 0 0 0 1.2em;
}

.legal-body p,
.legal-body li {
  font-size: 17px;
  line-height: 1.5;
  letter-spacing: -0.2px;
  color: var(--text-body);
}

.legal-doc strong {
  font-weight: 500;
}

.legal-doc a {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.legal-doc a:hover,
.legal-doc a:focus-visible {
  color: var(--text-primary);
}

.legal-doc hr {
  margin: 32px 0;
  border: 0;
  border-top: 1px solid rgba(36, 22, 12, 0.12);
}

.legal-footer {
  width: min(720px, calc(100% - 48px));
  margin: 48px auto 64px;
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  font-size: 17px;
  letter-spacing: -0.5px;
  line-height: 1.42;
  color: var(--text-tertiary);
}

.legal-footer a {
  text-decoration: none;
}

.legal-footer a:hover,
.legal-footer a:focus-visible,
.legal-footer a[aria-current="page"] {
  color: var(--text-primary);
}

.support-main {
  width: min(720px, calc(100% - 48px));
  margin: 48px auto 0;
}

.support-eyebrow {
  margin: 0 0 8px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.44px;
  text-transform: uppercase;
  color: var(--text-tertiary);
}

.support-main h1 {
  margin: 0;
  font-weight: 300;
  font-size: clamp(36px, 6vw, 48px);
  letter-spacing: -1px;
  line-height: 1.15;
}

.support-lede {
  margin: 12px 0 0;
  max-width: 420px;
  font-size: 17px;
  line-height: 1.42;
  letter-spacing: -0.2px;
  color: var(--text-body);
}

.support-cards {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 32px 0 0;
}

.support-card {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  min-height: 124px;
  margin: 0;
  padding: 20px;
  border: 0;
  border-radius: 16px;
  background: var(--background-primary);
  color: inherit;
  font: inherit;
  text-align: left;
  cursor: pointer;
}

.support-card:hover,
.support-card:focus-visible {
  outline: none;
  box-shadow: inset 0 0 0 1px rgba(36, 22, 12, 0.16);
}

.support-card-copy {
  display: flex;
  min-width: 0;
  flex: 1;
  flex-direction: column;
  gap: 4px;
}

.support-card-title {
  font-size: 17px;
  font-weight: 500;
  letter-spacing: -0.2px;
}

.support-card-text {
  font-size: 15px;
  line-height: 1.4;
  color: var(--text-tertiary);
}

.support-card-icon {
  display: flex;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  color: var(--text-primary);
}

.support-card-icon svg {
  width: 24px;
  height: 24px;
}

.support-cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  margin: 48px 0 0;
  padding: 40px 24px;
  border-radius: 16px;
  background: var(--background-primary);
  text-align: center;
}

.support-cta-title {
  margin: 0;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.3px;
}

.support-cta-text {
  margin: 0;
  font-size: 15px;
  line-height: 1.4;
  color: var(--text-body);
}

.support-cta-text a {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.support-cta-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-top: 8px;
}

.support-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  min-width: 112px;
  padding: 8px 16px;
  border: 0;
  border-radius: 999px;
  font: inherit;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: -0.2px;
  cursor: pointer;
}

.support-btn-primary {
  background: var(--text-primary);
  color: var(--white);
}

.support-btn-secondary {
  background: var(--white);
  color: var(--text-primary);
  box-shadow: inset 0 0 0 1px rgba(36, 22, 12, 0.16);
}

.support-btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.support-btn-text {
  border: 0;
  padding: 0;
  background: none;
  color: var(--text-primary);
  font: inherit;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
}

.support-dialog {
  inset: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  max-height: none;
  margin: 0;
  padding: 16px;
  overflow: auto;
  border: 0;
  background: transparent;
  color: var(--text-primary);
}

.support-dialog[open] {
  display: grid;
  place-items: center;
}

.support-dialog::backdrop {
  background: rgba(36, 22, 12, 0.4);
  backdrop-filter: blur(6px);
}

.support-dialog-form,
.support-dialog-success {
  width: min(423px, 100%);
  max-height: calc(100dvh - 32px);
  padding: 32px;
  overflow-x: hidden;
  overflow-y: auto;
  border-radius: 16px;
  background: var(--white);
  box-shadow: 0 16px 48px rgba(36, 22, 12, 0.18);
}

.support-dialog-header {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.support-dialog h2 {
  margin: 0;
  flex: 1;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.3px;
  line-height: 1.4;
}

.support-dialog-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  color: var(--text-tertiary);
  cursor: pointer;
}

.support-dialog-lede {
  margin: 12px 0 0;
  font-size: 15px;
  line-height: 1.4;
  color: var(--text-tertiary);
}

.support-dialog form,
.support-dialog-success:not([hidden]) {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.support-dialog-success {
  align-items: center;
  text-align: center;
}

.support-dialog [hidden] {
  display: none !important;
}

.support-success-icon {
  color: var(--text-primary);
}

.support-honeypot {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}

.support-field {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
  font-size: 13px;
}

.support-field-label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
}

.support-optional {
  color: var(--text-tertiary);
}

.support-field input,
.support-field select,
.support-field textarea {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  border: 0;
  border-radius: 8px;
  background: var(--background-primary);
  color: var(--text-primary);
  font: inherit;
  font-size: 15px;
}

.support-field input,
.support-select select {
  min-height: 48px;
  padding: 0 16px;
}

.support-field textarea {
  min-height: 162px;
  padding: 12px 16px;
  resize: none;
  line-height: 1.4;
}

.support-field input:focus-visible,
.support-field select:focus-visible,
.support-field textarea:focus-visible,
.support-file-drop:focus-visible {
  outline: 1px solid var(--text-primary);
}

.support-select {
  position: relative;
  display: block;
  min-width: 0;
  max-width: 100%;
}

.support-select select {
  appearance: none;
  padding-right: 40px;
}

.support-select::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  width: 8px;
  height: 8px;
  border-right: 1.8px solid var(--text-tertiary);
  border-bottom: 1.8px solid var(--text-tertiary);
  transform: translateY(-70%) rotate(45deg);
  pointer-events: none;
}

.support-file-input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.support-file-drop {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 8px 16px;
  border: 1px dashed rgba(36, 22, 12, 0.24);
  border-radius: 8px;
  background: transparent;
  color: var(--text-tertiary);
  font: inherit;
  font-size: 15px;
  text-align: center;
  cursor: pointer;
}

.support-file-drop.is-over {
  background: var(--background-primary);
}

.support-file-drop strong {
  font-weight: 500;
  color: var(--text-primary);
}

.support-field-error,
.support-form-error {
  margin: 0;
  font-size: 13px;
  color: #b42318;
}

.support-info {
  display: flex;
  gap: 8px;
  margin: 0;
  font-size: 13px;
  line-height: 1.4;
  color: var(--text-tertiary);
}

.support-dialog-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
}

.support-dialog-actions-split {
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}

.support-ticket {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 48px;
  border-radius: 8px;
  background: var(--background-primary);
}

.support-ticket p {
  flex: 1;
  margin: 0;
  padding: 0 16px;
  font-size: 15px;
  text-align: left;
}

.support-ticket-copy {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border: 0;
  background: none;
  color: var(--text-tertiary);
  cursor: pointer;
}

@media (min-width: 721px) {
  .support-cards {
    flex-direction: row;
  }
}

@media (max-width: 1100px) {
  .page.story {
    height: auto;
    overflow: visible;
  }

  .shell {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }

  .nav,
  .page.story .nav {
    position: relative;
    top: 20px;
    left: auto;
    transform: none;
    margin: 0 auto 12px;
  }

  .copy-main,
  .page:not(.story) .copy-main,
  .page.story .copy-main {
    grid-column: 1;
    grid-row: auto;
    display: block;
    height: auto;
    padding: 48px 32px 24px;
  }

  .page:not(.story) .copy-main {
    justify-self: stretch;
    text-align: left;
  }

  .page:not(.story) .hero {
    display: contents;
    height: auto;
  }

  .device,
  .page:not(.story) .device {
    grid-column: 1;
    grid-row: auto;
    height: auto;
    max-height: none;
    padding: 0 32px 32px;
  }

  .page:not(.story) .device {
    justify-self: stretch;
    justify-content: flex-end;
  }

  .footer-links,
  .page:not(.story) .footer-links {
    grid-column: 1;
    grid-row: auto;
    justify-self: stretch;
    align-self: auto;
    width: auto;
    padding: 8px 32px 48px;
  }

  .headline {
    max-width: none;
    font-size: clamp(36px, 8vw, 61.449px);
    line-height: 1.1;
  }

  .story-article::after {
    display: none;
  }

  .page:not(.story):not(.legal):not(.support) {
    height: auto;
    overflow: visible;
  }

  .page.legal .nav,
  .page.support .nav {
    position: relative;
    top: 20px;
    margin: 0 auto 12px;
  }

  .legal-doc {
    width: calc(100% - 48px);
    margin-top: 32px;
  }

  .page:not(.story) .shell {
    display: grid;
    grid-template-columns: 1fr;
    height: auto;
    min-height: 0;
  }

  .page:not(.story) .footer-links {
    width: auto;
    padding: 8px 32px 48px;
  }

  .device img,
  .device video {
    width: 100%;
    height: auto;
    max-height: none;
  }

  .page:not(.story) .device img,
  .page:not(.story) .device video {
    width: auto;
    max-width: 100%;
    margin-inline: 0;
  }

  .story-article {
    grid-column: 1;
    grid-row: auto;
    height: auto;
    max-height: none;
    overflow: visible;
    min-height: 0;
    padding: 0 24px 64px;
  }

  .story-scroll {
    max-width: none;
    width: 100%;
    min-width: 0;
    padding: 0 0 48px;
    font-size: 22px;
    overflow: visible;
  }

  .story-scroll::before {
    display: none;
  }
}

@media (max-width: 420px) {
  .nav {
    width: calc(100% - 24px);
    padding: 12px 10px 12px 18px;
  }

  .store-links {
    gap: 8px;
  }

  .btn {
    width: 33px;
    flex: 0 0 33px;
    padding: 0;
  }

  .btn-text {
    display: none;
  }
}

@media (min-width: 1240px) {
  .headline .line {
    white-space: nowrap;
  }
}
