@font-face {
  font-family: "Anybody";
  src: url("./fonts/Anybody-Variable.ttf") format("truetype");
  font-style: normal;
  font-weight: 100 900;
  font-stretch: 50% 150%;
  font-display: swap;
}

:root {
  color-scheme: light;
  --stage-blue: #1738e8;
  --price-yellow: #ffd84a;
  --signal-coral: #ff5a36;
  --ink: #111216;
  --white: #f8f9fc;
  --fog: #e6eaf4;
  --muted: #5e6470;
  --focus: #111216;
  --page-pad: clamp(18px, 3vw, 48px);
  --display: "Anybody", "Arial Black", "Helvetica Neue", Arial, sans-serif;
  --body: Arial, "Helvetica Neue", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--white);
  color: var(--ink);
  font-family: var(--body);
  -webkit-font-smoothing: antialiased;
}

body.is-locked {
  overflow: hidden;
}

button,
input,
select {
  color: inherit;
  font: inherit;
}

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

button,
a {
  touch-action: manipulation;
}

button {
  cursor: pointer;
}

a {
  color: inherit;
}

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

svg {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

:focus-visible {
  outline: 3px solid var(--focus);
  outline-offset: 3px;
  box-shadow: 0 0 0 5px #fff;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: fixed;
  z-index: 100;
  top: 8px;
  left: 8px;
  padding: 12px 16px;
  background: var(--ink);
  color: #fff;
  transform: translateY(-150%);
}

.skip-link:focus {
  transform: none;
}

.site-header {
  position: sticky;
  z-index: 30;
  top: 0;
  display: grid;
  grid-template-columns: auto auto minmax(260px, 600px);
  align-items: center;
  gap: clamp(16px, 3vw, 48px);
  min-height: 72px;
  padding: 0 var(--page-pad);
  border-bottom: 1px solid var(--ink);
  background: rgba(248, 249, 252, 0.96);
  backdrop-filter: blur(12px);
}

.mobile-search-toggle {
  display: none;
}

.wordmark {
  display: inline-flex;
  align-items: baseline;
  color: var(--ink);
  font-family: var(--display);
  font-size: 20px;
  font-weight: 900;
  font-stretch: 115%;
  letter-spacing: -0.025em;
  line-height: 1;
  text-decoration: none;
}

.wordmark__deals {
  color: var(--stage-blue);
}

.location-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  padding: 0;
  border: 0;
  border-bottom: 2px solid var(--ink);
  background: transparent;
  font-weight: 700;
  white-space: nowrap;
}

.location-button svg {
  width: 18px;
  height: 18px;
}

.header-search {
  display: grid;
  grid-template-columns: 1fr 48px;
  width: 100%;
  min-height: 46px;
  border: 1px solid var(--ink);
  background: #fff;
}

.header-search input {
  min-width: 0;
  padding: 0 16px;
  border: 0;
  outline: 0;
  background: transparent;
  font-size: 16px;
}

.header-search button {
  display: grid;
  place-items: center;
  border: 0;
  border-left: 1px solid var(--ink);
  background: var(--price-yellow);
}

.header-search svg {
  width: 21px;
  height: 21px;
}

.load-note {
  position: fixed;
  z-index: 45;
  right: 18px;
  bottom: 18px;
  max-width: min(360px, calc(100vw - 36px));
  margin: 0;
  padding: 11px 14px;
  border: 1px solid var(--ink);
  background: var(--white);
  box-shadow: 5px 5px 0 var(--ink);
  font-size: 13px;
  font-weight: 700;
  transition: opacity 180ms ease, transform 180ms ease;
}

.load-note.is-done {
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
}

.load-note.is-error {
  background: var(--signal-coral);
}

.deal-stage {
  display: grid;
  grid-template-columns: minmax(0, 1.62fr) minmax(340px, 0.78fr);
  min-height: calc(100svh - 72px);
  border-bottom: 1px solid var(--ink);
}

.deal-stage__showcase {
  position: relative;
  min-height: 610px;
  overflow: hidden;
  background: var(--stage-blue);
  isolation: isolate;
}

.deal-stage__showcase::after {
  position: absolute;
  z-index: -1;
  inset: 0 0 0 58%;
  background: var(--price-yellow);
  content: "";
}

