/* Red Panda Therapies — style.css — Editorial */

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,600;1,400;1,600&family=DM+Sans:wght@300;400;500&display=swap');

/* ── Tokens ── */
:root {
  --ink:        #1B1E38;
  --terracotta: #C44E20;
  --cream:      #F8F3EE;
  --mist:       #E2DAD1;
  --text:       #2A2926;
  --soft:       #7A7470;
  --white:      #FDFAF7;
}

/* ── Reset ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'DM Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.75;
  color: var(--text);
  background: #FAF8F5;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

/* ── Column ── */
.col {
  max-width: 620px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

/* ── Nav ── */
nav {
  border-bottom: 1px solid var(--mist);
  padding: 1.1rem 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--cream);
}

.nav-brand {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-family: 'Playfair Display', serif;
  font-size: 1rem;
  color: var(--ink);
  letter-spacing: 0.01em;
}

.nav-logo-img {
  height: 52px;
  width: 52px;
  object-fit: contain;
}

.nav-right {
  display: flex;
  align-items: center;
  gap: 2rem;
}

.nav-location {
  font-size: 0.78rem;
  color: var(--soft);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.nav-link {
  font-size: 0.85rem;
  color: var(--terracotta);
  border-bottom: 1px solid var(--terracotta);
  padding-bottom: 1px;
  transition: opacity 0.2s;
}
.nav-link:hover { opacity: 0.7; }

/* ── Hero ── */
.hero {
  padding: 4rem 2rem;
  text-align: center;
  max-width: 660px;
  margin: 1.5rem auto 0;
  background: var(--cream);
  border: 1px solid var(--mist);
  border-radius: 14px;
}

.eyebrow {
  display: block;
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--terracotta);
  margin-bottom: 1.5rem;
}

.hero h1 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2rem, 4vw, 2.9rem);
  font-weight: 400;
  font-style: italic;
  color: var(--ink);
  line-height: 1.25;
  margin-bottom: 2rem;
}

.hero-photo {
  width: 280px;
  height: 280px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center top;
  margin: 0 auto 2rem;
  border: 2px solid var(--mist);
}

.hero-photo-placeholder {
  width: 84px;
  height: 84px;
  border-radius: 50%;
  background: var(--mist);
  margin: 0 auto 2rem;
}

.hero p {
  font-size: 1.05rem;
  color: var(--soft);
  line-height: 1.8;
  margin-bottom: 2rem;
  max-width: 44ch;
  margin-left: auto;
  margin-right: auto;
}

.text-link {
  font-size: 0.9rem;
  color: var(--ink);
  border-bottom: 1px solid var(--mist);
  padding-bottom: 2px;
  transition: border-color 0.2s, color 0.2s;
}
.text-link:hover {
  color: var(--terracotta);
  border-color: var(--terracotta);
}

/* ── Rule ── */
.rule {
  display: none;
}

/* ── Sections ── */
.section {
  padding: 3.5rem 2rem;
  max-width: 660px;
  margin: 1.25rem auto;
  background: var(--cream);
  border: 1px solid var(--mist);
  border-radius: 14px;
}

.section-label {
  display: block;
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--terracotta);
  margin-bottom: 1.5rem;
}

/* ── Services ── */
.services-pair {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
}

.service {
  background: var(--white);
  border: 1px solid var(--mist);
  border-radius: 6px;
  padding: 1.75rem 1.5rem;
  border-top: 3px solid var(--terracotta);
}

.service h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1.15rem;
  font-weight: 600;
  color: var(--ink);
  margin-bottom: 0.75rem;
}

.service p {
  font-size: 0.97rem;
  color: var(--soft);
  line-height: 1.8;
}

/* ── Pull quote ── */
.pull-quote {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.25rem, 2.2vw, 1.55rem);
  font-style: italic;
  color: var(--ink);
  line-height: 1.5;
  margin-bottom: 1.75rem;
}

.body-text p {
  font-size: 1rem;
  color: var(--soft);
  line-height: 1.8;
  margin-bottom: 0.9rem;
}
.body-text p:last-child { margin-bottom: 0; }

/* ── About ── */
.about-grid {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 2.5rem;
  align-items: start;
}

