/* DCJ Strategic Consulting — site stylesheet
   Brand: teal #186772 (integrity, primary), gold-orange #EFA115 (gratitude, accent).
   Wordmark: Times New Roman. Body: Aptos with system fallbacks.
   Gold is an accent color only on light grounds; gold-as-text uses --gold-ink. */

:root {
  --teal: #186772;
  --teal-deep: #0F444C;
  --teal-wash: #EEF4F4;
  --gold: #EFA115;
  --gold-ink: #8F6410;
  --paper: #FBFAF7;
  --card: #FFFFFF;
  --ink: #1E2A29;
  --muted: #56645F;
  --line: #E1E6E2;
  --display: "Times New Roman", Times, Georgia, serif;
  --body: Aptos, "Segoe UI Variable", "Segoe UI", system-ui, -apple-system, sans-serif;
  --maxw: 1080px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { transition: none !important; }
}

body {
  margin: 0;
  font-family: var(--body);
  font-size: 17px;
  line-height: 1.65;
  color: var(--ink);
  background: var(--paper);
}

a { color: var(--teal); }
a:focus-visible { outline: 3px solid var(--gold); outline-offset: 2px; }
img { max-width: 100%; display: block; }

.wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }

h1, h2, h3 { font-family: var(--display); font-weight: 700; line-height: 1.15; color: var(--teal-deep); margin: 0 0 .5em; }
h1 { font-size: clamp(2.1rem, 4.5vw, 3.3rem); letter-spacing: -0.01em; }
h2 { font-size: clamp(1.5rem, 3vw, 2.1rem); }
h3 { font-size: 1.25rem; }

.eyebrow {
  font-family: var(--body);
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--gold-ink);
  margin: 0 0 .9rem;
  display: flex;
  align-items: center;
  gap: .5rem;
}
.eyebrow::before {
  content: "";
  width: 22px; height: 2px;
  background: var(--gold);
  display: inline-block;
}

/* ---------- header ---------- */
.site-header {
  background: var(--card);
  border-bottom: 1px solid var(--line);
  position: sticky; top: 0; z-index: 20;
}
.site-header .wrap {
  display: flex; align-items: center; justify-content: space-between;
  gap: 1rem; padding-top: 10px; padding-bottom: 10px; flex-wrap: wrap;
}
.logo { display: flex; align-items: center; gap: 10px; text-decoration: none; }
.logo .logo-img { height: 88px; width: auto; display: block; }
@media (max-width: 800px) { .logo .logo-img { height: 64px; } }
.logo .word { font-family: var(--display); font-size: 1.45rem; font-weight: 700; color: var(--teal); line-height: 1; }
.logo .sub { display: block; font-family: var(--body); font-size: .62rem; letter-spacing: .16em; text-transform: uppercase; color: var(--muted); margin-top: 3px; }

.site-nav { display: flex; align-items: center; gap: 1.4rem; flex-wrap: wrap; }
.site-nav a { text-decoration: none; color: var(--ink); font-weight: 600; font-size: .95rem; line-height: 1.3; }
.site-nav a:hover { color: var(--teal); }
.site-nav a[aria-current="page"] { color: var(--teal); border-bottom: 2px solid var(--gold); }

.nav-drop { position: relative; display: inline-flex; align-items: center; align-self: center; }
.nav-drop:hover::before, .nav-drop:focus-within::before {
  content: ""; position: absolute; top: 100%; left: -12px; width: 260px; height: 18px;
}
.nav-drop > a::after { content: " ▾"; font-size: .7em; color: var(--muted); }
.nav-drop-menu {
  display: none; position: absolute; top: 100%; left: -12px;
  background: var(--card); border: 1px solid var(--line); border-radius: 8px;
  box-shadow: 0 10px 30px rgba(15, 68, 76, .12);
  min-width: 260px; padding: 8px; margin: 0; list-style: none; z-index: 30;
}
.nav-drop:hover .nav-drop-menu,
.nav-drop:focus-within .nav-drop-menu { display: block; }
.nav-drop-menu a { display: block; padding: 9px 12px; border-radius: 6px; font-weight: 500; }
.nav-drop-menu a:hover { background: var(--teal-wash); }

