/* company.css: scoped page-specific styles for about, projects, contact, careers. */

/* about.html */
body.page-about .ab-glance {
      background: rgba(245, 244, 240, 0.04);
      border: 1px solid var(--line-rev);
      padding: 36px 36px 32px;
      display: flex;
      flex-direction: column;
      gap: 28px;
    }
body.page-about .ab-glance__head {
      display: flex;
      flex-direction: column;
      gap: 6px;
      padding-bottom: 22px;
      border-bottom: 1px solid var(--line-rev);
    }
body.page-about .ab-glance__eyebrow {
      font-family: var(--font-mono);
      font-size: 11px;
      letter-spacing: 0.22em;
      color: var(--steel-300);
      text-transform: uppercase;
    }
body.page-about .ab-glance__title {
      font-family: var(--font-display);
      font-weight: 600;
      font-size: 22px;
      letter-spacing: -0.002em;
      color: var(--paper);
      margin: 0;
    }
body.page-about .ab-glance__grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 24px 32px;
    }
body.page-about .ab-glance__item {
      display: flex;
      flex-direction: column;
      gap: 6px;
    }
body.page-about .ab-glance__num {
      font-family: var(--font-display);
      font-weight: 700;
      font-size: 30px;
      line-height: 1;
      letter-spacing: -0.01em;
      color: var(--paper);
    }
body.page-about .ab-glance__label {
      font-family: var(--font-mono);
      font-size: 11px;
      letter-spacing: 0.18em;
      color: var(--steel-300);
      text-transform: uppercase;
    }
body.page-about .ab-glance__foot {
      padding-top: 22px;
      border-top: 1px solid var(--line-rev);
      font-size: 13px;
      color: var(--steel-300);
      line-height: 1.55;
    }
body.page-about .ab-story-grid {
      display: grid;
      grid-template-columns: 1fr 1.4fr;
      gap: 80px;
      align-items: start;
    }
body.page-about .ab-story-body p {
      font-size: 17px;
      line-height: 1.65;
      color: var(--steel-700);
      margin: 0 0 22px;
    }
body.page-about .ab-story-body p:last-child { margin-bottom: 0; }
body.page-about .ab-story-body p strong { color: var(--navy-900); font-weight: 600; }
body.page-about .ab-values-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 24px;
    }
body.page-about .ab-team-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 0;
      border-top: 1px solid var(--line);
      margin-top: 32px;
    }
body.page-about .ab-team-item {
      padding: 40px 32px 36px 0;
      border-right: 1px solid var(--line);
      display: flex;
      flex-direction: column;
      gap: 10px;
    }
body.page-about .ab-team-item:last-child { border-right: none; padding-right: 0; }
body.page-about .ab-team-item:not(:first-child) { padding-left: 32px; }
body.page-about .ab-team-item__role {
      font-family: var(--font-mono);
      font-size: 11px;
      letter-spacing: 0.22em;
      color: var(--steel-500);
      text-transform: uppercase;
    }
body.page-about .ab-team-item__name {
      font-family: var(--font-display);
      font-weight: 700;
      font-size: 26px;
      letter-spacing: -0.003em;
      line-height: 1.1;
      color: var(--navy-900);
      margin: 0;
    }
body.page-about .ab-team-item__bio {
      font-size: 14px;
      color: var(--steel-700);
      line-height: 1.55;
      margin: 6px 0 0;
    }
body.page-about .ab-certs {
      padding: 56px 0;
      border-top: 1px solid var(--line);
      border-bottom: 1px solid var(--line);
    }
body.page-about .ab-certs__inner {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 24px;
      flex-wrap: wrap;
    }
body.page-about .ab-certs__label {
      font-family: var(--font-mono);
      font-size: 11px;
      letter-spacing: 0.22em;
      color: var(--steel-500);
      text-transform: uppercase;
    }
body.page-about .ab-certs__list {
      display: flex;
      align-items: center;
      gap: 36px;
      flex-wrap: wrap;
    }
body.page-about .ab-cert {
      font-family: var(--font-display);
      font-weight: 600;
      font-size: 13px;
      letter-spacing: 0.16em;
      text-transform: uppercase;
      color: var(--navy-900);
      padding: 10px 0;
      border-bottom: 1px solid var(--navy-900);
    }
