/* ============================================================
   leeadagger.com — stylesheet
   ============================================================ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --bg: #f5f1eb; --surface: #fdfbf8; --text: #2a2420;
  --text-soft: #7a6e66; --accent: #4e7a78; --accent-warm: #8b7050;
  --border: #dcd5cc; --max-w: 920px;
}

body { background: var(--bg); color: var(--text); font-family: 'Karla', sans-serif; font-size: 17px; line-height: 1.78; }
a { color: var(--accent); text-decoration: none; }
a:hover { text-decoration: underline; }

/* top accent bar */
body::before { content: ''; display: block; height: 4px; background: linear-gradient(90deg, var(--accent), var(--accent-warm)); }

/* HEADER */
header { background: var(--surface); border-bottom: 1px solid var(--border); position: sticky; top: 0; z-index: 100; }
.header-inner { max-width: var(--max-w); margin: 0 auto; padding: 0 2rem; height: 64px; display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.header-brand { display: flex; align-items: center; gap: 0.6rem; text-decoration: none; flex-shrink: 0; }
.header-logo { height: 44px; width: auto; display: block; opacity: 0.9; }
.site-title { font-family: 'Cormorant Garamond', Georgia, serif; font-size: 1.25rem; font-style: normal; font-weight: 600; color: var(--text); letter-spacing: 0.02em; padding-left: 0.85rem; border-left: 1px solid var(--border); margin-left: 0.2rem; }
nav { display: flex; gap: 1.6rem; align-items: center; flex-wrap: wrap; justify-content: flex-end; }
nav a { font-size: 0.77rem; text-transform: uppercase; letter-spacing: 0.09em; font-weight: 500; color: var(--text-soft); text-decoration: none; padding-bottom: 2px; border-bottom: 2px solid transparent; transition: color 0.18s, border-color 0.18s; white-space: nowrap; }
nav a:hover { color: var(--text); text-decoration: none; }
nav a.active { color: var(--accent); border-bottom-color: var(--accent); }

/* BANNER + FADE */
.banner-wrap { position: relative; overflow: hidden; }
.banner { width: 100%; height: 500px; object-fit: cover; object-position: center 82%; display: block; }
.banner-wrap::after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 170px; background: linear-gradient(to bottom, transparent 0%, rgba(245,241,235,0.55) 45%, var(--bg) 100%); pointer-events: none; }

/* PAGE HEADER (inner pages) */
.page-header { background: var(--surface); border-bottom: 1px solid var(--border); padding: 2.5rem 0 2rem; }
.page-header-inner { max-width: var(--max-w); margin: 0 auto; padding: 0 2rem; }
.page-header h1 { font-size: 2rem; margin-bottom: 0; }
.page-header-rule { width: 48px; height: 3px; background: var(--accent); border: none; margin-top: 0.75rem; border-radius: 2px; }

/* MAIN */
main { max-width: var(--max-w); margin: 0 auto; padding: 3rem 2rem 5rem; }

/* TYPOGRAPHY */
h1, h2, h3 { font-family: 'Cormorant Garamond', Georgia, serif; line-height: 1.25; font-weight: 600; }
h1 { font-size: 2.2rem; margin-bottom: 1rem; }
h2 { font-size: 1.7rem; margin-bottom: 0.8rem; }
h3 { font-size: 1.3rem; margin-bottom: 0.5rem; }
p { margin-bottom: 1rem; }
ul { margin: 0.4rem 0 1rem 1.6rem; }
li { margin-bottom: 0.3rem; }
em { font-style: italic; }
.divider { border: none; border-top: 1px solid var(--border); margin: 2.5rem 0; }

/* HOME INTRO GRID */
.home-intro { display: grid; grid-template-columns: 1fr 220px; gap: 2.5rem; align-items: start; }
.headshot { width: 100%; border: 5px solid var(--surface); outline: 1px solid var(--border); display: block; border-radius: 2px; }

/* TAGLINE BAND */
.tagline-band { background: linear-gradient(135deg, rgba(78,122,120,0.07) 0%, rgba(139,112,80,0.07) 100%); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); margin: 2.8rem -2rem; padding: 3rem 2rem; text-align: center; }
.tagline { font-family: 'Cormorant Garamond', Georgia, serif; font-size: 2.1rem; font-style: italic; font-weight: 400; color: var(--accent); line-height: 1.3; margin-bottom: 1rem; }
.cta-text { color: var(--text-soft); font-size: 1rem; max-width: 520px; margin: 0 auto; }

