@font-face {
  font-family: 'Barlow Condensed';
  src: url('../fonts/BarlowCondensed-SemiBold-latin.woff2') format('woff2');
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: 'Source Sans 3';
  src: url('../fonts/SourceSans3-latin.woff2') format('woff2');
  font-weight: 200 900;
  font-display: swap;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
:root {
  --ink: #172b35;
  --muted: #54636b;
  --line: #d6dedf;
  --paper: #fafaf7;
  --teal: #087a91;
}
html {
  scroll-padding-top: 100px;
}
body {
  background: var(--paper);
  color: var(--ink);
  font-family: 'Source Sans 3', sans-serif;
  line-height: 1.6;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
::selection {
  background: var(--teal);
  color: white;
}
a {
  color: inherit;
  text-underline-offset: 4px;
}
button,
input {
  font: inherit;
}
button,
a,
input,
summary {
  -webkit-tap-highlight-color: #087a9120;
}
button {
  cursor: pointer;
}
a:focus-visible,
button:focus-visible,
summary:focus-visible {
  outline: 3px solid #0869c5;
  outline-offset: 5px;
}
[hidden] {
  display: none !important;
}
h1,
h2 {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 600;
  letter-spacing: -0.015em;
  line-height: 1.08;
  text-wrap: balance;
}
img {
  display: block;
  max-width: 100%;
}
.skip-link {
  position: absolute;
  top: -100px;
  left: 20px;
  z-index: 400;
  padding: 12px;
  background: white;
}
.skip-link:focus {
  top: 12px;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: #fafaf7f5;
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(16px);
}
nav {
  max-width: 1280px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 14px 48px;
  min-height: 84px;
}
.logo {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  flex-shrink: 0;
  min-height: 44px;
}
.brand-symbol {
  width: 36px;
  height: 36px;
  object-fit: contain;
}
.brand-wordmark {
  width: 176px;
  height: auto;
  mix-blend-mode: multiply;
}
.brand-wordmark-nav {
  width: 152px;
}
.header-actions {
  display: flex;
  gap: 12px;
  align-items: center;
}
.header-play-badge {
  height: 52px;
  min-height: 0;
  padding: 0;
}
.header-play-badge .play-badge {
  width: 156px;
}
.download-button {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  padding: 14px 24px;
  background: var(--ink);
  color: white;
  border-radius: 8px;
  text-decoration: none;
  transition: background 160ms;
}
.download-button:hover,
.search-cta:hover,
.ios-input-row button:hover {
  background: #27505e;
}
.download-button small {
  display: block;
  font-size: 10px;
  letter-spacing: 0.1em;
}
.download-button strong {
  display: block;
  font-weight: 600;
  font-size: 22px;
  line-height: 1.2;
  white-space: nowrap;
}
.download-icon {
  font-size: 28px;
}
.header-download {
  padding: 9px 20px;
  min-height: 52px;
}
.header-download small {
  font-size: 9px;
}
.header-download strong {
  font-size: 20px;
}
.header-ios {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 52px;
  padding: 8px 20px;
  border: 1px solid #8b9da4;
  border-radius: 8px;
  text-decoration: none;
  line-height: 1.2;
}
.header-ios:hover {
  background: #dfedef;
}
.header-ios span {
  font-size: 11px;
  color: var(--muted);
  margin-bottom: 3px;
}
.header-ios strong {
  font-weight: 600;
  font-size: 16px;
  white-space: nowrap;
}
.header-download,
.header-ios {
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
}
.header-download span,
.header-ios span {
  display: block;
  white-space: nowrap;
}
.header-ios {
  min-height: 0;
}
.header-ios span {
  margin: 0;
  color: var(--ink);
  font-size: 16px;
}
#get-the-app,
#ios-notify,
#the-app,
#how-it-works {
  scroll-margin-top: 16px;
}
.hero {
  max-width: 1280px;
  margin: auto;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  align-items: center;
  gap: 64px;
  padding: 48px 48px 56px;
}
.hero-content {
  min-width: 0;
}
.hero-kicker,
.section-eyebrow {
  font-size: 12px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 16px;
}
#heroHeadline {
  font-size: clamp(52px, 5.5vw, 76px);
  line-height: 1.02;
  margin-bottom: 24px;
}
#heroHeadline span {
  display: block;
  color: var(--teal);
}
.hero-dek {
  font-size: 20px;
  line-height: 1.5;
  max-width: 440px;
  color: var(--muted);
}
.app-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 24px;
  margin-top: 24px;
}
.ios-link {
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  min-height: 44px;
}
.price-note {
  font-size: 15px;
  line-height: 1.5;
  font-weight: 600;
  color: var(--muted);
}
.app-actions .price-note {
  flex-basis: 100%;
  margin-top: 2px;
}
#download-status {
  flex-basis: 100%;
  font-size: 14px;
  line-height: 1.5;
  color: var(--muted);
}
#download-status:empty,
#ios-status:empty {
  display: none;
}
.hero-source {
  font-size: 13px;
  color: var(--muted);
  margin-top: 20px;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 20px;
  margin-top: 24px;
}
.play-badge-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 56px;
  padding: 4px;
  border-radius: 8px;
  text-decoration: none;
  transition:
    transform 160ms,
    background 160ms;
}
.play-badge-link[href]:hover {
  background: #dfedef;
  transform: translateY(-1px);
}
.play-badge-link:focus-visible {
  outline: 3px solid #0869c5;
  outline-offset: 4px;
}
.play-badge {
  width: 180px;
  height: auto;
}
.demo-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-weight: 600;
  font-size: 15px;
  min-height: 44px;
  text-decoration: none;
  color: var(--teal);
  margin-top: 8px;
}
.demo-link:hover span {
  transform: translateY(3px);
}
.demo-link span {
  transition: transform 160ms;
}
.food-hero {
  position: relative;
  align-self: stretch;
  min-height: 550px;
  overflow: hidden;
  border-radius: 10px;
  background: #342016;
}
.food-slide {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  object-fit: cover;
  object-position: 50% 58%;
  opacity: 0;
  transition: opacity 500ms ease;
}
.food-slide.is-active {
  opacity: 1;
}
.food-hero figcaption {
  position: absolute;
  inset: auto 0 0;
  padding: 72px 28px 68px;
  color: white;
  background: linear-gradient(transparent, #160c06e8);
  font-size: 21px;
  line-height: 1.35;
}
.food-hero figcaption strong {
  font-weight: 600;
}
.food-controls {
  position: absolute;
  bottom: 10px;
  left: 18px;
  right: 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.food-dots {
  display: flex;
  gap: 2px;
}
.food-controls button {
  min-width: 44px;
  min-height: 44px;
  border: 0;
  background: transparent;
  color: white;
  border-radius: 6px;
}
.food-controls button:focus-visible {
  outline-color: white;
  outline-offset: 1px;
}
.food-dots span {
  position: relative;
  display: block;
  overflow: hidden;
  width: 7px;
  height: 7px;
  margin: auto;
  border-radius: 8px;
  background: #ffffff70;
}
.food-dots [aria-pressed='true'] span {
  width: 26px;
}
.food-dots [aria-pressed='true'] span::after {
  content: '';
  position: absolute;
  inset: 0;
  background: white;
  transform-origin: left;
  transform: scaleX(0);
}
.food-hero.is-playing .food-dots [aria-pressed='true'] span::after {
  animation: food-progress 3s linear infinite;
}
.food-hero:not(.is-playing) .food-dots [aria-pressed='true'] span::after {
  transform: scaleX(1);
}
@keyframes food-progress {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}
.motion-toggle {
  display: inline-grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 50%;
  color: var(--ink);
  background: #ffffff70;
}
.motion-toggle svg {
  width: 16px;
  height: 16px;
}
.motion-toggle .pause-icon {
  fill: none;
  stroke: currentColor;
  stroke-width: 3;
}
.motion-toggle .play-icon {
  display: none;
  fill: currentColor;
}
.motion-toggle.is-paused .pause-icon {
  display: none;
}
.motion-toggle.is-paused .play-icon {
  display: block;
}
.food-controls .motion-toggle {
  border-radius: 50%;
  background: #00000030;
}
.motion-toggle:hover {
  background: #ffffffb0;
}
.food-controls .motion-toggle:hover {
  background: #ffffff20;
}
.proof-section {
  padding: 64px 48px 72px;
  border-top: 1px solid var(--line);
  background: white;
}
.proof-inner {
  max-width: 1184px;
  margin: auto;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(300px, 0.72fr);
  align-items: center;
  gap: 64px;
}
.proof-copy h2 {
  font-size: clamp(38px, 4vw, 54px);
  margin-bottom: 18px;
}
.proof-copy > p:last-child {
  max-width: 440px;
  color: var(--muted);
  font-size: 19px;
}
.app-preview {
  min-width: 0;
  position: relative;
  padding: 28px;
  background: #dfedef;
  border-radius: 12px;
  overflow: hidden;
}
.demo-preview {
  align-self: center;
}
.demo-steps {
  display: grid;
  gap: 10px;
  margin-top: 28px;
}
.demo-step {
  display: grid;
  gap: 4px;
  padding: 16px 18px;
  border: 1px solid var(--line);
  background: transparent;
  border-radius: 8px;
  text-align: left;
  line-height: 1.4;
  color: var(--muted);
  cursor: pointer;
}
.demo-step[aria-selected='true'] {
  border-color: var(--teal);
  background: #dfedef;
  color: var(--ink);
}
.demo-step span {
  display: block;
  font-size: 19px;
  font-weight: 600;
}
.demo-step small {
  display: block;
  font-size: 16px;
}
.demo-caption {
  max-width: 300px;
  margin: 18px auto 0;
  min-height: 54px;
  color: #42636c;
  font-size: 16px;
  line-height: 1.45;
  text-align: center;
}
.demo-panel {
  margin: 0;
}
.demo-panel[hidden] {
  display: none;
}
.demo-noscript {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 18px;
}
.demo-noscript img {
  width: 100%;
  border-radius: 8px;
}
.step-mobile-label {
  display: none;
}
.demo-offer {
  margin: 24px 0;
}
.offer-availability {
  color: var(--teal);
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 6px;
}
.offer-reassurance {
  color: var(--muted);
  font-size: 15px;
  margin: 4px 0 18px;
}
.demo-offer .search-cta {
  justify-content: space-between;
}
.launch-details {
  max-width: 440px;
  margin: 0 auto 22px;
  color: var(--muted);
}
.ios-unavailable {
  color: var(--muted);
  font-size: 18px;
}
.independence-note {
  font-size: 14px;
  color: var(--muted);
  padding-top: 18px;
  border-top: 1px solid var(--line);
}
.demo-price {
  grid-column: 1 / -1;
  grid-row: 3;
  order: 3;
  margin-top: 24px;
  text-align: center;
}
.demo-screen {
  position: relative;
  width: min(100%, 300px);
  margin: auto;
  aspect-ratio: 640 / 1138;
  overflow: hidden;
  border-radius: 8px;
  background: white;
  box-shadow: 0 12px 30px #172b3514;
}
.demo-screen img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.demo-screen .demo-frame {
  opacity: 1;
  transition: opacity 150ms ease;
}
.demo-screen.is-changing .demo-frame {
  opacity: 0;
}
.demo-pointer {
  position: absolute;
  z-index: 3;
  left: var(--pointer-x, 76%);
  top: var(--pointer-y, 23%);
  width: 30px;
  height: 38px;
  pointer-events: none;
  filter: drop-shadow(0 2px 3px #0005);
  transform: translate(-5px, -3px);
  transition:
    left 850ms cubic-bezier(0.22, 0.8, 0.25, 1),
    top 850ms cubic-bezier(0.22, 0.8, 0.25, 1);
}
.demo-pointer svg {
  display: block;
  width: 100%;
  height: 100%;
}
.demo-pointer::after {
  content: '';
  position: absolute;
  left: -12px;
  top: -12px;
  width: 30px;
  height: 30px;
  border: 2px solid #19c7e7;
  border-radius: 50%;
  opacity: 0;
  transform: scale(0.6);
}
.demo-pointer.is-tapping::after {
  animation: demo-tap 520ms ease-out;
}
@keyframes demo-tap {
  0% {
    opacity: 1;
    transform: scale(0.45);
  }
  100% {
    opacity: 0;
    transform: scale(1.9);
  }
}
.demo-image-error {
  max-width: 300px;
  margin: 16px auto 0;
  color: var(--muted);
  font-size: 14px;
  text-align: center;
}
.price-section {
  padding: 64px 24px;
  background: white;
  border-top: 1px solid var(--line);
  text-align: center;
}
.price-inner {
  max-width: 640px;
  margin: auto;
}
.price-inner h2 {
  font-size: clamp(40px, 5vw, 60px);
  margin-bottom: 16px;
}
.price-inner p {
  color: var(--muted);
  font-size: 20px;
  line-height: 1.45;
}
.price-inner p + p {
  margin-top: 8px;
}
.ios-section {
  max-width: 1184px;
  margin: 64px auto;
  padding: 48px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 48px;
  background: #dfedef;
  border-radius: 12px;
}
.ios-copy h2 {
  font-size: clamp(36px, 4vw, 50px);
  margin-bottom: 18px;
}
.ios-copy > p:last-child {
  font-size: 18px;
  color: var(--muted);
}
.ios-form {
  min-width: 0;
}
.ios-form > label {
  display: block;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}
.ios-input-row {
  display: flex;
  gap: 8px;
}
.ios-input-row input {
  min-width: 0;
  flex: 1;
  border: 1px solid #8b9da4;
  border-radius: 6px;
  padding: 14px;
  font-size: 17px;
  background: white;
  color: var(--ink);
}
.ios-input-row input:focus {
  outline: 3px solid #087a9133;
  border-color: var(--teal);
}
.ios-input-row button {
  padding: 14px 20px;
  background: var(--ink);
  color: white;
  border: 0;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 600;
  white-space: nowrap;
}
.ios-input-row button:disabled {
  background: #617780;
  cursor: wait;
}
.hp-field {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}
#ios-consent,
#ios-status {
  margin-top: 14px;
  font-size: 14px;
  line-height: 1.5;
  color: #415962;
}
#ios-status {
  font-weight: 600;
}
#ios-status.is-success {
  color: #165b48;
  display: flex;
  gap: 8px;
  align-items: baseline;
}
#ios-status.is-success::before {
  content: '✓';
  font-weight: 700;
}
#ios-challenge:not(:empty) {
  margin-top: 16px;
}
.faq {
  padding: 56px 24px 64px;
  background: white;
}
.faq-inner {
  max-width: 780px;
  margin: auto;
}
.faq h2 {
  font-size: 38px;
  margin-bottom: 24px;
}
.faq-item {
  border-bottom: 1px solid var(--line);
  padding: 0 0 4px;
}
.faq-item:last-child {
  border: 0;
}
.faq-item summary {
  position: relative;
  font-size: 19px;
  font-weight: 600;
  line-height: 1.4;
  list-style: none;
  padding: 22px 36px 22px 0;
  cursor: pointer;
}
.faq-item summary::-webkit-details-marker {
  display: none;
}
.faq-item summary::after {
  content: '+';
  position: absolute;
  right: 4px;
  top: 20px;
  color: var(--teal);
  font-size: 25px;
  line-height: 1;
}
.faq-item[open] summary::after {
  content: '−';
}
.faq-item p {
  font-size: 17px;
  color: var(--muted);
  padding: 0 24px 22px 0;
}
.final-cta {
  background: #dfedef;
  padding: 64px 24px;
  text-align: center;
}
.final-cta-inner {
  max-width: 640px;
  margin: auto;
}
.final-cta h2 {
  font-size: clamp(40px, 5vw, 60px);
  margin-bottom: 18px;
}
.final-cta-inner > p:not(.section-eyebrow) {
  color: var(--muted);
  font-size: 20px;
  margin-bottom: 18px;
}
.final-cta .price-note {
  margin-bottom: 0;
}
.final-cta #download-status:not(:empty) {
  margin-bottom: 16px;
}
.search-cta {
  display: inline-flex;
  align-items: center;
  gap: 28px;
  padding: 16px 24px;
  color: white;
  background: var(--ink);
  border-radius: 6px;
  text-decoration: none;
  font-size: 17px;
  font-weight: 600;
}
.final-ios-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 44px;
  margin: 12px auto 0;
  font-size: 16px;
}
footer {
  padding: 28px 48px;
}
.footer-inner {
  max-width: 1184px;
  margin: auto;
  display: block;
}
.footer-logo .brand-wordmark {
  width: 140px;
}
.footer-center {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  gap: 4px 18px;
  font-size: 14px;
  color: var(--muted);
}
.footer-promise {
  font-weight: 600;
}
.footer-contact {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
}
.footer-right {
  font-size: 13px;
  color: var(--muted);
}
@media (max-width: 1000px) {
  nav {
    padding-left: 32px;
    padding-right: 32px;
  }
  .hero {
    gap: 36px;
    padding: 40px 32px 48px;
  }
  .hero-dek {
    font-size: 18px;
  }
  .food-hero {
    min-height: 520px;
  }
  .proof-section {
    padding: 48px 32px;
  }
  .proof-inner {
    gap: 36px;
  }
  .ios-section {
    margin: 0 32px 48px;
    padding: 32px;
    gap: 32px;
  }
  .ios-input-row {
    flex-direction: column;
  }
}
@media (max-width: 760px) {
  html {
    scroll-padding-top: 80px;
  }
  nav {
    justify-content: flex-start;
    padding: 10px 12px;
    min-height: 72px;
    gap: 4px;
  }
  .brand-symbol {
    display: none;
  }
  .brand-wordmark-nav {
    width: 86px;
  }
  .header-actions {
    display: grid;
    grid-template-columns: 108px 80px;
    gap: 4px;
    flex: 0 0 192px;
    justify-content: stretch;
    min-width: 0;
  }
  .header-play-badge {
    width: 108px;
    height: 46px;
    min-height: 0;
    padding: 0;
  }
  .header-play-badge .play-badge {
    width: 108px;
  }
  .header-download {
    padding: 8px 12px;
    min-height: 48px;
  }
  .header-download strong {
    font-size: 17px;
  }
  .header-ios {
    width: 80px;
    min-width: 0;
    height: 46px;
    min-height: 0;
    padding: 6px;
  }
  .header-download span,
  .header-ios span {
    font-size: 12px;
    white-space: normal;
    text-align: center;
  }
  .download-button {
    gap: 0;
  }
  .hero {
    grid-template-columns: minmax(0, 1fr);
    gap: 18px;
    padding: 26px 20px 32px;
  }
  .hero > *,
  .hero-content > * {
    min-width: 0;
    max-width: 100%;
  }
  .hero-content {
    display: contents;
  }
  .hero-kicker {
    order: 0;
    margin: 0;
    font-size: 11px;
  }
  #heroHeadline {
    order: 1;
    margin: 0;
    font-size: clamp(48px, 10.5vw, 68px);
  }
  .hero-dek {
    order: 2;
    width: 100%;
    margin: 0;
    font-size: 18px;
    overflow-wrap: break-word;
  }
  .food-hero {
    order: 4;
    width: 100%;
    max-width: 100%;
    min-height: 240px;
    height: 240px;
    margin: 4px 0;
  }
  .food-slide {
    object-position: 50% 65%;
  }
  .food-hero figcaption {
    font-size: 19px;
    padding: 48px 20px 58px;
  }
  .food-controls {
    bottom: 4px;
    left: 14px;
    right: 14px;
  }
  .hero-actions {
    order: 3;
    margin: 0;
    gap: 8px 16px;
  }
  .play-badge {
    width: 168px;
  }
  .hero-actions .ios-link {
    font-size: 15px;
    line-height: 1.4;
  }
  .hero-source {
    order: 5;
    margin: 0;
    font-size: 13px;
  }
  .demo-link {
    order: 6;
    margin: -4px 0 0;
  }
  .proof-section {
    padding: 40px 20px;
  }
  .proof-inner {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .app-preview {
    width: 100%;
    padding: 20px;
  }
  .demo-offer {
    order: 3;
    width: 100%;
    margin: 0;
  }
  .demo-offer .search-cta {
    width: 100%;
  }
  .independence-note {
    order: 4;
  }
  .demo-steps {
    width: 100%;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    margin-top: 22px;
  }
  .demo-step {
    min-height: 48px;
    gap: 6px;
    padding: 11px 8px;
    text-align: center;
  }
  .demo-step span {
    font-size: 16px;
    margin: 0;
  }
  .demo-step small {
    display: none;
  }
  .price-section {
    padding: 44px 20px;
  }
  .ios-section {
    grid-template-columns: 1fr;
    margin: 0 20px 40px;
    padding: 28px 20px;
    gap: 24px;
  }
  .faq {
    padding: 40px 20px;
  }
  .faq h2 {
    font-size: 34px;
  }
  .faq-item summary {
    font-size: 18px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .final-cta {
    padding: 44px 20px;
  }
  .search-cta {
    gap: 16px;
    padding: 16px 20px;
  }
  footer {
    padding: 28px 20px;
  }
  .footer-inner {
    text-align: center;
  }
  .footer-center {
    justify-content: center;
  }
}
@media (max-width: 360px) {
  nav {
    padding-left: 12px;
    padding-right: 12px;
    gap: 8px;
  }
  .brand-wordmark-nav {
    width: 82px;
  }
  .header-download {
    padding: 7px 8px;
  }
  .header-download strong {
    font-size: 16px;
  }
  .header-ios {
    width: 76px;
    height: 42px;
    padding: 6px 7px;
  }
  .header-play-badge {
    height: 42px;
  }
  .header-actions {
    grid-template-columns: 104px 76px;
    flex-basis: 184px;
    gap: 4px;
  }
  .header-play-badge .play-badge {
    width: 104px;
  }
  .header-ios span {
    font-size: 12px;
  }
  .search-cta {
    font-size: 16px;
    padding: 14px 16px;
    gap: 10px;
  }
}
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
}
