/*
Theme Name: CashDrive
Theme URI: https://cashdrive.com
Author: CashDrive Team
Author URI: https://cashdrive.com
Description: A bold, modern theme for America's #1 vehicle buying service. Clean design with brutal shadow accents, orange CTA highlights, and mobile-first responsive layout.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: cashdrive
Tags: one-column, custom-menu, custom-logo, featured-images, theme-options
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
*/

/* ===== CSS VARIABLES ===== */
:root {
  --background: 220 15% 98%;
  --foreground: 224 71% 4%;
  --card: 0 0% 100%;
  --card-foreground: 224 71% 4%;
  --primary: 24 95% 53%;
  --primary-foreground: 0 0% 100%;
  --secondary: 215 25% 27%;
  --secondary-foreground: 0 0% 100%;
  --muted: 220 10% 90%;
  --muted-foreground: 220 10% 46%;
  --accent: 220 10% 94%;
  --accent-foreground: 224 71% 4%;
  --destructive: 0 84% 60%;
  --border: 220 13% 91%;
  --input: 220 13% 85%;
  --ring: 24 95% 53%;
  --radius: 0.5rem;
  --petrol: 224 71% 4%;
}

/* ===== RESET & BASE ===== */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; border: 0 solid hsl(var(--border)); }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: 'Instrument Sans', system-ui, -apple-system, sans-serif;
  background: hsl(var(--background));
  color: hsl(var(--foreground));
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.6;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, h4, h5, h6 { font-family: 'Instrument Sans', system-ui, sans-serif; font-weight: 700; line-height: 1.1; }
ul, ol { list-style: none; }

/* ===== UTILITIES ===== */
.container { max-width: 1400px; margin: 0 auto; padding: 0 1rem; }
@media (min-width: 1024px) { .container { padding: 0 2rem; } }
.text-balance { text-wrap: balance; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); border: 0; }

/* ===== SHADOWS ===== */
.shadow-brutal { box-shadow: 6px 6px 0px 0px hsl(224, 71%, 4%); }
.shadow-brutal-sm { box-shadow: 4px 4px 0px 0px hsl(224, 71%, 4%); }

/* ===== BUTTONS ===== */
.btn-primary {
  display: inline-flex; align-items: center; justify-content: center; gap: 0.5rem;
  background: hsl(var(--primary)); color: hsl(var(--primary-foreground));
  padding: 0.75rem 2rem; border-radius: var(--radius); font-size: 0.875rem;
  font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em;
  box-shadow: 4px 4px 0px 0px hsl(224, 71%, 4%);
  transition: all 0.15s ease; cursor: pointer; border: none;
}
.btn-primary:hover { transform: translateY(-2px); box-shadow: 6px 6px 0px 0px hsl(224, 71%, 4%); }
.btn-primary:active { transform: translateY(0) scale(0.98); box-shadow: none; }

.btn-dark {
  display: inline-flex; align-items: center; justify-content: center; gap: 0.5rem;
  background: hsl(var(--petrol)); color: hsl(var(--secondary-foreground));
  padding: 0.75rem 2rem; border-radius: var(--radius); font-size: 0.875rem;
  font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em;
  box-shadow: 4px 4px 0px 0px hsl(224, 71%, 4%);
  transition: all 0.15s ease; cursor: pointer; border: none;
}
.btn-dark:hover { transform: translateY(-2px); box-shadow: 6px 6px 0px 0px hsl(224, 71%, 4%); }

.btn-outline {
  display: inline-flex; align-items: center; justify-content: center; gap: 0.5rem;
  background: hsl(var(--card)); color: hsl(var(--foreground));
  padding: 0.75rem 1.5rem; border-radius: var(--radius); font-size: 0.875rem;
  font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em;
  border: 1px solid hsl(var(--foreground)); box-shadow: 4px 4px 0px 0px hsl(224, 71%, 4%);
  transition: all 0.15s ease; cursor: pointer;
}
.btn-outline:hover { transform: translateY(-2px); box-shadow: 6px 6px 0px 0px hsl(224, 71%, 4%); }

