/*!
Theme Name: BuyKnox
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: buyknox
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

BuyKnox is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/*--------------------------------------------------------------
# BuyKnox Design System
--------------------------------------------------------------*/

/* Variables
--------------------------------------------- */
:root {
    --color-primary:    #E85D04;
    --color-success:    #78C800;
    --color-dark:       #1A1A1A;
    --color-light:      #F8F8F8;
    --color-white:      #FFFFFF;
    --color-border:     #E0E0E0;
    --color-text:       #333333;
    --color-muted:      #777777;

    --font-heading:     'Bebas Neue', cursive;
    --font-body:        'Inter', sans-serif;

    --space-xs:         8px;
    --space-sm:         16px;
    --space-md:         24px;
    --space-lg:         48px;
    --space-xl:         80px;

    --max-width:        1200px;
    --card-radius:      8px;
}

/* Base overrides
--------------------------------------------- */
body {
    font-family: var(--font-body);
    color: var(--color-text);
    background: var(--color-light);
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-heading);
    color: var(--color-dark);
    line-height: 1.1;
    letter-spacing: 0.02em;
}

a {
    color: var(--color-primary);
}

a:visited {
    color: var(--color-primary);
}

a:hover {
    color: var(--color-dark);
}

/* Layout
--------------------------------------------- */
.site {
    /* Width constraint moved to .site-main */
}

.site-content {
    padding: var(--space-lg) 0;
}

.site-main {
    max-width: var(--max-width);
    margin: 0 auto;
    padding: 0 var(--space-md);
}

/* Homepage sections manage their own inner max-width */
.home .site-main,
.site-main--home {
    max-width: 100%;
    padding: 0;
}

/* Header
--------------------------------------------- */
.site-header {
    background: var(--color-dark);
    padding: var(--space-sm) var(--space-md);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.site-branding .site-title {
    font-family: var(--font-heading);
    font-size: 2rem;
    margin: 0;
    letter-spacing: 0.05em;
}

.site-branding .site-title a {
    color: var(--color-white);
    text-decoration: none;
}

.site-branding .site-title span {
    color: var(--color-primary);
}

/* Navigation
--------------------------------------------- */
.main-navigation a {
    color: var(--color-white);
    font-family: var(--font-body);
    font-size: 0.9rem;
    font-weight: 500;
    padding: var(--space-xs) var(--space-sm);
    text-decoration: none;
}

.main-navigation a:hover {
    color: var(--color-primary);
}

/* Cards
--------------------------------------------- */
.listing-card {
    background: var(--color-white);
    border-radius: var(--card-radius);
    border: 1px solid var(--color-border);
    overflow: hidden;
    transition: box-shadow 0.2s ease;
}

.listing-card:hover {
    box-shadow: 0 4px 16px rgba(0,0,0,0.1);
}

.listing-card__image {
    width: 100%;
    height: 160px;
    object-fit: cover;
    background: var(--color-light);
    display: flex;
    align-items: center;
    justify-content: center;
}

.listing-card__image img {
    width: 100%;
    height: 160px;
    object-fit: cover;
}

.listing-card__placeholder {
    background: var(--color-primary);
    text-decoration: none;
}

.listing-card__placeholder svg {
    width: 52px;
    height: 52px;
    opacity: 0.9;
}

.listing-card:hover .listing-card__placeholder {
    background: var(--color-dark);
}

.listing-card__body {
    padding: var(--space-md);
}

.listing-card__title {
    font-family: var(--font-heading);
    font-size: 1.4rem;
    margin: 0 0 var(--space-xs);
    color: var(--color-dark);
}

.listing-card__title a {
    text-decoration: none;
    color: inherit;
}

.listing-card__title a:hover {
    color: var(--color-primary);
}

.listing-card__category {
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--color-primary);
    margin-bottom: var(--space-xs);
    display: block;
}

.listing-card__description {
    font-size: 0.9rem;
    color: var(--color-muted);
    margin: 0;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.listing-card__neighborhood {
    font-size: 0.8rem;
    color: var(--color-muted);
    margin-top: var(--space-xs);
    display: block;
}

/* Card Grid
--------------------------------------------- */
.listings-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: var(--space-md);
}

