/* Courtney Barnes, LCSW — static site styles */

:root {
  --paper: oklch(0.962 0.011 90);
  --mist: oklch(0.933 0.011 155);
  --sage: oklch(0.687 0.031 145);
  --sagedeep: oklch(0.494 0.031 148);
  --water: oklch(0.781 0.033 210);
  --waterdeep: oklch(0.567 0.045 214);
  --ink: oklch(0.318 0.012 152);
  --clay: oklch(0.699 0.052 62);
  --card: oklch(1 0 0 / 55%);
  --border: oklch(0.318 0.012 152 / 12%);
  --radius: 1rem;
  --display: "Fraunces", ui-serif, Georgia, serif;
  --sans: "Karla", ui-sans-serif, system-ui, sans-serif;
}

* { box-sizing: border-box; border-color: var(--border); }
html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3 {
  font-family: var(--display);
  font-weight: 600;
  letter-spacing: -0.01em;
  margin: 0;
  text-wrap: balance;
}
p { text-wrap: pretty; }
img { display: block; max-width: 100%; }
a { color: inherit; }

/* Backdrop */
.backdrop {
  position: fixed;
  inset: 0;
  z-index: -10;
  background: linear-gradient(135deg, var(--mist), var(--paper) 45%, color-mix(in srgb, var(--water) 50%, transparent));
  overflow: hidden;
}
.blob { position: absolute; border-radius: 9999px; filter: blur(70px); }
.blob-1 { top: -12vw; left: 33%; width: 30vw; height: 30vw; background: color-mix(in srgb, var(--water) 30%, transparent); }
.blob-2 { bottom: 0; right: 3rem; width: 24vw; height: 24vw; background: color-mix(in srgb, var(--sage) 25%, transparent); }
.blob-3 { top: 33%; left: -3rem; width: 20vw; height: 20vw; background: color-mix(in srgb, var(--clay) 20%, transparent); }

.glass {
  background: color-mix(in srgb, oklch(0.962 0.011 90) 62%, transparent);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}

.page { display: flex; min-height: 100vh; flex-direction: column; }
main { flex: 1; }
.wrap { max-width: 72rem; margin: 0 auto; padding: 0 1.5rem; }

/* Header */
.site-header {
  position: sticky; top: 0; z-index: 20;
  border-bottom: 1px solid var(--border);
}
.header-inner {
  display: flex; align-items: center; justify-content: space-between;
  gap: 1rem; padding-top: 1rem; padding-bottom: 1rem;
}
.brand { display: flex; align-items: center; gap: 0.625rem; text-decoration: none; }
.brand-mark {
  display: grid; place-items: center;
  width: 2.25rem; height: 2.25rem; border-radius: 9999px;
  background: color-mix(in srgb, var(--sage) 25%, transparent);
  box-shadow: 0 0 0 1px color-mix(in srgb, var(--sage) 30%, transparent);
}
.brand-dot { width: 0.875rem; height: 0.875rem; border-radius: 9999px; background: color-mix(in srgb, var(--waterdeep) 70%, transparent); }
.brand-name { font-family: var(--display); font-size: 1.125rem; font-weight: 600; letter-spacing: -0.01em; }

.nav-desktop { display: none; align-items: center; gap: 2rem; }
.nav-desktop a {
  font-size: 0.875rem; font-weight: 500; text-decoration: none;
  color: color-mix(in srgb, var(--ink) 60%, transparent);
}
.nav-desktop a:hover { color: var(--ink); }
.nav-desktop a.active { color: var(--sagedeep); }

.nav-mobile {
  display: flex; align-items: center; justify-content: center; gap: 1.5rem;
  border-top: 1px solid var(--border); padding: 0.75rem 1.5rem;
}
.nav-mobile a { font-size: 0.75rem; font-weight: 500; text-decoration: none; color: color-mix(in srgb, var(--ink) 60%, transparent); }
.nav-mobile a.active { color: var(--sagedeep); }

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

