/* ============================================
   ARCACHON.CARE - Global Styles
   Cabinet Infirmier & Réflexologie
   ============================================ */

:root {
  --sage: #7A8F6C;
  --sage-dark: #5C6F50;
  --sage-light: #B8CCA8;
  --sage-bg: #EFF4EA;
  --sand: #E2D8CA;
  --sand-light: #F3EEE7;
  --sand-dark: #C4B8A5;
  --ocean: #4A7C8A;
  --ocean-dark: #3A6270;
  --ocean-light: #8BB5C0;
  --terracotta: #C17A5A;
  --charcoal: #2B2B2B;
  --charcoal-soft: #555;
  --cream: #FDFBF7;
  --white: #fff;
  --radius: 12px;
  --radius-lg: 20px;
  --shadow-sm: 0 1px 3px rgba(0,0,0,0.06);
  --shadow-md: 0 4px 20px rgba(0,0,0,0.06);
  --shadow-lg: 0 12px 40px rgba(0,0,0,0.08);
  --transition: 0.3s ease;
  --max-w: 1140px;
}

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

html { scroll-behavior: smooth; font-size: 16px; }

body {
  font-family: 'Outfit', sans-serif;
  font-weight: 300;
  color: var(--charcoal);
  background: var(--cream);
  line-height: 1.75;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5 {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 400;
  line-height: 1.25;
  color: var(--charcoal);
}

img { max-width: 100%; height: auto; display: block; }
a { color: var(--ocean); text-decoration: none; transition: color var(--transition); }
a:hover { color: var(--ocean-dark); }

.container { max-width: var(--max-w); margin: 0 auto; padding: 0 1.5rem; }

/* ===== SKIP LINK (Accessibility) ===== */
.skip-link {
  position: absolute; top: -100px; left: 0;
  background: var(--ocean); color: var(--white);
  padding: 0.5rem 1rem; z-index: 9999;
  transition: top 0.2s;
}
.skip-link:focus { top: 0; }

/* ===== NAV ===== */
.site-nav {
  position: fixed; top: 0; width: 100%; z-index: 100;
  padding: 1rem 0;
  background: transparent;
  transition: all 0.4s ease;
}

.site-nav.scrolled {
  background: rgba(253,251,247,0.97);
  backdrop-filter: blur(10px);
  box-shadow: 0 1px 12px rgba(0,0,0,0.05);
  padding: 0.6rem 0;
}

.nav-inner {
  display: flex; justify-content: space-between; align-items: center;
  max-width: var(--max-w); margin: 0 auto; padding: 0 1.5rem;
}

.nav-logo {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.4rem; font-weight: 500;
  color: var(--charcoal); text-decoration: none;
}
.nav-logo span { color: var(--sage); }

.nav-menu { display: flex; gap: 1.8rem; list-style: none; align-items: center; }

.nav-menu a {
  font-size: 0.82rem; font-weight: 400;
  letter-spacing: 0.08em; text-transform: uppercase;
  color: var(--charcoal-soft); text-decoration: none;
  transition: color var(--transition);
}
.nav-menu a:hover { color: var(--sage-dark); }

.nav-menu .cta-link {
  background: var(--sage); color: var(--white) !important;
  padding: 0.55rem 1.3rem; border-radius: 50px;
  font-size: 0.8rem;
}
.nav-menu .cta-link:hover { background: var(--sage-dark); }

.nav-toggle {
  display: none; background: none; border: none; cursor: pointer;
  width: 28px; height: 22px; position: relative;
}
.nav-toggle span {
  display: block; width: 100%; height: 2px;
  background: var(--charcoal); position: absolute;
  transition: all 0.3s;
}
.nav-toggle span:nth-child(1) { top: 0; }
.nav-toggle span:nth-child(2) { top: 50%; transform: translateY(-50%); }
.nav-toggle span:nth-child(3) { bottom: 0; }

/* ===== BUTTONS ===== */
.btn {
  display: inline-flex; align-items: center; gap: 0.5rem;
  padding: 0.85rem 1.8rem; border-radius: 50px;
  font-family: 'Outfit', sans-serif; font-size: 0.9rem; font-weight: 500;
  text-decoration: none; border: none; cursor: pointer;
  transition: all var(--transition); letter-spacing: 0.02em;
}

.btn-primary {
  background: var(--sage); color: var(--white);
}
.btn-primary:hover {
  background: var(--sage-dark); color: var(--white);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(122,143,108,0.3);
}

.btn-ocean {
  background: var(--ocean); color: var(--white);
}
.btn-ocean:hover {
  background: var(--ocean-dark); color: var(--white);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(74,124,138,0.3);
}

.btn-outline {
  background: transparent; border: 1.5px solid var(--sand-dark);
  color: var(--charcoal);
}
.btn-outline:hover { border-color: var(--sage); color: var(--sage-dark); }

.btn-lg { padding: 1rem 2.2rem; font-size: 1rem; }
.btn-sm { padding: 0.5rem 1.2rem; font-size: 0.82rem; }

.btn svg { width: 18px; height: 18px; }

/* ===== SECTIONS ===== */
section { padding: 5rem 0; }

.section-header {
  text-align: center; margin-bottom: 3.5rem;
}
.section-header .overline {
  display: block; font-size: 0.72rem;
  text-transform: uppercase; letter-spacing: 0.2em;
  color: var(--sage); font-weight: 500; margin-bottom: 0.6rem;
}
.section-header h2 {
  font-size: clamp(1.9rem, 3.5vw, 2.8rem);
  font-weight: 300;
}
.section-header h2 em { font-style: italic; color: var(--sage-dark); }
.section-header p {
  max-width: 600px; margin: 1rem auto 0;
  color: var(--charcoal-soft); font-size: 0.95rem;
}

.bg-white { background: var(--white); }
.bg-cream { background: var(--cream); }
.bg-sand { background: var(--sand-light); }
.bg-dark { background: var(--charcoal); color: var(--white); }
.bg-dark h2, .bg-dark h3, .bg-dark h4 { color: var(--white); }
.bg-dark .overline { color: var(--sage-light); }

/* ===== CARDS ===== */
.card {
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 2rem;
  box-shadow: var(--shadow-sm);
  transition: all 0.4s ease;
}
.card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
}

