@font-face {
  font-family: "PP NeueBit";
  src: url("themes/fonts/PPNeueBit-Bold.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 700;
}

@font-face {
  font-family: "PP Mondwest";
  src: url("themes/fonts/PPMondwest-Regular.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 400;
}

:root {
  --paper: #f1f0eb;
  --white: #fafaf7;
  --fog: #e5e4df;
  --silver: #c8c8c2;
  --line: #d2d1cb;
  --ink: #0b0b0a;
  --graphite: #282826;
  --muted: #6c6c66;
  --acid: #e8ff45;
  --acid-soft: #f1ff8a;
  --font-pixel: "PP NeueBit", "Courier New", monospace;
  --font-editorial: "PP Mondwest", Georgia, serif;
  --font-reading: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
  --page: min(1440px, calc(100vw - 48px));
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--font-reading);
  -webkit-font-smoothing: antialiased;
}

body,
button,
a {
  color: inherit;
}

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

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

a {
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

button:focus-visible,
a:focus-visible,
summary:focus-visible {
  outline: 3px solid var(--acid);
  outline-offset: 3px;
}

.drop-rail {
  position: relative;
  z-index: 40;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  min-height: 44px;
  padding: 0 0 0 24px;
  color: var(--white);
  background: var(--ink);
  font: 700 18px/1 var(--font-pixel);
  letter-spacing: .055em;
  text-transform: uppercase;
}

.drop-rail__copy {
  overflow: hidden;
  padding-right: 18px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.drop-rail__time {
  align-self: stretch;
  display: grid;
  min-width: 196px;
  padding: 0 20px;
  place-items: center;
  color: var(--ink);
  background: var(--acid);
  font-variant-numeric: tabular-nums;
  letter-spacing: .04em;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 35;
  border-bottom: 1px solid var(--line);
  background: color-mix(in srgb, var(--paper) 91%, transparent);
  backdrop-filter: blur(14px);
}

.site-nav {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  width: var(--page);
  min-height: 62px;
  margin: 0 auto;
}

.wordmark {
  width: max-content;
  font: 700 32px/.8 var(--font-pixel);
  letter-spacing: -.02em;
  text-decoration: none;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 30px;
  justify-self: start;
  margin-left: clamp(30px, 4vw, 64px);
}

.nav-links a {
  font: 700 15px/1 var(--font-pixel);
  letter-spacing: .04em;
  text-decoration: none;
  text-transform: uppercase;
}

.nav-links a:hover {
  text-decoration: underline;
}

.nav-actions {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 8px;
}

.market-picker {
  position: relative;
  font: 700 14px/1 var(--font-pixel);
}

.market-picker summary {
  display: flex;
  align-items: center;
  gap: 7px;
  min-height: 36px;
  padding: 0 10px;
  border: 1px solid var(--ink);
  background: transparent;
  cursor: pointer;
  list-style: none;
}

.market-picker summary::-webkit-details-marker {
  display: none;
}

.market-picker summary::after {
  content: "⌄";
  margin-left: 2px;
  transform: translateY(-1px);
}

.market-picker[open] summary::after {
  transform: rotate(180deg) translateY(-1px);
}

.market-picker__flag {
  font: 16px/1 system-ui, sans-serif;
}

.market-picker__menu {
  position: absolute;
  top: calc(100% + 7px);
  right: 0;
  z-index: 50;
  display: grid;
  width: 244px;
  border: 1px solid var(--ink);
  background: var(--paper);
  box-shadow: 8px 8px 0 var(--ink);
}

.market-picker__menu a {
  display: grid;
  grid-template-columns: 24px 1fr auto;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  padding: 0 11px;
  border-bottom: 1px solid var(--line);
  color: var(--ink);
  text-decoration: none;
}

.market-picker__menu a:last-child {
  border-bottom: 0;
}

.market-picker__menu a:hover,
.market-picker__menu a[aria-current="true"] {
  background: var(--acid);
}

.market-picker__menu a > span:first-child {
  font: 17px/1 system-ui, sans-serif;
}

.market-picker__menu small {
  color: var(--muted);
  font: inherit;
}

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

.product {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(390px, .8fr);
  gap: clamp(42px, 5vw, 88px);
  width: var(--page);
  margin: 0 auto;
  padding: clamp(34px, 4vw, 66px) 0 clamp(54px, 6vw, 96px);
}

.product-gallery {
  position: relative;
  min-width: 0;
}

.gallery-stage {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1.08 / 1;
  border: 0;
  background: var(--fog);
}

.gallery-slide {
  position: absolute;
  inset: 0;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  transform: scale(1.015);
  transition: opacity .5s ease, transform .8s cubic-bezier(.16, 1, .3, 1), visibility 0s linear .5s;
}

.gallery-slide.is-active {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  transition-delay: 0s;
}

.gallery-slide picture,
.how-hero picture {
  position: absolute;
  inset: 0;
  display: block;
}

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

.gallery-slide[data-gallery-slide="1"] img {
  object-fit: contain;
  padding: 8%;
  mix-blend-mode: normal;
}

.gallery-slide--message {
  isolation: isolate;
}

.gallery-message {
  position: absolute;
  z-index: 2;
  bottom: clamp(18px, 4cqi, 34px);
  left: clamp(18px, 4cqi, 34px);
  width: min(46%, 320px);
  padding: clamp(12px, 1.7cqi, 16px);
  border: 1px solid var(--ink);
  color: var(--white);
  background: var(--ink);
  opacity: 0;
  transform: translateY(14px);
  transition: opacity .35s ease .12s, transform .55s cubic-bezier(.16, 1, .3, 1) .12s;
}

.gallery-slide.is-active .gallery-message {
  opacity: 1;
  transform: translateY(0);
}

.gallery-message span {
  display: block;
  width: max-content;
  margin-bottom: clamp(7px, 1cqi, 9px);
  padding: 5px 7px 4px;
  color: var(--ink);
  background: var(--acid);
  font: 700 clamp(10px, 1.2cqi, 12px)/1 var(--font-pixel);
  letter-spacing: .07em;
}

.gallery-message strong {
  display: block;
  max-width: 18ch;
  font: 400 clamp(22px, 2.8cqi, 30px)/.98 var(--font-editorial);
  letter-spacing: -.025em;
}

.gallery-slide[data-gallery-slide="3"] .gallery-message,
.gallery-slide[data-gallery-slide="4"] .gallery-message {
  top: clamp(18px, 4cqi, 34px);
  bottom: auto;
}

.gallery-slide[data-gallery-slide="5"] .gallery-message {
  right: clamp(18px, 4cqi, 34px);
  left: auto;
}

.gallery-message--light {
  color: var(--ink);
  background: var(--white);
}

.gallery-thumbs {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 72px));
  gap: 8px;
  margin-top: 12px;
}

.gallery-thumb {
  position: relative;
  overflow: hidden;
  padding: 0;
  aspect-ratio: 1;
  border: 1px solid var(--line);
  border-radius: 0;
  background: var(--fog);
  cursor: pointer;
}

.gallery-thumb::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 4px;
  content: "";
  background: var(--acid);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .28s ease;
}

