.contact-ribbon {
  align-items: center;
  background: #031d2a;
  border-bottom: 1px solid rgba(242,190,66,.35);
  color: #dce6e6;
  display: flex;
  font-size: 12px;
  gap: 22px;
  height: 38px;
  justify-content: center;
  left: 0;
  letter-spacing: .01em;
  padding: 0 22px;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 40;
}

.contact-ribbon strong {
  color: var(--gold);
}

.contact-ribbon a:hover {
  color: var(--gold);
}

.site-header {
  top: 38px;
}

.hero {
  height: 820px;
  min-height: 820px;
}

.hero-content {
  top: 175px;
  transform: none;
}

.brand-logo {
  background: #031d38;
  border: 1px solid rgba(242,190,66,.55);
  box-shadow: 0 0 0 3px rgba(242,190,66,.08);
  height: 52px;
  object-fit: contain;
  width: 52px;
}

.site-header.scrolled .brand-logo {
  height: 46px;
  width: 46px;
}

.footer-logo {
  border: 1px solid rgba(242,190,66,.35);
  height: 118px;
  object-fit: contain;
  width: 118px;
}

.hero-brand-logo {
  background: #031d38;
  border: 1px solid rgba(242,190,66,.5);
  box-shadow: 0 18px 50px rgba(0,0,0,.3);
  display: block;
  height: 155px;
  margin-bottom: 24px;
  object-fit: contain;
  width: 155px;
}

.contact-details {
  display: flex;
  flex-direction: column;
  font-style: normal;
  gap: 5px;
  margin: 0 auto 30px;
}

.contact-details strong {
  color: var(--white);
  font-family: "Manrope", sans-serif;
}

.contact-details span,
.contact-details a {
  color: #c6d4d5;
}

.contact-details a:hover,
.footer-contact a:hover {
  color: var(--gold);
}

.contact-actions {
  display: flex;
  gap: 14px;
  justify-content: center;
}

.button.outline {
  border: 1px solid rgba(255,255,255,.55);
  color: var(--white);
}

.button.outline:hover {
  border-color: var(--gold);
  color: var(--gold);
}

.footer-contact {
  display: flex;
  flex-direction: column;
  font-style: normal;
  line-height: 1.5;
  text-align: center;
}

.footer-contact strong {
  color: var(--white);
  font-size: 12px;
}

.footer-contact a,
.footer-contact span {
  color: #aabdc0;
}

.portfolio-band {
  border-top: 1px solid #cbc9c2;
  display: grid;
  gap: 0;
  grid-template-columns: 1fr repeat(4, 1.35fr);
  margin-top: 60px;
}

.portfolio-band > p,
.portfolio-band > div {
  border-right: 1px solid #cbc9c2;
  margin: 0;
  padding: 24px 20px;
}

.portfolio-band > p {
  color: var(--orange);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .14em;
  padding-left: 0;
  text-transform: uppercase;
}

.portfolio-band strong,
.portfolio-band span {
  display: block;
}

.portfolio-band strong {
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  line-height: 1.3;
}

.portfolio-band span {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.4;
  margin-top: 7px;
}

