/* Homepage-only corporate redesign. All rules are scoped to index.html. */
.home-page {
  --home-navy: #17283b;
  --home-navy-deep: #102033;
  --home-ink: #1d2a36;
  --home-text: #46535f;
  --home-muted: #6c7781;
  --home-line: #cbd2d8;
  --home-line-dark: #34475a;
  --home-surface: #f2f4f5;
  --home-brand: #a9342f;
  color: var(--home-ink);
  font-size: 16px;
  line-height: 1.8;
}

.home-page .site-header {
  background: #f5f5f3;
  border-bottom-color: #e1e1de;
}

.home-page .header-inner {
  min-height: 72px;
  gap: 48px;
}

.home-page .brand-logo {
  height: 40px;
}

.home-page .brand {
  color: var(--home-ink);
  font-size: 17px;
}

.home-page .desktop-nav {
  gap: 48px;
  font-size: 16px;
  letter-spacing: 0.03em;
}

.home-page .desktop-nav a {
  color: #45484e;
}

.home-page .desktop-nav .header-contact {
  color: #45484e;
}

.home-page .mobile-nav {
  background: #f5f5f3;
  border-top-color: #e1e1de;
}

.home-page .mobile-nav a {
  border-bottom-color: #e5e5e2;
}

.home-page h1,
.home-page h2,
.home-page h3,
.home-page p {
  text-wrap: pretty;
}

.home-hero {
  background: var(--home-navy);
  color: #ffffff;
  border-bottom: 1px solid var(--home-line-dark);
}

.home-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(300px, 0.75fr);
  gap: 72px;
  align-items: stretch;
  padding-top: 72px;
  padding-bottom: 70px;
}

.home-hero-copy {
  align-self: center;
}

.home-kicker {
  margin: 0 0 22px;
  padding-left: 14px;
  border-left: 3px solid var(--home-brand);
  color: #d9e0e6;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.13em;
}

.home-hero h1 {
  margin: 0;
  max-width: 790px;
  font-size: clamp(36px, 3.6vw, 48px);
  line-height: 1.42;
  letter-spacing: 0.015em;
  font-weight: 600;
}

.home-hero-lead {
  max-width: 730px;
  margin: 25px 0 0;
  color: #cbd4dc;
  font-size: 16px;
  line-height: 1.9;
}

.home-button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  padding: 9px 20px;
  border: 1px solid transparent;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  transition: background-color 160ms ease, border-color 160ms ease;
}

.home-button-primary {
  background: var(--home-brand);
  color: #ffffff;
}

.home-button-primary:hover {
  background: #8f2c28;
}

.home-button-secondary {
  border-color: #718091;
  color: #ffffff;
}

.home-button-secondary:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: #9eabb7;
}

.home-hero-summary {
  align-self: center;
  border-top: 1px solid #536476;
  border-bottom: 1px solid #536476;
}

.summary-title {
  margin: 0;
  padding: 12px 0;
  border-bottom: 1px solid #536476;
  color: #9fabb6;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.13em;
}

.home-hero-summary dl {
  margin: 0;
}

.home-hero-summary dl > div {
  padding: 14px 0 16px;
}

.home-hero-summary dl > div + div {
  border-top: 1px solid #405265;
}

.home-hero-summary dt {
  margin-bottom: 4px;
  color: #9fabb6;
  font-size: 12px;
  font-weight: 500;
}

.home-hero-summary dd {
  margin: 0;
  color: #f2f5f7;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.65;
}

.home-section {
  padding: 70px 0;
  border-top: 1px solid var(--home-line);
}

.home-section-head {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 38px;
  margin-bottom: 38px;
}