.gallery-thumb.is-active::after {
  transform: scaleX(1);
}

.gallery-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .45s cubic-bezier(.16, 1, .3, 1);
}

.gallery-thumb:hover img,
.gallery-thumb.is-active img {
  transform: scale(1.04);
}

.buy-box {
  align-self: center;
  padding-bottom: 6px;
}

.drop-eyebrow-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin: 0 0 16px;
}

.drop-eyebrow,
.drop-limit {
  display: inline-block;
  margin: 0;
  font: 700 15px/1 var(--font-pixel);
  letter-spacing: .055em;
  text-transform: uppercase;
}

.drop-eyebrow {
  padding: 5px 8px 4px;
  color: var(--ink);
  background: var(--acid);
}

.drop-limit {
  padding: 0;
  border: 0;
  color: var(--muted);
  background: transparent;
  font-size: 13px;
  letter-spacing: .035em;
}

.product-heading-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
}

.product-heading-row h1 {
  margin: 0;
  font: 700 clamp(92px, 9vw, 150px)/.67 var(--font-pixel);
  letter-spacing: -.045em;
}

.product-tagline {
  max-width: 16ch;
  margin: 34px 0 30px;
  font: 400 clamp(40px, 4vw, 66px)/.92 var(--font-editorial);
  letter-spacing: -.025em;
}

.price-row {
  display: grid;
  flex: 0 0 auto;
  justify-items: end;
  gap: 7px;
  min-width: 190px;
  margin-top: 1px;
}

.price-row strong {
  font: 700 clamp(50px, 5vw, 64px)/.78 var(--font-pixel);
  letter-spacing: -.02em;
}

.currency-code {
  font: 700 .34em/1 var(--font-pixel);
  letter-spacing: .06em;
}

.price-row__meta {
  color: var(--muted);
  font: 700 14px/1 var(--font-pixel);
  letter-spacing: .03em;
  text-transform: uppercase;
}

.price-row__meta s { color: inherit; }

.price-row__meta mark {
  margin-left: 2px;
  padding: 3px 5px;
  color: var(--ink);
  background: var(--acid);
}

.button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 58px;
  padding: 13px 18px;
  border: 1px solid var(--ink);
  color: var(--white);
  background: var(--ink);
  font: 700 21px/1 var(--font-pixel);
  letter-spacing: .025em;
  text-decoration: none;
  text-transform: uppercase;
  transition: color .22s ease, background .22s ease, transform .22s ease;
}

.button:hover {
  color: var(--ink);
  background: var(--acid);
  transform: translateY(-2px);
}

.button--buy-primary {
  justify-content: center;
  text-align: center;
}

.buy-fulfillment {
  margin: 10px 0 0;
  color: var(--muted);
  font: 700 14px/1.15 var(--font-pixel);
  letter-spacing: .015em;
  text-align: center;
}

.buy-assurance {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin: 7px 0 14px;
}

.buy-assurance img {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
}

.buy-assurance strong {
  font: 700 14px/1 var(--font-pixel);
}

.drop-order-link {
  display: block;
  width: max-content;
  margin: 16px 0 0;
  font: 700 14px/1 var(--font-pixel);
  letter-spacing: .02em;
  text-transform: uppercase;
}

.hero-accordions {
  margin: 0;
  border-top: 1px solid var(--line);
}

.hero-accordion-item {
  width: 100%;
  border-bottom: 1px solid var(--line);
}

.hero-accordion__trigger {
  display: grid;
  grid-template-columns: 1fr 24px;
  align-items: center;
  width: 100%;
  min-height: 54px;
  padding: 0;
  border: 0;
  color: inherit;
  background: transparent;
  text-align: left;
  cursor: pointer;
}

.hero-accordion__trigger strong {
  font: 700 18px/1 var(--font-pixel);
  letter-spacing: .015em;
}

.hero-accordion__panel {
  display: grid;
  grid-template-rows: 0fr;
  opacity: 0;
  transition: grid-template-rows .46s cubic-bezier(.16, 1, .3, 1), opacity .28s ease;
}

.hero-accordion-item.is-open .hero-accordion__panel {
  grid-template-rows: 1fr;
  opacity: 1;
}

.hero-accordion__body {
  min-height: 0;
  overflow: hidden;
}

.hero-accordion__body p {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0 36px 22px 0;
  color: var(--graphite);
  font-size: 15px;
  line-height: 1.42;
  transform: translateY(-5px);
  transition: transform .46s cubic-bezier(.16, 1, .3, 1);
}

.hero-accordion-item.is-open .hero-accordion__body p {
  transform: translateY(0);
}

.eyebrow {
  margin: 0;
  font: 700 14px/1 var(--font-pixel);
  letter-spacing: .075em;
  text-transform: uppercase;
}

.museum-statement {
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  height: min(900px, max(820px, calc(100vh - 62px)));
  min-height: 0;
  color: var(--white);
  background: var(--ink);
}

.museum-statement__copy {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: clamp(76px, 8vw, 124px) clamp(24px, 6vw, 100px) 150px;
}

.museum-statement .eyebrow,
.app-section .eyebrow {
  color: var(--acid);
}

.museum-statement h2 {
  max-width: 10ch;
  margin: 26px 0;
  font: 400 clamp(56px, 5.3vw, 88px)/.88 var(--font-editorial);
  letter-spacing: -.04em;
}

.museum-statement__copy > h2:first-child {
  margin-top: 0;
}

.museum-statement p:not(.eyebrow) {
  max-width: 46ch;
  margin: 0;
  color: #b9b9b3;
  font-size: 17px;
  line-height: 1.5;
}

