/*
Theme Name: Four Seasons Tanning
Theme URI: https://fourseasonstan.info/
Author: Four Seasons Tanning Salon
Author URI: https://fourseasonstan.info/
Description: A clean, elegant, sun-washed WordPress theme built for Four Seasons Tanning Salon in Jacksonville, Florida — advanced tanning systems, red light therapy, and spray tanning in a cool, clean and relaxing atmosphere.
Version: 1.1.0
Requires at least: 6.0
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: four-seasons-tanning
Tags: salon, spa, wellness, business, custom-logo, custom-menu, featured-images, responsive
*/

/* -----------------------------------------------------------
   1. Custom properties — palette lifted from the salon's
      existing brand: magenta signage pink, pale aqua, deep
      navy, and a Florida-sun yellow.
----------------------------------------------------------- */
:root {
	--color-magenta: #ea008c;
	--color-magenta-dark: #c00074;
	--color-magenta-soft: #fde5f3;

	--color-navy: #0a1158;
	--color-navy-deep: #030943;
	--color-navy-light: #1b2470;

	--color-aqua: #c9eaf0;
	--color-aqua-soft: #eaf7fa;
	--color-teal: #73cad2;
	--color-teal-dark: #3f9aa6;

	--color-sun: #fdc729;
	--color-sun-soft: #ffe89d;
	--color-coral: #e96976;

	--color-cream: #f8f6f3;
	--color-white: #ffffff;
	--color-text: #55607d;
	--color-text-dark: #131a3d;
	--color-border: #e6e8ef;

	--font-display: "Fjalla One", "Oswald", Impact, sans-serif;
	--font-script: "Caveat", "Segoe Script", cursive;
	--font-body: "IBM Plex Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;

	--max-width: 1180px;
	--radius: 10px;
	--radius-lg: 18px;
	--shadow-soft: 0 14px 44px rgba(10, 17, 88, 0.09);
	--shadow-card: 0 4px 22px rgba(10, 17, 88, 0.07);
	--shadow-lift: 0 22px 60px rgba(10, 17, 88, 0.16);
	--transition: 0.25s ease;
}

/* -----------------------------------------------------------
   2. Reset & base
----------------------------------------------------------- */
*,
*::before,
*::after {
	box-sizing: border-box;
}

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

