:root {
  color-scheme: light;
  --bg: #f7efe8;
  --surface: #fffdf9;
  --text: #1f2937;
  --muted: #5f6470;
  --accent: #8d5a3b;
  --accent-strong: #6a3f2d;
  --border: rgba(109, 62, 38, 0.16);
  --welcome-bg: #f6ede6;
  --welcome-text-color: #1f2937;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  background: linear-gradient(180deg, #fcf8f3 0%, #f5ebe0 100%);
  color: var(--text);
}

a {
  color: inherit;
  text-decoration: none;
}

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

button,
.button {
  font: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 1.15rem 1.5rem;
  backdrop-filter: blur(12px);
}

.brand {
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--accent-strong);
}

.site-nav {
  display: flex;
  gap: 1rem;
  color: var(--muted);
}

.site-nav a:hover {
  color: var(--accent-strong);
}

.hero {
  display: grid;
  gap: 2rem;
  align-items: center;
  padding: 3rem 1.5rem 2.5rem;
  max-width: 1200px;
  margin: 0 auto;
}

.hero-content {
  max-width: 680px;
}

.eyebrow {
  margin: 0 0 1rem;
  font-size: 0.8rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--accent);
}

h1,
h2,
h3 {
  margin: 0;
}

h1 {
  font-size: clamp(2.5rem, 4vw, 4rem);
  line-height: 1.05;
}

.subtitle,
.section p {
  max-width: 680px;
  color: var(--muted);
}

.hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.5rem;
}

.hero-badges span {
  padding: 0.45rem 0.8rem;
  border: 1px solid var(--border);
  border-radius: 999px;
  background: rgba(255, 253, 249, 0.8);
  color: var(--accent-strong);
  font-size: 0.9rem;
}

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

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.95rem 1.8rem;
  border-radius: 999px;
  border: 1px solid transparent;
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button-primary {
  background: var(--accent-strong);
  color: #fff;
  box-shadow: 0 16px 35px rgba(106, 63, 45, 0.16);
}

.button-secondary {
  background: var(--surface);
  border-color: var(--border);
  color: var(--text);
}

.welcome-banner {
  text-align: center;
  padding: 2rem 1.5rem;
  background-color: var(--welcome-bg);
  color: var(--welcome-text-color);
  border-bottom: 1px solid var(--border);
}

.welcome-buttons {
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
}

.services-section {
  padding: 2rem 1.5rem;
}

.social-media-section {
  padding: 2rem 1.5rem;
}

.social-links {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
}

.book-appointment-section {
  padding: 2rem 1.5rem;
}

.opening-hours {
  list-style-type: none;
  padding: 0;
  margin: 1rem auto 0;
  max-width: 360px;
  color: var(--muted);
}

.hero-visual {
  display: flex;
  justify-content: flex-end;
}

.hero-card {
  width: min(360px, 100%);
  padding: 2rem;
  border-radius: 32px;
  background: rgba(255, 253, 249, 0.95);
  border: 1px solid var(--border);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.06);
}

.hero-image {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 18px;
  display: block;
  margin-bottom: 1rem;
}

.hero-card-content {
  text-align: left;
}

.hero-card h2 {
  margin-bottom: 0.75rem;
  font-size: 1.35rem;
}

.hero-card p {
  margin: 0.4rem 0;
  color: var(--muted);
}

.section {
  padding: 3rem 1.5rem;
  max-width: 1200px;
  margin: 0 auto;
}

.section-alt {
  background: rgba(255, 255, 255, 0.4);
}

.section-divider {
  width: 100%;
  height: 1px;
  margin: 0;
  background: linear-gradient(90deg, transparent, rgba(141, 90, 59, 0.2), transparent);
}

.section-heading {
  max-width: 720px;
  margin-bottom: 2rem;
}

.cards-grid,
.team-grid {
  display: grid;
  gap: 1.5rem;
}