.card-icon {
  width: 52px; height: 52px;
  border-radius: 14px;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 1.2rem; font-size: 1.5rem;
}
.card-icon.sage-bg { background: var(--sage-bg); }
.card-icon.ocean-bg { background: rgba(74,124,138,0.1); }

.card h3 { font-size: 1.3rem; margin-bottom: 0.6rem; }
.card p { font-size: 0.9rem; color: var(--charcoal-soft); }

/* ===== GRID LAYOUTS ===== */
.grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 2rem; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; }
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; }

/* ===== HERO (Homepage) ===== */
.hero {
  min-height: 100vh;
  display: flex; align-items: center;
  position: relative; overflow: hidden;
  background: linear-gradient(160deg, var(--sand-light) 0%, var(--cream) 35%, var(--sage-bg) 100%);
}
.hero::before {
  content: ''; position: absolute;
  top: -15%; right: -8%;
  width: 55vw; height: 55vw; border-radius: 50%;
  background: radial-gradient(circle, rgba(122,143,108,0.12) 0%, transparent 65%);
  animation: drift 12s ease-in-out infinite;
}
@keyframes drift {
  0%, 100% { transform: translate(0,0) rotate(0deg); }
  50% { transform: translate(15px,-25px) rotate(2deg); }
}

.hero-grid {
  display: grid; grid-template-columns: 1.2fr 1fr;
  gap: 3rem; align-items: center;
  padding-top: 6rem;
  position: relative; z-index: 2;
}

.hero h1 {
  font-size: clamp(2.5rem, 4.5vw, 3.8rem);
  font-weight: 300; margin-bottom: 1.2rem;
}
.hero h1 em { font-style: italic; color: var(--sage-dark); }