.deal-stage__price {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: 61%;
  height: 100%;
  min-height: inherit;
  padding: clamp(32px, 5vw, 78px) clamp(24px, 5vw, 72px);
  color: #fff;
}

.stage-kicker,
.section-label {
  margin: 0;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.stage-kicker {
  max-width: 19ch;
  padding-bottom: 12px;
  border-bottom: 2px solid currentColor;
}

.hero-price {
  margin: clamp(20px, 4vh, 42px) 0 12px;
  font-family: var(--display);
  font-size: clamp(96px, 13vw, 220px);
  font-weight: 900;
  font-variant-numeric: tabular-nums;
  font-stretch: 76%;
  letter-spacing: -0.035em;
  line-height: 0.76;
  white-space: nowrap;
}

.hero-price span {
  display: inline-block;
  margin-right: 0.02em;
  font-size: 0.4em;
  vertical-align: top;
  transform: translateY(0.12em);
}

.hero-price.has-cents {
  font-size: clamp(80px, 10vw, 170px);
  letter-spacing: -0.025em;
}

.hero-price.is-long {
  font-size: clamp(66px, 8vw, 132px);
  letter-spacing: -0.02em;
}

.hero-math {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 14px 0 0;
  font-size: clamp(15px, 1.4vw, 22px);
  font-variant-numeric: tabular-nums;
}

.hero-math strong {
  color: var(--price-yellow);
}

.deal-stage__product {
  position: absolute;
  z-index: 3;
  top: 50%;
  right: -1%;
  width: 48%;
  margin: 0;
  transform: translateY(-50%) rotate(2deg);
}

.deal-stage__product img {
  width: 100%;
  max-height: min(66vh, 640px);
  padding: 8px;
  background: #fff;
  object-fit: contain;
  filter: drop-shadow(0 24px 18px rgba(17, 18, 22, 0.2));
}

.deal-stage__product.is-fallback {
  top: auto;
  right: 5%;
  bottom: 10%;
  display: grid;
  width: 34%;
  aspect-ratio: 0.72;
  place-items: center;
  padding: 24px;
  border: 3px solid var(--ink);
  background: var(--white);
  transform: rotate(3deg);
}

.deal-stage__product.is-fallback::after {
  content: attr(data-category);
  font-family: var(--display);
  font-size: clamp(22px, 3vw, 44px);
  font-weight: 900;
  line-height: 0.9;
  text-align: center;
  text-transform: uppercase;
}

.deal-stage__product.is-fallback img {
  display: none;
}

.deal-stage__details {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 32px;
  min-width: 0;
  padding: clamp(38px, 5vw, 76px) clamp(24px, 4vw, 60px) 30px;
  background: var(--white);
}

.product-brand,
.row-brand {
  margin: 0 0 9px;
  color: var(--stage-blue);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.deal-stage h1 {
  max-width: 11ch;
  margin: 0;
  font-family: var(--display);
  font-size: clamp(40px, 4.4vw, 76px);
  font-weight: 900;
  font-stretch: 110%;
  letter-spacing: -0.025em;
  line-height: 0.94;
  overflow-wrap: anywhere;
}

.product-spec {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 16px;
  font-weight: 700;
}

.store-block {
  padding-top: 20px;
  border-top: 1px solid var(--ink);
}

.store-name {
  margin: 0 0 7px;
  font-size: 18px;
  font-weight: 800;
}

.store-address {
  max-width: 34ch;
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.45;
  text-transform: capitalize;
}

.source-state {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 16px 0 0;
  font-size: 13px;
  font-weight: 700;
}

.source-state span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--signal-coral);
}

.source-state.is-live span {
  background: var(--stage-blue);
}

.stage-actions {
  display: grid;
  gap: 14px;
}

.primary-action,
.row-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 56px;
  padding: 0 20px;
  border: 2px solid var(--ink);
  background: var(--signal-coral);
  color: var(--ink);
  font-size: 15px;
  font-weight: 900;
  text-decoration: none;
  transition: background 150ms ease, color 150ms ease, transform 150ms ease;
}

.primary-action:hover,
.row-link:hover {
  background: var(--ink);
  color: #fff;
  transform: translate(-3px, -3px);
}

.primary-action svg,
.row-link svg {
  width: 22px;
  height: 22px;
}

