.info-page { background: #f8faff; }
.info-hero { padding: 22px 0; background: var(--cream); }
.info-hero-shell {
  position: relative;
  min-height: 410px;
  display: grid;
  align-items: center;
  overflow: hidden;
  color: var(--white);
  background: var(--navy);
  border-radius: 12px;
}
.info-hero-shell > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 38%; }
.about-page .info-hero-shell > img, .contact-page .info-hero-shell > img { object-position: center; }
.info-hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(25,0,75,.98), rgba(25,0,75,.9) 42%, rgba(25,0,75,.22) 72%, rgba(25,0,75,.06)); }
.contact-page .info-hero-overlay { background: linear-gradient(90deg, rgba(25,0,75,.98), rgba(25,0,75,.92) 48%, rgba(25,0,75,.3) 76%, rgba(25,0,75,.12)); }
.info-hero-copy { position: relative; z-index: 2; width: min(650px, 60%); padding: 46px 52px; }
.info-kicker { width: fit-content; margin: 0 0 13px; padding: 5px 11px; color: var(--ink); background: var(--yellow); border-radius: 15px; font-size: .68rem; font-weight: 800; }
.info-hero h1 { color: var(--white); font-size: 3.15rem; line-height: 1; }
.info-hero-copy > p:not(.info-kicker) { max-width: 590px; margin: 18px 0 0; font-size: .82rem; line-height: 1.72; }
.info-hero .btn-primary { color: var(--ink); background: var(--yellow); border-color: var(--ink); }
.info-hero .btn-secondary { color: var(--white); background: rgba(255,255,255,.12); border-color: var(--white); }

.story-section { background: var(--white); }
.story-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 28px; align-items: stretch; }
.story-copy { padding: 28px 0; }
.story-copy h2 { max-width: 690px; font-size: 2.35rem; }
.story-copy > p:not(.eyebrow) { max-width: 760px; margin: 16px 0 0; font-size: .78rem; line-height: 1.78; }
.story-quote { display: grid; align-content: center; padding: 30px; color: var(--white); background: var(--pink); border: 2px solid var(--ink); border-radius: 8px; box-shadow: 5px 5px 0 var(--ink); }
.story-quote span { font-size: .6rem; font-weight: 800; text-transform: uppercase; }
.story-quote p { margin: 14px 0 0; font-family: var(--font-heading); font-size: 1.45rem; line-height: 1.25; }
.story-quote strong { color: var(--yellow); }

.values-section { background: var(--yellow); }
.info-section-heading { max-width: 760px; margin-bottom: 22px; }
.info-section-heading h2 { font-size: 2.25rem; }
.info-section-heading > p:last-child { margin: 12px 0 0; font-size: .75rem; line-height: 1.65; }
.values-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 15px; }
.value-card { min-height: 190px; padding: 22px; background: var(--white); border: 2px solid var(--ink); border-radius: 8px; box-shadow: 4px 4px 0 var(--ink); }
.value-card > span { display: grid; place-items: center; width: 34px; height: 34px; margin-bottom: 20px; color: var(--white); background: var(--purple); border-radius: 50%; font-family: var(--font-heading); font-size: .72rem; }
.value-card h3 { font-size: 1.28rem; }
.value-card p { margin: 10px 0 0; font-size: .68rem; line-height: 1.65; }

