/* =====================================================================
   Vanessa's Dog Mobile Grooming — main stylesheet
   Static rebuild of vanessasdoggrooming.com
   ===================================================================== */

/* ---------- Design tokens ---------- */
:root {
	--background: hsl(0 0% 99%);
	--foreground: hsl(0 0% 8%);
	--card: hsl(0 0% 100%);
	--primary: hsl(342 100% 60%);
	--primary-dark: hsl(342 80% 50%);
	--primary-foreground: hsl(0 0% 100%);
	--secondary: hsl(342 40% 96%);
	--secondary-foreground: hsl(342 60% 30%);
	--muted: hsl(0 0% 96%);
	--muted-foreground: hsl(0 0% 40%);
	--accent: hsl(342 100% 96%);
	--accent-foreground: hsl(342 100% 40%);
	--border: hsl(0 0% 92%);
	--gold: hsl(38 92% 50%);
	--radius: .75rem;
	--radius-lg: 1.25rem;
	--hero-gradient: linear-gradient(135deg, hsl(342 100% 60%) 0%, hsl(342 80% 50%) 100%);
	--section-gradient: linear-gradient(180deg, hsl(342 100% 98%) 0%, hsl(0 0% 100%) 100%);
	--shadow-sm: 0 1px 2px hsl(0 0% 0% / .05);
	--shadow-md: 0 10px 30px -12px hsl(342 60% 40% / .18);
	--header-h: 4rem;
}

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

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

body {
	margin: 0;
	font-family: "Outfit", system-ui, -apple-system, sans-serif;
	font-weight: 400;
	line-height: 1.55;
	color: var(--foreground);
	background: var(--background);
}

section[id] { scroll-margin-top: calc(var(--header-h) + 1rem); }

img, video { max-width: 100%; display: block; }

h1, h2, h3 { margin: 0; line-height: 1.15; letter-spacing: -.01em; }

h1 {
	font-size: clamp(2.35rem, 5.2vw, 3rem);
	font-weight: 800;
	letter-spacing: -.02em;
}

h2 {
	font-size: clamp(1.75rem, 3.2vw, 2.25rem);
	font-weight: 700;
}

p { margin: 0; }

a { color: inherit; }

button {
	font: inherit;
	color: inherit;
	background: none;
	border: 0;
	padding: 0;
	cursor: pointer;
}

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

figure { margin: 0; }

blockquote { margin: 0; }

.container {
	width: 100%;
	max-width: 72rem;
	margin-inline: auto;
	padding-inline: 1.25rem;
}

/* ---------- Icons ---------- */
.icon {
	width: 1.25rem;
	height: 1.25rem;
	fill: none;
	stroke: currentColor;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
	flex-shrink: 0;
	display: inline-block;
	vertical-align: middle;
}

.stars { display: inline-flex; gap: .125rem; color: var(--gold); }
.stars .icon { width: 1rem; height: 1rem; fill: currentColor; stroke: currentColor; }

.icon-google { fill: none; stroke: none; width: 1.15rem; height: 1.15rem; }

/* ---------- Utilities ---------- */
.eyebrow {
	font-size: .8rem;
	font-weight: 600;
	letter-spacing: .22em;
	text-transform: uppercase;
	color: var(--primary);
	margin-bottom: .875rem;
}

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

.section-head { text-align: center; max-width: 46rem; margin-inline: auto; }
.section-head .eyebrow { margin-bottom: .75rem; }
.section-sub { color: var(--muted-foreground); margin-top: .875rem; font-size: 1rem; }

.head-rule {
	display: block;
	width: 2.5rem;
	height: 3px;
	border-radius: 2px;
	background: var(--primary);
	margin: 0 auto 1.75rem;
}

.btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: .5rem;
	padding: .8em 1.9em;
	border-radius: 9999px;
	font-weight: 600;
	font-size: .95rem;
	text-decoration: none;
	transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease, color .2s ease, border-color .2s ease;
	white-space: nowrap;
}

.btn--primary {
	background: var(--primary);
	color: var(--primary-foreground);
	box-shadow: 0 8px 22px -10px hsl(342 100% 60% / .55);
}
.btn--primary:hover {
	background: var(--primary-dark);
	transform: translateY(-1px);
	box-shadow: 0 12px 26px -10px hsl(342 100% 60% / .6);
}

.btn--outline {
	background: hsl(0 0% 100% / .75);
	color: var(--foreground);
	border: 1px solid hsl(0 0% 8% / .18);
}
.btn--outline:hover {
	border-color: hsl(0 0% 8% / .38);
	background: hsl(0 0% 100%);
	transform: translateY(-1px);
}