body {
	margin: 0;
	font-family: var(--font-body);
	font-size: 17px;
	line-height: 1.75;
	color: var(--color-text);
	background: var(--color-white);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

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

a {
	color: var(--color-magenta);
	text-decoration: none;
	transition: color var(--transition);
}

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

ul,
ol {
	padding: 0;
	margin: 0;
	list-style: none;
}

button,
input,
textarea,
select {
	font: inherit;
	color: inherit;
}

h1, h2, h3, h4, h5, h6 {
	font-family: var(--font-display);
	color: var(--color-text-dark);
	font-weight: 400;
	line-height: 1.18;
	margin: 0 0 0.6em;
	letter-spacing: 0.01em;
}

h1 { font-size: clamp(2.3rem, 5vw, 3.5rem); }
h2 { font-size: clamp(1.85rem, 3.6vw, 2.6rem); }
h3 { font-size: 1.35rem; }
h4 { font-size: 1.08rem; }

p {
	margin: 0 0 1.15em;
}

p:last-child {
	margin-bottom: 0;
}

blockquote {
	margin: 0 0 1.4em;
	padding: 1.2rem 1.6rem;
	border-left: 4px solid var(--color-magenta);
	background: var(--color-magenta-soft);
	border-radius: 0 var(--radius) var(--radius) 0;
	font-style: italic;
	color: var(--color-text-dark);
}

.screen-reader-text {
	position: absolute !important;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.skip-link {
	position: absolute;
	left: -9999px;
	top: 0;
	z-index: 200;
	padding: 12px 22px;
	background: var(--color-navy);
	color: #fff;
	border-radius: 0 0 var(--radius) 0;
}

.skip-link:focus {
	left: 0;
}

:focus-visible {
	outline: 3px solid var(--color-teal);
	outline-offset: 2px;
}

/* -----------------------------------------------------------
   3. Layout primitives
----------------------------------------------------------- */
.container {
	width: 100%;
	max-width: var(--max-width);
	margin: 0 auto;
	padding: 0 24px;
}

.container--narrow {
	max-width: 860px;
}

.section {
	padding: 92px 0;
}

.section--tight {
	padding: 62px 0;
}

.section--alt {
	background: var(--color-cream);
}

.section--aqua {
	background: linear-gradient(160deg, var(--color-aqua-soft), var(--color-aqua));
}

.section--navy {
	background: linear-gradient(150deg, var(--color-navy), var(--color-navy-deep));
	color: rgba(255, 255, 255, 0.82);
}

.section--navy h1,
.section--navy h2,
.section--navy h3,
.section--navy h4 {
	color: #fff;
}

.section-head {
	margin-bottom: 54px;
}

.section-head--center {
	text-align: center;
	max-width: 720px;
	margin-left: auto;
	margin-right: auto;
}

.section-head p {
	font-size: 1.06rem;
}

/* The script eyebrow is the salon's signature flourish — it carries
   the hand-lettered beach feel without touching heading legibility. */
.eyebrow {
	display: block;
	font-family: var(--font-script);
	font-size: 1.85rem;
	line-height: 1;
	color: var(--color-magenta);
	margin-bottom: 8px;
}

.section--navy .eyebrow,
.hero .eyebrow {
	color: var(--color-sun);
}

.grid {
	display: grid;
	gap: 30px;
}

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

.split {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 56px;
	align-items: center;
}

.split--wide-left { grid-template-columns: 1.15fr 1fr; }
.split--wide-right { grid-template-columns: 1fr 1.15fr; }

.split img {
	border-radius: var(--radius-lg);
	box-shadow: var(--shadow-soft);
	width: 100%;
}

.text-center { text-align: center; }
.mt-xl { margin-top: 48px; }

/* -----------------------------------------------------------
   4. Buttons
----------------------------------------------------------- */
.btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	padding: 15px 32px;
	font-family: var(--font-display);
	font-size: 0.95rem;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	border: 2px solid transparent;
	border-radius: 100px;
	cursor: pointer;
	transition: all var(--transition);
	text-align: center;
	line-height: 1.2;
}

.btn--magenta {
	background: var(--color-magenta);
	color: #fff;
	box-shadow: 0 8px 24px rgba(234, 0, 140, 0.28);
}

.btn--magenta:hover,
.btn--magenta:focus {
	background: var(--color-magenta-dark);
	color: #fff;
	transform: translateY(-2px);
	box-shadow: 0 12px 30px rgba(234, 0, 140, 0.36);
}

.btn--sun {
	background: var(--color-sun);
	color: var(--color-navy-deep);
	box-shadow: 0 8px 24px rgba(253, 199, 41, 0.34);
}

.btn--sun:hover,
.btn--sun:focus {
	background: var(--color-sun-soft);
	color: var(--color-navy-deep);
	transform: translateY(-2px);
}

.btn--outline {
	border-color: rgba(255, 255, 255, 0.7);
	color: #fff;
	background: transparent;
}

.btn--outline:hover,
.btn--outline:focus {
	background: #fff;
	color: var(--color-navy);
}

.btn--outline-navy {
	border-color: var(--color-navy);
	color: var(--color-navy);
	background: transparent;
}

.btn--outline-navy:hover,
.btn--outline-navy:focus {
	background: var(--color-navy);
	color: #fff;
}

.btn--block {
	display: flex;
	width: 100%;
}

.btn--sm {
	padding: 11px 22px;
	font-size: 0.82rem;
}

/* -----------------------------------------------------------
   5. Header & navigation
----------------------------------------------------------- */
.site-header {
	position: sticky;
	top: 0;
	z-index: 100;
	background: rgba(255, 255, 255, 0.97);
	backdrop-filter: saturate(180%) blur(12px);
	border-bottom: 1px solid var(--color-border);
}

.header-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	min-height: 84px;
}

.site-branding {
	flex-shrink: 0;
}

.site-logo {
	display: flex;
	align-items: center;
	gap: 12px;
}

.logo-mark {
	width: 46px;
	height: 46px;
	flex-shrink: 0;
}

.logo-text {
	display: flex;
	flex-direction: column;
	line-height: 1.1;
}

/* Capped so a long salon name wraps to two lines inside the lockup instead
   of pushing the nav past the container and clipping the header CTA. */
.logo-text .salon-name {
	font-family: var(--font-display);
	font-size: 1.1rem;
	max-width: 15ch;
	color: var(--color-navy);
	letter-spacing: 0.02em;
	text-transform: uppercase;
}

.logo-text .salon-suffix {
	font-family: var(--font-script);
	font-size: 1.15rem;
	color: var(--color-magenta);
}

.custom-logo-link img {
	max-height: 62px;
	width: auto;
}

.primary-navigation {
	margin-left: auto;
}

.primary-menu {
	display: flex;
	align-items: center;
	gap: 4px;
}

.primary-menu > li {
	position: relative;
}

.primary-menu > li > a {
	display: block;
	padding: 11px 13px;
	font-size: 0.87rem;
	font-weight: 600;
	color: var(--color-navy);
	border-radius: 100px;
	white-space: nowrap;
	transition: all var(--transition);
}

.primary-menu > li > a:hover,
.primary-menu > li.current-menu-item > a,
.primary-menu > li.current-menu-ancestor > a,
.primary-menu > li.current_page_item > a {
	background: var(--color-magenta);
	color: #fff;
}