body.page-about .quote-section .container {
      display: grid;
      grid-template-columns: 1.1fr 1fr;
      gap: 80px;
      align-items: start;
    }
body.page-about .quote-section__left h2 {
      font-family: var(--font-display);
      font-weight: 700;
      font-size: clamp(36px, 4.5vw, 60px);
      letter-spacing: -0.008em;
      line-height: 1.04;
      margin: 12px 0 22px;
      color: var(--navy-900);
      text-wrap: balance;
    }
body.page-about .quote-section__left p {
      font-size: 16px;
      color: var(--steel-700);
      line-height: 1.6;
      margin: 0 0 32px;
      max-width: 420px;
    }
body.page-about .quote-section__trust {
      display: flex;
      flex-direction: column;
      gap: 14px;
      margin-top: 32px;
      padding-top: 32px;
      border-top: 1px solid var(--line);
    }
body.page-about .quote-section__trust-item {
      display: flex;
      align-items: center;
      gap: 12px;
      font-size: 14px;
      color: var(--navy-900);
    }
body.page-about .quote-section__trust-item svg {
      width: 20px;
      height: 20px;
      color: var(--navy-900);
      flex-shrink: 0;
    }
body.page-about .quote-section .quote-form {
      max-width: none;
      margin-left: 0;
    }
@media (max-width: 1100px) {
body.page-about .ab-values-grid { grid-template-columns: repeat(2, 1fr); }

    
}
@media (max-width: 920px) {
body.page-about .ab-story-grid { grid-template-columns: 1fr; gap: 36px; }
body.page-about .ab-values-grid { grid-template-columns: 1fr; }
body.page-about .ab-team-grid { grid-template-columns: 1fr; }
body.page-about .ab-team-item { border-right: none; border-bottom: 1px solid var(--line); padding-right: 0; }
body.page-about .ab-team-item:not(:first-child) { padding-left: 0; }
body.page-about .ab-team-item:last-child { border-bottom: none; }
body.page-about .ab-glance__grid { grid-template-columns: 1fr 1fr; gap: 22px; }
body.page-about .quote-section .container { grid-template-columns: 1fr; gap: 48px; }
body.page-about .quote-section__left p { max-width: none; }
body.page-about .ab-certs__inner { flex-direction: column; align-items: flex-start; gap: 18px; }
body.page-about .ab-certs__list { gap: 22px; }

    
}

/* projects.html */
body.page-projects .hero--single .hero-grid {
      grid-template-columns: 1fr;
      gap: 0;
    }
body.page-projects .hero--single .hero-content { max-width: 880px; }
body.page-projects .hero--single .hero-content h1 { max-width: 18ch; }
body.page-projects .hero--single .hero-content p.lead { max-width: 620px; }
body.page-projects .proj-filter {
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
      align-items: center;
      padding: 28px 0 0;
    }
body.page-projects .proj-filter__label {
      font-family: var(--font-mono);
      font-size: 11px;
      letter-spacing: 0.22em;
      color: var(--steel-500);
      text-transform: uppercase;
      margin-right: 6px;
    }
body.page-projects .proj-filter__pill {
      display: inline-flex;
      align-items: center;
      padding: 8px 14px;
      border: 1px solid var(--line);
      background: var(--paper);
      font-family: var(--font-mono);
      font-size: 11px;
      letter-spacing: 0.18em;
      text-transform: uppercase;
      color: var(--navy-900);
      cursor: pointer;
      transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
    }
body.page-projects .proj-filter__pill:hover {
      border-color: var(--navy-900);
    }
body.page-projects .proj-filter__pill.is-active {
      background: var(--navy-900);
      color: var(--paper);
      border-color: var(--navy-900);
    }
body.page-projects .projects-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 24px;
      margin-top: 40px;
    }
body.page-projects .project-card {
      background: var(--paper);
      border: 1px solid var(--line);
      padding: 28px 28px 24px;
      display: flex;
      flex-direction: column;
      gap: 12px;
      transition: border-color 0.2s ease, box-shadow 0.2s ease;
    }
body.page-projects .project-card:hover {
      border-color: var(--navy-900);
      box-shadow: var(--shadow-hover);
    }