.btn--lg { padding: 1em 2.2em; font-size: 1rem; }

.text-link {
	display: inline-flex;
	align-items: center;
	gap: .5rem;
	color: var(--primary);
	font-weight: 600;
	text-decoration: none;
	margin-top: 1.25rem;
}
.text-link:hover { text-decoration: underline; }
.text-link .icon { width: 1.1rem; height: 1.1rem; }

.icon-chip {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 3rem;
	height: 3rem;
	border-radius: .875rem;
	background: var(--accent);
	color: var(--primary);
}
.icon-chip .icon { width: 1.4rem; height: 1.4rem; }
.icon-chip--round { border-radius: 9999px; width: 3.25rem; height: 3.25rem; }

.sr-only {
	position: absolute;
	width: 1px; height: 1px;
	padding: 0; margin: -1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	white-space: nowrap;
	border: 0;
}

/* Grain + reveal (verbatim from live site CSS) */
.grain { position: relative; overflow: hidden; }
.grain::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 1;
	pointer-events: none;
	opacity: .035;
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");
	background-repeat: repeat;
	background-size: 180px 180px;
}
.grain > .container { position: relative; z-index: 2; }

.reveal {
	opacity: 0;
	transform: translateY(28px);
	transition: opacity .7s cubic-bezier(.16, 1, .3, 1), transform .7s cubic-bezier(.16, 1, .3, 1);
	transition-delay: calc(var(--i, 0) * 90ms);
}
.reveal.revealed { opacity: 1; transform: translateY(0); }

@keyframes float {
	0%, 100% { transform: translateY(0); }
	50% { transform: translateY(-6px); }
}
.animate-float { animation: float 4s ease-in-out infinite; }

/* ---------- Header ---------- */
.site-header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 50;
	background: hsl(0 0% 100% / .82);
	-webkit-backdrop-filter: blur(12px);
	backdrop-filter: blur(12px);
	border-bottom: 1px solid hsl(0 0% 8% / .06);
}

.header-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	height: var(--header-h);
}

.brand img { width: 48px; height: 48px; object-fit: contain; }

.main-nav { display: none; align-items: center; gap: 2rem; }
.main-nav a {
	text-decoration: none;
	font-size: .95rem;
	font-weight: 500;
	color: hsl(0 0% 8% / .75);
	transition: color .2s ease;
}
.main-nav a:hover { color: var(--foreground); }

.header-actions { display: flex; align-items: center; gap: .75rem; }

.lang-toggle {
	display: inline-flex;
	align-items: center;
	gap: .4rem;
	font-size: .9rem;
	font-weight: 500;
	color: hsl(0 0% 8% / .75);
	padding: .4rem .5rem;
	border-radius: .5rem;
	transition: color .2s ease, background-color .2s ease;
}
.lang-toggle:hover { color: var(--foreground); background: hsl(0 0% 8% / .05); }
.lang-toggle .icon { width: 1.15rem; height: 1.15rem; }

.header-cta { display: none; padding: .65em 1.6em; font-size: .9rem; }

.menu-toggle {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.5rem;
	height: 2.5rem;
	border-radius: .5rem;
	color: var(--foreground);
}
.menu-toggle .icon { width: 1.4rem; height: 1.4rem; }
.menu-toggle .icon-close { display: none; }
.menu-toggle[aria-expanded="true"] .icon-menu { display: none; }
.menu-toggle[aria-expanded="true"] .icon-close { display: inline-block; }

.mobile-menu {
	background: hsl(0 0% 100% / .97);
	border-bottom: 1px solid var(--border);
	box-shadow: 0 18px 30px -18px hsl(0 0% 0% / .18);
}
.mobile-menu nav {
	display: flex;
	flex-direction: column;
	gap: .25rem;
	padding: 1rem 1.25rem 1.5rem;
}
.mobile-menu a {
	text-decoration: none;
	font-weight: 500;
	padding: .65rem .25rem;
	color: hsl(0 0% 8% / .8);
}
.mobile-menu .btn { margin-top: .75rem; color: var(--primary-foreground); text-align: center; }

/* ---------- Hero ---------- */
.hero {
	position: relative;
	margin-top: var(--header-h);
	min-height: calc(100vh - var(--header-h));
	display: flex;
	align-items: center;
	overflow: hidden;
	padding-block: 4.5rem;
}