/* ===== NAVBAR ===== */
.site-header {
  position: sticky; top: 0; z-index: 50;
  border-bottom: 1px solid hsl(var(--border));
  background: hsla(0, 0%, 100%, 0.8);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
.site-header .container { display: flex; align-items: center; justify-content: space-between; height: 4rem; }
.site-logo { display: flex; align-items: center; gap: 0.5rem; }
.site-logo__icon { width: 2.25rem; height: 2.25rem; background: hsl(var(--primary)); border-radius: var(--radius); display: flex; align-items: center; justify-content: center; }
.site-logo__icon svg { width: 1.25rem; height: 1.25rem; color: hsl(var(--primary-foreground)); }
.site-logo__text { font-size: 1.25rem; font-weight: 700; letter-spacing: -0.025em; color: hsl(var(--foreground)); }

.main-nav { display: none; align-items: center; gap: 0.25rem; }
@media (min-width: 1024px) { .main-nav { display: flex; } }
.main-nav a {
  padding: 0.5rem 0.75rem; border-radius: calc(var(--radius) - 2px);
  font-size: 0.875rem; font-weight: 500; color: hsl(var(--muted-foreground));
  transition: color 0.15s, background 0.15s;
}
.main-nav a:hover, .main-nav a.current { color: hsl(var(--foreground)); background: hsl(var(--accent)); }
.header-cta { display: none; }
@media (min-width: 1024px) { .header-cta { display: block; } }

.mobile-toggle { display: flex; padding: 0.5rem; background: none; border: none; cursor: pointer; color: hsl(var(--foreground)); }
@media (min-width: 1024px) { .mobile-toggle { display: none; } }
.mobile-toggle svg { width: 1.5rem; height: 1.5rem; }

.mobile-menu { display: none; border-top: 1px solid hsl(var(--border)); padding: 1rem; }
.mobile-menu.is-open { display: flex; flex-direction: column; gap: 0.25rem; }
@media (min-width: 1024px) { .mobile-menu { display: none !important; } }
.mobile-menu a { padding: 0.75rem 1rem; border-radius: calc(var(--radius) - 2px); font-size: 0.875rem; font-weight: 500; color: hsl(var(--muted-foreground)); }
.mobile-menu a:hover, .mobile-menu a.current { color: hsl(var(--foreground)); background: hsl(var(--accent)); }

/* ===== HERO ===== */
.hero { padding: 8vh 0; }
@media (min-width: 1024px) { .hero { padding: 12vh 0; } }
.hero .container { display: grid; align-items: center; gap: 3rem; }
@media (min-width: 1024px) { .hero .container { grid-template-columns: 1fr 1fr; gap: 4rem; } }
.hero__tagline { margin-bottom: 0.75rem; font-size: 0.75rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; color: hsl(var(--primary)); }
.hero__title { font-size: clamp(2.5rem, 5vw, 3.75rem); font-weight: 700; line-height: 0.95; letter-spacing: -0.05em; color: hsl(var(--foreground)); }
.hero__desc { margin-top: 1rem; max-width: 28rem; font-size: 1rem; line-height: 1.6; color: hsl(var(--muted-foreground)); }
.hero__car { display: none; margin-top: 1.5rem; width: 100%; max-width: 28rem; }
@media (min-width: 1024px) { .hero__car { display: block; } }

/* ===== TRUST BADGES ===== */
.trust-badges { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 2rem; padding: 2rem 0; }
.trust-badges__item { display: flex; align-items: center; gap: 0.5rem; opacity: 0.4; }
.trust-badges__item svg { width: 1.25rem; height: 1.25rem; }
.trust-badges__item span { font-size: 0.75rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.05em; }

/* ===== OFFER FORM CARD ===== */
.offer-card {
  border: 2px solid hsl(var(--foreground)); background: hsl(var(--card));
  padding: 1.5rem; border-radius: var(--radius); box-shadow: 6px 6px 0px 0px hsl(224, 71%, 4%);
}
@media (min-width: 768px) { .offer-card { padding: 2rem; } }
.offer-card__title { margin-bottom: 1.5rem; font-size: 1.125rem; font-weight: 700; letter-spacing: -0.025em; color: hsl(var(--foreground)); }
.offer-card .form-grid { display: grid; gap: 1rem; }
.offer-card .form-grid-2 { display: grid; gap: 1rem; }
@media (min-width: 640px) { .offer-card .form-grid-2 { grid-template-columns: 1fr 1fr; } }
.form-label { display: block; margin-bottom: 0.375rem; font-size: 0.75rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.05em; color: hsl(var(--muted-foreground)); }
.form-input, .form-select, .form-textarea {
  width: 100%; border: none; border-bottom: 2px solid hsl(var(--muted));
  background: transparent; padding: 0.75rem; font-size: 0.875rem;
  font-weight: 500; color: hsl(var(--foreground)); outline: none;
  transition: border-color 0.15s; font-family: inherit;
}
.form-input:focus, .form-select:focus, .form-textarea:focus { border-bottom-color: hsl(var(--primary)); }
.form-input::placeholder, .form-textarea::placeholder { color: hsl(var(--muted-foreground) / 0.5); }
.form-select { appearance: none; cursor: pointer; }
.form-textarea { resize: vertical; min-height: 80px; }
.form-submit { margin-top: 0.5rem; width: 100%; padding: 1rem 2rem; }

/* ===== SECTION STYLES ===== */
.section { padding: 5rem 0; }
@media (min-width: 1024px) { .section { padding: 7rem 0; } }
.section--accent { background: hsl(var(--accent)); }
.section--petrol { background: hsl(var(--petrol)); color: hsl(var(--secondary-foreground)); }
.section--primary { background: hsl(var(--primary)); }
.section__header { margin-bottom: 4rem; text-align: center; }
.section__tagline { margin-bottom: 0.5rem; font-size: 0.75rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; color: hsl(var(--primary)); }
.section__title { font-size: clamp(1.875rem, 4vw, 3rem); font-weight: 700; letter-spacing: -0.025em; color: hsl(var(--foreground)); }
.section--petrol .section__title { color: hsl(var(--secondary-foreground)); }
.section__subtitle { margin-top: 0.75rem; max-width: 28rem; margin-left: auto; margin-right: auto; font-size: 0.875rem; color: hsl(var(--muted-foreground)); }

/* ===== HOW IT WORKS ===== */
.steps-grid { display: grid; gap: 2rem; }
@media (min-width: 768px) { .steps-grid { grid-template-columns: repeat(3, 1fr); } }
.step-card {
  position: relative; border: 2px solid hsl(var(--foreground)); background: hsl(var(--card));
  padding: 2rem; border-radius: var(--radius); box-shadow: 4px 4px 0px 0px hsl(224, 71%, 4%);
}
.step-card__num { position: absolute; top: -1.25rem; right: 1.5rem; font-size: 4.5rem; font-weight: 700; line-height: 1; color: hsl(var(--foreground) / 0.05); }
.step-card__icon { width: 3rem; height: 3rem; margin-bottom: 1rem; border-radius: var(--radius); background: hsl(var(--primary) / 0.1); display: flex; align-items: center; justify-content: center; }
.step-card__icon svg { width: 1.5rem; height: 1.5rem; color: hsl(var(--primary)); }
.step-card__title { margin-bottom: 0.5rem; font-size: 1.125rem; font-weight: 700; color: hsl(var(--foreground)); }
.step-card__desc { font-size: 0.875rem; line-height: 1.6; color: hsl(var(--muted-foreground)); }

/* ===== BENEFITS ===== */
.benefits-grid { display: grid; gap: 1.5rem; }
@media (min-width: 640px) { .benefits-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .benefits-grid { grid-template-columns: repeat(5, 1fr); } }
.benefit-card {
  display: flex; flex-direction: column; align-items: center; text-align: center;
  border: 1px solid hsl(var(--border)); background: hsl(var(--card));
  padding: 1.5rem; border-radius: var(--radius);
  transition: box-shadow 0.2s;
}
.benefit-card:hover { box-shadow: 4px 4px 0px 0px hsl(224, 71%, 4%); }
.benefit-card__icon { width: 3.5rem; height: 3.5rem; margin-bottom: 1rem; border-radius: 50%; background: hsl(var(--primary) / 0.1); display: flex; align-items: center; justify-content: center; }
.benefit-card__icon svg { width: 1.75rem; height: 1.75rem; color: hsl(var(--primary)); }
.benefit-card__title { margin-bottom: 0.25rem; font-size: 0.875rem; font-weight: 700; color: hsl(var(--foreground)); }
.benefit-card__desc { font-size: 0.75rem; line-height: 1.6; color: hsl(var(--muted-foreground)); }

/* ===== GALLERY GRID ===== */
.gallery-grid { display: grid; gap: 1rem; }
@media (min-width: 640px) { .gallery-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .gallery-grid { grid-template-columns: repeat(3, 1fr); } }
.gallery-item { position: relative; overflow: hidden; border-radius: var(--radius); }
.gallery-item img { width: 100%; aspect-ratio: 4/3; object-fit: cover; transition: transform 0.5s; }
.gallery-item:hover img { transform: scale(1.1); }
.gallery-item__overlay {
  position: absolute; inset: 0; display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  background: hsl(var(--petrol) / 0.6); opacity: 0;
  transition: opacity 0.3s;
}
.gallery-item:hover .gallery-item__overlay { opacity: 1; }
.gallery-item__overlay span { padding: 0 1rem; text-align: center; font-size: 0.875rem; font-weight: 700; color: hsl(var(--primary-foreground)); }

/* ===== TESTIMONIALS ===== */
.testimonials-grid { display: grid; gap: 1.5rem; }
@media (min-width: 768px) { .testimonials-grid { grid-template-columns: repeat(3, 1fr); } }
.testimonial-card {
  border: 1px solid hsl(var(--secondary-foreground) / 0.1);
  background: hsl(var(--secondary-foreground) / 0.05);
  padding: 1.5rem; border-radius: var(--radius);
}
.testimonial-card__stars { display: flex; gap: 0.125rem; margin-bottom: 0.75rem; }
.testimonial-card__stars svg { width: 1rem; height: 1rem; color: hsl(var(--primary)); fill: hsl(var(--primary)); }
.testimonial-card__text { font-size: 0.875rem; line-height: 1.6; opacity: 0.8; margin-bottom: 1rem; }
.testimonial-card__footer { border-top: 1px solid hsl(var(--secondary-foreground) / 0.1); padding-top: 1rem; }
.testimonial-card__name { font-size: 0.875rem; font-weight: 700; }
.testimonial-card__meta { font-size: 0.75rem; opacity: 0.5; }

/* ===== BLOG CARDS ===== */
.blog-grid { display: grid; gap: 2rem; }
@media (min-width: 768px) { .blog-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .blog-grid { grid-template-columns: repeat(3, 1fr); } }
.blog-card {
  overflow: hidden; border: 1px solid hsl(var(--border)); background: hsl(var(--card));
  border-radius: var(--radius); box-shadow: 0 1px 3px rgba(0,0,0,0.05);
  transition: transform 0.2s, box-shadow 0.2s;
}
.blog-card:hover { transform: translateY(-4px); box-shadow: 4px 4px 0px 0px hsl(224, 71%, 4%); }
.blog-card__image { aspect-ratio: 3/2; overflow: hidden; }
.blog-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s; }
.blog-card:hover .blog-card__image img { transform: scale(1.05); }
.blog-card__body { padding: 1.5rem; }
.blog-card__category {
  display: inline-block; padding: 0.25rem 0.75rem; border-radius: 9999px;
  background: hsl(var(--primary) / 0.1); font-size: 0.75rem; font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.05em; color: hsl(var(--primary));
}
.blog-card__title { margin-top: 0.75rem; font-size: 1.125rem; font-weight: 700; line-height: 1.3; letter-spacing: -0.025em; color: hsl(var(--foreground)); }
.blog-card__excerpt { margin-top: 0.5rem; font-size: 0.875rem; line-height: 1.6; color: hsl(var(--muted-foreground)); display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.blog-card__meta { margin-top: 1rem; display: flex; align-items: center; gap: 1rem; font-size: 0.75rem; color: hsl(var(--muted-foreground)); }
.blog-card__meta span { display: flex; align-items: center; gap: 0.25rem; }

/* ===== CTA BANNER ===== */
.cta-banner { padding: 4rem 0; background: hsl(var(--primary)); }
.cta-banner .container { display: flex; flex-direction: column; align-items: center; gap: 1.5rem; text-align: center; }
.cta-banner__title { font-size: clamp(1.5rem, 3vw, 2.25rem); font-weight: 700; letter-spacing: -0.025em; color: hsl(var(--primary-foreground)); }
.cta-banner__desc { max-width: 32rem; font-size: 0.875rem; color: hsl(var(--primary-foreground) / 0.8); }

/* ===== PURCHASED CARS ===== */
.purchased-grid { display: grid; gap: 1rem; }
@media (min-width: 640px) { .purchased-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .purchased-grid { grid-template-columns: repeat(4, 1fr); } }
.purchased-card {
  overflow: hidden; border: 1px solid hsl(var(--border)); background: hsl(var(--card));
  border-radius: var(--radius); box-shadow: 0 1px 3px rgba(0,0,0,0.05);
  transition: transform 0.2s, box-shadow 0.2s;
}
.purchased-card:hover { transform: translateY(-4px); box-shadow: 4px 4px 0px 0px hsl(224, 71%, 4%); }
.purchased-card__image { aspect-ratio: 4/3; overflow: hidden; }
.purchased-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s; }
.purchased-card:hover .purchased-card__image img { transform: scale(1.05); }
.purchased-card__body { padding: 1rem; }
.purchased-card__name { font-size: 0.875rem; font-weight: 700; color: hsl(var(--foreground)); }
.purchased-card__row { margin-top: 0.5rem; display: flex; align-items: center; justify-content: space-between; }
.badge { display: inline-flex; align-items: center; gap: 0.25rem; padding: 0.125rem 0.5rem; border-radius: 9999px; font-size: 0.75rem; font-weight: 600; }
.badge--good { background: #d1fae5; color: #047857; }
.badge--fair { background: #fef3c7; color: #b45309; }
.badge--poor { background: #fee2e2; color: #b91c1c; }
.purchased-card__price { display: flex; align-items: center; gap: 0.25rem; font-size: 0.875rem; font-weight: 700; color: hsl(var(--primary)); }

/* ===== STATES GRID ===== */
.states-grid { display: grid; gap: 0.75rem; }
@media (min-width: 640px) { .states-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 768px) { .states-grid { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 1024px) { .states-grid { grid-template-columns: repeat(4, 1fr); } }
.state-link {
  display: flex; align-items: center; justify-content: space-between; gap: 0.5rem;
  border: 1px solid hsl(var(--border)); background: hsl(var(--card));
  padding: 0.75rem; border-radius: calc(var(--radius) - 2px);
  font-size: 0.875rem; font-weight: 500; color: hsl(var(--foreground));
  transition: all 0.15s;
}
.state-link:hover { transform: translateY(-2px); border-color: hsl(var(--primary)); box-shadow: 4px 4px 0px 0px hsl(224, 71%, 4%); }
.state-link__name { display: flex; align-items: center; gap: 0.5rem; }
.state-link__name svg { width: 1rem; height: 1rem; color: hsl(var(--primary)); }
.state-link__arrow { width: 1rem; height: 1rem; color: hsl(var(--muted-foreground)); }

/* ===== PAGE HERO (inner pages) ===== */
.page-hero { padding: 8vh 0; }
@media (min-width: 1024px) { .page-hero { padding: 12vh 0; } }
.page-hero--dark { background: hsl(var(--petrol)); color: hsl(var(--secondary-foreground)); }
.page-hero .container { max-width: 48rem; text-align: center; }

/* ===== FAQ ===== */
.faq-list { border: 1px solid hsl(var(--border)); background: hsl(var(--card)); padding: 1.5rem; border-radius: var(--radius); }
@media (min-width: 768px) { .faq-list { padding: 2rem; } }
.faq-item { border-bottom: 1px solid hsl(var(--border)); }
.faq-item:last-child { border-bottom: none; }
.faq-item__question {
  display: flex; width: 100%; align-items: center; justify-content: space-between;
  padding: 1.25rem 0; background: none; border: none; cursor: pointer; text-align: left;
  font-size: 0.875rem; font-weight: 700; color: hsl(var(--foreground)); font-family: inherit;
}
.faq-item__question svg { width: 1rem; height: 1rem; flex-shrink: 0; color: hsl(var(--muted-foreground)); transition: transform 0.2s; }
.faq-item.is-open .faq-item__question svg { transform: rotate(180deg); }
.faq-item__answer { display: none; padding-bottom: 1.25rem; font-size: 0.875rem; line-height: 1.6; color: hsl(var(--muted-foreground)); }
.faq-item.is-open .faq-item__answer { display: block; }

/* ===== CONTACT ===== */
.contact-grid { display: grid; gap: 3rem; max-width: 56rem; margin: 0 auto; }
@media (min-width: 1024px) { .contact-grid { grid-template-columns: 1fr 1fr; } }
.contact-info { display: flex; flex-direction: column; gap: 1.5rem; }
.contact-info__card { display: flex; gap: 1rem; border: 1px solid hsl(var(--border)); background: hsl(var(--card)); padding: 1.25rem; border-radius: var(--radius); }
.contact-info__icon { width: 2.5rem; height: 2.5rem; flex-shrink: 0; border-radius: var(--radius); background: hsl(var(--primary) / 0.1); display: flex; align-items: center; justify-content: center; }
.contact-info__icon svg { width: 1.25rem; height: 1.25rem; color: hsl(var(--primary)); }
.contact-info__value { font-size: 0.875rem; font-weight: 700; color: hsl(var(--foreground)); }
.contact-info__sub { font-size: 0.75rem; color: hsl(var(--muted-foreground)); }

/* ===== ABOUT VALUES ===== */
.values-grid { display: grid; gap: 1.5rem; margin-top: 4rem; }
@media (min-width: 640px) { .values-grid { grid-template-columns: repeat(2, 1fr); } }
.value-card { border: 1px solid hsl(var(--border)); background: hsl(var(--card)); padding: 1.5rem; border-radius: var(--radius); }
.value-card svg { width: 1.5rem; height: 1.5rem; color: hsl(var(--primary)); margin-bottom: 0.75rem; }
.value-card__title { font-weight: 700; color: hsl(var(--foreground)); margin-bottom: 0.25rem; }
.value-card__desc { font-size: 0.875rem; color: hsl(var(--muted-foreground)); }

/* ===== CHECKLIST ===== */
.checklist { display: flex; flex-direction: column; gap: 1rem; }
.checklist__item { display: flex; gap: 0.75rem; }
.checklist__item svg { width: 1.25rem; height: 1.25rem; flex-shrink: 0; margin-top: 0.125rem; color: hsl(var(--primary)); }
.checklist__item p { font-size: 0.875rem; line-height: 1.6; color: hsl(var(--muted-foreground)); }

/* ===== BACK LINK ===== */
.back-link { display: inline-flex; align-items: center; gap: 0.25rem; margin-bottom: 1.5rem; font-size: 0.875rem; font-weight: 500; color: hsl(var(--muted-foreground)); transition: color 0.15s; }
.back-link:hover { color: hsl(var(--primary)); }
.back-link svg { width: 1rem; height: 1rem; }

/* ===== LOCATION BADGE ===== */
.location-badge {
  display: inline-flex; align-items: center; gap: 0.5rem;
  border: 1px solid hsl(var(--border)); background: hsl(var(--accent));
  padding: 0.375rem 1rem; border-radius: 9999px;
  font-size: 0.75rem; font-weight: 700; text-transform: uppercase;
  letter-spacing: 0.1em; color: hsl(var(--primary)); margin-bottom: 0.75rem;
}
.location-badge svg { width: 0.75rem; height: 0.75rem; }

/* ===== SUCCESS STATE ===== */
.success-card {
  display: flex; flex-direction: column; align-items: center; gap: 1rem;
  border: 2px solid hsl(var(--foreground)); background: hsl(var(--card));
  padding: 2.5rem; border-radius: var(--radius); text-align: center;
  box-shadow: 6px 6px 0px 0px hsl(224, 71%, 4%);
}
.success-card svg { width: 4rem; height: 4rem; color: hsl(var(--primary)); }
.success-card__title { font-size: 1.5rem; font-weight: 700; color: hsl(var(--foreground)); }
.success-card__desc { color: hsl(var(--muted-foreground)); }

/* ===== GALLERY FILTER ===== */
.filter-tabs { display: flex; flex-wrap: wrap; justify-content: center; gap: 0.5rem; margin-bottom: 2.5rem; }
.filter-tab {
  padding: 0.5rem 1.25rem; border-radius: 9999px; font-size: 0.875rem;
  font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em;
  border: 1px solid hsl(var(--border)); background: hsl(var(--card));
  color: hsl(var(--muted-foreground)); cursor: pointer; transition: all 0.15s;
}
.filter-tab:hover { color: hsl(var(--foreground)); }
.filter-tab.is-active { background: hsl(var(--primary)); color: hsl(var(--primary-foreground)); border-color: hsl(var(--primary)); box-shadow: 4px 4px 0px 0px hsl(224, 71%, 4%); }

/* ===== GALLERY FULL (4-col) ===== */
.gallery-grid-4 { display: grid; gap: 1rem; }
@media (min-width: 640px) { .gallery-grid-4 { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .gallery-grid-4 { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 1280px) { .gallery-grid-4 { grid-template-columns: repeat(4, 1fr); } }

/* ===== LIGHTBOX ===== */
.lightbox { position: fixed; inset: 0; z-index: 100; display: flex; align-items: center; justify-content: center; background: hsl(var(--petrol) / 0.9); padding: 1rem; }
.lightbox__close { position: absolute; top: 1rem; right: 1rem; background: hsl(var(--card) / 0.2); border: none; border-radius: 50%; padding: 0.5rem; cursor: pointer; color: hsl(var(--primary-foreground)); transition: background 0.15s; }
.lightbox__close:hover { background: hsl(var(--card) / 0.4); }
.lightbox__close svg { width: 1.5rem; height: 1.5rem; }
.lightbox__content { max-width: 56rem; max-height: 85vh; overflow: hidden; border-radius: var(--radius); }
.lightbox__content img { width: 100%; height: auto; object-fit: contain; }
.lightbox__caption { background: hsl(var(--card)); padding: 1rem; text-align: center; }
.lightbox__caption p { font-weight: 700; color: hsl(var(--foreground)); }
.lightbox__caption span { font-size: 0.75rem; color: hsl(var(--muted-foreground)); }

/* ===== 404 ===== */
.page-404 { display: flex; min-height: 60vh; align-items: center; justify-content: center; background: hsl(var(--muted)); text-align: center; }
.page-404 h1 { font-size: 3rem; font-weight: 700; margin-bottom: 1rem; }
.page-404 p { font-size: 1.25rem; color: hsl(var(--muted-foreground)); margin-bottom: 1rem; }
.page-404 a { color: hsl(var(--primary)); text-decoration: underline; }

/* ===== FOOTER ===== */
.site-footer { border-top: 1px solid hsl(var(--border)); background: hsl(var(--petrol)); color: hsl(var(--secondary-foreground)); }
.site-footer .container { padding-top: 4rem; padding-bottom: 4rem; }
.footer-grid { display: grid; gap: 3rem; }
@media (min-width: 768px) { .footer-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .footer-grid { grid-template-columns: repeat(4, 1fr); } }
.footer-col__title { margin-bottom: 1rem; font-size: 0.75rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; opacity: 0.5; }
.footer-col a, .footer-col span { display: block; font-size: 0.875rem; opacity: 0.7; transition: opacity 0.15s; }
.footer-col a:hover { opacity: 1; }
.footer-col .link-list { display: flex; flex-direction: column; gap: 0.5rem; }
.footer-col .info-list { display: flex; flex-direction: column; gap: 0.75rem; }
.footer-col .info-item { display: flex; align-items: center; gap: 0.5rem; font-size: 0.875rem; opacity: 0.7; }
.footer-col .info-item svg { width: 1rem; height: 1rem; }
.footer-bottom { margin-top: 3rem; border-top: 1px solid hsl(var(--secondary-foreground) / 0.1); padding-top: 2rem; text-align: center; font-size: 0.75rem; opacity: 0.5; }

/* ===== WIDGET AREAS ===== */
.widget-area { padding: 2rem 0; }
.widget-area .widget { margin-bottom: 2rem; }
.widget-area .widget-title { font-size: 1rem; font-weight: 700; margin-bottom: 1rem; color: hsl(var(--foreground)); }

/* ===== WORDPRESS CLASSES ===== */
.alignwide { max-width: 1200px; margin-left: auto; margin-right: auto; }
.alignfull { width: 100%; max-width: 100%; }
.alignleft { float: left; margin-right: 1.5rem; margin-bottom: 1rem; }
.alignright { float: right; margin-left: 1.5rem; margin-bottom: 1rem; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.wp-caption { max-width: 100%; }
.wp-caption-text { font-size: 0.875rem; color: hsl(var(--muted-foreground)); margin-top: 0.5rem; }
.sticky { border-left: 3px solid hsl(var(--primary)); padding-left: 1rem; }
.screen-reader-text { clip: rect(1px, 1px, 1px, 1px); position: absolute; height: 1px; width: 1px; overflow: hidden; }

/* ===== PRINT ===== */
@media print { .site-header, .site-footer, .cta-banner { display: none; } body { background: #fff; color: #000; } }