.case-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.proposal-proof { background: #f4f1e8; }
.proposal-slide-heading { max-width: 930px; }
.proposal-slide-heading h2 { font-size: clamp(34px, 4.1vw, 62px); line-height: 1.04; margin: 12px 0 44px; }
.proof-gallery { display: grid; gap: 18px; grid-template-columns: repeat(4, 1fr); }
.proof-item { background: var(--white); border-top: 4px solid var(--orange); margin: 0; }
.proof-item img { aspect-ratio: 4 / 5; display: block; height: auto; object-fit: cover; object-position: top; width: 100%; }
.proof-item div { min-height: 120px; padding: 20px; }
.proof-item strong { color: var(--orange); font-family: "Manrope", sans-serif; font-size: 25px; }
.proof-item h3 { font-size: 18px; line-height: 1.3; margin: 7px 0 0; }
.proof-statement { color: var(--navy2); font-family: "Manrope", sans-serif; font-size: 22px; font-weight: 700; margin: 38px 0 10px; max-width: 950px; }

.proposal-precedent { background: var(--navy2); color: var(--white); }
.light-heading h2 { color: var(--white); max-width: 1050px; }
.precedent-layout { align-items: start; display: grid; gap: 64px; grid-template-columns: minmax(280px, .85fr) 1.3fr; }
.precedent-article { margin: 0; }
.precedent-article img { background: var(--white); display: block; height: auto; max-height: 620px; object-fit: contain; object-position: top; width: 100%; }
.precedent-article figcaption { color: #9fb3b7; font-size: 12px; margin-top: 10px; }
.findings-label { color: var(--gold); font-size: 12px; font-weight: 700; letter-spacing: .14em; margin: 0; text-transform: uppercase; }
.article-findings > div { border-top: 1px solid rgba(255,255,255,.2); display: grid; gap: 24px; grid-template-columns: 145px 1fr; padding: 24px 0; }
.article-findings > div:first-of-type { margin-top: 18px; }
.article-findings strong { color: var(--gold); font-size: 14px; }
.article-findings p { color: #d4dfe0; margin: 0; }
.solar-relevance { background: rgba(242,190,66,.12); border-left: 4px solid var(--gold); color: var(--white); font-size: 18px; line-height: 1.45; margin: 18px 0 0; padding: 20px 22px; }
.solar-relevance strong { color: var(--gold); }
.precedent-source { color: #9fb3b7; font-size: 11px; margin: 24px 0 0; }

.case-card {
  background: var(--cream);
  border-top: 4px solid var(--gold);
  display: flex;
  flex-direction: column;
  min-height: 280px;
  padding: 38px;
}

.case-card span {
  color: var(--orange);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.case-card h3 {
  font-size: 27px;
  line-height: 1.2;
  margin: 22px 0 14px;
}

.case-card p {
  color: var(--muted);
  font-size: 16px;
}

.case-card strong {
  border-top: 1px solid var(--line);
  color: var(--navy2);
  font-size: 12px;
  margin-top: auto;
  padding-top: 22px;
}

@media (max-width: 900px) {
  .hero { height: 850px; min-height: 850px; }
  .hero-content { top: 165px; }
  .contact-ribbon strong,
  .contact-ribbon span { display: none; }
  .portfolio-band { grid-template-columns: 1fr 1fr; }
  .portfolio-band > p { grid-column: 1 / -1; }
  .case-grid { grid-template-columns: 1fr 1fr; }
  .proof-gallery { grid-template-columns: 1fr 1fr; }
  .precedent-layout { gap: 36px; grid-template-columns: .8fr 1.2fr; }
}

@media (max-width: 560px) {
  .hero { height: 880px; min-height: 880px; }
  .hero-content { top: 155px; }
  .contact-ribbon { font-size: 11px; gap: 12px; height: 42px; padding: 0 10px; }
  .site-header { top: 42px; }
  .hero-brand-logo { height: 125px; width: 125px; }
  .contact-actions { align-items: stretch; flex-direction: column; }
  .portfolio-band { grid-template-columns: 1fr; }
  .portfolio-band > p { grid-column: auto; }
  .case-grid { grid-template-columns: 1fr; }
  .proof-gallery { grid-template-columns: 1fr; }
  .precedent-layout { grid-template-columns: 1fr; }
  .precedent-article img { max-height: 520px; }
  .article-findings > div { gap: 8px; grid-template-columns: 1fr; }
}

@media print {
  .contact-ribbon,
  .site-header,
  .hero-proof,
  .menu-toggle { display: none !important; }

  .hero {
    break-after: page;
    color-adjust: exact;
    height: auto;
    min-height: 10in;
    overflow: visible;
    print-color-adjust: exact;
  }

  .hero-content {
    left: .55in;
    max-width: 6.7in;
    position: relative;
    top: .55in;
    transform: none;
    width: auto;
  }

  .hero h1 { font-size: 54px; }
  .section-pad { break-inside: avoid; padding: .55in; }
}


/* V14 executive refinement */
.platforms { background: #071f2b; color: var(--white); }
.platforms .section-heading > p { color: #bfd0d3; }
.platforms .section-heading h2 { color: var(--white); }
.platform-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; }
.platform-card { border-top:4px solid var(--gold); background:#0b2c3a; min-height:330px; padding:38px; display:flex; flex-direction:column; }
.platform-card span { color:var(--gold); font-size:12px; font-weight:700; letter-spacing:.12em; }
.platform-card h3 { font-size:28px; line-height:1.2; margin:26px 0 16px; }
.platform-card p { color:#c7d5d7; font-size:16px; }
.platform-card a { margin-top:auto; color:var(--gold); font-weight:700; font-size:14px; padding-top:24px; }
.platform-card.public-benefit-card { background:#12384a; }
.initiative-actions { margin-top:28px; }
.button.dark { background:var(--navy); color:var(--white); }
.button.dark:hover { background:var(--navy2); transform:translateY(-2px); }
.contact-actions-three { flex-wrap:wrap; }
.contact-actions-three .button { min-width:260px; }
@media(max-width:900px){ .platform-grid{grid-template-columns:1fr;} .platform-card{min-height:auto;} }
@media(max-width:560px){ .contact-actions-three .button{min-width:0;width:100%;} }
