/*
Theme Name: Honeycoco
Theme URI: https://honeycoco.net
Author: Boris Rozh
Author URI: https://honeycoco.net
Description: Custom e-commerce theme for honeycoco.net built on the Underscores framework. Features a clean, modern design optimized for online honey sales.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: honeycoco
Tags: e-commerce, custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# CSS Custom Properties (Design Tokens)
# CSS Reset
# Typography
# Elements
# Forms
# Navigation
# Accessibility
# Alignments
# Clearings
# Layout
# Widgets
# Content
# Media
# Footer
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# CSS Custom Properties (Design Tokens)
--------------------------------------------------------------*/
/*
 * Design tokens extracted from Figma designs
 * Mobile: https://www.figma.com/design/YQqhk9MFhHDmqBNiynyxAG/M79-mobile-design
 * Desktop: https://www.figma.com/design/NbalMeZn5XRkaJXbV3EANt/Landing-Page-m79-Desktop
 */

:root {
	/* ============ COLORS ============ */

	/* Brand Colors */
	--color-primary: #f4b740; /* Gold - Primary CTA buttons, brand accent */
	--color-primary-dark: #3a2622; /* Dark Brown - Primary text, headings */
	--color-secondary: #5d3fd3; /* Purple - Color variant selector */

	/* Background Colors */
	--color-bg-cream: #fff8ee; /* Primary background, navbar */
	--color-bg-cream-alpha: rgba(255, 248, 238, 0.9); /* Navbar with transparency */
	--color-bg-light-gray: #f3f4f6; /* Secondary background sections */
	--color-bg-dark-navy: #1e2939; /* Dark section backgrounds */
	--color-bg-dark: #111827; /* Button backgrounds, footer accents */
	--color-bg-white: #ffffff; /* Pure white */

	/* Text Colors */
	--color-text-primary: #3a2622; /* Main body text, headings */
	--color-text-light: #e7ded2; /* Light text on dark backgrounds */
	--color-text-white: #fff8ee; /* White/cream text */
	--color-text-gray: #6b7280; /* Secondary text, copyright */
	--color-text-gray-light: #9ca3af; /* Tertiary text, captions */
	--color-text-accent: #f4b740; /* Gold accent text */

	/* Border Colors */
	--color-border: #e7ded2; /* Borders, dividers */
	--color-border-light: #f3f4f6; /* Light borders */

	/* ============ TYPOGRAPHY ============ */

	/* Font Families */
	--font-primary: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
	--font-heading: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;

	/* Font Weights */
	--font-weight-regular: 400;
	--font-weight-medium: 500;
	--font-weight-semibold: 600;
	--font-weight-bold: 700;
	--font-weight-extrabold: 800;

	/* Mobile Font Sizes (base, 320px - 767px) */
	--font-size-h1-mobile: 36px;
	--font-size-h2-mobile: 30px;
	--font-size-h3-mobile: 20px;
	--font-size-body-large-mobile: 18px;
	--font-size-body-mobile: 16px;
	--font-size-body-small-mobile: 14px;
	--font-size-caption-mobile: 12px;

	/* Desktop Font Sizes (1024px+) */
	--font-size-h1-desktop: 60px;
	--font-size-h2-desktop: 48px;
	--font-size-h3-desktop: 24px;
	--font-size-body-large-desktop: 18px;
	--font-size-body-desktop: 16px;
	--font-size-body-small-desktop: 14px;
	--font-size-caption-desktop: 12px;
	--font-size-numbered-steps-desktop: 20px;

	/* Line Heights - Mobile */
	--line-height-h1-mobile: 45px;
	--line-height-h2-mobile: 36px;
	--line-height-h3-mobile: 28px;
	--line-height-body-large-mobile: 28px;
	--line-height-body-mobile: 24px;
	--line-height-body-small-mobile: 20px;
	--line-height-caption-mobile: 16px;

	/* Line Heights - Desktop */
	--line-height-h1-desktop: 66px;
	--line-height-h2-desktop: 60px;
	--line-height-h3-desktop: 32px;
	--line-height-body-large-desktop: 28px;
	--line-height-body-desktop: 24px;
	--line-height-body-small-desktop: 20px;
	--line-height-caption-desktop: 16px;
	--line-height-numbered-steps-desktop: 32px;

	/* ============ SPACING ============ */

	/* Base Spacing Units (4px system) */
	--spacing-4: 4px;
	--spacing-8: 8px;
	--spacing-12: 12px;
	--spacing-16: 16px;
	--spacing-20: 20px;
	--spacing-24: 24px;
	--spacing-32: 32px;
	--spacing-40: 40px;
	--spacing-48: 48px;
	--spacing-64: 64px;
	--spacing-80: 80px;
	--spacing-96: 96px;
	--spacing-128: 128px;

	/* Mobile Spacing (320px - 767px) */
	--container-padding-mobile: 24px;
	--section-spacing-mobile: 48px;
	--section-spacing-large-mobile: 64px;
	--card-padding-mobile: 24px;
	--element-gap-mobile: 16px;

	/* Desktop Spacing (1024px+) */
	--container-padding-desktop: 80px;
	--section-spacing-desktop: 96px;
	--section-spacing-large-desktop: 128px;
	--card-padding-desktop: 25px;
	--element-gap-desktop: 32px;

	/* Layout Constraints */
	--container-max-width: 1440px; /* Outer container */
	--content-max-width: 1280px; /* Inner content area */
	--narrow-max-width: 688px; /* FAQ, narrow sections */
	--medium-max-width: 600px; /* Text blocks */

	/* ============ BORDER RADIUS ============ */
	--radius-small: 10px; /* Buttons, small cards */
	--radius-medium: 14px; /* Larger cards */
	--radius-large: 16px; /* Review cards */
	--radius-xlarge: 24px; /* Feature sections, spec chips */
	--radius-full: 9999px; /* Pills, circular elements */

	/* ============ SHADOWS ============ */
	--shadow-button: 0px 4px 6px rgba(0, 0, 0, 0.1), 0px 2px 4px rgba(0, 0, 0, 0.1);
	--shadow-card: 0px 2px 8px rgba(0, 0, 0, 0.05);
	--shadow-nav-dropdown: 0 3px 3px rgba(0, 0, 0, 0.2);

	/* ============ COMPONENTS ============ */

	/* Buttons - Primary CTA */
	--button-height-mobile: 60px;
	--button-height-navbar: 52px;
	--button-height-desktop: 60px;
	--button-height-final-cta: 60px;

	--button-width-mobile: 360px; /* Full width in container */
	--button-width-navbar: 192px;
	--button-width-hero-desktop: 616px;
	--button-width-final-cta: 240px;

	--button-padding-vertical-mobile: 16px;
	--button-padding-horizontal-mobile: 24px;
	--button-padding-vertical-navbar: 13px;
	--button-padding-horizontal-navbar: 24px;

	--button-font-size-mobile: 18px;
	--button-font-size-navbar: 16px;
	--button-font-size-desktop: 18px;
	--button-line-height: 28px;
	--button-line-height-navbar: 24px;

	--button-border-radius: 10px;
	--button-bg-primary: var(--color-primary);
	--button-text-primary: var(--color-primary-dark);
	--button-shadow: var(--shadow-button);

	/* Color Variant Selectors */
	--variant-selector-size-active: 44px;
	--variant-selector-size-inactive: 40px;
	--variant-selector-icon-size: 22px;
	--variant-selector-bg-black: #111827;
	--variant-selector-bg-purple: #5d3fd3;
	--variant-selector-opacity-inactive: 0.8;

	/* Navbar */
	--navbar-height-desktop: 80px;
	--navbar-height-mobile: auto;
	--navbar-bg: var(--color-bg-cream-alpha);
	--navbar-border: var(--color-border);
	--navbar-logo-size: 24px;
	--navbar-menu-font-size: 14px;
	--navbar-menu-gap: 32px;

	/* Cards - Review */
	--card-review-width: 410px;
	--card-review-height: 167.5px;
	--card-review-padding: 25px;
	--card-review-gap: 24px;
	--card-review-radius: 16px;
	--card-star-size: 16px;

	/* Cards - Feature */
	--card-feature-width: 394px;
	--card-feature-height: 236px;
	--card-feature-padding: 33px;
	--card-feature-icon-container: 58px;
	--card-feature-icon-size: 32px;
	--card-feature-gap: 24px;

	/* Spec Chips */
	--spec-chip-height: 34px;
	--spec-chip-padding-vertical: 9px;
	--spec-chip-padding-horizontal: 13px;
	--spec-chip-border-radius: var(--radius-full);
	--spec-chip-icon-size: 16px;
	--spec-chip-gap: 8px;
	--spec-chip-font-size: 14px;

	/* FAQ Accordion */
	--accordion-width: 688px;
	--accordion-item-height: 68px;
	--accordion-item-padding-vertical: 20px;
	--accordion-question-font-size: 18px;
	--accordion-answer-font-size: 16px;
	--accordion-icon-size: 20px;
	--accordion-answer-margin-top: 12px;

	/* Footer */
	--footer-height-desktop: 185px;
	--footer-padding-vertical: 49px;
	--footer-bg: var(--color-bg-cream);
	--footer-text-color: var(--color-text-gray);
	--footer-link-font-size: 14px;
	--footer-copyright-font-size: 12px;

	/* Icons */
	--icon-size-small: 16px;
	--icon-size-medium: 20px;
	--icon-size-large: 24px;
	--icon-size-xlarge: 32px;

	/* ============ TRANSITIONS ============ */
	--transition-fast: 0.15s ease;
	--transition-base: 0.3s ease;
	--transition-slow: 0.5s ease;

	/* ============ Z-INDEX ============ */
	--z-index-dropdown: 1000;
	--z-index-sticky: 1020;
	--z-index-fixed: 1030;
	--z-index-modal-backdrop: 1040;
	--z-index-modal: 1050;
	--z-index-popover: 1060;
	--z-index-tooltip: 1070;
}