body.page-projects .project-card__eyebrow {
      font-family: var(--font-mono);
      font-size: 11px;
      letter-spacing: 0.22em;
      color: var(--steel-500);
      text-transform: uppercase;
    }
body.page-projects .project-card h3 {
      font-family: var(--font-display);
      font-weight: 700;
      font-size: 22px;
      letter-spacing: -0.003em;
      line-height: 1.15;
      margin: 2px 0 0;
      color: var(--navy-900);
      text-wrap: balance;
    }
body.page-projects .project-card__loc {
      font-family: var(--font-mono);
      font-size: 11px;
      letter-spacing: 0.18em;
      color: var(--navy-700);
      text-transform: uppercase;
    }
body.page-projects .project-card__desc {
      font-size: 14px;
      color: var(--steel-700);
      line-height: 1.55;
      margin: 4px 0 0;
    }
body.page-projects .project-card__specs {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 12px;
      margin-top: auto;
      padding-top: 18px;
      border-top: 1px solid var(--line);
    }
body.page-projects .project-card__spec-label {
      font-family: var(--font-mono);
      font-size: 9.5px;
      letter-spacing: 0.22em;
      color: var(--steel-500);
      text-transform: uppercase;
      display: block;
      margin-bottom: 4px;
    }
body.page-projects .project-card__spec-val {
      font-family: var(--font-display);
      font-weight: 600;
      font-size: 13px;
      color: var(--navy-900);
      line-height: 1.2;
    }
body.page-projects .spotlight .container {
      display: grid;
      grid-template-columns: 1.15fr 1fr;
      gap: 80px;
      align-items: start;
    }
body.page-projects .spotlight__eyebrow {
      font-family: var(--font-mono);
      font-size: 11px;
      letter-spacing: 0.22em;
      color: var(--steel-300);
      text-transform: uppercase;
      display: block;
      margin-bottom: 18px;
    }
body.page-projects .spotlight h2 {
      font-family: var(--font-display);
      font-weight: 700;
      font-size: clamp(36px, 4.5vw, 60px);
      letter-spacing: -0.012em;
      line-height: 1.04;
      color: var(--paper);
      margin: 0 0 22px;
      text-wrap: balance;
    }
body.page-projects .spotlight p {
      font-size: 16px;
      color: var(--steel-300);
      line-height: 1.6;
      margin: 0 0 26px;
      max-width: 540px;
    }
body.page-projects .spotlight__delivered {
      font-family: var(--font-mono);
      font-size: 11px;
      letter-spacing: 0.22em;
      color: var(--steel-300);
      text-transform: uppercase;
      margin: 0 0 14px;
      display: block;
    }
body.page-projects .spotlight__list {
      list-style: none;
      padding: 0;
      margin: 0;
      display: flex;
      flex-direction: column;
      gap: 12px;
    }
body.page-projects .spotlight__list li {
      display: flex;
      align-items: flex-start;
      gap: 14px;
      color: var(--paper);
      font-size: 15px;
      line-height: 1.5;
    }
body.page-projects .spotlight__list li::before {
      content: "";
      width: 12px;
      height: 1px;
      background: var(--steel-300);
      flex-shrink: 0;
      margin-top: 12px;
    }
body.page-projects .spotlight__stats { margin-top: 0; }
body.page-projects .builder-quotes-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 24px;
      margin-top: 40px;
    }
body.page-projects .builder-quote {
      background: var(--paper);
      border: 1px solid var(--line);
      padding: 32px 28px 28px;
      display: flex;
      flex-direction: column;
      gap: 18px;
    }
body.page-projects .builder-quote__mark {
      font-family: var(--font-display);
      font-weight: 700;
      font-size: 44px;
      line-height: 0.7;
      color: var(--steel-300);
    }
body.page-projects .builder-quote blockquote {
      margin: 0;
      font-family: var(--font-display);
      font-weight: 400;
      font-size: 17px;
      line-height: 1.45;
      color: var(--navy-900);
      letter-spacing: -0.003em;
      text-wrap: balance;
    }
body.page-projects .builder-quote__attr {
      margin-top: auto;
      padding-top: 18px;
      border-top: 1px solid var(--line);
    }
