/*
Theme Name: HotSide
Theme URI: https://hotsiderepairs.com/
Description: Mobile-first dispatch directory theme for HotSide commercial kitchen equipment repair.
Version: 0.1.0
Author: Ingenious Digital
License: GPL-2.0-or-later
Text Domain: hotside
*/

:root {
	--hs-accent: #ffd900;
	--hs-accent-ink: #121212;
	--hs-bg: #121212;
	--hs-surface: #1a1a1a;
	--hs-surface-raised: #242424;
	--hs-border: #3a3a3a;
	--hs-text: #f8fafc;
	--hs-muted: #9ca3af;
	--hs-ready: #4ade80;
	--hs-attention: #facc15;
	--hs-danger: #f87171;
	--hs-radius: 0.75rem;
	--hs-max: 76rem;
	--hs-shadow: 0 1rem 3rem rgb(0 0 0 / 0.22);
	font-family: "Noto Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	color-scheme: dark;
}

/* Release polish: hard-edged dispatch UI with a calm reading rhythm. */
body { background-image: radial-gradient(circle at 80% -10%, rgb(255 217 0 / 0.09), transparent 28rem), linear-gradient(rgb(255 255 255 / 0.025) 1px, transparent 1px), linear-gradient(90deg, rgb(255 255 255 / 0.025) 1px, transparent 1px); }
.hs-header { border-bottom-color: rgb(255 217 0 / 0.18); }
.hs-nav { display: flex; align-items: center; gap: 0.45rem; }
.hs-nav a { display: none; padding: 0.55rem 0.7rem; border-radius: 0.45rem; }
.hs-nav a.hs-nav-primary { display: inline-flex; border: 1px solid var(--hs-accent); background: var(--hs-accent); color: var(--hs-accent-ink); font-weight: 800; }
.hs-nav a.hs-nav-primary:hover, .hs-nav a.hs-nav-primary:focus { color: var(--hs-accent-ink); filter: brightness(1.08); }
.hs-hero--home { display: grid; gap: 2rem; align-items: end; min-height: 28rem; padding-block: 3rem 2rem; }
.hs-hero-copy { max-width: 48rem; }
.hs-hero-copy h1 { max-width: 34rem; font-size: clamp(3.2rem, 12vw, 7rem); letter-spacing: -0.07em; }
.hs-hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 1rem; margin-top: 1.5rem; }
.hs-hero-signal { display: grid; grid-template-columns: auto 1fr; gap: 0.35rem 0.6rem; align-items: center; justify-self: start; padding: 0.85rem 1rem; border: 1px solid var(--hs-border); border-radius: 0.5rem; background: rgb(26 26 26 / 0.86); color: var(--hs-muted); font: 700 0.66rem ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: 0.12em; }
.hs-hero-signal strong { grid-column: 2; color: var(--hs-text); font: 800 1rem/1.1 "Noto Sans", system-ui, sans-serif; letter-spacing: -0.02em; }
.hs-signal-dot { display: inline-block; width: 0.55rem; height: 0.55rem; border-radius: 50%; background: var(--hs-ready); box-shadow: 0 0 0 0.25rem rgb(74 222 128 / 0.12); }
.hs-search-stage { padding: 1.5rem; border: 1px solid rgb(255 217 0 / 0.22); border-radius: 1rem; background: linear-gradient(135deg, rgb(35 35 35 / 0.96), rgb(22 22 22 / 0.96)); box-shadow: var(--hs-shadow); }
.hs-section-heading { display: flex; align-items: end; justify-content: space-between; gap: 1rem; margin-bottom: 1rem; }
.hs-section-heading h2 { max-width: 32rem; }
.hs-section-note { margin: 0 0 0.75rem; color: var(--hs-accent); font: 700 0.7rem ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: 0.12em; }
.hs-search { border-color: #4a4a4a; background: #111; }
.hs-field--primary { min-height: 3.35rem; font-size: 1rem; }
.hs-field-label { display: block; margin: 0 0 0.35rem; color: var(--hs-accent); font: 700 0.68rem ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: 0.1em; text-transform: uppercase; }
.hs-search-footnote { display: flex; align-items: center; gap: 0.6rem; margin: 0.85rem 0 0; color: var(--hs-muted); font-size: 0.8rem; }
.hs-map { min-height: 19rem; border-color: rgb(255 217 0 / 0.25); background-color: #151515; }
.hs-map-grid { position: absolute; inset: 0; opacity: 0.55; background: linear-gradient(25deg, transparent 49.5%, rgb(255 255 255 / 0.08) 50%, transparent 50.5%), linear-gradient(110deg, transparent 49.5%, rgb(255 255 255 / 0.07) 50%, transparent 50.5%); background-size: 7rem 5rem, 6rem 8rem; }
.hs-map-grid span { position: absolute; width: 0.65rem; height: 0.65rem; border: 2px solid var(--hs-bg); border-radius: 50%; background: var(--hs-accent); box-shadow: 0 0 0 0.3rem rgb(255 217 0 / 0.12), 0 0 1rem rgb(255 217 0 / 0.7); }
.hs-map-grid span:nth-child(1) { top: 24%; left: 28%; }.hs-map-grid span:nth-child(2) { top: 43%; left: 65%; }.hs-map-grid span:nth-child(3) { top: 68%; left: 42%; }.hs-map-grid span:nth-child(4) { top: 30%; left: 82%; }
.hs-map-copy { z-index: 1; inset: auto 1rem 1rem 1rem; max-width: 22rem; }
.hs-map-copy .hs-kicker { margin-bottom: 0.3rem; }
.hs-map-copy strong { color: var(--hs-text); font-size: 1rem; }
.hs-card { gap: 1rem; padding: 1.15rem; border-color: #3c3c3c; background: linear-gradient(145deg, #202020, #171717); box-shadow: 0 0.8rem 2rem rgb(0 0 0 / 0.14); }
.hs-card:hover { transform: translateY(-2px); border-color: rgb(255 217 0 / 0.65); box-shadow: 0 1rem 2.5rem rgb(0 0 0 / 0.25); }
.hs-card-kicker { margin: 0 0 0.35rem; color: var(--hs-accent); font: 700 0.65rem ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: 0.12em; text-transform: uppercase; }
.hs-card-symbol { display: grid; place-items: center; width: 2rem; height: 2rem; border: 1px solid rgb(255 217 0 / 0.4); border-radius: 50%; color: var(--hs-accent); font-size: 1.2rem; }
.hs-meta--location { margin: 0; }
.hs-card-details { display: flex; flex-wrap: wrap; gap: 0.4rem; }
.hs-detail-pill { display: inline-flex; padding: 0.32rem 0.5rem; border: 1px solid var(--hs-border); border-radius: 999px; color: var(--hs-muted); font-size: 0.72rem; }
.hs-empty { background: rgb(26 26 26 / 0.8); }
.hs-empty h3 { color: var(--hs-text); }
.hs-empty p:not(.hs-kicker) { max-width: 28rem; }
.hs-how { padding-block: 4rem 1rem; }
.hs-how-grid { display: grid; gap: 0.75rem; }
.hs-how-grid article { padding: 1rem; border-top: 1px solid var(--hs-border); }
.hs-step-number { display: block; margin-bottom: 1.6rem; color: var(--hs-accent); font: 700 0.75rem ui-monospace, SFMono-Regular, Menlo, monospace; }
.hs-how-grid p { margin: 0; color: var(--hs-muted); }
.hs-profile { max-width: 60rem; }
.hs-profile-card { display: grid; gap: 1.25rem; padding: 1.25rem; border: 1px solid rgb(255 217 0 / 0.35); border-radius: 1rem; background: linear-gradient(145deg, #232323, #171717); box-shadow: var(--hs-shadow); }
.hs-profile-summary h2 { font-size: clamp(1.5rem, 4vw, 2.4rem); }
.hs-profile-summary p:not(.hs-status) { max-width: 38rem; color: var(--hs-muted); }
.hs-profile-facts { display: grid; gap: 0.5rem; padding-top: 1rem; border-top: 1px solid var(--hs-border); }
.hs-profile-facts .hs-meta { margin: 0; }
.hs-profile-actions { padding-top: 0.25rem; }

@media (min-width: 42rem) {
	.hs-nav a { display: inline-flex; }
	.hs-hero--home { grid-template-columns: minmax(0, 1fr) auto; }
	.hs-hero-signal { margin-bottom: 0.8rem; }
	.hs-how-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
	.hs-profile-card { grid-template-columns: 1.2fr 1fr; align-items: start; padding: 2rem; }
	.hs-profile-summary { grid-column: 1 / -1; }
	.hs-profile-actions { grid-column: 1 / -1; }
}

/* Identity, editorial depth, and lead-routing surfaces. */
.hs-brand { width: 10.8rem; }
.hs-wordmark-svg { display: block; width: 10.5rem; height: auto; }
.hs-nav a:nth-child(2) { display: inline-flex; }
.hs-hero--home { position: relative; overflow: hidden; isolation: isolate; }
.hs-hero-copy, .hs-hero-signal { position: relative; z-index: 2; }
.hs-hero-visual { position: absolute; z-index: -1; inset: 0 -8% 0 28%; margin: 0; pointer-events: none; }
.hs-hero-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, var(--hs-bg) 0%, rgb(18 18 18 / .84) 24%, rgb(18 18 18 / .18) 68%, rgb(18 18 18 / .05)); }
.hs-hero-visual img { width: 100%; height: 100%; object-fit: cover; object-position: center right; opacity: .82; }
.hs-page-shell { padding-bottom: 6rem; }
.hs-page-hero { max-width: 52rem; padding: 3rem 0 2.5rem; }
.hs-page-hero h1 { font-size: clamp(2.7rem, 8vw, 6rem); }
.hs-page-hero--split { display: grid; gap: 2rem; align-items: end; max-width: none; }
.hs-miami-stamp { display: grid; gap: .25rem; justify-self: start; padding: 1.1rem; border: 1px solid rgb(255 217 0 / .35); background: rgb(255 217 0 / .08); color: var(--hs-accent); font-family: ui-monospace, SFMono-Regular, Menlo, monospace; }
.hs-miami-stamp span { font-size: .75rem; letter-spacing: .18em; }.hs-miami-stamp strong { color: var(--hs-text); font: 800 2rem/1 Arial,sans-serif; letter-spacing: -.06em; }.hs-miami-stamp small { color: var(--hs-muted); font-size: .65rem; }
.hs-editorial-grid, .hs-contact-grid, .hs-intent-grid { display: grid; gap: 1rem; margin-top: 1.5rem; }
.hs-editorial-card { padding: 1.4rem; border: 1px solid var(--hs-border); border-radius: .85rem; background: linear-gradient(145deg, #232323, #171717); }
.hs-editorial-card--feature { border-color: rgb(255 217 0 / .35); box-shadow: var(--hs-shadow); }
.hs-editorial-card h2 { font-size: clamp(1.7rem, 4vw, 3rem); }.hs-editorial-card h3 { margin-top: 1.5rem; color: var(--hs-accent); }.hs-editorial-card p, .hs-editorial-card li { color: var(--hs-muted); }.hs-editorial-card li + li { margin-top: .55rem; }
.hs-callout, .hs-miami-banner { display: flex; align-items: end; justify-content: space-between; gap: 1.5rem; margin-top: 2rem; padding: 1.5rem; border: 1px solid rgb(255 217 0 / .4); border-radius: .9rem; background: var(--hs-accent); color: var(--hs-accent-ink); }.hs-callout .hs-kicker, .hs-miami-banner .hs-kicker { color: #5d5000; }.hs-callout h2, .hs-miami-banner h2 { max-width: 38rem; }.hs-callout .hs-button, .hs-miami-banner .hs-button { border-color: var(--hs-accent-ink); background: var(--hs-accent-ink); color: var(--hs-accent); }.hs-miami-banner p:not(.hs-kicker) { max-width: 38rem; }
.hs-process { display: grid; gap: .75rem; margin-top: 1rem; }.hs-process article { display: grid; grid-template-columns: 3rem 1fr; gap: .25rem 1rem; padding: 1.2rem 0; border-top: 1px solid var(--hs-border); }.hs-process .hs-step-number { grid-row: span 2; margin: 0; }.hs-process h2 { margin: 0; font-size: 1.45rem; }.hs-process p { margin: 0; color: var(--hs-muted); }
.hs-guide-list { display: grid; gap: 1rem; }.hs-guide-entry { display: grid; gap: 1rem; padding: 1.3rem; border: 1px solid var(--hs-border); border-radius: .85rem; background: linear-gradient(145deg, #232323, #171717); }.hs-guide-index { color: var(--hs-accent); font: 900 2rem/1 Arial,sans-serif; }.hs-guide-entry h2 { font-size: clamp(1.65rem, 4vw, 3rem); }.hs-guide-entry p, .hs-guide-entry li { color: var(--hs-muted); }.hs-guide-entry ul { padding-left: 1.2rem; }
.hs-path-link { display: flex; justify-content: space-between; gap: 1rem; padding: .85rem 0; border-top: 1px solid var(--hs-border); color: var(--hs-text); text-decoration: none; font-weight: 800; }.hs-path-link span { color: var(--hs-accent); }
.hs-page-note { color: var(--hs-muted); font-size: .84rem; }.hs-lead-panel { display: grid; gap: 1.5rem; margin-top: 2rem; padding: 1.25rem; border: 1px solid rgb(255 217 0 / .4); border-radius: 1rem; background: linear-gradient(135deg, #262626, #151515); }.hs-lead-panel > div h2 { font-size: clamp(1.8rem, 5vw, 3.4rem); }.hs-lead-panel > div p:not(.hs-kicker) { max-width: 32rem; color: var(--hs-muted); }.hs-lead-form { display: grid; gap: .8rem; }.hs-lead-form label { display: grid; gap: .35rem; color: var(--hs-text); font-weight: 700; font-size: .85rem; }.hs-lead-form label > span { color: var(--hs-muted); font-weight: 400; }.hs-lead-form input:not([type="checkbox"]), .hs-lead-form textarea { width: 100%; border: 1px solid var(--hs-border); border-radius: .55rem; padding: .8rem .85rem; background: #101010; color: var(--hs-text); font: inherit; }.hs-lead-form textarea { resize: vertical; }.hs-lead-form input:focus, .hs-lead-form textarea:focus { outline: 2px solid var(--hs-accent); outline-offset: 2px; }.hs-checkbox { display: flex !important; grid-template-columns: auto 1fr; grid-template-rows: auto; align-items: start; gap: .6rem !important; color: var(--hs-muted) !important; font-weight: 400 !important; }.hs-checkbox input { margin-top: .25rem; accent-color: var(--hs-accent); }.hs-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }.hs-form-status { min-height: 1.5em; margin: 0; color: var(--hs-muted); font-size: .8rem; }.hs-form-status[data-state="success"] { color: var(--hs-ready); }.hs-form-status[data-state="error"] { color: var(--hs-danger); }
.hs-legal { max-width: 52rem; padding: 1.5rem; border: 1px solid var(--hs-border); border-radius: .85rem; background: rgb(26 26 26 / .8); }.hs-legal h2 { margin-top: 2rem; }.hs-legal h2:first-child { margin-top: 0; }
.hs-footer { border-top: 1px solid rgb(255 217 0 / .3); padding: 3rem 0 1rem; background: #0b0b0b; }.hs-footer-grid { display: grid; gap: 2rem; }.hs-footer-brand { max-width: 25rem; }.hs-footer-mark { width: 2.7rem; height: 2.7rem; }.hs-footer-brand p { color: var(--hs-muted); font-size: .86rem; }.hs-footer-grid > div:not(.hs-footer-brand) { display: grid; align-content: start; gap: .5rem; }.hs-footer-grid a { color: var(--hs-muted); text-decoration: none; font-size: .86rem; }.hs-footer-grid a:hover, .hs-footer-grid a:focus { color: var(--hs-accent); }.hs-footer-label { margin: 0 0 .35rem; color: var(--hs-accent); font: 700 .68rem ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .14em; text-transform: uppercase; }.hs-footer-bottom { display: flex; justify-content: space-between; gap: 1rem; margin-top: 2.5rem; padding-top: 1rem; border-top: 1px solid #292929; color: #707070; font: .68rem ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .05em; text-transform: uppercase; }

@media (max-width: 41.99rem) {
	.hs-hero-visual { position: relative; inset: auto; z-index: 0; grid-column: 1 / -1; height: 13rem; margin: -1rem -1rem 0; }
	.hs-hero-visual::after { background: linear-gradient(180deg, rgb(18 18 18 / .05), var(--hs-bg) 88%); }
	.hs-hero-visual img { object-position: 65% center; opacity: .82; }
	.hs-brand { width: 8.4rem; }.hs-wordmark-svg { width: 8.2rem; }.hs-header-inner { gap: .5rem; }.hs-nav { gap: .25rem; }.hs-nav a { padding: .45rem .5rem; font-size: .72rem; }.hs-nav a:nth-child(n+3) { display: none; }
	.hs-callout, .hs-miami-banner { align-items: start; flex-direction: column; }.hs-footer-bottom { flex-direction: column; gap: .4rem; }
}
@media (min-width: 42rem) {
	.hs-page-hero--split { grid-template-columns: minmax(0, 1fr) auto; }.hs-editorial-grid, .hs-contact-grid, .hs-intent-grid { grid-template-columns: 1.2fr .8fr; }.hs-guide-entry { grid-template-columns: 5rem 1fr; padding: 2rem; }.hs-guide-index { font-size: 3rem; }.hs-lead-panel { grid-template-columns: .85fr 1.15fr; padding: 2rem; }.hs-footer-grid { grid-template-columns: 1.5fr 1fr 1fr; }
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
	margin: 0;
	background: var(--hs-bg);
	color: var(--hs-text);
	line-height: 1.5;
	background-image: linear-gradient(rgb(255 255 255 / 0.025) 1px, transparent 1px), linear-gradient(90deg, rgb(255 255 255 / 0.025) 1px, transparent 1px);
	background-size: 2.5rem 2.5rem;
}
a { color: var(--hs-accent); }
img { max-width: 100%; height: auto; }
.hs-shell { width: min(calc(100% - 2rem), var(--hs-max)); margin-inline: auto; }
.hs-skip { position: absolute; left: -9999px; }
.hs-skip:focus { left: 1rem; top: 1rem; z-index: 10; padding: 0.75rem; background: var(--hs-accent); color: var(--hs-accent-ink); }
.hs-header { position: sticky; top: 0; z-index: 5; border-bottom: 1px solid var(--hs-border); background: rgb(18 18 18 / 0.94); backdrop-filter: blur(12px); }
.hs-header-inner { display: flex; align-items: center; justify-content: space-between; gap: 1rem; min-height: 4.5rem; }
.hs-brand { display: inline-flex; align-items: center; gap: 0.65rem; color: var(--hs-text); text-decoration: none; font-weight: 900; letter-spacing: 0.03em; }
.hs-mark { display: grid; place-items: center; width: 2.25rem; height: 2.25rem; border-radius: 0.5rem; background: var(--hs-accent); color: var(--hs-accent-ink); box-shadow: 0 0 16px rgb(255 217 0 / 0.25); }
.hs-mark svg { width: 1.55rem; height: 1.55rem; }
.hs-wordmark { font-size: 0.9rem; line-height: 1; }
.hs-wordmark small { display: block; margin-top: 0.2rem; color: var(--hs-muted); font-size: 0.56rem; letter-spacing: 0.16em; }
.hs-nav { display: none; gap: 1rem; font-size: 0.85rem; }
.hs-nav a { color: var(--hs-muted); text-decoration: none; }
.hs-nav a:hover, .hs-nav a:focus { color: var(--hs-accent); }
.hs-main { min-height: 70vh; padding-block: 2rem 4rem; }
.hs-hero { padding: 2.2rem 0 1.5rem; }
.hs-kicker { margin: 0 0 0.75rem; color: var(--hs-accent); font: 700 0.75rem/1.2 ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: 0.14em; text-transform: uppercase; }
h1, h2, h3 { margin: 0 0 0.8rem; line-height: 1.08; letter-spacing: -0.025em; }
h1 { max-width: 42rem; font-size: clamp(2.3rem, 10vw, 5.2rem); }
h2 { font-size: clamp(1.6rem, 5vw, 2.8rem); }
h3 { font-size: 1.1rem; }
.hs-lede { max-width: 42rem; color: var(--hs-muted); font-size: 1.05rem; }
.hs-search { display: grid; gap: 0.7rem; padding: 1rem; border: 1px solid var(--hs-border); border-radius: var(--hs-radius); background: var(--hs-surface); box-shadow: var(--hs-shadow); }
.hs-search-row { display: grid; gap: 0.65rem; }
.hs-search-row--filters { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.hs-field { width: 100%; padding: 0.9rem 1rem; border: 1px solid var(--hs-border); border-radius: 0.55rem; background: var(--hs-bg); color: var(--hs-text); font: inherit; }
.hs-field:focus { outline: 2px solid var(--hs-accent); outline-offset: 2px; border-color: var(--hs-accent); }
.hs-button { display: inline-flex; align-items: center; justify-content: center; min-height: 2.75rem; padding: 0.7rem 1rem; border: 1px solid transparent; border-radius: 0.55rem; background: var(--hs-accent); color: var(--hs-accent-ink); font-weight: 800; text-decoration: none; cursor: pointer; }
.hs-button:hover, .hs-button:focus { filter: brightness(1.08); box-shadow: 0 0 18px rgb(255 217 0 / 0.25); }
.hs-button--ghost { border-color: var(--hs-border); background: transparent; color: var(--hs-text); }
.hs-button--ghost:hover, .hs-button--ghost:focus { border-color: var(--hs-accent); color: var(--hs-accent); }
.hs-location { display: flex; align-items: center; justify-content: space-between; gap: 0.75rem; color: var(--hs-muted); font-size: 0.85rem; }
.hs-location-status { min-height: 1.3em; }
.hs-chip-row { display: flex; gap: 0.55rem; overflow-x: auto; padding: 0.2rem 0 0.4rem; scrollbar-width: thin; }
.hs-chip { flex: 0 0 auto; padding: 0.45rem 0.7rem; border: 1px solid var(--hs-border); border-radius: 999px; color: var(--hs-muted); font-size: 0.78rem; text-decoration: none; }
.hs-chip:hover, .hs-chip:focus { border-color: var(--hs-accent); color: var(--hs-accent); }
.hs-results-layout { display: grid; gap: 1rem; margin-top: 2rem; }
.hs-map { min-height: 15rem; position: relative; overflow: hidden; border: 1px solid var(--hs-border); border-radius: var(--hs-radius); background-color: #171717; background-image: linear-gradient(32deg, transparent 45%, rgb(255 255 255 / 0.06) 46%, transparent 47%), linear-gradient(120deg, transparent 45%, rgb(255 255 255 / 0.05) 46%, transparent 47%); background-size: 5rem 5rem; }
.hs-map::after { content: "MAP-READY RESULTS"; position: absolute; right: 0.8rem; bottom: 0.7rem; color: rgb(248 250 252 / 0.55); font: 700 0.65rem ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: 0.12em; }
.hs-map-copy { position: absolute; inset: auto 1rem 1rem 1rem; max-width: 18rem; padding: 0.75rem; border: 1px solid rgb(255 217 0 / 0.25); border-radius: 0.5rem; background: rgb(18 18 18 / 0.86); color: var(--hs-muted); font-size: 0.82rem; }
.hs-marker { position: absolute; width: 0.75rem; height: 0.75rem; border: 2px solid var(--hs-bg); border-radius: 50%; background: var(--hs-accent); box-shadow: 0 0 0.8rem rgb(255 217 0 / 0.8); }
.hs-result-list { display: grid; gap: 0.75rem; }
.hs-result-heading { display: flex; align-items: end; justify-content: space-between; gap: 1rem; margin-bottom: 0.3rem; }
.hs-result-heading p { margin: 0; color: var(--hs-muted); font: 0.75rem ui-monospace, SFMono-Regular, Menlo, monospace; }
.hs-card { display: grid; gap: 0.8rem; padding: 1rem; border: 1px solid var(--hs-border); border-radius: var(--hs-radius); background: var(--hs-surface); }
.hs-card:hover { border-color: rgb(255 217 0 / 0.55); }
.hs-card-top { display: flex; align-items: start; justify-content: space-between; gap: 1rem; }
.hs-card-title { margin: 0; font-size: 1.1rem; }
.hs-card-title a { color: var(--hs-text); text-decoration: none; }
.hs-card-title a:hover, .hs-card-title a:focus { color: var(--hs-accent); }
.hs-meta { display: flex; flex-wrap: wrap; gap: 0.4rem 0.7rem; color: var(--hs-muted); font-size: 0.84rem; }
.hs-meta strong { color: var(--hs-text); }
.hs-status { color: var(--hs-ready); font: 700 0.7rem ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: 0.08em; text-transform: uppercase; }
.hs-actions { display: flex; flex-wrap: wrap; gap: 0.55rem; }
.hs-actions .hs-button { min-height: 2.4rem; padding: 0.55rem 0.75rem; font-size: 0.85rem; }
.hs-empty { padding: 1.2rem; border: 1px dashed var(--hs-border); border-radius: var(--hs-radius); color: var(--hs-muted); }
.hs-content { max-width: 48rem; }
.hs-content--grid { display: grid; max-width: none; gap: 0.9rem; }
.hs-content--article { margin-inline: auto; }
.hs-article-card h2 { font-size: clamp(1.35rem, 4vw, 2rem); }
.hs-article-card h2 a { color: var(--hs-text); text-decoration: none; }
.hs-article-card h2 a:hover, .hs-article-card h2 a:focus { color: var(--hs-accent); }
.hs-text-link { font-weight: 800; text-decoration: none; }
.hs-prose { color: var(--hs-muted); }
.hs-prose > * + * { margin-top: 1.1rem; }
.hs-prose h2, .hs-prose h3 { color: var(--hs-text); }
.hs-prose a { color: var(--hs-accent); }
.hs-prose blockquote { margin-inline: 0; padding: 0.8rem 1rem; border-left: 3px solid var(--hs-accent); background: var(--hs-surface); }
.hs-content p, .hs-content li { color: var(--hs-muted); }
.hs-footer { border-top: 1px solid var(--hs-border); padding: 1.5rem 0 2.5rem; color: var(--hs-muted); font-size: 0.8rem; }
.hs-footer-inner { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 1rem; }
.hs-footer a { color: var(--hs-muted); }

@media (min-width: 42rem) {
	.hs-nav { display: flex; }
	.hs-search-row { grid-template-columns: minmax(0, 1fr) auto; }
	.hs-search-row--filters { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.hs-content--grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.hs-results-layout { grid-template-columns: minmax(15rem, 0.8fr) minmax(0, 1.2fr); align-items: start; }
	.hs-map { position: sticky; top: 6rem; }
}

@media (min-width: 64rem) {
	.hs-content--grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
	.hs-header-inner { min-height: 5rem; }
	.hs-main { padding-top: 3rem; }
	.hs-results-layout { grid-template-columns: minmax(20rem, 0.9fr) minmax(0, 1.4fr); }
	.hs-card { grid-template-columns: 1fr auto; align-items: center; }
	.hs-card-top { grid-column: 1 / -1; }
}

/* Canonical designidea.pen alignment. Keep the presentation exact while data remains live. */
.hs-shell { --hs-max: 82rem; width: min(calc(100% - 2rem), var(--hs-max)); }
.hs-header-inner { min-height: 4.5rem; }
.hs-menu-toggle { display: none; }
.hs-hero--home { grid-template-columns: minmax(0, 1fr) 30rem; min-height: 23.75rem; padding: 3.5rem 0 2.5rem; gap: 2.5rem; }
.hs-hero-copy { display: flex; flex-direction: column; align-items: flex-start; gap: 1.25rem; }
.hs-hero-copy .hs-lede, .hs-hero-copy .hs-hero-actions { margin: 0; }
.hs-hero-copy h1 { max-width: 38rem; font-size: clamp(3.2rem, 6.1vw, 5.5rem); }
.hs-title-break--mobile { display: none; }
.hs-title-break--desktop { display: inline; }
.hs-kicker-mobile { display: none; }
.hs-hero-signal { margin-top: .25rem; }
.hs-signal-row { display: flex; align-items: center; gap: .5rem; }
.hs-hero-visual { position: relative; inset: auto; z-index: 1; grid-column: auto; height: 23.75rem; margin: 0; overflow: hidden; border: 1px solid rgb(255 217 0 / .2); border-radius: .75rem; background: #1a1a1a; }
.hs-hero-visual::after { background: linear-gradient(180deg, transparent 55%, rgb(18 18 18 / .52)); }
.hs-hero-visual img { object-position: center; opacity: .9; }
.hs-search-stage { padding: 2rem 0; border: 0; background: transparent; box-shadow: none; }
.hs-search-panel { padding: 1.75rem; border: 1px solid rgb(255 217 0 / .22); border-radius: 1rem; background: linear-gradient(135deg, rgb(35 35 35 / .96), rgb(22 22 22 / .96)); box-shadow: var(--hs-shadow); }
.hs-search-panel .hs-section-heading { margin-bottom: 1.25rem; }
.hs-search { gap: 1.25rem; padding: 1.25rem; }
.hs-chip--static { background: rgb(255 255 255 / .015); cursor: default; }
.hs-chip--static:hover { border-color: var(--hs-border); color: var(--hs-muted); }
.hs-results-layout { grid-template-columns: 32.5rem minmax(0, 1fr); gap: 1.5rem; margin-top: 0; }
.hs-map { min-height: 32.5rem; }
.hs-map-copy { max-width: 20rem; padding: .875rem; }
.hs-map-copy p:not(.hs-kicker) { margin: .35rem 0 0; color: var(--hs-muted); }
.hs-map-grid span:nth-child(5) { top: 74%; left: 76%; }
.hs-result-list { gap: .875rem; }
.hs-result-heading { margin-bottom: .35rem; }
.hs-miami-banner { margin-top: 2rem; }

@media (max-width: 41.99rem) {
	.hs-header-inner { min-height: 4rem; position: relative; }
	.hs-menu-toggle { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: .28rem; width: 2.25rem; height: 2.25rem; padding: 0; border: 1px solid var(--hs-border); border-radius: .25rem; background: transparent; color: var(--hs-text); cursor: pointer; }
	.hs-menu-toggle > span:not(.screen-reader-text) { display: block; width: 1rem; height: 2px; background: currentColor; }
	.hs-menu-toggle[aria-expanded="true"] { border-color: var(--hs-accent); color: var(--hs-accent); }
	.hs-nav { display: none; position: absolute; top: 4rem; right: 1rem; left: 1rem; z-index: 6; flex-direction: column; align-items: stretch; gap: .25rem; padding: .75rem; border: 1px solid var(--hs-border); border-radius: .5rem; background: #1a1a1a; box-shadow: var(--hs-shadow); }
	.hs-nav.hs-nav--open { display: flex; }
	.hs-nav a, .hs-nav a:nth-child(n+3) { display: flex; width: 100%; padding: .7rem .75rem; }
	.hs-nav a.hs-nav-primary { justify-content: center; }
	.hs-hero--home { display: flex; min-height: 0; padding: 1.75rem 0 1.25rem; gap: 1rem; }
	.hs-hero-copy { gap: 1rem; }
	.hs-kicker-desktop { display: none; }
	.hs-kicker-mobile { display: inline; }
	.hs-hero-copy h1 { width: 100%; max-width: 100%; font-size: clamp(3rem, 13.3vw, 3.25rem); }
	.hs-title-break--desktop { display: none; }
	.hs-title-break--mobile { display: inline; }
	.hs-hero-copy .hs-lede { font-size: .95rem; }
	.hs-hero-signal { width: 100%; margin-top: .25rem; padding: .75rem; }
	.hs-hero-visual { display: none; }
	.hs-search-stage { padding: .5rem 0 1.25rem; }
	.hs-search-panel { padding: 1rem; }
	.hs-search-panel .hs-section-heading { margin-bottom: .85rem; }
	.hs-section-heading, .hs-section-heading > div { min-width: 0; width: 100%; }
	.hs-section-heading h2 { max-width: 100%; }
	.hs-search { gap: .875rem; padding: 0; border: 0; background: transparent; box-shadow: none; }
	.hs-search-row--filters, .hs-location { display: none; }
	.hs-chip-row { margin-inline: -.1rem; }
	.hs-results-layout { grid-template-columns: 1fr; gap: 0; margin-inline: -.0rem; }
	.hs-map { min-height: 13.75rem; border-radius: 0; border-inline: 0; }
	.hs-result-list { padding: 1.25rem 0; }
	.hs-miami-banner { margin-top: 1rem; }
}
