/*
Theme Name: Nichole Webb One Page
Theme URI: https://example.com/
Author: Casey Boone
Description: A clean, responsive one-page therapist website with editable ACF homepage fields.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: nichole-one-page
*/

:root {
  --nw-ink: #21352f;
  --nw-sage: #6f8c7d;
  --nw-sage-dark: #49675a;
  --nw-cream: #f7f3eb;
  --nw-white: #ffffff;
  --nw-muted: #65716c;
  --nw-border: #dce4df;
  --nw-shadow: 0 18px 50px rgba(33, 53, 47, .10);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--nw-ink);
  background: var(--nw-white);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.65;
}
a { color: var(--nw-sage-dark); }
img { max-width: 100%; height: auto; display: block; }
.nw-container { width: min(1120px, calc(100% - 40px)); margin-inline: auto; }
.nw-section { padding: 88px 0; }
.nw-section--cream { background: var(--nw-cream); }
.nw-eyebrow { margin: 0 0 12px; color: var(--nw-sage-dark); font-size: .8rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
h1, h2, h3 { line-height: 1.15; margin-top: 0; }
h1 { font-size: clamp(2.6rem, 6vw, 5rem); max-width: 850px; margin-bottom: 24px; }
h2 { font-size: clamp(2rem, 4vw, 3.4rem); margin-bottom: 20px; }
h3 { font-size: 1.25rem; }
.nw-lead { font-size: 1.18rem; color: var(--nw-muted); max-width: 760px; }
.nw-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  min-height: 50px; padding: 12px 22px; border-radius: 999px;
  background: var(--nw-sage-dark); color: #fff; text-decoration: none; font-weight: 700;
  border: 2px solid var(--nw-sage-dark); transition: .2s ease;
}
.nw-btn:hover { transform: translateY(-2px); background: var(--nw-ink); border-color: var(--nw-ink); }
.nw-btn--ghost { background: transparent; color: var(--nw-sage-dark); }
.nw-btn--ghost:hover { color: #fff; }

.nw-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.94); backdrop-filter: blur(12px); border-bottom: 1px solid var(--nw-border); }
.nw-header__inner { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.nw-brand { color: var(--nw-ink); font-size: 1.1rem; font-weight: 800; text-decoration: none; }
.nw-nav { display: flex; gap: 24px; align-items: center; }
.nw-nav a { color: var(--nw-ink); text-decoration: none; font-weight: 650; font-size: .95rem; }
.nw-menu-toggle { display: none; border: 0; background: transparent; font-size: 1rem; font-weight: 800; }

.nw-hero { padding: 90px 0 76px; background: linear-gradient(135deg, #f7f3eb 0%, #eef4f0 100%); }
.nw-hero__grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 64px; align-items: center; }
.nw-hero__actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 32px; }
.nw-hero__image { border-radius: 30px; box-shadow: var(--nw-shadow); overflow: hidden; aspect-ratio: 4/5; background: #dce4df; }
.nw-hero__image img { width: 100%; height: 100%; object-fit: cover; }

.nw-two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: start; }
.nw-card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 38px; }
.nw-card { padding: 28px; border: 1px solid var(--nw-border); border-radius: 20px; background: #fff; box-shadow: 0 8px 28px rgba(33,53,47,.06); }
.nw-list { display: grid; gap: 12px; padding: 0; margin: 26px 0 0; list-style: none; }
.nw-list li { position: relative; padding-left: 24px; }
.nw-list li::before { content: ""; position: absolute; left: 0; top: .7em; width: 9px; height: 9px; border-radius: 50%; background: var(--nw-sage); }
.nw-timeline { display: grid; gap: 18px; margin-top: 34px; }
.nw-role { padding: 24px 0; border-bottom: 1px solid var(--nw-border); }
.nw-role:last-child { border-bottom: 0; }
.nw-role__meta { color: var(--nw-muted); font-weight: 650; }
.nw-credentials { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.nw-cta { padding: 54px; border-radius: 28px; background: var(--nw-ink); color: #fff; }
.nw-cta h2, .nw-cta p { color: #fff; }
.nw-contact-links { display: flex; flex-wrap: wrap; gap: 18px; margin: 24px 0 0; }
.nw-contact-links a { color: #fff; }
.nw-form { margin-top: 34px; }
.nw-footer { padding: 28px 0; border-top: 1px solid var(--nw-border); color: var(--nw-muted); font-size: .9rem; }
.nw-specialties {margin: 15% 0px 0px 20%;}

@media (max-width: 860px) {
  .nw-hero__grid, .nw-two-col, .nw-credentials { grid-template-columns: 1fr; }
  .nw-card-grid { grid-template-columns: 1fr 1fr; }
  .nw-menu-toggle { display: block; }
  .nw-nav { display: none; position: absolute; inset: 76px 0 auto 0; padding: 22px 20px; background: #fff; border-bottom: 1px solid var(--nw-border); flex-direction: column; align-items: flex-start; }
  .nw-nav.is-open { display: flex; }
  .nw-specialties {margin: 0px 0px 0px 20%;}
}
@media (max-width: 600px) {
  .nw-section { padding: 64px 0; }
  .nw-card-grid { grid-template-columns: 1fr; }
  .nw-cta { padding: 34px 24px; }
  .nw-hero { padding-top: 64px; }
}