body.page-projects .builder-quote__name {
      display: block;
      font-family: var(--font-display);
      font-weight: 600;
      font-size: 14px;
      color: var(--navy-900);
    }
body.page-projects .builder-quote__role {
      display: block;
      font-family: var(--font-mono);
      font-size: 10.5px;
      letter-spacing: 0.22em;
      color: var(--steel-500);
      text-transform: uppercase;
      margin-top: 4px;
    }
body.page-projects .quote-section .container {
      display: grid;
      grid-template-columns: 1.1fr 1fr;
      gap: 80px;
      align-items: start;
    }
body.page-projects .quote-section__left h2 {
      font-family: var(--font-display);
      font-weight: 700;
      font-size: clamp(36px, 4.5vw, 60px);
      letter-spacing: -0.008em;
      line-height: 1.04;
      margin: 12px 0 22px;
      color: var(--navy-900);
      text-wrap: balance;
    }
body.page-projects .quote-section__left p {
      font-size: 16px;
      color: var(--steel-700);
      line-height: 1.6;
      margin: 0 0 32px;
      max-width: 440px;
    }
body.page-projects .quote-section__trust {
      display: flex;
      flex-direction: column;
      gap: 14px;
      margin-top: 32px;
      padding-top: 32px;
      border-top: 1px solid var(--line);
    }
body.page-projects .quote-section__trust-item {
      display: flex;
      align-items: center;
      gap: 12px;
      font-size: 14px;
      color: var(--navy-900);
    }
body.page-projects .quote-section__trust-item svg {
      width: 20px;
      height: 20px;
      color: var(--navy-900);
      flex-shrink: 0;
    }
body.page-projects .quote-section .quote-form {
      max-width: none;
      margin-left: 0;
    }
body.page-projects .spotlight .trust-grid {
      grid-template-columns: repeat(2, 1fr);
      margin-top: 0;
    }
body.page-projects .spotlight .trust-item {
      padding: 32px 24px 28px 0;
    }
body.page-projects .spotlight .trust-item:nth-child(2),
body.page-projects .spotlight .trust-item:nth-child(4) {
      padding-right: 0;
      border-right: none;
    }
body.page-projects .spotlight .trust-item:nth-child(3),
body.page-projects .spotlight .trust-item:nth-child(4) {
      border-bottom: none;
    }
body.page-projects .spotlight .trust-item:nth-child(1),
body.page-projects .spotlight .trust-item:nth-child(2) {
      border-bottom: 1px solid var(--line-rev);
    }
body.page-projects .spotlight .trust-item:not(:first-child):nth-child(odd) {
      padding-left: 0;
    }
body.page-projects .spotlight .trust-item:nth-child(even) {
      padding-left: 24px;
    }
body.page-projects .spotlight .trust-item__num {
      font-size: clamp(36px, 3.6vw, 52px);
    }
@media (max-width: 1100px) {
body.page-projects .projects-grid { grid-template-columns: repeat(2, 1fr); }
body.page-projects .builder-quotes-grid { grid-template-columns: 1fr; }

    
}
@media (max-width: 920px) {
body.page-projects .projects-grid { grid-template-columns: 1fr; }
body.page-projects .spotlight .container { grid-template-columns: 1fr; gap: 48px; }
body.page-projects .quote-section .container { grid-template-columns: 1fr; gap: 48px; }
body.page-projects .quote-section__left p { max-width: none; }
body.page-projects .proj-filter { padding-top: 20px; }

    
}

/* contact.html */
body.page-contact .contact-hero-ctas {
      display: flex;
      flex-direction: column;
      gap: 14px;
      margin-top: 28px;
    }
body.page-contact .contact-hero-cta {
      display: flex;
      align-items: center;
      gap: 18px;
      padding: 18px 22px;
      border: 1px solid var(--line-rev);
      background: rgba(245, 244, 240, 0.04);
      color: var(--paper);
      text-decoration: none;
      transition: background 0.2s ease, border-color 0.2s ease;
    }
body.page-contact .contact-hero-cta:hover {
      background: rgba(245, 244, 240, 0.08);
      border-color: rgba(245, 244, 240, 0.36);
    }
body.page-contact .contact-hero-cta__icon {
      width: 22px;
      height: 22px;
      flex-shrink: 0;
      color: var(--paper);
    }
