/*
Theme Name: Naturheilpraxis Kobelt
Theme URI: https://naturheilpraxis-kobelt.de
Author: Naturheilpraxis Kobelt
Author URI: https://naturheilpraxis-kobelt.de
Description: A curated wellness editorial WordPress theme for Naturheilpraxis Kobelt. Designed with the "Living Sanctuary" philosophy — editorial-inspired, organic, and premium.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: naturheilpraxis-kobelt
Tags: custom-menu, custom-logo, featured-images, theme-options, one-column, two-columns
*/

/* ============================================================
   DESIGN SYSTEM: "The Living Sanctuary"
   ============================================================ */

:root {
  /* ── Surface & Background ── */
  --surface: #fff9ed;
  --surface-dim: #e0d9cc;
  --surface-bright: #fff9ed;
  --surface-container-lowest: #ffffff;
  --surface-container-low: #faf3e5;
  --surface-container: #f4eddf;
  --surface-container-high: #eee8da;
  --surface-container-highest: #e8e2d4;
  --surface-variant: #e8e2d4;
  --background: #fff9ed;

  /* ── Primary ── */
  --primary: #476447;
  --primary-container: #5f7d5e;
  --on-primary: #ffffff;
  --on-primary-container: #fdfff8;
  --primary-fixed: #caebc6;
  --primary-fixed-dim: #aecfab;
  --on-primary-fixed: #05210a;
  --on-primary-fixed-variant: #314d32;

  /* ── Secondary ── */
  --secondary: #685d4c;
  --secondary-container: #f1e0cb;
  --on-secondary: #ffffff;
  --on-secondary-container: #6f6352;
  --secondary-fixed: #f1e0cb;
  --secondary-fixed-dim: #d4c4b0;
  --on-secondary-fixed: #221a0e;
  --on-secondary-fixed-variant: #504536;

  /* ── Tertiary ── */
  --tertiary: #546140;
  --tertiary-container: #6d7a57;
  --on-tertiary: #ffffff;
  --on-tertiary-container: #fefff1;
  --tertiary-fixed: #dae8be;
  --tertiary-fixed-dim: #becca3;
  --on-tertiary-fixed: #141f05;
  --on-tertiary-fixed-variant: #3f4b2c;

  /* ── Text ── */
  --on-surface: #1e1c13;
  --on-surface-variant: #434841;
  --on-background: #1e1c13;

  /* ── Utility ── */
  --outline: #737970;
  --outline-variant: #c3c8be;
  --error: #ba1a1a;
  --error-container: #ffdad6;
  --on-error: #ffffff;
  --on-error-container: #93000a;
  --inverse-surface: #333027;
  --inverse-on-surface: #f7f0e2;
  --inverse-primary: #aecfab;
  --surface-tint: #486548;

  /* ── Typography Scale ── */
  --font-headline: 'Noto Serif', Georgia, 'Times New Roman', serif;
  --font-body: 'Manrope', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --font-label: 'Manrope', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;

  /* ── Spacing Scale ── */
  --spacing-1: 0.25rem;
  --spacing-2: 0.5rem;
  --spacing-3: 0.75rem;
  --spacing-4: 1rem;
  --spacing-5: 1.7rem;
  --spacing-6: 2rem;
  --spacing-8: 3rem;
  --spacing-10: 4rem;
  --spacing-12: 5rem;
  --spacing-16: 8rem;

  /* ── Radii ── */
  --radius-sm: 0.25rem;
  --radius-md: 0.75rem;
  --radius-lg: 1rem;
  --radius-xl: 1.5rem;
  --radius-full: 9999px;

  /* ── Ambient Shadow ── */
  --shadow-ambient: 0 20px 40px rgba(30, 28, 19, 0.05);
  --shadow-elevated: 0 20px 60px rgba(30, 28, 19, 0.08);
}


/* ============================================================
   RESET & BASE
   ============================================================ */

*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: var(--font-body);
  background-color: var(--background);
  color: var(--on-surface);
  line-height: 1.6;
  font-size: 1rem;
  font-weight: 400;
  overflow-x: hidden;
}

::selection {
  background-color: rgba(71, 100, 71, 0.2);
}

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

a {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s ease;
}