.about-photo {
  width: 220px;
  height: 275px;
  object-fit: cover;
  object-position: center top;
  border-radius: 3px;
}

.about-photo-placeholder {
  width: 220px;
  height: 275px;
  background: var(--mist);
  border-radius: 3px;
}

.about-text h2 {
  font-family: 'Playfair Display', serif;
  font-size: 1.3rem;
  font-weight: 600;
  color: var(--ink);
  margin-bottom: 1rem;
}

.about-text p {
  font-size: 0.97rem;
  color: var(--soft);
  line-height: 1.8;
  margin-bottom: 0.9rem;
}
.about-text p:last-child { margin-bottom: 0; }

/* ── Pricing ── */
.pricing-list {
  display: flex;
  flex-direction: column;
  gap: 0;
  border: 1px solid var(--mist);
  border-radius: 6px;
  overflow: hidden;
  background: var(--white);
}

.pricing-item {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 1.1rem 1.5rem;
  border-bottom: 1px solid var(--mist);
}
.pricing-item:last-child { border-bottom: none; }

.pricing-name {
  font-size: 1rem;
  color: var(--ink);
}

.pricing-price {
  font-size: 1.05rem;
  font-weight: 500;
  color: var(--ink);
  font-family: 'Playfair Display', serif;
}

.pricing-note {
  font-size: 0.78rem;
  font-family: 'DM Sans', sans-serif;
  font-weight: 400;
  color: var(--terracotta);
  margin-left: 0.5rem;
}

/* ── Locations ── */
.locations-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
}

.location-card {
  background: var(--white);
  border: 1px solid var(--mist);
  border-radius: 6px;
  padding: 1.5rem;
  border-top: 3px solid var(--ink);
}

.location-card h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--ink);
  margin-bottom: 0.6rem;
}

.location-address {
  font-size: 0.93rem;
  color: var(--soft);
  line-height: 1.6;
  margin-bottom: 0.5rem;
}

.location-notes {
  font-size: 0.88rem;
  color: var(--soft);
  font-style: italic;
  margin-top: 0.5rem;
}

/* ── Footer admin link ── */
.footer-admin-link {
  font-size: 0.75rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(253,250,247,0.2);
  transition: color 0.2s;
}
.footer-admin-link:hover { color: rgba(253,250,247,0.55); }

/* ── Contact ── */
.contact {
  background: var(--ink);
  padding: 4rem 2rem;
  text-align: center;
  max-width: 660px;
  margin: 1.25rem auto;
  border-radius: 14px;
}

.contact .section-label {
  color: rgba(196,78,32,0.8);
}

.contact h2 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.5rem, 2.5vw, 2rem);
  font-weight: 400;
  font-style: italic;
  color: var(--white);
  margin-bottom: 0.75rem;
}

.contact p {
  font-size: 0.95rem;
  color: rgba(253,250,247,0.55);
  margin-bottom: 2rem;
  max-width: 38ch;
  margin-left: auto;
  margin-right: auto;
}

.contact-email {
  display: inline-block;
  font-size: 1.1rem;
  color: var(--white);
  border-bottom: 1px solid rgba(253,250,247,0.3);
  padding-bottom: 2px;
  transition: border-color 0.2s;
  margin-bottom: 1rem;
}
.contact-email:hover { border-color: var(--terracotta); }

.contact-location {
  display: block;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(253,250,247,0.3);
  margin-top: 1.25rem;
}

/* ── Footer ── */
footer {
  background: #12152A;
  padding: 1.25rem 2rem;
  text-align: center;
  max-width: 660px;
  margin: 1.25rem auto 2rem;
  border-radius: 14px;
}
footer p {
  font-size: 0.78rem;
  color: rgba(253,250,247,0.25);
}

/* ── Responsive ── */
@media (max-width: 640px) {
  .services-pair { grid-template-columns: 1fr; gap: 2rem; }
  .about-grid { grid-template-columns: 1fr; }
  .about-photo, .about-photo-placeholder { width: 100%; height: 280px; object-position: center 60%; }
  .locations-grid { grid-template-columns: 1fr; }
  .nav-location { display: none; }
  .pricing-price { white-space: nowrap; flex-shrink: 0; margin-left: 0.75rem; }
  .hero, .section, .contact, footer {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }
}