.hero-subtitle {
  font-size: 1.05rem; color: var(--charcoal-soft);
  margin-bottom: 2rem; max-width: 480px;
}

.hero-badges {
  display: flex; gap: 0.8rem; flex-wrap: wrap; margin-bottom: 1.8rem;
}
.badge {
  display: inline-flex; align-items: center; gap: 0.35rem;
  padding: 0.4rem 0.9rem;
  background: rgba(255,255,255,0.75);
  border: 1px solid var(--sand-dark);
  border-radius: 50px;
  font-size: 0.78rem; font-weight: 400;
  color: var(--charcoal-soft);
}
.badge svg { width: 14px; height: 14px; color: var(--sage); }

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

/* Hero pricing card */
.pricing-card {
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 2.2rem;
  box-shadow: var(--shadow-lg);
  position: relative;
  max-width: 380px;
}
.pricing-card .tag {
  position: absolute; top: -10px; right: -10px;
  background: var(--terracotta); color: var(--white);
  padding: 0.3rem 0.9rem; border-radius: 50px;
  font-size: 0.72rem; font-weight: 500;
}
.pricing-card h3 { font-size: 1.4rem; margin-bottom: 0.3rem; }
.pricing-card .price {
  font-size: 2.2rem; font-family: 'Cormorant Garamond', serif;
  font-weight: 600; color: var(--sage-dark); margin: 0.8rem 0;
}
.pricing-card .price small {
  font-size: 0.9rem; font-weight: 300; color: var(--charcoal-soft);
}
.pricing-card ul { list-style: none; margin: 1.2rem 0; }
.pricing-card li {
  padding: 0.3rem 0; font-size: 0.88rem; color: var(--charcoal-soft);
  display: flex; align-items: flex-start; gap: 0.4rem;
}
.pricing-card li::before {
  content: '✓'; color: var(--sage); font-weight: 600; flex-shrink: 0;
}

/* ===== TWO-COLUMN SECTION ===== */
.split { display: grid; grid-template-columns: 1fr 1.2fr; gap: 4rem; align-items: center; }
.split.reverse { grid-template-columns: 1.2fr 1fr; }

.split-visual {
  border-radius: var(--radius-lg);
  overflow: hidden;
  aspect-ratio: 4/3;
  display: flex; align-items: center; justify-content: center;
  position: relative;
}

.visual-gradient {
  background: linear-gradient(145deg, var(--sage-light), var(--sand));
  width: 100%; height: 100%;
  display: flex; align-items: center; justify-content: center;
}
.visual-gradient .emoji { font-size: 6rem; opacity: 0.5; }

.split-text h2 {
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  margin-bottom: 1.2rem; font-weight: 300;
}
.split-text h2 em { font-style: italic; color: var(--sage-dark); }
.split-text p { margin-bottom: 1rem; color: var(--charcoal-soft); font-size: 0.95rem; }

.stats-row {
  display: flex; gap: 2.5rem; margin-top: 1.5rem;
  padding-top: 1.5rem; border-top: 1px solid var(--sand);
}
.stat strong {
  display: block; font-size: 1.8rem;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 600; color: var(--sage-dark);
}
.stat span { font-size: 0.78rem; color: var(--charcoal-soft); text-transform: uppercase; letter-spacing: 0.04em; }

/* ===== SERVICES GRID ===== */
.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
}

.service-card {
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 2rem;
  border-left: 3px solid transparent;
  transition: all 0.4s ease;
}
.service-card:hover {
  border-left-color: var(--sage);
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
}
.service-card .duration {
  display: inline-block;
  background: var(--sage-bg);
  color: var(--sage-dark);
  padding: 0.2rem 0.6rem;
  border-radius: 50px;
  font-size: 0.72rem;
  font-weight: 500;
  margin-top: 0.8rem;
}