/* Listing count badge in archive header
--------------------------------------------- */
.page-title__count {
    font-family: var(--font-body);
    font-size: 1rem;
    font-weight: 600;
    color: var(--color-white);
    background: var(--color-success);
    padding: 0.2em 0.6em;
    border-radius: 2em;
    vertical-align: middle;
    letter-spacing: 0.02em;
    margin-left: 0.4em;
    display: inline-block;
    line-height: 1.5;
}

/* Filter Bar
--------------------------------------------- */
.listings-filter {
    background: var(--color-white);
    border: 1px solid var(--color-border);
    border-radius: var(--card-radius);
    padding: var(--space-md);
    margin-bottom: var(--space-md);
    display: flex;
    gap: var(--space-sm);
    flex-wrap: wrap;
    align-items: center;
}

.listings-filter select {
    font-family: var(--font-body);
    font-size: 0.9rem;
    padding: var(--space-xs) var(--space-sm);
    border: 1px solid var(--color-border);
    border-radius: 4px;
    background: var(--color-white);
    color: var(--color-text);
    cursor: pointer;
}

.listings-filter select:focus {
    outline: none;
    border-color: var(--color-primary);
}

/* Badges
--------------------------------------------- */
.badge {
    display: inline-block;
    font-size: 0.7rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    padding: 2px 8px;
    border-radius: 4px;
    margin-right: 4px;
}

.badge--woman-owned {
    background: #FFF0F6;
    color: #C2185B;
}

.badge--minority-owned {
    background: #F3E5F5;
    color: #7B1FA2;
}

.badge--featured {
    background: #FFF3E0;
    color: var(--color-primary);
}

/* Single Listing
--------------------------------------------- */
.listing-single {
    background: var(--color-white);
    border-radius: var(--card-radius);
    border: 1px solid var(--color-border);
    padding: var(--space-lg);
}

.listing-single__header {
    display: flex;
    align-items: flex-start;
    gap: var(--space-md);
    margin-bottom: var(--space-md);
}

.listing-single__logo {
    width: 220px;
    height: 220px;
    object-fit: contain;
    border: 1px solid var(--color-border);
    border-radius: var(--card-radius);
    padding: var(--space-xs);
}

.listing-single__title {
    font-size: 3rem;
    margin: 0 0 var(--space-xs);
}

.listing-single__meta {
    display: flex;
    gap: var(--space-sm);
    flex-wrap: wrap;
    margin-bottom: var(--space-md);
    padding-bottom: var(--space-md);
    border-bottom: 1px solid var(--color-border);
}

.listing-single__meta-item {
    font-size: 0.9rem;
    color: var(--color-muted);
}

.listing-single__meta-item strong {
    color: var(--color-text);
}

.listing-single__description {
    font-size: 1rem;
    line-height: 1.7;
    margin-bottom: var(--space-md);
}

.listing-single__social {
    display: flex;
    gap: var(--space-sm);
    margin-top: var(--space-md);
}

.listing-single__social a {
    font-size: 0.9rem;
    font-weight: 500;
    text-decoration: none;
    color: var(--color-primary);
}

.listing-single__social a:hover {
    color: var(--color-dark);
}

/* Footer
--------------------------------------------- */
.site-footer {
    background: var(--color-dark);
    color: var(--color-muted);
    text-align: center;
    padding: var(--space-lg) var(--space-md);
    font-size: 0.85rem;
    margin-top: var(--space-xl);
}

.site-footer a {
    color: var(--color-muted);
}

.site-footer a:hover {
    color: var(--color-white);
}

/* Responsive
--------------------------------------------- */
@media (max-width: 1024px) {
    .listings-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .listings-grid {
        grid-template-columns: 1fr;
    }

    .listing-single__header {
        flex-direction: column;
    }

    .listing-single__logo {
        width: 100%;
        height: auto;
    }

    .listing-card__image,
    .listing-card__image img {
        height: auto;
    }

    .listings-filter {
        flex-direction: column;
    }

    .site-header {
        flex-direction: column;
        gap: var(--space-sm);
    }
}

/* Header Search
--------------------------------------------- */
.header-search {
    display: flex;
    align-items: center;
    gap: 0;
}

.header-search__input {
    font-family: var(--font-body);
    font-size: 0.9rem;
    padding: 8px 16px;
    border: none;
    border-radius: 4px 0 0 4px;
    width: 260px;
    color: var(--color-text);
    background: var(--color-white);
}