ul, ol {
  list-style: none;
}


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

.font-headline,
h1, h2, h3 {
  font-family: var(--font-headline);
  font-weight: 700;
  color: var(--on-surface);
  line-height: 1.15;
}

.font-body {
  font-family: var(--font-body);
}

.font-label {
  font-family: var(--font-label);
}

/* Display */
.display-lg {
  font-size: 3.5rem;
  letter-spacing: -0.02em;
  line-height: 1.08;
}

.display-md {
  font-size: 2.75rem;
  letter-spacing: -0.01em;
}

/* Headline */
h1, .headline-lg {
  font-size: clamp(1.75rem, 5vw, 4.5rem);
  letter-spacing: -0.02em;
  overflow-wrap: break-word;
  word-break: break-word;
  hyphens: auto;
}

h2, .headline-md {
  font-size: clamp(1.75rem, 3vw, 2.5rem);
  letter-spacing: -0.01em;
}

h3, .headline-sm {
  font-size: clamp(1.25rem, 2vw, 1.5rem);
}

/* Body */
.body-lg {
  font-size: 1.125rem;
  line-height: 1.7;
}

.body-md {
  font-size: 1rem;
  line-height: 1.6;
}

.body-sm {
  font-size: 0.875rem;
  line-height: 1.5;
}

/* Label */
.label-lg {
  font-family: var(--font-label);
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.label-sm {
  font-family: var(--font-label);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}


/* ============================================================
   LAYOUT UTILITIES
   ============================================================ */

.container {
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
}

@media (min-width: 768px) {
  .container {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

.grid-2 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}

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

.grid-3 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}

@media (min-width: 768px) {
  .grid-3 { grid-template-columns: repeat(3, 1fr); }
}

.grid-12 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}

@media (min-width: 1024px) {
  .grid-12 {
    grid-template-columns: repeat(12, 1fr);
  }
}

.col-span-7 { grid-column: span 1; }
.col-span-5 { grid-column: span 1; }

@media (min-width: 1024px) {
  .col-span-7 { grid-column: span 7; }
  .col-span-5 { grid-column: span 5; }
}


/* ============================================================
   GLASSMORPHISM & SURFACE EFFECTS
   ============================================================ */

.glass-effect {
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}

.surface-base { background-color: var(--surface); }
.surface-low { background-color: var(--surface-container-low); }
.surface-mid { background-color: var(--surface-container); }
.surface-high { background-color: var(--surface-container-high); }
.surface-card { background-color: var(--surface-container-lowest); }


/* ============================================================
   NAVIGATION
   ============================================================ */

.site-nav {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  background: rgba(255, 249, 237, 0.8);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  box-shadow: var(--shadow-ambient);
}

.site-nav .nav-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 2rem;
  max-width: 80rem;
  margin: 0 auto;
}

.site-nav .site-logo {
  font-family: var(--font-headline);
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--primary);
  letter-spacing: -0.02em;
}

.site-nav .nav-links {
  display: none;
  align-items: center;
  gap: 2rem;
  font-family: var(--font-headline);
  font-weight: 500;
  font-size: 1.125rem;
}

@media (min-width: 768px) {
  .site-nav .nav-links {
    display: flex;
  }
}

.site-nav .nav-links a {
  color: rgba(30, 28, 19, 0.7);
  transition: color 0.3s ease;
}

.site-nav .nav-links a:hover,
.site-nav .nav-links a.current-menu-item,
.site-nav .nav-links a[aria-current="page"],
.site-nav .nav-links .current-menu-item > a {
  color: var(--primary);
}

.site-nav .nav-links .current-menu-item > a,
.site-nav .nav-links a[aria-current="page"] {
  border-bottom: 2px solid var(--primary);
  padding-bottom: 0.25rem;
}

/* Mobile hamburger */
.mobile-toggle {
  display: flex;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
}

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

.mobile-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--on-surface);
  border-radius: 2px;
  transition: all 0.3s ease;
}

.mobile-toggle.active span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}
.mobile-toggle.active span:nth-child(2) {
  opacity: 0;
}
.mobile-toggle.active span:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5px);
}