/* ===== STEPS / PROCESS ===== */
.steps {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 2rem; text-align: center;
}
.step-num {
  width: 50px; height: 50px; border-radius: 50%;
  background: rgba(122,143,108,0.15);
  border: 1.5px solid var(--sage);
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 1rem;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.3rem; font-weight: 600;
}
.bg-dark .step-num { color: var(--sage-light); }
.step h4 { font-size: 1.05rem; margin-bottom: 0.4rem; }
.step p { font-size: 0.82rem; color: rgba(255,255,255,0.55); line-height: 1.6; }
.bg-cream .step p { color: var(--charcoal-soft); }

/* ===== FAQ ===== */
.faq-list { max-width: 700px; margin: 0 auto; }

.faq-item {
  border-bottom: 1px solid var(--sand);
  padding: 1.2rem 0;
}
.faq-question {
  display: flex; justify-content: space-between; align-items: center;
  cursor: pointer; font-family: 'Cormorant Garamond', serif;
  font-size: 1.15rem; font-weight: 500; color: var(--charcoal);
  background: none; border: none; width: 100%; text-align: left;
  padding: 0;
}
.faq-question::after {
  content: '+'; font-size: 1.4rem; color: var(--sage);
  transition: transform 0.3s;
}
.faq-item.open .faq-question::after {
  transform: rotate(45deg);
}
.faq-answer {
  max-height: 0; overflow: hidden;
  transition: max-height 0.4s ease, padding 0.3s ease;
  font-size: 0.9rem; color: var(--charcoal-soft);
}
.faq-item.open .faq-answer {
  max-height: 300px; padding-top: 0.8rem;
}

/* ===== CONTACT CARDS ===== */
.contact-cards {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem;
}
.contact-card {
  background: var(--white); border-radius: var(--radius-lg);
  padding: 1.8rem; text-align: center;
  transition: transform var(--transition);
}
.contact-card:hover { transform: translateY(-3px); }
.contact-card .icon {
  width: 48px; height: 48px;
  background: var(--sage-bg); border-radius: 14px;
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 1rem; font-size: 1.2rem;
}
.contact-card h4 { font-size: 1.05rem; margin-bottom: 0.4rem; }
.contact-card p { font-size: 0.88rem; color: var(--charcoal-soft); }

/* ===== HOURS TABLE ===== */
.hours-table {
  width: 100%; max-width: 500px; margin: 0 auto;
  border-collapse: collapse;
}
.hours-table td {
  padding: 0.6rem 1rem; font-size: 0.9rem;
  border-bottom: 1px solid var(--sand);
}
.hours-table td:first-child { font-weight: 400; color: var(--charcoal); }
.hours-table td:last-child { text-align: right; color: var(--charcoal-soft); }

/* ===== BOOKING FORM ===== */
.booking-wrapper {
  max-width: 800px; margin: 0 auto;
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 2.5rem;
  box-shadow: var(--shadow-lg);
}

.booking-step { display: none; }
.booking-step.active { display: block; }

.booking-step h3 {
  font-size: 1.4rem; margin-bottom: 1.5rem;
  text-align: center;
}

.service-options {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1rem;
}

.service-option {
  border: 1.5px solid var(--sand);
  border-radius: var(--radius);
  padding: 1.2rem;
  cursor: pointer;
  transition: all var(--transition);
  text-align: center;
}
.service-option:hover { border-color: var(--sage); }
.service-option.selected {
  border-color: var(--sage);
  background: var(--sage-bg);
}
.service-option .svc-name { font-weight: 500; font-size: 0.9rem; margin-bottom: 0.3rem; }
.service-option .svc-duration { font-size: 0.78rem; color: var(--sage-dark); }
.service-option .svc-icon { font-size: 1.5rem; margin-bottom: 0.5rem; }

.location-options { display: flex; gap: 1rem; justify-content: center; margin-bottom: 1.5rem; }
.location-option {
  border: 1.5px solid var(--sand);
  border-radius: var(--radius);
  padding: 1rem 2rem;
  cursor: pointer; transition: all var(--transition);
  font-size: 0.9rem;
}
.location-option:hover { border-color: var(--ocean); }
.location-option.selected { border-color: var(--ocean); background: rgba(74,124,138,0.06); }