body.page-contact .contact-hero-cta__body {
      display: flex;
      flex-direction: column;
      gap: 2px;
      min-width: 0;
    }
body.page-contact .contact-hero-cta__label {
      font-family: var(--font-mono);
      font-size: 11px;
      letter-spacing: 0.22em;
      color: var(--steel-300);
      text-transform: uppercase;
    }
body.page-contact .contact-hero-cta__num {
      font-family: var(--font-display);
      font-weight: 700;
      font-size: 22px;
      letter-spacing: -0.005em;
      color: var(--paper);
    }
body.page-contact .contact-hero-cta--emergency {
      border-color: rgba(255, 122, 89, 0.35);
      background: rgba(255, 122, 89, 0.08);
    }
body.page-contact .contact-hero-cta--emergency:hover {
      background: rgba(255, 122, 89, 0.14);
      border-color: rgba(255, 122, 89, 0.55);
    }
body.page-contact .contact-hero-cta--emergency .contact-hero-cta__icon,
body.page-contact .contact-hero-cta--emergency .contact-hero-cta__num {
      color: #ff7a59;
    }
body.page-contact .direct-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 24px;
    }
body.page-contact .direct-card {
      background: var(--paper);
      border: 1px solid var(--line);
      padding: 32px 28px 28px;
      display: flex;
      flex-direction: column;
      gap: 16px;
      transition: border-color 0.2s ease, box-shadow 0.2s ease;
    }
body.page-contact .direct-card:hover {
      border-color: var(--navy-900);
      box-shadow: var(--shadow-hover);
    }
body.page-contact .direct-card__icon {
      width: 32px;
      height: 32px;
      color: var(--navy-900);
    }
body.page-contact .direct-card__label {
      font-family: var(--font-mono);
      font-size: 11px;
      letter-spacing: 0.22em;
      color: var(--steel-500);
      text-transform: uppercase;
    }
body.page-contact .direct-card__primary {
      font-family: var(--font-display);
      font-weight: 700;
      font-size: 26px;
      letter-spacing: -0.005em;
      line-height: 1.1;
      color: var(--navy-900);
      text-decoration: none;
      display: block;
    }
body.page-contact .direct-card__primary:hover { color: var(--navy-700); }
body.page-contact .direct-card__sub {
      font-size: 14px;
      color: var(--steel-700);
      line-height: 1.55;
      margin: 0;
    }
body.page-contact .area-grid {
      display: grid;
      grid-template-columns: repeat(5, 1fr);
      gap: 0;
      border-top: 1px solid var(--line);
      margin-top: 8px;
    }
body.page-contact .area-cell {
      padding: 32px 24px 28px 0;
      border-right: 1px solid var(--line);
    }
body.page-contact .area-cell:last-child { border-right: none; padding-right: 0; }
body.page-contact .area-cell:not(:first-child) { padding-left: 24px; }
body.page-contact .area-cell__num {
      font-family: var(--font-mono);
      font-size: 11px;
      letter-spacing: 0.22em;
      color: var(--steel-500);
      margin-bottom: 18px;
      display: block;
    }
body.page-contact .area-cell__name {
      font-family: var(--font-display);
      font-weight: 600;
      font-size: 20px;
      letter-spacing: -0.002em;
      color: var(--navy-900);
      margin: 0 0 8px;
    }
body.page-contact .area-cell__desc {
      font-size: 13px;
      color: var(--steel-700);
      line-height: 1.5;
      margin: 0;
    }
body.page-contact .hours-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 48px;
      margin-top: 8px;
    }
body.page-contact .hours-col h3 {
      font-family: var(--font-display);
      font-weight: 700;
      font-size: 24px;
      letter-spacing: -0.005em;
      color: var(--navy-900);
      margin: 0 0 22px;
    }
body.page-contact .hours-list {
      list-style: none;
      padding: 0;
      margin: 0;
      border-top: 1px solid var(--line);
    }
body.page-contact .hours-list li {
      display: flex;
      justify-content: space-between;
      align-items: baseline;
      gap: 24px;
      padding: 16px 0;
      border-bottom: 1px solid var(--line);
      font-size: 15px;
      color: var(--navy-900);
    }