.mobile-nav {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: var(--surface);
  z-index: 99;
  padding: 6rem 2rem 2rem;
  flex-direction: column;
  gap: 1.5rem;
}

.mobile-nav.open {
  display: flex;
}

.mobile-nav a {
  font-family: var(--font-headline);
  font-size: 1.75rem;
  font-weight: 500;
  color: var(--on-surface);
}

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


/* ============================================================
   BUTTONS
   ============================================================ */

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 1rem;
  border-radius: var(--radius-md);
  padding: 1rem 2rem;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  line-height: 1;
}

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

.btn-primary:hover {
  box-shadow: var(--shadow-elevated);
  opacity: 0.92;
}

.btn-secondary {
  background-color: var(--secondary-container);
  color: var(--on-secondary-container);
}

.btn-secondary:hover {
  background-color: var(--surface-variant);
}

.btn-ghost {
  background: transparent;
  color: var(--primary);
  padding: 0;
}

.btn-ghost:hover {
  opacity: 0.7;
}

.btn-outline-light {
  background: transparent;
  border: 1px solid var(--on-primary);
  color: var(--on-primary);
}

.btn-outline-light:hover {
  background: rgba(255, 255, 255, 0.1);
}

.btn-pill {
  border-radius: var(--radius-full);
}

.btn-nav {
  padding: 0.625rem 1.5rem;
  border-radius: var(--radius-md);
  font-weight: 500;
}

/* Desktop-only CTA in header */
.btn-desktop-only {
  display: none;
}

@media (min-width: 768px) {
  .btn-desktop-only {
    display: inline-flex;
  }
}

/* Floating Kontakt button (mobile only) */
.floating-kontakt {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  bottom: 1.5rem;
  right: 1.5rem;
  z-index: 200;
  width: 3.25rem;
  height: 3.25rem;
  background-color: var(--primary);
  color: var(--on-primary);
  border-radius: var(--radius-full);
  text-decoration: none;
  box-shadow: 0 8px 24px rgba(30, 28, 19, 0.15);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: grab;
  touch-action: none;
  user-select: none;
  -webkit-user-select: none;
}

.floating-kontakt:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 32px rgba(30, 28, 19, 0.2);
}

.floating-kontakt .material-symbols-outlined {
  font-size: 1.375rem;
}

@media (min-width: 768px) {
  .floating-kontakt {
    display: none;
  }
}


/* ============================================================
   HERO SECTION
   ============================================================ */

.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 0 2rem;
}

.hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.9);
}

.hero-bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, var(--surface), rgba(255, 249, 237, 0.4), transparent);
}

.hero-content {
  position: relative;
  z-index: 10;
  max-width: 80rem;
  margin: 0 auto;
  width: 100%;
}

.hero-content .inner {
  max-width: 40rem;
}

.hero-label {
  font-family: var(--font-label);
  color: var(--primary);
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  font-size: 0.875rem;
  margin-bottom: 1rem;
  display: block;
}

.hero h1 {
  font-size: clamp(2.5rem, 6vw, 4.5rem);
  margin-bottom: 2rem;
  letter-spacing: -0.03em;
}

.hero h1 .accent {
  color: var(--primary);
  font-style: italic;
}

.hero p {
  font-size: clamp(1rem, 1.5vw, 1.25rem);
  color: rgba(30, 28, 19, 0.8);
  line-height: 1.7;
  margin-bottom: 2.5rem;
  max-width: 32rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}


/* ============================================================
   SECTION GENERAL
   ============================================================ */

.section {
  padding: var(--spacing-16) 0;
}

.section-header {
  text-align: center;
  margin-bottom: var(--spacing-10);
}

.section-header p {
  color: rgba(30, 28, 19, 0.6);
  max-width: 40rem;
  margin: 1rem auto 0;
  font-size: 1.05rem;
}


/* ============================================================
   INTRO / ABOUT SECTION (asymmetric)
   ============================================================ */

.intro-section {
  background-color: var(--surface-container-low);
}

.intro-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 4rem;
  align-items: center;
}

@media (min-width: 1024px) {
  .intro-grid {
    grid-template-columns: 1fr 1fr;
  }
}

.intro-image-wrapper {
  position: relative;
}