.hero-media { position: absolute; inset: 0; }
.hero-video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: grayscale(1) contrast(1.25) brightness(1.1);
}
.hero-wash {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(to bottom, hsl(0 0% 99% / .25) 0%, hsl(0 0% 99% / 0) 30%, hsl(0 0% 99% / 0) 70%, hsl(0 0% 99%) 100%),
		linear-gradient(to right, hsl(0 0% 100% / .93) 0%, hsl(0 0% 100% / .8) 40%, hsl(0 0% 100% / .6) 70%, hsl(0 0% 100% / .52) 100%);
}

.hero-content { position: relative; z-index: 2; }

.hero-badge {
	display: inline-flex;
	align-items: center;
	gap: .55rem;
	background: hsl(0 0% 100% / .95);
	color: var(--primary);
	font-size: .78rem;
	font-weight: 700;
	letter-spacing: .18em;
	text-transform: uppercase;
	padding: .6rem 1.4rem;
	border-radius: 9999px;
	box-shadow: 0 10px 26px -14px hsl(342 100% 40% / .45);
	margin-bottom: 2rem;
}
.hero-badge .icon { width: .95rem; height: .95rem; fill: currentColor; }

.hero h1 { max-width: 56rem; }

.hero-sub {
	margin-top: 1.25rem;
	font-size: 1.125rem;
	color: hsl(0 0% 8% / .72);
	max-width: 34rem;
}

.hero-ctas {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: .875rem;
	margin-top: 2.25rem;
}

.hero-proof {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: .5rem 1.25rem;
	margin-top: 2.75rem;
	font-size: .9rem;
	color: var(--muted-foreground);
}
.hero-proof .rating {
	display: inline-flex;
	align-items: center;
	gap: .5rem;
	text-decoration: none;
	color: var(--gold);
	font-weight: 700;
}

/* ---------- Sections (shared rhythm) ---------- */
.difference, .about, .process, .services, .testimonials, .why, .faq, .contact {
	padding-block: 3.5rem;
}

.section-gradient { background: var(--section-gradient); }

/* ---------- Split layouts ---------- */
.split {
	display: grid;
	grid-template-columns: 1fr;
	gap: 2.5rem;
	align-items: center;
	max-width: 64rem;
	margin-inline: auto;
}

.split-media img {
	width: 100%;
	height: auto;
	aspect-ratio: 3 / 4;
	object-fit: cover;
	border-radius: var(--radius-lg);
	box-shadow: var(--shadow-md);
}

.split-text h2 { margin-bottom: 1.25rem; }
.split-text p + p { margin-top: 1rem; }
.split-text p { color: var(--muted-foreground); font-size: 1rem; line-height: 1.7; }
.split-text p strong { color: var(--foreground); font-weight: 600; }

.about-split { margin-top: 2.75rem; }
.about-split .split-media img { aspect-ratio: 1 / 1; }

/* ---------- About features ---------- */
.feature-row {
	display: grid;
	grid-template-columns: 1fr;
	gap: 2rem;
	margin-top: 3.5rem;
	text-align: center;
}
.feature .icon-chip { margin-bottom: 1rem; }
.feature h3 { font-size: 1.05rem; font-weight: 700; }
.feature p { color: var(--muted-foreground); font-size: .925rem; margin-top: .4rem; max-width: 18rem; margin-inline: auto; }

/* ---------- Process ---------- */
.process-cards {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(9.5rem, 1fr));
	gap: 1rem;
	margin-top: 2.75rem;
}
.process-card {
	background: var(--card);
	border: 1px solid var(--border);
	border-radius: var(--radius);
	box-shadow: var(--shadow-sm);
	padding: 1.4rem 1rem;
	text-align: center;
}
.process-card .icon { color: var(--primary); width: 1.5rem; height: 1.5rem; }
.process-card p { font-size: .85rem; font-weight: 500; margin-top: .75rem; color: hsl(0 0% 8% / .8); }

.process-videos {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1.5rem;
	margin-top: 2.75rem;
}
.video-tile {
	border-radius: var(--radius-lg);
	overflow: hidden;
	aspect-ratio: 3 / 4;
	box-shadow: var(--shadow-md);
}
.video-tile video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .7s ease;
}
.video-tile:hover video { transform: scale(1.05); }

/* ---------- Services ---------- */
.card-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1.5rem;
	margin-top: 2.75rem;
}
.card {
	background: var(--card);
	border: 1px solid var(--border);
	border-radius: var(--radius);
	box-shadow: var(--shadow-sm);
	padding: 1.75rem;
	transition: transform .3s ease, box-shadow .3s ease;
}
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.card h3 { font-size: 1.1rem; font-weight: 700; margin-top: 1.1rem; }
.card p { color: var(--muted-foreground); font-size: .925rem; line-height: 1.65; margin-top: .6rem; }