body.page-contact .hours-list__label {
      font-family: var(--font-mono);
      font-size: 12px;
      letter-spacing: 0.16em;
      color: var(--steel-500);
      text-transform: uppercase;
    }
body.page-contact .hours-list__value {
      font-family: var(--font-display);
      font-weight: 600;
      color: var(--navy-900);
      text-align: right;
    }
body.page-contact .hours-list__value strong { font-weight: 700; }
body.page-contact .include-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 0;
      border-top: 1px solid var(--line);
      margin-top: 8px;
    }
body.page-contact .include-item {
      padding: 32px 24px 28px 0;
      border-right: 1px solid var(--line);
    }
body.page-contact .include-item:last-child { border-right: none; padding-right: 0; }
body.page-contact .include-item:not(:first-child) { padding-left: 24px; }
body.page-contact .include-item__num {
      font-family: var(--font-mono);
      font-size: 11px;
      letter-spacing: 0.22em;
      color: var(--steel-500);
      margin-bottom: 16px;
      display: block;
    }
body.page-contact .include-item h4 {
      font-family: var(--font-display);
      font-weight: 600;
      font-size: 18px;
      letter-spacing: -0.002em;
      margin: 0 0 8px;
      color: var(--navy-900);
    }
body.page-contact .include-item p {
      font-size: 14px;
      color: var(--steel-700);
      margin: 0;
      line-height: 1.5;
    }
body.page-contact .quote-section .container {
      display: grid;
      grid-template-columns: 1.1fr 1fr;
      gap: 80px;
      align-items: start;
    }
body.page-contact .quote-section__left h2 {
      font-family: var(--font-display);
      font-weight: 700;
      font-size: clamp(36px, 4.5vw, 60px);
      letter-spacing: -0.008em;
      line-height: 1.04;
      margin: 12px 0 22px;
      color: var(--navy-900);
      text-wrap: balance;
    }
body.page-contact .quote-section__left p {
      font-size: 16px;
      color: var(--steel-700);
      line-height: 1.6;
      margin: 0 0 32px;
      max-width: 420px;
    }
body.page-contact .quote-section__trust {
      display: flex;
      flex-direction: column;
      gap: 14px;
      margin-top: 32px;
      padding-top: 32px;
      border-top: 1px solid var(--line);
    }
body.page-contact .quote-section__trust-item {
      display: flex;
      align-items: center;
      gap: 12px;
      font-size: 14px;
      color: var(--navy-900);
    }
body.page-contact .quote-section__trust-item svg {
      width: 20px;
      height: 20px;
      color: var(--navy-900);
      flex-shrink: 0;
    }
body.page-contact .quote-section .quote-form {
      max-width: none;
      margin-left: 0;
    }
@media (max-width: 1100px) {
body.page-contact .direct-grid { grid-template-columns: 1fr; }
body.page-contact .area-grid { grid-template-columns: repeat(2, 1fr); }
body.page-contact .area-cell {
        border-right: none;
        padding-right: 0;
        border-bottom: 1px solid var(--line);
      }
body.page-contact .area-cell:not(:first-child) { padding-left: 0; }
body.page-contact .area-cell:nth-child(odd) {
        border-right: 1px solid var(--line);
        padding-right: 24px;
      }
body.page-contact .area-cell:nth-child(even) { padding-left: 24px; }
body.page-contact .include-grid { grid-template-columns: 1fr 1fr; }
body.page-contact .include-item {
        border-right: none;
        padding-right: 0;
        border-bottom: 1px solid var(--line);
      }
body.page-contact .include-item:not(:first-child) { padding-left: 0; }
body.page-contact .include-item:nth-child(odd) {
        border-right: 1px solid var(--line);
        padding-right: 24px;
      }
body.page-contact .include-item:nth-child(even) { padding-left: 24px; }

    
}
@media (max-width: 920px) {
body.page-contact .hours-grid { grid-template-columns: 1fr; gap: 40px; }
body.page-contact .area-grid { grid-template-columns: 1fr; }
body.page-contact .area-cell,
body.page-contact .area-cell:nth-child(odd),
body.page-contact .area-cell:nth-child(even) {
        border-right: none;
        border-bottom: 1px solid var(--line);
        padding: 24px 0;
      }
body.page-contact .include-grid { grid-template-columns: 1fr; }
body.page-contact .include-item,
body.page-contact .include-item:nth-child(odd),
body.page-contact .include-item:nth-child(even) {
        border-right: none;
        border-bottom: 1px solid var(--line);
        padding: 24px 0;
      }
body.page-contact .quote-section .container { grid-template-columns: 1fr; gap: 48px; }
body.page-contact .quote-section__left p { max-width: none; }

    
}