.cards-grid {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.team-grid {
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

@media (min-width: 900px) {
  .hero {
    grid-template-columns: 1.2fr 0.8fr;
  }

  .team-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.card,
.team-card {
  padding: 0;
  border-radius: 24px;
  background: var(--surface);
  border: 1px solid var(--border);
  overflow: hidden;
}

.card {
  text-align: center;
}

.card-image,
.team-image {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 0;
  display: block;
}

.team-card > * {
  padding: 1.4rem 1.75rem;
}

.team-card h3 {
  margin-top: 0;
}

.card h3,
.team-card h3 {
  margin-bottom: 0.75rem;
  font-size: 1.25rem;
}

.card p,
.team-card p {
  margin: 0.75rem 0 0;
  color: var(--muted);
}

.price {
  margin-top: 1.5rem;
  font-weight: 700;
  color: var(--text);
}

.booking-form {
  display: grid;
  gap: 1rem;
  max-width: 640px;
  padding: 1.5rem;
  border-radius: 24px;
  background: rgba(255, 253, 249, 0.95);
  border: 1px solid var(--border);
}

.booking-form label {
  display: grid;
  gap: 0.45rem;
  font-weight: 600;
}

.booking-form input,
.booking-form select,
.booking-form textarea {
  width: 100%;
  padding: 0.9rem 1rem;
  border: 1px solid var(--border);
  border-radius: 14px;
  font: inherit;
  color: var(--text);
  background: #fff;
}

.form-note {
  margin: 0;
  font-size: 0.95rem;
  color: var(--muted);
}

.footer {
  padding: 2rem 1.5rem 3rem;
  text-align: center;
  color: var(--muted);
}

/* Contact section styling: centers the booking form and heading. */
.contact-section {
  text-align: center;
  padding-bottom: 4rem;
}

.contact-section .section-heading {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.contact-section .section-heading p {
  margin-left: auto;
  margin-right: auto;
}

/* Booking form styles: style the static request form fields and note text. */
.booking-form {
  display: grid;
  gap: 1rem;
  max-width: 520px;
  margin: 0 auto;
  text-align: left;
}

.booking-form label {
  display: grid;
  gap: 0.5rem;
  font-weight: 600;
  color: #2d3748;
}

.booking-form input,
.booking-form select,
.booking-form textarea {
  width: 100%;
  padding: 0.95rem 1rem;
  border: 1px solid #cbd5e0;
  border-radius: 16px;
  background: #fff;
  color: #1a202c;
  font-size: 0.95rem;
}

.booking-form textarea {
  resize: vertical;
}

.form-note {
  margin: 0;
  color: #718096;
  font-size: 0.95rem;
}

/* Footer styling for the bottom page text. */
.footer {
  text-align: center;
  padding: 2rem 1.5rem;
  color: #718096;
  font-size: 0.95rem;
}

@media (min-width: 900px) {
  .hero {
    grid-template-columns: 1.4fr 1fr;
    align-items: center;
  }

  .hero-visual {
    justify-content: flex-end;
  }
}

@media (min-width: 640px) {
  .hero-actions {
    gap: 1.25rem;
  }

  .cards-grid,
  .team-grid {
    gap: 1.75rem;
  }
}


/* Existing Styles */
.centered-phone-number {
    display: flex;
    justify-content: center; /* Centers horizontally */
    align-items: center;    /* Centers vertically (if needed) */
}

.phone-link {
    color: #1a73e8; /* Example blue color */
    text-decoration: none; /* Remove underline if desired */
    position: relative; /* Positioning context for glow effect */
}

/* Glow Effect on Hover */
.glow-blue:hover {
    animation: glow 2s infinite alternate;
}

@keyframes glow {
    from {
        box-shadow: 0 0 5px #1a73e8, 0 0 10px #1a73e8, 0 0 15px #1a73e8, 0 0 20px #1a73e8;
    }
    to {
        box-shadow: 0 0 20px #1a73e8, 0 0 40px #1a73e8, 0 0 60px #1a73e8, 0 0 80px #1a73e8;
    }
}