/* PromoBreeze UI. Mobile first; desktop layout from 960px. */
:root {
    --bg: #F6F4EE;
    --surface: #FFFFFF;
    --ink: #16201C;
    --ink-hover: #2B3531;
    --ink-2: #3A4541;
    --muted: #5F6A65;
    --placeholder: #6E7872;
    --line: #E3E0D6;
    --line-2: #D8D4C8;
    --tint: #ECE9E0;
    --tint-2: #FBFAF6;
    --volt: #C4EA5E;
    --volt-hover: #B3DC48;
    --volt-tint: #F4FADF;
    --mint: #E6F3EC;
    --mint-2: #DCEFE4;
    --mint-3: #EAF5EF;
    --mint-line: #BFE0CF;
    --on-ink-muted: #B9C0BB;
    --shadow-card: 0 1px 2px rgba(22, 32, 28, .04), 0 0 0 1px rgba(22, 32, 28, .07);
    --shadow-hover: 0 8px 24px rgba(22, 32, 28, .08), 0 0 0 1px rgba(22, 32, 28, .12);
    --r-card: 16px;
    --r-control: 10px;
    --r-tag: 4px;
    --gutter: 16px;
    --font: "Geist", system-ui, -apple-system, "Segoe UI", sans-serif;
    --mono: "Geist Mono", ui-monospace, "SFMono-Regular", Menlo, monospace;
    --z-header: 20;
    --z-sticky: 30;
    --z-modal: 40;
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
    margin: 0;
    background: var(--bg);
    color: var(--ink);
    font: 400 15px/1.55 var(--font);
    -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--ink); text-decoration: none; }