.work-section { background: #f1f5ff; }
.work-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 65px; align-items: start; }
.work-grid h2 { font-size: 2.2rem; }
.work-grid > div:first-child > p:last-child { margin: 14px 0 0; font-size: .74rem; line-height: 1.7; }
.work-steps { border-top: 2px solid var(--ink); }
.work-step { display: grid; grid-template-columns: 42px 145px 1fr; gap: 14px; align-items: center; padding: 15px 0; border-bottom: 1px solid #bfc5d3; }
.work-step span { color: var(--purple); font-family: var(--font-heading); font-size: .7rem; }
.work-step strong { font-family: var(--font-heading); font-size: .9rem; }
.work-step p { margin: 0; font-size: .65rem; line-height: 1.55; }

.profile-section { color: var(--white); background: var(--navy); }
.profile-grid { display: grid; grid-template-columns: 1fr auto; gap: 45px; align-items: center; }
.profile-grid h2 { font-size: 2.15rem; }
.profile-grid p:not(.eyebrow) { max-width: 720px; margin: 14px 0 0; color: #d8cfee; font-size: .75rem; line-height: 1.72; }
.profile-signature { min-width: 240px; padding: 18px 22px; color: var(--ink); background: var(--yellow); border: 2px solid var(--white); border-radius: 7px; transform: rotate(-1.5deg); }
.profile-signature strong, .profile-signature span { display: block; }
.profile-signature strong { font-family: var(--font-heading); font-size: 1.25rem; }
.profile-signature span { margin-top: 3px; font-size: .62rem; }

.contact-options { background: var(--yellow); }
.contact-option-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 15px; }
.contact-option { display: flex; flex-direction: column; min-height: 235px; padding: 22px; background: var(--white); border: 2px solid var(--ink); border-radius: 8px; box-shadow: 4px 4px 0 var(--ink); }
.contact-option-label { width: fit-content; padding: 4px 8px; color: var(--white); background: var(--purple); border-radius: 12px; font-size: .55rem; font-weight: 800; }
.contact-option h2 { margin-top: 18px; font-size: 1.35rem; }
.contact-option p { margin: 10px 0 18px; font-size: .68rem; line-height: 1.65; }
.contact-option a { width: fit-content; margin-top: auto; color: var(--purple); font-size: .68rem; font-weight: 800; }
.contact-option a:hover { text-decoration: underline; }

.contact-detail-section { background: var(--white); }
.contact-detail-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 55px; align-items: start; }
.contact-address { padding: 25px; color: var(--white); background: var(--navy); border-radius: 8px; }
.contact-address span { display: block; color: #a99bcc; font-size: .58rem; font-weight: 800; text-transform: uppercase; }
.contact-address a { display: inline-block; margin-top: 10px; color: var(--yellow); font-family: var(--font-heading); font-size: 1.25rem; overflow-wrap: anywhere; }
.contact-address p { margin: 15px 0 0; color: #d8cfee; font-size: .66rem; line-height: 1.6; }
.contact-checklist h2 { font-size: 1.9rem; }
.contact-checklist > p { margin: 12px 0 18px; font-size: .72rem; line-height: 1.65; }
.contact-checklist ul { display: grid; gap: 9px; margin: 0; padding: 0; list-style: none; }
.contact-checklist li { position: relative; padding: 11px 12px 11px 39px; background: #f1f5ff; border-left: 3px solid var(--purple); font-size: .68rem; line-height: 1.5; }
.contact-checklist li::before { content: "\2713"; position: absolute; left: 14px; top: 10px; color: var(--green); font-weight: 900; }

.info-cta { background: #ffd2e4; }
.info-cta-panel { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 23px 26px; background: var(--white); border: 2px solid var(--ink); border-radius: 8px; box-shadow: 4px 4px 0 var(--ink); }
.info-cta-panel h2 { font-size: 1.65rem; }
.info-cta-panel p { margin: 7px 0 0; font-size: .68rem; }
.info-cta-panel .btn { flex: 0 0 auto; }

@media (max-width: 860px) {
  .info-hero-copy { width: 72%; padding: 38px; }
  .info-hero h1 { font-size: 2.65rem; }
  .story-grid, .work-grid, .contact-detail-grid { grid-template-columns: 1fr; gap: 25px; }
  .values-grid, .contact-option-grid { grid-template-columns: 1fr; }
  .value-card, .contact-option { min-height: 0; }
  .profile-grid { grid-template-columns: 1fr; gap: 26px; }
  .profile-signature { width: fit-content; }
  .info-cta-panel { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 580px) {
  .info-hero { padding: 14px 0; }
  .info-hero-shell { min-height: 0; display: grid; align-items: start; }
  .info-hero-shell > img { position: absolute; inset: 0; width: 100%; height: 100%; aspect-ratio: auto; object-fit: cover; object-position: 58% center; background: var(--navy); }
  .about-page .info-hero-shell > img { object-position: 68% center; }
  .contact-page .info-hero-shell > img { object-position: 72% center; }
  .info-hero-overlay, .contact-page .info-hero-overlay { display: block; z-index: 1; background: linear-gradient(180deg, rgba(25,0,75,.98) 0%, rgba(25,0,75,.96) 50%, rgba(25,0,75,.76) 74%, rgba(25,0,75,.36) 100%); }
  .info-hero-copy { order: initial; width: 100%; padding: 24px 20px 22px; }
  .info-hero h1 { font-size: 2.1rem; }
  .info-hero-copy > p:not(.info-kicker) { margin-top: 14px; font-size: .73rem; }
  .info-hero .hero-actions { display: grid; }
  .info-hero .btn { width: 100%; }
  .story-copy { padding: 8px 0 0; }
  .story-copy h2, .info-section-heading h2, .work-grid h2, .profile-grid h2 { font-size: 1.7rem; }
  .story-quote { padding: 22px; }
  .story-quote p { font-size: 1.2rem; }
  .value-card, .contact-option { padding: 18px; box-shadow: 3px 3px 0 var(--ink); }
  .work-step { grid-template-columns: 30px 1fr; gap: 4px 10px; }
  .work-step p { grid-column: 2; }
  .profile-signature { width: 100%; min-width: 0; }
  .contact-address { padding: 20px; }
  .contact-address a { font-size: 1rem; }
  .info-cta-panel { padding: 20px; }
  .info-cta-panel .btn { width: 100%; }
}