.text-action {
  justify-self: start;
  min-height: 44px;
  padding: 0;
  border: 0;
  border-bottom: 1px solid var(--ink);
  background: transparent;
  font-weight: 800;
}

.confirm-note {
  margin: 0;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.4;
}

.deal-finder {
  padding: clamp(48px, 7vw, 104px) var(--page-pad) 0;
  background: var(--white);
}

.finder-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  padding-bottom: 26px;
  scroll-margin-top: 94px;
}

.finder-heading h2,
.location-dialog h2 {
  margin: 8px 0 0;
  font-family: var(--display);
  font-size: clamp(42px, 6vw, 96px);
  font-weight: 900;
  font-stretch: 115%;
  letter-spacing: -0.035em;
  line-height: 0.88;
}

.result-count {
  margin: 0;
  color: var(--muted);
  font-weight: 700;
  text-align: right;
}

.category-tabs {
  display: flex;
  gap: 0;
  overflow-x: auto;
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
  scrollbar-width: thin;
}

.category-tab {
  flex: 0 0 auto;
  min-height: 54px;
  padding: 0 clamp(15px, 2vw, 28px);
  border: 0;
  border-right: 1px solid var(--ink);
  background: transparent;
  font-size: 14px;
  font-weight: 800;
}

.category-tab:hover,
.category-tab.is-active {
  background: var(--price-yellow);
}

.filter-sentence {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  padding: 28px 0;
  font-size: clamp(20px, 2.5vw, 36px);
  font-weight: 700;
  letter-spacing: -0.035em;
}

.filter-sentence label {
  position: relative;
}

.filter-sentence select {
  min-height: 46px;
  padding: 4px 38px 4px 8px;
  border: 0;
  border-bottom: 3px solid var(--stage-blue);
  border-radius: 0;
  background: transparent;
  color: var(--stage-blue);
  font: inherit;
  font-weight: 900;
}

.results {
  padding: 0 var(--page-pad) clamp(70px, 10vw, 150px);
}

.deal-list {
  display: grid;
  gap: 24px;
}

.deal-row {
  display: grid;
  grid-template-columns: minmax(220px, 0.78fr) minmax(230px, 0.86fr) minmax(360px, 1.7fr);
  min-height: 238px;
  border: 2px solid var(--ink);
  content-visibility: auto;
  contain-intrinsic-size: 238px;
}

.deal-row > * {
  min-width: 0;
}

.deal-row__price {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 24px clamp(16px, 2vw, 30px);
  background: var(--stage-blue);
  color: #fff;
}