.primary-menu .sub-menu {
	position: absolute;
	top: 100%;
	left: 0;
	min-width: 232px;
	background: #fff;
	border: 1px solid var(--color-border);
	border-radius: var(--radius);
	box-shadow: var(--shadow-soft);
	padding: 8px;
	opacity: 0;
	visibility: hidden;
	transform: translateY(8px);
	transition: all var(--transition);
	z-index: 20;
}

.primary-menu li:hover > .sub-menu,
.primary-menu li:focus-within > .sub-menu {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.primary-menu .sub-menu a {
	display: block;
	padding: 9px 14px;
	font-size: 0.88rem;
	color: var(--color-navy);
	border-radius: 6px;
}

.primary-menu .sub-menu a:hover {
	background: var(--color-magenta-soft);
	color: var(--color-magenta-dark);
}

.menu-item-has-children > a .caret {
	font-size: 0.65em;
	opacity: 0.7;
}

.header-cta {
	display: flex;
	align-items: center;
	gap: 14px;
	flex-shrink: 0;
}

.header-phone {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	font-family: var(--font-display);
	font-size: 1rem;
	color: var(--color-navy);
	white-space: nowrap;
}

.header-phone:hover {
	color: var(--color-magenta);
}

.nav-cta-mobile {
	display: none;
}

.menu-toggle {
	display: none;
	flex-direction: column;
	justify-content: center;
	gap: 5px;
	width: 46px;
	height: 46px;
	padding: 0;
	background: transparent;
	border: 1px solid var(--color-border);
	border-radius: 10px;
	cursor: pointer;
}

.menu-toggle span {
	display: block;
	width: 22px;
	height: 2px;
	margin: 0 auto;
	background: var(--color-navy);
	transition: all var(--transition);
}

.menu-toggle[aria-expanded="true"] span:nth-child(1) {
	transform: translateY(7px) rotate(45deg);
}

.menu-toggle[aria-expanded="true"] span:nth-child(2) {
	opacity: 0;
}

.menu-toggle[aria-expanded="true"] span:nth-child(3) {
	transform: translateY(-7px) rotate(-45deg);
}

.site-header-backdrop {
	position: fixed;
	inset: 0;
	display: none;
	background: rgba(3, 9, 67, 0.5);
	opacity: 0;
	z-index: 90;
}

.site-header-backdrop.is-open {
	display: block;
	opacity: 1;
	animation: fstan-backdrop-in var(--transition) ease;
}

@keyframes fstan-backdrop-in {
	from { opacity: 0; }
	to   { opacity: 1; }
}

/* -----------------------------------------------------------
   6. Hero
----------------------------------------------------------- */
.hero {
	position: relative;
	display: flex;
	align-items: center;
	min-height: 640px;
	padding: 110px 0;
	background-size: cover;
	background-position: center;
	color: #fff;
	overflow: hidden;
}

.hero::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(105deg, rgba(3, 9, 67, 0.88) 0%, rgba(10, 17, 88, 0.72) 45%, rgba(115, 202, 210, 0.35) 100%);
}

.hero-inner {
	position: relative;
	z-index: 2;
	max-width: 720px;
}

.hero h1 {
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 18px;
	text-shadow: 0 2px 26px rgba(3, 9, 67, 0.45);
}

.hero-lede {
	font-size: 1.2rem;
	color: rgba(255, 255, 255, 0.94);
	margin-bottom: 34px;
	max-width: 600px;
}

.hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
}

.hero-badges {
	display: flex;
	flex-wrap: wrap;
	gap: 26px;
	margin-top: 46px;
	padding-top: 30px;
	border-top: 1px solid rgba(255, 255, 255, 0.25);
}

.hero-badge {
	display: flex;
	flex-direction: column;
}

.hero-badge strong {
	font-family: var(--font-display);
	font-size: 1.9rem;
	color: var(--color-sun);
	line-height: 1;
}

.hero-badge span {
	font-size: 0.82rem;
	text-transform: uppercase;
	letter-spacing: 0.09em;
	color: rgba(255, 255, 255, 0.82);
	margin-top: 5px;
}

/* Inner-page header band */
.page-header-band {
	position: relative;
	padding: 74px 0 64px;
	background: linear-gradient(150deg, var(--color-navy), var(--color-navy-deep));
	background-size: cover;
	background-position: center;
	color: #fff;
	text-align: center;
	overflow: hidden;
}

.page-header-band.has-image::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(150deg, rgba(3, 9, 67, 0.9), rgba(10, 17, 88, 0.78));
}

.page-header-band > .container {
	position: relative;
	z-index: 2;
}

.page-header-band h1 {
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 0;
}

.page-header-band .page-tagline {
	margin-top: 14px;
	color: rgba(255, 255, 255, 0.85);
	font-size: 1.08rem;
	max-width: 660px;
	margin-left: auto;
	margin-right: auto;
}