/* careers.html */
body.page-careers .hero--solo .hero-grid { grid-template-columns: 1fr; }
body.page-careers .hero--solo .hero-content { max-width: 820px; }
body.page-careers .hero--solo .hero-content h1 { text-wrap: balance; }
body.page-careers .benefits-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 0;
      border-top: 1px solid var(--line);
      margin-top: 48px;
    }
body.page-careers .benefit {
      display: flex;
      align-items: flex-start;
      gap: 16px;
      padding: 22px 0;
      border-bottom: 1px solid var(--line);
    }
body.page-careers .benefit:nth-child(odd) { padding-right: 32px; border-right: 1px solid var(--line); }
body.page-careers .benefit:nth-child(even) { padding-left: 32px; }
body.page-careers .benefit__icon {
      width: 22px; height: 22px;
      color: var(--navy-900);
      flex-shrink: 0;
      margin-top: 2px;
    }
body.page-careers .benefit__text {
      font-size: 15px;
      color: var(--navy-900);
      line-height: 1.5;
    }
body.page-careers .benefit__text strong {
      display: block;
      font-family: var(--font-display);
      font-weight: 600;
      font-size: 16px;
      color: var(--navy-900);
      margin-bottom: 2px;
    }
body.page-careers .benefit__text span {
      color: var(--steel-700);
      font-size: 14px;
    }
body.page-careers .roles-list {
      display: flex;
      flex-direction: column;
      gap: 20px;
      margin-top: 40px;
    }
body.page-careers .role-card {
      background: var(--paper);
      border: 1px solid var(--line);
      padding: 32px;
      display: grid;
      grid-template-columns: 1fr 1.6fr 1.6fr auto;
      gap: 32px;
      align-items: start;
      transition: border-color 0.2s ease, box-shadow 0.2s ease;
    }
body.page-careers .role-card:hover { border-color: var(--navy-900); box-shadow: var(--shadow-hover); }
body.page-careers .role-card__head {}
body.page-careers .role-card__title {
      font-family: var(--font-display);
      font-weight: 700;
      font-size: 22px;
      line-height: 1.15;
      letter-spacing: -0.003em;
      color: var(--navy-900);
      margin: 0 0 12px;
    }
body.page-careers .role-card__meta {
      display: flex;
      flex-direction: column;
      gap: 6px;
      font-family: var(--font-mono);
      font-size: 11px;
      letter-spacing: 0.18em;
      color: var(--steel-500);
      text-transform: uppercase;
    }
body.page-careers .role-card__col h5 {
      font-family: var(--font-mono);
      font-size: 11px;
      letter-spacing: 0.22em;
      color: var(--steel-500);
      text-transform: uppercase;
      margin: 0 0 12px;
      font-weight: 500;
    }
body.page-careers .role-card__col ul {
      list-style: none;
      padding: 0;
      margin: 0;
      display: flex;
      flex-direction: column;
      gap: 8px;
      font-size: 14px;
    }
body.page-careers .role-card__col ul li {
      display: flex;
      align-items: flex-start;
      gap: 10px;
      color: var(--navy-700);
      line-height: 1.45;
    }
body.page-careers .role-card__col ul li::before {
      content: "";
      width: 10px;
      height: 1px;
      background: var(--steel-500);
      flex-shrink: 0;
      margin-top: 9px;
    }
body.page-careers .role-card__apply {
      align-self: start;
      white-space: nowrap;
    }
body.page-careers .hire-flow {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 0;
      border-top: 1px solid var(--line);
      margin-top: 48px;
    }
body.page-careers .hire-step {
      padding: 36px 28px 36px 0;
      border-right: 1px solid var(--line);
      position: relative;
    }
