*, *::before, *::after { box-sizing: border-box; }

:root {
  --ink: #142521;
  --ink-soft: #53645f;
  --teal: #0d4b57;
  --teal-deep: #083841;
  --sage: #dce4dc;
  --cream: #f8f3ea;
  --paper: #fffdf8;
  --gold: #b9772c;
  --coral: #b95443;
  --line: rgba(20, 37, 33, 0.15);
  --white: #fff;
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Inter", Arial, sans-serif;
}

html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); line-height: 1.65; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: inherit; }
.wrap { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.skip-link { position: fixed; top: 0; left: 1rem; z-index: 100; transform: translateY(-120%); background: var(--white); padding: .75rem 1rem; }
.skip-link:focus { transform: translateY(0); }

.site-header { position: sticky; top: 0; z-index: 20; background: rgba(8, 47, 55, .98); color: #f7f0e3; border-bottom: 1px solid rgba(255,255,255,.22); backdrop-filter: blur(12px); }
.header-inner { min-height: 78px; display: flex; align-items: center; gap: 24px; }
.brand { display: grid; text-decoration: none; line-height: 1; flex: 0 0 auto; }
.brand strong { font-family: var(--serif); font-size: 1.55rem; font-weight: 700; }
.brand span { margin-top: 7px; color: #d6ad60; font-size: .75rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.desktop-nav { margin-left: auto; display: flex; align-items: center; gap: 20px; }
.desktop-nav a, .site-footer nav a { font-size: .875rem; font-weight: 700; text-decoration: none; text-transform: uppercase; }
.desktop-nav a:hover, .desktop-nav a:focus-visible, .site-footer nav a:hover { color: #d6ad60; }
.header-contact { flex: 0 0 auto; }
.site-header .button-outline { border-color: rgba(255,255,255,.55); color: #f7f0e3; }
.site-header .button-outline:hover, .site-header .button-outline:focus-visible { border-color: #d6ad60; background: #d6ad60; color: #082f37; }
.mobile-nav { display: none; margin-left: auto; position: relative; }
.mobile-nav summary { width: 42px; height: 42px; display: grid; align-content: center; gap: 5px; padding: 10px; border: 1px solid rgba(255,255,255,.45); cursor: pointer; list-style: none; }
.mobile-nav summary::-webkit-details-marker { display: none; }
.mobile-nav summary span { height: 2px; background: #f7f0e3; }
.mobile-nav nav { position: absolute; top: 50px; right: 0; width: min(320px, calc(100vw - 40px)); display: grid; background: #082f37; border: 1px solid rgba(255,255,255,.24); box-shadow: 0 18px 45px rgba(8, 47, 55, .24); }
.mobile-nav nav a { padding: 14px 16px; border-bottom: 1px solid rgba(255,255,255,.18); font-size: .9rem; font-weight: 700; text-decoration: none; text-transform: uppercase; }

.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; padding: 0 22px; border: 1px solid transparent; font-size: .9375rem; font-weight: 700; text-decoration: none; text-transform: uppercase; }
.button-primary { background: var(--gold); color: var(--white); }
.button-primary:hover, .button-primary:focus-visible { background: #965d1d; }
.button-outline { border-color: var(--teal); color: var(--teal); background: transparent; }
.button-outline:hover, .button-outline:focus-visible { background: var(--teal); color: var(--white); }
.text-link { display: inline-block; padding-bottom: 3px; border-bottom: 2px solid var(--gold); color: var(--teal-deep); font-size: .875rem; font-weight: 700; text-decoration: none; text-transform: uppercase; }
.text-link:hover, .text-link:focus-visible { color: var(--coral); }

.home-hero { overflow: hidden; background: var(--cream) url("/assets/backgrounds/paradigm-field-light.png") center / cover no-repeat; border-bottom: 1px solid var(--line); }
.hero-grid { height: clamp(680px, calc(100svh - 78px), 900px); min-height: 0; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(390px, .95fr); align-items: center; gap: 76px; padding-top: 54px; }
.hero-copy { padding: 60px 0 95px; }
.eyebrow { margin: 0 0 18px; display: flex; align-items: center; gap: 12px; color: var(--gold); font-size: .875rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 34px; height: 1px; background: currentColor; }
h1, h2, h3, blockquote { font-family: var(--serif); letter-spacing: 0; }
.hero-copy h1 { margin: 0; font-size: clamp(4.7rem, 7.4vw, 7.2rem); line-height: .9; text-transform: uppercase; }
.hero-tagline { max-width: 590px; margin: 34px 0 0; color: var(--teal-deep); font-family: var(--serif); font-size: 1.85rem; line-height: 1.25; }
.hero-actions { margin-top: 38px; display: flex; flex-wrap: wrap; gap: 12px; }
.hero-portrait { align-self: end; margin: 0; width: min(100%, 530px); justify-self: end; }
.hero-portrait img { width: 100%; height: auto; object-fit: contain; object-position: center bottom; box-shadow: 26px -26px 0 rgba(13, 75, 87, .08); }

.section { padding: 92px 0; }
.section-heading h2, .contact-layout h2, .equity-content h2 { margin: 0; font-size: clamp(3rem, 5vw, 5rem); line-height: .98; }
.section-heading h2 span { color: var(--ink-soft); font-size: .55em; }
.section-heading.centered { max-width: 760px; margin: 0 auto 54px; text-align: center; }
.section-heading.centered .eyebrow { justify-content: center; }
.section-heading.compact { margin-bottom: 34px; }
.section-heading.compact h2 { font-size: clamp(2.65rem, 4vw, 4rem); }
.about-section { background: var(--paper); }
.about-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 9%; align-items: start; }
.prose p { margin: 0 0 22px; color: var(--ink-soft); font-size: 1.05rem; }
.about-copy { max-width: 710px; }

.services-section { background: var(--sage); }
.service-feature { min-height: 560px; display: grid; grid-template-columns: 1fr 1fr; background: var(--paper); border-top: 1px solid var(--line); }
.service-feature + .service-feature { margin-top: 26px; }
.service-feature-reverse .service-photo { order: 2; }
.service-photo { margin: 0; overflow: hidden; background: #d9dfda; }
.service-photo img { width: 100%; height: 100%; object-fit: cover; }
.service-photo-nonprofit img { object-position: center 42%; }
.service-photo-school img { object-position: center center; }
.service-copy { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: 64px 11%; }
.service-copy h3 { margin: 0; font-size: clamp(3rem, 5vw, 4.8rem); line-height: .95; }
.service-copy p:not(.eyebrow) { max-width: 460px; margin: 24px 0; color: var(--ink-soft); font-size: 1.05rem; }

.clients-section { background: var(--white); }
.logo-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.logo-grid figure { min-height: 146px; margin: 0; padding: 24px; display: grid; place-items: center; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.logo-grid img { width: auto; max-width: 88%; max-height: 82px; object-fit: contain; }
.centered-link { margin: 32px 0 0; text-align: center; }

.results-section { background: var(--teal-deep); color: var(--white); }
.results-heading { max-width: 800px; margin-bottom: 52px; }
.results-heading h2 { color: var(--white); }
.results-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid rgba(255,255,255,.22); border-left: 1px solid rgba(255,255,255,.22); }
.result-link { min-height: 248px; padding: 32px; display: flex; flex-direction: column; align-items: flex-start; border-right: 1px solid rgba(255,255,255,.22); border-bottom: 1px solid rgba(255,255,255,.22); color: var(--white); text-decoration: none; }
.result-link span { color: #d6a75e; font-size: .82rem; font-weight: 700; letter-spacing: .12em; }
.result-link h3 { margin: auto 0 22px; font-size: 2rem; line-height: 1.05; }
.result-link b { color: rgba(255,255,255,.82); font-size: .82rem; text-transform: uppercase; }
.result-link:hover, .result-link:focus-visible { background: rgba(255,255,255,.08); }

.testimonial-preview { background: var(--cream); }
.testimonial-layout { display: grid; grid-template-columns: 1.5fr .5fr; gap: 10%; align-items: end; }
.testimonial-preview blockquote { margin: 0; max-width: 820px; font-size: clamp(2.5rem, 4.5vw, 4.6rem); line-height: 1.02; }
.testimonial-attribution { display: grid; gap: 3px; padding-left: 22px; border-left: 3px solid var(--gold); }
.testimonial-attribution strong { font-size: 1rem; }
.testimonial-attribution span { color: var(--ink-soft); font-size: .9rem; }
.testimonial-attribution .text-link { margin-top: 18px; justify-self: start; }

.awards-section { background: var(--paper); }
.awards-layout { display: grid; grid-template-columns: 1fr .72fr; gap: 9%; align-items: center; }
.awards-copy h2 { margin: 0; font-size: clamp(3rem, 5vw, 5rem); line-height: .98; }
.credential-list { margin: 36px 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.credential-list li { padding: 13px 0; border-bottom: 1px solid var(--line); color: var(--ink-soft); }
.award-photo { margin: 0; }
.award-photo img { width: 100%; height: auto; box-shadow: 24px 24px 0 var(--sage); }

.equity-preview { min-height: 660px; position: relative; display: grid; align-items: center; overflow: hidden; color: var(--white); }
.equity-background, .equity-overlay { position: absolute; inset: 0; width: 100%; height: 100%; }
.equity-background { object-fit: cover; }
.equity-overlay { background: linear-gradient(90deg, rgba(8,56,65,.92) 0%, rgba(8,56,65,.72) 58%, rgba(8,56,65,.25) 100%); }
.equity-content { position: relative; max-width: 900px; margin-left: max(20px, calc((100% - 1180px) / 2)); margin-right: auto; }
.equity-content h2 { color: var(--white); }
.equity-content > p:not(.eyebrow) { max-width: 790px; margin: 30px 0; font-family: var(--serif); font-size: clamp(1.9rem, 3.2vw, 3rem); line-height: 1.2; }
.light-link { color: var(--white); }

.contact-section { background: var(--coral); color: var(--white); }
.contact-layout { display: grid; grid-template-columns: 1fr .7fr; gap: 10%; align-items: center; }
.contact-layout h2 { color: var(--white); }
.contact-layout > div:last-child { font-size: 1.1rem; }
.contact-layout .button-primary { background: var(--teal-deep); margin-top: 16px; }

.site-footer { padding: 38px 0; background: #101a18; color: rgba(255,255,255,.75); }
.footer-layout { display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 40px; }
.footer-brand strong { color: var(--white); }
.footer-brand span { color: rgba(255,255,255,.58); }
.site-footer nav { display: flex; flex-wrap: wrap; gap: 22px; }
.site-footer p { margin: 0; font-size: .875rem; }

/* Interior pages */
.page-hero { padding: 64px 0 56px; background: #082f37; color: #f7f0e3; border-bottom: 1px solid rgba(255,255,255,.22); }
.page-hero h1 { max-width: 920px; margin: 0; font-size: clamp(4rem, 7vw, 6.7rem); line-height: .92; }
.page-hero .lead { max-width: 760px; margin: 24px 0 0; color: rgba(247,240,227,.82); font-size: 1.14rem; }
.page-section { padding: 76px 0 100px; }
.content-width { width: min(820px, 100%); }
.content-width.wide { width: 100%; }
.content-prose p, .content-prose li { color: var(--ink-soft); }
.content-prose p { margin: 0 0 21px; font-size: 1.03rem; }
.content-prose h2 { margin: 42px 0 16px; font-size: 2.45rem; line-height: 1.05; }
.content-prose ul { margin: 0 0 26px; padding-left: 1.2rem; display: grid; gap: 8px; }
.service-page-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 7%; align-items: start; }
.service-page-layout figure { margin: 0; }
.service-page-layout img { width: 100%; height: auto; }
.service-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.service-list li { padding: 15px 0; border-bottom: 1px solid var(--line); }
.testimonial-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.testimonial-card { margin: 0; padding: 30px; border: 1px solid var(--line); border-radius: 6px; background: var(--white); }
.testimonial-card blockquote { margin: 0 0 24px; font-size: 1.32rem; line-height: 1.35; }
.testimonial-card figcaption { display: grid; gap: 3px; color: var(--ink-soft); font-size: .9375rem; line-height: 1.4; }
.testimonial-card figcaption strong { color: var(--ink); font-size: 1rem; }
.case-quote { margin: 38px 0 10px; padding: 28px 0 28px 28px; border-left: 4px solid var(--gold); font-size: 1.55rem; line-height: 1.3; }
.case-attribution { color: var(--ink-soft); font-size: .85rem; }
.client-page-grid { margin-top: 0; }
.awards-page-layout { display: grid; grid-template-columns: 1fr .72fr; gap: 8%; align-items: start; }
.awards-page-layout .credential-list { margin-top: 0; }
.equity-page { min-height: calc(100svh - 78px); position: relative; display: grid; align-items: center; color: var(--white); overflow: hidden; }
.equity-page .equity-background, .equity-page .equity-overlay { position: absolute; inset: 0; width: 100%; height: 100%; }
.equity-page .equity-background { object-fit: cover; }
.equity-page .equity-content { padding: 90px 0; }
.equity-kicker { font-size: .78rem; font-weight: 700; text-transform: uppercase; }
.equity-page .equity-content > p:not(.eyebrow):not(.equity-kicker) { font-family: var(--sans); font-size: 1.12rem; line-height: 1.65; }
.download-panel { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.download-panel figure { margin: 0; }
.download-panel img { width: 100%; height: auto; }
.download-copy { align-self: center; }

@media (max-width: 1050px) {
  .desktop-nav, .header-contact { display: none; }
  .mobile-nav { display: block; }
  .hero-grid { grid-template-columns: 1fr minmax(330px, .8fr); gap: 38px; }
  .results-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 760px) {
  .wrap { width: min(100% - 30px, 1180px); }
  .section { padding: 68px 0; }
  .hero-grid { height: auto; min-height: auto; grid-template-columns: 1fr; gap: 0; padding-top: 32px; }
  .hero-copy { padding: 42px 0 36px; }
  .hero-copy h1 { font-size: clamp(3.85rem, 18vw, 5.4rem); }
  .hero-tagline { font-size: 1.45rem; }
  .hero-actions .button { flex: 1 1 150px; }
  .hero-portrait { width: min(100%, 440px); justify-self: center; }
  .hero-portrait img { box-shadow: 14px -14px 0 rgba(13, 75, 87, .08); }
  .about-layout, .testimonial-layout, .awards-layout, .contact-layout, .service-page-layout, .awards-page-layout, .download-panel { grid-template-columns: 1fr; gap: 38px; }
  .service-feature { min-height: 0; grid-template-columns: 1fr; }
  .service-feature-reverse .service-photo { order: 0; }
  .service-photo img { height: auto; object-fit: contain; }
  .service-copy { padding: 40px 28px 48px; }
  .logo-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .logo-grid figure { min-height: 118px; padding: 18px; }
  .results-grid { grid-template-columns: 1fr; }
  .result-link { min-height: 190px; }
  .testimonial-attribution { margin-top: 8px; }
  .award-photo { max-width: 460px; }
  .equity-preview { min-height: 680px; }
  .equity-overlay { background: rgba(8,56,65,.8); }
  .equity-content { margin: 0 auto; }
  .footer-layout { grid-template-columns: 1fr; gap: 26px; }
  .site-footer nav { gap: 16px; }
  .page-hero { padding: 58px 0 46px; }
  .page-hero h1 { font-size: clamp(2.65rem, 11vw, 4.5rem); }
  .page-section { padding: 58px 0 76px; }
  .testimonial-list { grid-template-columns: 1fr; }
  .equity-page { min-height: auto; }
}

@media (max-width: 420px) {
  .header-inner { min-height: 70px; }
  .brand strong { font-size: 1.35rem; }
  .hero-copy h1 { font-size: 3.65rem; }
  .logo-grid figure { min-height: 104px; }
  .result-link h3 { font-size: 1.8rem; }
}

/* Historical results route uses the same approved, number-free interaction. */
.results-page-shell .page-section { background: var(--teal); }
.results-page-shell .result-link { position: relative; justify-content: center; padding-right: 78px; }
.results-page-shell .result-link h3 { margin: 0; }
.results-page-shell .result-link::after { content: "\2197"; position: absolute; right: 28px; bottom: 28px; display: grid; width: 40px; height: 40px; place-items: center; border: 1px solid rgba(255,255,255,.72); border-radius: 50%; font-size: 1.15rem; }