.extra-care { margin-top: 3.25rem; text-align: center; }
.extra-care h3 { font-size: 1.15rem; font-weight: 700; }
.check-list {
	display: grid;
	grid-template-columns: 1fr;
	gap: .75rem 2.5rem;
	max-width: 44rem;
	margin: 1.5rem auto 0;
	text-align: left;
}
.check-list li {
	display: flex;
	align-items: flex-start;
	gap: .6rem;
	font-size: .95rem;
	color: hsl(0 0% 8% / .8);
}
.check-list .icon { color: var(--primary); width: 1.1rem; height: 1.1rem; margin-top: .18rem; }

.commitment {
	margin: 2.75rem auto 0;
	max-width: 56rem;
	background: hsl(342 100% 96% / .75);
	border: 1px solid hsl(342 100% 90%);
	border-radius: var(--radius-lg);
	padding: 1.75rem 2rem;
	text-align: center;
}
.commitment-label { font-size: .95rem; color: var(--primary); font-weight: 700; }
.commitment p:last-child { margin-top: .6rem; color: hsl(342 30% 30%); font-size: .95rem; line-height: 1.65; }

/* ---------- Investment ---------- */
.investment {
	position: relative;
	overflow: hidden;
	padding-block: 4.5rem;
}
.investment-media { position: absolute; inset: 0; }
.investment-media video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: grayscale(1) contrast(1.25) brightness(1.1);
}
.investment-wash {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(to bottom, hsl(0 0% 99%) 0%, hsl(0 0% 99% / .35) 22%, hsl(0 0% 99% / .35) 78%, hsl(0 0% 99%) 100%),
		linear-gradient(to right, hsl(0 0% 100% / .72) 0%, hsl(0 0% 100% / .45) 55%, hsl(0 0% 100% / .25) 100%);
}
.investment-content { position: relative; z-index: 2; }
.investment .split-text p { color: hsl(0 0% 8% / .72); }
.investment-strong { font-weight: 700; color: var(--foreground) !important; }
.investment .btn { margin-top: 1.75rem; }
.investment .split-media img { aspect-ratio: 3 / 4; }

/* ---------- Testimonials ---------- */
.testimonials { background: hsl(342 100% 96% / .35); }

.rating-line {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: .5rem;
	margin-top: 1rem;
	color: var(--muted-foreground);
	font-size: .95rem;
}
.rating-line b { color: var(--gold); font-size: 1.05rem; }

.review-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1.25rem;
	margin-top: 2.75rem;
}
.review-card {
	display: flex;
	flex-direction: column;
	background: var(--card);
	border: 1px solid var(--border);
	border-radius: var(--radius);
	box-shadow: var(--shadow-sm);
	padding: 1.5rem;
}
.review-card .stars .icon { width: .85rem; height: .85rem; }
.review-card blockquote {
	flex-grow: 1;
	font-size: .9rem;
	line-height: 1.6;
	color: hsl(0 0% 8% / .8);
	margin-top: .875rem;
}
.review-card footer {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: .75rem;
	margin-top: 1.25rem;
}
.review-card footer b { display: block; font-size: .9rem; }
.review-card footer time { display: block; font-size: .75rem; color: var(--muted-foreground); margin-top: .15rem; }

.section-cta { text-align: center; margin-top: 2.5rem; }
.section-cta .icon { width: 1rem; height: 1rem; }

/* ---------- Why trust ---------- */
.why-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 2.25rem 3.5rem;
	max-width: 62rem;
	margin: 3rem auto 0;
}
.why-item .icon { color: var(--primary); width: 1.5rem; height: 1.5rem; }
.why-item h3 { font-size: 1.05rem; font-weight: 700; margin-top: .8rem; }
.why-item p { color: var(--muted-foreground); font-size: .925rem; line-height: 1.65; margin-top: .5rem; }

/* ---------- FAQ ---------- */
.faq-list {
	max-width: 44rem;
	margin: 2.75rem auto 0;
	display: grid;
	gap: .875rem;
}
.faq-item {
	background: var(--card);
	border: 1px solid var(--border);
	border-radius: var(--radius);
	box-shadow: var(--shadow-sm);
}
.faq-item h3 { font-size: inherit; font-weight: inherit; }
.faq-item h3 button {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	text-align: left;
	font-weight: 600;
	font-size: .975rem;
	padding: 1.1rem 1.4rem;
}
.faq-item h3 .icon {
	color: var(--muted-foreground);
	transition: transform .3s ease;
	width: 1.1rem;
	height: 1.1rem;
}
.faq-item h3 button[aria-expanded="true"] .icon { transform: rotate(180deg); }

