/* Telos Advisory — shared stylesheet */

@import url('https://fonts.googleapis.com/css2?family=Newsreader:ital,wght@0,300;0,400;0,500;1,400&family=Work+Sans:wght@400;500&display=swap');

:root {
  --navy: #1C2F4A;
  --gold: #C9A84C;
  --paper: #FAFAFA;
  --white: #FFFFFF;
  --text: #1A1A1A;
  --text-muted: #4a4a45;
  --text-faint: #8a887f;
  --border: #e5e2da;
  --border-strong: #cfccc3;
}

* { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
  font-family: 'Work Sans', -apple-system, sans-serif;
  background: var(--paper);
  color: var(--text);
  font-size: 16px;
  line-height: 1.5;
}

a { color: inherit; text-decoration: none; }

img, svg { display: block; max-width: 100%; }

/* Layout */
.wrap { max-width: 1120px; margin: 0 auto; padding: 0 40px; }

/* Nav */
.site-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 26px 0;
  border-bottom: 0.5px solid var(--border);
  position: relative;
}
.logo {
  font-family: 'Work Sans', sans-serif;
  font-weight: 500;
  letter-spacing: 0.08em;
  font-size: 15px;
  color: var(--navy);
}
.logo span { color: var(--gold); }
.logo-mark { height: 32px; width: auto; display: block; }
.nav-links {
  display: flex;
  gap: 34px;
  font-size: 14px;
  color: var(--text-muted);
}
.nav-links a:hover { color: var(--navy); }
.nav-links a.active { color: var(--navy); font-weight: 500; }
.nav-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  background: none;
  border: none;
  padding: 6px 2px;
  cursor: pointer;
}
.nav-toggle span { display: block; width: 22px; height: 1.5px; background: var(--navy); transition: transform 150ms ease, opacity 150ms ease; }
.nav-toggle.active span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
.nav-toggle.active span:nth-child(2) { opacity: 0; }
.nav-toggle.active span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }

/* Hero */
.hero {
  padding: 110px 0 90px;
  max-width: 760px;
}
h1 {
  font-family: 'Newsreader', serif;
  font-weight: 300;
  font-size: 46px;
  line-height: 1.16;
  color: var(--navy);
  margin-bottom: 26px;
}
h1 em { font-style: italic; font-weight: 400; }
.lead {
  font-size: 17px;
  line-height: 1.7;
  color: var(--text-muted);
  max-width: 580px;
}

