/* Option C — Single page, sticky left sidebar, purely typographic */
:root {
  --accent:      #CC2222;
  --text:        #333333;
  --bg:          #FFFFFF;
  --sidebar-bg:  #404040;
  --subtle:      #F8F8F8;
  --footer-text: #CCCCCC;
  --sidebar-w:   190px;
  --font: Verdana, Arial, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { font-size: 14px; scroll-behavior: smooth; }
body {
  font-family: var(--font);
  color: var(--text);
  background: var(--bg);
  display: flex;
  min-height: 100vh;
}

a { color: var(--accent); text-decoration: none; }
a:hover { text-decoration: underline; }
p { line-height: 1.85; margin-bottom: 14px; }
p:last-child { margin-bottom: 0; }
ul { padding-left: 1.4em; }
li { font-size: 0.93rem; margin-bottom: 5px; line-height: 1.7; }

/* ── SIDEBAR ── */
.sidebar {
  position: sticky;
  top: 0;
  align-self: flex-start;
  width: var(--sidebar-w);
  min-width: var(--sidebar-w);
  height: 100vh;
  background: var(--sidebar-bg);
  display: flex;
  flex-direction: column;
  padding: 30px 20px;
  overflow-y: auto;
  flex-shrink: 0;
}

.sidebar-logo { margin-bottom: 20px; }
.sidebar-logo img { height: 18px; width: auto; opacity: 0.85; }

.sidebar-who {
  color: #FFFFFF;
  font-size: 0.8rem;
  font-weight: bold;
  margin-bottom: 3px;
}
.sidebar-role {
  color: #666666;
  font-size: 0.7rem;
  line-height: 1.65;
  margin-bottom: 24px;
}

hr.sdiv {
  border: none;
  border-top: 1px solid #555555;
  margin-bottom: 18px;
}

.sidebar-nav { list-style: none; flex: 1; margin-bottom: 22px; }
.sidebar-nav li { margin-bottom: 0; }
.sidebar-nav a {
  display: block;
  color: #999999;
  font-size: 0.76rem;
  padding: 7px 10px;
  border-radius: 3px;
  transition: background 0.1s, color 0.1s;
}
.sidebar-nav a:hover { color: var(--accent); background: #555555; text-decoration: none; }
.sidebar-nav a.active { color: var(--accent); }

.sidebar-contact {
  color: #555555;
  font-size: 0.68rem;
  line-height: 1.8;
  font-style: normal;
}
.sidebar-contact a { color: #888888; font-size: 0.68rem; }
.sidebar-contact a:hover { color: var(--accent); }

/* ── MAIN ── */
.main-wrap {
  flex: 1;
  display: flex;
  flex-direction: column;
  min-width: 0;
}

/* ── SECTION BANNER (full-bleed strip above section-inner) ── */
.section-banner { line-height: 0; }
.section-banner img { display: block; width: 100%; height: 68px; object-fit: cover; object-position: left top; }

/* ── SECTIONS ── */
section { scroll-margin-top: 0; }
section:nth-child(even) { background: var(--subtle); }

.section-inner {
  max-width: 920px;
  padding: 52px 52px;
}

/* ── SECTION HEADER ── */
.section-header {
  margin-bottom: 30px;
  padding-left: 16px;
  border-left: 5px solid var(--accent);
}
.section-header h2 {
  font-size: 1.45rem;
  font-weight: bold;
  color: var(--text);
  line-height: 1.25;
  margin-bottom: 6px;
}
.section-header h1 {
  font-size: 1.9rem;
  font-weight: bold;
  color: var(--text);
  line-height: 1.2;
  margin-bottom: 6px;
}
.section-header .lead {
  color: #666666;
  font-size: 0.83rem;
}

/* ── HERO ── */
.hero-tag { font-size: 1.0rem; font-weight: bold; margin-bottom: 18px; }
.hero-sub { color: #555555; font-size: 0.9rem; }

/* ── SUBHEADINGS ── */
h3.sub {
  font-size: 0.95rem;
  font-weight: bold;
  color: var(--accent);
  margin-top: 22px;
  margin-bottom: 8px;
}

/* ── CALLOUT ── */
.callout {
  background: #F3F3F3;
  border-left: 4px solid var(--accent);
  padding: 16px 18px;
  margin: 22px 0 0;
}
.callout p { font-size: 0.84rem; margin-bottom: 7px; }
.callout p:first-child { font-weight: bold; color: var(--accent); margin-bottom: 10px; }

/* ── CARDS ── */
.card-stack { display: flex; flex-direction: column; gap: 14px; margin-top: 24px; }
.card {
  background: #FFFFFF;
  border: 1px solid #DDDDDD;
  border-top: 3px solid var(--accent);
  padding: 14px 16px;
}
.card h4 { font-size: 0.92rem; color: var(--accent); margin-bottom: 6px; }
.card p  { font-size: 0.84rem; margin-bottom: 0; }

/* ── LOCATION GRID ── */
.locations {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 24px;
}
.loc-card {
  border-top: 3px solid var(--accent);
  border: 1px solid #E8E8E8;
  border-top: 3px solid var(--accent);
  padding: 14px;
  background: #FFFFFF;
}
.loc-card h3 { font-size: 0.85rem; font-weight: bold; margin-bottom: 6px; }
.loc-card p  { font-size: 0.81rem; margin-bottom: 0; }
.status {
  display: inline-block;
  margin-top: 6px;
  font-size: 0.65rem;
  font-weight: bold;
  color: var(--accent);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

/* ── CONTACT GRID ── */
.contact-grid { display: grid; grid-template-columns: 1fr 2fr; gap: 36px; margin-top: 4px; }
.clabel {
  font-size: 0.66rem;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  color: #888888;
  margin-top: 15px;
  margin-bottom: 2px;
}
.clabel:first-child { margin-top: 0; }
.cdetails p { font-size: 0.91rem; margin-bottom: 0; }
.cnote p { font-size: 0.87rem; color: #555555; margin-bottom: 12px; }

/* ── FOOTER ── */
footer {
  background: #111111;
  color: var(--footer-text);
  font-size: 0.74rem;
  text-align: right;
  padding: 8px 20px;
  margin-top: auto;
}
footer a { color: var(--footer-text); }
footer a:hover { color: var(--accent); text-decoration: none; }

/* ── RESPONSIVE ── */
@media (max-width: 960px) {
  .locations { grid-template-columns: repeat(2, 1fr); }
  .contact-grid { grid-template-columns: 1fr; gap: 20px; }
  .section-inner { padding: 36px 30px; }
}

@media (max-width: 680px) {
  body { flex-direction: column; }
  .sidebar {
    position: static;
    width: 100%;
    height: auto;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    padding: 10px 14px;
  }
  .sidebar-who, .sidebar-role, .sidebar-contact, hr.sdiv { display: none; }
  .sidebar-logo { margin-bottom: 0; margin-right: 14px; }
  .sidebar-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 2px;
    flex: 1;
    margin-bottom: 0;
  }
  .sidebar-nav a { padding: 0 8px; line-height: 2.2; font-size: 0.71rem; }
  .section-inner { padding: 26px 16px; }
  .locations { grid-template-columns: 1fr; }
}