.btn {
  display: inline-block; text-decoration: none; font-weight: 700; font-size: .95rem;
  padding: 12px 22px; border-radius: 6px; border: 2px solid var(--teal);
  transition: background .15s ease, color .15s ease;
}
.btn-solid { background: var(--teal); color: #fff; }
.btn-solid:hover { background: var(--teal-deep); border-color: var(--teal-deep); }
.btn-ghost { color: var(--teal); background: transparent; }
.btn-ghost:hover { background: var(--teal-wash); }
.btn .arrow { color: inherit; }
.site-nav .btn { padding: 9px 18px; }
.site-nav a.btn-solid { color: #fff; }
.site-nav a.btn-solid:hover { color: #fff; }
.site-nav a.btn-ghost { color: var(--teal); }

/* ---------- hero ---------- */
.hero { padding: 72px 0 64px; }
.hero .wrap { display: grid; grid-template-columns: 1fr 1.1fr; gap: 44px; align-items: center; }
@media (max-width: 860px) { .hero .wrap { grid-template-columns: 1fr; } }
.hero p.lede { font-size: 1.16rem; color: var(--muted); max-width: 640px; }
.hero-cta { margin-top: 1.8rem; display: flex; gap: 14px; flex-wrap: wrap; align-items: center; }
.hero-photo img { width: 100%; height: auto; border-radius: 12px; border: 1px solid var(--line); }
.hero-photo { position: relative; }
.hero-photo::after {
  content: ""; position: absolute; right: -12px; bottom: -12px; left: 24px; top: 24px;
  border: 2px solid var(--gold); border-radius: 12px; z-index: -1;
}

/* ---------- sections ---------- */
.section { padding: 64px 0; }
.section.alt { background: var(--card); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }

.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
@media (max-width: 860px) { .grid-2, .grid-3 { grid-template-columns: 1fr; } }

.card {
  background: var(--card); border: 1px solid var(--line); border-radius: 10px;
  padding: 28px; display: flex; flex-direction: column; gap: .6rem;
}
.card h3 a { text-decoration: none; color: var(--teal-deep); }
.card h3 a:hover { color: var(--teal); }
.card p { margin: 0; color: var(--muted); }
.card .more { margin-top: auto; padding-top: .8rem; font-weight: 700; text-decoration: none; font-size: .95rem; }

/* ---------- proof band ---------- */
.proof-band { background: var(--teal-deep); color: #EAF1F0; padding: 64px 0; }
.proof-band h2 { color: #fff; }
.proof-band .eyebrow { color: var(--gold); }
.proof-band .eyebrow::before { background: var(--gold); }
.proof-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px 34px; margin: 1.6rem 0 0; padding: 0; list-style: none; }
@media (max-width: 860px) { .proof-list { grid-template-columns: 1fr; } }
.proof-list li { border-top: 2px solid var(--gold); padding-top: 14px; font-size: .98rem; line-height: 1.5; }
.proof-list strong { display: block; font-family: var(--display); font-size: 1.15rem; color: #fff; margin-bottom: 4px; }

/* ---------- testimonials ---------- */
.quote-card { background: var(--card); border: 1px solid var(--line); border-left: 4px solid var(--gold); border-radius: 8px; padding: 26px; }
.quote-card blockquote { margin: 0; font-family: var(--display); font-size: 1.08rem; line-height: 1.5; color: var(--ink); }
.quote-card cite { display: block; margin-top: 14px; font-style: normal; font-size: .88rem; font-weight: 700; color: var(--teal); letter-spacing: .04em; }

/* ---------- about teaser ---------- */
.about-teaser { display: grid; grid-template-columns: 300px 1fr; gap: 40px; align-items: start; }
@media (max-width: 860px) { .about-teaser { grid-template-columns: 1fr; } }
.headshot {
  aspect-ratio: 1 / 1; width: 100%; border-radius: 10px; overflow: hidden;
  border: 1px solid var(--line);
}
.headshot img { width: 100%; height: 100%; object-fit: cover; display: block; }

/* ---------- service page ---------- */
.svc-hero { background: var(--card); border-bottom: 1px solid var(--line); padding: 56px 0 52px; }
.svc-hero .wrap { display: grid; grid-template-columns: 1.2fr .8fr; gap: 44px; align-items: center; }
@media (max-width: 860px) { .svc-hero .wrap { grid-template-columns: 1fr; } }
.svc-hero .promise { font-family: var(--display); font-size: 1.3rem; color: var(--teal); max-width: 720px; margin-top: .4rem; }
.svc-photo img { width: 100%; height: auto; border-radius: 12px; border: 1px solid var(--line); }
.svc-section { padding: 44px 0; border-bottom: 1px solid var(--line); }
.svc-section:last-of-type { border-bottom: 0; }
.svc-section .wrap { display: grid; grid-template-columns: 240px 1fr; gap: 30px; max-width: 940px; }
@media (max-width: 800px) { .svc-section .wrap { grid-template-columns: 1fr; gap: 8px; } }
.svc-label { font-size: .78rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--gold-ink); padding-top: 5px; }
.svc-body p { margin: 0 0 1em; max-width: 62ch; }
.svc-body p:last-child { margin-bottom: 0; }
.svc-body ul { margin: 0 0 1em; padding-left: 1.2em; max-width: 62ch; }
.svc-body li { margin-bottom: .5em; }
.fineprint { font-size: .88rem; color: var(--muted); }

/* ---------- CTA band ---------- */
.cta-band { background: var(--teal); color: #fff; padding: 56px 0; }
.cta-band h2 { color: #fff; margin-bottom: .4rem; }
.cta-band p { color: #D9E6E5; margin: 0 0 1.4rem; }
.cta-band .btn { border-color: #fff; }
.cta-band .btn-solid { background: #fff; color: var(--teal); }
.cta-band .btn-solid:hover { background: var(--gold); border-color: var(--gold); color: var(--teal-deep); }
.cta-band .btn-ghost { color: #fff; }
.cta-band .btn-ghost:hover { background: rgba(255,255,255,.12); }

/* ---------- other services strip ---------- */
.other-svcs { padding: 48px 0; }
.other-svcs .grid-3 .card { padding: 20px; }

/* ---------- contact ---------- */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; }
@media (max-width: 800px) { .contact-grid { grid-template-columns: 1fr; } }
.contact-grid dt { font-weight: 700; color: var(--teal-deep); margin-top: 1rem; }
.contact-grid dd { margin: 2px 0 0; }
.hours-table { border-collapse: collapse; width: 100%; max-width: 340px; font-size: .95rem; }
.hours-table td { padding: 6px 0; border-bottom: 1px solid var(--line); }
.hours-table td:last-child { text-align: right; color: var(--muted); }

/* ---------- about page ---------- */
.tier { margin-bottom: 2rem; }
.tier h3 { color: var(--teal); }
.tier ul { padding-left: 1.2em; margin: .4rem 0 0; }
.tier li { margin-bottom: .5em; }
.pub { border-left: 3px solid var(--gold); padding-left: 18px; margin: 1.2rem 0; }
.pub p { margin: 0; }
.pub .cite { font-size: .9rem; color: var(--muted); }
.badges { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 1rem; }
.badge {
  background: var(--teal-wash); border: 1px solid var(--line); border-radius: 999px;
  padding: 8px 16px; font-size: .88rem; font-weight: 600; color: var(--teal-deep);
}
.conf-banner { margin: 1.8rem 0 0; max-width: 640px; }
.conf-banner img { width: 100%; height: auto; border-radius: 10px; border: 1px solid var(--line); }
.conf-banner figcaption { font-size: .86rem; color: var(--muted); margin-top: 8px; }
.logo-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-top: 1.2rem; }
@media (max-width: 860px) { .logo-row { grid-template-columns: repeat(2, 1fr); } }
.logo-tile {
  background: var(--card); border: 1px solid var(--line); border-radius: 10px;
  padding: 22px 16px; display: flex; flex-direction: column; align-items: center;
  gap: 12px; text-align: center;
}
.logo-tile img { height: 96px; width: auto; max-width: 100%; object-fit: contain; }
.logo-tile span { font-size: .84rem; font-weight: 600; color: var(--teal-deep); }
.inline-figure { margin: 1.6rem 0 0; max-width: 62ch; }
.inline-figure img { width: 100%; height: auto; border-radius: 10px; border: 1px solid var(--line); }
.inline-figure figcaption { font-size: .86rem; color: var(--muted); margin-top: 8px; }

/* ---------- legal ---------- */
.legal { max-width: 780px; }
.legal h2 { font-size: 1.4rem; margin-top: 2.2rem; }
.legal h3 { font-size: 1.1rem; margin-top: 1.6rem; }
.legal ul { padding-left: 1.2em; }

/* ---------- footer ---------- */
.site-footer { background: var(--teal-deep); color: #C9D8D6; padding: 52px 0 36px; font-size: .92rem; }
.site-footer a { color: #EAF1F0; text-decoration: none; }
.site-footer a:hover { text-decoration: underline; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 36px; margin-bottom: 2rem; }
@media (max-width: 800px) { .footer-grid { grid-template-columns: 1fr; } }
.site-footer h3 { color: #fff; font-family: var(--body); font-size: .8rem; letter-spacing: .14em; text-transform: uppercase; }
.site-footer ul { list-style: none; margin: 0; padding: 0; }
.site-footer li { margin-bottom: .5em; }
.footer-legal { border-top: 1px solid rgba(255,255,255,.15); padding-top: 20px; display: flex; justify-content: space-between; gap: 1rem; flex-wrap: wrap; }

/* ---------- blog ---------- */
.post-list { display: grid; gap: 22px; margin-top: 2rem; max-width: 760px; }
.post-card {
  display: block; background: var(--card); border: 1px solid var(--line);
  border-left: 4px solid var(--gold); border-radius: 10px; padding: 26px 28px;
  text-decoration: none; color: var(--ink);
}
.post-card h2 { font-size: 1.35rem; margin: .3rem 0 .4rem; }
.post-card p { margin: 0 0 .8rem; color: var(--muted); }
.post-card .post-date { font-size: .82rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--gold-ink); }
.post-card .more { font-weight: 700; color: var(--teal); font-size: .95rem; }
.post-card:hover h2 { color: var(--teal); }
.post { max-width: 720px; }
.post-meta { font-size: .9rem; color: var(--muted); margin: -0.4rem 0 1.6rem; }
.post-body p { margin: 0 0 1.1em; max-width: 66ch; }
.post-body h2 { font-size: 1.4rem; margin-top: 2rem; }
.post-body h3 { font-size: 1.15rem; margin-top: 1.6rem; }
.post-body ul, .post-body ol { padding-left: 1.2em; max-width: 62ch; }
.post-body li { margin-bottom: .5em; }
.post-body img { border-radius: 10px; border: 1px solid var(--line); margin: 1.4em 0; }
.post-body blockquote { border-left: 3px solid var(--gold); margin: 1.4em 0; padding-left: 18px; color: var(--muted); font-family: var(--display); font-size: 1.08rem; }