.header-search__input:focus {
    outline: none;
    box-shadow: 0 0 0 2px var(--color-primary);
}

.header-search__button {
    font-family: var(--font-body);
    font-size: 0.9rem;
    font-weight: 600;
    padding: 8px 16px;
    background: var(--color-primary);
    color: var(--color-white);
    border: none;
    border-radius: 0 4px 4px 0;
    cursor: pointer;
    line-height: 1.5;
}

.header-search__button:hover {
    background: var(--color-dark);
}

/* Header layout fix
--------------------------------------------- */
.site-header {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: var(--space-md);
    padding: var(--space-sm) var(--space-md);
}

.header-search {
    justify-self: center;
    width: 100%;
    max-width: 400px;
}

.header-search__input {
    width: calc(100% - 90px);
}

.main-navigation {
    justify-self: end;
}

/* Search field height fix
--------------------------------------------- */
.header-search__input,
.header-search__button {
    height: 38px;
    box-sizing: border-box;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 38px;
}

/* Header height increase
--------------------------------------------- */
.site-header {
    padding: var(--space-md) var(--space-lg);
}

/* Mobile header stacking
--------------------------------------------- */
@media (max-width: 768px) {
    .site-header {
        grid-template-columns: 1fr;
        justify-items: center;
        gap: var(--space-sm);
        padding: var(--space-md);
    }

    .header-search {
        width: 100%;
        max-width: 100%;
    }

    .header-search__input {
        width: calc(100% - 90px);
    }

    .main-navigation {
        justify-self: center;
    }
}

/* Mobile menu button center
--------------------------------------------- */
@media (max-width: 768px) {
    .main-navigation {
        width: 100%;
        text-align: center;
    }

    .menu-toggle {
        margin: 0 auto;
        display: block;
    }
}

/* Social Icons
--------------------------------------------- */
.listing-single__social {
    display: flex;
    gap: var(--space-sm);
    margin-top: var(--space-md);
    align-items: center;
}

.social-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    transition: background 0.2s ease, color 0.2s ease;
    color: var(--color-muted);
    background: var(--color-light);
    border: 1px solid var(--color-border);
}

.social-icon:hover {
    border-color: transparent;
}

.social-icon--facebook:hover {
    background: #1877F2;
    color: white;
}

.social-icon--instagram:hover {
    background: #E1306C;
    color: white;
}

.social-icon--x:hover {
    background: var(--color-dark);
    color: white;
}

/* Veteran-owned badge
--------------------------------------------- */
.badge--veteran-owned {
    background: #E3F2FD;
    color: #1565C0;
}

/* Hero
--------------------------------------------- */
.hero {
    background: var(--color-dark);
    padding: 10px var(--space-md) 40px;
    text-align: center;
}

.hero__inner {
    max-width: 700px;
    margin: 0 auto;
}

.hero__title {
    font-family: var(--font-heading);
    font-size: 7rem;
    color: var(--color-white);
    margin: 0 0 var(--space-sm);
    line-height: 1;
    letter-spacing: 0.03em;
}

.hero__title span {
    color: var(--color-primary);
}

.hero__subtitle {
    color: var(--color-muted);
    font-size: 1.1rem;
    margin-bottom: var(--space-md);
}

.hero__search {
    display: flex;
    max-width: 560px;
    margin: 0 auto var(--space-md);
}

.hero__search-input {
    flex: 1;
    font-family: var(--font-body);
    font-size: 1rem;
    padding: 14px 20px;
    border: none;
    border-radius: 4px 0 0 4px;
    color: var(--color-text);
}

.hero__search-input:focus {
    outline: none;
}

.hero__search-button {
    font-family: var(--font-body);
    font-size: 1rem;
    font-weight: 600;
    padding: 14px 24px;
    background: var(--color-primary);
    color: var(--color-white);
    border: none;
    border-radius: 0 4px 4px 0;
    cursor: pointer;
}

.hero__search-button:hover {
    background: #cf4f00;
}

.hero__categories {
    display: flex;
    flex-wrap: wrap;
    gap: var(--space-xs);
    justify-content: center;
}

.hero__category-link {
    display: inline-block;
    padding: 6px 14px;
    border: 1px solid rgba(255,255,255,0.2);
    border-radius: 20px;
    color: var(--color-muted);
    font-size: 0.85rem;
    text-decoration: none;
    transition: all 0.2s ease;
}