.intro-image {
  aspect-ratio: 4 / 5;
  overflow: hidden;
  border-top-left-radius: 4rem;
  border-bottom-right-radius: 4rem;
  box-shadow: var(--shadow-elevated);
}

.intro-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.intro-stat {
  position: absolute;
  bottom: -2rem;
  right: -2rem;
  background: var(--surface-container-lowest);
  padding: 2rem;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-elevated);
  max-width: 16rem;
}

@media (max-width: 767px) {
  .intro-stat { display: none; }
}

.intro-stat .stat-number {
  font-family: var(--font-headline);
  color: var(--primary);
  font-size: 1.75rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.intro-stat .stat-desc {
  font-size: 0.875rem;
  color: rgba(30, 28, 19, 0.6);
}

.intro-text h2 {
  margin-bottom: 2rem;
}

.intro-text p {
  color: rgba(30, 28, 19, 0.8);
  font-size: 1.125rem;
  line-height: 1.7;
  margin-bottom: 1.5rem;
}

.intro-badges {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  margin-top: 2rem;
}

.intro-badge {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-weight: 600;
}

.intro-badge .material-symbols-outlined {
  color: var(--primary);
}


/* ============================================================
   SERVICE CARDS
   ============================================================ */

.service-card {
  position: relative;
  background-color: var(--surface-container-lowest);
  padding: 2.5rem;
  border-radius: var(--radius-lg);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.service-card:hover {
  transform: translateY(-0.5rem);
  box-shadow: var(--shadow-elevated);
}

.service-card::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 8rem;
  height: 8rem;
  background: rgba(71, 100, 71, 0.05);
  border-radius: var(--radius-full);
  transform: translate(4rem, -4rem);
  transition: transform 0.5s ease;
}

.service-card:hover::before {
  transform: translate(2rem, -2rem) scale(1.5);
}

.service-card .material-symbols-outlined {
  color: var(--primary);
  font-size: 2.5rem;
  margin-bottom: 1.5rem;
}

.service-card h3 {
  margin-bottom: 1rem;
}

.service-card p {
  color: rgba(30, 28, 19, 0.7);
  flex-grow: 1;
  margin-bottom: 2rem;
}

.service-card .card-link {
  color: var(--primary);
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.service-card .card-link .material-symbols-outlined {
  font-size: 1.125rem;
  margin-bottom: 0;
  transition: transform 0.3s ease;
}

.service-card:hover .card-link .material-symbols-outlined {
  transform: translateX(0.25rem);
}


/* ============================================================
   FOUNDER / ABOUT PERSON
   ============================================================ */

.founder-section {
  background-color: var(--surface-container);
  overflow: hidden;
}

.founder-grid {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4rem;
}

@media (min-width: 1024px) {
  .founder-grid {
    flex-direction: row;
  }
}

.founder-text {
  flex: 1;
}

@media (min-width: 1024px) {
  .founder-text { order: -1; }
}

.founder-text .label-lg {
  color: var(--primary);
  margin-bottom: 1.5rem;
  display: block;
}

.founder-text h2 {
  margin-bottom: 1.5rem;
}

.founder-text .bio {
  font-size: 1.125rem;
  color: rgba(30, 28, 19, 0.8);
  line-height: 1.7;
  margin-bottom: 2rem;
}

.founder-credential {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 1rem;
}

.founder-credential .icon-circle {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: var(--radius-full);
  background: rgba(71, 100, 71, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.founder-credential .icon-circle .material-symbols-outlined {
  color: var(--primary);
  font-size: 1.25rem;
}

.founder-credential .cred-title {
  font-weight: 700;
}

.founder-credential .cred-desc {
  font-size: 0.875rem;
  color: rgba(30, 28, 19, 0.6);
}

.founder-image-wrap {
  position: relative;
  flex-shrink: 0;
}

.founder-ring {
  position: absolute;
  inset: -1rem;
  border: 1px solid rgba(71, 100, 71, 0.2);
  border-radius: var(--radius-full);
  transition: transform 0.7s ease;
}

.founder-image-wrap:hover .founder-ring {
  transform: scale(0.95);
}

.founder-image {
  width: 20rem;
  height: 20rem;
  border-radius: var(--radius-full);
  overflow: hidden;
  border: 8px solid var(--surface);
  box-shadow: var(--shadow-elevated);
  position: relative;
  z-index: 1;
}

@media (min-width: 768px) {
  .founder-image {
    width: 28rem;
    height: 28rem;
  }
}

.founder-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


/* ============================================================
   TESTIMONIALS
   ============================================================ */

.testimonial-card {
  background-color: var(--surface-container-low);
  padding: 2rem;
  border-radius: var(--radius-lg);
  font-style: italic;
}

.testimonial-stars {
  display: flex;
  gap: 0;
  margin-bottom: 1rem;
}

.testimonial-stars .material-symbols-outlined {
  color: var(--primary);
  font-variation-settings: 'FILL' 1;
}

.testimonial-card .quote {
  color: rgba(30, 28, 19, 0.8);
  margin-bottom: 1.5rem;
  line-height: 1.7;
}

.testimonial-card .author {
  font-style: normal;
  font-weight: 700;
}


/* ============================================================
   CTA BANNER
   ============================================================ */

.cta-banner {
  max-width: 70rem;
  margin: 0 auto;
  background-color: var(--primary);
  border-radius: 2.5rem;
  padding: 3rem;
  text-align: center;
  position: relative;
  overflow: hidden;
}

@media (min-width: 768px) {
  .cta-banner { padding: 5rem; }
}

.cta-banner::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top right, rgba(95, 125, 94, 0.4), transparent);
}

.cta-banner .inner {
  position: relative;
  z-index: 1;
}

.cta-banner h2 {
  color: var(--on-primary);
  font-size: clamp(1.75rem, 4vw, 3rem);
  margin-bottom: 2rem;
}

.cta-banner p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 1.125rem;
  max-width: 36rem;
  margin: 0 auto 3rem;
  line-height: 1.7;
}

.cta-banner .cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  justify-content: center;
}