/* Tablet and Desktop adjustments */
@media screen and (min-width: 768px) {
	:root {
		/* Adjust spacing for tablet */
		--container-padding: 40px;
		--section-spacing: 64px;
	}
}

@media screen and (min-width: 1024px) {
	:root {
		/* Use desktop values */
		--container-padding: var(--container-padding-desktop);
		--section-spacing: var(--section-spacing-desktop);
	}
}

/*--------------------------------------------------------------
# CSS Reset
--------------------------------------------------------------*/
* {
	box-sizing: border-box;
}

html {
	font-size: 16px;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	margin: 0;
	padding: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: var(--color-text-primary);
	font-family: var(--font-primary);
	font-size: var(--font-size-body-mobile);
	line-height: var(--line-height-body-mobile);
	font-weight: var(--font-weight-regular);
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	margin: 0 0 var(--spacing-24);
	font-family: var(--font-primary);
	font-weight: var(--font-weight-bold);
	color: var(--color-text-primary);
}

/* Mobile-first typography */
h1 {
	font-size: var(--font-size-h1-mobile);
	line-height: var(--line-height-h1-mobile);
	font-weight: var(--font-weight-extrabold);
}

h2 {
	font-size: var(--font-size-h2-mobile);
	line-height: var(--line-height-h2-mobile);
	font-weight: var(--font-weight-bold);
}