.breadcrumbs {
	font-size: 0.84rem;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.68);
	margin-bottom: 14px;
}

.breadcrumbs a {
	color: var(--color-aqua);
}

.breadcrumbs a:hover {
	color: #fff;
}

/* -----------------------------------------------------------
   7. Cards
----------------------------------------------------------- */
.feature-card {
	display: flex;
	flex-direction: column;
	background: #fff;
	border: 1px solid var(--color-border);
	border-radius: var(--radius-lg);
	padding: 38px 30px;
	text-align: center;
	transition: all var(--transition);
	height: 100%;
}

.feature-card:hover {
	transform: translateY(-6px);
	box-shadow: var(--shadow-lift);
	border-color: transparent;
}

.feature-card .feature-icon {
	width: 56px;
	height: 56px;
	margin: 0 auto 20px;
	color: var(--color-magenta);
}

.feature-card h3 a {
	color: var(--color-text-dark);
}

.feature-card h3 a:hover {
	color: var(--color-magenta);
}

/* Pushed to the bottom so the "Learn more" links line up across a row of
   cards whose body copy runs to different lengths. */
.feature-link {
	display: inline-block;
	margin-top: auto;
	padding-top: 16px;
	font-family: var(--font-display);
	font-size: 0.85rem;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: var(--color-magenta);
}

/* Equipment card */
.unit-card {
	background: #fff;
	border: 1px solid var(--color-border);
	border-radius: var(--radius-lg);
	overflow: hidden;
	display: flex;
	flex-direction: column;
	transition: all var(--transition);
	height: 100%;
}

.unit-card:hover {
	transform: translateY(-6px);
	box-shadow: var(--shadow-lift);
	border-color: transparent;
}

.unit-photo {
	aspect-ratio: 4 / 3;
	background: var(--color-aqua-soft);
	overflow: hidden;
}

.unit-photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.5s ease;
}

.unit-card:hover .unit-photo img {
	transform: scale(1.05);
}

.unit-body {
	padding: 26px 26px 30px;
	display: flex;
	flex-direction: column;
	flex: 1;
}

.unit-badge {
	display: inline-block;
	align-self: flex-start;
	padding: 4px 13px;
	margin-bottom: 12px;
	font-size: 0.7rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--color-teal-dark);
	background: var(--color-aqua-soft);
	border-radius: 100px;
}

.unit-badge--hot {
	color: var(--color-magenta-dark);
	background: var(--color-magenta-soft);
}

.unit-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 18px;
	margin-top: 18px;
	padding-top: 18px;
	border-top: 1px solid var(--color-border);
	font-size: 0.85rem;
}

.unit-meta span {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	color: var(--color-text-dark);
	font-weight: 600;
}

.unit-meta .unit-price {
	color: var(--color-magenta);
	font-family: var(--font-display);
	font-size: 1.05rem;
}

/* Package / pricing card */
.package-card {
	position: relative;
	background: #fff;
	border: 1px solid var(--color-border);
	border-radius: var(--radius-lg);
	padding: 36px 30px;
	text-align: center;
	display: flex;
	flex-direction: column;
	transition: all var(--transition);
	height: 100%;
}

.package-card:hover {
	transform: translateY(-6px);
	box-shadow: var(--shadow-lift);
}

.package-card.is-featured {
	border-color: var(--color-magenta);
	box-shadow: 0 16px 44px rgba(234, 0, 140, 0.16);
}

.package-flag {
	position: absolute;
	top: -13px;
	left: 50%;
	transform: translateX(-50%);
	padding: 5px 18px;
	font-family: var(--font-display);
	font-size: 0.72rem;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #fff;
	background: var(--color-magenta);
	border-radius: 100px;
	white-space: nowrap;
}

.package-card h3 {
	margin-bottom: 6px;
	text-transform: uppercase;
}

.package-includes {
	font-size: 0.92rem;
	margin-bottom: 18px;
}

.package-price {
	font-family: var(--font-display);
	font-size: 2.6rem;
	line-height: 1;
	color: var(--color-navy);
	margin-bottom: 22px;
}

.package-period {
	display: block;
	font-family: var(--font-body);
	font-size: 0.82rem;
	letter-spacing: 0.09em;
	text-transform: uppercase;
	color: var(--color-text);
	margin-top: 8px;
}

.package-note {
	margin-top: -8px;
	margin-bottom: 22px;
	font-size: 0.84rem;
	font-style: italic;
	color: var(--color-teal-dark);
}

/* auto margin pins the CTA to the card's bottom edge, so a row of packages
   with different blurb lengths still has its buttons on one line. */
.package-card .btn {
	margin-top: auto;
}

/* -----------------------------------------------------------
   8. Pricing tables
----------------------------------------------------------- */
.price-table-wrap {
	overflow-x: auto;
	border-radius: var(--radius-lg);
	box-shadow: var(--shadow-card);
	background: #fff;
	-webkit-overflow-scrolling: touch;
}