.row-sale-label {
  margin: 0 0 12px;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.row-price {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(44px, 4.6vw, 68px);
  font-weight: 900;
  font-variant-numeric: tabular-nums;
  font-stretch: 78%;
  letter-spacing: -0.025em;
  line-height: 0.9;
}

.row-price.has-cents {
  font-size: clamp(40px, 4vw, 58px);
  letter-spacing: -0.02em;
}

.row-price.is-long {
  font-size: clamp(34px, 3.5vw, 50px);
  letter-spacing: -0.01em;
}

.row-list,
.row-save {
  margin: 8px 0 0;
  font-size: 12px;
  font-variant-numeric: tabular-nums;
}

.row-save {
  color: var(--price-yellow);
  font-weight: 900;
}

.deal-row__image {
  display: grid;
  place-items: center;
  min-height: 238px;
  margin: 0;
  padding: 14px;
  background: var(--price-yellow);
  overflow: hidden;
}

.deal-row__image img {
  width: 100%;
  height: 190px;
  padding: 7px;
  background: #fff;
  object-fit: contain;
  transition: transform 180ms ease;
}

.deal-row:hover .deal-row__image img {
  transform: scale(1.05) rotate(1deg);
}

.deal-row__image.is-fallback::after {
  content: attr(data-category);
  font-family: var(--display);
  font-size: 18px;
  font-weight: 900;
  line-height: 0.9;
  text-align: center;
  text-transform: uppercase;
}

.deal-row__image.is-fallback img {
  display: none;
}

.deal-row__copy {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  grid-column: 3;
  grid-row: 1;
  padding: 28px clamp(24px, 3vw, 48px) 96px;
  background: var(--white);
}

.deal-row__identity {
  padding-bottom: 18px;
}

.deal-row__store {
  padding-top: 16px;
  border-top: 1px solid var(--fog);
}

.row-name {
  max-width: 25ch;
  margin: 0;
  font-size: clamp(18px, 1.6vw, 26px);
  letter-spacing: -0.018em;
  line-height: 1.05;
  overflow-wrap: anywhere;
}

.row-spec,
.row-address,
.row-distance {
  margin: 9px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.4;
}

.row-store-name {
  margin: 0;
  font-size: 15px;
  font-weight: 800;
}

.row-address {
  text-transform: capitalize;
}

.row-distance {
  color: var(--stage-blue);
  font-weight: 800;
}

.row-link {
  z-index: 2;
  grid-column: 3;
  grid-row: 1;
  align-self: center;
  justify-self: end;
  width: 190px;
  margin: 0 clamp(24px, 3vw, 48px) 28px 0;
  padding: 0 15px;
  background: var(--signal-coral);
  align-self: end;
}

.empty-state {
  display: grid;
  min-height: 330px;
  place-items: start;
  align-content: center;
  padding: clamp(28px, 6vw, 80px);
  border-bottom: 1px solid var(--ink);
  background: var(--fog);
}

.empty-state h3 {
  max-width: 13ch;
  margin: 0;
  font-family: var(--display);
  font-size: clamp(34px, 5vw, 64px);
  letter-spacing: -0.045em;
  line-height: 0.94;
}

.empty-state p {
  max-width: 48ch;
  margin: 18px 0;
  color: var(--muted);
  line-height: 1.5;
}

.empty-state button {
  min-height: 50px;
  padding: 0 20px;
  border: 2px solid var(--ink);
  background: var(--price-yellow);
  font-weight: 900;
}

.load-more {
  display: block;
  width: min(100%, 420px);
  min-height: 58px;
  margin: 34px auto 0;
  border: 2px solid var(--ink);
  background: var(--price-yellow);
  font-weight: 900;
}

.load-more[hidden] {
  display: none;
}

footer {
  display: grid;
  grid-template-columns: auto 1fr minmax(280px, 0.8fr);
  align-items: start;
  gap: 36px;
  padding: 52px var(--page-pad);
  background: var(--ink);
  color: #fff;
}

footer p {
  margin: 0;
  font-size: 13px;
  line-height: 1.5;
}

.wordmark--footer {
  color: #fff;
}

.location-dialog {
  width: min(620px, calc(100vw - 28px));
  max-height: min(800px, calc(100dvh - 28px));
  padding: 0;
  border: 2px solid var(--ink);
  border-radius: 0;
  background: var(--white);
  color: var(--ink);
}

.location-dialog::backdrop {
  background: rgba(17, 18, 22, 0.72);
}

.location-dialog form {
  padding: clamp(24px, 5vw, 48px);
}

.dialog-heading {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 20px;
}

.location-dialog h2 {
  max-width: 8ch;
  font-size: clamp(40px, 8vw, 68px);
}

.dialog-close {
  display: grid;
  flex: 0 0 46px;
  width: 46px;
  height: 46px;
  place-items: center;
  border: 1px solid var(--ink);
  background: transparent;
  font-size: 28px;
  line-height: 1;
}

.location-dialog > form > p {
  max-width: 52ch;
  color: var(--muted);
  line-height: 1.5;
}

.near-me-button {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  min-height: 56px;
  margin: 26px 0;
  padding: 0 18px;
  border: 2px solid var(--ink);
  background: var(--stage-blue);
  color: #fff;
  font-weight: 900;
}

.near-me-button svg {
  width: 20px;
  height: 20px;
}

.area-list {
  border-top: 1px solid var(--ink);
}

.area-list button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 54px;
  padding: 0;
  border: 0;
  border-bottom: 1px solid var(--ink);
  background: transparent;
  font-weight: 800;
  text-align: left;
}

.area-list button:hover {
  padding-inline: 10px;
  background: var(--price-yellow);
}

.area-list span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 400;
}

.dialog-status {
  min-height: 20px;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 700;
}

.noscript {
  position: fixed;
  inset: auto 0 0;
  z-index: 100;
  margin: 0;
  padding: 14px;
  background: var(--signal-coral);
  font-weight: 800;
  text-align: center;
}