h3 {
	font-size: var(--font-size-h3-mobile);
	line-height: var(--line-height-h3-mobile);
	font-weight: var(--font-weight-semibold);
}

h4 {
	font-size: var(--font-size-body-large-mobile);
	line-height: var(--line-height-body-large-mobile);
	font-weight: var(--font-weight-semibold);
}

h5 {
	font-size: var(--font-size-body-mobile);
	line-height: var(--line-height-body-mobile);
	font-weight: var(--font-weight-semibold);
}

h6 {
	font-size: var(--font-size-body-small-mobile);
	line-height: var(--line-height-body-small-mobile);
	font-weight: var(--font-weight-semibold);
}

/* Desktop typography */
@media screen and (min-width: 1024px) {
	body {
		font-size: var(--font-size-body-desktop);
		line-height: var(--line-height-body-desktop);
	}

	h1 {
		font-size: var(--font-size-h1-desktop);
		line-height: var(--line-height-h1-desktop);
	}

	h2 {
		font-size: var(--font-size-h2-desktop);
		line-height: var(--line-height-h2-desktop);
	}

	h3 {
		font-size: var(--font-size-h3-desktop);
		line-height: var(--line-height-h3-desktop);
	}

	h4 {
		font-size: var(--font-size-body-large-desktop);
		line-height: var(--line-height-body-large-desktop);
	}
}

p {
	margin: 0 0 var(--spacing-24);
	font-size: var(--font-size-body-mobile);
	line-height: var(--line-height-body-mobile);
}

@media screen and (min-width: 1024px) {
	p {
		font-size: var(--font-size-body-desktop);
		line-height: var(--line-height-body-desktop);
	}
}

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

blockquote {
	margin: 0 1.5rem;
	padding-left: 1rem;
	border-left: 4px solid #ddd;
}

address {
	margin: 0 0 1.5rem;
}

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

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 0.9375rem;
}

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

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

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

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

body {
	background: var(--color-bg-cream);
}