.hero__category-link:hover {
    border-color: var(--color-primary);
    color: var(--color-primary);
}

/* Sections
--------------------------------------------- */
.section-featured {
    padding: var(--space-md) var(--space-md) var(--space-xl);
}

.section__inner {
    max-width: var(--max-width);
    margin: 0 auto;
}

.section__title {
    font-family: var(--font-heading);
    font-size: 2.5rem;
    margin-bottom: var(--space-md);
    color: var(--color-dark);
}

/* Buttons
--------------------------------------------- */
.btn {
    display: inline-block;
    font-family: var(--font-body);
    font-size: 0.95rem;
    font-weight: 600;
    padding: 12px 28px;
    border-radius: 4px;
    text-decoration: none;
    transition: all 0.2s ease;
}

.btn--primary {
    background: var(--color-primary);
    color: var(--color-white);
}

.btn--primary:hover,
.btn--primary:visited {
    background: #cf4f00;
    color: var(--color-white);
}

.btn--white {
    background: var(--color-white);
    color: var(--color-dark);
}

.btn--white:hover {
    background: var(--color-light);
    color: var(--color-dark);
}

/* CTA Banner
--------------------------------------------- */
.cta-banner {
    background: var(--color-primary);
    padding: var(--space-xl) var(--space-md);
    text-align: center;
}

.cta-banner__inner {
    max-width: 600px;
    margin: 0 auto;
}

.cta-banner__title {
    font-family: var(--font-heading);
    font-size: 3rem;
    color: var(--color-white);
    margin-bottom: var(--space-xs);
}

.cta-banner__subtitle {
    color: rgba(255,255,255,0.85);
    font-size: 1.1rem;
    margin-bottom: var(--space-md);
}

/* Mobile homepage
--------------------------------------------- */
@media (max-width: 768px) {
    .hero__title {
        font-size: 3.5rem;
    }

    .hero__search {
        flex-direction: column;
    }

    .hero__search-input {
        border-radius: 4px 4px 0 0;
    }

    .hero__search-button {
        border-radius: 0 0 4px 4px;
    }
}

/* Hide header search on homepage
--------------------------------------------- */
.home .header-search {
    display: none;
}

/* Homepage header nav flush right
--------------------------------------------- */
.home .site-header {
    grid-template-columns: auto 1fr;
}

.home .main-navigation {
    justify-self: end;
}

/* Hide nav on homepage
--------------------------------------------- */
.home .main-navigation {
    display: none;
}

/* Homepage header centered logo
--------------------------------------------- */
.home .site-header {
    justify-items: center;
    grid-template-columns: 1fr;
}

.home .site-branding .site-title {
    font-size: 2.5rem;
}

/* Browse All Listings button fix
--------------------------------------------- */
.section-featured .btn--primary {
    color: var(--color-white);
    border: 2px solid var(--color-primary);
}

.section-featured .btn--primary:hover {
    background: transparent;
    color: var(--color-primary);
}

/* Live Search Dropdown
---------------------------------------------- */
.live-search-dropdown {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: var(--color-white);
    border: 1px solid var(--color-border);
    border-radius: 0 0 var(--card-radius) var(--card-radius);
    box-shadow: 0 8px 24px rgba(0,0,0,0.12);
    z-index: 1000;
    overflow: hidden;
}

.live-search-dropdown.is-open {
    display: block;
}

.live-search-item a {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 14px;
    text-decoration: none;
    color: var(--color-text);
    transition: background 0.15s ease;
}

.live-search-item a:hover,
.live-search-item.is-active a {
    background: var(--color-light);
}

.live-search-item__img {
    width: 44px;
    height: 44px;
    flex-shrink: 0;
    border-radius: 4px;
    overflow: hidden;
    border: 1px solid var(--color-border);
}

.live-search-item__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.live-search-item__placeholder {
    width: 100%;
    height: 100%;
    background: var(--color-light);
}