.home-section-head .section-label {
  margin: 6px 0 0;
  color: var(--home-muted);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.section-label span,
.compact-label span {
  display: inline-block;
  min-width: 35px;
  margin-right: 9px;
  color: var(--home-brand);
  font-size: 22px;
  line-height: 1;
  letter-spacing: 0.02em;
  vertical-align: -2px;
}

.home-section-head h2,
.compact-head h2 {
  margin: 0;
  color: var(--home-ink);
  font-size: clamp(27px, 2.5vw, 34px);
  line-height: 1.4;
  letter-spacing: 0.02em;
  font-weight: 600;
}

.home-section-head > div > p {
  max-width: 750px;
  margin: 10px 0 0;
  color: var(--home-text);
  line-height: 1.85;
}

.home-services {
  background: #eef1f3;
}

.business-panels {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid #b9c4cc;
  border-bottom: 1px solid #b9c4cc;
}

.business-panel {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 292px;
  flex-direction: column;
  padding: 30px 28px 28px;
}

.business-panel + .business-panel {
  border-left: 1px solid #c3cbd1;
}

.business-panel::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 28px;
  width: 42px;
  height: 3px;
  background: var(--home-brand);
}

.business-panel-primary {
  background: #dce5eb;
}

.business-panel-secondary {
  background: #e9e8e4;
}

.business-panel-tertiary {
  background: #f3f4f4;
}

.business-panel-label {
  display: block;
  min-height: 40px;
  padding-top: 2px;
}

.business-panel-label small {
  display: block;
  color: #65717b;
  font-size: 9px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.08em;
}

.business-panel-content h3 {
  margin: 7px 0 14px;
  color: var(--home-ink);
  font-size: 20px;
  line-height: 1.55;
}

.business-panel-primary .business-panel-content h3 {
  color: var(--home-navy-deep);
  font-size: 21px;
}

.business-panel-tertiary .business-panel-content h3 {
  color: #33414d;
  font-size: 19px;
}

.business-panel-content p {
  margin: 0;
  color: var(--home-text);
  font-size: 14px;
  line-height: 1.85;
}

.business-panel-link,
.corporate-link {
  color: var(--home-brand);
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.business-panel-link {
  display: inline-block;
  align-self: flex-start;
  margin-top: auto;
  padding-top: 24px;
}

.business-panel-link span,
.corporate-link span {
  margin-left: 7px;
}

.business-panel-link:hover,
.corporate-link:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.home-strengths {
  color: var(--home-ink);
  background: #d1dbe2;
  border-top-color: #b5c1ca;
}

.home-strengths .section-label {
  color: #5e6d79;
}

.home-strengths .section-label span {
  color: var(--home-brand);
}

.home-strengths .home-section-head h2 {
  color: var(--home-navy-deep);
}

.strength-lead {
  max-width: 820px !important;
  margin-top: 12px !important;
  color: #40505c !important;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.75 !important;
}

.strength-formula {
  margin-top: 14px !important;
  color: var(--home-navy) !important;
  font-size: clamp(23px, 2.3vw, 30px);
  font-weight: 600;
  letter-spacing: 0.035em;
}

.strength-formula b {
  padding: 0 6px;
  color: var(--home-brand);
}

.home-strength-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid #a7b5bf;
  border-bottom: 1px solid #a7b5bf;
}

.home-strength-grid article {
  position: relative;
  padding: 28px 28px 30px 0;
}

.home-strength-grid article + article {
  padding-left: 28px;
  border-left: 1px solid #a7b5bf;
}

.home-strength-grid article::before {
  content: "";
  display: block;
  width: 28px;
  height: 2px;
  margin-bottom: 13px;
  background: var(--home-brand);
}

.home-strength-grid h3 {
  margin: 0 0 9px;
  color: var(--home-ink);
  font-size: 19px;
  line-height: 1.5;
}

.home-strength-grid p {
  margin: 0;
  color: #465560;
  font-size: 14px;
  line-height: 1.8;
}

.home-news {
  background: #ffffff;
}

.home-news-head {
  margin-bottom: 30px;
}

.results-data {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 2px solid var(--home-navy);
  border-bottom: 1px solid var(--home-line);
}