.museum-statement p.museum-statement__aside {
  max-width: 29ch;
  margin-top: 28px;
  padding: 18px 0 2px 22px;
  border-left: 3px solid var(--acid);
  color: var(--white);
  font: 400 clamp(25px, 2.25vw, 36px)/1.08 var(--font-editorial);
  letter-spacing: -.02em;
}

.museum-statement a {
  width: max-content;
  margin-top: 34px;
  color: var(--acid);
  font: 700 18px/1 var(--font-pixel);
  text-transform: uppercase;
}

.museum-statement figure {
  min-height: 560px;
  margin: 0;
  overflow: hidden;
  background: #eeefec;
}

.museum-statement figure video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 81%;
}

.section-intro {
  display: grid;
  grid-template-columns: minmax(140px, .35fr) 1fr;
  column-gap: 24px;
  row-gap: 0;
  width: var(--page);
  margin: 0 auto clamp(42px, 6vw, 88px);
}

.section-intro h2 {
  max-width: 12ch;
  margin: 0;
  font: 400 clamp(58px, 6.5vw, 104px)/.86 var(--font-editorial);
  letter-spacing: -.04em;
}

.section-intro > p:last-child {
  grid-column: 2;
  max-width: 40ch;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.45;
}

.how-section,
.faq-section {
  padding: clamp(86px, 10vw, 160px) 0;
}

.how-section {
  border-top: 1px solid var(--ink);
  background: var(--white);
}

.section-intro--wide h2 {
  max-width: 15ch;
}

.how-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(380px, .92fr);
  align-items: start;
  gap: clamp(34px, 6vw, 96px);
  height: 360vh;
  width: var(--page);
  margin: 0 auto;
}

.how-hero {
  position: sticky;
  top: 86px;
  height: calc(100vh - 118px);
  min-height: 600px;
  margin: 0;
  overflow: hidden;
  background: #e9e9e5;
}

.how-hero__stage {
  position: relative;
  width: 100%;
  height: 100%;
}

.how-hero__index {
  position: absolute;
  z-index: 3;
  top: 20px;
  left: 20px;
  padding: 9px 11px 8px;
  color: var(--ink);
  background: var(--acid);
  font: 700 13px/1 var(--font-pixel);
  letter-spacing: .045em;
}

.how-hero img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transform: scale(1.018);
  transition: opacity .6s ease, transform 1.1s cubic-bezier(.16, 1, .3, 1);
}

.how-hero img.is-active {
  z-index: 1;
  opacity: 1;
  transform: scale(1);
}

.steps-list {
  position: sticky;
  top: 86px;
  display: flex;
  flex-direction: column;
  height: calc(100vh - 118px);
  min-height: 600px;
  overflow: hidden;
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--ink);
  list-style: none;
}

.how-step-card {
  display: flex;
  flex: 1 1 0;
  align-items: center;
  min-height: 0;
  border-bottom: 1px solid var(--line);
  box-shadow: inset 0 0 0 var(--acid);
  transition: flex-grow .6s cubic-bezier(.16, 1, .3, 1), background .35s ease, box-shadow .45s cubic-bezier(.16, 1, .3, 1);
}

.how-step-card.is-active {
  flex-grow: 1.65;
  background: var(--acid);
  box-shadow: inset 5px 0 0 var(--acid);
}

.how-step-card details {
  width: 100%;
  border-bottom: 0;
}

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

.how-step-card details.is-opening,
.how-step-card details.is-closing,
.faq-list details.is-opening,
.faq-list details.is-closing {
  will-change: height;
}

.how-step-card summary,
.faq-list summary {
  display: grid;
  align-items: center;
  cursor: pointer;
  list-style: none;
}

.how-step-card summary::-webkit-details-marker,
.faq-list summary::-webkit-details-marker {
  display: none;
}

.how-step-card summary {
  grid-template-columns: 42px 1fr 28px;
  min-height: 92px;
  padding: 0 clamp(18px, 2.5vw, 34px);
}

.how-step-card summary span {
  align-self: start;
  padding-top: 35px;
  color: var(--muted);
  font: 700 14px/1 var(--font-pixel);
}

.how-step-card summary h3 {
  margin: 0;
  font: 700 clamp(25px, 2.5vw, 36px)/.92 var(--font-pixel);
}

.how-step-card--destination summary {
  grid-template-columns: minmax(82px, auto) 1fr 28px;
}

.how-step-card--destination summary span {
  color: var(--ink);
}

.how-step-card--destination.is-active {
  background: var(--ink);
  color: var(--white);
  box-shadow: inset 5px 0 0 var(--acid);
}

summary i,
.hero-accordion__trigger i {
  position: relative;
  display: block;
  width: 18px;
  height: 18px;
  transition: transform .38s cubic-bezier(.16, 1, .3, 1);
}

summary i::before,
summary i::after,
.hero-accordion__trigger i::before,
.hero-accordion__trigger i::after {
  position: absolute;
  top: 8px;
  left: 1px;
  width: 16px;
  height: 1px;
  content: "";
  background: currentColor;
}

summary i::after,
.hero-accordion__trigger i::after {
  transform: rotate(90deg);
  transition: transform .32s ease;
}

details[open] summary i {
  transform: rotate(180deg);
}

details[open] summary i::after,
.hero-accordion-item.is-open .hero-accordion__trigger i::after {
  transform: rotate(0);
}

.how-step-card__body {
  overflow: hidden;
  padding: 0 clamp(46px, 4vw, 76px) 38px clamp(60px, 5.5vw, 94px);
}

.how-step-card__body p {
  max-width: 34ch;
  margin: 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.55;
  animation: detail-in .45s cubic-bezier(.16, 1, .3, 1) both;
}

.how-step-card--destination .how-step-card__body p {
  color: inherit;
}

@keyframes detail-in {
  from { opacity: 0; transform: translateY(-8px); }
  to { opacity: 1; transform: translateY(0); }
}

.outcomes-section {
  padding: clamp(86px, 10vw, 160px) 0;
  background: var(--paper);
}

.outcomes-section .section-intro {
  align-items: end;
  margin-bottom: clamp(42px, 5vw, 72px);
}

.outcomes-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(20px, 2.4vw, 38px);
  width: var(--page);
  margin: 0 auto;
}