a:hover { color: var(--ink-2); }
h1, h2, h3, h4 { font-family: var(--font); font-weight: 600; letter-spacing: -0.035em; margin: 0; color: var(--ink); text-wrap: balance; }
p { margin: 0; text-wrap: pretty; }
ul, ol { margin: 0; padding: 0; }
button, input, select, textarea { font: inherit; color: inherit; }
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible, summary:focus-visible {
    outline: 2px solid var(--ink);
    outline-offset: 2px;
}
input::placeholder, textarea::placeholder { color: var(--placeholder); }
.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: absolute; left: 16px; top: -60px; z-index: 100; background: var(--ink); color: #fff; padding: 10px 14px; border-radius: var(--r-control); }
.skip-link:focus { top: 12px; color: #fff; }
.mono { font-family: var(--mono); font-variant-numeric: tabular-nums; }
.num { font-variant-numeric: tabular-nums; }
.muted { color: var(--muted); }
.desktop-only { display: none !important; }
.self-start { align-self: flex-start; }
.mb-8 { margin-bottom: 8px; }
.mt-8 { margin-top: 8px; }
.mt-40 { margin-top: 40px; }
.section-tight { padding-top: 24px !important; }
.page-search { position: relative; max-width: 560px; }

.container { width: 100%; max-width: 1440px; margin: 0 auto; padding: 0 var(--gutter); }

/* Buttons, tags, tiles */
.btn {
    display: inline-flex; align-items: center; justify-content: center; gap: 8px;
    min-height: 44px; padding: 0 18px; border-radius: var(--r-control);
    font: 600 14px/1 var(--font); border: 1px solid transparent; cursor: pointer;
    white-space: nowrap; text-align: center;
    transition: background-color .2s ease, border-color .2s ease, transform .15s ease;
}
.btn:active { transform: scale(.98); }
.btn-ink { background: var(--ink); color: #fff; }
.btn-ink:hover { background: var(--ink-hover); color: #fff; }
.btn-volt { background: var(--volt); color: var(--ink); }
.btn-volt:hover { background: var(--volt-hover); color: var(--ink); }
.btn-line { background: var(--surface); border-color: var(--line-2); color: var(--ink); }
.btn-line:hover { border-color: var(--ink); color: var(--ink); }
.btn-lg { min-height: 48px; font-size: 15px; }
.btn-block { width: 100%; }

.link-more {
    display: inline-flex; align-items: center; gap: 6px; min-height: 44px;
    font-weight: 600; font-size: 14px;
}
.link-more span { border-bottom: 1.5px solid var(--ink); padding-bottom: 2px; }

.tag {
    display: inline-flex; align-items: center; gap: 5px; height: 24px; padding: 0 8px;
    border-radius: var(--r-tag); font: 600 12px/1 var(--font);
    background: var(--tint); color: var(--ink-2); white-space: nowrap;
}
.tag svg { width: 12px; height: 12px; }
.tag-volt { background: var(--volt); color: var(--ink); }
.tag-ink { background: var(--ink); color: #fff; }
.tag-verified {
    gap: 6px; padding: 0 9px 0 4px; background: #D7F0DF; color: #0F5132;
    box-shadow: inset 0 0 0 1px #9DD4B0; font-weight: 700;
}
.tag-verified-dot { width: 16px; height: 16px; border-radius: 50%; background: #1E7A46; color: #fff; display: grid; place-items: center; flex: none; }
.tag .tag-verified-dot svg { width: 10px; height: 10px; }

.score {
    display: inline-grid; place-items: center; min-width: 38px; height: 26px; padding: 0 6px;
    border-radius: 6px; background: var(--volt); color: var(--ink);
    font: 600 13px/1 var(--mono); flex: none;
}

.tile {
    display: grid; place-items: center; flex: none; overflow: hidden;
    border-radius: 12px; background: var(--ink); color: #fff;
    font: 600 13px/1 var(--mono); width: 44px; height: 44px;
}
.tile.has-logo { background: var(--surface); box-shadow: inset 0 0 0 1px var(--line); }
.tile img { width: 100%; height: 100%; object-fit: contain; }
.tile .tile-initials { display: none; }
.tile.is-broken { background: var(--ink); color: #fff; box-shadow: none; }
.tile-mint.is-broken { background: var(--mint-2); color: var(--ink); }
.tile.is-broken img { display: none; }
.tile.is-broken .tile-initials { display: inline; }
.tile-mint { background: var(--mint-2); color: var(--ink); }

.ph {
    position: relative; overflow: hidden; border-radius: var(--r-card);
    background-color: var(--line);
    background-image: repeating-linear-gradient(135deg, rgba(22, 32, 28, .05) 0 1px, transparent 1px 12px);
}
.ph img { width: 100%; height: 100%; object-fit: cover; }

.card { background: var(--surface); border-radius: var(--r-card); box-shadow: var(--shadow-card); }

.section { padding-top: 40px; }
.section-head { display: flex; justify-content: space-between; align-items: center; gap: 16px; margin-bottom: 16px; }
.section-title { font-size: 26px; line-height: 1.05; }
.eyebrow { font-size: 13px; font-weight: 600; color: var(--muted); }

.icon { width: 20px; height: 20px; flex: none; }
.icon-sm { width: 16px; height: 16px; flex: none; }

/* Header */
.site-header { position: relative; z-index: var(--z-header); border-bottom: 1px solid var(--line); background: var(--bg); }
.site-header .container { height: 60px; display: flex; align-items: center; gap: 4px; padding-right: 6px; }
.brand { display: inline-flex; align-items: center; gap: 8px; margin-right: auto; color: var(--ink); }
.brand-mark { width: 28px; height: 28px; border-radius: 8px; background: var(--volt); display: grid; place-items: center; flex: none; }
.brand-mark svg { width: 16px; height: 16px; }
.brand-name { font-size: 19px; font-weight: 700; letter-spacing: -0.045em; }
.brand img { height: 30px; width: auto; }
.header-link { min-height: 44px; padding: 0 10px; display: inline-flex; align-items: center; font-weight: 600; font-size: 14px; }
.icon-btn {
    width: 44px; height: 44px; border: 0; border-radius: var(--r-control);
    background: transparent; color: var(--ink); display: grid; place-items: center; cursor: pointer;
}
.icon-btn:hover { background: var(--tint); }
.main-nav { display: none; }
.header-search { display: none; }

.mobile-drawer { display: none; border-top: 1px solid var(--line); padding: 12px var(--gutter) 20px; }
.mobile-drawer.is-open { display: block; }
.drawer-search { position: relative; margin-bottom: 8px; }
.mobile-drawer a { display: flex; align-items: center; min-height: 48px; font-weight: 600; font-size: 16px; border-bottom: 1px solid var(--line); }

.search-field {
    position: relative; display: flex; align-items: center; gap: 10px; height: 44px; padding: 0 14px;
    border: 1px solid var(--line-2); border-radius: var(--r-control); background: var(--surface); color: var(--muted);
}
.search-field input { border: 0; outline: 0; flex: 1; min-width: 0; background: transparent; font-size: 16px; color: var(--ink); }
.search-field input::-webkit-search-cancel-button { display: none; }
.search-field:focus-within { border-color: var(--ink); }
.search-field-lg { height: 52px; border: 1.5px solid var(--ink); border-radius: 12px; }
.search-results {
    position: absolute; left: 0; right: 0; top: calc(100% + 6px); z-index: var(--z-modal);
    background: var(--surface); border-radius: 12px; box-shadow: var(--shadow-hover);
    max-height: 60vh; overflow: auto; padding: 6px; display: none;
}
.search-results.is-open { display: block; }
.search-results a { display: flex; align-items: center; gap: 12px; padding: 8px; border-radius: 8px; color: var(--ink); }
.search-results a:hover { background: var(--tint); }
.search-results .tile, .search-results .ph { width: 36px; height: 36px; border-radius: 10px; flex: none; }
.search-results .search-kind { margin-left: auto; font-size: 12px; color: var(--muted); }
.search-results .empty { padding: 12px; color: var(--muted); font-size: 14px; }

/* Footer */
.site-footer { background: var(--tint); margin-top: 48px; padding: 36px 0 24px; }
.footer-grid { display: flex; flex-direction: column; gap: 24px; }
.footer-promise { font-size: 22px; font-weight: 600; letter-spacing: -0.03em; line-height: 1.15; margin-top: 14px; text-wrap: balance; }
.footer-points { list-style: none; display: flex; flex-direction: column; gap: 16px; }
.footer-points li { display: flex; gap: 12px; }
.check-box { width: 24px; height: 24px; flex: none; border-radius: 6px; background: var(--volt); display: grid; place-items: center; }
.check-box svg { width: 14px; height: 14px; }
.footer-points strong { display: block; font-weight: 600; font-size: 15px; }
.footer-points span { font-size: 14px; color: var(--ink-2); text-wrap: pretty; }
.footer-bottom { display: flex; flex-direction: column-reverse; gap: 8px; margin-top: 24px; padding-top: 12px; border-top: 1px solid var(--line-2); font-size: 13px; color: var(--muted); }
.footer-links { display: flex; flex-wrap: wrap; margin: 0 -10px; }
.footer-links a { padding: 12px 10px; font-weight: 500; color: var(--ink-2); }
.footer-links a:hover { color: var(--ink); }
.footer-social { display: flex; gap: 4px; margin: 0 -10px; }

/* Home */
.home-search { padding-top: 20px; display: flex; flex-direction: column; gap: 12px; }
.home-search h1 { font-size: 30px; line-height: 1.05; }
.home-search .search-field-wrap { position: relative; }
.hero { display: flex; flex-direction: column; }
.hero-feature { order: 2; padding-top: 32px; display: flex; flex-direction: column; gap: 12px; color: var(--ink); }
.hero-feature .ph { height: 240px; }
.hero-feature h2 { font-size: 28px; line-height: 1.05; }
.hero-feature:hover h2 { text-decoration: underline; text-decoration-thickness: 1.5px; text-underline-offset: 4px; }
.hero-feature p { color: var(--ink-2); }
.hero-tags { display: flex; flex-wrap: wrap; align-items: center; gap: 6px; }
.meta { display: flex; flex-wrap: wrap; gap: 4px 16px; font-size: 13px; color: var(--muted); }
.meta strong { color: var(--ink); font-weight: 600; }

.verified { order: 1; padding-top: 28px; display: flex; flex-direction: column; }
.verified-head { display: flex; justify-content: space-between; align-items: center; gap: 12px; padding-bottom: 8px; border-bottom: 3px solid var(--ink); }
.verified-head h2 { font-size: 22px; }
.verified-sub { display: none; }
.offer-row { display: flex; align-items: center; gap: 14px; padding: 12px 0; border-bottom: 1px solid var(--line); }
.offer-row-text { flex: 1; min-width: 0; display: flex; flex-direction: column; }
.offer-row-text strong { font-weight: 600; font-size: 15px; line-height: 1.3; letter-spacing: -0.01em; }
.offer-row-text span { font-size: 13px; color: var(--muted); }
.verified .btn-all { display: none; }

.cat-pills { display: none; }
.pill {
    display: inline-flex; align-items: center; min-height: 44px; padding: 0 18px; flex: none;
    border: 1px solid var(--line-2); border-radius: var(--r-control); background: var(--surface);
    font-weight: 500; font-size: 14px; transition: border-color .2s ease;
}
.pill:hover { border-color: var(--ink); color: var(--ink); }

.review-grid { display: flex; flex-direction: column; }
.review-card { display: flex; gap: 14px; padding: 12px 0; border-top: 1px solid var(--line); color: var(--ink); }
.review-card .ph { width: 96px; height: 96px; flex: none; border-radius: 12px; }
.review-card-body { flex: 1; min-width: 0; display: flex; flex-direction: column; gap: 6px; }
.review-card h2, .review-card h3 { font-size: 17px; line-height: 1.2; letter-spacing: -0.02em; }
.review-card:hover h2, .review-card:hover h3 { text-decoration: underline; text-underline-offset: 3px; }
.review-card .deal-line { font-size: 13px; font-weight: 600; color: var(--ink-2); }
.review-meta { display: flex; align-items: center; gap: 8px; min-height: 26px; font-size: 12px; color: var(--muted); }
.review-meta b { font-weight: 600; color: var(--ink); }
.review-card.is-featured { display: none; }

.stores-band { position: relative; overflow: hidden; margin-top: 36px; padding: 32px 0; background: var(--mint); }
.stores-band .waves { position: absolute; right: -30px; top: -26px; width: 300px; height: 76px; pointer-events: none; }
.stores-band .section-head { position: relative; margin-bottom: 16px; }
.stores-band .section-sub { display: none; }
.shop-grid { position: relative; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.shop-tile {
    display: flex; flex-direction: column; justify-content: space-between; gap: 14px; padding: 14px;
    background: var(--surface); border-radius: var(--r-card); color: var(--ink);
    box-shadow: 0 1px 2px rgba(22, 60, 44, .06), 0 0 0 1px rgba(22, 60, 44, .06);
    transition: transform .2s ease, box-shadow .2s ease;
}
.shop-tile:hover { color: var(--ink); transform: translateY(-2px); box-shadow: 0 12px 28px rgba(22, 60, 44, .12), 0 0 0 1px rgba(22, 60, 44, .08); }
.shop-tile-top { display: flex; align-items: center; gap: 10px; min-width: 0; }
.shop-tile-top .tile { width: 36px; height: 36px; border-radius: 10px; font-size: 12px; }
.shop-tile-name { display: flex; flex-direction: column; min-width: 0; }
.shop-tile-name strong { font-weight: 600; font-size: 15px; letter-spacing: -0.015em; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.shop-tile-name span { display: none; font-size: 12px; color: var(--muted); }
.shop-tile-bottom { display: flex; align-items: flex-end; justify-content: space-between; gap: 8px; }
.shop-tile-value { display: flex; flex-direction: column; gap: 2px; }
.shop-tile-value small { font-size: 11px; color: var(--muted); }
.shop-tile-value b { font-size: 26px; font-weight: 600; letter-spacing: -0.04em; line-height: 1; font-variant-numeric: tabular-nums; }
.go-dot { width: 28px; height: 28px; flex: none; border-radius: 50%; display: grid; place-items: center; background: var(--mint-3); transition: background-color .2s ease; }
.go-dot svg { width: 14px; height: 14px; }
.shop-tile:hover .go-dot { background: var(--volt); }

.guide-list { display: flex; flex-direction: column; }
.guide-row { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 12px 0; border-top: 1px solid var(--line); color: var(--ink); }
.guide-row .ph { display: none; }
.guide-row-text { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.guide-row-text strong { font-weight: 600; font-size: 16px; letter-spacing: -0.015em; line-height: 1.25; }
.guide-row-text span { font-size: 13px; color: var(--muted); }
.guide-intro { display: none; }

.newsletter { margin-top: 36px; padding: 24px 20px; border-radius: var(--r-card); background: var(--ink); display: flex; flex-direction: column; gap: 12px; }
.newsletter h2 { font-size: 26px; line-height: 1.05; color: #fff; }
.newsletter p { color: var(--on-ink-muted); font-size: 15px; }
.newsletter form { display: flex; flex-direction: column; gap: 8px; margin-top: 4px; }
.newsletter label { font-size: 13px; font-weight: 500; color: var(--on-ink-muted); }
.newsletter .field-row { display: flex; flex-direction: column; gap: 8px; }
.input {
    height: 48px; width: 100%; border: 1px solid var(--line-2); border-radius: var(--r-control);
    padding: 0 14px; background: var(--surface); font-size: 16px; color: var(--ink);
}
.newsletter .input { border: 0; }
.form-msg { font-size: 13px; min-height: 18px; }
.newsletter .form-msg { color: var(--on-ink-muted); }
.form-msg.is-error { color: #F2A38C; }
.card .form-msg.is-error, .page-form .form-msg.is-error { color: #B3261E; }

/* Store page */
.breadcrumb { display: flex; flex-wrap: wrap; gap: 6px; font-size: 13px; color: var(--muted); }
.breadcrumb a { color: var(--muted); }
.breadcrumb a:hover { color: var(--ink); }
.breadcrumb [aria-current] { color: var(--ink); }
.store-head { border-bottom: 1px solid var(--line-2); padding: 20px 0 24px; }
.store-head .container { display: flex; flex-direction: column; gap: 18px; }
.store-id { display: flex; align-items: center; gap: 14px; }
.store-id .tile { width: 64px; height: 64px; border-radius: 14px; font-size: 20px; }
.store-id h1 { font-size: 28px; line-height: 1.05; }
.store-id-text { display: flex; flex-direction: column; gap: 6px; min-width: 0; }
.rating-line { display: flex; flex-wrap: wrap; align-items: center; gap: 6px 12px; font-size: 13px; color: var(--muted); }
.stars { display: inline-flex; gap: 2px; color: var(--ink); }
.stars svg { width: 14px; height: 14px; }
.stars .star-off { opacity: .3; }
.rating-line b { color: var(--ink); }
.store-main .coupon-list { margin-top: 0; }
.stats { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border: 1px solid var(--line); border-radius: 14px; overflow: hidden; }
.stat { padding: 12px 14px; display: flex; flex-direction: column; gap: 2px; }
.stat + .stat { border-left: 1px solid var(--line); }
.stat b { font: 600 24px/1.1 var(--mono); letter-spacing: -0.03em; }
.stat span { font-size: 12px; color: var(--muted); white-space: nowrap; }
.stat.is-best { background: var(--volt); }
.stat.is-best span { color: var(--ink); }
.stat.is-extra { display: none; }

.store-layout { padding-top: 16px; display: flex; flex-direction: column; gap: 32px; }
.store-main { display: flex; flex-direction: column; gap: 12px; min-width: 0; }
.tabs-row { display: flex; align-items: center; gap: 8px; margin: 0 calc(var(--gutter) * -1) 4px; padding: 0 var(--gutter) 4px; overflow-x: auto; scrollbar-width: none; }
.tabs-row::-webkit-scrollbar { display: none; }
.tab {
    flex: none; min-height: 44px; padding: 0 14px; border-radius: var(--r-control);
    border: 1px solid var(--line-2); background: var(--surface); color: var(--ink-2);
    font: 600 14px/1 var(--font); cursor: pointer; display: inline-flex; align-items: center; gap: 8px;
    transition: background-color .2s ease, border-color .2s ease;
}
.tab:hover { border-color: var(--ink); }
.tab .n { font-family: var(--mono); color: var(--muted); }
.tab[aria-selected="true"] { background: var(--ink); border-color: var(--ink); color: #fff; }
.tab[aria-selected="true"] .n { color: var(--volt); }
.tabs-row .link-more { display: none; }

.coupon { padding: 16px; display: grid; grid-template-columns: 72px minmax(0, 1fr); gap: 14px; transition: box-shadow .2s ease; }
.coupon[hidden] { display: none; }
.coupon-value { width: 72px; height: 72px; border-radius: 12px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 4px; text-align: center; }
.coupon-value b { font: 600 22px/1 var(--mono); letter-spacing: -0.04em; max-width: 100%; overflow: hidden; }
.coupon-value span { font-size: 11px; font-weight: 600; }
.coupon-value.is-code { background: var(--volt); color: var(--ink); }
.coupon-value.is-deal { background: var(--ink); color: #fff; }
.coupon-body { display: flex; flex-direction: column; gap: 6px; min-width: 0; }
.coupon-tags { display: flex; flex-wrap: wrap; gap: 6px; }
.coupon h2, .coupon h3 { font-size: 16px; line-height: 1.3; letter-spacing: -0.015em; }
.coupon h2 a:hover, .coupon h3 a:hover { text-decoration: underline; text-underline-offset: 3px; }
.coupon-desc { display: none; font-size: 13px; color: var(--muted); }
.coupon-meta { display: flex; flex-wrap: wrap; gap: 4px 14px; font-size: 12px; color: var(--muted); }
.coupon-meta span { display: inline-flex; align-items: center; gap: 5px; }
.coupon-meta svg { width: 14px; height: 14px; }
.coupon-action { grid-column: 1 / -1; }
.coupon-store { display: flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 600; }
.coupon-store .tile { width: 24px; height: 24px; border-radius: 6px; font-size: 9px; }

.reveal {
    position: relative; display: block; width: 100%; height: 48px; padding: 0;
    border: 1.5px dashed var(--ink); border-radius: var(--r-control); background: var(--surface);
    cursor: pointer; overflow: hidden; transition: transform .15s ease;
}
.reveal:active { transform: scale(.98); }
.reveal .peek { position: absolute; right: 14px; top: 0; bottom: 0; display: flex; align-items: center; font: 600 15px/1 var(--mono); letter-spacing: .06em; color: var(--ink); }
.reveal .cover {
    position: absolute; left: -1.5px; top: -1.5px; bottom: -1.5px; right: 58px;
    background: var(--volt); color: var(--ink); display: flex; align-items: center; justify-content: center;
    font: 600 15px/1 var(--font); border-radius: 10px 4px 4px 10px; transition: right .2s ease;
}
.reveal:hover .cover { right: 66px; }
.codebox { display: flex; width: 100%; height: 48px; border: 1.5px dashed var(--ink); border-radius: var(--r-control); overflow: hidden; background: var(--surface); }
.codebox output, .codebox .code-text { flex: 1; min-width: 0; display: flex; align-items: center; justify-content: center; font: 600 16px/1 var(--mono); letter-spacing: .08em; overflow: hidden; text-overflow: ellipsis; }
.codebox button { border: 0; background: var(--ink); color: #fff; font: 600 14px/1 var(--font); padding: 0 20px; cursor: pointer; }
.codebox button.is-done { background: var(--volt); color: var(--ink); }

.expired-row { display: grid; grid-template-columns: 72px minmax(0, 1fr); gap: 14px; align-items: center; padding: 16px 0; border-top: 1px solid var(--line-2); }
.expired-row .coupon-value { background: var(--tint); color: var(--muted); }
.expired-row .coupon-value b { text-decoration: line-through; }
.expired-row h3 { font-size: 16px; line-height: 1.3; letter-spacing: -0.015em; color: var(--ink-2); }
.expired-code { display: none; }
.subhead { font-size: 22px; margin-top: 28px; }
.about-block { padding-top: 24px; margin-top: 12px; border-top: 1px solid var(--line-2); display: flex; flex-direction: column; gap: 10px; }
.about-block h2 { font-size: 22px; }

.rich { font-size: 15px; color: var(--ink-2); display: flex; flex-direction: column; gap: 10px; }
.rich ol, .rich ul { padding-left: 20px; }
.rich li + li { margin-top: 6px; }
.rich a { font-weight: 600; text-decoration: underline; text-underline-offset: 3px; }
.rich table { width: 100%; border: 0; border-collapse: collapse; }
.rich td, .rich th { border: 0; border-bottom: 1px solid var(--line); padding: 12px 0; text-align: left; vertical-align: top; }
.rich tr:last-child td { border-bottom: 0; }
.rich h3, .rich h4 { font-size: 16px; letter-spacing: -0.015em; margin-top: 8px; }

.store-aside { display: flex; flex-direction: column; gap: 32px; }
.faq-list { display: grid; }
.faq-item { display: flex; flex-direction: column; gap: 4px; padding: 14px 0; border-top: 1px solid var(--line); }
.faq-item:first-child { border-top: 0; padding-top: 4px; }
.faq-item h3 { font-size: 15px; line-height: 1.35; letter-spacing: -0.01em; text-wrap: pretty; }
.faq-item p { font-size: 14px; line-height: 1.55; color: var(--ink-2); }
.faq-more summary {
    list-style: none; display: inline-flex; align-items: center; gap: 6px; min-height: 44px; margin-top: 4px;
    font-weight: 600; font-size: 14px; cursor: pointer;
}
.faq-more summary::-webkit-details-marker { display: none; }
.faq-more summary svg { transition: transform .2s ease; }
.faq-more[open] summary svg { transform: rotate(180deg); }
.faq-more .faq-more-close, .faq-more[open] .faq-more-open { display: none; }
.faq-more[open] .faq-more-close { display: inline; }
.faq-more[open] summary { order: 2; }
.faq-more[open] { display: flex; flex-direction: column; }
.faq-more .faq-list .faq-item:first-child { border-top: 1px solid var(--line); padding-top: 14px; }
.aside-block { padding-top: 16px; border-top: 1px solid var(--line-2); display: flex; flex-direction: column; gap: 12px; }
.aside-block.is-strong { border-top: 3px solid var(--ink); }
.aside-block h2 { font-size: 20px; letter-spacing: -0.025em; }
.mini-store { display: flex; align-items: center; gap: 12px; padding: 6px 0; color: var(--ink); }
.mini-store .tile { width: 40px; height: 40px; border-radius: 10px; font-size: 12px; }
.mini-store-text { display: flex; flex-direction: column; flex: 1; min-width: 0; }
.mini-store strong { font-weight: 600; }
.mini-store small { font-size: 13px; color: var(--muted); }
.mini-store:hover strong { text-decoration: underline; text-underline-offset: 3px; }
.notify { padding: 24px; border-radius: var(--r-card); background: var(--ink); display: flex; flex-direction: column; gap: 10px; }
.notify h2 { font-size: 22px; color: #fff; }
.notify p, .notify label, .notify .form-msg { font-size: 14px; color: var(--on-ink-muted); }
.notify form { display: flex; flex-direction: column; gap: 8px; }
.notify .input { border: 0; height: 44px; }

/* Code dialog: bottom sheet on mobile, centered dialog on desktop */
.modal { position: fixed; inset: 0; z-index: var(--z-modal); display: none; }
.modal.is-open { display: block; }
.modal-backdrop { position: absolute; inset: 0; background: rgba(22, 32, 28, .55); }
.modal-panel {
    position: absolute; left: 0; right: 0; bottom: 0; max-height: 92vh; overflow: auto;
    padding: 10px 20px calc(24px + env(safe-area-inset-bottom)); border-radius: 24px 24px 0 0;
    background: var(--bg); display: flex; flex-direction: column; gap: 16px;
    box-shadow: 0 -16px 48px rgba(22, 32, 28, .3);
}
.modal-handle { align-self: center; width: 40px; height: 5px; border-radius: 3px; background: var(--line-2); }
.modal-head { display: flex; align-items: flex-start; gap: 14px; }
.modal-head .tile { width: 48px; height: 48px; font-size: 15px; }
.modal-head-text { flex: 1; min-width: 0; display: flex; flex-direction: column; gap: 2px; }
.modal-head h2 { font-size: 22px; line-height: 1.12; }
.modal-close { margin: -8px -10px 0 0; color: var(--muted); }
.modal .codebox { height: 64px; border-width: 2px; border-radius: 14px; cursor: pointer; }
.modal .codebox .code-text { font-size: 24px; letter-spacing: .1em; padding: 0 12px; }
.modal .codebox button { width: 104px; padding: 0; font-size: 15px; }
.modal-hint { font-size: 14px; color: var(--ink-2); margin-top: -6px; }
.vote-row { display: flex; align-items: center; gap: 8px; padding-top: 16px; border-top: 1px solid var(--line); font-size: 15px; }
.vote-row > span { margin-right: auto; font-weight: 500; }
.vote-row .btn[aria-pressed="true"] { background: var(--ink); border-color: var(--ink); color: #fff; }
.vote-msg { font-size: 13px; color: var(--muted); }
.more-link { font-size: 14px; font-weight: 600; text-decoration: underline; text-underline-offset: 3px; align-self: flex-start; min-height: 32px; display: inline-flex; align-items: center; }
body.modal-open { overflow: hidden; }

/* Review page */
.review-layout { padding-top: 18px; display: flex; flex-direction: column; gap: 24px; }
.review-article { display: flex; flex-direction: column; gap: 24px; min-width: 0; }
.review-header { display: flex; flex-direction: column; gap: 12px; }
.review-header h1 { font-size: 32px; line-height: 1.04; }
.author { display: flex; align-items: center; gap: 10px; font-size: 13px; color: var(--muted); }
.author-avatar { width: 36px; height: 36px; border-radius: 10px; background: var(--line-2); flex: none; overflow: hidden; }
.author-avatar img { width: 100%; height: 100%; object-fit: cover; }
.author-text { display: flex; flex-direction: column; line-height: 1.35; }
.author-text strong { color: var(--ink); font-weight: 600; }
.author-meta { display: flex; flex-wrap: wrap; gap: 0 12px; }
.review-hero { margin: 0 calc(var(--gutter) * -1); border-radius: 0; aspect-ratio: 16 / 10; }
.verdict { padding-top: 16px; border-top: 3px solid var(--ink); display: flex; flex-direction: column; gap: 16px; }
.verdict-top { display: flex; align-items: center; gap: 16px; }
.big-score { width: 84px; height: 84px; flex: none; border-radius: 16px; background: var(--volt); display: grid; place-items: center; font-size: 36px; font-weight: 600; letter-spacing: -0.04em; font-variant-numeric: tabular-nums; }
.verdict-text { display: flex; flex-direction: column; gap: 4px; }
.verdict-text h2 { font-size: 22px; }
.verdict-text p { font-size: 14px; color: var(--ink-2); }
.verdict-label-desktop { display: none; }
.subscores { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px 12px; }
.subscore { display: flex; flex-direction: column; gap: 4px; padding: 2px 0 2px 12px; border-left: 2px solid var(--line-2); }
.subscore b { font-size: 24px; font-weight: 600; line-height: 1; letter-spacing: -0.03em; font-variant-numeric: tabular-nums; }
.subscore span { font-size: 12px; color: var(--muted); }
.proscons { display: flex; flex-direction: column; gap: 20px; }
.proscons > div { display: flex; flex-direction: column; gap: 10px; }
.proscons > div + div { padding-top: 18px; border-top: 1px solid var(--line-2); }
.proscons h3 { font-size: 18px; letter-spacing: -0.02em; }
.li { display: flex; gap: 10px; font-size: 15px; line-height: 1.45; align-items: flex-start; }
.mark { width: 22px; height: 22px; flex: none; border-radius: 6px; display: grid; place-items: center; }
.mark svg { width: 13px; height: 13px; }
.mark-yes { background: var(--volt); }
.mark-no { background: var(--tint); }

.deal-box { display: flex; flex-direction: column; gap: 12px; padding: 16px; border: 1.5px dashed var(--ink); border-radius: var(--r-card); background: var(--volt-tint); }
.deal-box-top { display: flex; align-items: center; gap: 12px; }
.deal-box-top > span:last-child { display: flex; flex-direction: column; min-width: 0; }
.deal-box-top strong { font-weight: 600; font-size: 17px; letter-spacing: -0.02em; }
.deal-box-top small { font-size: 13px; color: var(--ink-2); display: flex; flex-wrap: wrap; gap: 0 12px; }
.price { display: flex; align-items: baseline; gap: 8px; }
.price b { font-size: 30px; font-weight: 600; letter-spacing: -0.04em; line-height: 1; font-variant-numeric: tabular-nums; }
.price s { font-size: 14px; color: var(--muted); font-variant-numeric: tabular-nums; }

.toc { display: none; }
.toc-mobile { position: relative; }
.toc-mobile summary {
    list-style: none; min-height: 48px; display: flex; align-items: center; justify-content: space-between; padding: 0 14px;
    border: 1px solid var(--line-2); border-radius: var(--r-control); background: var(--surface);
    font-weight: 600; font-size: 14px; cursor: pointer;
}
.toc-mobile summary::-webkit-details-marker { display: none; }
.toc-mobile[open] summary svg { transform: rotate(180deg); }
.toc-mobile nav { margin-top: 8px; padding: 6px 14px; border-radius: var(--r-control); background: var(--surface); box-shadow: var(--shadow-card); }
.toc-mobile nav a { display: flex; align-items: center; min-height: 44px; font-size: 15px; border-bottom: 1px solid var(--line); }
.toc-mobile nav a:last-child { border-bottom: 0; }

.prose { font-size: 17px; line-height: 1.68; color: var(--ink-hover); display: flex; flex-direction: column; gap: 16px; min-width: 0; overflow-wrap: anywhere; }
.prose > * { margin: 0; max-width: 68ch; }
.prose h2 { font-size: 26px; line-height: 1.1; margin-top: 20px; scroll-margin-top: 16px; max-width: none; }
.prose h3 { font-size: 20px; line-height: 1.2; margin-top: 8px; letter-spacing: -0.025em; }
.prose h4 { font-size: 17px; letter-spacing: -0.015em; }
.prose a { font-weight: 600; text-decoration: underline; text-decoration-thickness: 1.5px; text-underline-offset: 3px; }
.prose ul, .prose ol { padding-left: 22px; }
.prose li + li { margin-top: 6px; }
.prose img { border-radius: 12px; height: auto; }
.prose figure { margin: 0; }
.prose figcaption { font-size: 13px; color: var(--muted); margin-top: 6px; }
.prose blockquote { margin: 0; padding: 4px 0 4px 16px; border-left: 3px solid var(--volt); color: var(--ink-2); }
.prose table { width: 100%; max-width: none; border-collapse: collapse; font-size: 15px; display: block; overflow-x: auto; }
.prose th, .prose td { padding: 10px 8px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
.prose iframe, .prose video { max-width: 100%; border-radius: 12px; }

.list-rows { display: flex; flex-direction: column; border-bottom: 1px solid var(--line); }
.alt-row { display: flex; align-items: center; gap: 14px; padding: 14px 0; border-top: 1px solid var(--line); color: var(--ink); }
.alt-row .ph { width: 72px; height: 72px; flex: none; border-radius: 10px; }
.alt-row strong { flex: 1; min-width: 0; font-weight: 600; font-size: 16px; letter-spacing: -0.015em; line-height: 1.25; }
.alt-row:hover strong { text-decoration: underline; text-underline-offset: 3px; }
.tags-row { display: flex; flex-wrap: wrap; gap: 8px; }
.tags-row a { font-size: 13px; font-weight: 500; padding: 6px 10px; border-radius: 8px; background: var(--tint); }
.small-print { font-size: 12px; line-height: 1.5; color: var(--muted); }

.buy-box { display: none; }
.buy-bar {
    position: fixed; left: 0; right: 0; bottom: 0; z-index: var(--z-sticky);
    padding: 12px var(--gutter) calc(12px + env(safe-area-inset-bottom));
    display: flex; align-items: center; gap: 12px;
    background: var(--bg); border-top: 1px solid var(--line-2); box-shadow: 0 -8px 24px rgba(22, 32, 28, .08);
}
.buy-bar-text { display: flex; flex-direction: column; flex: 1; min-width: 0; line-height: 1.2; }
.buy-bar-text b { font-size: 20px; font-weight: 600; letter-spacing: -0.03em; font-variant-numeric: tabular-nums; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.buy-bar-text small { font-size: 12px; color: var(--muted); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
body.has-buy-bar .site-footer { padding-bottom: calc(100px + env(safe-area-inset-bottom)); }

/* Listing pages */
.page-head { padding: 24px 0 8px; display: flex; flex-direction: column; gap: 10px; }
.page-head h1 { font-size: 32px; line-height: 1.04; }
.page-head p { color: var(--ink-2); max-width: 65ch; }
.chip-row { display: flex; gap: 8px; overflow-x: auto; margin: 8px calc(var(--gutter) * -1) 0; padding: 0 var(--gutter) 4px; scrollbar-width: none; }
.chip-row::-webkit-scrollbar { display: none; }
.chip-row .pill[aria-current] { background: var(--ink); border-color: var(--ink); color: #fff; }
.letter-bar { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 8px; }
.letter-bar a { width: 44px; height: 44px; display: grid; place-items: center; border-radius: var(--r-control); border: 1px solid var(--line-2); background: var(--surface); font: 600 14px/1 var(--mono); }
.letter-bar a:hover { border-color: var(--ink); }
.letter-bar a[aria-current] { background: var(--ink); border-color: var(--ink); color: #fff; }
.letter-bar a.wide { width: auto; padding: 0 12px; }
.store-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; margin-top: 20px; }
.coupon-list { display: flex; flex-direction: column; gap: 12px; margin-top: 16px; }
.empty-state { padding: 40px 20px; text-align: center; color: var(--muted); border: 1px dashed var(--line-2); border-radius: var(--r-card); margin-top: 16px; }
.empty-state strong { display: block; color: var(--ink); font-size: 18px; margin-bottom: 4px; }

.pagination { display: flex; flex-wrap: wrap; justify-content: center; gap: 6px; margin-top: 28px; }
.pagination a, .pagination span {
    min-width: 44px; height: 44px; padding: 0 12px; display: inline-flex; align-items: center; justify-content: center;
    border-radius: var(--r-control); border: 1px solid var(--line-2); background: var(--surface); font-weight: 600; font-size: 14px;
}
.pagination a:hover { border-color: var(--ink); }
.pagination [aria-current] { background: var(--ink); border-color: var(--ink); color: #fff; }
.pagination .is-disabled { color: var(--placeholder); background: transparent; }

.cat-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; margin-top: 16px; }
.cat-card { padding: 16px; display: flex; flex-direction: column; gap: 8px; }
.cat-card > a { font-weight: 600; font-size: 16px; letter-spacing: -0.015em; }
.cat-card ul { list-style: none; display: flex; flex-direction: column; gap: 4px; font-size: 14px; }
.cat-card ul a { color: var(--ink-2); }
.cat-card ul a:hover { color: var(--ink); text-decoration: underline; }

.page-form { display: flex; flex-direction: column; gap: 14px; max-width: 560px; }
.field { display: flex; flex-direction: column; gap: 6px; }
.field label { font-size: 14px; font-weight: 600; }
.field textarea.input { height: auto; min-height: 140px; padding: 12px 14px; resize: vertical; }
.check-field { display: flex; align-items: center; gap: 8px; min-height: 44px; font-size: 14px; }
.check-field input { width: 18px; height: 18px; accent-color: var(--ink); }
.field-error { font-size: 13px; color: #B3261E; }
.alert { padding: 12px 14px; border-radius: var(--r-control); background: var(--volt-tint); border: 1px solid var(--volt); font-size: 14px; }
.alert-error { background: #FBEDEA; border-color: #E8B4A8; }

.not-found { padding-top: 64px; padding-bottom: 64px; display: flex; flex-direction: column; align-items: flex-start; gap: 16px; }
.not-found h1 { font-size: 40px; line-height: 1; }
.not-found .search-field-wrap { position: relative; width: 100%; max-width: 480px; }

@media (min-width: 640px) {
    .store-list { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .cat-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .newsletter .field-row { flex-direction: row; }
    .newsletter .field-row .btn { flex: none; }
}

@media (min-width: 960px) {
    :root { --gutter: 64px; }
    body { font-size: 15px; }
    .desktop-only { display: revert !important; }
    .mobile-only { display: none !important; }

    .site-header .container { height: 68px; gap: 32px; padding-right: var(--gutter); }
    .brand { margin-right: 0; gap: 10px; }
    .brand-mark { width: 30px; height: 30px; border-radius: 9px; }
    .brand-mark svg { width: 18px; height: 18px; }
    .brand-name { font-size: 20px; }
    .main-nav { display: flex; gap: 2px; }
    .main-nav a { color: var(--ink-2); font-weight: 500; font-size: 14px; padding: 12px; border-radius: var(--r-control); transition: background-color .2s ease; }
    .main-nav a:hover { background: var(--tint); color: var(--ink); }
    .main-nav a[aria-current] { color: var(--ink); font-weight: 600; background: var(--tint); }
    .header-search { display: block; position: relative; margin-left: auto; width: 360px; }
    .header-search .search-field input { font-size: 14px; }
    .menu-toggle, .mobile-drawer, .mobile-drawer.is-open { display: none; }
    .header-link { border: 1px solid var(--line-2); border-radius: var(--r-control); background: var(--surface); padding: 0 16px; }
    .header-link:hover { border-color: var(--ink); }

    .section { padding-top: 96px; }
    .section-head { margin-bottom: 32px; align-items: flex-end; }
    .section-title { font-size: 44px; line-height: 1; }

    .site-footer { margin-top: 96px; padding: 64px 0 28px; }
    .footer-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.4fr); gap: 72px; }
    .footer-promise { font-size: 30px; line-height: 1.12; max-width: 440px; margin-top: 20px; }
    .footer-points { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px; }
    .footer-points strong { font-size: 16px; }
    .footer-bottom { flex-direction: row; justify-content: space-between; align-items: center; margin-top: 48px; padding-top: 12px; }
    .footer-links a { padding: 8px 12px; }

    .home-search { display: none; }
    .hero { display: grid; grid-template-columns: 1.55fr 1fr; gap: 40px; padding-top: 48px; align-items: start; }
    .hero-feature { order: 0; padding-top: 0; gap: 16px; }
    .hero-feature .ph { height: 440px; }
    .hero-feature h2 { font-size: 54px; line-height: 1.02; max-width: 780px; }
    .hero-feature p { font-size: 18px; max-width: 680px; }
    .verified { order: 0; padding-top: 20px; border-top: 3px solid var(--ink); }
    .verified-head { border-bottom: 0; padding-bottom: 0; }
    .verified-head h2 { font-size: 28px; }
    .verified-sub { display: block; font-size: 14px; color: var(--muted); margin: 6px 0 16px; }
    .offer-row { border-bottom: 0; border-top: 1px solid var(--line); padding: 14px 0; }
    .offer-row .btn { background: var(--surface); border-color: var(--line-2); padding: 0 14px; }
    .offer-row .btn:hover { border-color: var(--ink); background: var(--surface); }
    .verified .btn-all { display: flex; margin-top: 10px; }
    .verified .link-more { display: none; }

    .cat-pills { display: flex; flex-wrap: wrap; gap: 8px; padding-top: 44px; }

    .review-grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr; gap: 40px 28px; }
    .review-card { flex-direction: column; gap: 12px; padding: 0; border-top: 0; }
    .review-card .ph { width: 100%; height: 200px; border-radius: var(--r-card); }
    .review-card h2, .review-card h3 { font-size: 21px; }
    .review-meta { font-size: 13px; gap: 10px; }
    .review-card.is-featured { display: flex; grid-row: span 2; gap: 16px; }
    .review-card.is-featured .ph { flex: 1; min-height: 480px; height: auto; }
    .review-card.is-featured h3 { font-size: 32px; line-height: 1.08; }
    .review-card.is-featured .deal-line { font-size: 14px; }
    .review-card.is-listed-first { display: none; }

    .stores-band { margin-top: 104px; padding: 72px 0 80px; }
    .stores-band .waves { right: -40px; top: -44px; width: 760px; height: 150px; }
    .stores-band .section-head { margin-bottom: 32px; }
    .stores-band .section-sub { display: block; font-size: 16px; color: var(--ink-2); margin-top: 8px; }
    .shop-grid { grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 16px; }
    .shop-tile { padding: 20px; gap: 20px; }
    .shop-tile-top { gap: 12px; }
    .shop-tile-top .tile { width: 44px; height: 44px; border-radius: 12px; font-size: 14px; }
    .shop-tile-name strong { font-size: 16px; }
    .shop-tile-name span { display: block; }
    .shop-tile-value small { font-size: 12px; }
    .shop-tile-value b { font-size: 34px; }
    .go-dot { width: 32px; height: 32px; }

    .guides { display: grid; grid-template-columns: 360px minmax(0, 1fr); gap: 64px; }
    .guides .section-head { display: none; }
    .guide-intro { display: flex; flex-direction: column; gap: 16px; }
    .guide-intro h2 { font-size: 44px; line-height: 1; }
    .guide-intro p { color: var(--ink-2); font-size: 16px; }
    .guide-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 32px; }
    .guide-row { justify-content: flex-start; gap: 20px; padding: 18px 0; }
    .guide-row .ph { display: block; width: 96px; height: 96px; flex: none; border-radius: 12px; }
    .guide-row > svg { display: none; }
    .guide-row-text strong { font-size: 20px; letter-spacing: -0.025em; line-height: 1.2; }

    .newsletter { margin-top: 104px; padding: 48px 56px; border-radius: 20px; flex-direction: row; align-items: center; justify-content: space-between; gap: 48px; }
    .newsletter h2 { font-size: 38px; }
    .newsletter p { font-size: 16px; }
    .newsletter form { width: 480px; flex: none; margin-top: 0; }

    .store-head { padding: 28px 0 44px; }
    .store-head .container { gap: 28px; }
    .store-row { display: flex; align-items: center; gap: 28px; }
    .store-id { flex: 1; gap: 28px; }
    .store-id .tile { width: 108px; height: 108px; border-radius: var(--r-card); font-size: 32px; }
    .store-id h1 { font-size: 52px; line-height: 1; }
    .store-id-text { gap: 12px; }
    .rating-line { font-size: 14px; gap: 14px; }
    .stars svg { width: 16px; height: 16px; }
    .stats { grid-template-columns: repeat(3, minmax(0, 1fr)); border-radius: var(--r-card); flex: none; }
    .stat { padding: 18px 24px; gap: 4px; }
    .stat b { font-size: 30px; line-height: 1; }
    .stat.is-extra { display: flex; }

    .store-layout { display: grid; grid-template-columns: minmax(0, 1fr) 348px; gap: 48px; padding-top: 40px; align-items: start; }
    .tabs-row { margin: 0 0 4px; padding: 0; overflow: visible; }
    .tab { min-height: 40px; font-size: 13px; }
    .tabs-row .link-more { display: inline-flex; margin-left: auto; }
    .coupon { grid-template-columns: 96px minmax(0, 1fr) 188px; align-items: center; gap: 24px; padding: 20px 24px 20px 20px; }
    .coupon:hover { box-shadow: var(--shadow-hover); }
    .coupon-value { width: 96px; height: 96px; gap: 6px; }
    .coupon-value b { font-size: 28px; }
    .coupon-value span { font-size: 12px; }
    .coupon h2, .coupon h3 { font-size: 19px; letter-spacing: -0.02em; }
    .coupon-desc { display: block; }
    .coupon-meta { font-size: 13px; gap: 18px; }
    .coupon-action { grid-column: auto; }
    .reveal:hover .cover { right: 58px; }
    .reveal .cover { right: 46px; font-size: 14px; }
    .reveal .peek { right: 12px; font-size: 14px; }
    .codebox .code-text { font-size: 15px; }
    .codebox button { padding: 0 14px; font-size: 13px; }
    .expired-row { grid-template-columns: 96px minmax(0, 1fr) 188px; gap: 24px; padding: 20px 0; }
    .expired-row .coupon-value { width: 96px; height: 96px; }
    .expired-row h3 { font-size: 19px; }
    .expired-code { display: flex; height: 48px; align-items: center; justify-content: center; border: 1.5px dashed #B9B5A9; border-radius: var(--r-control); font: 600 14px/1 var(--mono); letter-spacing: .06em; color: var(--muted); }
    .subhead, .about-block h2 { font-size: 28px; }
    .about-block { margin-top: 40px; padding-top: 0; border-top: 0; }
    .about-block .rich { font-size: 16px; max-width: 65ch; }
    .store-aside { position: sticky; top: 24px; }
    .faq-block.desktop-only { display: flex !important; }
    .faq-block .faq-list { grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 40px; }
    .faq-block .faq-item:nth-child(2) { border-top: 0; padding-top: 4px; }
    .faq-more .faq-list .faq-item:nth-child(2) { border-top: 1px solid var(--line); padding-top: 14px; }
    .faq-item h3 { font-size: 16px; }
    .faq-item p { font-size: 15px; }
    .aside-block { padding-top: 20px; }
    .aside-block.is-strong + .aside-block { border-top: 1px solid var(--line-2); }

    .modal-panel {
        left: 50%; top: 50%; right: auto; bottom: auto; width: 480px; max-height: 90vh;
        transform: translate(-50%, -50%); padding: 36px 32px 28px; border-radius: 20px; background: var(--surface);
    }
    .modal-handle { display: none; }
    .modal-head h2 { font-size: 30px; line-height: 1.05; }
    .modal .codebox { background: var(--volt-tint); }

    .review-layout { display: grid; grid-template-columns: 196px minmax(0, 1fr) 320px; gap: 56px; padding-top: 40px; align-items: start; }
    .toc { display: flex; flex-direction: column; padding-top: 8px; position: sticky; top: 24px; }
    .toc strong { font-size: 13px; font-weight: 600; margin-bottom: 12px; }
    .toc a { display: block; padding: 7px 0 7px 14px; border-left: 2px solid var(--line); color: var(--muted); font-size: 14px; transition: color .2s ease, border-color .2s ease; }
    .toc a:hover { color: var(--ink); border-color: #B9B5A9; }
    .toc a.is-active { border-color: var(--ink); color: var(--ink); font-weight: 600; }
    .toc-mobile { display: none; }
    .review-article { display: flex; flex-direction: column; gap: 32px; min-width: 0; }
    .review-header { gap: 18px; }
    .review-header h1 { font-size: 56px; line-height: 1.02; }
    .author { gap: 24px; }
    .author-avatar { width: 40px; height: 40px; }
    .author-meta { gap: 0 24px; }
    .review-hero { margin: 0; border-radius: var(--r-card); aspect-ratio: auto; height: 440px; }
    .verdict { display: grid; grid-template-columns: 148px minmax(0, 1fr); gap: 32px; padding: 32px 0; border-bottom: 1px solid var(--line-2); }
    .verdict-top { display: contents; }
    .big-score { width: 148px; height: 148px; border-radius: 20px; font-size: 64px; grid-row: span 2; }
    .verdict-label-mobile { display: none; }
    .verdict-label-desktop { display: block; font-size: 14px; font-weight: 600; text-align: center; margin-top: 10px; }
    .verdict-score-col { display: flex; flex-direction: column; grid-row: span 2; }
    .verdict-text h2 { font-size: 30px; }
    .verdict-text p { font-size: 16px; }
    .verdict-body { display: flex; flex-direction: column; gap: 16px; }
    .verdict-body .verdict-text.desktop-only { display: flex !important; }
    .subscores { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 8px; margin-top: 4px; }
    .subscore b { font-size: 26px; }
    .proscons { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 40px; }
    .proscons > div + div { padding-top: 0; border-top: 0; padding-left: 40px; border-left: 1px solid var(--line-2); }
    .prose { font-size: 18px; line-height: 1.72; gap: 18px; }
    .prose h2 { font-size: 32px; margin-top: 32px; scroll-margin-top: 24px; }
    .deal-box { flex-direction: row; align-items: center; gap: 18px; padding: 20px 20px 20px 22px; }
    .deal-box-top { flex: 1; gap: 18px; }
    .deal-box-top .tile { width: 52px; height: 52px; }
    .deal-box-top strong { font-size: 18px; }
    .deal-box .price { display: none; }
    .deal-box .btn { width: auto; }
    .buy-bar { display: none; }
    body.has-buy-bar .site-footer { padding-bottom: 28px; }
    .buy-box { display: flex; flex-direction: column; gap: 16px; padding: 24px; position: sticky; top: 24px; }
    .buy-box .ph { height: 188px; border-radius: 12px; }
    .buy-box-name { display: flex; justify-content: space-between; align-items: center; gap: 12px; font-weight: 600; font-size: 18px; letter-spacing: -0.02em; }
    .buy-box .price b { font-size: 38px; }
    .buy-box .price s { font-size: 15px; }
    .alt-row .ph { width: 112px; height: 84px; border-radius: 12px; }
    .alt-row strong { font-size: 20px; letter-spacing: -0.025em; }

    .page-head { padding: 40px 0 8px; }
    .page-head h1 { font-size: 52px; line-height: 1; }
    .chip-row { flex-wrap: wrap; margin: 12px 0 0; padding: 0; overflow: visible; }
    .store-list { grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 16px; margin-top: 32px; }
    .coupon-list { gap: 14px; margin-top: 24px; }
    .cat-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
    .post-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 40px 28px; margin-top: 32px; }
    .post-grid .review-card.is-listed-first { display: flex; }
    .content-narrow { max-width: 820px; }
    .not-found { padding-top: 120px; padding-bottom: 120px; }
    .not-found h1 { font-size: 64px; }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { transition: none !important; animation: none !important; scroll-behavior: auto !important; }
}