.live-search-item__text {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.live-search-item__title {
    font-size: 0.95rem;
    font-weight: 600;
    color: var(--color-text);
}

.live-search-item__meta {
    font-size: 0.8rem;
    color: var(--color-muted);
}

.live-search-empty {
    padding: 14px;
    font-size: 0.9rem;
    color: var(--color-muted);
}

/* Submit Listing Form
---------------------------------------------- */
.submit-listing-wrap {
    max-width: 720px;
    margin: 0 auto;
    padding: var(--space-xl) var(--space-md);
}

.submit-listing__title {
    font-family: var(--font-heading);
    font-size: 3rem;
    margin: 0 0 var(--space-xs);
}

.submit-listing__intro {
    color: var(--color-muted);
    margin-bottom: var(--space-lg);
}

.submit-listing__success {
    background: #e6f4ea;
    border: 1px solid #a8d5b0;
    border-radius: var(--card-radius);
    padding: var(--space-md);
    color: #2d6a3f;
    font-size: 1rem;
}

.submit-listing__errors {
    background: #fdecea;
    border: 1px solid #f5c6c2;
    border-radius: var(--card-radius);
    padding: var(--space-sm) var(--space-md);
    color: #8b1a10;
    margin-bottom: var(--space-md);
}

.submit-listing__errors ul {
    margin: 0;
    padding-left: 1.2em;
}

.submit-listing-form {
    display: flex;
    flex-direction: column;
    gap: var(--space-md);
}

/* Honeypot — visually hidden but still present for bots to fill. */
.buyknox-hp {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--space-md);
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.form-group label,
.form-group legend {
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--color-text);
}

.form-group--checkboxes {
    border: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.form-group--checkboxes legend {
    margin-bottom: 6px;
}

.checkbox-label {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.95rem;
    font-weight: 400;
    cursor: pointer;
}

.form-group input[type="text"],
.form-group input[type="tel"],
.form-group input[type="url"],
.form-group select,
.form-group textarea {
    font-family: var(--font-body);
    font-size: 1rem;
    padding: 10px 12px;
    border: 1px solid var(--color-border);
    border-radius: 4px;
    background: var(--color-white);
    color: var(--color-text);
    width: 100%;
    box-sizing: border-box;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: 2px solid var(--color-primary);
    outline-offset: -1px;
    border-color: var(--color-primary);
}

.form-hint {
    font-size: 0.8rem;
    color: var(--color-muted);
    margin: 0;
}

.required {
    color: var(--color-primary);
}

.form-optional {
    font-size: 0.75rem;
    font-weight: 400;
    color: var(--color-muted);
    border: 1px solid var(--color-border);
    border-radius: 2em;
    padding: 0.1em 0.5em;
    margin-left: 0.3em;
    vertical-align: middle;
}

.btn--submit {
    align-self: flex-start;
    padding: 12px 32px;
    font-size: 1rem;
}

@media (max-width: 600px) {
    .form-row {
        grid-template-columns: 1fr;
    }
}

/* Filter Pills
---------------------------------------------- */
.listings-filter {
    display: flex;
    flex-direction: column;
    gap: var(--space-xs);
    margin-bottom: var(--space-md);
}

.filter-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.filter-pills--neighborhoods {
    border-top: 1px solid var(--color-border);
    padding-top: var(--space-xs);
}

.filter-pill {
    display: inline-block;
    padding: 7px 16px;
    border: 1px solid var(--color-border);
    border-radius: 999px;
    font-size: 0.9rem;
    font-weight: 500;
    color: var(--color-text);
    text-decoration: none;
    background: var(--color-white);
    transition: all 0.15s ease;
    white-space: nowrap;
}

.filter-pill:hover {
    border-color: var(--color-primary);
    color: var(--color-primary);
}

.filter-pill.is-active {
    background: var(--color-primary);
    border-color: var(--color-primary);
    color: var(--color-white);
}

.filter-pill--sm {
    padding: 5px 12px;
    font-size: 0.8rem;
}

/* View Toggle
---------------------------------------------- */
.view-toggle {
    display: flex;
    gap: 8px;
    margin-bottom: var(--space-md);
}

.view-toggle__btn {
    padding: 7px 20px;
    border: 1px solid var(--color-border);
    border-radius: 999px;
    background: var(--color-white);
    font-family: var(--font-body);
    font-size: 0.9rem;
    font-weight: 500;
    color: var(--color-text);
    cursor: pointer;
    transition: all 0.15s ease;
}

.view-toggle__btn:hover {
    border-color: var(--color-primary);
    color: var(--color-primary);
}

.view-toggle__btn.is-active {
    background: var(--color-primary);
    border-color: var(--color-primary);
    color: var(--color-white);
}

/* Map
---------------------------------------------- */
#listings-map {
    width: 100%;
    height: 520px;
    border-radius: var(--card-radius);
    overflow: hidden;
    border: 1px solid var(--color-border);
}