/* SPECIALTY TAGS */
.specialty-row { margin-top: 2.8rem; text-align: center; }
.specialty-row > p { font-size: 0.73rem; text-transform: uppercase; letter-spacing: 0.1em; color: var(--text-soft); margin-bottom: 0.8rem; }
.specialty-tags { display: flex; flex-wrap: wrap; gap: 0.45rem; justify-content: center; list-style: none; margin: 0 0 1rem; padding: 0; }
.specialty-tags li { margin: 0; }
.specialty-tags a { display: inline-block; padding: 0.28rem 0.85rem; border: 1px solid var(--border); border-radius: 2px; font-size: 0.82rem; color: var(--text-soft); text-decoration: none; transition: border-color 0.18s, color 0.18s, background 0.18s; background: var(--surface); }
.specialty-tags a:hover { border-color: var(--accent); color: var(--accent); text-decoration: none; }
.specialty-more { font-size: 0.83rem; }

/* ABOUT PAGE */
.about-intro { overflow: hidden; margin-bottom: 2rem; }
.about-intro .headshot { float: right; width: 200px; margin: 0.3rem 0 1.5rem 2.5rem; }

/* CREDENTIALS */
.cred-block { margin-bottom: 2rem; }
.cred-block h3 { font-family: 'Karla', sans-serif; font-size: 0.73rem; font-weight: 500; text-transform: uppercase; letter-spacing: 0.13em; color: var(--accent-warm); border-bottom: 1px solid var(--border); padding-bottom: 0.45rem; margin-bottom: 0.75rem; }
.cred-block ul { list-style: none; margin-left: 0; }
.cred-block ul li { padding: 0.2rem 0 0.2rem 1rem; border-bottom: 1px dotted var(--border); position: relative; line-height: 1.55; }
.cred-block ul li::before { content: '–'; position: absolute; left: 0; color: var(--accent); }
.cred-block ul ul { margin: 0; margin-left: 1rem; }
.cred-block ul ul li { border-bottom: none; padding: 0.08rem 0 0.08rem 1rem; font-size: 0.92rem; color: var(--text-soft); line-height: 1.45; }
.resume-link { display: inline-block; margin-top: 1.5rem; font-size: 0.82rem; text-transform: uppercase; letter-spacing: 0.08em; font-weight: 500; color: var(--accent); border: 1px solid var(--accent); padding: 0.5rem 1.2rem; border-radius: 2px; transition: background 0.18s, color 0.18s; text-decoration: none; }
.resume-link:hover { background: var(--accent); color: #fff; text-decoration: none; }

/* SERVICES */
.services-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0 3rem; }

/* FEES & CONTACT */
.fees-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; }
.contact-item { display: flex; flex-direction: column; margin-bottom: 1.1rem; }
.contact-label { font-size: 0.73rem; text-transform: uppercase; letter-spacing: 0.1em; color: var(--text-soft); font-weight: 500; margin-bottom: 0.15rem; }
.contact-value { font-size: 1rem; }
.office-photo { width: 100%; max-width: 280px; border: 5px solid var(--surface); outline: 1px solid var(--border); display: block; margin-top: 1.5rem; border-radius: 2px; }

/* Standalone office photo section on contact page */
.office-section { margin-top: 3rem; padding-top: 2.5rem; border-top: 1px solid var(--border); display: flex; flex-direction: column; align-items: center; gap: 0.6rem; }
.office-section img { max-width: 420px; width: 100%; border: 5px solid var(--surface); outline: 1px solid var(--border); border-radius: 2px; display: block; }
.office-caption { font-size: 0.82rem; color: var(--text-soft); font-style: italic; margin: 0; letter-spacing: 0.02em; font-family: 'Cormorant Garamond', Georgia, serif; font-size: 1rem; }

/* Contact column: info left, photo right */
.contact-content { display: flex; gap: 1.5rem; align-items: flex-start; }
.contact-details { flex: 1; min-width: 0; }
.contact-col-photo { width: 140px; flex-shrink: 0; }
.contact-col-photo img { width: 100%; border: 4px solid var(--surface); outline: 1px solid var(--border); border-radius: 2px; display: block; }

/* FOOTER */
footer { border-top: 1px solid var(--border); text-align: center; padding: 1.5rem 2rem; font-size: 0.8rem; color: var(--text-soft); background: var(--surface); }

/* RESPONSIVE */
@media (max-width: 720px) {
  .home-intro { grid-template-columns: 1fr; }
  .home-intro .headshot { width: 180px; margin: 0 auto; }
  .about-intro .headshot { float: none; width: 180px; margin: 0 auto 1.5rem; display: block; }
  .fees-grid, .services-grid { grid-template-columns: 1fr; gap: 2rem; }
}
@media (max-width: 640px) {
  .header-inner { flex-direction: column; height: auto; padding: 0.75rem 1.5rem; gap: 0.4rem; }
  nav { gap: 0.8rem; justify-content: center; padding-bottom: 0.5rem; }
  nav a { font-size: 0.72rem; letter-spacing: 0.06em; }
  .banner { height: 280px; }
  .banner-wrap::after { height: 100px; }
  main { padding: 2rem 1.25rem 3rem; }
  .tagline-band { margin: 2rem -1.25rem; padding: 2rem 1.25rem; }
  .tagline { font-size: 1.6rem; }
  h1 { font-size: 1.75rem; }
}
