/* Marketing layer. styles.css retains the interactive product demo components. */
.landing-page {
  --ink: #252d28;
  --muted: #69716a;
  --cream: #f8f7f2;
  --cream-2: #eeeee5;
  --paper: #fffefa;
  --green: #253f33;
  --green-2: #42614a;
  --lime: #dfebbc;
  --orange: #b44e2e;
  --container: min(1200px, calc(100% - 96px));
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.landing-page [hidden] { display: none !important; }
.landing-page main section[id] { scroll-margin-top: 100px; }
.landing-page .site-header { background: rgba(248, 247, 242, .95); border-color: #e5e6de; }
.landing-page .nav { min-height: 88px; }
.landing-page .brand { font-size: 27px; font-weight: 750; letter-spacing: -1.5px; gap: 9px; }
.landing-page .brand-mark { background: #273f32; border-radius: 9px; transform: none; width: 32px; height: 34px; }
.landing-page .brand-mark span { background: #f0efdd; }
.landing-page .nav-links { font-size: 13px; font-weight: 500; gap: 30px; }
.landing-page .nav-links a { padding-block: 14px; }
.landing-page .nav-links a:hover, .footer-links a:hover { color: var(--orange); }
.nav-actions { display: flex; align-items: center; gap: 12px; }
.landing-page .button { border-radius: 8px; min-height: 52px; padding-inline: 22px; font-size: 13px; font-weight: 600; box-shadow: none; gap: 22px; }
.landing-page .button-small { min-height: 43px; font-size: 12px; padding-inline: 17px; gap: 20px; }
.landing-page .button-dark { background: var(--green); }
.landing-page .button-dark:hover { background: #395442; box-shadow: 0 6px 16px #253f3315; }
.landing-page .button-primary { background: #dfebbc; }
.landing-page .button-primary:hover { background: #edf4d6; }
.nav-toggle { display: none; width: 44px; height: 44px; padding: 12px 10px; border: 1px solid #d7dcd1; border-radius: 8px; background: transparent; cursor: pointer; }
.nav-toggle span { display: block; width: 22px; height: 1px; background: var(--ink); margin: 6px 0; transition: transform .2s; }
.landing-hero { padding: 60px 0 64px; }
.landing-hero-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
.landing-hero-copy { padding: 18px 0 12px; }
.intro-label { display: flex; align-items: center; gap: 9px; font-size: 10px; font-weight: 650; letter-spacing: 1.5px; text-transform: uppercase; margin: 0 0 30px; }
.intro-label > span { width: 6px; height: 6px; background: var(--orange); border-radius: 50%; }
.landing-hero h1 { font-size: clamp(50px, 5.6vw, 78px); font-weight: 500; letter-spacing: -4.3px; line-height: 1.05; margin: 0; }
.landing-page em { font-family: Georgia, "Times New Roman", serif; font-weight: 400; }
.landing-hero h1 em { color: var(--orange); }
.landing-lede { font-size: 20px; line-height: 1.5; letter-spacing: -.4px; margin: 26px 0 12px; }
.landing-description { max-width: 382px; font-size: 14px; line-height: 1.8; color: var(--muted); margin: 0; }
.landing-actions { display: flex; align-items: center; gap: 25px; margin-top: 29px; }
.quiet-link { display: inline-flex; align-items: center; gap: 10px; font-size: 12px; font-weight: 600; padding-block: 12px; }
.quiet-link:hover { color: var(--orange); }
.play-icon { display: grid; place-items: center; border: 1px solid #bec7ba; width: 26px; height: 26px; border-radius: 50%; font-size: 16px; }
.hero-footnote { display: flex; align-items: center; gap: 8px; color: #687367; font-size: 10px; margin-top: 23px; line-height: 1.6; }
.mini-wallet-icon { font-size: 22px; color: #465942; }
.footnote-separator { color: #b6bbb0; margin: 0 7px; }
.loyalty-scene { position: relative; height: 555px; border-radius: 18px; background: #e7ecdf; isolation: isolate; overflow: hidden; }
.scene-topline, .scene-bottomline { position: absolute; left: 25px; right: 25px; display: flex; justify-content: space-between; font-size: 8px; letter-spacing: 1.4px; color: #576e52; }
.scene-topline { top: 25px; align-items: center; }
.scene-topline > span:last-child { font-size: 22px; }
.scene-bottomline { bottom: 23px; font-size: 7px; letter-spacing: .8px; }
.scene-orbit { position: absolute; width: 610px; height: 610px; border: 1px solid #cbd5c440; border-radius: 50%; left: -40px; top: -25px; pointer-events: none; }
.orbit-two { width: 440px; height: 440px; left: 45px; top: 60px; border-color: #c5d0bd60; }
.loyalty-seal { position: absolute; z-index: 3; top: 76px; left: 29px; width: 104px; height: 104px; background: #eab47c; border-radius: 50%; outline: 1px dashed #94673f; outline-offset: -7px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 6px; color: #4b3d26; transform: rotate(-15deg); }
.loyalty-seal span { font-size: 7px; letter-spacing: 1.4px; font-weight: 600; }
.loyalty-seal svg { width: 35px; height: 35px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.showcase-phone { position: absolute; top: 54px; left: calc(50% - 108px); width: 260px; height: 445px; border: 5px solid #30362f; border-radius: 37px; background: #f7f6f1; transform: rotate(9deg); box-shadow: 9px 13px 0 #c5cdbe, 15px 30px 32px #374c312b; padding: 12px 9px; }
.showcase-status { height: 20px; display: flex; align-items: center; justify-content: space-between; padding: 0 12px; font-size: 9px; }
.phone-island { height: 18px; width: 67px; background: #282d27; border-radius: 20px; margin-top: -7px; }
.showcase-wallet-heading { display: flex; justify-content: space-between; font-size: 19px; font-weight: 650; letter-spacing: -.6px; padding: 12px 4px; }
.showcase-pass { border-radius: 9px; overflow: hidden; background: #f0f0e5; box-shadow: 0 2px 7px #263c281b; }
.showcase-pass-top { background: #284534; color: #f5f2df; display: flex; justify-content: space-between; padding: 10px 14px; align-items: center; }
.sip-wordmark { font-family: Georgia, serif; font-style: italic; font-size: 39px; letter-spacing: -3px; line-height: 1; }
.sip-wordmark > span { font-family: Helvetica, sans-serif; font-style: normal; font-size: 9px; vertical-align: top; letter-spacing: 0; }
.showcase-pass-top > span:last-child { text-align: right; font-size: 6px; line-height: 1.5; letter-spacing: 1.2px; }
.showcase-pass-art { position: relative; padding: 14px; background: #d9e5ba; overflow: hidden; height: 85px; }
.showcase-pass-art svg { position: absolute; width: 245px; height: 115px; top: -15px; left: 35px; fill: none; stroke: #91ac70; stroke-width: 1; }
.showcase-pass-art > span { position: relative; font-family: Georgia, serif; font-size: 22px; color: #274530; line-height: 1.15; }
.showcase-pass-body { padding: 14px; }
.pass-progress { display: flex; align-items: center; justify-content: space-between; font-size: 8px; letter-spacing: .4px; }
.pass-progress b { font-size: 7px; font-weight: 500; }
.pass-progress strong { font-size: 15px; }
.showcase-stamps { display: grid; grid-template-columns: repeat(9, 1fr); gap: 4px; margin-top: 10px; }
.showcase-stamps .stamp-dot { width: 100%; height: auto; aspect-ratio: 1; border: 1px solid #b3bea6; color: transparent; font-size: 9px; }
.showcase-stamps .stamp-dot.is-filled { background: #355539; border-color: #355539; color: #e3ebcd; }
.pass-member { display: flex; justify-content: space-between; margin-top: 15px; }
.pass-member > span { color: #68755e; font-size: 6px; letter-spacing: .4px; }
.pass-member b { display: block; margin-top: 4px; font-size: 9px; color: #36452d; letter-spacing: 0; }
.showcase-qr { width: 53px; height: 53px; margin: 13px auto 6px; }
.pass-caption { display: block; text-align: center; color: #737d65; font-size: 5px; }
.showcase-home { position: absolute; width: 77px; height: 4px; background: #2d312b; border-radius: 8px; bottom: 9px; left: calc(50% - 38px); }
.scene-note { position: absolute; left: 24px; right: 54px; bottom: 71px; z-index: 4; display: flex; align-items: center; gap: 10px; background: #fffef9; border: 1px solid #fff; border-radius: 11px; padding: 16px; box-shadow: 0 9px 30px #3d50371a; transform: rotate(-5deg); }
.note-icon { width: 34px; height: 34px; border-radius: 50%; display: grid; place-items: center; background: #e4edda; color: #375b38; }
.scene-note b { display: block; font-size: 12px; font-weight: 550; }
.scene-note div > span { display: block; margin-top: 5px; font-size: 9px; color: #7b8272; }
.note-star { margin-left: auto; font-size: 31px; color: #c17842; }
.local-strip { border-block: 1px solid #e0e4d9; }
.local-strip-inner { display: flex; align-items: center; gap: 48px; padding-block: 28px; }
.local-strip p { margin: 0; font-size: 11px; color: var(--muted); line-height: 1.65; min-width: 155px; }
.local-strip b { color: var(--ink); font-weight: 500; }
.business-types { display: flex; justify-content: space-between; flex: 1; align-items: center; gap: 24px; }
.business-types > span { display: flex; align-items: center; gap: 10px; font-size: 14px; color: #54604f; font-weight: 500; }
.business-types i { font-style: normal; font-size: 25px; font-family: Georgia, serif; }
.landing-section { padding: 98px 0; }
.landing-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 50px; margin-bottom: 40px; }
.section-label, .landing-page .eyebrow { font-size: 9px; font-weight: 600; letter-spacing: 1.6px; margin: 0 0 20px; color: #586b4f; }
.landing-heading h2, .faq-grid h2, .closing-card h2, .landing-page .section-heading h2, .landing-page .retention-copy h2 { font-weight: 500; font-size: clamp(34px, 3.5vw, 48px); letter-spacing: -1.8px; line-height: 1.12; margin: 0; }
.landing-heading > p { max-width: 310px; color: var(--muted); font-size: 13px; line-height: 1.8; margin: 0 0 3px; }
.journey-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 26px; }
.journey-art { position: relative; height: 244px; border-radius: 10px; overflow: hidden; display: grid; place-items: center; }
.journey-join { background: #edece4; }
.join-poster { width: 142px; background: #fffefa; padding: 13px 19px; transform: rotate(-8deg); box-shadow: 5px 9px 10px #303c2514; text-align: center; border: 1px solid #deded4; }
.join-poster .sip-wordmark { font-size: 27px; color: #38553a; }
.join-poster b { display: block; font-family: Georgia, serif; font-size: 19px; line-height: 1.05; font-weight: 400; margin: 8px 0; }
.join-code { display: block; width: 43px; height: 43px; margin: 10px auto; background: repeating-conic-gradient(#2e4934 0% 25%, #faf9ed 0% 50%) 0 0 / 9px 9px; border: 5px solid #fff; outline: 1px solid #d7ddcc; }
.join-poster small { font-size: 5px; letter-spacing: .9px; }
.journey-chip { position: absolute; bottom: 25px; right: 18px; background: #fffefa; border: 1px solid #e0e4d5; border-radius: 6px; padding: 11px 12px; color: #57664d; font-size: 8px; box-shadow: 0 4px 9px #303c2510; }
.journey-wallet { background: #e3e9dc; }
.pocket-card { position: absolute; width: 180px; height: 121px; border-radius: 9px; padding: 16px; }
.pocket-back { background: #d5b881; color: #5e4a2d; transform: translate(14px, -22px) rotate(9deg); font-size: 10px; font-family: Georgia, serif; }
.pocket-front { background: #344f3a; color: #f0f0d5; transform: translate(-9px, 6px) rotate(-9deg); box-shadow: 0 7px 10px #303c2515; }
.pocket-front .sip-wordmark { font-size: 28px; }
.pocket-front small { display: block; margin-top: 10px; font-size: 5px; letter-spacing: 1px; }
.pocket-stamps { display: block; margin-top: 8px; font-size: 16px; letter-spacing: 4px; color: #cfdfaf; }
.pocket-front b { display: block; font-family: Georgia, serif; font-size: 8px; margin-top: 7px; font-weight: 400; }
.journey-reward { background: #eee4d7; }
.reward-ticket { width: 171px; background: #fdf5e4; transform: rotate(7deg); padding: 21px 15px 0; text-align: center; color: #804a30; box-shadow: 4px 8px 12px #74523c12; mask-image: radial-gradient(circle at 0 73%, transparent 7px, black 7.5px), radial-gradient(circle at 100% 73%, transparent 7px, black 7.5px); mask-composite: intersect; }
.reward-ticket > span { font-size: 5px; letter-spacing: 1px; }
.reward-ticket b { display: block; font-family: Georgia, serif; font-weight: 400; font-size: 36px; line-height: 1; margin: 15px 0 18px; }
.reward-ticket > div { border-top: 1px dashed #c4a587; padding: 15px 0; font-size: 5px; letter-spacing: .5px; }
.reward-spark { position: absolute; color: #b86739; }
.spark-one { left: 34px; top: 28px; font-size: 35px; transform: rotate(15deg); }
.spark-two { right: 29px; bottom: 38px; font-size: 44px; }
.journey-title { display: flex; gap: 11px; align-items: baseline; margin-top: 24px; }
.journey-title > span { color: #637456; font-size: 10px; }
.journey-title h3 { font-size: 17px; letter-spacing: -.5px; font-weight: 550; margin: 0; }
.journey-card > p { color: var(--muted); font-size: 12px; line-height: 1.8; margin: 12px 0 0; max-width: 325px; }
/* Benefits and demo share the new type scale, while their interactive surfaces remain intact. */
.landing-page .section { padding: 90px 0; }
.landing-page #product { background: #efefe7; border-block: 1px solid #e3e6da; }
.landing-page .centered-heading { margin-bottom: 40px; }
.landing-page .section-heading p:not(.eyebrow) { font-size: 13px; line-height: 1.8; }
.landing-page .centered-heading > p:last-child { margin-top: 19px; }
.landing-page .product-grid { grid-template-columns: 1.05fr 1fr; gap: 18px; }
.landing-page .product-card { border: 0; border-radius: 12px; background: #faf9f3; padding: 30px; }
.landing-page .product-card-copy > span { font-size: 8px; letter-spacing: 1.2px; font-weight: 600; }
.landing-page .product-card-copy h3 { font-size: 28px; font-weight: 500; line-height: 1.1; letter-spacing: -.9px; max-width: 300px; }
.landing-page .product-card-copy p { font-size: 12px; line-height: 1.8; max-width: 290px; }
.landing-page .product-card-wallet { grid-row: span 2; min-height: 570px; }
.landing-page .product-card-counter, .landing-page .product-card-merchant { min-height: 275px; }
.landing-page .product-card-merchant { grid-column: auto; display: block; }
.landing-page .product-card-counter .product-card-copy, .landing-page .product-card-merchant .product-card-copy { position: relative; z-index: 2; max-width: 240px; }
.landing-page .product-card-counter .product-card-copy h3, .landing-page .product-card-merchant .product-card-copy h3 { font-size: 25px; }
.landing-page .product-wallet-visual { bottom: -60px; }
.landing-page .product-wallet-card { background: #294733; box-shadow: 0 16px 32px #344b3120; border-radius: 16px; }
.landing-page .notification-stack { left: auto; right: -28px; bottom: 24px; width: 215px; transform: rotate(-9deg); opacity: .9; }
.landing-page .notification-card { font-size: 10px; border-radius: 10px; padding: 14px; box-shadow: 0 5px 15px #2331210c; }
.landing-page .mini-dashboard { position: absolute; min-height: 0; width: 185px; bottom: 0; right: 15px; opacity: .7; padding: 12px; border-radius: 10px 10px 0 0; box-shadow: none; }
.landing-page .mini-metrics > span { padding: 6px; }
.landing-page .mini-metrics b { font-size: 17px; }
.landing-page .mini-metrics small { font-size: 7px; }
.landing-page .mini-chart { height: 50px; margin-top: 12px; }
.sample-data-label { display: block; margin-bottom: 9px; font-size: 6px; letter-spacing: 1px; }
.landing-page .demo-section { background: #263d31; }
.landing-page .demo-heading { align-items: flex-end; margin-bottom: 38px; }
.landing-page .demo-heading .eyebrow, .landing-page .eyebrow-light { color: #c7d8b2; }
.landing-page .demo-heading > p { max-width: 340px; color: #d0d8cc; }
.landing-page .demo-window { border-radius: 13px; box-shadow: 0 20px 50px #10271b24; }
.landing-page .demo-tab { font-weight: 550; }
.landing-page .demo-copy-column h3 { letter-spacing: -1px; font-weight: 500; }
.landing-page .retention-section { background: #f4f3ec; color: var(--ink); border-bottom: 1px solid #dfe3d6; }
.landing-page .retention-copy .eyebrow { color: #6c754e; }
.landing-page .retention-copy > p:not(.eyebrow) { color: var(--muted); font-size: 13px; line-height: 1.8; max-width: 360px; }
.landing-page .retention-tabs { flex-wrap: wrap; gap: 7px; }
.landing-page .retention-tabs button { border-color: #ccd3c3; color: #65725d; background: transparent; font-size: 10px; font-weight: 500; padding: 10px 12px; }
.landing-page .retention-tabs button.is-active { background: var(--green); color: #fff; border-color: var(--green); }
.landing-page .message-list article { background: #fffef9; border: 1px solid #e1e4d8; box-shadow: none; border-radius: 10px; }
.landing-page .message-list strong { color: #35432f; font-size: 13px; font-weight: 550; }
.landing-page .message-list small { color: #7a806b; font-size: 7px; }
.landing-page .message-list p, .landing-page .message-list time { color: #737b68; }
.landing-page .message-icon { color: #546444; background: #edf0e3; }
.faq-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; }
.faq-grid > div:first-child > p:not(.section-label) { max-width: 280px; font-size: 13px; color: var(--muted); line-height: 1.8; margin: 22px 0 10px; }
.faq-list { border-top: 1px solid #d5dbce; }
.faq-list details { border-bottom: 1px solid #d5dbce; }
.faq-list summary { cursor: pointer; list-style: none; display: flex; align-items: center; justify-content: space-between; gap: 22px; font-size: 14px; font-weight: 500; padding: 24px 0; line-height: 1.5; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary > span { font-size: 20px; font-weight: 300; transition: transform .15s; }
.faq-list details[open] summary > span { transform: rotate(45deg); }
.faq-list details p { font-size: 13px; color: var(--muted); line-height: 1.85; max-width: 470px; margin: -5px 22px 25px 0; }
.closing-section { padding: 0 0 70px; }
.closing-card { position: relative; overflow: hidden; text-align: center; background: #e6ebd8; border-radius: 13px; padding: 57px 24px 46px; }
.closing-symbol { font-size: 47px; line-height: 1; color: #a75e37; margin-bottom: 24px; }
.closing-card .section-label { font-size: 8px; letter-spacing: 1.6px; }
.closing-card h2 { font-size: 64px; }
.closing-card > p:not(.section-label) { font-size: 13px; color: #647159; margin: 22px 0 25px; }
.closing-note { display: block; margin-top: 15px; font-size: 10px; color: #6b775f; }
.landing-page .site-footer { background: var(--cream); color: var(--ink); padding: 0; }
.footer-top { display: flex; align-items: flex-start; gap: 40px; padding: 10px 0 35px; }
.footer-top p { margin: 1px 0 0; color: var(--muted); font-size: 12px; line-height: 1.6; }
.footer-links { margin-left: auto; display: flex; gap: 30px; font-size: 12px; padding-top: 10px; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; padding: 23px 0; border-top: 1px solid #dfe4d6; font-size: 10px; color: #6b7762; gap: 20px; }
.prototype-label { display: inline-flex; align-items: center; gap: 7px; }
.prototype-label i { width: 5px; height: 5px; background: #82936a; border-radius: 50%; }
@media (min-width: 1500px) { .landing-hero { padding-block: 80px; } }
@media (max-width: 1100px) {
  .landing-page { --container: min(1200px, calc(100% - 64px)); }
  .landing-hero-grid { gap: 30px; }
  .landing-hero h1 { font-size: 60px; letter-spacing: -3.5px; }
  .landing-actions { gap: 16px; }
  .landing-page .nav-links { gap: 18px; }
  .loyalty-scene { height: 520px; }
  .showcase-phone { transform: rotate(9deg) scale(.93); transform-origin: top center; top: 58px; }
  .loyalty-seal { width: 90px; height: 90px; left: 18px; top: 80px; }
  .local-strip-inner { gap: 28px; }
  .business-types { gap: 14px; }
  .business-types > span { font-size: 11px; gap: 7px; }
  .landing-page .product-card-counter .product-card-copy, .landing-page .product-card-merchant .product-card-copy { max-width: 210px; }
  .landing-page .notification-stack { right: -96px; }
  .landing-page .mini-dashboard { right: -48px; }
  .faq-grid { gap: 55px; }
}
@media (max-width: 820px) {
  .landing-page { --container: calc(100% - 48px); }
  .landing-page .nav { min-height: 76px; flex-wrap: nowrap; gap: 16px; position: relative; }
  .landing-page .nav-links { display: none; position: absolute; top: calc(100% + 1px); left: -24px; right: -24px; background: #f8f7f2; padding: 16px 24px 24px; border-bottom: 1px solid #dfe4d6; box-shadow: 0 14px 18px #253f3309; flex-direction: column; align-items: stretch; gap: 0; }
  .landing-page .nav-links.is-open { display: flex; }
  .nav-toggle { display: block; }
  .nav-toggle[aria-expanded="true"] span:first-child { transform: translateY(3.5px) rotate(45deg); }
  .nav-toggle[aria-expanded="true"] span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
  .landing-hero { padding: 43px 0 38px; }
  .landing-hero-grid { grid-template-columns: 1fr 1fr; gap: 22px; }
  .landing-hero h1 { font-size: 47px; letter-spacing: -2.7px; }
  .intro-label { font-size: 8px; letter-spacing: 1px; margin-bottom: 23px; }
  .landing-lede { font-size: 17px; margin-top: 22px; }
  .landing-description { font-size: 12px; }
  .landing-actions { flex-direction: column; align-items: flex-start; gap: 3px; margin-top: 24px; }
  .hero-footnote { font-size: 8px; margin-top: 12px; }
  .footnote-separator { margin-inline: 3px; }
  .loyalty-scene { height: 472px; }
  .showcase-phone { transform: rotate(9deg) scale(.82); top: 80px; left: calc(50% - 123px); }
  .loyalty-seal { width: 73px; height: 73px; top: 60px; left: 13px; gap: 4px; }
  .loyalty-seal span { font-size: 5px; letter-spacing: 1px; }
  .loyalty-seal svg { width: 25px; height: 25px; }
  .scene-topline, .scene-bottomline { left: 18px; right: 18px; }
  .scene-topline { font-size: 6px; }
  .scene-bottomline { font-size: 5px; bottom: 18px; gap: 10px; }
  .scene-note { padding: 12px; left: 15px; right: 20px; bottom: 48px; gap: 8px; }
  .scene-note b { font-size: 10px; }
  .scene-note div > span { font-size: 7px; }
  .note-icon { width: 28px; height: 28px; flex-shrink: 0; }
  .note-star { font-size: 22px; }
  .local-strip-inner { flex-direction: column; align-items: flex-start; gap: 20px; }
  .local-strip p br { display: none; }
  .local-strip p b { margin-left: 4px; }
  .business-types { width: 100%; }
  .landing-section, .landing-page .section { padding-block: 65px; }
  .landing-heading { gap: 30px; }
  .landing-heading > p { max-width: 240px; font-size: 12px; }
  .journey-grid { gap: 18px; }
  .journey-art { height: 210px; }
  .journey-title { gap: 7px; }
  .journey-title h3 { font-size: 15px; }
  .journey-card > p { font-size: 11px; }
  .journey-chip { font-size: 6px; right: 8px; padding: 9px; }
  .spark-one { left: 10px; font-size: 26px; }
  .spark-two { right: 6px; font-size: 32px; }
  .landing-page .product-grid { grid-template-columns: 1fr 1fr; }
  .landing-page .product-card-wallet { min-height: 630px; }
  .landing-page .product-card-counter, .landing-page .product-card-merchant { min-height: 306px; padding: 22px; }
  .landing-page .product-card-merchant { min-height: 350px; }
  .landing-page .notification-stack { right: -23px; bottom: 0; width: 200px; opacity: .75; }
  .landing-page .mini-dashboard { right: 10px; width: 165px; }
  .landing-page .product-card-copy h3 { font-size: 25px; }
  .landing-page .product-card-copy p { font-size: 11px; }
  .landing-page .product-card-counter .product-card-copy, .landing-page .product-card-merchant .product-card-copy { max-width: 100%; }
  .landing-page .demo-heading { align-items: flex-start; gap: 22px; }
  .landing-page .retention-grid { gap: 30px; }
  .faq-grid { gap: 35px; grid-template-columns: 1fr 1.2fr; }
  .faq-list summary { font-size: 12px; padding-block: 20px; }
  .faq-list details p { font-size: 12px; }
  .closing-card h2 { font-size: 54px; }
}
@media (max-width: 600px) {
  .landing-page { --container: calc(100% - 40px); }
  .landing-page .nav { min-height: 73px; }
  .landing-page .brand { font-size: 25px; }
  .landing-page .nav-links { left: -20px; right: -20px; padding-inline: 20px; }
  .landing-page .nav .button-small { font-size: 10px; min-height: 39px; gap: 11px; padding-inline: 12px; }
  .nav-actions { gap: 8px; }
  .nav-toggle { width: 39px; height: 39px; padding: 9px 8px; }
  .landing-hero { padding-top: 33px; }
  .landing-hero-grid { grid-template-columns: 1fr; gap: 33px; }
  .landing-hero-copy { padding: 0; }
  .landing-hero h1 { font-size: clamp(44px, 10.5vw, 63px); letter-spacing: -2.7px; line-height: 1.07; }
  .intro-label { font-size: 8px; margin-bottom: 22px; }
  .landing-lede { font-size: 18px; margin-top: 22px; }
  .landing-description { font-size: 13px; max-width: 390px; line-height: 1.75; }
  .landing-actions { flex-direction: row; align-items: center; gap: 17px; }
  .landing-page .landing-actions .button { font-size: 11px; min-height: 48px; padding-inline: 15px; gap: 14px; }
  .quiet-link { font-size: 11px; gap: 7px; }
  .hero-footnote { font-size: 9px; margin-top: 18px; }
  .loyalty-scene { height: 442px; }
  .showcase-phone { transform: rotate(9deg) scale(.83); top: 38px; left: calc(50% - 110px); }
  .loyalty-seal { left: 22px; top: 57px; width: 84px; height: 84px; }
  .loyalty-seal span { font-size: 6px; }
  .scene-note { bottom: 54px; left: 18px; right: 40px; }
  .scene-note b { font-size: 11px; }
  .scene-note div > span { font-size: 8px; }
  .scene-topline { font-size: 6px; top: 18px; }
  .scene-bottomline { font-size: 5px; }
  .local-strip-inner { padding-block: 25px; gap: 18px; }
  .business-types { display: grid; grid-template-columns: 1fr 1.3fr; gap: 19px 14px; }
  .business-types > span { font-size: 12px; }
  .business-types i { font-size: 23px; width: 25px; text-align: center; }
  .landing-section, .landing-page .section { padding-block: 58px; }
  .landing-heading { display: block; margin-bottom: 30px; }
  .landing-heading h2, .faq-grid h2, .landing-page .section-heading h2, .landing-page .retention-copy h2 { font-size: 36px; letter-spacing: -1.4px; }
  .section-label, .landing-page .eyebrow { font-size: 8px; letter-spacing: 1.25px; margin-bottom: 16px; }
  .landing-heading > p { margin-top: 20px; max-width: 350px; font-size: 13px; }
  .journey-grid { grid-template-columns: 1fr; gap: 32px; }
  .journey-art { height: 250px; }
  .journey-title { margin-top: 20px; gap: 12px; }
  .journey-title h3 { font-size: 18px; }
  .journey-card > p { font-size: 13px; max-width: 100%; margin-top: 10px; }
  .journey-chip { font-size: 9px; padding: 12px; right: 25px; }
  .spark-one { left: 50px; top: 25px; font-size: 38px; }
  .spark-two { right: 45px; bottom: 25px; font-size: 44px; }
  .landing-page .product-grid { grid-template-columns: 1fr; }
  .landing-page .product-card-wallet { min-height: 470px; grid-row: auto; padding: 26px; }
  .landing-page .product-wallet-visual { bottom: -90px; }
  .landing-page .product-card-copy h3 { font-size: 28px; }
  .landing-page .product-card-copy p { font-size: 12px; max-width: 265px; }
  .landing-page .product-card-counter, .landing-page .product-card-merchant { min-height: 340px; padding: 26px; }
  .landing-page .notification-stack { bottom: 25px; right: -10px; width: 240px; }
  .landing-page .mini-dashboard { width: 230px; right: 20px; }
  .landing-page .mini-chart { height: 75px; }
  .landing-page .demo-heading { display: block; }
  .landing-page .demo-heading > p { margin-top: 23px; }
  .landing-page .demo-tabs { width: 100%; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 2px; }
  .landing-page .demo-tab { min-height: 45px; font-size: 10px; padding: 7px 5px; gap: 4px; }
  .landing-page .demo-tab span { display: none; }
  .landing-page .demo-toolbar { padding: 10px; gap: 5px; }
  .landing-page .demo-tools { justify-content: flex-end; }
  .landing-page .demo-copy-column h3 { font-size: 31px; }
  .landing-page .retention-tabs { margin-top: 25px; }
  .landing-page .message-list article { padding: 16px 12px; gap: 10px; }
  .landing-page .message-list strong { font-size: 12px; }
  .landing-page .message-list p { font-size: 10px; }
  .landing-page .message-list time { display: none; }
  .faq-grid { grid-template-columns: 1fr; gap: 30px; }
  .faq-grid > div:first-child > p:not(.section-label) { max-width: 350px; }
  .faq-list summary { font-size: 13px; min-height: 65px; }
  .closing-section { padding-bottom: 42px; }
  .closing-card { padding: 40px 20px; }
  .closing-card h2 { font-size: 48px; }
  .closing-card > p:not(.section-label) { max-width: 220px; margin-inline: auto; line-height: 1.6; }
  .closing-card .button { font-size: 11px; gap: 13px; padding-inline: 18px; }
  .footer-top { flex-wrap: wrap; gap: 22px; padding-bottom: 30px; }
  .footer-top p { margin-left: auto; font-size: 11px; }
  .footer-links { width: 100%; margin: 3px 0 0; gap: 25px; }
  .footer-bottom { flex-wrap: wrap; gap: 14px; font-size: 9px; }
  .footer-bottom > span:nth-child(2) { order: 3; width: 100%; }
}
@media (prefers-reduced-motion: reduce) {
  .landing-page *, .landing-page *::before, .landing-page *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
}
@media (max-width: 360px) {
  .landing-page .nav .button-small { font-size: 9px; padding-inline: 10px; gap: 7px; white-space: nowrap; }
}