#listing-single-map {
    width: 100%;
    height: 280px;
    border-radius: var(--card-radius);
    overflow: hidden;
    border: 1px solid var(--color-border);
    margin: var(--space-md) 0;
}

.map-marker {
    background: none;
    border: none;
}

.map-marker__dot {
    width: 16px;
    height: 16px;
    background: var(--color-primary);
    border: 2px solid var(--color-white);
    border-radius: 50%;
    box-shadow: 0 1px 4px rgba(0,0,0,0.3);
}

.map-popup {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 180px;
}

.map-popup img {
    width: 44px;
    height: 44px;
    object-fit: cover;
    border-radius: 4px;
    border: 1px solid var(--color-border);
    flex-shrink: 0;
}

.map-popup__body {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.map-popup__title {
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--color-text);
    text-decoration: none;
}

.map-popup__title:hover {
    color: var(--color-primary);
}

.map-popup__meta {
    font-size: 0.75rem;
    color: var(--color-muted);
}

/* Map action buttons
---------------------------------------------- */
.listing-single__map-actions {
    display: flex;
    gap: var(--space-sm);
    margin-bottom: var(--space-md);
}

.btn--sm {
    padding: 7px 16px;
    font-size: 0.85rem;
}

.btn--outline {
    background: transparent;
    border: 2px solid var(--color-primary);
    color: var(--color-primary);
    border-radius: 4px;
    font-family: var(--font-body);
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    transition: all 0.15s ease;
}

.btn--outline:hover {
    background: var(--color-primary);
    color: var(--color-white);
}

.map-popup__directions {
    font-size: 0.78rem;
    font-weight: 600;
    color: var(--color-primary);
    text-decoration: none;
    margin-top: 2px;
}

/* Events & Deals — shared
--------------------------------------------- */
.event-deal-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--space-md);
}

.event-deal-stack {
    display: flex;
    flex-direction: column;
    gap: var(--space-sm);
}

/* Event Card
--------------------------------------------- */
.event-card {
    background: var(--color-white);
    border: 1px solid var(--color-border);
    border-radius: var(--card-radius);
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.event-card__image img {
    width: 100%;
    height: 160px;
    object-fit: cover;
    display: block;
}

.event-card__body {
    padding: var(--space-sm);
    display: flex;
    flex-direction: column;
    gap: 4px;
    flex: 1;
}

.event-card__date {
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--color-primary);
}

.event-card__title {
    font-family: var(--font-heading);
    font-size: 1.25rem;
    margin: 0;
    line-height: 1.2;
    color: var(--color-dark);
}

.event-card__time {
    font-size: 0.82rem;
    color: var(--color-muted);
}

.event-card__desc {
    font-size: 0.88rem;
    color: var(--color-text);
    margin: 4px 0 0;
    line-height: 1.5;
}

.event-card__business {
    font-size: 0.82rem;
    margin: auto 0 0;
    padding-top: var(--space-xs);
}

.event-card__business a {
    color: var(--color-primary);
    text-decoration: none;
    font-weight: 500;
}

.event-card__business a:hover {
    text-decoration: underline;
}

/* Deal Card
--------------------------------------------- */
.deal-card {
    background: var(--color-white);
    border: 1px solid var(--color-border);
    border-radius: var(--card-radius);
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.deal-card__image img {
    width: 100%;
    height: 160px;
    object-fit: cover;
    display: block;
}

.deal-card__body {
    padding: var(--space-sm);
    display: flex;
    flex-direction: column;
    gap: 4px;
    flex: 1;
}

.deal-card__badge {
    display: inline-block;
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    background: #E8F5E9;
    color: #2E7D32;
    padding: 2px 8px;
    border-radius: 4px;
    width: fit-content;
}

.deal-card__title {
    font-family: var(--font-heading);
    font-size: 1.25rem;
    margin: 0;
    line-height: 1.2;
    color: var(--color-dark);
}

.deal-card__details {
    font-size: 0.88rem;
    color: var(--color-text);
    margin: 4px 0 0;
    line-height: 1.5;
}

.deal-card__code {
    font-size: 0.82rem;
    color: var(--color-dark);
    margin: 0;
    background: var(--color-light);
    border: 1px dashed var(--color-border);
    border-radius: 4px;
    padding: 3px 8px;
    width: fit-content;
}

.deal-card__expiry {
    font-size: 0.78rem;
    color: var(--color-muted);
    margin: 0;
}

.deal-card__business {
    font-size: 0.82rem;
    margin: auto 0 0;
    padding-top: var(--space-xs);
}

.deal-card__business a {
    color: var(--color-primary);
    text-decoration: none;
    font-weight: 500;
}

.deal-card__business a:hover {
    text-decoration: underline;
}

/* What's Happening — homepage section
--------------------------------------------- */
.section-whats-happening {
    background: var(--color-white);
    padding: var(--space-lg) var(--space-md);
    border-top: 1px solid var(--color-border);
}

.whats-happening-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--space-lg);
}