.results-data > div {
  min-height: 142px;
  padding: 25px 24px 23px;
}

.results-data > div + div {
  border-left: 1px solid var(--home-line);
}

.results-data strong {
  display: block;
  color: var(--home-navy);
  font-size: 36px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.01em;
}

.results-data strong.results-period {
  font-size: 31px;
}

.results-data strong small {
  margin-left: 3px;
  font-size: 14px;
}

.results-data div > span {
  display: block;
  margin-top: 10px;
  color: var(--home-text);
  font-size: 13px;
  font-weight: 600;
}

.results-note {
  margin: 8px 0 0;
  color: var(--home-muted);
  font-size: 11px;
}

.results-links {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 32px;
  border-top: 1px solid var(--home-line);
  border-bottom: 1px solid var(--home-line);
}

.results-links a {
  display: flex;
  min-height: 92px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 18px 24px;
  color: var(--home-ink);
  text-decoration: none;
}

.results-links a + a {
  border-left: 1px solid var(--home-line);
}

.results-links small {
  display: block;
  margin-bottom: 3px;
  color: var(--home-muted);
  font-size: 10px;
  letter-spacing: 0.09em;
}

.results-links strong {
  font-size: 16px;
}

.results-links b {
  color: var(--home-brand);
  font-size: 18px;
}

.results-links a:hover {
  background: #f5f6f7;
}

.home-corporate {
  background: var(--home-surface);
}

.corporate-grid {
  display: grid;
  grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
  gap: 54px;
}

.company-panel {
  padding-right: 46px;
  border-right: 1px solid var(--home-line);
}

.compact-head {
  margin-bottom: 23px;
}

.compact-head p {
  margin: 0 0 5px;
  color: var(--home-muted);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.compact-head h2 {
  font-size: 27px;
}

.company-intro {
  margin: 0 0 22px;
  color: var(--home-text);
  font-size: 14px;
}

.company-data {
  margin: 0 0 21px;
  border-top: 1px solid var(--home-line);
}

.company-data > div {
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr);
  gap: 14px;
  padding: 10px 0;
  border-bottom: 1px solid var(--home-line);
  font-size: 12px;
  line-height: 1.65;
}

.company-data dt {
  color: var(--home-muted);
  font-weight: 600;
}

.company-data dd {
  margin: 0;
  color: var(--home-ink);
  font-weight: 500;
}

.home-news-list {
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
  border-top: 2px solid var(--home-navy);
}

.home-news-list a {
  display: grid;
  grid-template-columns: 92px 66px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  padding: 15px 0;
  color: var(--home-ink);
  border-bottom: 1px solid var(--home-line);
  text-decoration: none;
  font-size: 13px;
  line-height: 1.55;
}

.home-news-list time {
  color: var(--home-muted);
  font-size: 11px;
}

.home-news-category {
  color: var(--home-brand);
  font-size: 10px;
  font-weight: 700;
}

