/* ============================================================
   Covered Bridge Counseling — shared stylesheet
   Colors:  green #4a5c42 / dark green #2d3829 / gold #b8783a
            cream #f7f4ef / cream-2 #f0ece5 / ink #2a2520
   Fonts:   Lora (serif headings) · Source Sans 3 (body)
   ============================================================ */

* { box-sizing: border-box; }
* { text-wrap: pretty; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: #f7f4ef;
  font-family: 'Source Sans 3', sans-serif;
  color: #2a2520;
  -webkit-font-smoothing: antialiased;
  line-height: 1.6;
}

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

/* ---------- Layout helpers ---------- */
.wrap { max-width: 1100px; margin: 0 auto; padding-left: 24px; padding-right: 24px; }
.section { padding: 72px 0; }
.section--tight { padding: 64px 0; }
.bg-cream { background: #f7f4ef; }
.bg-cream2 { background: #f0ece5; }
.bg-white { background: #fff; }
.bg-green { background: #4a5c42; }
.bg-dark { background: #2d3829; }
.center { text-align: center; }

/* decorative header arch */
.header-section { position: relative; overflow: hidden; }
.header-arch {
  position: absolute; right: -40px; top: 50%; transform: translateY(-50%);
  opacity: 0.05; pointer-events: none;
}
.header-inner { position: relative; }

/* ---------- Type ---------- */
.eyebrow {
  font-size: 11.5px; font-weight: 700; letter-spacing: 0.14em;
  text-transform: uppercase; color: #b8783a; margin: 0 0 14px;
}
h1, h2, h3, h4 { font-family: 'Lora', serif; font-weight: 600; color: #2a2520; }
.h1 {
  font-size: clamp(32px, 4vw, 44px); line-height: 1.2;
  letter-spacing: -0.02em; margin: 0 0 24px;
}
.h2 { font-size: clamp(28px, 4vw, 42px); line-height: 1.2; margin: 0 0 20px; }
.h3 { font-size: 21px; line-height: 1.3; margin: 0 0 14px; }
.lead { font-size: clamp(16px, 1.8vw, 19px); color: #5a5550; line-height: 1.75; margin: 0 0 32px; max-width: 600px; }
.body { font-size: 16px; color: #3a3530; line-height: 1.8; }
.muted { color: #7a7570; }
.maxw-560 { max-width: 560px; }
.maxw-620 { max-width: 620px; }
.maxw-680 { max-width: 680px; }
.maxw-700 { max-width: 700px; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-block; cursor: pointer; text-decoration: none;
  font-family: 'Source Sans 3', sans-serif; font-size: 15px; font-weight: 600;
  padding: 14px 32px; border-radius: 4px; letter-spacing: 0.03em;
  border: none; transition: all 0.2s; text-align: center;
}
.btn--primary { background: #4a5c42; color: #fff; }
.btn--primary:hover { background: #3a4c34; }
.btn--light { background: #f7f4ef; color: #2d3829; }
.btn--light:hover { background: #fff; }
.btn--gold { background: #b8783a; color: #fff; }
.btn--gold:hover { background: #835f3e; }
.btn--outline {
  background: none; border: 2px solid #4a5c42; color: #4a5c42; padding: 12px 28px;
}
.btn--outline:hover { background: #4a5c42; color: #fff; }
.btn--lg { font-size: 16px; padding: 16px 40px; }

/* ---------- Nav ---------- */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  background: rgba(247,244,239,0.97); border-bottom: 1px solid #ddd8d0;
  backdrop-filter: blur(8px);
}
.nav__inner {
  max-width: 1100px; margin: 0 auto; padding: 0 24px;
  display: flex; align-items: center; justify-content: space-between; height: 68px;
}
.nav__logo img { height: 60px; width: auto; }
.nav__links { display: flex; align-items: center; gap: 26px; }
.nav__links a {
  text-decoration: none; font-size: 15px; font-weight: 500; color: #2a2520;
  border-bottom: 2px solid transparent; padding-bottom: 2px; white-space: nowrap;
  transition: all 0.2s;
}
.nav__links a:hover { color: #4a5c42; }
.nav__links a.active { color: #4a5c42; border-bottom-color: #4a5c42; }
.nav__links a.nav__cta {
  background: #4a5c42; color: #fff; font-size: 14px; font-weight: 600;
  padding: 9px 22px; border-radius: 4px; text-decoration: none; white-space: nowrap;
  border-bottom: 2px solid transparent; transition: background 0.2s;
}
.nav__links a.nav__cta:hover { background: #3a4c34; color: #fff; }
.nav__toggle { display: none; background: none; border: none; cursor: pointer; padding: 8px; }
.nav__toggle span { display: block; width: 24px; height: 2px; background: #2a2520; margin: 5px 0; transition: 0.2s; }
.nav__mobile { display: none; background: #f7f4ef; border-top: 1px solid #ddd8d0; padding: 12px 24px 20px; }
.nav__mobile a {
  display: block; text-decoration: none; font-size: 17px; font-weight: 500; color: #2a2520;
  padding: 12px 0; border-bottom: 1px solid #e8e3dc;
}
.page { padding-top: 68px; }

/* ---------- Hero (home) ---------- */
.hero { background: #f7f4ef; position: relative; overflow: hidden; }
.hero__grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center;
  padding: 80px 0;
}
.hero__arch { position: absolute; right: -80px; top: 50%; transform: translateY(-50%); opacity: 0.045; pointer-events: none; }
.hero__stats { display: flex; gap: 32px; margin-top: 48px; flex-wrap: wrap; }
.hero__stat .k { font-family: 'Lora', serif; font-size: 17px; font-weight: 600; color: #2a2520; }
.hero__stat .v { font-size: 13px; color: #7a7570; }
.btn-row { display: flex; gap: 16px; flex-wrap: wrap; }

/* profile card */
.profile-card {
  background: #fff; border: 1px solid #e8e3dc; border-radius: 8px;
  padding: 40px 36px; max-width: 380px; width: 100%;
  box-shadow: 0 8px 32px rgba(42,37,32,0.07); position: relative; margin: 0 auto;
}
.profile-card__bar { position: absolute; top: 0; left: 0; right: 0; height: 4px; background: linear-gradient(90deg,#4a5c42,#b8783a); border-radius: 8px 8px 0 0; }
.profile-card__photo { width: 88px; height: 88px; border-radius: 50%; object-fit: cover; margin-bottom: 20px; border: 3px solid #d0dbc8; }
.profile-card__name { font-family: 'Lora', serif; font-size: 20px; font-weight: 600; margin-bottom: 4px; }
.profile-card__cred { font-size: 13px; color: #b8783a; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; margin-bottom: 16px; }
.profile-card__bio { font-size: 14.5px; color: #5a5550; line-height: 1.7; margin: 0 0 24px; }
.textlink { color: #4a5c42; font-weight: 600; font-size: 14px; text-decoration: none; white-space: nowrap; }
.textlink:hover { text-decoration: underline; }

/* ---------- Cards / grids ---------- */
.grid { display: grid; gap: 20px; }
.grid--auto { grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); }
.grid--auto-sm { grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); }
.grid--2 { grid-template-columns: 1fr 1fr; gap: 56px; }

.card {
  background: #fff; border: 1px solid #e8e3dc; border-radius: 6px; padding: 28px;
  box-shadow: 0 2px 12px rgba(42,37,32,0.04); transition: box-shadow 0.2s, border-color 0.2s;
}
.card:hover { box-shadow: 0 6px 24px rgba(42,37,32,0.09); border-color: #c8d8c0; }
.card--cream { background: #f7f4ef; border-color: #e0dbd3; box-shadow: none; }
.card--cream:hover { box-shadow: 0 6px 24px rgba(42,37,32,0.09); border-color: #c8d8c0; }
.card__rule { width: 28px; height: 3px; background: #4a5c42; border-radius: 2px; margin-bottom: 14px; }
.card__rule--gold { background: #b8783a; }
.card__title { font-family: 'Lora', serif; font-size: 16.5px; font-weight: 600; color: #2a2520; margin-bottom: 10px; }
.card__text { font-size: 14px; color: #6a6560; line-height: 1.65; }

/* dark cards */
.card--dark { background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.08); border-radius: 6px; padding: 28px; transition: 0.2s; }
.card--dark:hover { background: rgba(255,255,255,0.09); border-color: rgba(154,189,130,0.25); }
.card--dark .card__title { color: #f0ece6; }
.card--dark .card__text { color: #9a9288; }

/* philosophy list */
.philo { border-top: 2px solid #b8783a; padding-top: 20px; }
.philo .card__title { font-size: 17px; color: #f0ece6; }
.philo .card__text { color: #9a9288; }

/* chips */
.chips { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 8px; }
.chip {
  background: #f0ece5; border: 1px solid #ddd8ce; border-radius: 4px;
  padding: 10px 20px; font-size: 15px; font-weight: 500; color: #2a2520;
  letter-spacing: 0.01em; white-space: nowrap;
}

/* testimonial */
.quote { background: #fff; border: 1px solid #e8e3dc; border-radius: 8px; padding: 40px 36px; box-shadow: 0 4px 20px rgba(42,37,32,0.05); }
.quote__mark { font-family: 'Lora', serif; font-size: 52px; color: #e8ede5; line-height: 0.8; margin-bottom: 16px; }
.quote__text { font-family: 'Lora', serif; font-size: 16.5px; color: #3a3530; line-height: 1.75; font-style: italic; margin: 0 0 24px; }
.quote__author { font-size: 13px; color: #b8783a; font-weight: 600; letter-spacing: 0.04em; }

/* "In Joe's words" italic paragraphs */
.joe-words p { font-family: 'Lora', serif; font-style: italic; font-size: 17px; color: #3a3530; line-height: 1.85; margin: 0 0 22px; }
.joe-sig { font-size: 14px; font-weight: 600; color: #b8783a; letter-spacing: 0.04em; margin: 4px 0 28px; }
.accent-rule { width: 48px; height: 3px; background: #b8783a; border-radius: 2px; margin: 20px 0 32px; }

/* credentials card */
.cred-card { background: #f7f4ef; border: 1px solid #e0dbd3; border-radius: 6px; padding: 24px; }
.cred-card__name { font-family: 'Lora', serif; font-size: 17px; font-weight: 600; margin-bottom: 4px; }
.cred-card__lic { font-size: 12.5px; font-weight: 700; color: #b8783a; letter-spacing: 0.08em; text-transform: uppercase; margin-bottom: 18px; }
.cred-row { margin-bottom: 14px; padding-bottom: 14px; border-bottom: 1px solid #e0dbd3; }
.cred-row__k { font-size: 11px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: #b8783a; margin-bottom: 4px; }
.cred-row__v { font-size: 13.5px; color: #3a3530; line-height: 1.6; white-space: pre-line; }

/* about grid */
.about-grid { display: grid; grid-template-columns: 1fr 2fr; gap: 64px; align-items: start; }
.about-photo { width: 100%; max-width: 340px; border-radius: 6px; margin-bottom: 24px; object-fit: cover; }

/* insurance */
.ins-list { display: flex; flex-direction: column; margin-top: 8px; }
.ins-list div { font-size: 16px; color: #d8d0c8; padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,0.08); display: flex; align-items: center; gap: 12px; }
.dot { width: 6px; height: 6px; border-radius: 50%; background: #b8783a; flex-shrink: 0; }
.pay-card { background: rgba(255,255,255,0.07); border: 1px solid rgba(255,255,255,0.12); border-radius: 8px; padding: 36px 32px; margin-bottom: 24px; }
.pay-card .price { font-family: 'Lora', serif; font-size: 52px; font-weight: 600; color: #f7f4ef; margin: 8px 0 4px; }
.pay-card .per { font-size: 14.5px; color: #9a9288; margin-bottom: 20px; }
.pay-card p { font-size: 14.5px; color: #a09888; line-height: 1.7; margin: 0 0 24px; }
.note-box { background: rgba(155,123,82,0.12); border: 1px solid rgba(155,123,82,0.25); border-radius: 6px; padding: 20px 24px; }
.note-box__k { font-size: 11.5px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: #c8a878; margin-bottom: 8px; }
.note-box p { font-size: 13.5px; color: #b8a898; line-height: 1.65; margin: 0; }

.text-light { color: #f7f4ef; }
.lead-light { color: #b8cdb0; }

/* contact */
.contact-grid { display: grid; grid-template-columns: 2fr 1.2fr; gap: 64px; align-items: start; }
.field { margin-bottom: 20px; }
.field label { display: block; font-size: 13px; font-weight: 600; color: #4a4540; letter-spacing: 0.03em; margin-bottom: 6px; }
.field input, .field select, .field textarea {
  width: 100%; font-family: 'Source Sans 3', sans-serif; font-size: 15px;
  padding: 12px 14px; border-radius: 4px; border: 1.5px solid #d8d3cc;
  background: #fff; color: #2a2520; outline: none; transition: border-color 0.2s;
}
.field input:focus, .field select:focus, .field textarea:focus { border-color: #4a5c42; }
.field textarea { resize: vertical; min-height: 120px; }
.field-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.contact-info__row { display: flex; gap: 14px; margin-bottom: 20px; align-items: flex-start; }
.contact-info__k { font-size: 11.5px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: #b8783a; margin-bottom: 3px; }
.contact-info__v { font-size: 14.5px; color: #3a3530; line-height: 1.65; }
.portal-card { display: block; background: #e8ede5; border: 1px solid #c8d8c0; border-radius: 6px; padding: 18px 20px; text-decoration: none; transition: background 0.2s; }
.portal-card:hover { background: #dce8d4; }
.map-wrap { border-radius: 8px; overflow: hidden; border: 1px solid #e0dbd3; height: 360px; }
.map-wrap iframe { width: 100%; height: 100%; border: 0; }

/* ---------- Footer ---------- */
.footer { background: #2a2520; color: #c8c0b8; }
.footer__grid { max-width: 1100px; margin: 0 auto; padding: 56px 24px 32px; display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 40px; }
.footer__logo img { height: 64px; width: auto; filter: brightness(0) invert(1) opacity(0.85); }
.footer p { font-size: 13.5px; line-height: 1.7; color: #a09890; }
.footer__h { font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; color: #7a9e6e; margin-bottom: 16px; font-weight: 600; }
.footer__links a { display: block; color: #a09890; font-size: 14px; padding: 5px 0; text-decoration: none; }
.footer__links a:hover { color: #f7f4ef; }
.footer__contact { font-size: 14px; line-height: 1.8; color: #a09890; }
.footer__contact a { color: #a09890; text-decoration: none; }
.footer__social { display: flex; gap: 12px; margin-top: 18px; }
.footer__social a { color: #8a8078; text-decoration: none; font-size: 13px; display: flex; align-items: center; gap: 5px; }
.footer__social a:hover { color: #7a9e6e; }
.footer__badge { display: inline-flex; align-items: center; gap: 8px; margin-top: 16px; padding: 8px 12px; border-radius: 4px; background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.12); color: #c8c0b8; text-decoration: none; }
.footer__badge:hover { background: rgba(255,255,255,0.08); }
.footer__legal { border-top: 1px solid #3a3530; max-width: 1100px; margin: 0 auto; padding: 20px 24px; display: flex; flex-wrap: wrap; gap: 12px; justify-content: space-between; align-items: center; }
.footer__legal p { margin: 0; font-size: 12px; color: #6b6360; line-height: 1.6; max-width: 600px; }
.footer__area { border-top: 1px solid #3a3530; max-width: 1100px; margin: 0 auto; padding: 14px 24px; }
.footer__area p { margin: 0; font-size: 11.5px; color: #5a5550; text-align: center; line-height: 1.6; }
.footer strong { color: #8a8078; }

/* ---------- Responsive ---------- */
@media (max-width: 768px) {
  .nav__links, .nav__cta { display: none; }
  .nav__toggle { display: block; }
  .nav__mobile.open { display: block; }
  .hero__grid { grid-template-columns: 1fr; gap: 36px; }
  .about-grid, .grid--2, .contact-grid, .field-2 { grid-template-columns: 1fr; gap: 36px; }
  .field-2 { gap: 20px; }
}