/* min-width has to stay under a 3-up grid column (~370px at full width),
   otherwise these tables overflow their own scroll container and the price
   column is clipped out of sight. The 5-column Unlimited table is the only
   one that can still need to scroll, and it sits in a 2-up grid. */
.price-table {
	width: 100%;
	border-collapse: collapse;
	min-width: 280px;
	font-size: 0.98rem;
}

.price-table caption {
	caption-side: top;
	padding: 22px 24px 6px;
	font-family: var(--font-display);
	font-size: 1.25rem;
	color: var(--color-text-dark);
	text-align: left;
	text-transform: uppercase;
}

.price-table th,
.price-table td {
	padding: 13px 16px;
	text-align: left;
	border-bottom: 1px solid var(--color-border);
}

.price-table thead th {
	background: var(--color-navy);
	color: #fff;
	font-family: var(--font-display);
	font-weight: 400;
	font-size: 0.86rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.price-table tbody tr:last-child th,
.price-table tbody tr:last-child td {
	border-bottom: none;
}

.price-table tbody tr:nth-child(even) {
	background: var(--color-cream);
}

.price-table tbody th {
	font-family: var(--font-body);
	font-weight: 600;
	color: var(--color-text-dark);
}

.price-table td {
	font-family: var(--font-display);
	color: var(--color-magenta);
	font-size: 1.05rem;
}

.price-table td.is-muted {
	color: #c3c8d6;
}

/* -----------------------------------------------------------
   9. FAQ accordion
----------------------------------------------------------- */
.faq-list {
	max-width: 860px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	gap: 14px;
}

.faq-item {
	background: #fff;
	border: 1px solid var(--color-border);
	border-radius: var(--radius);
	overflow: hidden;
	transition: box-shadow var(--transition);
}

.faq-item.is-open {
	box-shadow: var(--shadow-card);
	border-color: var(--color-aqua);
}

.faq-question {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 18px;
	width: 100%;
	padding: 20px 24px;
	background: transparent;
	border: 0;
	text-align: left;
	cursor: pointer;
	font-family: var(--font-display);
	font-size: 1.06rem;
	color: var(--color-text-dark);
	line-height: 1.4;
	transition: color var(--transition);
}

.faq-question:hover {
	color: var(--color-magenta);
}

.faq-icon {
	flex-shrink: 0;
	width: 26px;
	height: 26px;
	position: relative;
	border-radius: 50%;
	background: var(--color-magenta-soft);
	transition: all var(--transition);
	margin-top: 2px;
}

.faq-icon::before,
.faq-icon::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 11px;
	height: 2px;
	background: var(--color-magenta);
	transform: translate(-50%, -50%);
	transition: all var(--transition);
}

.faq-icon::after {
	transform: translate(-50%, -50%) rotate(90deg);
}

.faq-item.is-open .faq-icon {
	background: var(--color-magenta);
}

.faq-item.is-open .faq-icon::before,
.faq-item.is-open .faq-icon::after {
	background: #fff;
}

.faq-item.is-open .faq-icon::after {
	transform: translate(-50%, -50%) rotate(0deg);
}

.faq-answer {
	display: none;
	padding: 0 24px 22px;
}

.faq-item.is-open .faq-answer {
	display: block;
}

.faq-answer p:first-child {
	margin-top: 0;
}

/* -----------------------------------------------------------
   10. Benefit / info list
----------------------------------------------------------- */
.benefit-list {
	display: grid;
	gap: 22px;
}

.benefit-item {
	display: flex;
	gap: 18px;
	align-items: flex-start;
}

.benefit-item .icon {
	flex-shrink: 0;
	width: 46px;
	height: 46px;
	display: grid;
	place-items: center;
	border-radius: 50%;
	background: var(--color-magenta-soft);
	color: var(--color-magenta);
}

.section--navy .benefit-item .icon {
	background: rgba(255, 255, 255, 0.12);
	color: var(--color-sun);
}

.benefit-item h4 {
	margin-bottom: 4px;
}

.benefit-item p {
	font-size: 0.96rem;
	margin: 0;
}

.check-list {
	display: grid;
	gap: 12px;
}

.check-list li {
	position: relative;
	padding-left: 32px;
}

.check-list li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.52em;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background: var(--color-teal) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E") center / 11px no-repeat;
}