.faq-answer {
	display: grid;
	grid-template-rows: 0fr;
	transition: grid-template-rows .3s ease;
}
.faq-answer.open { grid-template-rows: 1fr; }
.faq-answer-inner { overflow: hidden; }
.faq-answer p {
	padding: 0 1.4rem 1.25rem;
	color: var(--muted-foreground);
	font-size: .925rem;
	line-height: 1.65;
}

/* ---------- Contact ---------- */
.contact-cards {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1.25rem;
	max-width: 52rem;
	margin: 2.75rem auto 0;
}
.contact-card {
	background: var(--card);
	border: 1px solid var(--border);
	border-radius: var(--radius);
	box-shadow: var(--shadow-sm);
	padding: 1.6rem 1.25rem;
	text-align: center;
}
.contact-card > a { display: block; text-decoration: none; }
.contact-card .icon-chip { margin-bottom: .875rem; }
.contact-card h3 { font-size: .975rem; font-weight: 700; }
.contact-card p { color: var(--muted-foreground); font-size: .9rem; margin-top: .3rem; }

.booking {
	max-width: 48rem;
	margin: 2.75rem auto 0;
	border-radius: var(--radius-lg);
	overflow: hidden;
	border: 1px solid var(--border);
	background: var(--card);
	box-shadow: var(--shadow-md);
}
.booking iframe {
	width: 100%;
	height: 800px;
	display: block;
	border: 0;
}

.booking-fallback { text-align: center; margin-top: 1rem; font-size: .85rem; }
.booking-fallback a { color: var(--muted-foreground); }

/* ---------- Footer ---------- */
.site-footer {
	background: var(--foreground);
	color: hsl(0 0% 100%);
	text-align: center;
	padding-block: 3rem;
}
.site-footer .container { position: relative; z-index: 2; }
.footer-logo { width: 60px; height: 60px; object-fit: contain; margin-inline: auto; }
.footer-tagline { margin-top: 1.1rem; font-size: .95rem; color: hsl(0 0% 100% / .92); }
.footer-serving { margin-top: .35rem; font-size: .85rem; color: hsl(0 0% 100% / .55); }
.footer-nav {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: .75rem 1.75rem;
	margin-top: 1.6rem;
	font-size: .9rem;
}
.footer-nav a {
	color: hsl(0 0% 100% / .75);
	text-decoration: none;
	transition: color .2s ease;
}
.footer-nav a:hover { color: hsl(0 0% 100%); }
.footer-copy { margin-top: 1.75rem; font-size: .8rem; color: hsl(0 0% 100% / .45); }

/* ---------- Breakpoints ---------- */
@media (min-width: 640px) {
	.hero-ctas { flex-direction: row; align-items: center; }
	.header-cta { display: inline-flex; }
	.check-list { grid-template-columns: 1fr 1fr; }
	.review-grid { grid-template-columns: 1fr 1fr; }
	.process-videos { grid-template-columns: repeat(3, 1fr); }
}

@media (min-width: 768px) {
	.card-grid { grid-template-columns: 1fr 1fr; }
	.feature-row { grid-template-columns: repeat(3, 1fr); }
	.why-grid { grid-template-columns: 1fr 1fr; }
	.contact-cards { grid-template-columns: repeat(3, 1fr); }
	.difference, .about, .process, .services, .testimonials, .why, .faq, .contact { padding-block: 4rem; }
}

@media (min-width: 1024px) {
	.main-nav { display: flex; }
	.menu-toggle { display: none; }
	.mobile-menu { display: none !important; }
	.split { grid-template-columns: 1.1fr .9fr; gap: 4rem; }
	.about-split { grid-template-columns: .9fr 1.1fr; }
	.card-grid { grid-template-columns: repeat(3, 1fr); }
	.review-grid { grid-template-columns: repeat(4, 1fr); }
	.split-media img { max-width: 24rem; margin-inline: auto; }
	.about-split .split-media img { max-width: 27rem; }
	.hero h1 { max-width: 46rem; }
}

/* ---------- Reduced motion ---------- */
@media (prefers-reduced-motion: reduce) {
	html { scroll-behavior: auto; }
	.reveal { opacity: 1; transform: none; transition: none; }
	.animate-float { animation: none; }
	.video-tile video { transition: none; }
	*, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}