hr {
	background-color: var(--color-border);
	border: 0;
	height: 1px;
	margin-bottom: var(--spacing-24);
}

ul,
ol {
	margin: 0 0 1.5rem 1.5rem;
	padding: 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5rem 1.5rem;
}

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

figure {
	margin: 1rem 0;
}

table {
	margin: 0 0 1.5rem;
	width: 100%;
	border-collapse: collapse;
}

th,
td {
	padding: 0.5rem;
	border: 1px solid #ddd;
}

th {
	font-weight: bold;
	text-align: left;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: none;
	border-radius: var(--button-border-radius);
	background: var(--button-bg-primary);
	color: var(--button-text-primary);
	font-family: var(--font-primary);
	font-size: var(--button-font-size-mobile);
	font-weight: var(--font-weight-semibold);
	line-height: var(--button-line-height);
	padding: var(--button-padding-vertical-mobile) var(--button-padding-horizontal-mobile);
	cursor: pointer;
	transition: all var(--transition-base);
	box-shadow: var(--button-shadow);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background: var(--color-primary);
	transform: translateY(-2px);
	box-shadow: var(--button-shadow), 0px 6px 12px rgba(0, 0, 0, 0.15);
}

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 {
	outline: 2px solid var(--color-primary);
	outline-offset: 2px;
}

@media screen and (min-width: 1024px) {
	button,
	input[type="button"],
	input[type="reset"],
	input[type="submit"] {
		font-size: var(--button-font-size-desktop);
	}
}

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: var(--color-text-primary);
	border: 1px solid var(--color-border);
	border-radius: var(--radius-small);
	padding: var(--spacing-12) var(--spacing-16);
	width: 100%;
	font-family: var(--font-primary);
	font-size: var(--font-size-body-mobile);
	line-height: var(--line-height-body-mobile);
	transition: border-color var(--transition-fast), box-shadow var(--transition-fast);
}

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: var(--color-text-primary);
	border-color: var(--color-primary);
	outline: 2px solid var(--color-primary);
	outline-offset: 2px;
	box-shadow: 0 0 0 3px rgba(244, 183, 64, 0.1);
}

select {
	border: 1px solid var(--color-border);
	padding: var(--spacing-8) var(--spacing-12);
	font-family: var(--font-primary);
	border-radius: var(--radius-small);
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Links & Micro-interactions
--------------------------------------------------------------*/

/* Enhanced Link Styles */
a {
	color: var(--color-text-primary);
	text-decoration: none;
	position: relative;
	transition: color var(--transition-fast);
}

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

a:focus {
	outline: 2px solid var(--color-primary);
	outline-offset: 2px;
	border-radius: 2px;
}

/* Underline animation for content links */
.entry-content a:not(.btn):not(.button),
.page-content a:not(.btn):not(.button) {
	text-decoration: underline;
	text-decoration-color: transparent;
	text-underline-offset: 4px;
	transition: text-decoration-color var(--transition-base);
}

.entry-content a:not(.btn):not(.button):hover,
.page-content a:not(.btn):not(.button):hover {
	text-decoration-color: var(--color-primary);
}

/* Button Enhancement - Add subtle scale on hover */
.btn,
.button,
button:not(.mobile-menu-toggle):not(.faq-question),
input[type="button"],
input[type="submit"] {
	position: relative;
	overflow: hidden;
	transition: all var(--transition-base);
}

.btn:hover,
.button:hover {
	transform: translateY(-2px) scale(1.02);
	box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
}

.btn:active,
.button:active {
	transform: translateY(0) scale(0.98);
}

/* Card hover effects enhancement */
.post-card,
.feature-card,
.review-card {
	transition: all var(--transition-base);
}

.post-card:hover {
	transform: translateY(-6px);
}

.feature-card:hover,
.review-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
}

/* Interactive icon animations */
.spec-chip,
.variant-swatch {
	transition: all var(--transition-fast);
}

.spec-chip:hover {
	transform: scale(1.05);
}

.variant-swatch:hover:not(.active) {
	transform: scale(1.1);
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

/* Focus visible for keyboard navigation */
*:focus-visible {
	outline: 2px solid var(--color-primary);
	outline-offset: 2px;
	border-radius: 2px;
}

/* Smooth scroll behavior */
html {
	scroll-behavior: smooth;
}

/* Disable smooth scroll when user prefers reduced motion */
@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}

	*,
	*::before,
	*::after {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
	}
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	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: -999rem;
	z-index: 99999;
}

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

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

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

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

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
	padding: 0.75rem 1rem;
}

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