.home-news-list a:hover > span:last-child {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.home-contact {
  padding: 54px 0;
  background: var(--home-navy-deep);
  color: #ffffff;
  border-top: 3px solid var(--home-brand);
}

.home-contact-inner {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 64px;
  align-items: center;
}

.contact-label {
  margin: 0 0 7px;
  color: #94a3b1;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.home-contact h2 {
  margin: 0;
  font-size: clamp(22px, 1.8vw, 25px);
  line-height: 1.5;
  font-weight: 600;
  text-wrap: balance;
  word-break: keep-all;
  overflow-wrap: normal;
}

.home-page .site-footer {
  background: var(--home-navy-deep);
  border-top-color: #34475a;
}

@media (min-width: 901px) {
  .home-contact h2 br {
    display: none;
  }
}

@media (min-width: 901px) and (max-width: 1500px) {
  .home-contact-inner {
    gap: clamp(38px, 3.6vw, 52px);
  }

  .home-contact h2 {
    font-size: clamp(22px, 1.75vw, 25px);
  }
}

@media (max-width: 1040px) {
  .home-page .desktop-nav {
    display: none;
  }

  .home-page .mobile-toggle {
    display: block;
  }

  .home-hero-grid {
    grid-template-columns: minmax(0, 1.4fr) minmax(270px, 0.7fr);
    gap: 45px;
  }
}

@media (max-width: 900px) {
  .home-hero-grid {
    grid-template-columns: 1fr;
    gap: 42px;
    padding-top: 60px;
    padding-bottom: 56px;
  }

  .home-hero-summary {
    display: grid;
    grid-template-columns: 140px minmax(0, 1fr);
  }

  .summary-title {
    border-right: 1px solid #536476;
    border-bottom: 0;
  }

  .home-hero-summary dl {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }

  .home-hero-summary dl > div {
    padding: 12px 14px;
  }

  .home-hero-summary dl > div + div {
    border-top: 0;
    border-left: 1px solid #405265;
  }

  .home-section-head {
    grid-template-columns: 120px minmax(0, 1fr);
    gap: 25px;
  }

  .business-panel {
    min-height: 278px;
    padding-right: 22px;
    padding-left: 22px;
  }

  .business-panel::before {
    left: 22px;
  }

  .business-panel-content h3,
  .business-panel-primary .business-panel-content h3,
  .business-panel-tertiary .business-panel-content h3 {
    font-size: 18px;
  }

  .service-row {
    grid-template-columns: 130px minmax(0, 1fr);
    gap: 24px;
  }

  .row-link {
    grid-column: 2;
    justify-self: start;
    margin-top: -10px;
  }

  .process-block {
    grid-template-columns: 130px minmax(0, 1fr);
    gap: 24px;
  }

  .process-list {
    grid-template-columns: repeat(3, 1fr);
  }

  .process-list li:nth-child(4) {
    border-left: 0;
    border-top: 1px solid var(--home-line);
  }

  .process-list li:nth-child(5),
  .process-list li:nth-child(6) {
    border-top: 1px solid var(--home-line);
  }

  .corporate-grid {
    grid-template-columns: 1fr;
    gap: 45px;
  }

  .company-panel {
    padding: 0 0 43px;
    border-right: 0;
    border-bottom: 1px solid var(--home-line);
  }

  .home-contact-inner {
    grid-template-columns: 1fr;
    gap: 27px;
  }

  .home-contact-copy {
    max-width: 660px;
  }
}

@media (max-width: 700px) {
  .home-page .header-inner {
    min-height: 64px;
  }

  .home-page .brand-logo {
    height: 30px;
  }

  .home-page .brand {
    font-size: 16px;
  }

  .home-hero-grid {
    gap: 35px;
    padding-top: 47px;
    padding-bottom: 45px;
  }

  .home-kicker {
    margin-bottom: 16px;
  }

  .home-hero h1 {
    font-size: 31px;
    line-height: 1.48;
  }

  .home-hero-lead {
    margin-top: 19px;
    font-size: 14px;
  }

  .home-button {
    width: 100%;
  }

  .home-hero-summary {
    display: block;
  }

  .summary-title {
    border-right: 0;
    border-bottom: 1px solid #536476;
  }

  .home-hero-summary dl {
    display: block;
  }

  .home-hero-summary dl > div {
    padding: 13px 0 14px;
  }

  .home-hero-summary dl > div + div {
    border-top: 1px solid #405265;
    border-left: 0;
  }

  .home-hero-summary dt {
    font-size: 13px;
  }

  .home-hero-summary dd {
    font-size: 15px;
  }

  .home-section {
    padding: 52px 0;
  }

  .home-section-head {
    display: block;
    margin-bottom: 29px;
  }

  .home-section-head .section-label {
    margin: 0 0 7px;
  }

  .home-section-head h2,
  .compact-head h2 {
    font-size: 25px;
  }

  .home-section-head > div > p {
    font-size: 14px;
  }

  .business-panels {
    grid-template-columns: 1fr;
  }

  .business-panel {
    min-height: 0;
    padding: 26px 22px 25px;
  }

  .business-panel + .business-panel {
    border-top: 1px solid #c3cbd1;
    border-left: 0;
  }

  .business-panel-label {
    min-height: 34px;
  }

  .business-panel-content h3,
  .business-panel-primary .business-panel-content h3,
  .business-panel-tertiary .business-panel-content h3 {
    margin-top: 5px;
    font-size: 20px;
  }

  .business-panel-content p {
    font-size: 15px;
  }

  .business-panel-link {
    margin-top: 20px;
    padding-top: 0;
    font-size: 14px;
  }

  .service-row {
    display: block;
    padding: 24px 0 26px;
  }

  .service-id {
    margin-bottom: 15px;
  }

  .service-content h3 {
    font-size: 20px;
  }

  .service-content > p {
    font-size: 15px;
  }

  .service-scope li {
    font-size: 13px;
  }

  .row-link {
    display: inline-block;
    margin-top: 20px;
  }

  .process-block {
    display: block;
    margin-top: 29px;
    padding-top: 22px;
  }

  .process-heading {
    margin-bottom: 16px;
  }

  .process-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .process-list li {
    min-height: 78px;
    font-size: 14px;
  }

  .process-list li:nth-child(3),
  .process-list li:nth-child(5) {
    border-left: 0;
  }

  .process-list li:nth-child(4) {
    border-left: 1px solid var(--home-line);
  }

  .process-list li:nth-child(n + 3) {
    border-top: 1px solid var(--home-line);
  }

  .partnership-row {
    display: block;
    padding: 20px 0 21px;
  }

  .partnership-target {
    margin-bottom: 8px;
  }

  .partnership-target h3 {
    font-size: 17px;
  }

  .partnership-row > p {
    font-size: 15px;
  }

  .partnership-link {
    font-size: 14px;
  }

  .strength-lead {
    margin-top: 10px !important;
    font-size: 15px !important;
  }

  .strength-formula {
    margin-top: 8px !important;
    font-size: 20px;
  }

  .home-strength-grid {
    grid-template-columns: 1fr;
  }

  .home-strength-grid article,
  .home-strength-grid article + article {
    padding: 23px 0 24px;
    border-left: 0;
  }

  .home-strength-grid article + article {
    border-top: 1px solid #a7b5bf;
  }

  .results-data {
    grid-template-columns: 1fr 1fr;
  }

  .results-data > div {
    min-height: 123px;
    padding: 20px 16px;
  }

  .results-data > div:nth-child(3) {
    border-left: 0;
  }

  .results-data > div:nth-child(3),
  .results-data > div:nth-child(4) {
    border-top: 1px solid var(--home-line);
  }

  .results-data strong,
  .results-data strong.results-period {
    font-size: 28px;
  }

  .results-note {
    font-size: 13px;
  }

  .results-links {
    grid-template-columns: 1fr;
  }

  .results-links a + a {
    border-top: 1px solid var(--home-line);
    border-left: 0;
  }

  .corporate-grid {
    gap: 38px;
  }

  .company-panel {
    padding-bottom: 37px;
  }

  .company-data > div {
    font-size: 13px;
  }

  .home-news-list a {
    grid-template-columns: 82px 1fr;
    gap: 3px 10px;
    font-size: 14px;
  }

  .home-news-list a > span:last-child {
    grid-column: 1 / -1;
  }

  .home-contact {
    padding: 43px 0;
  }

  .home-contact h2 {
    font-size: 22px;
  }

}

@media (max-width: 420px) {
  .home-hero h1 {
    font-size: 28px;
  }

  .home-hero h1 br,
  .home-contact h2 br {
    display: none;
  }

  .company-data > div {
    grid-template-columns: 76px minmax(0, 1fr);
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-page *,
  .home-page *::before,
  .home-page *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
