:root {
  --font-geist-sans: Arial, Helvetica, sans-serif;
  --font-geist-mono: 'Courier New', monospace;
  --paper: #f8f5ec;
  --paper-blue: #eaf5fb;
  --ink: #153246;
  --blue: #0b7dc6;
  --blue-dark: #075f99;
  --night: #163548;
  --yellow: #f4c95d;
  --line: #bfcdd3;
  --soft-line: rgba(21, 50, 70, .18);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-geist-sans), Arial, sans-serif;
}
a { color: inherit; text-decoration: none; }
img { display: block; }
.site-canvas { min-height: 100vh; overflow: hidden; background: var(--paper); }
.shell { width: min(1220px, calc(100% - 44px)); margin-inline: auto; }

.site-header { position: absolute; z-index: 20; width: 100%; border-bottom: 1px solid var(--soft-line); }
.header-inner { display: flex; min-height: 84px; align-items: center; justify-content: space-between; }
.brand img { width: 142px; height: auto; }
.desktop-nav { display: flex; align-items: center; gap: 34px; color: #3e5665; font-size: .83rem; font-weight: 650; }
.desktop-nav > a:not(.header-cta) { position: relative; }
.desktop-nav > a:not(.header-cta)::after { content: ''; position: absolute; left: 0; right: 100%; bottom: -7px; height: 2px; background: var(--blue); transition: right .2s ease; }
.desktop-nav > a:not(.header-cta):hover::after { right: 0; }
.header-cta { display: inline-flex; min-height: 42px; align-items: center; gap: 9px; padding: 0 17px; border: 2px solid var(--ink); border-radius: 3px 14px 3px 14px; background: var(--yellow); color: var(--ink); box-shadow: 4px 4px 0 var(--ink); transition: transform .16s ease, box-shadow .16s ease; }
.header-cta:hover { transform: translate(2px,2px); box-shadow: 2px 2px 0 var(--ink); }
.header-cta svg { width: 15px; }
.mobile-menu { display: none; position: relative; }
.mobile-menu summary { display: grid; width: 42px; height: 42px; place-items: center; cursor: pointer; list-style: none; border: 2px solid var(--ink); border-radius: 50%; }
.mobile-menu summary::-webkit-details-marker { display: none; }
.mobile-menu nav { position: absolute; right: 0; top: 52px; display: grid; width: 220px; padding: 9px; border: 2px solid var(--ink); border-radius: 4px 16px 4px 16px; background: #fffefa; box-shadow: 6px 6px 0 var(--ink); }
.mobile-menu nav a { padding: 12px 13px; font-size: .9rem; font-weight: 650; }
.mobile-menu nav a:hover { background: var(--paper-blue); }

.hero-section { position: relative; padding-top: 84px; background: var(--paper); }
.hero-section::after { content: ''; position: absolute; z-index: 0; right: -120px; top: 110px; width: 420px; height: 420px; border: 1px dashed rgba(11,125,198,.24); border-radius: 50%; }
.hero-layout { position: relative; z-index: 1; display: grid; min-height: 780px; grid-template-columns: 1.07fr .93fr; align-items: center; gap: 72px; padding-block: 110px 74px; }
.overline { display: flex; align-items: center; gap: 10px; margin: 0; color: var(--blue); font-size: .72rem; font-weight: 780; letter-spacing: .115em; text-transform: uppercase; }
.overline > span { width: 25px; height: 2px; background: currentColor; }
.hero-copy-wrap h1 { max-width: 760px; margin: 23px 0 0; font-size: clamp(4rem, 7.2vw, 7rem); font-weight: 570; line-height: .93; letter-spacing: -.07em; text-wrap: balance; }
.hero-copy-wrap h1 em { position: relative; color: var(--blue); font-family: Georgia, 'Times New Roman', serif; font-weight: 500; }
.hero-copy-wrap h1 em::after { content: ''; position: absolute; left: 1%; right: -1%; bottom: .02em; height: .1em; background: var(--yellow); transform: rotate(-1.2deg); z-index: -1; }
.hero-copy { max-width: 680px; margin-top: 30px; color: #506472; font-size: clamp(1.08rem, 1.8vw, 1.28rem); line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 24px; margin-top: 36px; }
.primary-button { display: inline-flex; min-height: 52px; align-items: center; gap: 12px; padding: 0 22px; border: 2px solid var(--ink); border-radius: 3px 16px 3px 16px; background: var(--blue); color: white; box-shadow: 5px 5px 0 var(--ink); font-size: .88rem; font-weight: 750; transition: transform .16s ease, box-shadow .16s ease; }
.primary-button:hover { transform: translate(2px,2px); box-shadow: 3px 3px 0 var(--ink); }
.primary-button svg, .contact-link svg { width: 17px; }
.plain-link { display: inline-flex; align-items: center; gap: 10px; border-bottom: 2px solid var(--ink); padding-block: 7px; font-size: .88rem; font-weight: 750; }
.plain-link span { color: var(--blue); }

.help-board { position: relative; padding: 34px; border: 2px solid var(--ink); border-radius: 5px 30px 5px 30px; background: var(--blue); box-shadow: 12px 12px 0 var(--ink); color: white; transform: rotate(.7deg); }
.board-pin { position: absolute; top: -13px; left: 50%; width: 24px; height: 24px; border: 2px solid var(--ink); border-radius: 50%; background: var(--yellow); transform: translateX(-50%); box-shadow: 2px 2px 0 var(--ink); }
.board-title { margin: 0 0 25px; padding-bottom: 17px; border-bottom: 1px solid rgba(255,255,255,.42); font-family: Georgia, 'Times New Roman', serif; font-size: 1.25rem; font-style: italic; }
.board-row { display: grid; grid-template-columns: 44px 1fr; gap: 12px; padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,.3); }
.board-row > span { display: grid; width: 34px; height: 34px; place-items: center; border: 1px solid rgba(255,255,255,.7); border-radius: 50%; font-family: var(--font-geist-mono); font-size: .67rem; }
.board-row strong { font-size: 1rem; }
.board-row p { margin: 5px 0 0; color: #d8edf9; font-size: .82rem; line-height: 1.55; }
.board-note { position: absolute; right: -19px; bottom: -18px; padding: 10px 15px; border: 2px solid var(--ink); background: var(--yellow); color: var(--ink); font-family: Georgia, 'Times New Roman', serif; font-size: .9rem; font-style: italic; transform: rotate(-3deg); }
.fact-line { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 2px solid var(--ink); border-bottom: 2px solid var(--ink); }
.fact-line span { padding: 20px 24px; border-right: 1px solid var(--line); color: #637581; font-size: .78rem; }
.fact-line span:last-child { border-right: 0; }
.fact-line strong { display: block; margin-bottom: 3px; color: var(--ink); font-size: .92rem; }

.services-section { padding: 132px 0; background: #fffefa; }
.section-heading h2, .work-heading h2, .contact-layout h2 { margin: 19px 0 0; font-size: clamp(3rem, 5.2vw, 5.4rem); font-weight: 570; line-height: .97; letter-spacing: -.06em; text-wrap: balance; }
.split-heading { display: grid; grid-template-columns: 1.12fr .88fr; align-items: end; gap: 72px; }
.split-heading > p { max-width: 520px; margin: 0 0 7px; color: #5b6e79; font-size: 1.06rem; line-height: 1.75; }
.service-ledger { margin-top: 78px; border-top: 2px solid var(--ink); }
.service-chapter { display: grid; grid-template-columns: 120px 1.15fr 1fr .8fr; align-items: start; gap: 30px; padding: 42px 0; border-bottom: 2px solid var(--ink); }
.chapter-index { display: flex; align-items: center; gap: 18px; }
.chapter-index span { font-family: var(--font-geist-mono); font-size: .72rem; }
.chapter-index svg { width: 24px; color: var(--blue); }
.chapter-main > p { margin: 0 0 9px; color: var(--blue); font-size: .7rem; font-weight: 780; letter-spacing: .1em; text-transform: uppercase; }
.chapter-main h3 { margin: 0; font-size: clamp(1.65rem, 2.7vw, 2.6rem); font-weight: 580; line-height: 1.08; letter-spacing: -.04em; }
.chapter-copy > p { margin: 0; color: #5a6d78; font-size: .94rem; line-height: 1.72; }
.service-chapter ul { display: grid; gap: 12px; margin: 0; padding: 0; list-style: none; }
.service-chapter li { display: flex; align-items: center; gap: 9px; color: #526772; font-size: .8rem; }
.service-chapter li svg { width: 15px; color: var(--blue); }

.work-section { padding: 132px 0; background: var(--night); color: white; }
.overline-light { color: #72bdeb; }
.work-heading { display: grid; grid-template-columns: 1.2fr .8fr; gap: 30px 72px; }
.work-heading .overline { grid-column: 1 / -1; }
.work-heading h2 { margin-top: 0; }
.work-heading > p:last-child { max-width: 490px; margin: 10px 0 0; color: #b8c7cf; font-size: 1.06rem; line-height: 1.75; }
.work-grid { display: grid; grid-template-columns: repeat(2, 1fr); margin-top: 75px; border-top: 1px solid rgba(255,255,255,.42); border-left: 1px solid rgba(255,255,255,.42); }
.work-entry { position: relative; min-height: 330px; padding: 38px; border-right: 1px solid rgba(255,255,255,.42); border-bottom: 1px solid rgba(255,255,255,.42); }
.work-entry:nth-child(1) { background: #0b7dc6; }
.work-entry:nth-child(4) { background: rgba(255,255,255,.055); }
.work-index { position: absolute; right: 27px; top: 24px; color: rgba(255,255,255,.5); font-family: Georgia, serif; font-size: 2.2rem; font-style: italic; }
.work-label { margin: 0 0 32px; color: #85c7ef; font-size: .7rem; font-weight: 770; letter-spacing: .105em; text-transform: uppercase; }
.work-entry:nth-child(1) .work-label { color: white; }
.work-entry h3 { max-width: 430px; margin: 0; font-size: clamp(2rem, 3vw, 3rem); font-weight: 570; line-height: 1; letter-spacing: -.045em; }
.work-entry > p:not(.work-label) { max-width: 510px; margin: 20px 0 34px; color: #bdcbd2; font-size: .94rem; line-height: 1.72; }
.work-entry:nth-child(1) > p:not(.work-label) { color: #e4f2fa; }
.work-tag { position: absolute; left: 38px; bottom: 32px; display: inline-flex; padding: 8px 11px; border: 1px solid rgba(255,255,255,.5); border-radius: 999px; color: #d6e4ea; font-size: .68rem; }

.principle-section { padding: 74px 0; border-bottom: 2px solid var(--ink); background: var(--yellow); }
.principle-layout { display: grid; grid-template-columns: 74px 1.25fr .75fr; align-items: center; gap: 38px; }
.principle-layout > svg { width: 48px; height: 48px; }
.principle-layout blockquote { margin: 0; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(2rem, 3.5vw, 3.4rem); font-style: italic; line-height: 1.08; letter-spacing: -.03em; }
.principle-layout > p { margin: 0; color: #405663; font-size: .96rem; line-height: 1.7; }

.people-section { padding: 132px 0; background: var(--paper-blue); }
.people-heading { display: grid; grid-template-columns: 1.16fr .84fr; gap: 26px 72px; align-items: end; }
.people-heading .overline { grid-column: 1 / -1; }
.people-heading h2 { margin: 0; font-size: clamp(3rem, 5.2vw, 5.4rem); font-weight: 570; line-height: .97; letter-spacing: -.06em; text-wrap: balance; }
.people-heading > p:last-child { max-width: 450px; margin: 0 0 7px; color: #566b77; font-size: 1.04rem; line-height: 1.75; }
.team-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0; margin-top: 78px; border-top: 2px solid var(--ink); border-left: 2px solid var(--ink); background: #fffefa; }
.person-card { display: grid; min-height: 320px; grid-template-columns: 156px 1fr; gap: 30px; padding: 34px; border-right: 2px solid var(--ink); border-bottom: 2px solid var(--ink); }
.portrait-wrap { position: relative; align-self: start; }
.portrait-wrap img { width: 148px; height: 156px; border: 2px solid var(--ink); border-radius: 3px 22px 3px 22px; background: #e8edf0; object-fit: cover; object-position: center; filter: saturate(.82); }
.portrait-wrap span { position: absolute; right: -8px; bottom: -8px; display: grid; width: 34px; height: 34px; place-items: center; border: 2px solid var(--ink); border-radius: 50%; background: var(--yellow); font-family: var(--font-geist-mono); font-size: .66rem; }
.person-copy h3 { margin: 3px 0 8px; font-size: 1.55rem; font-weight: 620; line-height: 1.1; letter-spacing: -.035em; }
.person-role { min-height: 34px; margin: 0; color: var(--blue); font-size: .68rem; font-weight: 770; line-height: 1.35; letter-spacing: .085em; text-transform: uppercase; }
.person-bio { margin: 19px 0 0; color: #5a6d78; font-size: .86rem; line-height: 1.68; }

.contact-section { padding: 108px 0; background: var(--blue); color: white; }
.contact-layout { display: grid; grid-template-columns: 1.15fr .85fr; align-items: end; gap: 70px; }
.contact-layout h2 { color: white; }
.contact-layout > div:last-child > p { max-width: 490px; margin: 0; color: #d8edf9; font-size: 1.06rem; line-height: 1.72; }
.contact-link { display: inline-flex; align-items: center; gap: 13px; margin-top: 30px; padding-bottom: 8px; border-bottom: 2px solid white; font-size: clamp(1.05rem, 2vw, 1.35rem); font-weight: 700; }
footer { border-top: 2px solid var(--ink); background: var(--paper); }
.footer-inner { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 30px; padding-block: 34px; color: #5e717c; font-size: .75rem; }
.footer-inner img { width: 118px; }
.footer-inner > div { display: flex; gap: 18px; }
.footer-inner p { margin: 0; text-align: right; }

@media (max-width: 1050px) {
  .desktop-nav { display: none; }
  .mobile-menu { display: block; }
  .hero-layout { grid-template-columns: 1fr; gap: 72px; padding-top: 130px; }
  .help-board { width: min(720px, calc(100% - 14px)); margin-inline: auto; }
  .service-chapter { grid-template-columns: 95px 1fr 1fr; }
  .service-chapter ul { grid-column: 2 / -1; grid-template-columns: repeat(3, 1fr); }
  .person-card { grid-template-columns: 130px 1fr; }
  .portrait-wrap img { width: 122px; height: 136px; }
}

@media (max-width: 780px) {
  .shell { width: min(100% - 28px, 1220px); }
  .hero-layout { min-height: 0; padding-block: 112px 72px; }
  .hero-copy-wrap h1 { font-size: clamp(3.5rem, 15vw, 5.8rem); }
  .help-board { padding: 27px 23px 32px; transform: none; box-shadow: 7px 7px 0 var(--ink); }
  .board-note { right: 10px; }
  .fact-line { grid-template-columns: 1fr; }
  .fact-line span { border-right: 0; border-bottom: 1px solid var(--line); }
  .fact-line span:last-child { border-bottom: 0; }
  .services-section, .work-section, .people-section { padding: 92px 0; }
  .split-heading, .work-heading, .people-heading, .contact-layout { grid-template-columns: 1fr; gap: 28px; }
  .work-heading .overline, .people-heading .overline { grid-column: auto; }
  .service-ledger, .team-grid { margin-top: 52px; }
  .service-chapter { grid-template-columns: 58px 1fr; gap: 18px; padding: 34px 0; }
  .chapter-index { align-items: flex-start; flex-direction: column; gap: 12px; }
  .chapter-copy, .service-chapter ul { grid-column: 2; }
  .service-chapter ul { grid-template-columns: 1fr; }
  .work-grid, .team-grid { grid-template-columns: 1fr; }
  .work-entry { min-height: 345px; padding: 30px 28px; }
  .work-tag { left: 28px; }
  .principle-layout { grid-template-columns: 1fr; gap: 24px; }
  .principle-layout > svg { width: 34px; height: 34px; }
  .person-card { min-height: 0; grid-template-columns: 112px 1fr; gap: 22px; padding: 26px 22px; }
  .portrait-wrap img { width: 106px; height: 118px; }
  .contact-section { padding: 86px 0; }
  .footer-inner { grid-template-columns: 1fr; }
  .footer-inner > div { flex-wrap: wrap; }
  .footer-inner p { text-align: left; }
}

@media (max-width: 480px) {
  .brand img { width: 126px; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .primary-button { width: 100%; justify-content: center; }
  .board-row { grid-template-columns: 38px 1fr; }
  .person-card { grid-template-columns: 1fr; }
  .portrait-wrap img { width: 128px; height: 138px; }
  .person-role { min-height: 0; }
  .section-heading h2, .work-heading h2, .people-heading h2, .contact-layout h2 { font-size: clamp(2.75rem, 13vw, 4rem); }
}

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