:root {
  --ink: #171814;
  --ink-soft: #2b2d27;
  --paper: #fbfbf6;
  --cream: #f2f1e8;
  --card: #fff;
  --line: #dcded3;
  --muted: #6d7067;
  --acid: #e8ff5b;
  --acid-dark: #d8ef45;
  --mint: #caefcf;
  --orange: #ff7043;
  --shadow: 0 18px 50px rgba(28, 30, 24, .08);
  --radius-xl: 32px;
  --radius-lg: 22px;
  --radius-md: 14px;
  --shell: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
[hidden] { display: none !important; }

.shell { width: min(calc(100% - 48px), var(--shell)); margin-inline: auto; }
.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; left: 16px; top: -80px; z-index: 1000; padding: 12px 18px; background: var(--acid); border-radius: 10px; font-weight: 800; }
.skip-link:focus { top: 16px; }
:focus-visible { outline: 3px solid #648300; outline-offset: 3px; }

.site-header {
  position: sticky; top: 0; z-index: 100;
  background: color-mix(in srgb, var(--paper) 90%, transparent);
  border-bottom: 1px solid rgba(23, 24, 20, .09);
  backdrop-filter: blur(16px);
}
.header-inner { height: 76px; display: flex; align-items: center; justify-content: space-between; }
.wordmark { display: inline-flex; align-items: flex-start; font-size: 29px; font-weight: 900; letter-spacing: -2px; line-height: 1; }
.spark { color: #758d00; font-size: .65em; margin: -3px 0 0 3px; }
.header-actions { display: flex; align-items: center; gap: 14px; }
.header-search { display: inline-flex; align-items: center; gap: 7px; padding: 10px; font-weight: 750; }
.header-search span { font-size: 24px; line-height: 0; transform: rotate(-15deg); }

.button {
  display: inline-flex; min-height: 50px; padding: 0 24px; align-items: center; justify-content: center;
  gap: 10px; border: 1px solid transparent; border-radius: 999px; cursor: pointer;
  font-weight: 800; letter-spacing: -.02em; transition: transform .18s ease, background .18s ease, box-shadow .18s ease;
}
.button:hover { transform: translateY(-2px); }
.button-small { min-height: 42px; padding-inline: 20px; font-size: 14px; }
.button-dark { color: #fff; background: var(--ink); }
.button-dark:hover { background: #30322b; }
.button-primary { background: var(--acid); border-color: var(--ink); box-shadow: 3px 3px 0 var(--ink); }
.button-primary:hover { background: var(--acid-dark); box-shadow: 1px 1px 0 var(--ink); transform: translate(2px, 2px); }
.button-outline { background: transparent; border-color: var(--ink); }
.button-outline:hover { color: #fff; background: var(--ink); }
.button-block { width: 100%; }

.hero { overflow: hidden; padding: 54px 0 60px; background: var(--cream); border-bottom: 1px solid var(--line); }
.hero-grid {
  position: relative; display: grid; grid-template-columns: 1.2fr .8fr; align-items: center;
  min-height: 440px; padding: 54px 58px 112px; overflow: hidden; border: 1px solid var(--ink);
  border-radius: var(--radius-xl); background: #f8f8f1; box-shadow: 8px 8px 0 var(--ink);
}
.hero-copy { position: relative; z-index: 3; max-width: 720px; }
.eyebrow, .section-kicker { margin: 0 0 13px; color: #657700; font-size: 12px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.eyebrow { display: flex; align-items: center; gap: 10px; }
.eyebrow span { width: 24px; height: 2px; background: currentColor; }
.hero h1 {
  margin: 0; max-width: 780px; font-size: clamp(55px, 6.4vw, 92px); line-height: .91;
  letter-spacing: -.075em; font-weight: 900;
}
.hero h1 em { position: relative; z-index: 1; font-family: Georgia, serif; font-weight: 400; letter-spacing: -.06em; }
.hero h1 em::after { content: ""; position: absolute; z-index: -1; left: -4px; right: -10px; bottom: 4px; height: 17px; background: var(--acid); transform: rotate(-1deg); }
.hero-lede { max-width: 590px; margin: 25px 0 0; color: var(--muted); font-size: 18px; }
.hero-art { position: relative; z-index: 1; height: 260px; }
.art-orbit { position: absolute; border: 2px solid var(--ink); border-radius: 50%; }
.orbit-one { width: 330px; height: 330px; right: -32px; top: -42px; }
.orbit-two { width: 220px; height: 220px; right: 23px; top: 13px; border-style: dashed; animation: spin 28s linear infinite; }
.price-burst {
  position: absolute; right: 47px; top: 41px; display: flex; width: 172px; height: 172px;
  align-items: center; justify-content: center; flex-direction: column; background: var(--acid);
  border: 2px solid var(--ink); border-radius: 50%; box-shadow: 6px 6px 0 var(--ink); transform: rotate(7deg);
}
.price-burst strong { font-size: 48px; line-height: .95; letter-spacing: -.08em; }
.price-burst span { font-size: 12px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.art-star { position: absolute; color: var(--orange); font-size: 54px; }
.star-one { top: -4px; right: 5px; }
.star-two { bottom: 5px; left: 30px; color: #648300; font-size: 34px; }
@keyframes spin { to { transform: rotate(360deg); } }

.search-box {
  position: relative; display: flex; align-items: center; height: 70px; padding: 8px 8px 8px 23px;
  background: #fff; border: 1.5px solid var(--ink); border-radius: 999px; box-shadow: 4px 4px 0 var(--ink);
}
.hero-search { position: absolute; z-index: 10; left: 58px; right: 58px; bottom: 34px; max-width: 820px; }
.search-icon { flex: 0 0 auto; font-size: 31px; transform: rotate(-15deg); }
.search-box input { width: 100%; height: 100%; padding: 0 17px; color: var(--ink); background: transparent; border: 0; outline: 0; font-size: 17px; }
.search-box input::placeholder { color: #8a8c83; }
.search-box .button { min-height: 52px; flex: 0 0 auto; }
.suggestions {
  position: absolute; z-index: 30; top: calc(100% + 10px); left: 20px; right: 20px; overflow: hidden;
  padding: 8px; background: #fff; border: 1px solid var(--ink); border-radius: 18px; box-shadow: 5px 5px 0 var(--ink);
}
.suggestion-item { display: flex; width: 100%; padding: 12px 14px; align-items: center; gap: 12px; background: transparent; border: 0; border-radius: 10px; cursor: pointer; text-align: left; }
.suggestion-item:hover, .suggestion-item:focus-visible { background: var(--cream); }
.suggestion-item span:first-child { color: var(--muted); font-size: 20px; }
.suggestion-item strong { display: block; }
.suggestion-item small { color: var(--muted); }

.section { padding: 86px 0; }
.promo-section { background: var(--ink); color: #fff; }
.explore-section { padding-top: 94px; }
.section-heading { display: flex; margin-bottom: 34px; align-items: end; justify-content: space-between; gap: 24px; }
.section-heading h2 { margin: 0; font-size: clamp(34px, 4vw, 54px); line-height: 1; letter-spacing: -.055em; }
.section-heading p:not(.section-kicker) { margin: 10px 0 0; color: #a8aca0; }
.explore-section .section-heading p:not(.section-kicker), .search-results-section .section-heading p:not(.section-kicker) { color: var(--muted); }
.text-link { padding: 10px 0; border-bottom: 1px solid currentColor; font-weight: 800; white-space: nowrap; }
.text-link span { padding-left: 6px; }
.promo-shelf {
  display: grid; grid-auto-flow: column; grid-auto-columns: minmax(220px, 1fr); grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px; overflow-x: auto; padding: 3px 3px 16px; scroll-snap-type: x mandatory; scrollbar-color: var(--acid) #34362f;
}

.deal-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 22px; }
.deal-card { position: relative; min-width: 0; overflow: hidden; background: var(--card); border: 1px solid var(--line); border-radius: var(--radius-lg); transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease; scroll-snap-align: start; }
.deal-card:hover { transform: translateY(-6px); border-color: var(--ink); box-shadow: var(--shadow); }
.promo-section .deal-card { color: var(--ink); border-color: #34362f; }
.deal-card-link { display: block; height: 100%; }
.deal-image-wrap { position: relative; aspect-ratio: 1 / .94; overflow: hidden; background: #f2f2ec; }
.deal-image { width: 100%; height: 100%; object-fit: contain; padding: 18px; mix-blend-mode: multiply; transition: transform .3s ease; }
.deal-card:hover .deal-image { transform: scale(1.035); }
.image-placeholder { display: flex; width: 100%; height: 100%; align-items: center; justify-content: center; flex-direction: column; color: #777a70; font-family: Georgia, serif; font-style: italic; line-height: .95; }
.image-placeholder span:nth-child(2) { color: var(--ink); font-size: 25px; }
.card-badges { position: absolute; top: 12px; left: 12px; right: 12px; display: flex; align-items: flex-start; justify-content: space-between; gap: 8px; }
.badge { display: inline-flex; min-height: 28px; padding: 0 10px; align-items: center; border: 1px solid var(--ink); border-radius: 999px; font-size: 10px; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.badge-code { background: var(--acid); }
.badge-discount { margin-left: auto; color: #fff; background: var(--ink); }
.deal-card-body { position: relative; min-height: 178px; padding: 19px 42px 22px 19px; }
.retailer { margin: 0 0 8px; color: #72756b; font-size: 11px; font-weight: 900; letter-spacing: .07em; text-transform: uppercase; }
.deal-card h3 { display: -webkit-box; margin: 0; overflow: hidden; font-size: 16px; line-height: 1.34; letter-spacing: -.02em; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.price-row { display: flex; margin-top: 15px; align-items: baseline; gap: 9px; }
.price-row strong { font-size: 21px; letter-spacing: -.04em; }
.price-row del { color: #898c83; font-size: 13px; }
.card-arrow { position: absolute; right: 17px; bottom: 21px; display: grid; width: 29px; height: 29px; place-items: center; border: 1px solid var(--line); border-radius: 50%; transition: background .18s ease, border-color .18s ease; }
.deal-card:hover .card-arrow { background: var(--acid); border-color: var(--ink); }
.filter-tabs { display: inline-flex; padding: 4px; background: var(--cream); border: 1px solid var(--line); border-radius: 999px; }
.filter-tab { padding: 10px 17px; border-radius: 999px; color: var(--muted); font-size: 13px; font-weight: 800; white-space: nowrap; }
.filter-tab.active { color: #fff; background: var(--ink); }
.load-more-wrap { display: flex; justify-content: center; padding-top: 48px; }
.load-more[disabled] { cursor: wait; opacity: .6; }

.state-section { padding-block: 80px; }
.state-card { max-width: 720px; margin: 40px auto; padding: 70px 36px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-xl); text-align: center; }
.state-card h1, .state-card h2 { margin: 10px 0; font-size: 34px; letter-spacing: -.045em; }
.state-card p { margin: 0 auto 25px; max-width: 520px; color: var(--muted); }
.state-symbol { display: grid; width: 58px; height: 58px; margin: auto; place-items: center; background: var(--acid); border: 1px solid var(--ink); border-radius: 50%; font-size: 28px; }
.state-card-compact { margin: 0; max-width: none; }

.search-page-head { padding: 76px 0 68px; background: var(--cream); border-bottom: 1px solid var(--line); }
.search-page-inner { max-width: 940px; }
.search-page-head h1 { margin: 0 0 32px; font-size: clamp(46px, 6vw, 72px); line-height: 1; letter-spacing: -.065em; }
.search-page-form { max-width: 900px; }
.search-results-section { min-height: 560px; }
.search-empty { margin-top: 10px; }
.popular-block { margin-top: 70px; }
.popular-block > h2 { margin-bottom: 25px; font-size: 34px; letter-spacing: -.04em; }

.breadcrumbs { display: flex; padding: 26px 0; align-items: center; gap: 9px; color: var(--muted); font-size: 13px; font-weight: 700; }
.breadcrumbs a:hover { color: var(--ink); text-decoration: underline; }
.detail-shell { padding-bottom: 90px; }
.detail-layout { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(390px, .92fr); gap: 54px; align-items: start; }
.detail-gallery { position: sticky; top: 102px; }
.detail-main-image { position: relative; display: grid; aspect-ratio: 1; place-items: center; overflow: hidden; background: #f0f0e9; border: 1px solid var(--line); border-radius: var(--radius-xl); }
.detail-main-image img { width: 100%; height: 100%; padding: 44px; object-fit: contain; mix-blend-mode: multiply; }
.image-placeholder-large { font-size: 28px; }
.image-placeholder-large span:nth-child(2) { font-size: 46px; }
.detail-image-badge { position: absolute; left: 24px; top: 24px; min-height: 34px; padding-inline: 14px; }
.detail-summary { padding: 24px 0 0; }
.detail-summary > h1 { margin: 0; font-size: clamp(33px, 3.3vw, 52px); line-height: 1.06; letter-spacing: -.055em; }
.detail-price { display: flex; margin: 24px 0; align-items: center; flex-wrap: wrap; gap: 12px; }
.detail-price strong { font-size: 38px; letter-spacing: -.05em; }
.detail-price del { color: var(--muted); font-size: 18px; }
.saving-pill { padding: 5px 10px; color: #3e4c00; background: var(--acid); border-radius: 999px; font-size: 12px; font-weight: 900; text-transform: uppercase; }
.detail-description { display: -webkit-box; margin-bottom: 28px; overflow: hidden; color: var(--muted); -webkit-line-clamp: 3; -webkit-box-orient: vertical; }
.retailer-cta { margin-top: 30px; min-height: 60px; }
.promo-panel { margin-top: 26px; padding: 24px; background: #f2f8d6; border: 1px solid var(--ink); border-radius: var(--radius-lg); box-shadow: 4px 4px 0 var(--ink); }
.promo-panel-heading { display: flex; margin-bottom: 17px; align-items: center; gap: 13px; }
.promo-panel-heading strong, .promo-panel-heading span { display: block; }
.promo-panel-heading span:not(.promo-ticket) { color: var(--muted); font-size: 12px; }
.promo-ticket { display: grid !important; width: 42px; height: 42px; place-items: center; background: var(--acid); border: 1px solid var(--ink); border-radius: 10px; font-weight: 900; }
.reveal-code, .revealed-code { display: flex; width: 100%; min-height: 54px; margin-bottom: 13px; align-items: center; justify-content: space-between; overflow: hidden; background: #fff; border: 1px dashed var(--ink); border-radius: 12px; }
.reveal-code { padding: 0 18px; cursor: pointer; }
.reveal-code span { color: var(--muted); letter-spacing: .23em; }
.reveal-code strong { color: #566800; }
.revealed-code code { padding-left: 18px; font-size: 17px; font-weight: 900; letter-spacing: .09em; }
.revealed-code button { align-self: stretch; padding-inline: 20px; background: var(--acid); border: 0; border-left: 1px dashed var(--ink); cursor: pointer; font-weight: 900; }
.affiliate-note { display: flex; margin-top: 15px; align-items: center; justify-content: center; gap: 6px; color: var(--muted); font-size: 11px; }
.share-button { display: flex; margin: 20px auto 0; padding: 8px 12px; align-items: center; gap: 7px; color: var(--muted); background: none; border: 0; cursor: pointer; font-weight: 700; }
.share-button:hover { color: var(--ink); }

.decision-panel { display: flex; margin-top: 70px; padding: 38px 42px; align-items: center; justify-content: space-between; gap: 32px; background: var(--ink); border-radius: var(--radius-xl); color: #fff; }
.decision-panel h2 { margin: 0; font-size: 34px; letter-spacing: -.045em; }
.decision-panel p:not(.section-kicker) { margin: 8px 0 0; color: #b9bdb1; }
.decision-panel p strong { color: var(--acid); }
.vote-actions { display: flex; gap: 12px; }
.vote-button { display: grid; grid-template-columns: 32px 1fr auto; min-width: 188px; padding: 15px; align-items: center; gap: 8px; color: #fff; background: #2b2d27; border: 1px solid #484b42; border-radius: 16px; cursor: pointer; text-align: left; }
.vote-button > span { display: grid; width: 32px; height: 32px; place-items: center; background: #3b3e35; border-radius: 50%; font-size: 20px; }
.vote-button small { color: #bbc0b2; }
.vote-button:hover, .vote-button.selected { color: var(--ink); background: var(--acid); border-color: var(--acid); }
.vote-button.selected > span, .vote-button:hover > span { background: rgba(23,24,20,.12); }
.vote-button.selected small, .vote-button:hover small { color: var(--ink-soft); }
.vote-button[disabled] { cursor: wait; opacity: .7; }

.detail-info-grid { display: grid; grid-template-columns: .8fr 1.2fr; margin-top: 70px; gap: 28px; }
.detail-information, .comments { padding: 34px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-xl); }
.detail-information h2, .comments h2 { margin: 0; font-size: 30px; letter-spacing: -.045em; }
.detail-information dl { margin: 25px 0 0; }
.detail-information dl div { display: flex; padding: 14px 0; justify-content: space-between; border-top: 1px solid var(--line); }
.detail-information dt { color: var(--muted); }
.detail-information dd { margin: 0; font-weight: 800; }
.comments-heading { display: flex; align-items: flex-start; justify-content: space-between; }
.comments-heading > span { display: grid; min-width: 34px; height: 34px; padding-inline: 9px; place-items: center; background: var(--cream); border-radius: 999px; font-size: 13px; font-weight: 900; }
.comment-loading { padding: 22px 0; }
.comment-loading span { display: block; height: 13px; margin: 12px 0; background: linear-gradient(90deg, #ecece5, #f8f8f3, #ecece5); background-size: 200% 100%; border-radius: 6px; animation: shimmer 1.3s infinite; }
.comment-loading span:first-child { width: 68%; }
.comment-loading span:last-child { width: 92%; }
@keyframes shimmer { to { background-position: -200% 0; } }
.comment-list { margin: 22px 0; }
.comment-item { padding: 17px 0; border-top: 1px solid var(--line); }
.comment-item:first-child { border-top: 0; }
.comment-item-head { display: flex; margin-bottom: 7px; align-items: center; gap: 9px; font-size: 13px; }
.comment-avatar { display: grid; width: 28px; height: 28px; place-items: center; background: var(--mint); border-radius: 50%; font-size: 11px; font-weight: 900; }
.comment-item p { margin: 0; color: var(--ink-soft); }
.comments-empty { padding: 25px 0; color: var(--muted); text-align: center; }

.legal-page { min-height: 620px; padding: 90px 0; }
.legal-shell { max-width: 780px; }
.legal-page h1 { margin: 0 0 36px; font-size: clamp(46px, 6vw, 72px); letter-spacing: -.065em; }
.legal-copy { color: var(--ink-soft); font-size: 17px; line-height: 1.8; white-space: pre-line; }

.site-footer { padding: 62px 0 25px; color: #fff; background: var(--ink); }
.footer-grid { display: grid; grid-template-columns: 1.1fr .8fr 1.1fr; padding-bottom: 50px; gap: 50px; }
.wordmark-footer { color: #fff; }
.footer-tagline, .disclosure { color: #aeb2a7; }
.footer-links { display: flex; align-items: flex-start; flex-direction: column; gap: 10px; font-weight: 700; }
.footer-links a:hover { color: var(--acid); }
.disclosure { margin: 0; font-size: 13px; }
.footer-bottom { padding-top: 22px; color: #858a7e; border-top: 1px solid #383a34; font-size: 12px; }

.toast { position: fixed; z-index: 300; left: 50%; bottom: 24px; padding: 12px 20px; color: #fff; background: var(--ink); border-radius: 999px; box-shadow: var(--shadow); transform: translateX(-50%); font-weight: 750; }
.clipboard-helper { position: fixed; left: -9999px; top: 0; opacity: 0; }
.dialog-close { position: absolute; right: 15px; top: 12px; padding: 5px; background: none; border: 0; cursor: pointer; font-size: 28px; }
.dialog-icon { display: grid; width: 54px; height: 54px; margin: auto; place-items: center; background: var(--acid); border: 1px solid var(--ink); border-radius: 50%; font-size: 25px; }

.skeleton-card { overflow: hidden; min-height: 390px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); }
.skeleton-image { height: 240px; background: #ecece5; }
.skeleton-line { height: 13px; margin: 19px; background: #ecece5; border-radius: 5px; animation: shimmer 1.3s infinite; }
.skeleton-line.short { width: 50%; }

@media (max-width: 1050px) {
  .deal-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .promo-shelf { grid-template-columns: none; grid-auto-columns: minmax(220px, 28%); }
  .hero-grid { grid-template-columns: 1fr .55fr; }
  .detail-layout { gap: 36px; }
  .decision-panel { align-items: flex-start; flex-direction: column; }
  .vote-actions { width: 100%; }
  .vote-button { flex: 1; }
}

@media (max-width: 760px) {
  .shell { width: min(calc(100% - 28px), var(--shell)); }
  .header-inner { height: 64px; }
  .header-search { width: 42px; overflow: hidden; padding: 8px; white-space: nowrap; }
  .header-search span { min-width: 26px; }
  .header-actions .button { display: none; }
  .hero { padding: 20px 0 34px; }
  .hero-grid { display: block; min-height: 545px; padding: 43px 25px 122px; border-radius: 24px; box-shadow: 5px 5px 0 var(--ink); }
  .hero h1 { font-size: clamp(53px, 17vw, 75px); }
  .hero-lede { font-size: 16px; }
  .hero-art { position: absolute; right: -56px; bottom: 86px; width: 230px; height: 160px; opacity: .64; }
  .orbit-one { width: 230px; height: 230px; }
  .orbit-two { width: 150px; height: 150px; }
  .price-burst { right: 42px; top: 5px; width: 116px; height: 116px; }
  .price-burst strong { font-size: 32px; }
  .hero-search { left: 20px; right: 20px; bottom: 25px; height: 62px; padding-left: 16px; }
  .search-box .button { min-width: 52px; padding-inline: 16px; font-size: 0; }
  .search-box .button::after { content: "→"; font-size: 20px; }
  .search-icon { font-size: 25px; }
  .search-box input { padding-inline: 10px; font-size: 15px; }
  .suggestions { left: 0; right: 0; }
  .section { padding: 58px 0; }
  .section-heading, .explore-heading { align-items: flex-start; flex-direction: column; }
  .section-heading h2 { font-size: 40px; }
  .promo-shelf { margin-right: -14px; grid-auto-columns: 72%; }
  .deal-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
  .deal-image-wrap { aspect-ratio: 1; }
  .deal-image { padding: 10px; }
  .card-badges { top: 8px; left: 8px; right: 8px; }
  .badge { min-height: 23px; padding-inline: 7px; font-size: 8px; }
  .badge-discount { display: none; }
  .deal-card-body { min-height: 154px; padding: 13px 28px 16px 13px; }
  .deal-card h3 { font-size: 14px; }
  .retailer { font-size: 9px; }
  .price-row { margin-top: 10px; gap: 6px; }
  .price-row strong { font-size: 17px; }
  .price-row del { font-size: 11px; }
  .card-arrow { right: 9px; bottom: 13px; width: 23px; height: 23px; font-size: 11px; }
  .filter-tabs { width: 100%; }
  .filter-tab { flex: 1; text-align: center; }
  .search-page-head { padding: 48px 0; }
  .search-page-head h1 { font-size: 48px; }
  .search-results-heading { margin-bottom: 24px; }
  .detail-shell { width: min(calc(100% - 24px), var(--shell)); }
  .detail-layout { display: block; }
  .detail-gallery { position: static; }
  .detail-main-image { border-radius: 22px; }
  .detail-main-image img { padding: 25px; }
  .detail-summary { padding: 28px 6px 0; }
  .detail-summary > h1 { font-size: 34px; }
  .detail-price strong { font-size: 34px; }
  .decision-panel { margin-top: 45px; padding: 29px 22px; border-radius: 22px; }
  .vote-actions { flex-direction: column; }
  .vote-button { width: 100%; }
  .detail-info-grid { grid-template-columns: 1fr; margin-top: 30px; }
  .detail-information, .comments { padding: 26px 21px; border-radius: 22px; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .legal-page { padding: 60px 0; }
  .legal-page h1 { font-size: 49px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

/* Stitch homepage reference: compact LocalAll blue-and-white visual system. */
:root {
  --ink: #181a1f;
  --ink-soft: #292c33;
  --paper: #f7f8fa;
  --cream: #f7f8fa;
  --card: #fff;
  --line: #d4d9e4;
  --muted: #697184;
  --acid: #0b55d8;
  --acid-dark: #0647bd;
  --mint: #e7efff;
  --orange: #b84900;
  --shadow: 0 5px 14px rgba(32, 44, 72, .08);
  --radius-xl: 16px;
  --radius-lg: 7px;
  --radius-md: 6px;
}

.shell { width: min(calc(100% - 56px), var(--shell)); }
.site-header { position: relative; background: #fff; border-bottom-color: var(--line); backdrop-filter: none; }
.header-inner { height: 58px; justify-content: flex-start; gap: 38px; }
.wordmark { color: #004dcc; font-size: 16px; font-weight: 800; letter-spacing: -.02em; }
.top-nav { display: flex; align-items: center; gap: 20px; color: #292d37; font-size: 13px; }
.top-nav a:hover { color: #004dcc; }
.header-actions { margin-left: auto; gap: 18px; }
.header-search-form { display: flex; width: 202px; height: 31px; padding: 0 11px; align-items: center; gap: 8px; border: 1px solid #cbd1de; border-radius: 999px; background: #fafbfe; }
.header-search-form span { color: #6d7689; font-size: 20px; line-height: 1; transform: rotate(-12deg); }
.header-search-form input { width: 100%; min-width: 0; color: var(--ink); background: none; border: 0; outline: 0; font-size: 12px; }
.account-link { display: grid; color: #004dcc; line-height: 1; place-items: center; }
.account-link svg { fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; }

.hero { padding: 50px 0 48px; background: var(--paper); border-bottom: 0; }
.hero-grid { display: block; min-height: 143px; padding: 0; overflow: visible; background: none; border: 0; border-radius: 0; box-shadow: none; text-align: center; }
.hero-copy { max-width: none; }
.hero h1 { margin: 0; font-size: 27px; line-height: 1.15; letter-spacing: -.035em; }
.hero-search { position: relative; left: auto; right: auto; bottom: auto; width: min(100%, 528px); height: 47px; max-width: none; margin: 14px auto 0; padding: 5px 17px; border: 1px solid #cbd1df; border-radius: 999px; box-shadow: 0 1px 3px rgba(37, 49, 76, .05); text-align: left; }
.hero-search .search-icon { color: #697386; font-size: 23px; }
.hero-search input { padding-inline: 9px; font-size: 13px; }

.section { padding: 0 0 28px; }
.promo-section { color: var(--ink); background: var(--paper); }
.explore-section { padding: 0 0 74px; }
.section-heading { min-height: 40px; margin-bottom: 17px; padding-bottom: 8px; align-items: center; border-bottom: 1px solid var(--line); }
.section-heading h2 { font-size: 16px; line-height: 1.2; letter-spacing: -.015em; text-transform: uppercase; }
.section-heading p:not(.section-kicker) { display: none; }
.text-link { padding: 3px 0; color: #004dcc; border: 0; font-size: 13px; font-weight: 500; }
.promo-shelf { grid-template-columns: repeat(4, minmax(0, 1fr)); grid-auto-columns: minmax(225px, 1fr); gap: 18px; padding: 0 0 2px; overflow: visible; }
.deal-grid { gap: 18px; }
.deal-card { border-color: #cfd5e1; border-radius: 7px; box-shadow: 0 4px 12px rgba(38, 50, 77, .08); }
.deal-card:hover { transform: translateY(-3px); border-color: #9dabca; box-shadow: 0 7px 18px rgba(34, 52, 91, .12); }
.promo-section .deal-card { color: var(--ink); border-color: #cfd5e1; }
.deal-image-wrap { aspect-ratio: 1.48 / 1; background: #eef1f5; border-bottom: 1px solid #cbd1dd; }
.deal-image { padding: 0; object-fit: cover; mix-blend-mode: normal; }
.deal-card:hover .deal-image { transform: scale(1.015); }
.card-badges { top: 7px; left: auto; right: 7px; display: block; }
.badge { min-height: 21px; padding: 0 7px; border: 0; border-radius: 2px; font-size: 9px; letter-spacing: .04em; }
.badge-code { position: absolute; left: 7px; bottom: 6px; z-index: 2; min-height: 22px; color: #32353c; background: rgba(236, 238, 242, .95); border: 1px solid rgba(116, 122, 134, .25); text-transform: none; }
.badge-discount { color: #fff; background: #b64800; }
.deal-card-body { display: flex; min-height: 154px; padding: 13px 12px 12px; flex-direction: column; }
.retailer { margin-bottom: 6px; color: #70788a; font-size: 10px; letter-spacing: .03em; text-transform: none; }
.deal-card h3 { min-height: 39px; font-size: 14px; line-height: 1.38; font-weight: 500; letter-spacing: 0; }
.price-row { margin-top: 5px; gap: 7px; }
.price-row strong { font-size: 21px; letter-spacing: -.025em; }
.price-row del { color: #737b8a; font-size: 11px; }
.card-view-deal { display: flex; min-height: 38px; margin-top: auto; align-items: center; justify-content: center; color: #fff; background: #0752cd; font-size: 13px; font-weight: 600; }
.filter-tabs { padding: 0; gap: 6px; background: transparent; border: 0; }
.filter-tab { padding: 4px 13px; color: #333846; background: #fff; border: 1px solid #cbd2df; font-size: 10px; line-height: 1.4; }
.filter-tab.active { color: #fff; background: #2468e8; border-color: #2468e8; }
.load-more-wrap { padding-top: 34px; }
.button-primary { color: #fff; background: #0752cd; border-color: #0752cd; box-shadow: none; }
.button-primary:hover { color: #fff; background: #0645b0; box-shadow: none; transform: translateY(-1px); }

.search-page-head { background: #f7f8fa; }
.saving-pill, .promo-ticket, .state-symbol, .dialog-icon { color: #fff; }
.promo-panel { background: #eef4ff; box-shadow: none; }
.vote-button:hover, .vote-button.selected { color: #fff; background: #0752cd; border-color: #0752cd; }
.vote-button.selected small, .vote-button:hover small { color: #e4ecff; }

@media (max-width: 1150px) {
  .deal-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .promo-shelf { grid-template-columns: repeat(4, minmax(220px, 1fr)); overflow-x: auto; }
}

@media (max-width: 760px) {
  .shell { width: min(calc(100% - 24px), var(--shell)); }
  .header-inner { height: 56px; gap: 18px; }
  .top-nav, .header-search-form { display: none; }
  .header-actions { margin-left: auto; }
  .hero { padding: 43px 0 39px; }
  .hero-grid { min-height: 128px; padding: 0; }
  .hero h1 { font-size: 25px; }
  .hero-search { left: auto; right: auto; bottom: auto; height: 47px; margin-top: 16px; padding-left: 15px; }
  .hero-search .button { display: none; }
  .section-heading { align-items: center; flex-direction: row; }
  .section-heading h2 { font-size: 15px; }
  .promo-shelf { margin-right: -12px; grid-template-columns: none; grid-auto-columns: 72%; gap: 12px; overflow-x: auto; }
  .deal-grid { gap: 10px; }
  .deal-image-wrap { aspect-ratio: 1.2 / 1; }
  .deal-card-body { min-height: 158px; padding: 10px 9px; }
  .deal-card h3 { min-height: 38px; font-size: 12px; }
  .price-row strong { font-size: 17px; }
  .card-view-deal { min-height: 34px; font-size: 12px; }
  .filter-tab { padding-inline: 9px; }
}

/* Exact tokens and component measurements from Stitch screen c90eb1b070c447e88713ae037efd7897. */
:root {
  --ink: #191c1d;
  --ink-soft: #434655;
  --paper: #f8f9fa;
  --cream: #f3f4f5;
  --card: #fff;
  --line: #c3c6d7;
  --muted: #737686;
  --acid: #004ac6;
  --acid-dark: #2563eb;
  --orange: #9d4300;
  --shadow: 0 4px 12px rgba(0, 0, 0, .05);
  --radius-lg: 8px;
  --radius-md: 4px;
  --shell: 1232px;
}

body { min-height: 100vh; display: flex; flex-direction: column; background: #f8f9fa; }
main { flex: 1; padding-top: 96px; padding-bottom: 32px; }
.shell { width: min(calc(100% - 48px), var(--shell)); }

.site-header { position: fixed; top: 0; z-index: 100; width: 100%; background: #fff; border-bottom: 1px solid #c3c6d7; }
.header-inner { height: 64px; gap: 32px; }
.wordmark { color: #004ac6; font-size: 20px; line-height: 28px; font-weight: 700; letter-spacing: 0; }
.top-nav { gap: 16px; color: #434655; font-size: 16px; line-height: 24px; font-weight: 500; }
.top-nav a:hover { color: #004ac6; }
.header-actions { margin-left: auto; }
.header-search-form { width: 256px; height: 40px; padding: 0 16px 0 12px; gap: 8px; background: #f8f9fa; border: 1px solid #c3c6d7; }
.header-search-form span { color: #737686; font-size: 24px; }
.header-search-form input { font-size: 14px; line-height: 20px; }

.hero { margin-bottom: 32px; padding: 32px 0; }
.hero-grid { min-height: 0; }
.hero h1 { font-size: 32px; line-height: 40px; font-weight: 700; letter-spacing: -.02em; }
.hero-search { width: min(100%, 672px); height: 58px; margin-top: 16px; padding: 0 16px; border-color: #c3c6d7; box-shadow: 0 1px 2px rgba(0, 0, 0, .05); }
.hero-search .search-icon { color: #737686; font-size: 24px; }
.hero-search input { padding-inline: 12px 0; font-size: 16px; line-height: 24px; }

.section { padding: 0; }
.promo-section { margin-bottom: 32px; }
.explore-section { padding-bottom: 0; }
.section-heading { min-height: 0; margin-bottom: 24px; padding-bottom: 8px; border-color: #c3c6d7; }
.section-heading h2 { font-size: 20px; line-height: 28px; font-weight: 600; letter-spacing: 0; }
.text-link { color: #004ac6; font-size: 14px; line-height: 20px; font-weight: 500; }
.text-link:hover { text-decoration: underline; }
.promo-shelf { grid-template-columns: repeat(4, minmax(0, 1fr)); grid-auto-columns: auto; gap: 24px; overflow: visible; padding: 0; }
.deal-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }

.deal-card { border: 1px solid #c3c6d7; border-radius: 8px; box-shadow: 0 4px 12px rgba(0, 0, 0, .05); }
.deal-card:hover { transform: translateY(-4px); border-color: #c3c6d7; box-shadow: 0 8px 20px rgba(0, 0, 0, .08); }
.promo-section .deal-card { border-color: #c3c6d7; }
.deal-image-wrap { height: 224px; aspect-ratio: auto; background: #f3f4f5; border-bottom: 1px solid #c3c6d7; }
.promo-section .deal-image-wrap { height: 192px; }
.deal-image { padding: 0; object-fit: cover; }
.card-badges { top: 8px; right: 8px; }
.badge { min-height: 24px; padding: 4px 8px; border-radius: 4px; font-size: 12px; line-height: 16px; font-weight: 600; letter-spacing: .05em; }
.badge-code { left: 8px; bottom: 8px; min-height: 24px; color: #191c1d; background: rgba(225, 227, 228, .9); border: 1px solid #c3c6d7; text-transform: none; }
.badge-discount { color: #fff; background: #9d4300; }
.deal-card-body { min-height: 192px; padding: 16px; }
.retailer { margin-bottom: 4px; color: #737686; font-size: 12px; line-height: 16px; font-weight: 600; letter-spacing: .05em; text-transform: none; }
.deal-card h3 { min-height: 40px; margin-bottom: 8px; font-size: 16px; line-height: 20px; font-weight: 500; }
.price-row { margin-top: auto; margin-bottom: 16px; gap: 8px; }
.price-row strong { color: #191c1d; font-size: 24px; line-height: 24px; font-weight: 700; letter-spacing: 0; }
.price-row del { margin-bottom: 2px; color: #737686; font-size: 14px; line-height: 20px; }
.card-view-deal { min-height: 44px; margin-top: 0; color: #fff; background: #004ac6; border-radius: 4px; font-size: 16px; line-height: 20px; font-weight: 500; }
.card-view-deal:hover { background: #2563eb; }

.filter-tabs { gap: 8px; }
.filter-tab { padding: 6px 16px; color: #434655; background: #f8f9fa; border-color: #c3c6d7; font-size: 12px; line-height: 16px; font-weight: 600; letter-spacing: .05em; }
.filter-tab.active { color: #eeefff; background: #2563eb; border-color: #2563eb; }
.load-more-wrap { padding-top: 24px; }
.load-more { min-height: 48px; padding-inline: 32px; color: #004ac6; background: transparent; border: 2px solid #004ac6; border-radius: 4px; }
.load-more:hover { color: #fff; background: #004ac6; }

.site-footer { margin-top: auto; padding: 32px 0; color: #191c1d; background: #f8f9fa; border-top: 1px solid #c3c6d7; }
.footer-inner { display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 16px; }
.footer-brand { font-size: 12px; line-height: 16px; font-weight: 700; letter-spacing: .05em; }
.footer-links { display: flex; align-items: center; flex-direction: row; justify-content: center; gap: 16px; color: #434655; font-size: 14px; line-height: 20px; font-weight: 400; }
.footer-links a:hover { color: #004ac6; }
.disclosure { max-width: 672px; margin: 0; color: #737686; font-size: 14px; line-height: 20px; text-align: center; }
.vote-display { cursor: default; pointer-events: none; }
.vote-display:hover { color: #fff; background: #2b2d27; border-color: #484b42; }

@media (max-width: 1023px) {
  .promo-shelf, .deal-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 639px) {
  main { padding-top: 80px; }
  .shell { width: min(calc(100% - 32px), var(--shell)); }
  .header-inner { height: 64px; }
  .top-nav, .header-search-form { display: none; }
  .hero { margin-bottom: 32px; padding: 32px 0; }
  .hero h1 { font-size: 24px; line-height: 32px; letter-spacing: -.01em; }
  .hero-search { height: 56px; }
  .section-heading { align-items: flex-start; }
  .promo-shelf, .deal-grid { grid-template-columns: 1fr; gap: 24px; margin-right: 0; overflow: visible; }
  .deal-image-wrap, .promo-section .deal-image-wrap { height: 224px; }
  .deal-card-body { min-height: 192px; padding: 16px; }
  .deal-card h3 { min-height: 40px; font-size: 16px; }
  .price-row strong { font-size: 24px; }
  .card-view-deal { min-height: 48px; font-size: 16px; }
  .explore-heading { align-items: flex-start; flex-direction: column; }
  .filter-tabs { width: auto; }
  .filter-tab { flex: none; }
}

/* Home and detail layout corrections verified against the live LocalAll response. */
.hero-copy { width: 100%; max-width: none; margin-inline: auto; text-align: center; }
.hero h1 { max-width: none; margin: 0; text-align: center; }
.promo-shelf { grid-auto-flow: row; }

.detail-site-header .header-inner { justify-content: space-between; }
.detail-header-back { display: inline-flex; align-items: center; gap: 8px; color: #434655; font-size: 14px; line-height: 20px; font-weight: 500; }
.detail-header-back:hover { color: #004ac6; }
.detail-wordmark { margin-left: auto; }
.detail-shell { padding-bottom: 64px; }
.detail-layout { grid-template-columns: minmax(0, 7fr) minmax(360px, 5fr); gap: 32px; }
.detail-gallery { position: static; }
.detail-main-image { aspect-ratio: 7 / 6; background: #fff; border-color: #c3c6d7; border-radius: 12px; box-shadow: 0 1px 2px rgba(0, 0, 0, .04); }
.detail-main-image img { width: 100%; height: 100%; padding: 24px; object-fit: contain; mix-blend-mode: normal; }
.detail-image-badge { left: auto; right: 16px; top: 16px; }
.detail-summary { padding: 0; }
.detail-summary > h1 { margin: 6px 0 0; font-size: 32px; line-height: 40px; font-weight: 700; letter-spacing: -.02em; }
.detail-summary > .retailer { margin: 0; color: #737686; font-size: 12px; line-height: 16px; font-weight: 600; letter-spacing: .05em; text-transform: uppercase; }
.detail-price { margin: 12px 0 16px; gap: 12px; }
.detail-price strong { color: #004ac6; font-size: 24px; line-height: 24px; font-weight: 700; letter-spacing: 0; }
.detail-price del { color: #737686; font-size: 16px; line-height: 24px; }
.detail-price .saving-pill { display: none; }
.detail-description { margin: 0 0 16px; color: #434655; font-size: 14px; line-height: 20px; -webkit-line-clamp: 3; }
.promo-action { display: grid; gap: 16px; }
.promo-panel { margin: 0; padding: 16px; background: #f3f4f5; border: 1px solid #c3c6d7; border-radius: 8px; box-shadow: none; }
.promo-panel-heading { margin-bottom: 16px; align-items: flex-start; justify-content: space-between; }
.promo-panel-heading strong { font-size: 20px; line-height: 28px; font-weight: 600; }
.promo-panel-heading span:not(.promo-ticket) { margin-top: 4px; color: #434655; font-size: 14px; line-height: 20px; }
.promo-ticket { width: auto; height: auto; color: #9d4300; background: transparent; border: 0; font-size: 22px; }
.reveal-code, .revealed-code { min-height: 48px; margin: 0; border: 1px solid #737686; border-radius: 8px; }
.reveal-code strong { color: #004ac6; }
.revealed-code button { color: #fff; background: #004ac6; border-left: 0; }
.promo-action > .button, .retailer-cta { min-height: 56px; margin: 0; border-radius: 8px; font-size: 16px; line-height: 24px; font-weight: 600; }
.decision-panel { display: block; margin-top: 24px; padding: 24px 0 0; color: #191c1d; background: transparent; border-top: 1px solid #c3c6d7; border-radius: 0; }
.decision-panel h2 { margin: 0 0 12px; font-size: 20px; line-height: 28px; font-weight: 600; letter-spacing: 0; }
.decision-panel p:not(.section-kicker) { margin: 10px 0 0; color: #737686; font-size: 12px; line-height: 16px; text-align: center; }
.decision-panel p strong { color: inherit; }
.vote-actions { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.vote-button { display: flex; min-width: 0; min-height: 48px; padding: 8px 12px; align-items: center; justify-content: center; gap: 8px; color: #191c1d; background: #e1e3e4; border: 1px solid #c3c6d7; border-radius: 8px; text-align: center; }
.vote-button:first-child, .vote-button:first-child:hover, .vote-button:first-child.selected { color: #fff; background: #007d57; border-color: #007d57; }
.vote-button > span { display: inline; width: auto; height: auto; background: none; border-radius: 0; }
.vote-button small { display: none; }
.vote-display:hover { color: #191c1d; background: #e1e3e4; border-color: #c3c6d7; }
.detail-information, .comments { max-width: 768px; margin-top: 32px; padding: 0; background: transparent; border: 0; border-radius: 0; }
.detail-information h2, .comments h2 { margin: 0 0 16px; font-size: 24px; line-height: 32px; font-weight: 700; letter-spacing: -.01em; }
.detail-information dl { margin: 0; overflow: hidden; background: #fff; border: 1px solid #c3c6d7; border-radius: 8px; }
.detail-information dl div { min-height: 48px; padding: 12px 16px; align-items: center; border-top: 1px solid #c3c6d7; }
.detail-information dl div:first-child { border-top: 0; }
.detail-information dl div:nth-child(even) { background: #f3f4f5; }
.detail-information dt { color: #737686; font-size: 14px; line-height: 20px; }
.detail-information dd { color: #191c1d; font-size: 16px; line-height: 24px; font-weight: 500; }
.detail-information dl div:nth-child(2) dd { color: #004ac6; font-weight: 700; }
.comments-heading { align-items: center; }
.comments-heading h2 { margin-bottom: 0; }
.comments-heading > span { color: #434655; background: #e1e3e4; }
.comment-item { padding: 16px; background: #fff; border: 1px solid #c3c6d7; border-radius: 8px; }
.comment-item + .comment-item { margin-top: 16px; }

@media (max-width: 900px) {
  .detail-layout { grid-template-columns: 1fr; }
  .detail-main-image { aspect-ratio: 4 / 3; }
  .detail-information, .comments { max-width: none; }
}

@media (max-width: 639px) {
  .detail-header-back { font-size: 13px; }
  .detail-site-header .wordmark { font-size: 16px; }
  .detail-layout { gap: 24px; }
  .detail-main-image { aspect-ratio: 1; }
  .detail-main-image img { padding: 16px; }
  .detail-summary > h1 { font-size: 24px; line-height: 32px; letter-spacing: -.01em; }
  .detail-description { -webkit-line-clamp: 4; }
  .vote-actions { grid-template-columns: 1fr 1fr; }
}