/* -----------------------------------------------------------
   11. CTA band
----------------------------------------------------------- */
.cta-band {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 34px;
	flex-wrap: wrap;
	padding: 52px 56px;
	border-radius: var(--radius-lg);
	background: linear-gradient(120deg, var(--color-magenta), #ff5eb5);
	color: #fff;
	box-shadow: var(--shadow-soft);
}

.cta-band h2 {
	color: #fff;
	margin-bottom: 6px;
	text-transform: uppercase;
}

.cta-band p {
	color: rgba(255, 255, 255, 0.92);
	margin: 0;
}

.cta-band--navy {
	background: linear-gradient(120deg, var(--color-navy), var(--color-navy-light));
}

.cta-band--aqua {
	background: linear-gradient(120deg, var(--color-teal), var(--color-aqua));
	color: var(--color-navy-deep);
}

.cta-band--aqua h2,
.cta-band--aqua p {
	color: var(--color-navy-deep);
}

/* App download badges */
.app-badges {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	align-items: center;
}

.app-badges img {
	height: 46px;
	width: auto;
	transition: transform var(--transition);
}

.app-badges a:hover img {
	transform: translateY(-3px);
}

/* -----------------------------------------------------------
   12. Location / contact
----------------------------------------------------------- */
.location-card {
	background: #fff;
	border: 1px solid var(--color-border);
	border-radius: var(--radius-lg);
	padding: 38px 34px;
	box-shadow: var(--shadow-card);
	height: 100%;
}

.location-card h3 {
	text-transform: uppercase;
	margin-bottom: 18px;
}

.contact-info-list {
	display: grid;
	gap: 22px;
}

.contact-info-item {
	display: flex;
	gap: 16px;
	align-items: flex-start;
}

.contact-info-item .icon {
	flex-shrink: 0;
	width: 42px;
	height: 42px;
	display: grid;
	place-items: center;
	border-radius: 50%;
	background: var(--color-aqua-soft);
	color: var(--color-teal-dark);
}

.contact-info-item h4 {
	margin-bottom: 2px;
}

.contact-info-item a {
	color: var(--color-navy);
}

.contact-info-item a:hover {
	color: var(--color-magenta);
}

.contact-inline-link {
	font-family: var(--font-display);
	font-size: 0.85rem;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: var(--color-magenta);
}

.contact-inline-link:hover {
	color: var(--color-magenta-dark);
}

.hours-table {
	width: 100%;
	border-collapse: collapse;
	margin: 0;
}

.hours-table th,
.hours-table td {
	padding: 11px 0;
	border-bottom: 1px dashed var(--color-border);
	font-size: 0.95rem;
	text-align: left;
}

.hours-table th {
	font-family: var(--font-body);
	font-weight: 600;
	color: var(--color-text-dark);
}

.hours-table td {
	text-align: right;
	color: var(--color-text);
}

.hours-table tr:last-child th,
.hours-table tr:last-child td {
	border-bottom: none;
}

.hours-table tr.is-today th,
.hours-table tr.is-today td {
	color: var(--color-magenta);
	font-weight: 700;
}

.map-embed {
	border-radius: var(--radius-lg);
	overflow: hidden;
	box-shadow: var(--shadow-card);
	line-height: 0;
	background: var(--color-aqua-soft);
}

.map-embed iframe {
	width: 100%;
	height: 420px;
	border: 0;
	display: block;
}

/* -----------------------------------------------------------
   13. Forms
----------------------------------------------------------- */
.contact-form {
	background: #fff;
	border: 1px solid var(--color-border);
	border-radius: var(--radius-lg);
	padding: 38px 34px;
	box-shadow: var(--shadow-card);
}

.form-row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 18px;
}

.form-field {
	margin-bottom: 18px;
}

.form-field label {
	display: block;
	margin-bottom: 7px;
	font-size: 0.87rem;
	font-weight: 600;
	color: var(--color-text-dark);
}

.form-field input,
.form-field select,
.form-field textarea {
	width: 100%;
	padding: 13px 16px;
	background: var(--color-cream);
	border: 1px solid var(--color-border);
	border-radius: var(--radius);
	font-size: 0.97rem;
	transition: all var(--transition);
}

.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
	outline: none;
	border-color: var(--color-magenta);
	background: #fff;
	box-shadow: 0 0 0 3px var(--color-magenta-soft);
}

.form-field textarea {
	min-height: 148px;
	resize: vertical;
}

.form-honeypot {
	position: absolute;
	left: -9999px;
}

.form-notice {
	padding: 14px 18px;
	border-radius: var(--radius);
	margin-bottom: 22px;
	font-size: 0.94rem;
}

.form-notice--success {
	background: #e6f7ef;
	color: #17694a;
	border: 1px solid #b8e7d2;
}

.form-notice--error {
	background: #fdeaec;
	color: #a32433;
	border: 1px solid #f5c2c8;
}

/* -----------------------------------------------------------
   14. Blog
----------------------------------------------------------- */
.post-card {
	background: #fff;
	border: 1px solid var(--color-border);
	border-radius: var(--radius-lg);
	overflow: hidden;
	display: flex;
	flex-direction: column;
	transition: all var(--transition);
	height: 100%;
}