.outcome-card {
  display: grid;
  grid-template-rows: auto auto;
  align-content: start;
  min-width: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.outcome-card > img {
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  border-radius: 3px;
  object-fit: cover;
}

.outcome-card:nth-child(2) > img {
  object-position: center 28%;
}

.outcome-card__copy {
  padding-top: 20px;
}

.outcome-card h3 {
  margin: 0;
  font: 400 clamp(32px, 2.65vw, 44px)/.9 var(--font-editorial);
  letter-spacing: -.03em;
}

.outcome-card__metric {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 12px;
  align-items: end;
  min-height: 0;
  padding: 18px 0 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.outcome-card__metric strong {
  font: 700 clamp(31px, 2.7vw, 44px)/.8 var(--font-pixel);
  letter-spacing: -.035em;
}

.outcome-card__metric p {
  max-width: 22ch;
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.35;
}

.outcomes-note {
  align-self: end;
  width: auto;
  max-width: 22ch;
  margin: 0 0 4px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.4;
}

.app-section {
  position: relative;
  padding: 0;
  color: var(--white);
  background: var(--ink);
}

.app-section__sticky {
  position: sticky;
  z-index: 1;
  top: 62px;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  gap: clamp(10px, 1.6vh, 16px);
  height: calc(100svh - 62px);
  min-height: 570px;
  padding: clamp(12px, 1.8vh, 18px) 0 clamp(10px, 1.5vh, 16px);
  overflow: hidden;
  background: var(--ink);
}

.app-scroll-track {
  display: grid;
  grid-template-rows: repeat(4, 1fr);
  height: 240svh;
  pointer-events: none;
}

.app-section .section-intro {
  align-items: end;
  margin-bottom: 0;
}

.section-intro--inverse h2 {
  max-width: 15ch;
}

.app-section .section-intro h2 {
  max-width: 13ch;
  font-size: clamp(40px, 4.5vw, 66px);
}

.app-proof {
  display: grid;
  grid-template-rows: 56px minmax(0, 1fr);
  min-height: 0;
  width: var(--page);
  margin: 0 auto;
}

.app-proof__tabs {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 1px solid #3a3a36;
  border-bottom: 0;
  background: #151514;
}

.app-proof__tab {
  display: grid;
  grid-template-columns: 34px 1fr;
  align-items: center;
  min-height: 56px;
  padding: 0 22px;
  border: 0;
  border-right: 1px solid #3a3a36;
  border-radius: 0;
  color: var(--white);
  background: transparent;
  font: 700 18px/1 var(--font-pixel);
  text-align: left;
  cursor: pointer;
  transition: color .25s ease, background .25s ease;
}

.app-proof__tab:last-child {
  border-right: 0;
}

.app-proof__tab span {
  color: var(--acid);
  font-size: 13px;
}

.app-proof__tab:hover {
  background: #242422;
}

.app-proof__tab.is-active {
  color: var(--ink);
  background: var(--acid);
}

.app-proof__tab.is-active span {
  color: var(--ink);
}

.app-proof__tab:focus-visible {
  outline: 2px solid var(--acid);
  outline-offset: -4px;
}

.app-proof__tab.is-active:focus-visible {
  outline-color: var(--ink);
}

.app-proof__stage {
  position: relative;
  min-height: 0;
  overflow: hidden;
  border: 1px solid #3a3a36;
  background: #e9e9e5;
}

.app-proof__panel {
  position: absolute;
  z-index: 0;
  inset: 0;
  display: grid;
  grid-template-columns: minmax(280px, .58fr) minmax(0, 1.42fr);
  opacity: 0;
  pointer-events: none;
  transform: translateY(14px);
  transition: opacity .32s ease, transform .52s cubic-bezier(.16, 1, .3, 1);
}

.app-proof__panel.is-active {
  z-index: 1;
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.app-proof__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: clamp(22px, 2.3vw, 34px);
  color: var(--white);
  background: #111110;
}

.app-proof__kicker {
  margin: 0 0 clamp(14px, 2vh, 22px);
  color: var(--acid);
  font: 700 14px/1 var(--font-pixel);
  letter-spacing: .04em;
}

.app-proof__copy h3 {
  max-width: 9ch;
  margin: 0 0 14px;
  font: 400 clamp(32px, 2.9vw, 46px)/.9 var(--font-editorial);
  letter-spacing: -.035em;
}

.app-proof__copy > p:last-child {
  max-width: 34ch;
  margin: 0;
  color: #b8b8b2;
  font-size: 14px;
  line-height: 1.38;
}

.app-proof__media {
  display: grid;
  place-items: center;
  height: 100%;
  min-width: 0;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  background: #e9e9e5;
}

.app-proof__media--phone img {
  position: absolute;
  top: 14px;
  left: 0;
  width: 100%;
  height: calc(100% - 28px);
  object-fit: contain;
  object-position: center;
  filter: drop-shadow(0 20px 26px rgba(0, 0, 0, .12));
}

.app-proof__media--phone {
  position: relative;
}

.app-proof__media--wide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.comparison-section {
  padding: clamp(92px, 11vw, 172px) 0;
  border-bottom: 1px solid var(--ink);
  background: var(--paper);
}

.comparison-section .section-intro h2 {
  max-width: 14ch;
}

.comparison-swipe {
  display: none;
}

.comparison-table-wrap {
  width: var(--page);
  margin: 0 auto;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scrollbar-color: var(--ink) var(--fog);
  scrollbar-width: thin;
}

.comparison-table-wrap:focus-visible {
  outline: 3px solid var(--acid);
  outline-offset: 4px;
}

.comparison-table {
  width: 100%;
  min-width: 920px;
  border-collapse: collapse;
  table-layout: fixed;
}

.comparison-table caption {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}

.comparison-table col:first-child {
  width: 30%;
}

.comparison-table col:not(:first-child) {
  width: 23.333%;
}

.comparison-table th,
.comparison-table td {
  border-bottom: 1px solid var(--line);
}

.comparison-table thead th {
  height: 206px;
  padding: 28px 24px;
  vertical-align: bottom;
  font: 700 clamp(22px, 2vw, 32px)/.95 var(--font-pixel);
  letter-spacing: .015em;
  text-align: center;
  text-transform: uppercase;
}

.comparison-table thead th:first-child {
  text-align: left;
}

.comparison-table th:nth-child(2) {
  background: var(--acid);
}

.comparison-table thead th:nth-child(2) {
  padding-top: 18px;
}

.comparison-device-art {
  display: block;
  width: 112px;
  height: 112px;
  margin: 0 auto 14px;
  overflow: hidden;
}

.comparison-table thead th:nth-child(2) img {
  width: 100%;
  height: 100%;
  margin: 0;
  object-fit: contain;
}

.comparison-table tbody th {
  height: 92px;
  padding: 20px 26px;
  font-size: clamp(17px, 1.45vw, 22px);
  font-weight: 500;
  line-height: 1.16;
  text-align: left;
}

.comparison-table tbody td {
  height: 92px;
  padding: 18px 20px;
  text-align: center;
}

.comparison-table tbody td:nth-child(2) {
  background: var(--fog);
}

.comparison-table tbody td strong,
.comparison-table tbody td span,
.comparison-table tbody td em {
  font: 700 20px/1 var(--font-pixel);
  font-style: normal;
  letter-spacing: .045em;
  text-transform: uppercase;
}

.comparison-table tbody td:nth-child(2) strong {
  display: inline-block;
  padding: 6px 10px 5px;
  background: var(--acid);
}

.comparison-table tbody td span {
  color: var(--silver);
}

.comparison-table tbody td em {
  color: var(--muted);
}

.community-section {
  padding: clamp(92px, 11vw, 172px) 0;
  overflow: hidden;
  border-bottom: 1px solid var(--ink);
  background: var(--ink);
  color: var(--paper);
}

.community-section .section-intro {
  align-items: end;
}

.community-section .section-intro h2 {
  max-width: 9ch;
  color: var(--paper);
}

.community-section .section-intro > p:last-child {
  max-width: 28ch;
  color: rgba(245, 244, 237, .68);
}

.community-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  width: var(--page);
  margin: 0 auto;
  background: var(--silver);
  border: 1px solid var(--silver);
}

.community-card {
  min-width: 0;
  background: var(--paper);
  color: var(--ink);
}

.community-card > img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  object-fit: cover;
}

