.hero { padding: 104px 0 0; background: #202124; color: var(--white); }
.hero-main { display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(260px, .5fr); gap: 90px; align-items: center; }
.hero-copy { padding-bottom: 82px; }
.hero .eyebrow { color: #b8b9bc; }
.hero-tagline { margin-top: 22px; color: var(--white); font-size: 18px; font-weight: 600; }
.hero .lead { color: #c3c4c6; }
.hero-actions { display: flex; gap: 14px; margin-top: 38px; flex-wrap: wrap; }
.hero .button-primary { background: var(--white); color: var(--navy); }
.hero .button-primary:hover { background: #e7e7e8; }
.hero .button-secondary { border-color: #6d6f73; color: var(--white); }
.hero .button-secondary:hover { border-color: var(--white); }
.hero-identity { display: flex; flex-direction: column; align-items: center; gap: 20px; opacity: .96; }
.hero-logo { width: min(220px, 100%); height: auto; object-fit: contain; }
.hero-identity span { color: #aeb0b3; font-size: 11px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.hero-scope { display: grid; grid-template-columns: 1fr 3fr; border-top: 1px solid #505256; }
.scope-intro { padding: 28px 28px 28px 0; display: flex; flex-direction: column; justify-content: center; }
.scope-intro span { color: #a3a5a9; font-size: 11px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.scope-intro strong { margin-top: 7px; font-size: 15px; font-weight: 600; }
.hero-scope ol { display: grid; grid-template-columns: repeat(4, 1fr); list-style: none; }
.hero-scope li { min-height: 112px; padding: 25px 20px; border-left: 1px solid #505256; display: flex; flex-direction: column; justify-content: center; }
.hero-scope li span { color: #9a9ca0; font-size: 11px; font-weight: 700; }
.hero-scope li strong { margin-top: 9px; font-size: 13px; line-height: 1.45; }

.proof { border-bottom: 1px solid var(--line); }
.proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.proof-grid div { min-height: 126px; padding: 28px 25px; border-left: 1px solid var(--line); display: flex; flex-direction: column; justify-content: center; }
.proof-grid div:last-child { border-right: 1px solid var(--line); }
.proof strong { font-size: 16px; color: var(--navy); }
.proof span { margin-top: 5px; color: var(--muted); font-size: 13px; }

.brand-story { background: var(--surface); color: var(--ink); border-bottom: 1px solid var(--line); }
.brand-story-intro { max-width: 760px; margin: 0 auto; text-align: center; }
.brand-story h2 { font-size: clamp(32px, 4vw, 48px); line-height: 1.18; letter-spacing: -.035em; font-weight: 600; }
.brand-story .eyebrow { color: var(--blue); }
.brand-story-intro > p:last-child { max-width: 620px; margin: 20px auto 0; color: var(--muted); }
.brand-values { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 52px; border-block: 1px solid #cfd1d3; }
.brand-values article { min-height: 250px; padding: 30px; border-right: 1px solid #cfd1d3; display: flex; flex-direction: column; }
.brand-values article:first-child { border-left: 1px solid #cfd1d3; }
.brand-letter { color: #a9abad; font-size: 56px; font-weight: 600; line-height: 1; }
.brand-values strong { margin-top: 28px; font-size: 21px; }
.brand-values p { margin-top: 10px; color: var(--muted); font-size: 14px; }

.section-heading { max-width: 680px; }
.section-heading h2, .contact h2 { font-size: clamp(32px, 4vw, 48px); line-height: 1.18; letter-spacing: -.035em; font-weight: 600; }
.section-heading > p:last-child { margin-top: 20px; color: var(--muted); font-size: 17px; }
.services-grid { display: grid; grid-template-columns: repeat(2, 1fr); margin-top: 58px; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.services article { min-height: 230px; padding: 32px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.service-number { color: var(--accent); font-size: 12px; font-weight: 700; }
.services h3 { margin-top: 34px; font-size: 21px; font-weight: 700; }
.services h3 a { text-decoration: none; }
.services h3 a:hover { color: var(--blue); }
.services article p { max-width: 450px; margin-top: 12px; color: var(--muted); font-size: 14px; }
.service-link { display: inline-block; margin-top: 22px; color: var(--ink); font-size: 13px; font-weight: 700; text-underline-offset: 4px; }
.service-link:hover { color: var(--blue); }

.process { background: var(--surface); border-block: 1px solid var(--line); }
.process-header { max-width: 760px; margin: 0 auto; text-align: center; }
.process-header h2 { font-size: clamp(32px, 4vw, 48px); line-height: 1.18; letter-spacing: -.035em; font-weight: 600; }
.process-header > p:last-child { max-width: 650px; margin: 20px auto 0; color: var(--muted); font-size: 17px; }
.process-steps { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 58px; border-top: 1px solid #cfd3d6; border-left: 1px solid #cfd3d6; }
.process-steps article { min-height: 240px; padding: 28px 26px; border-right: 1px solid #cfd3d6; border-bottom: 1px solid #cfd3d6; background: rgba(255,255,255,.55); }
.process-number { color: var(--accent); font-size: 12px; font-weight: 700; }
.process-steps h3 { margin-top: 38px; font-size: 20px; }
.process-steps p { margin-top: 12px; color: var(--muted); font-size: 13.5px; }
.process-standards { display: grid; grid-template-columns: 1.2fr repeat(3, 1fr); align-items: center; margin-top: 22px; padding: 20px 24px; border: 1px solid #cfd3d6; background: var(--white); }
.process-standards strong { font-size: 13px; }
.process-standards span { padding-left: 22px; border-left: 1px solid var(--line); color: var(--muted); font-size: 12px; }

.contact { background: var(--navy); color: var(--white); }
.contact .eyebrow { color: #b8b9bc; }
.contact-inner { display: flex; align-items: center; justify-content: space-between; gap: 60px; }
.contact-inner > div { max-width: 690px; }
.contact-inner p:last-child { margin-top: 18px; color: #c3c4c6; }
.button-light { flex-shrink: 0; background: var(--white); color: var(--navy); }
.button-light:hover { background: #e9eef0; }

@media (max-width: 900px) {
    .hero { padding-top: 72px; }
    .hero-main { grid-template-columns: 1fr; gap: 20px; }
    .hero-copy { padding-bottom: 32px; }
    .hero-identity { display: none; }
    .hero-scope { grid-template-columns: 1fr; }
    .scope-intro { padding: 24px 0; border-bottom: 1px solid #505256; }
    .hero-scope ol { grid-template-columns: repeat(2, 1fr); }
    .proof-grid { grid-template-columns: repeat(2, 1fr); }
    .contact-inner { align-items: flex-start; flex-direction: column; }
    .brand-values { grid-template-columns: 1fr; }
    .brand-values article { min-height: auto; border-left: 1px solid #cfd1d3; border-bottom: 1px solid #cfd1d3; }
    .brand-values article:last-child { border-bottom: 0; }
    .process-steps { grid-template-columns: repeat(2, 1fr); }
    .process-standards { grid-template-columns: 1fr 1fr; gap: 14px 0; }
    .process-standards span { padding-left: 0; border-left: 0; }
}

@media (max-width: 600px) {
    .hero { padding-top: 56px; }
    .hero-scope ol { grid-template-columns: 1fr; }
    .hero-scope li { min-height: auto; padding: 19px 0; border-left: 0; border-bottom: 1px solid #505256; }
    .proof-grid, .services-grid { grid-template-columns: 1fr; }
    .proof-grid div { min-height: 105px; border-right: 1px solid var(--line); }
    .services article { min-height: auto; }
    .brand-values article { padding: 28px; }
    .brand-letter { font-size: 48px; }
    .brand-values strong { margin-top: 24px; }
    .process-steps { grid-template-columns: 1fr; }
    .process-steps article { min-height: auto; }
    .process-steps h3 { margin-top: 30px; }
    .process-standards { grid-template-columns: 1fr; }
}