.post-card:hover {
	transform: translateY(-6px);
	box-shadow: var(--shadow-lift);
}

.post-card .post-thumb {
	aspect-ratio: 16 / 10;
	overflow: hidden;
	background: var(--color-aqua-soft);
}

.post-card .post-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.post-card-body {
	padding: 26px;
	display: flex;
	flex-direction: column;
	flex: 1;
}

.post-meta {
	font-size: 0.8rem;
	letter-spacing: 0.07em;
	text-transform: uppercase;
	color: var(--color-teal-dark);
	margin-bottom: 10px;
}

.post-card h3 {
	font-size: 1.18rem;
}

.post-card h3 a {
	color: var(--color-text-dark);
}

.post-card h3 a:hover {
	color: var(--color-magenta);
}

.read-more {
	margin-top: auto;
	padding-top: 16px;
	font-family: var(--font-display);
	font-size: 0.84rem;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: var(--color-magenta);
}

.entry-content > * + * {
	margin-top: 1.1em;
}

.entry-content h2,
.entry-content h3 {
	margin-top: 1.7em;
}

.entry-content ul,
.entry-content ol {
	display: grid;
	gap: 10px;
	padding-left: 0;
}

.entry-content ul li {
	position: relative;
	padding-left: 26px;
}

.entry-content ul li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.62em;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--color-magenta);
}

.entry-content ol {
	list-style: decimal;
	padding-left: 22px;
}

.entry-content ol li {
	padding-left: 6px;
}

.entry-content img {
	border-radius: var(--radius);
}

.pagination {
	display: flex;
	justify-content: center;
	gap: 8px;
	margin-top: 54px;
	flex-wrap: wrap;
}

.pagination .page-numbers {
	display: grid;
	place-items: center;
	min-width: 42px;
	height: 42px;
	padding: 0 12px;
	border: 1px solid var(--color-border);
	border-radius: 100px;
	color: var(--color-navy);
	font-size: 0.9rem;
	font-weight: 600;
	background: #fff;
}

.pagination .page-numbers:hover,
.pagination .page-numbers.current {
	background: var(--color-magenta);
	border-color: var(--color-magenta);
	color: #fff;
}

.widget-box {
	background: #fff;
	border: 1px solid var(--color-border);
	border-radius: var(--radius-lg);
	padding: 26px;
	margin-bottom: 24px;
}

.widget-box h4 {
	text-transform: uppercase;
	margin-bottom: 14px;
	padding-bottom: 12px;
	border-bottom: 2px solid var(--color-magenta-soft);
}

.widget-box li + li {
	margin-top: 9px;
}

.widget-box a {
	color: var(--color-navy);
}

.widget-box a:hover {
	color: var(--color-magenta);
}

.blog-layout {
	display: grid;
	grid-template-columns: 1fr 320px;
	gap: 48px;
	align-items: start;
}

/* -----------------------------------------------------------
   15. Footer
----------------------------------------------------------- */
.site-footer {
	background: linear-gradient(150deg, var(--color-navy), var(--color-navy-deep));
	color: rgba(255, 255, 255, 0.72);
	padding: 74px 0 0;
	font-size: 0.95rem;
}

.footer-grid {
	display: grid;
	grid-template-columns: 1.4fr 1fr 1fr 1.2fr;
	gap: 44px;
	padding-bottom: 54px;
}

.site-footer h4 {
	color: #fff;
	text-transform: uppercase;
	font-size: 0.98rem;
	letter-spacing: 0.08em;
	margin-bottom: 18px;
}

.site-footer a {
	color: rgba(255, 255, 255, 0.72);
}

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

.footer-col li + li {
	margin-top: 10px;
}

.footer-logo {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 18px;
}

.footer-logo .salon-name {
	font-family: var(--font-display);
	font-size: 1.2rem;
	color: #fff;
	text-transform: uppercase;
	line-height: 1.15;
}

.footer-script {
	font-family: var(--font-script);
	font-size: 1.5rem;
	color: var(--color-sun);
	display: block;
	margin-bottom: 10px;
}

.footer-social {
	display: flex;
	gap: 10px;
	margin-top: 20px;
}

.footer-social a {
	width: 38px;
	height: 38px;
	display: grid;
	place-items: center;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.1);
	color: #fff;
	transition: all var(--transition);
}

.footer-social a:hover {
	background: var(--color-magenta);
	color: #fff;
	transform: translateY(-2px);
}

.footer-bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	flex-wrap: wrap;
	padding: 24px 0;
	border-top: 1px solid rgba(255, 255, 255, 0.12);
	font-size: 0.87rem;
	color: rgba(255, 255, 255, 0.6);
}

.footer-bottom ul {
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
}

/* -----------------------------------------------------------
   16. Utility / misc
----------------------------------------------------------- */
.error-404 {
	text-align: center;
	padding: 120px 0;
}