.form-group { margin-bottom: 1.2rem; }
.form-group label {
  display: block; font-size: 0.85rem; font-weight: 400;
  margin-bottom: 0.4rem; color: var(--charcoal);
}
.form-group input, .form-group textarea, .form-group select {
  width: 100%; padding: 0.7rem 1rem;
  border: 1.5px solid var(--sand);
  border-radius: var(--radius);
  font-family: 'Outfit', sans-serif;
  font-size: 0.9rem; color: var(--charcoal);
  background: var(--cream);
  transition: border-color var(--transition);
}
.form-group input:focus, .form-group textarea:focus, .form-group select:focus {
  outline: none; border-color: var(--sage);
}

.date-picker-grid {
  display: grid; grid-template-columns: repeat(7, 1fr); gap: 0.4rem;
  margin-bottom: 1.5rem;
}
.date-cell {
  aspect-ratio: 1; display: flex; align-items: center; justify-content: center;
  border-radius: 8px; font-size: 0.85rem; cursor: pointer;
  transition: all var(--transition); border: 1px solid transparent;
}
.date-cell:hover { background: var(--sage-bg); }
.date-cell.selected { background: var(--sage); color: var(--white); }
.date-cell.disabled { opacity: 0.3; pointer-events: none; }
.date-cell.header { font-size: 0.72rem; font-weight: 500; color: var(--charcoal-soft); cursor: default; }
.date-cell.header:hover { background: transparent; }

.time-slots {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(90px, 1fr));
  gap: 0.5rem;
}
.time-slot {
  padding: 0.5rem; text-align: center;
  border: 1.5px solid var(--sand);
  border-radius: var(--radius);
  cursor: pointer; font-size: 0.85rem;
  transition: all var(--transition);
}
.time-slot:hover { border-color: var(--sage); }
.time-slot.selected { background: var(--sage); color: var(--white); border-color: var(--sage); }

.booking-nav {
  display: flex; justify-content: space-between; margin-top: 2rem;
  padding-top: 1.5rem; border-top: 1px solid var(--sand);
}

.booking-summary {
  background: var(--sage-bg); border-radius: var(--radius);
  padding: 1.5rem; margin-bottom: 1.5rem;
}
.booking-summary dt { font-size: 0.78rem; color: var(--charcoal-soft); text-transform: uppercase; letter-spacing: 0.05em; }
.booking-summary dd { font-size: 0.95rem; font-weight: 400; margin-bottom: 0.8rem; }

/* ===== LEGAL NOTICE ===== */
.legal-notice {
  background: var(--sand-light);
  border-left: 3px solid var(--terracotta);
  border-radius: 0 var(--radius) var(--radius) 0;
  padding: 1.2rem 1.5rem;
  font-size: 0.82rem;
  color: var(--charcoal-soft);
  margin: 2rem 0;
}
.legal-notice strong { color: var(--charcoal); font-weight: 500; }

/* ===== FOOTER ===== */
.site-footer {
  background: var(--charcoal); color: rgba(255,255,255,0.5);
  padding: 3rem 0; text-align: center; font-size: 0.85rem;
}
.site-footer a { color: var(--sage-light); }
.footer-logo {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.3rem; color: var(--white);
  display: block; margin-bottom: 0.8rem;
}
.footer-links { display: flex; gap: 1.5rem; justify-content: center; margin: 1rem 0; }
.footer-links a { font-size: 0.82rem; color: rgba(255,255,255,0.5); }
.footer-links a:hover { color: var(--sage-light); }

/* ===== BREADCRUMB ===== */
.breadcrumb {
  padding: 1rem 0; font-size: 0.8rem; color: var(--charcoal-soft);
}
.breadcrumb a { color: var(--sage-dark); text-decoration: none; }
.breadcrumb a:hover { text-decoration: underline; }
.breadcrumb span { margin: 0 0.4rem; }