@media (max-width: 1040px) {
  .site-header {
    grid-template-columns: auto 1fr;
  }

  .header-search {
    grid-column: 1 / -1;
    margin-bottom: 12px;
  }

  .location-button {
    justify-self: end;
  }

  .deal-stage {
    grid-template-columns: minmax(0, 1.35fr) minmax(300px, 0.75fr);
    min-height: auto;
  }

  .deal-row {
    grid-template-columns: minmax(170px, 0.65fr) minmax(180px, 0.75fr) minmax(300px, 1.45fr);
  }

  .deal-list {
    gap: 14px;
  }
}

@media (max-width: 760px) {
  :root {
    --page-pad: 16px;
  }

  html {
    scroll-padding-top: 112px;
  }

  .results {
    scroll-margin-top: 112px;
  }

  .site-header {
    grid-template-columns: auto minmax(0, 1fr) 44px;
    gap: 12px;
    min-height: 58px;
    padding-top: env(safe-area-inset-top);
  }

  .wordmark {
    font-size: 18px;
  }

  .location-button {
    justify-self: end;
    min-width: 0;
    min-height: 42px;
    font-size: 13px;
  }

  .location-button span {
    max-width: 112px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .mobile-search-toggle {
    display: grid;
    width: 44px;
    height: 44px;
    place-items: center;
    padding: 0;
    border: 1px solid var(--ink);
    background: var(--price-yellow);
  }

  .mobile-search-toggle svg {
    width: 21px;
    height: 21px;
  }

  .header-search {
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    grid-template-columns: 1fr 48px;
    width: 100%;
    min-height: 44px;
    margin: 0;
    border-inline: 0;
    border-width: 1px 0;
    box-shadow: 0 6px 0 rgba(17, 18, 22, 0.14);
  }

  .header-search.is-open {
    display: grid;
  }

  .deal-stage {
    display: block;
    min-height: 0;
  }

  .deal-stage__showcase {
    min-height: 330px;
  }

  .deal-stage__showcase::after {
    inset: 0 0 0 56%;
  }

  .deal-stage__price {
    justify-content: flex-start;
    width: 64%;
    min-height: 330px;
    padding: 30px 18px;
  }

  .stage-kicker {
    max-width: 18ch;
    font-size: 10px;
  }

  .hero-price {
    margin-top: 44px;
    font-size: clamp(82px, 28vw, 118px);
  }

  .hero-price.has-cents {
    font-size: 72px;
  }

  .hero-price.is-long {
    font-size: 58px;
    letter-spacing: -0.015em;
  }

  .hero-math {
    display: grid;
    gap: 4px;
    margin-top: 12px;
    font-size: 14px;
  }

  .hero-math > span[aria-hidden] {
    display: none;
  }

  .deal-stage__product {
    top: 52%;
    right: 0;
    width: 53%;
  }

  .deal-stage__product img {
    max-height: 290px;
  }

  .deal-stage__details {
    gap: 18px;
    padding: 24px 18px 18px;
  }

  .deal-stage h1 {
    max-width: 13ch;
    font-size: clamp(36px, 11vw, 54px);
  }

  .product-spec {
    margin-top: 10px;
    font-size: 14px;
  }

  .store-block {
    padding-top: 14px;
  }

  .store-name {
    font-size: 16px;
  }

  .store-address {
    display: none;
  }

  .source-state {
    margin-top: 7px;
    font-size: 10px;
  }

  .confirm-note {
    display: block;
    font-size: 9px;
    line-height: 1.35;
  }

  .stage-actions {
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 14px;
  }

  .primary-action {
    min-height: 52px;
  }

  .text-action {
    min-width: 44px;
    font-size: 0;
  }

  .text-action span {
    display: grid;
    width: 44px;
    height: 44px;
    place-items: center;
    border: 1px solid var(--ink);
    font-size: 20px;
  }

  .deal-finder {
    padding-top: 66px;
  }

  .finder-heading {
    display: block;
    padding-bottom: 20px;
    scroll-margin-top: 72px;
  }

  .finder-heading h2 {
    font-size: 54px;
  }

  .result-count {
    margin-top: 18px;
    text-align: left;
  }

  .category-tabs {
    margin-inline: calc(var(--page-pad) * -1);
    padding-left: var(--page-pad);
  }

  .category-tab {
    min-height: 50px;
  }

  .filter-sentence {
    gap: 7px;
    font-size: 19px;
    line-height: 1.8;
  }

  .filter-sentence label {
    min-width: 0;
    max-width: 100%;
  }

  .filter-sentence select {
    width: 100%;
    max-width: 100%;
    min-height: 42px;
    padding-right: 26px;
  }

  .load-note:not(.is-error) {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
    box-shadow: none;
  }

  .load-note.is-error {
    right: 12px;
    bottom: 12px;
    left: 12px;
    max-width: none;
  }

  .deal-row {
    grid-template-columns: 112px minmax(0, 1fr) 92px;
    grid-template-rows: minmax(144px, auto) 46px;
    min-height: 190px;
    contain-intrinsic-size: 190px;
  }

  .deal-row__price {
    grid-row: 1 / span 2;
    padding: 16px 10px;
  }

  .row-price {
    font-size: 34px;
    letter-spacing: -0.055em;
  }

  .row-price.has-cents {
    font-size: 26px;
    letter-spacing: -0.03em;
  }

  .row-price.is-long {
    font-size: 21px;
    letter-spacing: -0.02em;
  }

  .row-sale-label {
    margin-bottom: 10px;
    font-size: 9px;
  }

  .row-list,
  .row-save {
    font-size: 10px;
  }

  .deal-row__image {
    grid-column: 3;
    grid-row: 1;
    min-height: 144px;
    padding: 8px;
  }

  .deal-row__image img {
    height: 112px;
    padding: 4px;
  }

  .deal-row__copy {
    grid-column: 2;
    grid-row: 1;
    padding: 14px 11px 10px;
    border-left: 0;
    border-right: 0;
  }

  .deal-row__identity {
    padding-bottom: 8px;
  }

  .deal-row__store {
    padding-top: 7px;
  }

  .row-brand {
    margin-bottom: 5px;
    font-size: 10px;
  }

  .row-name {
    display: -webkit-box;
    max-width: none;
    overflow: hidden;
    font-size: 16px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .row-spec {
    margin-top: 6px;
    font-size: 11px;
  }

  .row-store-name {
    overflow: hidden;
    font-size: 11px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .row-address {
    display: none;
  }

  .row-distance {
    margin-top: 4px;
    font-size: 10px;
  }

  .row-link {
    grid-column: 2 / 4;
    grid-row: 2;
    align-self: stretch;
    justify-self: stretch;
    width: auto;
    min-height: 46px;
    margin: 0;
    padding: 0 12px;
    border: 0;
    border-top: 1px solid var(--ink);
    border-left: 1px solid var(--ink);
    background: var(--signal-coral);
    font-size: 12px;
  }

  footer {
    grid-template-columns: 1fr;
    gap: 22px;
    padding-block: 40px calc(40px + env(safe-area-inset-bottom));
  }

  .location-dialog form {
    padding: 24px 20px;
  }

  .location-dialog h2 {
    font-size: 48px;
  }
}

@media (max-width: 380px), (max-height: 690px) and (max-width: 760px) {
  .site-header {
    gap: 8px;
  }

  .wordmark {
    font-size: 15px;
  }

  .location-button {
    font-size: 11px;
  }

  .location-button span {
    max-width: 96px;
  }

  .deal-stage__showcase,
  .deal-stage__price {
    min-height: 285px;
  }

  .hero-price {
    margin-top: 32px;
    font-size: 82px;
  }

  .hero-price.has-cents {
    font-size: 64px;
  }

  .hero-price.is-long {
    font-size: 52px;
  }

  .location-button svg {
    display: none;
  }

  .deal-stage__product img {
    max-height: 238px;
  }

  .deal-stage__details {
    gap: 12px;
    padding-top: 18px;
  }

  .product-brand {
    margin-bottom: 5px;
  }

  .deal-stage h1 {
    font-size: 34px;
  }
}

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

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

@media (forced-colors: active) {
  .deal-stage__showcase,
  .deal-stage__showcase::after,
  .deal-row__price,
  .deal-row__image {
    background: Canvas;
    color: CanvasText;
  }
}