.cta-banner .btn-surface {
  background: var(--surface);
  color: var(--primary);
  border-radius: var(--radius-full);
  font-weight: 700;
  font-size: 1.125rem;
  padding: 1rem 2.5rem;
}

.cta-banner .btn-surface:hover {
  background: var(--surface-bright);
}


/* ============================================================
   CONTACT PAGE
   ============================================================ */

.contact-form-card {
  background-color: var(--surface-container-lowest);
  padding: 2.5rem;
  border-radius: var(--radius-lg);
}

@media (min-width: 768px) {
  .contact-form-card { padding: 3rem; }
}

.contact-form-card h2 {
  margin-bottom: 2rem;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}

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

.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.form-group + .form-group,
.form-row + .form-group {
  margin-top: 1.5rem;
}

.form-row + .form-row {
  margin-top: 1.5rem;
}

.form-group label {
  font-size: 0.875rem;
  font-weight: 600;
  color: rgba(30, 28, 19, 0.6);
  padding-left: 0.25rem;
}

.form-input {
  width: 100%;
  background-color: var(--surface-container-high);
  border: none;
  border-bottom: 2px solid transparent;
  padding: 0.75rem;
  font-family: var(--font-body);
  font-size: 1rem;
  color: var(--on-surface);
  transition: border-color 0.3s ease;
  outline: none;
}

.form-input::placeholder {
  color: rgba(30, 28, 19, 0.3);
}

.form-input:focus {
  border-bottom-color: var(--primary);
}

textarea.form-input {
  resize: none;
  min-height: 8rem;
}

.form-checkbox {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-top: 1.5rem;
}

.form-checkbox input[type="checkbox"] {
  accent-color: var(--primary);
  width: 1.125rem;
  height: 1.125rem;
}

.form-checkbox label {
  font-size: 0.875rem;
  color: rgba(30, 28, 19, 0.6);
}

.form-checkbox a {
  text-decoration: underline;
}

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

.form-submit {
  margin-top: 1.5rem;
}

/* Info cards */
.info-card {
  background-color: var(--surface-container-low);
  padding: 2rem;
  border-radius: var(--radius-lg);
  position: relative;
  overflow: hidden;
}

.info-card .icon-circle {
  width: 3rem;
  height: 3rem;
  background: rgba(71, 100, 71, 0.1);
  border-radius: var(--radius-full);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
}