.community-card__copy {
  display: flex;
  flex-direction: column;
  min-height: 330px;
  padding: clamp(22px, 2.3vw, 34px);
  border-top: 1px solid var(--silver);
  background: var(--fog);
}

.community-card__reviewer {
  display: flex;
  align-items: center;
  gap: 9px;
}

.community-card__reviewer strong {
  font: 700 16px/1.2 var(--font-reading);
}

.community-card__verified {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: var(--muted);
  font: 600 13px/1.1 var(--font-reading);
}

.community-card__verified i {
  display: inline-grid;
  width: 14px;
  height: 14px;
  place-items: center;
  border-radius: 50%;
  background: var(--ink);
  color: var(--white);
  font: 700 9px/1 var(--font-reading);
  font-style: normal;
}

.community-card__rating {
  display: flex;
  align-items: center;
  gap: 3px;
  align-self: flex-start;
  margin: 18px 0 20px;
}

.community-card__rating img {
  display: block;
  width: 16px;
  height: 16px;
}

.community-card blockquote {
  margin: 0 0 15px;
  font: 700 clamp(24px, 2vw, 31px)/.92 var(--font-pixel);
  letter-spacing: -.015em;
}

.community-card__copy > p:last-child {
  margin: 0;
  padding: 0;
  color: #2e2e2b;
  font-size: 17px;
  line-height: 1.38;
}

.reviews-section {
  padding: clamp(92px, 11vw, 172px) 0;
  border-bottom: 1px solid var(--ink);
  background: var(--paper);
  color: var(--ink);
}

.reviews-heading {
  width: var(--page);
  margin: 0 auto clamp(54px, 6vw, 92px);
  text-align: center;
}

.reviews-heading .eyebrow {
  display: inline-block;
  margin-bottom: 22px;
  padding: 8px 12px 6px;
  background: var(--acid);
}

.reviews-heading h2 {
  max-width: none;
  margin: 0;
  font: 400 clamp(72px, 9.2vw, 156px)/.78 var(--font-editorial);
  letter-spacing: -.055em;
}

.reviews-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  width: var(--page);
  margin: 0 auto;
  border: 1px solid var(--silver);
  background: var(--silver);
}

.review-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  min-height: 330px;
  padding: clamp(22px, 2.3vw, 34px);
  background: var(--fog);
}

.review-card__source {
  display: flex;
  align-items: center;
}

.review-card__source strong {
  font-family: var(--font-reading);
  font-style: normal;
}

.review-card__source strong {
  font-size: 16px;
  line-height: 1.2;
}

.review-card__rating {
  display: flex;
  align-items: center;
  gap: 3px;
  align-self: flex-start;
  margin: 18px 0 20px;
}

.review-card__rating img {
  display: block;
  width: 16px;
  height: 16px;
}

.review-card h3 {
  margin: 0 0 15px;
  font: 700 clamp(24px, 2vw, 31px)/.92 var(--font-pixel);
  letter-spacing: -.015em;
}

.review-card > p:last-child {
  margin: 0;
  color: #2e2e2b;
  font-size: 17px;
  line-height: 1.38;
}

.principle-band {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  min-height: 520px;
  padding: clamp(42px, 6vw, 94px) max(24px, calc((100vw - min(1440px, calc(100vw - 48px))) / 2));
  background: var(--acid);
}

.principle-band p {
  margin: 0;
  font: 400 clamp(70px, 10vw, 172px)/.75 var(--font-editorial);
  letter-spacing: -.055em;
}

.principle-band small {
  font: 700 18px/1 var(--font-pixel);
  text-transform: uppercase;
}

.faq-section .section-intro {
  margin-bottom: 48px;
}

.faq-list {
  width: min(980px, calc(100vw - 48px));
  margin: 0 auto;
  border-top: 1px solid var(--ink);
}

.faq-list summary {
  grid-template-columns: 1fr 26px;
  min-height: 76px;
  gap: 20px;
  padding: 12px 0;
  font: 700 clamp(22px, 2.2vw, 31px)/.96 var(--font-pixel);
}

.faq-list details p {
  max-width: 58ch;
  margin: 0;
  padding: 0 52px 28px 0;
  color: var(--muted);
  line-height: 1.55;
  animation: detail-in .45s cubic-bezier(.16, 1, .3, 1) both;
}

