/* ============================================================
   Quiet Harbor Counseling — a deliberately different design
   from Leslie's: deep greens, centered layout, round portrait.
   ============================================================ */

:root {
  --bg:     oklch(0.965 0.012 140);   /* pale sage paper */
  --ink:    oklch(0.28 0.035 165);    /* deep sea green */
  --ink-2:  oklch(0.44 0.03 165);
  --ink-3:  oklch(0.56 0.025 160);
  --line:   oklch(0.87 0.02 150);
  --accent: oklch(0.42 0.06 180);     /* teal */
}

* { box-sizing: border-box; }

html { -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: "Inter", system-ui, sans-serif;
  font-size: 17px;
  line-height: 1.65;
}

a { color: inherit; text-decoration: none; }
h1, h2, p, figure { margin: 0; }

.wrap {
  max-width: 860px;
  margin: 0 auto;
  padding: 26px clamp(20px, 4vw, 40px) 56px;
}

/* ---- nav ---- */
.qh-nav {
  display: flex; align-items: center; justify-content: space-between;
  padding-bottom: 22px; border-bottom: 1px solid var(--line);
}
.qh-brand {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 22px; font-weight: 600; letter-spacing: 0.02em;
}
.qh-links { display: flex; gap: 24px; }
.qh-links a { font-size: 14px; font-weight: 500; color: var(--ink-2); }
.qh-links a:hover { color: var(--ink); }

/* ---- hero: centered, round portrait ---- */
.qh-hero {
  text-align: center;
  padding: clamp(40px, 7vw, 72px) 0 clamp(40px, 6vw, 64px);
  display: flex; flex-direction: column; align-items: center;
}
.qh-portrait {
  width: clamp(150px, 22vw, 190px);
  border-radius: 50%;
  margin-bottom: 30px;
}
.qh-h1 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 500; font-size: clamp(36px, 5.4vw, 58px);
  line-height: 1.05; letter-spacing: -0.01em;
  max-width: 18ch;
}
.qh-intro {
  margin-top: 22px; font-size: clamp(16px, 1.5vw, 18px);
  color: var(--ink-2); max-width: 52ch;
}
.qh-btn {
  display: inline-block; margin-top: 30px;
  font-size: 15px; font-weight: 600; letter-spacing: 0.01em;
  background: var(--accent); color: oklch(0.97 0.01 140);
  padding: 14px 28px; border-radius: 999px;
  transition: background .18s;
}
.qh-btn:hover { background: oklch(0.36 0.06 180); }

/* ---- approach ---- */
.qh-approach {
  padding: clamp(36px, 5vw, 56px) 0;
  border-top: 1px solid var(--line);
}
.qh-h2 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 500; font-style: italic;
  font-size: clamp(26px, 3vw, 34px);
  margin-bottom: 16px;
}
.qh-body { color: var(--ink-2); max-width: 64ch; }

/* ---- the space (carousel) ---- */
.qh-space {
  padding: clamp(36px, 5vw, 56px) 0 0;
  border-top: 1px solid var(--line);
}
.qh-space-head {
  display: flex; align-items: flex-end; justify-content: space-between;
  margin-bottom: 18px;
}
.qh-carousel-nav { display: flex; gap: 8px; }
.qh-carousel-nav button {
  width: 40px; height: 40px; border-radius: 50%; cursor: pointer;
  border: 1px solid var(--line); background: transparent;
  font-size: 16px; color: var(--ink-2);
  display: grid; place-items: center;
  transition: background .18s, border-color .18s, opacity .18s;
}
.qh-carousel-nav button:hover:not(:disabled) {
  background: oklch(0.92 0.015 150); border-color: var(--ink-3);
}
.qh-carousel-nav button:disabled { opacity: 0.35; cursor: default; }

.qh-strip {
  display: flex; gap: 16px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}
.qh-strip::-webkit-scrollbar { display: none; }
.qh-strip > * {
  flex: 0 0 calc((100% - 16px) / 2);   /* two visible at a time */
  scroll-snap-align: start;
}

/* ---- photos (shared look) ---- */
.qh-photo {
  position: relative; overflow: hidden;
  border-radius: 10px; width: 100%;
}
.qh-cap {
  position: absolute; left: 12px; bottom: 10px; z-index: 2;
  font-size: 12px; letter-spacing: 0.01em;
  color: oklch(0.98 0.01 140 / 0.95);
  text-shadow: 0 1px 6px oklch(0 0 0 / 0.45);
}
.photo-p1 { background: linear-gradient(155deg, oklch(0.78 0.05 160), oklch(0.50 0.05 180)); }
.photo-p2 { background: linear-gradient(155deg, oklch(0.88 0.03 120), oklch(0.62 0.05 150)); }
.photo-p3 { background: linear-gradient(155deg, oklch(0.80 0.04 200), oklch(0.48 0.05 220)); }
.photo-p4 { background: linear-gradient(155deg, oklch(0.82 0.05 60),  oklch(0.55 0.06 40)); }

/* The round portrait clips its corners — nudge the mirror's upload
   button inward so it isn't cut off by the circle. */
.qh-portrait .fk-photo-add { top: 8%; right: 8%; }

/* ---- about page ---- */
.qh-about-head {
  text-align: center;
  padding: clamp(36px, 6vw, 60px) 0 clamp(24px, 4vw, 36px);
}
.qh-about-photo { margin-bottom: clamp(28px, 5vw, 44px); }
.qh-about-body {
  max-width: 64ch; margin: 0 auto;
  display: flex; flex-direction: column; gap: 20px;
}
.qh-credentials {
  max-width: 64ch; margin: clamp(36px, 5vw, 56px) auto 0;
  padding-top: clamp(28px, 4vw, 40px);
  border-top: 1px solid var(--line);
}

/* ---- footer ---- */
.qh-footer {
  margin-top: 56px; padding-top: 24px;
  border-top: 1px solid var(--line);
  text-align: center;
}
.qh-footer-line { font-size: 15px; color: var(--ink-2); }
.qh-footer-note { margin-top: 6px; font-size: 13px; color: var(--ink-3); }

/* ---- small screens ---- */
@media (max-width: 640px) {
  .qh-links { gap: 16px; }
  .qh-strip > * { flex-basis: 100%; }   /* one visible */
}
