:root {
    --coral: var(--theme-primary, #e06d53);
    --coral-text: var(--theme-primary-text, #a44732);
    --bg: #fdfbf9;
    --sand: #f5f4f1;
    --dark: #111;
    --header: #1a1a1a;
    --line: #eae3da;
    --muted: #6f6761;
    --platinum: #d7e1e9;
    --platinum-deep: #748493;
    --gold: #c5a028;
    --silver: #8e9bae;
    --bronze: #a97142;
    --daily-accent: var(--theme-primary-text, #a44732);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    color: #1c1917;
    background: var(--bg);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-height: 100vh; background: var(--bg); }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
a { color: inherit; text-decoration: none; }
[hidden] { display: none !important; }
.container { width: min(1600px, calc(100% - 64px)); margin-inline: auto; }
.site-header { position: sticky; top: 0; z-index: 30; background: var(--header); border-bottom: 1px solid #2a2a2a; box-shadow: 0 2px 12px #0002; }
.header-inner { width: min(1600px, calc(100% - 64px)); height: 80px; margin: auto; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: flex; align-items: center; gap: 15px; color: #fff; text-transform: uppercase; }
.brand > span:last-child { line-height: .9; }
.brand small { display: block; margin-bottom: 6px; color: #b3b3b3; font-size: 9px; font-weight: 800; letter-spacing: .3em; }
.brand strong { font-size: 20px; letter-spacing: .15em; }
.brand-mark { height: 25px; display: flex; align-items: flex-end; gap: 4px; }
.brand-mark i { display: block; width: 6px; height: 24px; background: var(--theme-primary, #e06d53); }
.brand-mark i:nth-child(2) { height: 21px; background: var(--theme-highlight, #cb9725); }
.brand-mark i:nth-child(3) { height: 17px; background: var(--theme-primary-border, #f3c7bd); }
.brand-mark i:nth-child(4) { height: 12px; background: var(--theme-primary-soft, #fcf2f0); }
.main-nav { display: flex; gap: 28px; color: #aaa; font-size: 11px; font-weight: 700; letter-spacing: .04em; }
.main-nav a:hover { color: #fff; }
.mobile-nav { position: relative; display: none; color: #fff; }
.mobile-nav summary { min-height: 42px; display: flex; align-items: center; padding: 8px 12px; border: 1px solid #3a3a3a; list-style: none; cursor: pointer; font-size: 10px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.mobile-nav summary::-webkit-details-marker { display: none; }
.mobile-nav nav { position: absolute; top: calc(100% + 10px); right: 0; z-index: 40; width: min(280px, calc(100vw - 30px)); display: grid; padding: 8px; border: 1px solid #333; background: #171717; box-shadow: 0 18px 45px #0008; }
.mobile-nav nav a { padding: 12px; border-bottom: 1px solid #292929; color: #ddd; font-size: 11px; font-weight: 800; letter-spacing: .03em; }
.mobile-nav nav a:last-child { border-bottom: 0; }
.header-actions { display: flex; align-items: center; gap: 12px; }
.vat-toggle, .cart-toggle { min-height: 48px; border: 0; border-radius: 3px; color: #fff; background: transparent; }
.vat-toggle { padding: 7px 12px; text-align: right; text-decoration: none; }
.vat-toggle span, .cart-toggle small { display: block; margin-bottom: 4px; color: #b3b3b3; font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.vat-toggle strong, .cart-toggle strong { font-size: 11px; }
.vat-toggle:hover, .cart-toggle:hover { background: #242424; }
.cart-toggle { position: relative; display: flex; align-items: center; gap: 15px; padding: 7px 14px; text-align: right; }
.cart-toggle b { font: inherit; }
.bag-icon { font-size: 24px; line-height: 1; transform: rotate(180deg); }
.cart-badge { position: absolute; right: 0; top: 0; display: grid; place-items: center; min-width: 22px; height: 22px; padding: 0 5px; border: 2px solid var(--header); border-radius: 999px; color: var(--theme-on-primary, #181210); background: var(--coral); font-size: 11px; font-weight: 800; line-height: 1; }
.hero { padding: 58px 0 46px; background: var(--sand); border-bottom: 1px solid var(--line); }
.hero h1 { margin: 0 0 38px; font-size: clamp(38px, 5vw, 64px); line-height: 1; letter-spacing: -.045em; }
.hero h1 em { color: var(--coral-text); font-style: normal; }
.hero-intro { max-width: 760px; margin: -22px 0 32px; color: #625b55; font-size: 15px; line-height: 1.65; }
.home-promo-grid { display: grid; grid-template-columns: minmax(0, 2fr) minmax(280px, 1fr); gap: 16px; margin-bottom: 24px; }
.home-wizard-card { min-height: 168px; display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 30px 32px; border: 1px solid #333; color: #fff; background: linear-gradient(120deg, #272727, #111); box-shadow: 0 10px 28px #0002; }
.home-wizard-card h1 { max-width: 700px; margin: 0 0 12px; font-size: clamp(25px, 3vw, 40px); line-height: 1.08; letter-spacing: -.035em; }
.home-wizard-card p { max-width: 650px; margin: 0; color: #bbb; font-size: 13px; line-height: 1.6; }
.home-wizard-card > strong { flex: 0 0 auto; display: inline-flex; align-items: center; gap: 13px; min-height: 48px; padding: 13px 19px; color: var(--theme-on-primary, #181210); background: var(--coral); font-size: 10px; letter-spacing: .11em; text-transform: uppercase; }
.home-wizard-card i, .home-offer-card i { font-size: 18px; font-style: normal; line-height: 1; }
.home-offer-card { position: relative; min-height: 168px; display: grid; grid-template-columns: auto 1fr; align-content: center; gap: 7px 10px; padding: 27px 28px; border: 1px solid var(--line); background: #fff; box-shadow: 0 3px 12px #0000000c; }
.home-offer-card > small { position: absolute; top: 0; right: 0; padding: 7px 10px; color: var(--theme-on-primary, #181210); background: var(--coral); font-size: 9px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.home-offer-card > span { grid-row: 1 / span 2; align-self: start; color: var(--coral-text); font-size: 21px; }
.home-offer-card h2 { margin: 1px 0 0; font-size: 15px; letter-spacing: .02em; }
.home-offer-card p { grid-column: 1 / -1; margin: 6px 0 10px; color: var(--muted); font-size: 11px; line-height: 1.55; }
.home-offer-card > strong { grid-column: 1 / -1; display: inline-flex; align-items: center; gap: 8px; color: var(--coral-text); font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.home-offer-card:hover, .home-wizard-card:hover { transform: translateY(-2px); box-shadow: 0 13px 30px #0002; }
.home-offer-card-empty > small { color: #625b55; background: #eee9e2; }
.category-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin-bottom: 25px; }
.category-card { display: flex; align-items: center; gap: 16px; min-height: 98px; padding: 22px; border: 1px solid var(--line); background: #fff; text-align: left; transition: .2s ease; }
.category-card:hover { border-color: #aaa; transform: translateY(-2px); }
.category-card.active { color: #fff; border-color: #1a1a1a; background: #1a1a1a; box-shadow: 0 12px 28px #0002; }
.category-icon { color: var(--coral); font-size: 27px; }
.category-card strong { display: block; font-size: 13px; letter-spacing: .04em; }
.category-card small { display: block; margin-top: 8px; color: var(--muted); font-size: 12px; }
.category-card.active small { color: #aaa; }
.filter-panel { padding: 24px; border: 1px solid var(--line); background: #fff; box-shadow: 0 1px 4px #00000008; }
.search-field { display: flex; justify-content: center; align-items: center; gap: 12px; margin-bottom: 12px; }
.search-field > span { display: none; }
.search-slots { flex: 0 0 auto; width: auto; display: grid; grid-template-columns: repeat(8, 44px); gap: 7px; }
.search-slot { min-width: 0; width: 100%; height: 46px; padding: 0 2px; border: 1px solid #938c85; border-radius: 3px; outline: 0; color: #1c1917; background: #fff; box-shadow: 0 2px 5px #0000000d; font-size: 18px; font-weight: 800; text-align: center; text-transform: uppercase; transition: border-color .15s ease, box-shadow .15s ease; }
.search-slot:nth-child(2n+1):not(:first-child) { margin-left: 5px; }
.search-slot::placeholder { color: #9d958e; opacity: 1; }
.search-slot:focus { border-color: var(--coral); box-shadow: 0 0 0 3px var(--theme-primary-focus, #e06d5324); }
.search-submit { min-height: 46px; align-self: center; padding: 9px 18px; border: 1px solid #111; color: #fff; background: #111; font-size: 10px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.search-scope { min-width: 0; margin: 0 0 18px; padding: 0; border: 0; }
.search-scope legend { width: 100%; margin-bottom: 9px; padding: 0; color: #625b55; font-size: 9px; font-weight: 800; letter-spacing: .14em; text-align: center; text-transform: uppercase; }
.search-scope-options { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; }
.search-scope-option { position: relative; cursor: pointer; }
.search-scope-option input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.search-scope-option span { min-height: 34px; display: inline-flex; align-items: center; padding: 8px 15px; border: 1px solid #ddd; background: #fafaf9; color: #666; font-size: 11px; font-weight: 800; letter-spacing: .04em; }
.search-scope-option input:checked + span { color: #fff; border-color: #111; background: #111; }
.search-scope-option input:focus-visible + span { outline: 3px solid var(--theme-primary-focus, #e06d5366); outline-offset: 2px; }
.search-help { margin: 0 0 23px; color: var(--muted); font-size: 11px; text-align: center; }
.search-help code { color: #8d3e2d; font-weight: 900; }
.search-notice { max-width: 540px; margin: 0 auto 20px; padding: 11px 13px; border: 1px solid #e0b9af; background: #fff2ef; color: #8d3e2d; font-size: 11px; }
.filter-row { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; }
.filter-row small { display: block; margin-bottom: 9px; color: #625b55; font-size: 9px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.results-summary { display: flex; flex-direction: column; align-items: flex-end; gap: 7px; text-align: right; }
.results-summary strong { color: #625b55; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }
.results-summary a { color: var(--coral-text); font-size: 10px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.tier-filters { display: flex; gap: 8px; }
.tier-filters a { display: inline-flex; align-items: center; padding: 9px 16px; border: 1px solid #ddd; background: #fafaf9; color: #666; font-size: 11px; font-weight: 800; letter-spacing: .04em; }
.tier-filters a.active { color: #fff; border-color: #111; background: #111; }
.catalogue-section { padding: 60px 0 72px; }
.daily-picks-section { padding-block: 48px 56px; border-top: 1px solid #e3c4bb; border-bottom: 1px solid #e3c4bb; background: linear-gradient(135deg, #fff2ee, #fdfbf9); }
.daily-picks-heading h2 { color: var(--daily-accent); }
.grid-daily-picks { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.number-card.daily-pick-card { min-height: 260px; gap: 10px; padding: 20px; border: 2px solid var(--daily-accent); background: #fff; box-shadow: 0 8px 24px #6f2c1f12; }
.daily-pick-card:hover { border-color: #7d3021; box-shadow: 0 14px 30px #6f2c1f24; }
.daily-pick-card .phone-visual { gap: clamp(5px, .7vw, 11px); margin: 12px 0 10px; }
.daily-pick-card .phone-visual b { font-size: clamp(23px, 2.3vw, 33px); }
.daily-pick-card .phone-visual i { background: var(--daily-accent); }
.daily-pick-card .phone-visual span:nth-child(n+3) i { background: #c4a19a; }
.daily-pick-card .daily-type-note { height: 12px; min-height: 12px; margin-top: 7px; overflow: hidden; line-height: 12px; }
.daily-pick-card .traits { min-height: 13px; font-size: 9px; }
.daily-pick-card .card-buy { padding-top: 12px; }
.daily-pick-card .card-actions { margin-top: 10px; }
.daily-pick-card .badges i { background: #fff; }
.daily-tier-platinum .badges i { color: #4d5d6b; border-color: #82919d; }
.daily-tier-gold .badges i { color: #766000; border-color: #ab8d29; }
.daily-tier-silver .badges i { color: #59677a; border-color: #9ba4b1; }
.daily-tier-bronze .badges i { color: #855938; border-color: #b99c86; }
.daily-picks-swipe-hint { display: none; }
.featured-modules { position: relative; }
.featured-rotation-toggle { position: absolute; z-index: 2; top: 43px; right: max(4%, calc((100% - 1600px) / 2)); border: 0; background: transparent; color: #8d3e2d; padding: 4px; font: inherit; font-size: .72rem; font-weight: 800; cursor: pointer; }
.featured-rotation-toggle:hover, .featured-rotation-toggle:focus-visible { text-decoration: underline; }
.section-platinum { color: #f8fafc; border-top: 1px solid #53616d; background: linear-gradient(135deg, #232b33 0%, #11171d 58%, #090d11 100%); }
.section-gold { color: #fff; border-top: 1px solid #292929; background: #111; }
.section-silver { background: var(--sand); border-bottom: 1px solid var(--line); }
.section-bronze { padding-bottom: 120px; background: var(--bg); }
.section-heading { margin-bottom: 25px; }
.section-heading h2 { margin: 0; font-size: 20px; letter-spacing: .04em; }
.section-platinum .section-heading h2 { color: var(--platinum); text-shadow: 0 1px 18px #d7e1e933; }
.section-gold .section-heading h2 { color: var(--gold); }
.section-heading p { margin: 7px 0 0; color: var(--muted); font-size: 13px; }
.section-platinum .section-heading p { color: #aeb9c2; }
.section-gold .section-heading p { color: #999; }
.number-grid { display: grid; gap: 20px; }
.grid-platinum { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.grid-gold { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.grid-silver { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.grid-bronze { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.number-card { min-width: 0; min-height: 315px; display: flex; flex-direction: column; justify-content: space-between; gap: 30px; padding: 26px; border: 1px solid #e7e5e4; background: #fff; transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease; }
.number-card:hover { border-color: var(--coral); transform: translateY(-2px); box-shadow: 0 12px 25px #0000000b; }
.section-platinum .number-card { min-height: 380px; border-color: var(--platinum-deep); background: linear-gradient(145deg, #1b232b, #10161c); box-shadow: inset 0 0 0 1px #ffffff08; }
.section-platinum .number-card:hover { border-color: var(--platinum); box-shadow: 0 15px 35px #0005, 0 0 22px #d7e1e91a, inset 0 0 0 1px #ffffff12; }
.section-gold .number-card { min-height: 365px; border-color: #2b2b2b; background: #111; }
.section-gold .number-card:hover { border-color: var(--gold); }
.section-bronze .number-card { background: #fcfaf8; }
.section-bronze .number-card { min-height: 285px; padding: 20px; }
.section-bronze .phone-visual { gap: clamp(5px, .7vw, 11px); margin: 24px 0 18px; }
.section-bronze .traits { min-height: 13px; font-size: 9px; }
.section-bronze .card-buy { padding-top: 16px; }
.section-bronze .card-actions { margin-top: 14px; }
.card-meta { display: flex; justify-content: space-between; gap: 10px; font-size: 11px; font-weight: 900; letter-spacing: .04em; }
.card-meta > span:first-child b { margin-right: 5px; color: var(--coral-text); }
.badges { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 5px; }
.badges i { padding: 4px 6px; border: 1px solid #ddd; color: var(--bronze); font-size: 9px; font-style: normal; }
.section-platinum .badges i { border-color: #748493; color: var(--platinum); background: #d7e1e90b; }
.section-gold .badges i { border-color: #5b4d19; color: var(--gold); }
.section-silver .badges i { color: #59677a; border-color: #9ba4b1; }
.section-bronze .badges i { color: #855938; border-color: #b99c86; }
.type-note { margin: 7px 0 0; color: #625b55; font-size: 10px; }
.section-platinum .type-note { color: #aeb9c2; }
.section-gold .type-note { color: #aaa; }
.phone-visual { display: flex; align-items: flex-start; gap: clamp(6px, 1vw, 14px); margin: 38px 0 22px; }
.phone-visual span { min-width: 0; display: flex; flex-direction: column; align-items: center; }
.phone-visual b { font-size: clamp(25px, 3vw, 46px); line-height: 1; letter-spacing: -.05em; white-space: nowrap; }
.grid-bronze .phone-visual b { font-size: clamp(23px, 2.3vw, 33px); }
.phone-visual i { width: 100%; height: 6px; margin-top: 12px; border-radius: 2px; background: var(--coral); }
.phone-visual span:nth-child(n+3) i { background: #a8a29e; }
.section-platinum .phone-visual i { background: var(--platinum); box-shadow: 0 0 12px #d7e1e940; }
.section-platinum .phone-visual span:nth-child(n+3) i { background: var(--platinum-deep); }
.section-gold .phone-visual span:nth-child(n+3) i { background: #555; }
.traits { min-height: 16px; margin: 0; color: var(--muted); font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.section-platinum .traits { color: #aeb9c2; }
.section-gold .traits { color: #999; }
.card-buy { padding-top: 19px; border-top: 1px solid #eee; }
.section-platinum .card-buy { border-color: #4b5863; }
.section-gold .card-buy { border-color: #2b2b2b; }
.price-block { display: grid; grid-template-columns: 1fr auto; align-items: baseline; gap: 2px 12px; }
.price-caption { grid-column: 1 / -1; color: #625b55; font-size: 9px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.price-primary { margin-top: 3px; font-size: 23px; }
.price-secondary { color: #625b55; font-size: 10px; }
.section-platinum .price-caption, .section-platinum .price-secondary { color: #aeb9c2; }
.section-gold .price-caption, .section-gold .price-secondary { color: #aaa; }
.card-actions { display: flex; gap: 8px; margin-top: 18px; }
.card-actions button { flex: 1; min-height: 40px; border: 1px solid #ddd; background: transparent; font-size: 9px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.details-button { color: #1c1917; }
.section-platinum .details-button { color: var(--platinum); border-color: var(--platinum-deep); }
.section-gold .details-button { color: #fff; border-color: #666; }
.add-button { color: #fff; border-color: #111 !important; background: #111 !important; }
.section-platinum .add-button { color: #11171d; border-color: var(--platinum) !important; background: var(--platinum) !important; }
.section-gold .add-button { color: #111; border-color: #fff !important; background: #fff !important; }
.add-button:disabled { cursor: default; opacity: .4; }
.reservation-card-link { min-height: 38px; display: flex; align-items: center; justify-content: center; margin-top: 8px; border: 1px solid var(--coral); color: var(--coral-text); background: var(--theme-primary-soft, #fff7f4); font-size: 9px; font-weight: 900; letter-spacing: .12em; text-align: center; text-transform: uppercase; }
.reservation-card-link:hover { color: var(--theme-on-primary, #fff); background: var(--coral); }
.section-platinum .reservation-card-link, .section-gold .reservation-card-link { color: #fff; background: var(--theme-primary-focus, #e06d5324); }
.section-platinum .reservation-card-link:hover, .section-gold .reservation-card-link:hover { color: var(--theme-on-primary, #fff); background: var(--coral); }
.empty-results { padding: 100px 30px; text-align: center; color: #999; font-size: 12px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.pagination { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 20px; padding-top: 35px; padding-bottom: 80px; color: #888; font-size: 10px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.pagination > :last-child { justify-self: end; }
.pagination-direction { padding: 11px 15px; border: 1px solid #ddd; color: #222; background: #fff; }
.cart-overlay { position: fixed; inset: 0; z-index: 50; background: #0009; backdrop-filter: blur(3px); }
.cart-sidebar { position: fixed; top: 0; right: 0; bottom: 0; z-index: 51; width: min(440px, 100%); display: flex; flex-direction: column; background: #fff; box-shadow: -20px 0 50px #0003; transform: translateX(105%); transition: transform .25s ease; }
.cart-sidebar.open { transform: translateX(0); }
.cart-head { min-height: 76px; display: flex; align-items: center; justify-content: space-between; padding: 22px 25px; border-bottom: 1px solid #eee; background: var(--bg); font-size: 12px; letter-spacing: .13em; text-transform: uppercase; }
.cart-head button, .dialog-close { border: 0; background: transparent; color: #888; font-size: 26px; }
.cart-items { flex: 1; overflow: auto; padding: 22px; }
.empty-cart { color: #999; font-size: 13px; }
.cart-item { position: relative; margin-bottom: 12px; padding: 17px; border: 1px solid #e7e5e4; background: var(--bg); }
.cart-item small { color: var(--coral-text); font-size: 9px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.cart-item strong { display: block; margin: 8px 35px 8px 0; font-size: 20px; letter-spacing: .04em; }
.cart-item span { font-size: 12px; font-weight: 800; }
.cart-item button { position: absolute; top: 12px; right: 12px; border: 0; background: transparent; color: #aaa; font-size: 20px; }
.cart-foot { padding: 22px; border-top: 1px solid #ddd; background: var(--bg); }
.cart-foot > div { display: flex; justify-content: space-between; gap: 15px; margin-bottom: 8px; font-size: 12px; }
.cart-foot > div:first-child { margin-top: 4px; }
.cart-vat-line { color: #777; }
.type-confirm { display: flex; gap: 10px; margin: 17px 0; padding: 13px; border: 1px solid #ddd; background: #f3f2f0; color: #57534e; font-size: 11px; line-height: 1.45; }
.type-confirm input { margin-top: 2px; accent-color: #111; }
.checkout-button { min-height: 50px; display: flex; justify-content: center; align-items: center; gap: 12px; margin-top: 16px; color: #fff; background: #111; font-size: 10px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.checkout-button.disabled { pointer-events: none; opacity: .35; }
.number-dialog { width: min(520px, calc(100% - 30px)); padding: 35px; border: 1px solid #ddd; background: var(--bg); box-shadow: 0 25px 70px #0004; }
.number-dialog::backdrop { background: #0009; backdrop-filter: blur(3px); }
.number-dialog .dialog-close { position: absolute; top: 12px; right: 12px; }
.number-dialog > small { color: var(--coral-text); font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.number-dialog h2 { margin: 18px 0 12px; font-size: clamp(34px, 8vw, 58px); letter-spacing: -.04em; }
.number-dialog p { color: #666; }
.dialog-price { margin-top: 28px; padding-top: 20px; border-top: 1px solid #ddd; }
.dialog-price span { display: block; font-size: 26px; font-weight: 900; }
.dialog-price small { color: #777; }
.dialog-warning { padding: 12px; border: 1px solid #e0b9af; background: #fff2ef; color: #8d3e2d !important; }
.similar-button { width: 100%; min-height: 46px; margin-top: 20px; border: 1px solid #111; color: #fff; background: #111; font-size: 10px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.similar-button:disabled { opacity: .55; }
.similar-results { margin-top: 24px; padding-top: 20px; border-top: 1px solid #ddd; }
.similar-heading { display: flex; justify-content: space-between; gap: 15px; align-items: center; margin-bottom: 12px; font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }
.similar-heading code { padding: 5px 7px; color: #8d3e2d; background: #fff2ef; font-size: 11px; }
.similar-items { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
.similar-items a { display: grid; gap: 5px; padding: 12px; border: 1px solid #ddd; color: #222; background: #fff; }
.similar-items a strong { font-size: 16px; }
.similar-items a span, .similar-items p { color: #777; font-size: 10px; }
.toast { position: fixed; right: 25px; bottom: 25px; z-index: 80; max-width: 360px; padding: 14px 18px; color: #fff; background: #111; box-shadow: 0 12px 30px #0004; font-size: 12px; }
.offer-popup { position: fixed; right: 24px; bottom: 24px; z-index: 70; width: min(390px, calc(100% - 30px)); display: flex; gap: 14px; padding: 20px; border: 1px solid #3a3a3a; color: #fff; background: #181818; box-shadow: 0 18px 50px #0006; animation: offer-popup-in .35s ease-out both; }
.offer-popup-icon { flex: 0 0 auto; color: var(--coral); font-size: 25px; line-height: 1; }
.offer-popup strong { display: block; font-size: 13px; }
.offer-popup p { margin: 7px 0 13px; color: #c6c6c6; font-size: 11px; line-height: 1.55; }
.offer-popup-actions { display: flex; align-items: center; gap: 10px; }
.offer-popup-actions a, .offer-popup-actions button { min-height: 34px; display: inline-flex; align-items: center; padding: 8px 11px; border: 0; font-size: 9px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.offer-popup-actions a { color: #111; background: #fff; }
.offer-popup-actions button { color: #aaa; background: transparent; }
.offer-popup-actions button:hover { color: #fff; }
@keyframes offer-popup-in { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }
.product-page { padding: 42px 0 90px; }
.product-container { width: min(1180px, calc(100% - 64px)); margin-inline: auto; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 28px; color: #777; font-size: 11px; }
.breadcrumbs a:hover { color: var(--coral); }
.product-detail { display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(300px, .75fr); gap: 60px; padding: 50px; border: 1px solid var(--line); background: #fff; box-shadow: 0 14px 45px #2f231512; }
.product-eyebrow { margin: 0 0 15px; color: var(--coral-text); font-size: 11px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.product-copy h1 { margin: 0; font-size: clamp(30px, 4vw, 52px); line-height: 1.08; letter-spacing: -.035em; }
.product-copy h1.product-phone { margin: 0 0 28px; }
.product-phone b { font-size: clamp(34px, 5vw, 64px); }
.product-lead { color: #5f5954; font-size: 14px; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; }
.product-warning { max-width: 540px; padding: 12px 14px; border: 1px solid #e0b9af; background: #fff2ef; color: #8d3e2d; font-size: 12px; }
.product-facts { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.product-facts div { min-width: 145px; padding: 14px; border: 1px solid var(--line); background: var(--sand); }
.product-facts small, .product-facts strong { display: block; }
.product-facts small { margin-bottom: 7px; color: #888; font-size: 9px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.product-facts strong { font-size: 13px; }
.product-purchase { align-self: start; padding: 28px; border: 1px solid #ddd; background: var(--sand); }
.product-purchase .price-primary { font-size: 30px; }
.product-purchase > p { margin: 22px 0; color: #666; font-size: 12px; line-height: 1.6; }
.product-purchase .card-actions { flex-direction: column; }
.product-purchase .card-actions button { min-height: 48px; }
.product-purchase ul { margin: 24px 0 0; padding: 20px 0 0 18px; border-top: 1px solid #ddd; color: #5f5954; font-size: 11px; line-height: 1.9; }
.product-explanation { max-width: 780px; padding: 54px 0 0; }
.product-explanation h2 { margin: 0 0 14px; font-size: 26px; }
.product-explanation p { margin: 0 0 20px; color: #625b55; font-size: 14px; line-height: 1.75; }
.product-explanation a { color: var(--coral-text); font-size: 11px; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.site-footer { display: grid; grid-template-columns: minmax(240px, 1fr) minmax(150px, .65fr) minmax(320px, 1.15fr); align-items: start; gap: 60px; padding: 45px max(32px, calc((100vw - 1536px) / 2)); color: #aaa; background: #111; font-size: 11px; line-height: 1.8; }
.footer-column { display: grid; align-content: start; gap: 8px; }
.footer-column > * { margin: 0; }
.footer-contact address { font-style: normal; }
.footer-menu { width: min(210px, 100%); justify-self: center; }
.footer-menu a { min-height: 32px; display: flex; align-items: center; border-bottom: 1px solid #ffffff12; }
.footer-notes { max-width: 430px; justify-self: end; }
.footer-notes a { color: #fff; }
.site-footer strong, .site-footer a:hover { color: #fff; }

@media (min-width: 761px) {
    .search-field { margin-top: 10px; }
    .search-help { margin-bottom: 13px; }
}

@media (max-width: 1050px) {
    .main-nav { display: none; }
    .mobile-nav { display: block; margin-left: auto; }
    .grid-silver { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .grid-bronze { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .grid-daily-picks { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .product-detail { grid-template-columns: 1fr; gap: 35px; }
    .home-promo-grid { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
    html { scrollbar-width: none; }
    html::-webkit-scrollbar { display: none; }
    .container, .header-inner { width: min(100% - 30px, 1600px); }
    .featured-rotation-toggle { right: 15px; }
    .header-inner { height: 68px; }
    .header-inner { gap: 8px; }
    .mobile-nav nav { position: fixed; top: 76px; right: 15px; left: 15px; width: auto; max-height: calc(100vh - 91px); overflow-y: auto; }
    .brand { gap: 6px; }
    .brand strong { font-size: 16px; }
    .brand-mark { flex: 0 0 29px; height: 20px; gap: 3px; }
    .brand-mark i { width: 5px; height: 19px; }
    .brand-mark i:nth-child(2) { height: 17px; }
    .brand-mark i:nth-child(3) { height: 14px; }
    .brand-mark i:nth-child(4) { height: 10px; }
    .header-actions { gap: 6px; }
    .vat-toggle span, .cart-toggle > span:first-child { display: none; }
    .vat-toggle { padding-inline: 5px; }
    .category-grid { grid-template-columns: 1fr; }
    .hero { padding-top: 38px; }
    .home-wizard-card { min-height: 0; align-items: flex-start; flex-direction: column; gap: 22px; padding: 25px 22px; }
    .home-wizard-card > strong { width: 100%; justify-content: center; }
    .home-offer-card { min-height: 158px; padding: 25px 22px; }
    .search-field { flex-wrap: wrap; }
    .search-slots { flex: 1 1 100%; width: 100%; grid-template-columns: repeat(8, minmax(0, 1fr)); gap: 5px; }
    .search-slot { padding-inline: 2px; font-size: 18px; }
    .search-slot:nth-child(2n+1):not(:first-child) { margin-left: 2px; }
    .search-submit { width: 100%; min-height: 42px; }
    .search-help, .search-notice { margin-left: 0; }
    .filter-row { align-items: flex-start; flex-direction: column; }
    .results-summary { align-items: flex-start; text-align: left; }
    .tier-filters { flex-wrap: wrap; }
    .grid-platinum, .grid-gold, .grid-silver, .grid-bronze { grid-template-columns: 1fr; }
    .phone-visual b, .grid-bronze .phone-visual b { font-size: clamp(30px, 10vw, 46px); }
    .daily-picks-section { padding-block: 38px 44px; overflow: hidden; }
    .grid-daily-picks { width: 100%; grid-template-columns: none; grid-auto-flow: column; grid-auto-columns: 100%; gap: 14px; overflow-x: auto; padding-right: 0; scroll-padding-left: 0; scroll-snap-type: x mandatory; scrollbar-width: none; }
    .grid-daily-picks::-webkit-scrollbar { display: none; }
    .number-card.daily-pick-card { min-height: 230px; scroll-snap-align: start; }
    .daily-pick-card .phone-visual b { font-size: clamp(27px, 9vw, 38px); }
    .daily-picks-swipe-hint { display: block; margin: 13px 0 0; color: #8d3e2d; font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
    .site-footer { grid-template-columns: 1fr; gap: 30px; padding-inline: 22px; }
    .footer-menu { width: 100%; grid-template-columns: repeat(3, minmax(0, 1fr)); justify-self: start; gap: 12px; }
    .footer-menu a { min-height: 36px; }
    .footer-notes { max-width: none; justify-self: start; }
    .product-page { padding-top: 25px; }
    .product-container { width: min(100% - 30px, 1180px); }
    .product-detail { padding: 25px 20px; }
    .product-copy h1.product-phone { gap: 7px; margin: 0 0 22px; }
    .product-phone b { font-size: clamp(29px, 11vw, 46px); }
    .product-purchase { padding: 22px; }
    .offer-popup { right: 15px; bottom: 15px; }
}

@media (max-width: 340px) {
    .cart-toggle { padding-inline: 8px; }
}

@media (prefers-reduced-motion: reduce) {
    .offer-popup { animation: none; }
}

.offer-badge{color:var(--theme-on-primary,#fff)!important;border-color:var(--coral)!important;background:var(--coral)!important}.offer-original-price{grid-column:1/-1;color:#8b8179;font-size:10px;text-decoration:line-through}.section-platinum .offer-original-price,.section-gold .offer-original-price{color:#aaa}.product-offer-label{display:inline-block;margin:14px 0 0;padding:7px 10px;color:var(--theme-on-primary,#fff);background:var(--coral);font-size:10px;font-weight:900;letter-spacing:.1em;text-transform:uppercase}.cart-item del{display:block;margin-bottom:3px;color:#8b8179;font-size:10px}.cart-item del+span{color:var(--coral-text)}