/* ===== CTA BANNER ===== */
.cta-banner {
  background: linear-gradient(135deg, var(--sage) 0%, var(--ocean) 100%);
  color: var(--white);
  border-radius: var(--radius-lg);
  padding: 3rem;
  text-align: center;
  margin: 3rem auto;
  max-width: var(--max-w);
}
.cta-banner h2 { color: var(--white); font-size: 2rem; margin-bottom: 0.8rem; }
.cta-banner p { opacity: 0.9; margin-bottom: 1.5rem; font-size: 1rem; }
.cta-banner .btn { background: var(--white); color: var(--sage-dark); }
.cta-banner .btn:hover { background: var(--sand-light); transform: translateY(-2px); }

/* ===== ANIMATIONS ===== */
.fade-in {
  opacity: 0; transform: translateY(20px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}
.fade-in.visible { opacity: 1; transform: translateY(0); }

/* ===== RESPONSIVE ===== */
@media (max-width: 900px) {
  .hero-grid { grid-template-columns: 1fr; padding-top: 5rem; }
  .hero-grid .pricing-card { margin: 0 auto; order: -1; }
  .split, .split.reverse { grid-template-columns: 1fr; }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .contact-cards { grid-template-columns: 1fr; max-width: 380px; margin: 0 auto; }
  .grid-3 { grid-template-columns: 1fr; }
}

@media (max-width: 700px) {
  .nav-menu { display: none; }
  .nav-menu.open {
    display: flex; flex-direction: column;
    position: absolute; top: 100%; left: 0; right: 0;
    background: var(--cream);
    padding: 1.5rem; gap: 1.2rem;
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
  }
  .nav-toggle { display: block; }
  section { padding: 3.5rem 0; }
  .hero h1 { font-size: 2rem; }
  .hero-actions { flex-direction: column; }
  .steps { grid-template-columns: 1fr; max-width: 280px; margin: 0 auto; }
  .stats-row { flex-wrap: wrap; gap: 1.5rem; }
  .service-options { grid-template-columns: 1fr; }
  .location-options { flex-direction: column; align-items: center; }
  .booking-wrapper { padding: 1.5rem; }
}

/* ===== ACCESSIBILITY: LARGE TEXT FOR ELDERLY ===== */
html { font-size: 18px; }
body { line-height: 1.85; }
.hero-subtitle, .split-text p, .card p, .service-card p, .faq-answer p, 
.contact-card p, .legal-notice, .booking-summary dd { font-size: 1rem; }
.badge { font-size: 0.88rem; padding: 0.5rem 1.1rem; }
.btn { font-size: 1rem; padding: 0.95rem 2rem; }
.btn-sm { font-size: 0.9rem; padding: 0.6rem 1.3rem; }
.nav-menu a { font-size: 0.9rem; }
.service-card h3, .card h3 { font-size: 1.5rem; }
.service-card .duration { font-size: 0.85rem; }
.section-header p { font-size: 1.05rem; }
.step p { font-size: 0.95rem; }
.contact-card h4 { font-size: 1.2rem; }
.form-group label { font-size: 0.95rem; }
.form-group input, .form-group textarea, .form-group select { font-size: 1rem; padding: 0.85rem 1.1rem; }
.time-slot { font-size: 1rem; padding: 0.7rem; }
.date-cell { font-size: 1rem; }
.pricing-card li { font-size: 1rem; }
.pricing-card .price { font-size: 2.5rem; }
.footer-links a { font-size: 0.9rem; }
.site-footer { font-size: 0.95rem; }
.breadcrumb { font-size: 0.9rem; }
.faq-question { font-size: 1.25rem; }
.hours-table td { font-size: 1rem; }
.svc-name { font-size: 1rem; }
.svc-duration { font-size: 0.9rem; }
.hero h1 { font-size: clamp(2.6rem, 5vw, 4rem); }
.section-header h2 { font-size: clamp(2.1rem, 4vw, 3rem); }