.whats-happening-col__heading {
    font-family: var(--font-heading);
    font-size: 1.5rem;
    margin: 0 0 var(--space-sm);
    color: var(--color-dark);
}

/* Listing single page — events/deals section
--------------------------------------------- */
.listing-single__section {
    margin-top: var(--space-lg);
    padding-top: var(--space-lg);
    border-top: 1px solid var(--color-border);
}

.listing-single__section-title {
    font-family: var(--font-heading);
    font-size: 2rem;
    margin: 0 0 var(--space-md);
    color: var(--color-dark);
}

/* Responsive
--------------------------------------------- */
@media ( max-width: 1024px ) {
    .event-deal-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media ( max-width: 768px ) {
    .event-deal-grid {
        grid-template-columns: 1fr;
    }

    .whats-happening-grid {
        grid-template-columns: 1fr;
        gap: var(--space-lg);
    }
}

.map-popup__directions:hover {
    text-decoration: underline;
}

/* Contact Page
---------------------------------------------- */
.contact-wrap {
    max-width: 720px;
    margin: 0 auto;
    padding: var(--space-xl) var(--space-md);
}

.contact-intro {
    margin-bottom: var(--space-lg);
    color: var(--color-muted);
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: var(--space-md);
}

.form-row--full {
    grid-template-columns: 1fr;
}

.contact-notice {
    padding: 14px 18px;
    border-radius: 6px;
    margin-bottom: var(--space-md);
    font-weight: 500;
}

.contact-notice--success {
    background: #d1fae5;
    color: #065f46;
}

.contact-notice--error {
    background: #fee2e2;
    color: #991b1b;
}

/* Nav Pill Buttons
---------------------------------------------- */
.main-navigation a {
    background: #444444;
    border-radius: 999px;
    color: var(--color-white);
    padding: 7px 20px;
    transition: background 0.2s ease, color 0.2s ease;
}

.main-navigation a:hover,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_item > a {
    background: var(--color-primary);
    color: var(--color-white);
}

.main-navigation ul {
    gap: 8px;
}

/* 404 Page
---------------------------------------------- */
.error-404 {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 60vh;
    text-align: center;
    padding: var(--space-xl) var(--space-md);
}

.error-404__inner {
    max-width: 600px;
}

.error-404__number {
    font-family: var(--font-heading);
    font-size: clamp(8rem, 20vw, 16rem);
    line-height: 1;
    color: var(--color-primary);
    margin: 0 0 var(--space-sm);
    letter-spacing: .05em;
}

.error-404__heading {
    font-family: var(--font-heading);
    font-size: clamp(1.8rem, 4vw, 3rem);
    color: var(--color-dark);
    margin: 0 0 var(--space-sm);
    letter-spacing: .03em;
}

.error-404__message {
    font-size: 1.1rem;
    color: var(--color-muted);
    margin: 0 0 var(--space-lg);
}

.btn--lg {
    padding: 14px 36px;
    font-size: 1.05rem;
}

/* Font smoothing — prevents Safari subpixel antialiasing making text look heavy
---------------------------------------------- */
body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Prevent faux-bold on Bebas Neue — font only has weight 400; Safari synthesizes bold otherwise
---------------------------------------------- */
h1, h2, h3, h4, h5, h6,
.listing-card__title,
.section__title,
.site-title,
.hero__title,
.cta-banner__title,
.error-404__number,
.error-404__heading,
.page-title {
    font-weight: 400;
}
