@font-face {
  font-family: Commissioner;
  src: url("assets/commissioner.woff2") format("woff2");
  font-weight: 100 900;
  font-display: swap;
}
@font-face {
  font-family: Rethink;
  src: url("assets/rethink-sans.woff2") format("woff2");
  font-weight: 400 800;
  font-display: swap;
}
:root {
  --purple: #9157ff;
  --ink: #191919;
  --muted: #6a686e;
  --line: #e8e6ea;
  --soft: #f6f5f7;
  --lavender: #f1ebff;
  --accent: #6230b9;
  font-family: Rethink, Arial, sans-serif;
  color: var(--ink);
  background: #fff;
  font-synthesis: none;
  scroll-behavior: smooth;
  scroll-padding-top: 30px;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
}
button,
input,
select {
  font: inherit;
}
button,
a,
input,
select {
  -webkit-tap-highlight-color: transparent;
}
button,
a {
  touch-action: manipulation;
}
button {
  cursor: pointer;
  color: inherit;
}
button {
  background: none;
  border: 0;
}
a {
  color: inherit;
  text-decoration: none;
}
button:focus-visible,
a:focus-visible,
input:focus-visible,
select:focus-visible {
  outline: 3px solid var(--accent);
  outline-offset: 4px;
}
button:disabled {
  cursor: default;
}
h1,
h2,
h3,
p {
  margin: 0;
}
h1,
h2,
h3 {
  font-family: Commissioner, Arial, sans-serif;
}
svg {
  flex-shrink: 0;
}
.icon {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}
[hidden] {
  display: none !important;
}
.skip-link {
  position: fixed;
  left: 20px;
  top: -80px;
  padding: 14px;
  background: var(--ink);
  color: white;
  z-index: 20;
}
.skip-link:focus {
  top: 12px;
}
.site-header {
  border-bottom: 1px solid var(--line);
}
.header-inner {
  max-width: 1440px;
  height: 96px;
  padding: 0 64px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-shrink: 0;
}
.brand img {
  width: 157px;
  height: auto;
}
.brand-divider {
  width: 1px;
  height: 25px;
  background: #d9d7dc;
}
.intranet-label {
  font-size: 14px;
  color: var(--muted);
}
nav {
  display: flex;
  align-items: center;
  gap: 30px;
  height: 100%;
}
.nav-link {
  font-size: 14px;
  font-weight: 500;
  padding: 10px 0;
  position: relative;
}
.nav-link.active:after {
  content: "";
  height: 3px;
  position: absolute;
  bottom: -25px;
  left: 0;
  right: 0;
  background: var(--purple);
}
.nav-link:not(.active) {
  color: var(--muted);
}
.small-arrow {
  margin-left: 5px;
}
.saved-nav {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 10px 12px;
}
.saved-nav[aria-pressed="true"] {
  background: var(--lavender);
  border-color: var(--purple);
}
.saved-count {
  background: var(--soft);
  border-radius: 4px;
  padding: 2px 6px;
  font-size: 11px;
}
.team-badge {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 11px;
  color: var(--muted);
}
.team-badge > span {
  width: 6px;
  height: 6px;
  background: var(--purple);
  border-radius: 50%;
}
.page-shell {
  max-width: 1440px;
  margin: auto;
  padding: 36px 64px 0;
}
.hero {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: 1.13fr 1fr;
  min-height: 477px;
  background: var(--purple);
  border-radius: 16px;
  overflow: hidden;
  padding: 49px 52px;
}
.eyebrow {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 1.8px;
  line-height: 1.5;
}
.hero .eyebrow {
  display: flex;
  align-items: center;
  gap: 9px;
}
.tiny-star {
  font-size: 21px;
  line-height: 1;
}
.hero h1 {
  font-size: clamp(48px, 4.8vw, 68px);
  font-weight: 600;
  letter-spacing: -3px;
  line-height: 1.05;
  margin: 24px 0 21px;
}
.title-dot {
  color: white;
}
.hero-description {
  font-size: 14px;
  line-height: 1.7;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 14px 20px;
  min-height: 48px;
  border-radius: 7px;
  font-size: 13px;
  font-weight: 600;
  transition:
    transform 0.18s,
    background 0.18s;
}
.button:hover {
  transform: translateY(-2px);
}
.button > span {
  font-size: 20px;
  line-height: 1;
}
.button-dark {
  color: white;
  background: var(--ink);
}
.button-dark:hover {
  background: #333;
}
.hero .button {
  margin-top: 27px;
}
.hero-footnote {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 10px;
  margin-top: 19px;
  color: #27202f;
}
.hero-footnote .icon {
  width: 14px;
  height: 14px;
}
.hero-art {
  position: relative;
  width: 100%;
  min-height: 378px;
}
.ticket {
  position: absolute;
  width: 295px;
  height: 310px;
  border-radius: 12px;
}
.ticket-back {
  right: 31px;
  top: 17px;
  background: #252329;
  color: #d3c4ef;
  transform: rotate(11deg);
  padding: 27px;
  box-shadow: 0 8px 16px #38244f20;
}
.ticket-back > span {
  font-size: 9px;
  letter-spacing: 1.3px;
}
.ticket-back > strong {
  display: block;
  margin-top: 30px;
  font-size: 31px;
}
.ticket-back-bottom {
  position: absolute;
  bottom: 22px;
  left: 25px;
  right: 25px;
  font-size: 9px;
  display: flex;
  justify-content: space-between;
}
.ticket-front {
  left: 24px;
  top: 48px;
  background: #f7f3ea;
  transform: rotate(-9deg);
  box-shadow: 0 12px 20px #43276d28;
  padding: 23px 25px;
}
.ticket-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 8px;
  letter-spacing: 1.2px;
}
.ticket-logo {
  font-size: 25px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -3px;
}
.ticket-logo span {
  color: var(--purple);
  font-size: 19px;
  vertical-align: top;
}
.ticket-main {
  margin-top: 25px;
}
.ticket-main > span {
  font-size: 13px;
}
.ticket-main strong {
  font-family: Commissioner, Arial, sans-serif;
  display: block;
  font-size: 51px;
  font-weight: 600;
  line-height: 0.99;
  letter-spacing: -2px;
  margin-top: 7px;
  position: relative;
}
.ticket-main strong > span {
  position: absolute;
  right: 6px;
  top: 25px;
  font-size: 61px;
  color: var(--purple);
  font-weight: 400;
}
.ticket-main p {
  font-size: 10px;
  margin-top: 13px;
}
.ticket-bottom {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 57px;
  border-top: 1px dashed #bcb5ae;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 24px;
  font-size: 7px;
  letter-spacing: 0.5px;
}
.ticket-bottom:before,
.ticket-bottom:after {
  content: "";
  position: absolute;
  top: -8px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--purple);
}
.ticket-bottom:before {
  left: -8px;
}
.ticket-bottom:after {
  right: -8px;
}
.barcode {
  height: 23px;
  width: 57px;
  background: repeating-linear-gradient(
    90deg,
    #29252b 0 1px,
    transparent 1px 3px,
    #29252b 3px 5px,
    transparent 5px 6px,
    #29252b 6px 7px,
    transparent 7px 10px
  );
}
.round-stamp {
  position: absolute;
  right: 3px;
  bottom: 28px;
  width: 111px;
  height: 111px;
  border: 1px solid #191919;
  background: #c1f172;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transform: rotate(13deg);
  font-size: 16px;
  line-height: 1.1;
  box-shadow: 0 3px 0 #191919;
}
.round-stamp strong {
  font-family: Commissioner, Arial, sans-serif;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: -1px;
}
.round-stamp > span {
  font-size: 7px;
  letter-spacing: 1px;
  margin-top: 8px;
}
.art-spark {
  position: absolute;
  line-height: 1;
}
.spark-one {
  left: -13px;
  top: 17px;
  font-size: 73px;
  color: #201b26;
  transform: rotate(-14deg);
}
.spark-two {
  right: -5px;
  top: 6px;
  font-size: 49px;
  color: #e2d3ff;
}
.art-caption {
  position: absolute;
  bottom: -11px;
  left: 76px;
  font-size: 8px;
  letter-spacing: 2px;
  transform: rotate(-9deg);
}
.benefits-strip {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  border-bottom: 1px solid var(--line);
  padding: 27px 0 28px;
}
.benefits-strip > span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  width: 33.333%;
  font-size: 11px;
  color: #55525b;
}
.benefits-strip > span + span {
  border-left: 1px solid var(--line);
}
.benefits-strip .icon {
  width: 17px;
  height: 17px;
  color: var(--accent);
}
.offers-section {
  padding-top: 54px;
  scroll-margin-top: 24px;
}
.section-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.section-eyebrow {
  color: var(--accent);
  font-size: 9px;
}
.section-heading h2 {
  font-weight: 500;
  font-size: 32px;
  letter-spacing: -1.15px;
  line-height: 1.25;
  margin: 10px 0;
}
.section-heading p:not(.eyebrow) {
  font-size: 13px;
  color: var(--muted);
  line-height: 1.6;
}
.offers-label {
  font-size: 10px;
  white-space: nowrap;
  border: 1px solid var(--line);
  border-radius: 30px;
  padding: 7px 11px;
  color: #68636f;
  align-self: flex-end;
  margin-bottom: 4px;
}
.search-row {
  display: flex;
  gap: 16px;
  margin-top: 29px;
}
.search-box {
  border: 1px solid #e3e0e7;
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 11px;
  flex: 1;
  padding: 0 16px;
  height: 49px;
}
.search-box:focus-within {
  outline: 2px solid var(--purple);
  outline-offset: 1px;
}
.search-box .icon {
  color: #8a8591;
  width: 19px;
  height: 19px;
}
.search-box input {
  border: 0;
  outline: 0 !important;
  background: transparent;
  font-size: 12px;
  width: 100%;
  min-width: 0;
  color: var(--ink);
}
.search-box input::placeholder {
  color: #8a8591;
}
.search-box kbd {
  border: 1px solid var(--line);
  border-radius: 4px;
  width: 22px;
  height: 22px;
  text-align: center;
  color: #89858e;
  line-height: 20px;
  font-size: 11px;
}
.sort-box {
  display: flex;
  align-items: center;
  border: 1px solid #e3e0e7;
  border-radius: 8px;
  padding: 0 14px;
  gap: 7px;
  font-size: 11px;
}
.sort-box > span:first-child {
  color: var(--muted);
}
.sort-box select {
  border: 0;
  background: transparent;
  appearance: none;
  font-size: 11px;
  cursor: pointer;
  padding: 12px 3px;
  max-width: 130px;
  color: var(--ink);
}
.sort-box > span:last-child {
  pointer-events: none;
  font-size: 17px;
}
.category-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 18px;
}
.category-chip {
  border: 1px solid var(--line);
  border-radius: 7px;
  padding: 10px 14px;
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 11px;
  white-space: nowrap;
  min-height: 39px;
  transition:
    background 0.15s,
    border-color 0.15s;
}
.category-chip:hover {
  border-color: #b9a5d9;
  background: #faf7ff;
}
.category-chip[aria-pressed="true"] {
  background: var(--ink);
  border-color: var(--ink);
  color: white;
}
.category-chip .icon {
  width: 15px;
  height: 15px;
}
.category-count {
  border-radius: 4px;
  font-size: 9px;
  min-width: 16px;
  line-height: 16px;
  background: #f2f0f4;
  color: #746f7b;
}
.category-chip[aria-pressed="true"] .category-count {
  background: #48454d;
  color: white;
}
.results-heading {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 26px 0 18px;
  min-height: 20px;
  font-size: 11px;
  color: var(--muted);
}
.results-heading strong {
  color: var(--ink);
  font-weight: 600;
}
.results-note {
  margin-left: auto;
  color: #8c8791;
  font-size: 10px;
}
.text-button {
  font-size: 11px;
  color: var(--accent);
  padding: 4px 0;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.text-button > span {
  font-size: 15px;
  margin-left: 5px;
}
.offers-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}
.offer-card {
  border: 1px solid var(--line);
  border-radius: 11px;
  overflow: hidden;
  background: white;
  transition:
    box-shadow 0.2s,
    transform 0.2s;
  position: relative;
  display: flex;
  flex-direction: column;
}
.offer-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 30px #2b1c4310;
}
.card-image {
  height: 201px;
  position: relative;
  overflow: hidden;
  background: var(--soft);
}
.card-image > img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: transform 0.4s;
}
.offer-card:hover .card-image > img {
  transform: scale(1.035);
}
.discount-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  padding: 6px 10px;
  font-size: 12px;
  font-weight: 600;
  background: white;
  border-radius: 5px;
}
.save-button {
  position: absolute;
  top: 13px;
  right: 13px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #fffffff2;
  display: grid;
  place-items: center;
  color: #4b4652;
  transition: background 0.2s;
  z-index: 1;
}
.save-button .icon {
  height: 16px;
  width: 16px;
}
.save-button:hover {
  background: var(--lavender);
}
.save-button[aria-pressed="true"] {
  background: var(--purple);
  color: #191919;
}
.save-button[aria-pressed="true"] .icon {
  fill: currentColor;
}
.card-body {
  padding: 21px 20px 0;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.card-kicker {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  align-items: center;
}
.card-brand {
  font-size: 11px;
  font-weight: 600;
}
.card-category {
  font-size: 9px;
  color: var(--accent);
  background: #f3edff;
  border-radius: 4px;
  padding: 4px 6px;
  white-space: nowrap;
}
.offer-card h3 {
  font-size: 20px;
  line-height: 1.3;
  letter-spacing: -0.45px;
  font-weight: 500;
  margin-top: 14px;
}
.card-description {
  font-size: 11px;
  line-height: 1.7;
  color: var(--muted);
  margin: 9px 0 17px;
  flex: 1;
}
.card-location {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 9px;
  color: #76717b;
  margin-bottom: 18px;
}
.card-location .icon {
  width: 12px;
  height: 12px;
}
.card-footer {
  border-top: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 13px 0;
  margin-top: auto;
}
.card-tag {
  font-size: 9px;
  color: #827b88;
  display: flex;
  align-items: center;
  gap: 5px;
}
.card-tag:before {
  content: "";
  height: 5px;
  width: 5px;
  border-radius: 50%;
  background: #af95d3;
}
.view-offer {
  display: flex;
  align-items: center;
  gap: 13px;
  font-size: 11px;
  font-weight: 600;
  padding: 4px 0 4px 8px;
  color: var(--accent);
}
.view-offer > span {
  font-size: 18px;
}
.view-offer:after {
  content: "";
  position: absolute;
  inset: 0;
}
.view-offer:focus-visible:after {
  outline: 3px solid var(--accent);
  outline-offset: -3px;
  border-radius: 11px;
}
.empty-state {
  text-align: center;
  background: var(--soft);
  padding: 50px 20px;
  border-radius: 12px;
}
.empty-icon {
  display: block;
  color: var(--purple);
  font-size: 50px;
}
.empty-state h3 {
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 10px;
}
.empty-state p {
  font-size: 14px;
  color: var(--muted);
  margin-bottom: 25px;
}
.how-section {
  margin-top: 65px;
  padding: 34px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  display: grid;
  grid-template-columns: 1.4fr repeat(3, 1fr);
  gap: 40px;
}
.how-intro .eyebrow {
  font-size: 8px;
  color: var(--accent);
  letter-spacing: 1px;
}
.how-intro h2 {
  font-size: 25px;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: -0.6px;
  margin-top: 12px;
}
.step-number {
  display: inline-flex;
  background: var(--lavender);
  color: var(--accent);
  height: 28px;
  width: 28px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  font-size: 9px;
}
.how-step h3 {
  font-size: 14px;
  font-weight: 500;
  margin: 12px 0 8px;
}
.how-step p {
  font-size: 11px;
  color: var(--muted);
  line-height: 1.7;
  max-width: 205px;
}
.help-banner {
  background: var(--lavender);
  display: flex;
  align-items: center;
  gap: 23px;
  padding: 30px 34px;
  border-radius: 10px;
  margin: 34px 0 42px;
}
.help-symbol {
  font-size: 48px;
  color: var(--purple);
  line-height: 1;
}
.help-banner h2 {
  font-size: 21px;
  letter-spacing: -0.5px;
  font-weight: 500;
}
.help-banner p {
  font-size: 11px;
  color: var(--muted);
  margin-top: 8px;
}
.button-outline {
  border: 1px solid #bfb4d0;
  background: transparent;
  font-size: 11px;
  margin-left: auto;
  white-space: nowrap;
  min-height: 42px;
  padding: 11px 15px;
}
.button-outline:hover {
  background: #e5d9f9;
}
.site-footer {
  border-top: 1px solid var(--line);
  max-width: 1312px;
  margin: 0 auto;
  padding: 27px 0 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  font-size: 10px;
  color: var(--muted);
}
.site-footer > div {
  display: flex;
  align-items: center;
  gap: 22px;
}
.site-footer > div > span {
  border-left: 1px solid var(--line);
  padding-left: 22px;
}
.site-footer > p > span {
  margin-left: 16px;
}
.site-footer > a {
  font-size: 11px;
  color: var(--ink);
}
dialog {
  border: 1px solid var(--line);
  border-radius: 16px;
  max-width: 560px;
  width: calc(100% - 32px);
  max-height: 90dvh;
  padding: 0;
  color: var(--ink);
  box-shadow: 0 24px 80px #0003;
  overscroll-behavior: contain;
}
dialog::backdrop {
  background: #15101f99;
  backdrop-filter: blur(5px);
}
body:has(dialog[open]) {
  overflow: hidden;
}
.dialog-close {
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 2;
  background: white;
  box-shadow: 0 2px 8px #0001;
  border-radius: 50%;
  height: 34px;
  width: 34px;
  font-size: 25px;
  display: grid;
  place-items: center;
}
.dialog-image {
  height: 210px;
  width: 100%;
  object-fit: cover;
  display: block;
}
.dialog-body,
.help-dialog-content {
  padding: 30px;
}
.dialog-body h2,
.help-dialog-content h2 {
  font-size: 30px;
  font-weight: 500;
  letter-spacing: -1px;
  line-height: 1.2;
  margin: 12px 0;
}
.dialog-body > p,
.help-dialog-content > p {
  font-size: 13px;
  line-height: 1.7;
  color: var(--muted);
}
.dialog-body h3,
.help-dialog-content h3 {
  font-size: 15px;
  font-weight: 600;
  margin: 22px 0 8px;
}
.dialog-body ul {
  padding-left: 18px;
  font-size: 12px;
  line-height: 1.8;
  color: var(--muted);
}
.dialog-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  font-weight: 600;
}
.dialog-discount {
  margin-left: auto;
  background: var(--lavender);
  color: var(--accent);
  padding: 7px 10px;
  border-radius: 5px;
}
.notice {
  padding: 13px 15px;
  background: var(--lavender);
  border-radius: 7px;
  font-size: 12px !important;
  color: #573680 !important;
  margin-top: 20px;
  line-height: 1.6;
}
.dialog-actions {
  display: flex;
  gap: 12px;
  margin-top: 24px;
}
.dialog-actions .button {
  flex: 1;
  justify-content: center;
}
.dialog-save {
  border: 1px solid #d7c7f0;
  background: white;
  color: var(--accent);
}
.help-dialog-content {
  padding-top: 43px;
}
.toast {
  position: fixed;
  left: 50%;
  bottom: 25px;
  transform: translate(-50%, 20px);
  background: var(--ink);
  color: white;
  border-radius: 8px;
  padding: 13px 21px;
  font-size: 12px;
  z-index: 10;
  opacity: 0;
  pointer-events: none;
  transition:
    opacity 0.2s,
    transform 0.2s;
  max-width: calc(100vw - 32px);
  text-align: center;
}
.toast.visible {
  opacity: 1;
  transform: translate(-50%, 0);
}
@media (min-width: 1440px) {
  .hero {
    min-height: 500px;
  }
  .hero-art {
    max-width: 440px;
    justify-self: end;
  }
  .hero h1 {
    font-size: 72px;
  }
  .card-image {
    height: 220px;
  }
}
@media (max-width: 1200px) {
  .header-inner {
    padding: 0 36px;
  }
  .page-shell {
    padding: 28px 36px 0;
  }
  .team-badge {
    display: none;
  }
  .site-footer {
    margin: 0 36px;
  }
  .hero {
    padding: 42px 38px;
    grid-template-columns: 1.1fr 1fr;
    min-height: 465px;
  }
  .hero h1 {
    font-size: 58px;
  }
  .hero-art {
    transform: scale(0.9);
    transform-origin: center right;
  }
  .ticket-front {
    left: 0;
  }
  .ticket-back {
    right: 0;
  }
  .round-stamp {
    right: -20px;
  }
  .spark-two {
    right: -18px;
  }
  .hero-description {
    font-size: 13px;
  }
  .offers-grid {
    gap: 18px;
  }
  .card-body {
    padding: 18px 16px 0;
  }
  .card-kicker {
    flex-wrap: wrap;
  }
  .how-section {
    gap: 24px;
  }
  .site-footer > div > span {
    display: none;
  }
}
@media (max-width: 900px) {
  .header-inner {
    height: 82px;
    padding: 0 24px;
  }
  .brand {
    gap: 12px;
  }
  .brand img {
    width: 132px;
  }
  .intranet-label {
    font-size: 12px;
  }
  nav {
    gap: 20px;
  }
  .nav-link {
    font-size: 12px;
  }
  .nav-link.active:after {
    bottom: -20px;
  }
  .page-shell {
    padding: 24px 24px 0;
  }
  .hero {
    padding: 35px 28px;
    min-height: 415px;
  }
  .hero h1 {
    font-size: 49px;
    letter-spacing: -2px;
  }
  .hero .eyebrow {
    font-size: 8px;
    letter-spacing: 1.1px;
  }
  .hero-art {
    transform: scale(0.77);
    width: 350px;
    margin-left: -40px;
    transform-origin: center center;
    min-height: 350px;
  }
  .hero-description br {
    display: none;
  }
  .hero-description {
    max-width: 280px;
  }
  .hero-footnote {
    font-size: 9px;
  }
  .section-heading h2 {
    font-size: 28px;
  }
  .benefits-strip > span {
    font-size: 9px;
    gap: 5px;
  }
  .offers-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }
  .card-image {
    height: 215px;
  }
  .how-section {
    grid-template-columns: repeat(3, 1fr);
  }
  .how-intro {
    grid-column: 1/-1;
  }
  .how-intro h2 br {
    display: none;
  }
  .help-banner {
    padding: 25px;
    gap: 16px;
  }
  .help-banner h2 {
    font-size: 19px;
  }
  .help-banner p {
    line-height: 1.6;
  }
  .site-footer {
    margin: 0 24px;
  }
  .site-footer > p > span {
    display: block;
    margin: 5px 0 0;
  }
}
@media (max-width: 650px) {
  .header-inner {
    height: 76px;
    padding: 0 20px;
    gap: 10px;
  }
  .brand img {
    width: 127px;
  }
  .brand-divider,
  .intranet-label {
    display: none;
  }
  nav {
    gap: 15px;
  }
  .nav-link {
    font-size: 11px;
  }
  .nav-link.active:after {
    bottom: -19px;
  }
  .nav-link[data-help] {
    display: none;
  }
  .saved-nav {
    padding: 8px;
    gap: 5px;
    font-size: 11px;
  }
  .saved-nav .icon {
    width: 16px;
    height: 16px;
  }
  .page-shell {
    padding: 18px 18px 0;
  }
  .hero {
    display: block;
    padding: 32px 26px 20px;
    min-height: 0;
    border-radius: 12px;
  }
  .hero h1 {
    font-size: 57px;
    margin-top: 20px;
    letter-spacing: -2.7px;
  }
  .hero .eyebrow {
    font-size: 8px;
    letter-spacing: 1.2px;
  }
  .hero-description {
    font-size: 13px;
    max-width: 290px;
  }
  .hero .button {
    margin-top: 23px;
    font-size: 12px;
  }
  .hero-footnote {
    font-size: 9px;
    margin-top: 15px;
  }
  .hero-art {
    width: 340px;
    height: 330px;
    min-height: 330px;
    transform: scale(0.8);
    transform-origin: top center;
    margin: 13px 0 -38px;
    margin-left: -170px;
    left: 50%;
  }
  .ticket-front {
    left: 9px;
    top: 36px;
  }
  .ticket-back {
    right: 2px;
    top: 5px;
  }
  .round-stamp {
    right: -8px;
    bottom: -4px;
  }
  .art-caption {
    bottom: -33px;
    left: 59px;
  }
  .spark-one {
    left: -12px;
    top: -4px;
    font-size: 58px;
  }
  .spark-two {
    right: -15px;
    top: -11px;
    font-size: 38px;
  }
  .benefits-strip {
    padding: 22px 0;
    justify-content: space-around;
  }
  .benefits-strip > span {
    font-size: 8px;
    line-height: 1.5;
    flex-direction: column;
    gap: 5px;
    text-align: center;
    padding: 0 7px;
  }
  .benefits-strip .icon {
    width: 17px;
    height: 17px;
  }
  .offers-section {
    padding-top: 35px;
  }
  .section-heading {
    display: block;
  }
  .section-heading h2 {
    font-size: 29px;
    max-width: 320px;
    line-height: 1.15;
    margin: 11px 0;
  }
  .section-heading p:not(.eyebrow) {
    font-size: 12px;
    max-width: 310px;
  }
  .offers-label {
    display: inline-block;
    margin-top: 15px;
    font-size: 9px;
  }
  .search-row {
    margin-top: 20px;
    gap: 10px;
    flex-wrap: wrap;
  }
  .search-box {
    flex-basis: 100%;
    padding: 0 12px;
    height: 47px;
  }
  .search-box input {
    font-size: 11px;
  }
  .search-box kbd {
    display: none;
  }
  .sort-box {
    height: 39px;
    margin-left: auto;
    font-size: 10px;
  }
  .sort-box select {
    padding: 8px 0;
  }
  .category-filters {
    margin-top: 12px;
    gap: 7px;
  }
  .category-chip {
    font-size: 10px;
    padding: 9px 11px;
    min-height: 37px;
  }
  .category-chip .icon {
    width: 14px;
    height: 14px;
  }
  .results-heading {
    margin-top: 21px;
  }
  .results-note {
    font-size: 9px;
  }
  .offers-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .card-image {
    height: 220px;
  }
  .card-body {
    padding: 20px 20px 0;
  }
  .card-kicker {
    flex-wrap: nowrap;
  }
  .card-brand {
    font-size: 12px;
  }
  .card-category {
    font-size: 10px;
  }
  .offer-card h3 {
    font-size: 23px;
  }
  .card-description {
    font-size: 12px;
  }
  .card-location {
    font-size: 10px;
  }
  .card-tag {
    font-size: 10px;
  }
  .view-offer {
    font-size: 12px;
  }
  .card-footer {
    padding: 15px 0;
  }
  .how-section {
    margin-top: 40px;
    grid-template-columns: 1fr;
    gap: 25px;
    padding: 28px 5px;
  }
  .how-step {
    display: grid;
    grid-template-columns: 32px 1fr;
    column-gap: 15px;
  }
  .step-number {
    grid-row: 1/3;
    margin-top: 2px;
  }
  .how-step h3 {
    margin: 0 0 7px;
    font-size: 16px;
  }
  .how-step p {
    max-width: 100%;
    font-size: 12px;
  }
  .how-intro h2 {
    font-size: 27px;
  }
  .help-banner {
    flex-wrap: wrap;
    gap: 15px;
    margin: 28px 0;
    padding: 25px 22px;
  }
  .help-symbol {
    font-size: 37px;
  }
  .help-banner > div:nth-child(2) {
    flex: 1;
  }
  .help-banner h2 {
    font-size: 21px;
  }
  .help-banner p {
    font-size: 11px;
  }
  .help-banner .button {
    margin-left: 0;
    width: 100%;
    margin-top: 5px;
  }
  .site-footer {
    padding: 24px 0;
    margin: 0 18px;
    flex-wrap: wrap;
    gap: 20px;
  }
  .site-footer > div {
    flex: 1;
  }
  .site-footer > div > img {
    width: 120px;
  }
  .site-footer > p {
    order: 3;
    width: 100%;
    display: flex;
    justify-content: space-between;
    font-size: 9px;
  }
  .site-footer > p > span {
    margin: 0;
  }
  .site-footer > a {
    font-size: 10px;
  }
  .dialog-body,
  .help-dialog-content {
    padding: 26px 22px;
  }
  .help-dialog-content {
    padding-top: 48px;
  }
  .dialog-body h2,
  .help-dialog-content h2 {
    font-size: 26px;
  }
  .dialog-actions {
    flex-wrap: wrap;
  }
  .dialog-actions .button {
    flex-basis: 100%;
  }
}
@media (max-width: 370px) {
  .hero h1 {
    font-size: 49px;
  }
  .hero {
    padding-left: 22px;
    padding-right: 22px;
  }
  .hero-art {
    margin-left: -170px;
    transform: scale(0.67);
  }
  .nav-link {
    font-size: 10px;
  }
  nav {
    gap: 10px;
  }
  .saved-nav > span:not(.saved-count) {
    display: none;
  }
  .brand img {
    width: 120px;
  }
  .results-note {
    display: none;
  }
}
.partner-art {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: #f3f0f6;
}
.partner-art:before,
.partner-art:after {
  content: "";
  position: absolute;
  border: 1px solid #ffffffb0;
  border-radius: 50%;
  height: 230px;
  width: 230px;
  right: -80px;
  bottom: -140px;
  z-index: -1;
}
.partner-art:after {
  height: 280px;
  width: 280px;
  right: -105px;
  bottom: -165px;
}
.partner-art > img {
  width: 63%;
  height: 85px;
  object-fit: contain;
  max-width: 240px;
}
.partner-dressup {
  background: #e9e5ed;
}
.partner-amboli {
  background: #e4edf0;
}
.partner-lutecia {
  background: #f3e9e5;
}
.partner-8000vintages {
  background: #f0e2e4;
}
.partner-zoommer {
  background: #fbe9df;
}
.partner-ispace {
  background: #e6ecf2;
}
.partner-citymall {
  background: #f5f0e2;
}
.dialog-partner {
  height: 210px;
}
.dialog-partner > img {
  height: 100px;
}
.dialog-partner:before,
.dialog-partner:after {
  width: 350px;
  height: 350px;
  bottom: -200px;
  right: -100px;
}
.dialog-partner:after {
  width: 400px;
  height: 400px;
  bottom: -225px;
  right: -125px;
}
@media (prefers-reduced-motion: reduce) {
  :root {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    transition: none !important;
    animation: none !important;
  }
}
