/*
Theme Name:        Sonic Menu Prices
Theme URI:         https://sonicmenupricesin.com/
Author:            sonicmenupricesin.com
Author URI:        https://sonicmenupricesin.com/
Description:       An independent, fully-editable menu-price and calorie reference theme with searchable/sortable menu tables, filterable location directory, Happy Hour comparison pricing, promo code pages and native JSON-LD/semantic SEO. Not affiliated with any restaurant chain — built to describe one from the outside.
Requires at least: 6.4
Tested up to:      6.8
Requires PHP:      7.4
Version:           1.0.0
License:           GNU General Public License v2 or later
License URI:       https://www.gnu.org/licenses/gpl-2.0.html
Text Domain:       sonicmenuprices
Tags:              blog, food-and-drink, custom-logo, custom-menu, editor-style, featured-images, full-width-template, threaded-comments, translation-ready, accessibility-ready, block-patterns

Sonic Menu Prices is distributed under the terms of the GNU GPL v2 or later.
*/

/* -------------------------------------------------------------------------
 * 1. Tokens — resolve from theme.json first, hex fallbacks only apply if
 *    global styles fail to load.
 * ---------------------------------------------------------------------- */

:root {
	--smp-primary:        var(--wp--preset--color--primary, #e0246b);
	--smp-primary-hover:  var(--wp--preset--color--primary-hover, #c41c59);
	--smp-navy:           var(--wp--preset--color--navy, #16223c);
	--smp-blue:           var(--wp--preset--color--blue, #1b4fa0);
	--smp-light-blue:     var(--wp--preset--color--light-blue, #1b9ad6);
	--smp-hero-cyan:      var(--wp--preset--color--hero-cyan, #b3eafc);
	--smp-pink-tint:      var(--wp--preset--color--pink-tint, #fdf3f7);
	--smp-surface:        var(--wp--preset--color--surface, #f7f8fa);
	--smp-base:           var(--wp--preset--color--base, #ffffff);
	--smp-ink:            var(--wp--preset--color--ink, #1f2430);
	--smp-muted:          var(--wp--preset--color--muted, #6b7280);
	--smp-subtle:         var(--wp--preset--color--subtle, #5b6373);
	--smp-border:         var(--wp--preset--color--border, #e6e8ee);
	--smp-border-soft:    var(--wp--preset--color--border-soft, #eceef3);

	--smp-font:           var(--wp--preset--font-family--body, Archivo, system-ui, sans-serif);
	--smp-radius-sm:      var(--wp--custom--radius--sm, 4px);
	--smp-radius-card:    var(--wp--custom--radius--card, 6px);
	--smp-radius-pill:    var(--wp--custom--radius--pill, 999px);
	--smp-shadow-card:    0 1px 3px rgba(22,34,60,0.06);
	--smp-shadow-card-hover: 0 6px 18px rgba(22,34,60,0.12);
	--smp-content: 1200px;
	--smp-wide: 1360px;
}

/* -------------------------------------------------------------------------
 * 2. Reset & base
 * ---------------------------------------------------------------------- */

*, *::before, *::after { box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; }

body {
	margin: 0;
	background: var(--smp-base);
	color: var(--smp-ink);
	font-family: var(--smp-font);
	font-size: 15px;
	line-height: 1.6;
	-webkit-font-smoothing: antialiased;
}

img, svg { max-width: 100%; height: auto; display: block; }

table { border-collapse: collapse; width: 100%; }

a { color: var(--smp-blue); text-decoration: none; text-underline-offset: 3px; }
a:hover { color: var(--smp-primary); text-decoration: underline; }

h1, h2, h3, h4 { font-weight: 800; letter-spacing: -0.02em; margin: 0; }

:focus { outline: none; }
:focus-visible { outline: 2px solid var(--smp-primary); outline-offset: 2px; }
::selection { background: rgba(224,36,107,0.25); }

.smp-container { max-width: var(--smp-content); margin: 0 auto; padding: 0 24px; }
.smp-container--wide { max-width: var(--smp-wide); }

.screen-reader-text {
	position: absolute !important;
	clip: rect(1px,1px,1px,1px);
	width: 1px; height: 1px; overflow: hidden;
}
.screen-reader-text:focus {
	position: static !important;
	width: auto; height: auto; clip: auto;
	display: inline-block; padding: 8px 12px; background: var(--smp-navy); color: #fff; z-index: 100;
}

.smp-visually-hidden { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }

/* -------------------------------------------------------------------------
 * 3. Buttons & chips
 * ---------------------------------------------------------------------- */

.smp-btn {
	display: inline-block;
	font-family: var(--smp-font);
	font-weight: 800;
	font-size: 15px;
	text-align: center;
	background: var(--smp-primary);
	color: #fff;
	padding: 14px 24px;
	border-radius: var(--smp-radius-sm);
	border: 1px solid var(--smp-primary);
	cursor: pointer;
}
.smp-btn:hover, .smp-btn:focus-visible { background: var(--smp-primary-hover); border-color: var(--smp-primary-hover); color: #fff; text-decoration: none; }

.smp-btn--pill {
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #fff;
	background: var(--smp-blue);
	padding: 7px 16px;
	border-radius: var(--smp-radius-pill);
	border: 0;
}
.smp-btn--pill:hover, .smp-btn--pill:focus-visible { background: var(--smp-primary); color: #fff; text-decoration: none; }

.smp-btn--dark {
	display: inline-block;
	font-weight: 800;
	font-size: 13px;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	padding: 11px 24px;
	border-radius: var(--smp-radius-pill);
	background: var(--smp-navy);
	color: #fff;
}
.smp-btn--dark:hover, .smp-btn--dark:focus-visible { background: var(--smp-primary); color: #fff; text-decoration: none; }

.smp-chip {
	font-size: 12.5px;
	font-weight: 700;
	background: #fff;
	border: 1px solid #f0d5e0;
	color: var(--smp-navy);
	border-radius: var(--smp-radius-pill);
	padding: 6px 13px;
	display: inline-block;
}

.smp-code-chip {
	display: inline-block;
	font-size: 14px;
	font-weight: 800;
	background: #fff;
	border: 1px dashed var(--smp-primary);
	color: var(--smp-primary);
	border-radius: var(--smp-radius-pill);
	padding: 8px 18px;
	letter-spacing: 0.06em;
}

/* -------------------------------------------------------------------------
 * 4. Disclaimer bar + header
 * ---------------------------------------------------------------------- */

.smp-disclaimer {
	background: var(--smp-navy);
	color: #fff;
	font-size: 11.5px;
	font-weight: 600;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	padding: 9px 24px;
	text-align: center;
}

.smp-header {
	position: sticky;
	top: 0;
	z-index: 50;
	background: #fff;
	box-shadow: 0 1px 6px rgba(22,34,60,0.12);
}
.smp-header__inner {
	max-width: var(--smp-content);
	margin: 0 auto;
	padding: 14px 24px;
	display: flex;
	align-items: center;
	gap: 24px;
	flex-wrap: wrap;
}
.smp-logo {
	color: var(--smp-navy);
	font-weight: 800;
	font-size: 20px;
	letter-spacing: -0.02em;
}
.smp-logo:hover, .smp-logo:focus-visible { text-decoration: none; color: var(--smp-primary); }
.smp-logo em { font-style: normal; color: var(--smp-primary); }

.smp-nav { display: flex; gap: 6px; flex-wrap: wrap; margin-left: auto; list-style: none; margin: 0 0 0 auto; padding: 0; }
.smp-nav li { margin: 0; }
.smp-nav__link {
	font-weight: 600;
	font-size: 13.5px;
	padding: 8px 14px;
	border-radius: var(--smp-radius-pill);
	color: var(--smp-navy);
	background: var(--smp-surface);
}
.smp-nav__link:hover, .smp-nav__link:focus-visible, .smp-nav__link.is-current { background: var(--smp-primary); color: #fff; text-decoration: none; }

.smp-nav-toggle {
	display: none;
	font-family: var(--smp-font);
	font-weight: 800;
	font-size: 13px;
	background: var(--smp-surface);
	color: var(--smp-navy);
	border: 1px solid var(--smp-border);
	border-radius: var(--smp-radius-sm);
	padding: 8px 12px;
	cursor: pointer;
	margin-left: auto;
}

.smp-search { display: flex; min-width: 200px; flex: 0 1 240px; }
.smp-search__input {
	flex: 1;
	font-family: var(--smp-font);
	font-size: 13.5px;
	padding: 9px 12px;
	border: 1px solid var(--smp-border);
	border-right: 0;
	border-radius: var(--smp-radius-pill) 0 0 var(--smp-radius-pill);
	background: #fff;
	color: var(--smp-ink);
}
.smp-search__input:focus { border-color: var(--smp-primary); }
.smp-search__btn {
	font-family: var(--smp-font);
	font-weight: 800;
	font-size: 13px;
	background: var(--smp-primary);
	color: #fff;
	border: 1px solid var(--smp-primary);
	border-radius: 0 var(--smp-radius-pill) var(--smp-radius-pill) 0;
	padding: 9px 16px;
	cursor: pointer;
}
.smp-search__btn:hover { background: var(--smp-primary-hover); border-color: var(--smp-primary-hover); }

/* -------------------------------------------------------------------------
 * 5. Hero
 * ---------------------------------------------------------------------- */

.smp-hero { background: var(--smp-hero-cyan); }
.smp-hero__inner {
	max-width: var(--smp-wide);
	margin: 0 auto;
	display: grid;
	grid-template-columns: minmax(0,1fr) minmax(0,1fr);
	gap: 48px;
	align-items: center;
	padding: 40px 24px;
}
.smp-hero__title { font-size: clamp(1.9rem, 4vw, 2.75rem); line-height: 1.15; margin: 0; }
.smp-hero__title .is-pink { color: var(--smp-primary); }
.smp-hero__title .is-blue { color: var(--smp-light-blue); }
.smp-hero__title .is-navy { color: var(--smp-navy); }
.smp-hero__lead { font-size: 16.5px; line-height: 1.7; margin: 18px 0 0; max-width: 66ch; color: var(--smp-navy); }
.smp-hero__cta { display: block; text-align: center; margin-top: 26px; }

.smp-hero__media {
	position: relative;
	aspect-ratio: 16/9;
	background-color: #0e2b45;
	background-image: repeating-linear-gradient(135deg, rgba(255,255,255,0.06) 0 10px, transparent 10px 20px);
	overflow: hidden;
	border-radius: var(--smp-radius-card);
}
.smp-hero__media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.smp-hero__slides { position: absolute; inset: 0; }
.smp-hero__slide {
	position: absolute; inset: 0;
	display: grid; place-items: center; text-align: center; padding: 24px;
}
.smp-hero__slide:not(.is-active) { display: none; }
.smp-hero__slide-label { font-size: 11px; font-weight: 800; letter-spacing: 0.16em; text-transform: uppercase; color: rgba(255,255,255,0.65); }
.smp-hero__slide-caption { font-size: 22px; font-weight: 800; color: #fff; margin-top: 8px; }
.smp-hero__arrow {
	position: absolute; top: 50%; transform: translateY(-50%);
	width: 38px; height: 38px; display: grid; place-items: center;
	border-radius: var(--smp-radius-pill); background: rgba(255,255,255,0.9); color: var(--smp-navy); font-weight: 800;
}
.smp-hero__arrow:hover, .smp-hero__arrow:focus-visible { background: var(--smp-primary); color: #fff; text-decoration: none; }
.smp-hero__arrow--prev { left: 12px; }
.smp-hero__arrow--next { right: 12px; }
.smp-hero__dots { position: absolute; bottom: 14px; left: 0; right: 0; display: flex; gap: 8px; justify-content: center; }
.smp-hero__dot { width: 10px; height: 10px; border-radius: var(--smp-radius-pill); background: rgba(22,34,60,0.25); display: block; padding: 0; border: 0; cursor: pointer; }
.smp-hero__dot:hover, .smp-hero__dot.is-active { background: var(--smp-primary); }
.smp-hero__carousel-controls { display: none; }
.smp-js .smp-hero__carousel-controls { display: block; }

/* -------------------------------------------------------------------------
 * 6. Jump nav
 * ---------------------------------------------------------------------- */

.smp-jumpnav { background: var(--smp-navy); }
.smp-jumpnav__inner {
	max-width: var(--smp-content); margin: 0 auto; padding: 14px 24px;
	display: flex; gap: 8px; align-items: center; justify-content: center; flex-wrap: wrap;
}
.smp-jumpnav__title { font-size: 11.5px; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; margin: 0; color: #8f9bb5; }
.smp-jumpnav__link { font-size: 12.5px; font-weight: 600; color: #fff; padding: 5px 11px; border-radius: var(--smp-radius-pill); background: rgba(255,255,255,0.1); }
.smp-jumpnav__link:hover, .smp-jumpnav__link:focus-visible { background: var(--smp-primary); text-decoration: none; }

/* -------------------------------------------------------------------------
 * 7. Category bands & grids
 * ---------------------------------------------------------------------- */

.smp-category { padding-bottom: 46px; }
.smp-band { padding: 11px 24px; margin-bottom: 26px; }
.smp-band--pink { background: var(--smp-primary); }
.smp-band--navy { background: var(--smp-navy); }
.smp-band__title {
	max-width: var(--smp-content); margin: 0 auto; text-align: center;
	color: #fff; font-size: 19px; font-weight: 800; letter-spacing: 0.14em; text-transform: uppercase;
}
.smp-band--caption { padding: 8px 16px; margin: 24px 0 18px; }
.smp-band--caption .smp-band__title { font-size: 13.5px; letter-spacing: 0.06em; text-transform: none; }

.smp-category__intro { font-size: 15.5px; line-height: 1.75; text-align: center; max-width: 96ch; margin: 0 auto; }

.smp-grid { display: grid; grid-template-columns: repeat(auto-fill,minmax(228px,1fr)); gap: 16px; }

.smp-item-card {
	background: #fff; border: 1px solid var(--smp-border); border-radius: var(--smp-radius-card);
	padding: 14px 14px 16px; text-align: center; display: flex; flex-direction: column; gap: 10px;
	box-shadow: var(--smp-shadow-card);
}
.smp-item-card:hover { box-shadow: var(--smp-shadow-card-hover); border-color: #f3c6d8; }
.smp-item-card__photo {
	aspect-ratio: 1/1; background-color: var(--smp-surface);
	background-image: repeating-linear-gradient(135deg, rgba(22,34,60,0.05) 0 8px, transparent 8px 16px);
	border-radius: var(--smp-radius-sm); display: grid; place-items: center; overflow: hidden;
}
.smp-item-card__photo img { width: 100%; height: 100%; object-fit: cover; }
.smp-photo-label { font-size: 10px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: #98a0b0; }
.smp-item-card__name { font-size: 14px; font-weight: 700; line-height: 1.35; color: var(--smp-navy); }
.smp-item-card__price { font-weight: 800; font-size: 20px; color: var(--smp-primary); letter-spacing: -0.01em; margin-top: auto; }
.smp-item-card__cal { font-size: 12.5px; color: var(--smp-muted); }
.smp-item-card .smp-btn--pill { align-self: center; }

.smp-more-item[hidden] { display: none; }
.smp-more-toggle-wrap { text-align: center; margin-top: 22px; }

/* -------------------------------------------------------------------------
 * 8. Left-rail grid (order ways / promos / breakfast facts)
 * ---------------------------------------------------------------------- */

.smp-rail { display: grid; grid-template-columns: repeat(auto-fit,minmax(230px,1fr)); gap: 0; border-left: 1px solid var(--smp-border-soft); }
.smp-rail__item { border-right: 1px solid var(--smp-border-soft); border-top: 2px solid var(--smp-primary); padding: 16px 20px; }
.smp-rail__item h3 { font-size: 16px; margin: 0 0 8px; }
.smp-rail__item p { font-size: 14px; line-height: 1.55; margin: 0; }

.smp-rail--facts .smp-rail__item { padding: 14px 18px; }
.smp-rail__label { font-size: 11.5px; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; color: var(--smp-primary); }
.smp-rail__value { font-weight: 800; font-size: 22px; letter-spacing: -0.01em; margin-top: 6px; }
.smp-rail__note { font-size: 14px; line-height: 1.5; margin: 6px 0 0; color: var(--smp-subtle); }

/* -------------------------------------------------------------------------
 * 9. Ruled list (FAQ / notes / long-form sections)
 * ---------------------------------------------------------------------- */

.smp-ruled { padding: 16px 0; border-top: 2px solid var(--smp-primary); }
.smp-ruled + .smp-ruled { margin-top: 0; }
.smp-ruled__title { font-size: 18px; margin: 0; }
.smp-ruled__body { font-size: 15px; line-height: 1.6; margin: 8px 0 0; max-width: 80ch; }

.smp-notes .smp-ruled { padding: 14px 0; }
.smp-notes .smp-ruled__title { font-size: 17px; }
.smp-notes .smp-ruled__body { margin: 7px 0 0; max-width: 78ch; }

.smp-sections .smp-section { margin-top: 28px; }
.smp-sections .smp-section:first-child { margin-top: 0; }
.smp-section__title { font-size: 23px; margin: 0 0 8px; }
.smp-section__body { font-size: 15.5px; line-height: 1.75; margin: 0; max-width: 88ch; }

.smp-detail-sections .smp-section { margin-bottom: 26px; }
.smp-detail-sections .smp-section__title { font-size: 24px; }
.smp-detail-sections .smp-section__body { max-width: 88ch; }

/* -------------------------------------------------------------------------
 * 10. Tables
 * ---------------------------------------------------------------------- */

.smp-table-wrap { overflow-x: auto; }
.smp-table thead tr { border-bottom: 2px solid var(--smp-primary); }
.smp-table th { text-align: left; font-size: 12px; letter-spacing: 0.08em; text-transform: uppercase; padding: 0 12px 9px 0; font-weight: 800; }
.smp-table th:last-child { padding-right: 0; }
.smp-table th[scope="col"].is-numeric, .smp-table td.is-numeric { text-align: right; }
.smp-table tbody tr { border-bottom: 1px solid var(--smp-border-soft); }
.smp-table td, .smp-table tbody th { padding: 10px 12px 10px 0; font-size: 15px; font-weight: 400; text-align: left; }
.smp-table td.is-numeric, .smp-table tbody th.is-numeric { text-align: right; font-weight: 800; white-space: nowrap; }
.smp-table td.is-muted { color: var(--smp-muted); font-size: 13px; font-weight: 400; }
.smp-table .is-strike { text-decoration: line-through; color: var(--smp-muted); font-weight: 400; }
.smp-table .is-save { color: var(--smp-primary); font-weight: 800; }

.smp-sort-link { font-size: 12px; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; color: var(--smp-navy); }
.smp-sort-link:hover, .smp-sort-link:focus-visible { color: var(--smp-primary); text-decoration: none; }
.smp-sort-arrow { display: inline-block; margin-left: 2px; }

.smp-search-bar { display: flex; gap: 10px; flex-wrap: wrap; align-items: center; margin: 24px 0 0; }
.smp-search-bar__input {
	flex: 1; min-width: 280px; font-family: var(--smp-font); font-size: 14px; padding: 12px 14px;
	border: 1px solid var(--smp-navy); border-radius: 0; background: #fff; color: var(--smp-navy);
}
.smp-search-bar__input:focus { border-color: var(--smp-primary); }
.smp-search-bar__count { font-size: 13px; font-weight: 600; color: var(--smp-muted); }

/* -------------------------------------------------------------------------
 * 11. Page hero (breadcrumb + H1 + intro band)
 * ---------------------------------------------------------------------- */

.smp-page-hero { border-bottom: 1px solid var(--smp-border); }
.smp-page-hero--tint { background: var(--smp-pink-tint); }
.smp-page-hero__inner { max-width: var(--smp-content); margin: 0 auto; padding: 44px 24px 34px; }
.smp-page-hero--tint .smp-page-hero__inner { padding: 38px 24px 32px; }
.smp-page-hero__title { font-size: clamp(1.75rem, 3.4vw, 2.75rem); line-height: 1.08; letter-spacing: -0.025em; max-width: 26ch; }
.smp-page-hero__lead { font-size: 17px; line-height: 1.6; max-width: 70ch; margin: 16px 0 0; }
.smp-page-hero--tint .smp-page-hero__lead { font-size: 16.5px; margin-top: 14px; max-width: 82ch; }
.smp-page-hero__tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 18px; }

.smp-breadcrumbs { font-size: 12px; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; color: var(--smp-muted); margin-bottom: 16px; }
.smp-page-hero--tint .smp-breadcrumbs { margin-bottom: 14px; }
.smp-breadcrumbs a { color: var(--smp-muted); }
.smp-breadcrumbs a:hover { color: var(--smp-primary); }

/* -------------------------------------------------------------------------
 * 12. Two-column layout with aside
 * ---------------------------------------------------------------------- */

.smp-layout { max-width: var(--smp-content); margin: 0 auto; padding: 30px 24px 0; display: grid; grid-template-columns: minmax(0,2fr) minmax(0,1fr); gap: 44px; align-items: start; }
.smp-layout--wide-main { grid-template-columns: minmax(0,2fr) minmax(0,1fr); }
.smp-layout--cat { padding-top: 34px; }
.smp-layout__main { min-width: 0; }

.smp-aside { border: 1px solid var(--smp-border); }
.smp-aside__title { font-size: 12px; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; margin: 0; padding: 14px 18px; border-bottom: 2px solid var(--smp-primary); }
.smp-aside--stacked { display: grid; gap: 22px; border: 0; }
.smp-aside--stacked .smp-aside__panel { border: 1px solid var(--smp-border); border-radius: var(--smp-radius-card); overflow: hidden; }
.smp-aside--stacked .smp-aside__title { background: var(--smp-primary); color: #fff; border-bottom: 0; }
.smp-aside--stacked .smp-aside__panel--dark .smp-aside__title { background: var(--smp-navy); }

.smp-aside__row { display: flex; justify-content: space-between; gap: 12px; padding: 11px 18px; border-bottom: 1px solid var(--smp-border-soft); color: var(--smp-navy); font-size: 14px; }
.smp-aside__row:hover, .smp-aside__row:focus-visible { background: var(--smp-pink-tint); text-decoration: none; }
.smp-aside__row-count { font-weight: 800; color: var(--smp-muted); }

.smp-facts { }
.smp-facts__row { padding: 11px 16px; border-bottom: 1px solid var(--smp-border-soft); }
.smp-facts__row--split { display: flex; justify-content: space-between; gap: 14px; }
.smp-facts__k { font-size: 11.5px; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; color: var(--smp-muted); }
.smp-facts__row--split .smp-facts__k { font-size: 13.5px; font-weight: 400; text-transform: none; letter-spacing: 0; }
.smp-facts__v { font-size: 14.5px; margin-top: 2px; color: var(--smp-navy); }
.smp-facts__row--split .smp-facts__v { font-size: 14.5px; font-weight: 700; margin-top: 0; text-align: right; }

.smp-nearby-link { display: block; padding: 12px 16px; border-bottom: 1px solid var(--smp-border-soft); color: var(--smp-navy); }
.smp-nearby-link:hover, .smp-nearby-link:focus-visible { background: var(--smp-pink-tint); text-decoration: none; }
.smp-nearby-link__name { font-size: 14.5px; font-weight: 700; }
.smp-nearby-link__meta { font-size: 13px; color: var(--smp-muted); }
.smp-aside__more { display: block; padding: 12px 16px; font-size: 13.5px; font-weight: 800; color: var(--smp-blue); }
.smp-aside__more:hover, .smp-aside__more:focus-visible { color: var(--smp-primary); text-decoration: none; }

/* -------------------------------------------------------------------------
 * 13. Promo grid & related-item tiles
 * ---------------------------------------------------------------------- */

.smp-promo-grid { display: grid; grid-template-columns: repeat(auto-fit,minmax(270px,1fr)); gap: 0; border-left: 1px solid var(--smp-border-soft); }
.smp-promo-card { border-right: 1px solid var(--smp-border-soft); border-top: 2px solid var(--smp-primary); padding: 18px 20px; display: flex; flex-direction: column; gap: 10px; }
.smp-promo-card__tag { font-size: 11.5px; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; color: var(--smp-primary); }
.smp-promo-card__title { font-size: 19px; }
.smp-promo-card__detail { font-size: 14px; line-height: 1.55; margin: 0; }
.smp-promo-card__meta { margin-top: auto; display: flex; align-items: baseline; justify-content: space-between; gap: 12px; border-top: 1px solid var(--smp-border-soft); padding-top: 12px; }
.smp-promo-card__code { font-weight: 800; font-size: 15px; letter-spacing: 0.04em; }
.smp-promo-card__expires { font-size: 12.5px; color: var(--smp-muted); }

.smp-related-grid { display: grid; grid-template-columns: repeat(auto-fill,minmax(200px,1fr)); gap: 14px; }
.smp-related-tile { border: 1px solid var(--smp-border); border-radius: var(--smp-radius-card); padding: 14px; text-align: center; color: var(--smp-navy); display: block; }
.smp-related-tile:hover, .smp-related-tile:focus-visible { border-color: #f3c6d8; background: var(--smp-pink-tint); text-decoration: none; }
.smp-related-tile__name { font-size: 14px; font-weight: 700; line-height: 1.35; }
.smp-related-tile__price { font-weight: 800; font-size: 18px; color: var(--smp-primary); margin-top: 6px; }

/* -------------------------------------------------------------------------
 * 14. Location cards, select filter, pagination
 * ---------------------------------------------------------------------- */

.smp-loc-toolbar { display: flex; gap: 14px; align-items: center; justify-content: space-between; flex-wrap: wrap; border-bottom: 1px solid var(--smp-border); padding-bottom: 16px; }
.smp-loc-toolbar__label { display: flex; align-items: center; gap: 10px; font-size: 13.5px; font-weight: 700; color: var(--smp-navy); }
.smp-select {
	font-family: var(--smp-font); font-size: 14px; font-weight: 600; padding: 9px 12px;
	border: 1px solid var(--smp-border); border-radius: var(--smp-radius-pill); background: #fff; color: var(--smp-navy); min-width: 200px;
}
.smp-loc-toolbar__count { font-size: 13.5px; color: var(--smp-muted); }

.smp-state-pills { display: flex; flex-wrap: wrap; gap: 8px; margin: 18px 0 0; }
.smp-state-pills a { font-size: 12.5px; font-weight: 600; color: var(--smp-navy); padding: 6px 12px; border-radius: var(--smp-radius-pill); background: var(--smp-surface); border: 1px solid var(--smp-border); }
.smp-state-pills a:hover, .smp-state-pills a.is-current { background: var(--smp-primary); border-color: var(--smp-primary); color: #fff; text-decoration: none; }

.smp-loc-grid { display: grid; grid-template-columns: repeat(auto-fill,minmax(300px,1fr)); gap: 16px; margin-top: 22px; }
.smp-loc-card { border: 1px solid var(--smp-border); border-radius: var(--smp-radius-card); background: #fff; padding: 18px; display: flex; flex-direction: column; gap: 9px; box-shadow: var(--smp-shadow-card); }
.smp-loc-card:hover { box-shadow: var(--smp-shadow-card-hover); border-color: #f3c6d8; }
.smp-loc-card__line { font-size: 11.5px; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; color: var(--smp-primary); }
.smp-loc-card__name { font-size: 19px; letter-spacing: -0.01em; color: var(--smp-navy); }
.smp-loc-card__address { font-size: 14px; line-height: 1.5; margin: 0; color: var(--smp-subtle); }
.smp-loc-card__meta { display: flex; gap: 14px; flex-wrap: wrap; font-size: 13px; color: var(--smp-muted); border-top: 1px solid var(--smp-border-soft); padding-top: 10px; margin-top: auto; }
.smp-loc-card__rating strong { color: var(--smp-primary); }

.smp-pagination { display: flex; gap: 8px; justify-content: center; margin-top: 26px; flex-wrap: wrap; }
.smp-pagination a, .smp-pagination span { min-width: 40px; text-align: center; font-size: 14px; font-weight: 800; padding: 9px 12px; border: 1px solid var(--smp-border); border-radius: var(--smp-radius-sm); background: #fff; color: var(--smp-navy); }
.smp-pagination a:hover, .smp-pagination a:focus-visible { border-color: var(--smp-primary); text-decoration: none; }
.smp-pagination .current { background: var(--smp-primary); border-color: var(--smp-primary); color: #fff; }

.smp-tags { display: flex; flex-wrap: wrap; gap: 8px; }

/* -------------------------------------------------------------------------
 * 15. Reviews
 * ---------------------------------------------------------------------- */

.smp-review { border: 1px solid var(--smp-border); border-radius: var(--smp-radius-card); padding: 16px; margin-bottom: 12px; }
.smp-review__header { display: flex; gap: 12px; justify-content: space-between; flex-wrap: wrap; align-items: baseline; }
.smp-review__author { font-size: 15px; color: var(--smp-navy); }
.smp-review__meta { font-size: 13px; color: var(--smp-muted); }
.smp-review__stars { color: var(--smp-primary); font-weight: 800; }
.smp-review__text { font-size: 14.5px; line-height: 1.65; margin: 8px 0 0; color: var(--smp-ink); }

/* -------------------------------------------------------------------------
 * 16. Continue reading strip
 * ---------------------------------------------------------------------- */

.smp-continue { border-top: 1px solid var(--smp-border); margin-top: 48px; }
.smp-continue__inner { max-width: var(--smp-content); margin: 0 auto; padding: 36px 24px; }
.smp-continue__label { font-size: 12px; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; margin: 0 0 18px; }
.smp-continue__grid { display: grid; grid-template-columns: repeat(auto-fit,minmax(230px,1fr)); gap: 0; border-left: 1px solid var(--smp-border-soft); }
.smp-continue__tile { display: block; border-right: 1px solid var(--smp-border-soft); border-top: 2px solid var(--smp-primary); padding: 16px 20px; color: var(--smp-navy); }
.smp-continue__tile:hover, .smp-continue__tile:focus-visible { background: var(--smp-pink-tint); text-decoration: none; }
.smp-continue__title { font-weight: 800; font-size: 17px; }
.smp-continue__summary { font-size: 14px; line-height: 1.5; margin-top: 6px; color: var(--smp-subtle); }

/* -------------------------------------------------------------------------
 * 17. Footer
 * ---------------------------------------------------------------------- */

.smp-footer { border-top: 1px solid var(--smp-border); background: var(--smp-surface); }
.smp-footer__top { max-width: var(--smp-content); margin: 0 auto; padding: 32px 24px; display: grid; grid-template-columns: repeat(auto-fit,minmax(240px,1fr)); gap: 32px; border-bottom: 1px solid var(--smp-border-soft); }
.smp-footer__heading { font-size: 12px; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; margin: 0 0 12px; }
.smp-footer__cats { display: flex; flex-wrap: wrap; gap: 6px; }
.smp-footer__cats a { font-size: 13px; font-weight: 600; color: var(--smp-navy); border: 1px solid var(--smp-border); padding: 5px 9px; }
.smp-footer__cats a:hover, .smp-footer__cats a:focus-visible { background: var(--smp-navy); color: #fff; text-decoration: none; }
.smp-footer__links { display: grid; gap: 7px; }
.smp-footer__links a { font-size: 14px; color: var(--smp-navy); }
.smp-footer__links a:hover { color: var(--smp-primary); }
.smp-footer__note { font-size: 14px; line-height: 1.55; margin: 0 0 12px; color: var(--smp-subtle); }
.smp-footer__form { display: flex; gap: 8px; flex-wrap: wrap; }
.smp-footer__form input[type="email"] {
	flex: 1; min-width: 150px; font-family: var(--smp-font); font-size: 14px; padding: 11px 12px;
	border: 1px solid var(--smp-navy); border-radius: 0; background: #fff; color: var(--smp-navy);
}
.smp-footer__form input[type="email"]:focus { border-color: var(--smp-primary); }
.smp-footer__form button { font-family: var(--smp-font); font-weight: 800; font-size: 14px; background: var(--smp-primary); color: #fff; border: 1px solid var(--smp-primary); padding: 11px 16px; cursor: pointer; }
.smp-footer__form button:hover { background: var(--smp-primary-hover); }
.smp-footer__form-status { font-size: 13px; color: var(--smp-subtle); margin: 6px 0 0; }

.smp-footer__bottom { max-width: var(--smp-content); margin: 0 auto; padding: 28px 24px 36px; display: grid; gap: 14px; }
.smp-footer__site-name { font-weight: 800; font-size: 17px; }
.smp-footer__disclaimer { font-size: 13px; line-height: 1.65; color: var(--smp-subtle); max-width: 100ch; margin: 0; }
.smp-footer__legal { font-size: 12px; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; color: var(--smp-muted); }

/* -------------------------------------------------------------------------
 * 18. Generic content sections used sitewide (FAQ split, order-ways heading)
 * ---------------------------------------------------------------------- */

.smp-section-band { border-bottom: 1px solid var(--smp-border); }
.smp-section-band__inner { max-width: var(--smp-content); margin: 0 auto; padding: 46px 24px; }
.smp-section-band__heading { font-size: clamp(1.6rem, 3vw, 2rem); }

.smp-split { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,2fr); gap: 44px; align-items: start; }
.smp-split__intro p { font-size: 15px; line-height: 1.6; margin: 12px 0 0; }

@media (max-width: 860px) {
	.smp-hero__inner, .smp-layout, .smp-split { grid-template-columns: minmax(0,1fr); }
	.smp-nav { width: 100%; margin-left: 0; }
}

@media (max-width: 640px) {
	.smp-header__inner { gap: 12px; }
	.smp-search { flex: 1 1 100%; order: 4; }
	.smp-nav-toggle { display: block; order: 2; }
	.smp-js .smp-nav { flex-basis: 100%; order: 3; display: none; margin-left: 0; }
	.smp-js .smp-nav.is-open { display: flex; }
}

/* Print / no-JS safety: never let content depend on JS to be visible. */
.no-js .smp-hero__carousel-controls,
.no-js [data-js-only] { display: none !important; }
.no-js .smp-more-item[hidden] { display: flex !important; }
