:root {
  --ink: #091f40;
  --charcoal: #0f294d;
  --slate: #30445f;
  --paper: #f4f5f2;
  --white: #ffffff;
  --accent: #f18c20;
  --accent-dark: #b95f00;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "DM Sans", Arial, sans-serif; font-size: 1rem; line-height: 1.65; }
img { display: block; max-width: 100%; }
a { color: inherit; }
.shell { width: min(calc(100% - 2.5rem), var(--max)); margin-inline: auto; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 100; background: var(--accent); color: var(--ink); padding: .75rem 1rem; font-weight: 700; }
.skip-link:focus { top: 1rem; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 20; background: rgba(9, 31, 64, .94); border-bottom: 1px solid rgba(255,255,255,.1); backdrop-filter: blur(12px); }
.nav-shell { width: min(calc(100% - 2.5rem), var(--max)); min-height: 82px; margin-inline: auto; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand { display: inline-flex; align-items: center; gap: .8rem; color: var(--white); text-decoration: none; font: 800 1.05rem/1 "Montserrat", sans-serif; letter-spacing: .15em; }
.brand img { width: 142px; height: 64px; object-fit: contain; }
nav { display: flex; align-items: center; gap: 2rem; }
nav a { color: #eceeec; text-decoration: none; font-size: .84rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
nav a:hover, nav a:focus-visible { color: var(--accent); }
.nav-cta { padding: .65rem 1rem; border: 1px solid var(--accent); }
.menu-toggle { display: none; padding: .6rem; border: 0; background: transparent; }
.menu-toggle span { display: block; width: 26px; height: 2px; margin: 5px 0; background: var(--white); }

.hero { position: relative; min-height: 760px; display: grid; align-items: center; color: var(--white); overflow: hidden; }
.hero-image, .hero-overlay { position: absolute; inset: 0; }
.hero-image { background: url("images/team-table.jpg") center/cover no-repeat; transform: scale(1.015); }
.hero-overlay { background: linear-gradient(90deg, rgba(15,16,15,.94) 0%, rgba(15,16,15,.72) 46%, rgba(15,16,15,.22) 100%); }
.hero-content { position: relative; z-index: 1; padding-top: 6rem; }
.eyebrow { margin: 0 0 1.25rem; color: var(--accent); font-size: .8rem; font-weight: 800; letter-spacing: .22em; }
.eyebrow.dark { color: var(--accent-dark); }
h1, h2, h3 { font-family: "Montserrat", Arial, sans-serif; line-height: 1.06; }
h1 { max-width: 820px; margin: 0; font-size: clamp(3.5rem, 7.6vw, 7.5rem); letter-spacing: -.055em; }
h1 span { color: var(--accent); }
.hero-copy { max-width: 650px; margin: 1.7rem 0 2.2rem; color: #e4e5e3; font-size: clamp(1.05rem, 1.5vw, 1.3rem); }
.button { display: inline-flex; align-items: center; justify-content: center; gap: .85rem; min-height: 52px; padding: .85rem 1.3rem; text-decoration: none; font-weight: 800; letter-spacing: .04em; }
.button-primary { background: var(--accent); color: var(--ink); }
.button-primary:hover, .button-primary:focus-visible { background: #ffad51; transform: translateY(-2px); }

.definition-section { background: var(--accent); }
.definition-grid { display: grid; grid-template-columns: .72fr 1.4fr; align-items: center; gap: 5rem; min-height: 330px; padding-block: 4rem; }
.accent-rule { display: block; width: 55px; height: 6px; margin-bottom: 1.2rem; background: var(--ink); }
.definition-word h2 { margin: 0; font-size: clamp(3.3rem, 6vw, 6.2rem); letter-spacing: -.06em; }
.definition-word p { margin: .2rem 0 0; font-weight: 700; letter-spacing: .08em; }
.definition-copy { margin: 0; padding-left: 4rem; border-left: 1px solid rgba(23,25,24,.32); font-size: clamp(1.35rem, 2.2vw, 2rem); line-height: 1.45; }

.section { padding-block: clamp(5rem, 9vw, 8rem); }
.section-heading { max-width: 780px; margin-bottom: 3.5rem; }
.section-heading h2, .mission-panel h2, .contact h2 { margin: 0 0 1.2rem; font-size: clamp(2.7rem, 5vw, 5rem); letter-spacing: -.05em; }
.section-heading > p:last-child { max-width: 680px; color: #555a56; font-size: 1.15rem; }
.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.process-card { min-height: 340px; padding: 2.5rem; background: var(--white); border-right: 1px solid #d9dcd8; }
.process-card:last-child { border-right: 0; }
.process-card.featured { background: var(--charcoal); color: var(--white); transform: translateY(-1.25rem); box-shadow: 0 22px 45px rgba(22,24,23,.18); }
.step { display: block; color: #8d918d; font-size: .78rem; font-weight: 800; letter-spacing: .2em; }
.featured .step { color: var(--accent); }
.process-card h3 { margin: 3rem 0 1rem; font-size: 2.2rem; }
.process-card p { margin: 0; color: #5c615d; }
.featured p { color: #d5d8d5; }

.mission { display: grid; grid-template-columns: 1.15fr .85fr; min-height: 720px; background: var(--ink); color: var(--white); }
.mission-photo { min-height: 520px; background: url("images/whiteboard-session.jpg") center/cover no-repeat; }
.mission-panel { display: flex; flex-direction: column; justify-content: center; padding: clamp(3rem, 7vw, 7rem); }
.mission-panel h2 { font-size: clamp(2.7rem, 4.5vw, 4.6rem); }
.mission-panel > p:not(.eyebrow) { color: #d0d3d0; font-size: 1.08rem; }
.mission-panel .mission-signoff { margin-top: 1.4rem; padding-top: 1.4rem; border-top: 1px solid rgba(255,255,255,.18); color: var(--accent); font-weight: 700; }

.galt { background: var(--white); }
.galt-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 6rem; align-items: start; }
.galt-heading h2 { margin: 0; font-size: clamp(3.4rem, 6vw, 6.3rem); letter-spacing: -.065em; }
.galt-heading h2 span { color: var(--accent-dark); }
blockquote { margin: 0; padding: 0 0 0 3rem; border-left: 6px solid var(--accent); }
blockquote p { margin: 0 0 1.5rem; font-size: clamp(1.25rem, 2vw, 1.75rem); line-height: 1.55; }
blockquote footer { color: var(--slate); font-weight: 700; }

.contact { padding-block: clamp(5rem, 9vw, 8rem); background: var(--ink); color: var(--white); }
.contact-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 5rem; align-items: center; }
.contact h2 { margin-bottom: .8rem; }
.contact-grid > div:first-child > p:last-child { color: #e2e4e2; font-size: 1.2rem; }
.contact-card { padding: 2.5rem; border: 1px solid rgba(255,255,255,.25); background: rgba(23,25,24,.22); }
.contact-card p { margin: .25rem 0; color: #e4e6e4; }
.contact-card .contact-name { margin-bottom: .25rem; color: var(--white); font: 700 1.4rem/1.3 "Montserrat", sans-serif; }
.contact-card .button { margin-top: 1.5rem; }

.site-footer { padding-block: 1.8rem; background: #05152b; color: #b8c2d0; }
.site-footer .shell { display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.footer-brand { font-size: .8rem; }
.footer-brand img { width: 116px; height: 52px; }
.site-footer p { margin: 0; font-size: .85rem; }

@media (max-width: 840px) {
  .nav-shell { min-height: 72px; }
  .menu-toggle { display: block; position: relative; z-index: 2; }
  nav { display: none; position: absolute; inset: 72px 0 auto; flex-direction: column; align-items: stretch; gap: 0; padding: 1rem 1.25rem 1.5rem; background: var(--ink); border-top: 1px solid rgba(255,255,255,.1); }
  nav.open { display: flex; }
  nav a { padding: 1rem; }
  .nav-cta { margin-top: .5rem; text-align: center; }
  .hero { min-height: 690px; }
  .hero-overlay { background: linear-gradient(90deg, rgba(15,16,15,.94), rgba(15,16,15,.65)); }
  .definition-grid, .galt-grid, .contact-grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .definition-copy { padding: 2.2rem 0 0; border-left: 0; border-top: 1px solid rgba(23,25,24,.32); }
  .process-grid { grid-template-columns: 1fr; gap: 1rem; }
  .process-card { min-height: auto; border-right: 0; }
  .process-card.featured { transform: none; }
  .mission { grid-template-columns: 1fr; }
  .mission-photo { min-height: 460px; }
  blockquote { padding-left: 1.8rem; }
}

@media (max-width: 560px) {
  .shell, .nav-shell { width: min(calc(100% - 1.5rem), var(--max)); }
  .brand img { width: 118px; height: 54px; }
  .brand { font-size: .87rem; }
  .hero { min-height: 650px; }
  h1 { font-size: clamp(3.1rem, 16vw, 5.2rem); }
  .definition-grid { gap: 1.5rem; }
  .process-card, .contact-card { padding: 2rem 1.5rem; }
  .mission-photo { min-height: 340px; }
  .mission-panel { padding: 3.5rem 1.25rem; }
  .site-footer .shell { align-items: flex-start; flex-direction: column; }
}

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