/* BNE Advisory — single stylesheet, no build step */

:root {
  --paper: #faf9f6;
  --ink: #17191d;
  --muted: #5a6068;
  --accent: #b4540a;
  --accent-dark: #8f4208;
  --line: #e6e2da;
  --card: #ffffff;
  --dark: #1d2024;
  --dark-text: #d8d5cf;
}

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

html { scroll-behavior: smooth; }

body {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: var(--paper);
  color: var(--ink);
  line-height: 1.6;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
}

.wrap { max-width: 1080px; margin: 0 auto; padding: 0 24px; }

a { color: var(--accent); text-decoration: none; }
a:hover { text-decoration: underline; }

/* Header */
header {
  border-bottom: 1px solid var(--line);
  position: sticky;
  top: 0;
  background: rgba(250, 249, 246, 0.92);
  backdrop-filter: blur(8px);
  z-index: 10;
}
.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 0;
}
.brand {
  display: inline-flex;
  flex-direction: column;
  gap: 3px;
  color: var(--ink);
  font-weight: 800;
  font-size: 19px;
  letter-spacing: -0.02em;
  line-height: 1;
}
.brand .brand-word span { font-weight: 400; }
.brand:hover { text-decoration: none; }
.brand svg { display: block; width: 118px; height: auto; }
.nav-links { display: flex; gap: 28px; align-items: center; }
.nav-links a { color: var(--muted); font-size: 15px; font-weight: 500; }
.nav-links a:hover { color: var(--ink); text-decoration: none; }
.nav-links a.cta {
  color: #fff;
  background: var(--ink);
  padding: 9px 18px;
  border-radius: 6px;
  font-weight: 600;
}
.nav-links a.cta:hover { background: var(--accent-dark); }

/* Hero */
.hero { padding: 96px 0 80px; }
.eyebrow {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 20px;
}
h1 {
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(38px, 6vw, 60px);
  line-height: 1.08;
  font-weight: 600;
  letter-spacing: -0.02em;
  max-width: 17ch;
}
.hero p.lede {
  margin-top: 26px;
  font-size: 20px;
  color: var(--muted);
  max-width: 56ch;
  line-height: 1.55;
}
.hero-ctas { margin-top: 36px; display: flex; gap: 16px; align-items: center; flex-wrap: wrap; }
.btn {
  display: inline-block;
  background: var(--ink);
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  padding: 14px 26px;
  border-radius: 6px;
}
.btn:hover { background: var(--accent-dark); text-decoration: none; }
.availability {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 500;
  color: var(--muted);
}
.availability::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #2e9e44;
}

/* Beats strip */
.beats {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 56px 0;
}
.beats-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; }
.beat h3 { font-size: 17px; font-weight: 700; margin-bottom: 8px; }
.beat p { font-size: 15px; color: var(--muted); }
.beat .num {
  font-family: "Fraunces", Georgia, serif;
  font-size: 15px;
  color: var(--accent);
  display: block;
  margin-bottom: 12px;
}

/* Sections */
section { padding: 88px 0; }
.section-head { max-width: 60ch; margin-bottom: 48px; }
h2 {
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(28px, 4vw, 38px);
  font-weight: 600;
  letter-spacing: -0.015em;
  line-height: 1.15;
}
.section-head p { margin-top: 14px; color: var(--muted); font-size: 18px; }

/* Services */
.services-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.service {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 32px;
}
.service h3 { font-size: 19px; font-weight: 700; margin-bottom: 10px; }
.service p { font-size: 15.5px; color: var(--muted); }

/* Proof */
.proof { background: var(--dark); color: var(--dark-text); }
.proof h2 { color: #fff; }
.proof .section-head p { color: #a9a59d; }
.logos {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 36px;
  margin: 36px 0 48px;
  font-family: "Fraunces", Georgia, serif;
  font-size: 22px;
  color: #fff;
  font-weight: 500;
}
.logos span { opacity: 0.85; }
.proof-head { display: flex; justify-content: space-between; align-items: flex-start; gap: 48px; }
.proof-head .section-head { margin-bottom: 32px; }
.portrait {
  width: 220px;
  height: 220px;
  border-radius: 14px;
  object-fit: cover;
  flex-shrink: 0;
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4);
}
.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; margin: 12px 0 56px; }
.stat .n { font-family: "Fraunces", Georgia, serif; font-size: 36px; font-weight: 600; color: #fff; line-height: 1.1; }
.stat .l { font-size: 13.5px; color: #a9a59d; margin-top: 6px; }
.proof-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; }
.proof-cols h3 {
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 12px;
}
.proof-cols p { font-size: 15.5px; color: #a9a59d; }
.proof-cols .accent-rule {
  width: 36px;
  height: 3px;
  background: var(--accent);
  border: 0;
  margin-bottom: 18px;
}

/* PE band */
.pe-band {
  border: 1px solid var(--line);
  background: var(--card);
  border-radius: 12px;
  padding: 44px 48px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 32px;
}
.pe-band h2 { font-size: 26px; }
.pe-band p { color: var(--muted); margin-top: 8px; max-width: 52ch; }
.pe-band .btn { flex-shrink: 0; }

/* Give-back */
.giveback p { max-width: 64ch; color: var(--muted); font-size: 17px; }
.giveback p strong { color: var(--ink); }

/* Contact */
.contact { text-align: center; padding: 100px 0 110px; }
.contact h2 { margin-bottom: 14px; }
.contact p { color: var(--muted); max-width: 48ch; margin: 0 auto 32px; }

/* Footer */
footer {
  border-top: 1px solid var(--line);
  padding: 28px 0;
  font-size: 14px;
  color: var(--muted);
}
footer .wrap { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px; }
footer a { color: var(--muted); }

/* PE page */
.pe-page h1 { font-size: clamp(34px, 5vw, 50px); }
.pe-list { margin-top: 48px; display: grid; gap: 24px; }
.pe-item {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 32px;
}
.pe-item h3 { font-size: 19px; font-weight: 700; margin-bottom: 10px; }
.pe-item p { color: var(--muted); font-size: 15.5px; }

@media (max-width: 760px) {
  .beats-grid, .services-grid, .proof-cols { grid-template-columns: 1fr; }
  .stats { grid-template-columns: 1fr 1fr; }
  .proof-head { flex-direction: column-reverse; align-items: flex-start; }
  .portrait { width: 160px; height: 160px; }
  .pe-band { flex-direction: column; align-items: flex-start; }
  .hero { padding: 64px 0 56px; }
  section { padding: 64px 0; }
  .nav-links { gap: 16px; }
  .nav-links a:not(.cta) { display: none; }
}