/* Full-bleed navy bands */
.band-navy { background: var(--navy); }
.band-navy-deep { background: #16233a; }

.hero-navy { padding: 96px 0 66px; max-width: 640px; }
.hero-navy h1 { color: var(--paper); }
.hero-navy h1 em { color: var(--gold); }
.hero-navy .lead { color: #b9c3d2; max-width: 480px; }

.pullquote-band { padding: 26px 0; }
.pullquote-band blockquote {
  font-family: 'Newsreader', serif;
  font-style: italic;
  font-weight: 400;
  font-size: 19px;
  line-height: 1.5;
  color: var(--paper);
  max-width: 640px;
}
.pullquote-band blockquote em { font-style: italic; color: var(--gold); }

/* Page head (non-home pages) */
.page-head { padding: 80px 0 10px; max-width: 760px; }
.page-head-navy { padding: 64px 0 32px; max-width: 640px; text-align: left; }
.page-head-navy h1 { color: var(--paper); }
.page-head-navy .page-sub { color: #b9c3d2; font-size: 14px; margin-top: 6px; }

/* Kicker */
.kicker {
  font-size: 11px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 500;
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.kicker::before { content: ""; width: 6px; height: 6px; background: var(--gold); transform: rotate(45deg); flex-shrink: 0; }
.hero-navy .kicker { color: var(--gold); }

/* Sections */
.section { padding: 64px 0; border-top: 0.5px solid var(--border); }
.section-title {
  font-family: 'Newsreader', serif;
  font-weight: 400;
  font-size: 30px;
  color: var(--navy);
  margin-bottom: 22px;
  max-width: 620px;
}
.intro {
  font-size: 16px;
  line-height: 1.75;
  color: var(--text-muted);
  max-width: 680px;
  margin-bottom: 22px;
}
.intro strong { color: var(--navy); font-weight: 500; }
.subhead {
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--text-faint);
  margin: 44px 0 8px;
}
.subhead::before, .how-we-help-label::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  background: var(--gold);
  transform: rotate(45deg);
  margin-right: 8px;
  vertical-align: 1px;
}
.no-bullet::before { content: none; margin-right: 0; }

/* Body copy blocks */
.body-copy p {
  font-size: 15.5px;
  color: var(--text-muted);
  line-height: 1.8;
  max-width: 680px;
  margin-bottom: 18px;
}

/* Services index (homepage) */
.service-block {
  padding: 32px 0;
  border-top: 0.5px solid var(--border);
  max-width: 680px;
}
.service-block:last-child { border-bottom: 0.5px solid var(--border); }
.service-block h3 {
  font-family: 'Newsreader', serif;
  font-size: 23px;
  font-weight: 400;
  color: var(--navy);
  margin-bottom: 9px;
}
.service-block p {
  font-size: 14.5px;
  color: var(--text-muted);
  line-height: 1.65;
  margin-bottom: 11px;
  max-width: 520px;
}
.service-link {
  font-size: 12.5px;
  color: var(--gold);
  font-weight: 500;
}
.service-link:hover { text-decoration: underline; }

/* Services split layout (homepage, Option B) */
.services-split { display: flex; gap: 44px; padding: 60px 0; }
.services-split .col-label { flex: 0 0 200px; }
.services-split .col-list { flex: 1; min-width: 0; }
.service-row-b {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 20px;
  padding: 18px 0;
  border-top: 0.5px solid var(--border);
}
.service-row-b:first-child { border-top: 2px solid var(--navy); }
.service-row-b:last-child { border-bottom: 0.5px solid var(--border); }
.service-row-b .row-main { display: flex; flex-direction: column; gap: 4px; }
.service-row-b h3 { font-family: 'Newsreader', serif; font-weight: 400; font-size: 19px; color: var(--navy); }
.service-row-b p { font-size: 13.5px; color: var(--text-muted); max-width: 420px; }
.service-row-b .num { font-size: 11px; color: var(--gold); flex-shrink: 0; }

/* Service detail sections (services page) */
.service-detail { padding: 56px 0; border-top: 0.5px solid var(--border); }
.service-detail h2 {
  font-family: 'Newsreader', serif;
  font-weight: 400;
  font-size: 30px;
  color: var(--navy);
  margin-bottom: 24px;
  max-width: 640px;
}
.service-detail-head { display: flex; align-items: baseline; justify-content: space-between; max-width: 640px; margin-bottom: 24px; }
.service-detail-head h2 { margin-bottom: 0; }
.service-detail-head .num { font-size: 12px; color: var(--gold); flex-shrink: 0; }
.how-we-help-label {
  font-size: 12.5px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--navy);
  font-weight: 500;
  margin: 34px 0 4px;
}
.how-we-help-item {
  font-family: 'Newsreader', serif;
  font-style: italic;
  font-size: 16px;
  color: var(--text-muted);
  line-height: 1.55;
  padding: 15px 0;
  border-top: 0.5px solid var(--border);
  max-width: 640px;
}
.how-we-help-item:last-child { border-bottom: 0.5px solid var(--border); }

/* Sector blocks (about page) */
.sector-block { padding: 28px 0; border-top: 0.5px solid var(--border); max-width: 680px; }
.sector-block:last-child { border-bottom: 0.5px solid var(--border); }
.sector-block h3 {
  font-family: 'Newsreader', serif;
  font-size: 20px;
  font-weight: 400;
  color: var(--navy);
  margin-bottom: 8px;
}
.sector-block h3::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  background: var(--gold);
  transform: rotate(45deg);
  margin-right: 10px;
  vertical-align: 1px;
}
.sector-block p { font-size: 14px; color: var(--text-muted); line-height: 1.7; }