.info-card .icon-circle .material-symbols-outlined {
  color: var(--primary);
}

.info-card h3 {
  margin-bottom: 0.5rem;
}

.info-card p {
  color: rgba(30, 28, 19, 0.7);
  margin-bottom: 1rem;
}

.info-card .phone-link {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--primary);
  display: block;
}

.info-card .arrow-link {
  color: var(--primary);
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 0.25rem;
  transition: gap 0.3s ease;
}

.info-card:hover .arrow-link {
  gap: 0.5rem;
}

/* Sidebar details */
.details-card {
  background-color: var(--surface-container);
  padding: 2rem;
  border-radius: var(--radius-lg);
}

.details-card h2 {
  margin-bottom: 2rem;
}

.detail-item {
  display: flex;
  gap: 1.5rem;
}

.detail-item + .detail-item {
  margin-top: 2.5rem;
}

.detail-item .material-symbols-outlined {
  color: var(--primary);
  margin-top: 0.25rem;
  flex-shrink: 0;
}

.detail-item h4 {
  font-weight: 700;
  margin-bottom: 0.25rem;
}

.detail-item p,
.detail-item address {
  color: rgba(30, 28, 19, 0.7);
  line-height: 1.7;
  font-style: normal;
}

.hours-list {
  margin-top: 0.75rem;
}

.hours-list li {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  padding: 0.25rem 0;
}

.hours-list .day {
  color: rgba(30, 28, 19, 0.7);
}

.hours-list .time {
  font-weight: 500;
  color: var(--on-surface);
}

/* Map placeholder */
.map-wrapper {
  position: relative;
  height: 25rem;
  border-radius: var(--radius-lg);
  overflow: hidden;
}

.map-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(0.3);
  opacity: 0.6;
}

.map-placeholder {
  position: absolute;
  inset: 0;
  background: var(--surface-container-high);
  display: flex;
  align-items: center;
  justify-content: center;
}

.map-placeholder .material-symbols-outlined {
  font-size: 3rem;
  color: rgba(30, 28, 19, 0.3);
}