.drop-finale {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, .72fr);
  grid-template-rows: 1fr auto;
  min-height: 780px;
  border-top: 1px solid var(--ink);
  background: var(--white);
}

.drop-finale > div:first-child {
  padding: clamp(54px, 7vw, 116px);
}

.drop-finale h2 {
  margin: 36px 0;
  font: 400 clamp(64px, 8vw, 126px)/.8 var(--font-editorial);
  letter-spacing: -.05em;
}

.drop-finale > div:first-child > p:last-child {
  max-width: 34ch;
  color: var(--muted);
  line-height: 1.45;
}

.drop-finale figure {
  grid-column: 2;
  grid-row: 1 / 3;
  margin: 0;
  overflow: hidden;
  background: var(--fog);
}

.drop-finale figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 8%;
  mix-blend-mode: normal;
}

.drop-finale__buy {
  display: grid;
  grid-template-columns: auto minmax(240px, 360px);
  align-items: center;
  gap: 12px 24px;
  padding: 30px clamp(54px, 7vw, 116px);
  border-top: 1px solid var(--ink);
}

.drop-finale__buy > span {
  font: 700 32px/1 var(--font-pixel);
}

.drop-finale__buy s {
  color: var(--muted);
  font-size: 20px;
}

.drop-finale__buy small {
  grid-column: 1 / -1;
  color: var(--muted);
}

.floating-buy {
  position: fixed;
  z-index: 32;
  right: 20px;
  bottom: 20px;
  display: grid;
  grid-template-columns: minmax(230px, auto) 126px;
  min-width: 380px;
  overflow: hidden;
  border: 1px solid var(--ink);
  border-radius: 0;
  color: var(--ink);
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 18px 48px rgb(0 0 0 / 14%);
  backdrop-filter: blur(12px);
  opacity: 0;
  pointer-events: none;
  transform: translateY(16px);
  transition: opacity .3s ease, transform .45s cubic-bezier(.16, 1, .3, 1);
}

.floating-buy.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.floating-buy > div {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  min-height: 58px;
  padding: 10px 18px;
  font: 700 18px/1 var(--font-pixel);
}

.floating-buy__pricing {
  display: grid;
  justify-items: end;
  gap: 4px;
}

.floating-buy .drop-price__now {
  color: var(--ink);
  font-size: 24px;
}

.floating-buy__was {
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--muted);
  font: 700 10px/1 var(--font-reading);
  text-transform: uppercase;
}

.floating-buy__was mark {
  padding: 3px 4px 2px;
  color: var(--ink);
  background: var(--acid);
}

.floating-buy .button {
  min-height: 58px;
  border: 0;
  border-left: 1px solid var(--ink);
  color: var(--white);
  background: var(--ink);
  font-size: 17px;
}

.site-footer {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: end;
  min-height: 260px;
  padding: 40px max(24px, calc((100vw - min(1440px, calc(100vw - 48px))) / 2));
  color: var(--white);
  background: var(--ink);
}

.site-footer p {
  justify-self: center;
  margin: 0;
  color: #aaa9a3;
  font: 400 22px/1.05 var(--font-editorial);
}

.site-footer > a:last-child {
  justify-self: end;
  color: var(--acid);
  font: 700 14px/1 var(--font-pixel);
}

.drop-offer-note {
  margin: 8px 0;
  color: var(--muted);
  font: 700 13px/1.2 var(--font-pixel);
}

@media (max-width: 1050px) {
  :root { --page: calc(100vw - 32px); }

  .product {
    grid-template-columns: 1fr 1fr;
    gap: 34px;
  }

  .product-heading-row h1 { font-size: 92px; }
  .product-tagline { font-size: 42px; }

  .museum-statement h2 { font-size: 66px; }

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

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

}