@media screen and (min-width: 768px) {
	.menu-toggle {
		display: none;
	}

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

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

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

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

/* Screen Reader Text - Hidden but accessible to 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;
}

/* Skip Link - Visible on focus for keyboard navigation */
.screen-reader-text:focus,
.skip-link:focus {
	background-color: var(--color-primary);
	border-radius: var(--radius-small);
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
	clip: auto !important;
	clip-path: none;
	color: var(--color-text-primary);
	display: block;
	font-size: 16px;
	font-weight: var(--font-weight-semibold);
	height: auto;
	left: 8px;
	line-height: 1.5;
	padding: var(--spacing-16) var(--spacing-24);
	text-decoration: none;
	top: 8px;
	width: auto;
	z-index: 100000;
	transition: all var(--transition-fast);
}

/* Content focus management */
#content[tabindex="-1"]:focus,
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Enhanced Focus Indicators for Better Keyboard Navigation */
a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
	outline: 3px solid var(--color-primary);
	outline-offset: 2px;
	border-radius: 3px;
}

/* High Contrast Mode Support */
@media (prefers-contrast: high) {
	a,
	button,
	input,
	select {
		border: 2px solid currentColor;
	}

	.btn,
	.button {
		border: 3px solid currentColor;
	}

	*:focus {
		outline: 4px solid currentColor;
		outline-offset: 4px;
	}
}

/* Focus Ring for Interactive Elements */
.faq-question:focus,
.variant-swatch:focus,
.mobile-menu-toggle:focus {
	outline: 3px solid var(--color-primary);
	outline-offset: 3px;
}

/* ARIA Live Region for Dynamic Content */
.aria-live-region {
	position: absolute;
	left: -10000px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

/* Ensure Color Contrast for Text */
body {
	/* Ensure minimum 4.5:1 contrast ratio for normal text (WCAG AA) */
	color: var(--color-text-primary);
	background: var(--color-bg-cream);
}

/* Links must have sufficient contrast */
a {
	color: var(--color-text-primary);
}

a:hover,
a:focus {
	color: var(--color-primary);
}

/* Button text contrast */
.btn,
.button,
button {
	color: var(--color-text-primary);
}

/* Keyboard Navigation Hint */
.keyboard-hint {
	font-size: 0.875rem;
	color: var(--color-text-gray);
	font-style: italic;
	margin-top: var(--spacing-8);
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5rem;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5rem;
}

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
.site {
	margin: 0 auto;
	max-width: var(--container-max-width);
}

.site-content {
	padding: var(--section-spacing-mobile) var(--container-padding-mobile);
}

@media screen and (min-width: 768px) {
	.site-content {
		padding: var(--section-spacing-desktop) 40px;
	}
}

@media screen and (min-width: 1024px) {
	.site-content {
		padding: var(--section-spacing-desktop) var(--container-padding-desktop);
		max-width: var(--content-max-width);
		margin: 0 auto;
	}
}

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

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

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.sticky {
	display: block;
}

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

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

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

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

.entry-header {
	margin-bottom: 1.5rem;
}

.entry-title {
	margin-bottom: 0.5rem;
}

.entry-meta {
	font-size: 0.875rem;
	color: #666;
	margin-bottom: 1rem;
}

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

.single .byline,
.group-blog .byline {
	display: inline;
}

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

embed,
iframe,
object {
	max-width: 100%;
}

.custom-logo-link {
	display: inline-block;
}

.wp-caption {
	margin-bottom: 1.5rem;
	max-width: 100%;
}

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

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

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

.gallery {
	margin-bottom: 1.5rem;
}

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

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.site-footer {
	background: var(--footer-bg);
	padding: var(--section-spacing-mobile) var(--container-padding-mobile);
	margin-top: var(--section-spacing-large-mobile);
	border-top: 1px solid var(--color-border);
}

.site-info {
	text-align: center;
	font-size: var(--footer-copyright-font-size);
	color: var(--footer-text-color);
	line-height: var(--line-height-caption-mobile);
}

@media screen and (min-width: 1024px) {
	.site-footer {
		padding: var(--footer-padding-vertical) var(--container-padding-desktop);
		margin-top: var(--section-spacing-large-desktop);
		min-height: var(--footer-height-desktop);
	}

	.site-info {
		font-size: var(--footer-copyright-font-size);
		line-height: var(--line-height-caption-desktop);
	}
}