/* Buttons */
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  border-radius: 9999px; padding: 0.625rem 1.25rem;
  font-size: 0.875rem; font-weight: 500; text-decoration: none;
  transition: background-color 0.2s ease;
  border: 1px solid transparent;
}
.btn-sage { background: var(--sagedeep); color: var(--paper); }
.btn-sage:hover { background: color-mix(in srgb, var(--sagedeep) 90%, transparent); }
.btn-water { background: var(--waterdeep); color: var(--paper); }
.btn-water:hover { background: color-mix(in srgb, var(--waterdeep) 90%, transparent); }
.btn-quiet { background: var(--card); color: var(--ink); border-color: var(--border); }
.btn-quiet:hover { background: color-mix(in srgb, #fff 40%, transparent); }
.header-cta { display: none; }
@media (min-width: 640px) { .header-cta { display: inline-flex; } }

.cta-row { display: flex; flex-wrap: wrap; gap: 0.75rem; }
.cta-row.center { justify-content: center; }

/* Shared pieces */
.eyebrow {
  display: inline-flex; align-items: center; gap: 0.5rem;
  border-radius: 9999px; background: var(--card);
  padding: 0.25rem 0.75rem; margin: 0 0 1.25rem;
  font-size: 0.75rem; font-weight: 500; text-transform: uppercase;
  letter-spacing: 0.18em; color: var(--sagedeep);
  box-shadow: 0 0 0 1px color-mix(in srgb, var(--sage) 25%, transparent);
}
.muted { color: color-mix(in srgb, var(--ink) 70%, transparent); }
.photo { width: 100%; height: auto; border-radius: 1rem; object-fit: cover; box-shadow: 0 0 0 1px var(--border); }
.ratio-4-5 { aspect-ratio: 4 / 5; }
.ratio-4-3 { aspect-ratio: 4 / 3; }

.rise { animation: rise 0.8s cubic-bezier(0.3, 0.7, 0, 1) both; }
@keyframes rise { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }
@media (prefers-reduced-motion: reduce) { .rise { animation: none; } }

/* Home */
.hero { padding: 3.5rem 0 6rem; }
.grid-2 { display: grid; gap: 3rem; align-items: center; }
@media (min-width: 1024px) { .grid-2 { grid-template-columns: 1fr 1fr; } .hero { padding-top: 5rem; } }
.hero h1 { max-width: 20ch; font-size: clamp(2.5rem, 6vw, 3.75rem); line-height: 1.05; }
.hero-sub { margin-top: 1.5rem; max-width: 46ch; font-size: 1.0625rem; }
.hero-media { position: relative; }
.badge {
  position: absolute; bottom: -1.5rem; left: -1.5rem; display: none;
  border-radius: 1rem; padding: 1rem 1.25rem; box-shadow: 0 0 0 1px var(--border);
}
@media (min-width: 640px) { .badge { display: block; } }
.badge strong { display: block; font-family: var(--display); font-size: 1.5rem; color: var(--sagedeep); }
.badge span { font-size: 0.75rem; color: color-mix(in srgb, var(--ink) 60%, transparent); }

.section { padding-bottom: 7rem; }
.section-tight { padding-bottom: 6rem; }
.section h2 { font-size: clamp(1.75rem, 4vw, 2.25rem); }

.closing {
  border-radius: 1.5rem; padding: 3rem 2rem; text-align: center;
  box-shadow: 0 0 0 1px var(--border);
}
.closing p { margin-left: auto; margin-right: auto; }
.closing .lede { max-width: 46ch; margin-top: 1rem; }
.closing .note { max-width: 52ch; margin-top: 1.25rem; font-size: 0.875rem; }
.closing .cta-row { margin-top: 2rem; }

/* Areas */
.page-head { padding: 4rem 0 0; max-width: 42ch; }
.page-head h1 { font-size: clamp(2.25rem, 5vw, 3rem); }
.areas { display: flex; flex-direction: column; gap: 1.25rem; margin: 3.5rem 0; }
.area-card {
  display: flex; align-items: flex-start; gap: 1.25rem;
  border-radius: 1rem; padding: 1.5rem;
  box-shadow: 0 0 0 1px var(--border);
  transition: background-color 0.5s ease;
}
.area-card:hover { background: var(--card); }
@media (min-width: 640px) {
  .area-card:nth-child(1) { margin-left: 1rem; }
  .area-card:nth-child(2) { margin-left: 3rem; }
  .area-card:nth-child(3) { margin-left: 6rem; }
  .area-card:nth-child(4) { margin-left: 9rem; }
  .area-card:nth-child(5) { margin-left: 12rem; }
}
.area-icon {
  display: grid; place-items: center; flex: 0 0 auto;
  width: 3rem; height: 3rem; border-radius: 0.75rem;
}
.area-icon svg { width: 1.25rem; height: 1.25rem; }
.tone-sage { background: color-mix(in srgb, var(--sage) 20%, transparent); color: var(--sagedeep); box-shadow: 0 0 0 1px color-mix(in srgb, var(--sage) 25%, transparent); }
.tone-water { background: color-mix(in srgb, var(--water) 30%, transparent); color: var(--waterdeep); box-shadow: 0 0 0 1px color-mix(in srgb, var(--water) 40%, transparent); }
.tone-clay { background: color-mix(in srgb, var(--clay) 25%, transparent); color: var(--clay); box-shadow: 0 0 0 1px color-mix(in srgb, var(--clay) 30%, transparent); }
.tone-sagedeep { background: color-mix(in srgb, var(--sagedeep) 15%, transparent); color: var(--sagedeep); box-shadow: 0 0 0 1px color-mix(in srgb, var(--sagedeep) 25%, transparent); }
.area-card h2 { font-size: 1.25rem; }
.area-card p { margin: 0.375rem 0 0; max-width: 52ch; font-size: 0.9375rem; }
.area-n { display: none; font-size: 0.75rem; font-weight: 500; color: color-mix(in srgb, var(--ink) 40%, transparent); }
@media (min-width: 640px) { .area-n { display: block; } }

/* What to expect */
.expect { padding: 4rem 0 6rem; }
.expect-grid { display: grid; gap: 3.5rem; }
@media (min-width: 1024px) { .expect-grid { grid-template-columns: 1fr 1fr; } }
.expect-photos { display: flex; flex-direction: column; gap: 1.5rem; }
.steps { margin-top: 2.5rem; display: flex; flex-direction: column; gap: 2rem; }
.step { display: flex; gap: 1.25rem; }
.step-n {
  display: grid; place-items: center; flex: 0 0 auto;
  width: 2rem; height: 2rem; border-radius: 9999px;
  font-size: 0.875rem; font-weight: 500; color: var(--paper);
}
.dot-sagedeep { background: var(--sagedeep); }
.dot-waterdeep { background: var(--waterdeep); }
.dot-clay { background: var(--clay); }
.dot-sage { background: var(--sage); }
.step h2 { font-size: 1.25rem; }
.step p { margin: 0.5rem 0 0; max-width: 48ch; }
.practical { margin-top: 2.5rem; border-radius: 1rem; padding: 1.5rem; box-shadow: 0 0 0 1px var(--border); }
.practical h2 { font-size: 1.125rem; }
.practical ul { margin: 0.75rem 0 0; padding-left: 1.1rem; font-size: 0.875rem; }
.practical li { margin-bottom: 0.5rem; }
.practical p { margin-top: 1rem; font-size: 0.875rem; }

/* Footer */
.site-footer { border-top: 1px solid var(--border); padding: 3.5rem 0; }
.footer-grid { display: grid; gap: 2.5rem; }
@media (min-width: 768px) { .footer-grid { grid-template-columns: repeat(3, 1fr); } }
.footer-title { font-family: var(--display); font-size: 1.125rem; font-weight: 600; margin: 0; }
.footer-label {
  margin: 0 0 1rem; font-size: 0.75rem; font-weight: 500;
  text-transform: uppercase; letter-spacing: 0.2em;
  color: color-mix(in srgb, var(--ink) 50%, transparent);
}
.footer-grid ul { list-style: none; margin: 0; padding: 0; font-size: 0.875rem; }
.footer-grid li { margin-bottom: 0.5rem; }
.footer-grid a { text-decoration: none; }
.footer-grid a:hover { color: var(--sagedeep); }
.footer-bottom {
  margin-top: 2.5rem; border-top: 1px solid var(--border); padding-top: 1.5rem;
  font-size: 0.75rem; color: color-mix(in srgb, var(--ink) 50%, transparent);
}

/* Hero balance: keep the photo from towering over the copy */
.hero .grid-2 { align-items: center; }
.hero .photo { max-height: 34rem; }