.error-404 .code {
	font-family: var(--font-display);
	font-size: clamp(5rem, 16vw, 10rem);
	line-height: 1;
	color: var(--color-aqua);
}

.search-form {
	display: flex;
	gap: 10px;
}

.search-form input[type="search"] {
	flex: 1;
	padding: 12px 16px;
	border: 1px solid var(--color-border);
	border-radius: var(--radius);
	background: var(--color-cream);
}

.search-form button {
	padding: 12px 22px;
	background: var(--color-magenta);
	color: #fff;
	border: 0;
	border-radius: var(--radius);
	cursor: pointer;
	font-family: var(--font-display);
	text-transform: uppercase;
	letter-spacing: 0.05em;
}

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

.gallery-strip img {
	width: 100%;
	height: 190px;
	object-fit: cover;
	transition: transform 0.5s ease, filter 0.5s ease;
	filter: saturate(0.92);
}

.gallery-strip img:hover {
	transform: scale(1.05);
	filter: saturate(1.1);
}

/* -----------------------------------------------------------
   17. Responsive
----------------------------------------------------------- */
/* The primary menu carries eight items, so between the drawer breakpoint and
   full width the header sheds width in stages: first tighter nav tracking,
   then the redundant CTA button (the phone link stays). */
@media (max-width: 1440px) {
	.primary-menu > li > a { padding: 10px 9px; font-size: 0.82rem; }
	.header-phone { font-size: 0.92rem; }
	.header-cta { gap: 10px; }
	.header-inner { gap: 16px; }
}

@media (max-width: 1340px) {
	.header-cta .btn { display: none; }
}

@media (max-width: 1100px) {
	.grid--4 { grid-template-columns: repeat(2, 1fr); }
	.footer-grid { grid-template-columns: 1fr 1fr; }
	.blog-layout { grid-template-columns: 1fr; }
	.gallery-strip { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 1100px) {
	.header-cta .btn { display: none; }

	/* Branding takes the free space so the phone and the hamburger stay
	   grouped on the right, instead of the toggle floating mid-header. */
	.site-branding { margin-right: auto; }
	.header-cta { order: 2; }
	.menu-toggle { order: 3; display: flex; }

	/* Parked with a transform rather than `right: -100%`: a negative offset
	   leaves the drawer sitting in the document's overflow region (inflating
	   scrollWidth, and on some older mobile browsers actually allowing a
	   sideways scroll to it), and transforms animate on the compositor. */
	.primary-navigation {
		position: fixed;
		top: 0;
		right: 0;
		display: none;
		width: min(340px, 86vw);
		height: 100vh;
		background: #fff;
		box-shadow: -8px 0 40px rgba(3, 9, 67, 0.16);
		padding: 96px 26px 34px;
		overflow-y: auto;
		transform: translateX(100%);
		visibility: hidden;
		transition: transform 0.3s ease, visibility 0.3s;
		z-index: 95;
		margin-left: 0;
	}

	.primary-navigation.is-open {
		display: block;
		transform: translateX(0);
		visibility: visible;
	}

	.primary-menu {
		flex-direction: column;
		align-items: stretch;
		gap: 2px;
	}

	.primary-menu > li > a {
		padding: 13px 16px;
		font-size: 1rem;
		border-radius: var(--radius);
	}

	.primary-menu .sub-menu {
		position: static;
		opacity: 1;
		visibility: visible;
		transform: none;
		box-shadow: none;
		border: 0;
		border-left: 2px solid var(--color-aqua);
		border-radius: 0;
		margin: 2px 0 6px 16px;
		padding: 0 0 0 8px;
		display: none;
	}

	.primary-menu li.is-open > .sub-menu {
		display: block;
	}

	.nav-cta-mobile {
		display: block;
		margin-top: 26px;
		padding-top: 24px;
		border-top: 1px solid var(--color-border);
	}

	.split,
	.split--wide-left,
	.split--wide-right {
		grid-template-columns: 1fr;
		gap: 36px;
	}

	.section { padding: 68px 0; }

	.hero { min-height: 540px; padding: 88px 0; }

	.cta-band {
		padding: 40px 32px;
		text-align: center;
		justify-content: center;
	}
}

@media (max-width: 720px) {
	body { font-size: 16px; }

	.grid--2,
	.grid--3,
	.grid--4 { grid-template-columns: 1fr; }

	.footer-grid { grid-template-columns: 1fr; gap: 34px; }

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

	.header-phone span { display: none; }

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

	.gallery-strip img { height: 150px; }

	.hero-badges { gap: 20px; }

	.footer-bottom { justify-content: center; text-align: center; }

	.section { padding: 56px 0; }
}

@media (prefers-reduced-motion: reduce) {
	*,
	*::before,
	*::after {
		animation-duration: 0.01ms !important;
		transition-duration: 0.01ms !important;
		scroll-behavior: auto !important;
	}
}