.map-overlay {
  position: absolute;
  bottom: 1.5rem;
  left: 1.5rem;
  right: 1.5rem;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  padding: 1rem;
  border-radius: var(--radius-md);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.map-overlay .map-info {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.map-overlay .map-icon {
  width: 2.5rem;
  height: 2.5rem;
  background: var(--primary);
  border-radius: var(--radius-full);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}

.map-overlay .map-label {
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: rgba(30, 28, 19, 0.5);
}

.map-overlay .map-name {
  font-family: var(--font-headline);
  font-size: 0.875rem;
  font-weight: 700;
}

.map-overlay .map-directions {
  width: 2.5rem;
  height: 2.5rem;
  background: var(--primary);
  color: white;
  border-radius: var(--radius-full);
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}

.map-overlay .map-directions:hover {
  transform: scale(1.05);
}


/* ============================================================
   FOOTER
   ============================================================ */

.site-footer {
  background-color: var(--surface-container);
  padding-top: 4rem;
  padding-bottom: 2rem;
  font-size: 0.875rem;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
}

@media (min-width: 768px) {
  .footer-grid {
    grid-template-columns: 2fr 1fr 1fr 1.5fr;
  }
}

.footer-brand .site-logo {
  font-family: var(--font-headline);
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--on-surface);
  margin-bottom: 1.5rem;
  display: block;
}

.footer-brand p {
  color: rgba(30, 28, 19, 0.6);
  line-height: 1.7;
}

.footer-col h4 {
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 1.5rem;
}

.footer-col ul {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.footer-col a {
  color: rgba(30, 28, 19, 0.6);
  transition: color 0.3s ease;
}

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

.footer-newsletter p {
  color: rgba(30, 28, 19, 0.6);
  margin-bottom: 1rem;
}

.newsletter-form {
  display: flex;
}

.newsletter-form input {
  flex: 1;
  background: var(--surface-container-high);
  border: none;
  border-radius: var(--radius-md) 0 0 var(--radius-md);
  padding: 0.625rem 0.75rem;
  font-family: var(--font-body);
  font-size: 0.875rem;
  outline: none;
}

.newsletter-form input:focus {
  box-shadow: inset 0 0 0 1px var(--primary);
}

.newsletter-form button {
  background: var(--primary);
  color: var(--on-primary);
  border: none;
  border-radius: 0 var(--radius-md) var(--radius-md) 0;
  padding: 0.625rem 1rem;
  cursor: pointer;
  transition: opacity 0.3s ease;
}

.newsletter-form button:hover {
  opacity: 0.9;
}

.footer-bottom {
  margin-top: 4rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(30, 28, 19, 0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

@media (min-width: 768px) {
  .footer-bottom {
    flex-direction: row;
    justify-content: space-between;
  }
}

.footer-bottom p {
  color: rgba(30, 28, 19, 0.4);
  font-size: 0.75rem;
}

.footer-social {
  display: flex;
  gap: 1.5rem;
}

.footer-social a {
  color: var(--primary);
  opacity: 0.8;
  transition: opacity 0.3s ease;
}

.footer-social a:hover {
  opacity: 1;
}


/* ============================================================
   WORDPRESS SPECIFIC
   ============================================================ */

/* ── Page Content Typography ── */
.page-content h2 {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  font-size: 1.5rem;
}

.page-content h3 {
  margin-top: 2rem;
  margin-bottom: 0.75rem;
  font-size: 1.25rem;
}

.page-content p {
  margin-bottom: 1.25rem;
}

.page-content p:last-child {
  margin-bottom: 0;
}

.page-content ul,
.page-content ol {
  margin-bottom: 1.25rem;
  padding-left: 1.5rem;
  list-style: disc;
}

.page-content ol {
  list-style: decimal;
}

.page-content li {
  margin-bottom: 0.5rem;
  line-height: 1.7;
}

.page-content a {
  color: var(--primary);
  text-decoration: underline;
}

.page-content a:hover {
  opacity: 0.8;
}

.page-content blockquote {
  border-left: 3px solid var(--primary);
  padding-left: 1.5rem;
  margin: 1.5rem 0;
  color: rgba(30, 28, 19, 0.7);
  font-style: italic;
}

.page-content br {
  line-height: 1.8;
}

/* WordPress gallery */
.wp-block-gallery { margin: 2rem 0; }

/* WordPress image alignment */
.alignleft { float: left; margin-right: 1.5rem; margin-bottom: 1rem; }
.alignright { float: right; margin-left: 1.5rem; margin-bottom: 1rem; }
.aligncenter { display: block; margin: 2rem auto; }

/* WordPress captions */
.wp-caption { max-width: 100%; }
.wp-caption-text { font-size: 0.875rem; color: rgba(30,28,19,0.6); margin-top: 0.5rem; }

/* Admin bar spacing */
.admin-bar .site-nav { top: 32px; }
@media (max-width: 782px) {
  .admin-bar .site-nav { top: 46px; }
}

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

/* WordPress comments */
.comment-list { margin: 2rem 0; }
.comment-body { padding: 1.5rem; background: var(--surface-container-low); border-radius: var(--radius-lg); margin-bottom: 1rem; }
.comment-author { font-weight: 700; }
.comment-meta { font-size: 0.875rem; color: rgba(30,28,19,0.6); }

/* Pagination */
.pagination {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  margin: 3rem 0;
}

.pagination .page-numbers {
  padding: 0.5rem 1rem;
  border-radius: var(--radius-md);
  background: var(--surface-container-low);
  transition: all 0.3s ease;
}

.pagination .page-numbers.current,
.pagination .page-numbers:hover {
  background: var(--primary);
  color: var(--on-primary);
}


/* ============================================================
   MATERIAL SYMBOLS (base styles in fonts.css)
   ============================================================ */

.filled {
  font-variation-settings: 'FILL' 1;
}


/* ============================================================
   ANIMATIONS
   ============================================================ */

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(2rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.animate-in {
  animation: fadeInUp 0.6s ease forwards;
  opacity: 0;
}

.delay-1 { animation-delay: 0.1s; }
.delay-2 { animation-delay: 0.2s; }
.delay-3 { animation-delay: 0.3s; }
.delay-4 { animation-delay: 0.4s; }