/* Diagram */
.diagram-holder { display: flex; justify-content: center; margin: 48px 0 0; max-width: 680px; }
.diagram-holder svg { width: 100%; max-width: 520px; height: auto; }

/* Founder / bio */
.bio-section {
  display: flex;
  gap: 36px;
  align-items: flex-start;
  max-width: 760px;
}
.founder-photo {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #eae7de;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  color: #a8a49a;
  text-align: center;
  overflow: hidden;
}
.founder-photo img { width: 100%; height: 100%; object-fit: cover; border-radius: 50%; }
.founder-name { font-family: 'Newsreader', serif; font-size: 21px; color: var(--navy); margin-bottom: 4px; }
.founder-title {
  font-size: 12.5px;
  color: var(--gold);
  margin-bottom: 16px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

/* Contact */
.contact-grid { display: flex; gap: 70px; padding: 56px 0 80px; border-top: 0.5px solid var(--border); margin-top: 20px; flex-wrap: wrap; }
.contact-direct { width: 230px; flex-shrink: 0; }
.contact-label { font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--text-faint); margin-bottom: 8px; }
.contact-email { font-family: 'Newsreader', serif; font-style: italic; font-size: 18px; color: var(--navy); }

form { flex: 1; min-width: 280px; max-width: 460px; }
.field { margin-bottom: 24px; }
.field label { font-size: 12px; color: var(--text-faint); margin-bottom: 6px; display: block; }
.field input, .field textarea {
  width: 100%;
  border: none;
  border-bottom: 0.5px solid var(--border-strong);
  background: transparent;
  padding: 9px 0;
  font-size: 14px;
  color: var(--text);
  font-family: 'Work Sans', sans-serif;
  outline: none;
}
.field input:focus, .field textarea:focus { border-bottom-color: var(--gold); }
.field textarea { min-height: 90px; resize: vertical; }

/* Buttons */
.btn {
  display: inline-block;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: var(--navy);
  color: var(--paper);
  padding: 14px 30px;
  border-radius: 2px;
  border: none;
  cursor: pointer;
  font-family: 'Work Sans', sans-serif;
  transition: background 200ms ease;
}
.btn:hover { background: #16253c; }

/* Footer */
.site-footer {
  padding: 34px 0;
  font-size: 12px;
  color: #8b97a8;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}
.site-footer a { color: #8b97a8; }
.site-footer a:hover { color: var(--paper); }
.site-footer nav { display: flex; gap: 20px; }

/* Insights placeholder */
.coming-soon {
  padding: 50px 0 100px;
  max-width: 620px;
}
.coming-soon p { font-size: 15.5px; color: var(--text-muted); line-height: 1.75; }

/* Mobile */
@media (max-width: 780px) {
  .wrap { padding: 0 24px; }
  .nav-toggle { display: flex; }
  .nav-links {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: var(--paper);
    border-bottom: 0.5px solid var(--border);
    flex-direction: column;
    gap: 0;
    padding: 4px 24px 16px;
    z-index: 20;
  }
  .nav-links.open { display: flex; }
  .nav-links a { padding: 13px 0; border-top: 0.5px solid var(--border); font-size: 15px; }
  h1 { font-size: 34px; }
  .hero { padding: 70px 0 60px; }
  .section, .service-detail { padding: 44px 0; }
  .bio-section { flex-direction: column; gap: 20px; }
  .contact-grid { flex-direction: column; gap: 36px; }
  .diagram-holder svg { max-width: 340px; }
  .hero-navy { padding: 60px 0 44px; }
  .hero-navy h1 { font-size: 30px; }
  .pullquote-band blockquote { font-size: 16px; }
  .services-split { flex-direction: column; gap: 16px; padding: 44px 0; }
}