body.page-careers .hire-step:last-child { border-right: none; padding-right: 0; }
body.page-careers .hire-step:not(:first-child) { padding-left: 28px; }
body.page-careers .hire-step__num {
      font-family: var(--font-mono);
      font-size: 28px;
      font-weight: 500;
      color: var(--navy-900);
      letter-spacing: -0.01em;
      display: block;
      margin-bottom: 18px;
    }
body.page-careers .hire-step__label {
      font-family: var(--font-mono);
      font-size: 11px;
      letter-spacing: 0.22em;
      color: var(--steel-500);
      text-transform: uppercase;
      display: block;
      margin-bottom: 8px;
    }
body.page-careers .hire-step h4 {
      font-family: var(--font-display);
      font-weight: 600;
      font-size: 20px;
      color: var(--navy-900);
      margin: 0 0 6px;
      letter-spacing: -0.002em;
    }
body.page-careers .hire-step p {
      font-size: 14px;
      color: var(--steel-700);
      line-height: 1.5;
      margin: 0;
    }
body.page-careers .resume-strip { text-align: center; padding: 96px 0; }
body.page-careers .resume-strip h2 {
      font-family: var(--font-display);
      font-weight: 700;
      font-size: clamp(32px, 4.5vw, 56px);
      letter-spacing: -0.012em;
      line-height: 1.05;
      color: var(--paper);
      margin: 0 0 18px;
      text-wrap: balance;
      max-width: 820px;
      margin-left: auto;
      margin-right: auto;
    }
body.page-careers .resume-strip p {
      font-size: 17px;
      color: var(--steel-300);
      max-width: 560px;
      margin: 0 auto 32px;
      line-height: 1.55;
    }
body.page-careers .resume-strip .hero-ctas { justify-content: center; }
body.page-careers .quote-section .container {
      display: grid;
      grid-template-columns: 1.1fr 1fr;
      gap: 80px;
      align-items: start;
    }
body.page-careers .quote-section__left h2 {
      font-family: var(--font-display);
      font-weight: 700;
      font-size: clamp(36px, 4.5vw, 60px);
      letter-spacing: -0.008em;
      line-height: 1.04;
      margin: 12px 0 22px;
      color: var(--navy-900);
      text-wrap: balance;
    }
body.page-careers .quote-section__left p {
      font-size: 16px;
      color: var(--steel-700);
      line-height: 1.6;
      margin: 0 0 32px;
      max-width: 420px;
    }
body.page-careers .quote-section__trust {
      display: flex;
      flex-direction: column;
      gap: 14px;
      margin-top: 32px;
      padding-top: 32px;
      border-top: 1px solid var(--line);
    }
body.page-careers .quote-section__trust-item {
      display: flex;
      align-items: center;
      gap: 12px;
      font-size: 14px;
      color: var(--navy-900);
    }
body.page-careers .quote-section__trust-item svg {
      width: 20px; height: 20px;
      color: var(--navy-900);
      flex-shrink: 0;
    }
body.page-careers .quote-section .quote-form {
      max-width: none;
      margin-left: 0;
    }
body.page-careers .why-careers .section-head h2 { color: var(--navy-900); }
@media (max-width: 1100px) {
body.page-careers .role-card {
        grid-template-columns: 1fr 1fr;
        gap: 24px;
      }
body.page-careers .role-card__apply { grid-column: 1 / -1; justify-self: start; }

    
}
@media (max-width: 920px) {
body.page-careers .benefits-grid { grid-template-columns: 1fr; }
body.page-careers .benefit:nth-child(odd) { padding-right: 0; border-right: none; }
body.page-careers .benefit:nth-child(even) { padding-left: 0; }
body.page-careers .role-card { grid-template-columns: 1fr; gap: 20px; padding: 24px; }
body.page-careers .hire-flow { grid-template-columns: 1fr; }
body.page-careers .hire-step { border-right: none; border-bottom: 1px solid var(--line); padding-right: 0; }
body.page-careers .hire-step:not(:first-child) { padding-left: 0; }
body.page-careers .hire-step:last-child { border-bottom: none; }
body.page-careers .quote-section .container { grid-template-columns: 1fr; gap: 48px; }
body.page-careers .quote-section__left p { max-width: none; }

    
}