@media (max-width: 768px) {
  :root { --page: calc(100vw - 24px); }

  .drop-rail {
    grid-template-columns: minmax(0, 1fr) auto;
    min-height: 38px;
    padding-left: 12px;
    font-size: 15px;
    letter-spacing: .035em;
  }

  .drop-rail__copy {
    padding-right: 8px;
    line-height: 1;
    text-overflow: clip;
    white-space: nowrap;
  }
  .drop-rail__time {
    min-width: 116px;
    padding: 0 6px;
    letter-spacing: 0;
  }

  .site-nav {
    grid-template-columns: 1fr auto;
    min-height: 54px;
  }

  .wordmark { font-size: 28px; }
  .nav-links { display: none; }
  .nav-actions { gap: 5px; }
  .market-picker summary {
    width: 42px;
    min-height: 42px;
    justify-content: center;
    padding: 0;
  }
  .market-picker summary::after,
  .market-picker__code {
    display: none;
  }
  .market-picker__menu {
    right: -47px;
    width: min(244px, calc(100vw - 24px));
  }
  .mobile-nav-toggle {
    position: relative;
    display: grid;
    width: 42px;
    height: 42px;
    padding: 11px 10px;
    border: 1px solid var(--ink);
    border-radius: 0;
    background: transparent;
    cursor: pointer;
  }

  .mobile-nav-toggle span {
    display: block;
    width: 100%;
    height: 1px;
    align-self: center;
    background: var(--ink);
    transform-origin: center;
    transition: transform .24s cubic-bezier(.16, 1, .3, 1), opacity .18s ease;
  }

  .mobile-nav-toggle[aria-expanded="true"] span:first-child {
    transform: translateY(6.5px) rotate(45deg);
  }

  .mobile-nav-toggle[aria-expanded="true"] span:nth-child(2) {
    opacity: 0;
  }

  .mobile-nav-toggle[aria-expanded="true"] span:last-child {
    transform: translateY(-6.5px) rotate(-45deg);
  }

  .mobile-nav-menu {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    display: grid;
    grid-template-rows: repeat(3, 1fr);
    max-height: 0;
    overflow: hidden;
    border-bottom: 0 solid var(--ink);
    background: var(--ink);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-8px);
    pointer-events: none;
    transition: max-height .42s cubic-bezier(.16, 1, .3, 1), opacity .2s ease, transform .42s cubic-bezier(.16, 1, .3, 1), visibility 0s .42s, border-width 0s .42s;
  }

  .mobile-nav-menu.is-open {
    max-height: 180px;
    border-bottom-width: 1px;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
    transition-delay: 0s;
  }

  .mobile-nav-menu a {
    display: flex;
    align-items: center;
    min-height: 58px;
    padding: 0 18px;
    border-top: 1px solid rgba(250, 250, 247, .2);
    color: var(--white);
    font: 700 20px/1 var(--font-pixel);
    letter-spacing: .04em;
    text-decoration: none;
    text-transform: uppercase;
  }

  .mobile-nav-menu a::after {
    content: "↗";
    margin-left: auto;
    color: var(--acid);
    font-size: 20px;
  }

  .product {
    display: flex;
    flex-direction: column;
    gap: 28px;
    padding: 12px 0 56px;
  }

  .gallery-stage {
    width: 100vw;
    height: calc(100vw - 64px);
    margin-left: calc((var(--page) - 100vw) / 2);
    aspect-ratio: auto;
    border: 0;
    touch-action: pan-y;
  }

  .gallery-slide {
    inset: 0 auto 0 14px;
    width: calc(100% - 64px);
    border: 0;
    background: var(--fog);
    transform: none;
    transition: left .52s cubic-bezier(.16, 1, .3, 1), opacity .32s ease, visibility 0s linear .52s;
  }

  .gallery-slide.is-active {
    left: 14px;
    transform: none;
    transition: left .52s cubic-bezier(.16, 1, .3, 1), opacity .32s ease, visibility 0s;
  }

  .gallery-slide.is-next {
    left: calc(100% - 41px);
    opacity: 1;
    visibility: visible;
    pointer-events: none;
    transform: none;
    transition: left .52s cubic-bezier(.16, 1, .3, 1), opacity .32s ease, visibility 0s;
  }

  .gallery-slide.is-next .gallery-message {
    opacity: 0;
  }

  .gallery-message {
    bottom: 14px;
    left: 14px;
    width: min(68%, 230px);
    padding: 12px;
  }

  .gallery-message span {
    margin-bottom: 7px;
  }

  .gallery-message strong {
    max-width: 18ch;
    font-size: clamp(20px, 5.5vw, 23px);
  }

  .gallery-slide[data-gallery-slide="3"] .gallery-message,
  .gallery-slide[data-gallery-slide="4"] .gallery-message {
    top: 14px;
  }

  .gallery-slide[data-gallery-slide="5"] .gallery-message {
    right: 14px;
    width: min(58%, 200px);
  }

  .gallery-thumbs {
    grid-template-columns: repeat(6, 50px);
    gap: 6px;
  }

  .product-heading-row { gap: 14px; }
  .product-heading-row h1 { font-size: 82px; }
  .price-row {
    gap: 6px;
    min-width: 174px;
    margin-top: 1px;
  }
  .price-row strong { font-size: 46px; }
  .price-row__meta { font-size: 13px; }
  .product-tagline { max-width: 15ch; margin-top: 28px; font-size: 43px; }
  .hero-accordion__trigger strong { font-size: 17px; }

  .museum-statement {
    grid-template-columns: 1fr;
    height: auto;
  }

  .museum-statement__copy {
    min-height: 600px;
    padding: 70px 18px;
  }

  .museum-statement h2 { font-size: 62px; }
  .museum-statement figure { min-height: auto; aspect-ratio: 1 / 1.05; }
  .museum-statement figure video { object-position: 50% 80%; }

  .section-intro {
    grid-template-columns: 1fr;
    gap: 28px;
    margin-bottom: 46px;
  }

  .section-intro h2 { font-size: 61px; }

  .section-intro > p:last-child {
    grid-column: 1;
    margin: 0;
  }

  .how-section,
  .outcomes-section,
  .comparison-section,
  .community-section,
  .reviews-section,
  .faq-section {
    padding: 80px 0;
  }

  .how-layout {
    display: block;
    position: relative;
    height: 400svh;
    gap: 0;
  }

  .how-hero {
    z-index: 5;
    top: 58px;
    height: min(44svh, 380px);
    min-height: 300px;
    border-bottom: 1px solid var(--ink);
    box-shadow: 0 1px 0 var(--ink);
  }

  .how-hero img {
    transition: opacity .8s ease, transform 1.25s cubic-bezier(.16, 1, .3, 1);
  }

  .steps-list {
    position: sticky;
    z-index: 6;
    top: calc(58px + min(44svh, 380px));
    height: clamp(198px, 29svh, 250px);
    min-height: 0;
    overflow: hidden;
    border-top: 0;
    background: var(--white);
  }

  .how-step-card {
    position: absolute;
    inset: 0;
    flex: none;
    min-height: 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transform: translateY(14px);
    pointer-events: none;
    transition: opacity .75s ease, transform .9s cubic-bezier(.16, 1, .3, 1), visibility 0s .75s;
  }

  .how-step-card.is-active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
    transition-delay: 0s;
  }

  .how-step-card details {
    max-height: 100%;
  }

  .how-step-card summary {
    min-height: 78px;
    padding: 0 16px;
  }

  .how-step-card summary span { padding-top: 29px; }
  .how-step-card summary h3 { font-size: 27px; }
  .how-step-card__body { padding: 0 24px 32px 58px; }
  .how-step-card__body p { font-size: 17px; }
  .how-step-card--destination summary { grid-template-columns: 84px 1fr 28px; }

  .outcomes-grid {
    grid-template-columns: none;
    grid-auto-flow: column;
    grid-auto-columns: min(82vw, 330px);
    width: 100%;
    overflow-x: auto;
    padding: 0 12px 12px;
    scroll-padding-left: 12px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .outcomes-grid::-webkit-scrollbar { display: none; }

  .outcome-card { scroll-snap-align: start; }

  .outcome-card h3 { font-size: 36px; }

  .outcome-card__metric {
    grid-template-columns: auto 1fr;
    gap: 12px;
    padding-top: 14px;
  }

  .outcome-card__metric strong { font-size: 37px; }

  .outcomes-note {
    width: auto;
    max-width: none;
    margin: 0;
  }

  .app-proof {
    width: 100%;
  }

  .app-section__sticky {
    top: 58px;
    gap: 8px;
    height: calc(100svh - 58px);
    min-height: 620px;
    padding: 10px 0 8px;
  }

  .app-scroll-track {
    height: 280svh;
  }

  .app-section .section-intro {
    gap: 10px;
    margin-bottom: 0;
  }

  .app-section .section-intro h2 {
    max-width: 13ch;
    font-size: clamp(34px, 9.5vw, 46px);
  }

  .app-proof__tabs {
    grid-template-columns: none;
    grid-auto-flow: column;
    grid-auto-columns: 132px;
    width: 100%;
    overflow-x: auto;
    padding-left: 12px;
    border-right: 0;
    border-left: 0;
    scroll-padding-left: 12px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .app-proof__tabs::-webkit-scrollbar {
    display: none;
  }

  .app-proof__tab {
    grid-template-columns: 28px 1fr;
    min-height: 58px;
    padding: 0 14px;
    font-size: 16px;
    scroll-snap-align: start;
  }

  .app-proof__stage {
    height: auto;
    min-height: 0;
    border-right: 0;
    border-left: 0;
  }

  .app-proof__panel {
    grid-template-columns: 1fr;
    grid-template-rows: minmax(150px, .52fr) minmax(0, 1.48fr);
  }

  .app-proof__copy {
    justify-content: flex-start;
    padding: 14px 18px 12px;
  }

  .app-proof__kicker {
    margin-bottom: 10px;
  }

  .app-proof__copy h3 {
    max-width: 13ch;
    margin-bottom: 6px;
    font-size: 30px;
  }

  .app-proof__copy > p:last-child {
    max-width: 38ch;
    font-size: 13px;
    line-height: 1.32;
  }

  .app-proof__media--phone img {
    top: 9px;
    height: calc(100% - 18px);
  }

  .app-proof__media--wide img {
    object-position: center;
  }

  .comparison-swipe {
    display: block;
    width: var(--page);
    margin: -10px auto 14px;
    color: var(--muted);
    font: 700 12px/1 var(--font-pixel);
    letter-spacing: .06em;
    text-transform: uppercase;
  }

  .comparison-section {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .comparison-section .section-intro {
    gap: 18px;
    margin-bottom: 28px;
  }

  .comparison-section .section-intro h2 {
    max-width: 9ch;
    font-size: 48px;
  }

  .comparison-section .section-intro > p:last-child {
    max-width: 32ch;
    font-size: 15px;
  }

  .comparison-table-wrap {
    width: 100%;
    padding: 0 12px 12px;
    scroll-padding-left: 12px;
    scroll-snap-type: x proximity;
  }

  .comparison-table {
    min-width: 620px;
    border-collapse: separate;
    border-spacing: 0;
  }

  .comparison-table col:first-child {
    width: 154px;
  }

  .comparison-table col:not(:first-child) {
    width: 154px;
  }

  .comparison-table thead th {
    height: 138px;
    padding: 16px 12px;
    font-size: 18px;
  }

  .comparison-device-art {
    width: 68px;
    height: 68px;
    margin-bottom: 8px;
  }

  .comparison-table th:first-child {
    position: sticky;
    left: 0;
    z-index: 3;
    background: var(--paper);
    box-shadow: 1px 0 0 var(--line), 14px 0 20px -20px rgba(11, 11, 10, .8);
  }

  .comparison-table thead th:first-child {
    z-index: 5;
  }

  .comparison-table tbody th,
  .comparison-table tbody td {
    height: 70px;
  }

  .comparison-table tbody th {
    padding: 13px 12px;
    font-size: 14px;
  }

  .comparison-table tbody td {
    padding: 11px;
  }

  .comparison-table tbody td strong,
  .comparison-table tbody td span,
  .comparison-table tbody td em {
    font-size: 15px;
  }

  .community-section .section-intro h2 {
    font-size: 66px;
  }

  .community-grid {
    grid-template-columns: none;
    grid-auto-flow: column;
    grid-auto-columns: min(82vw, 340px);
    width: 100%;
    padding: 0 12px 18px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    background: transparent;
    border: 0;
  }

  .community-grid::-webkit-scrollbar {
    display: none;
  }

  .community-card {
    scroll-snap-align: start;
  }

  .community-card__copy {
    min-height: 300px;
    padding: 24px 20px 28px;
  }

  .community-card__reviewer {
    align-items: center;
  }

  .community-card blockquote {
    font-size: 28px;
  }

  .reviews-heading {
    margin-bottom: 44px;
  }

  .reviews-heading .eyebrow {
    margin-bottom: 18px;
  }

  .reviews-heading h2 {
    font-size: 68px;
  }

  .reviews-grid {
    grid-template-columns: 1fr;
    width: var(--page);
  }

  .review-card {
    min-height: 300px;
    padding: 24px 20px 28px;
  }

  .review-card__rating {
    margin-top: 18px;
  }

  .review-card h3 {
    font-size: 28px;
  }

  .principle-band {
    grid-template-columns: 1fr;
    min-height: 470px;
    padding: 52px 12px;
  }

  .principle-band p { font-size: 76px; }
  .principle-band small { margin-top: 50px; }

  .faq-list { width: var(--page); }
  .faq-list summary { min-height: 72px; font-size: 25px; }

  .drop-finale {
    display: flex;
    flex-direction: column;
    min-height: 0;
  }

  .drop-finale > div:first-child { padding: 72px 12px; }
  .drop-finale h2 { font-size: 66px; }
  .drop-finale figure { order: 2; aspect-ratio: 1; }
  .drop-finale__buy {
    order: 3;
    grid-template-columns: 1fr;
    padding: 28px 12px;
  }

  .drop-finale__buy small { grid-column: 1; }

  .floating-buy {
    right: 8px;
    bottom: 8px;
    left: 8px;
    grid-template-columns: minmax(0, 1fr) 122px;
    min-width: 0;
    border-radius: 0;
  }

  .floating-buy > div {
    gap: 10px;
    min-height: 60px;
    padding: 8px 12px;
    font-size: 20px;
  }

  .floating-buy .drop-price__now { font-size: 27px; }
  .floating-buy__was { gap: 5px; font-size: 9px; }
  .floating-buy .button { min-height: 60px; font-size: 18px; }

  .site-footer {
    grid-template-columns: 1fr;
    align-content: end;
    gap: 24px;
    min-height: 310px;
    padding: 40px 12px;
  }

  .site-footer p,
  .site-footer > a:last-child {
    justify-self: start;
  }
}

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

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

  .app-section__sticky {
    position: relative;
    top: auto;
    height: min(760px, calc(100svh - 82px));
  }

  .app-scroll-track {
    display: none;
  }
}
