@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;500;600&family=Manrope:wght@400;500;600;700&display=swap');

:root {
  font-family: 'Manrope', Arial, sans-serif;
  color: #142231;
  background: #f7f5f0;
  font-synthesis: none;
  --navy: #041f33;
  --navy-2: #082a43;
  --ink: #142231;
  --ivory: #f7f5f0;
  --paper: #fffdf9;
  --gold: #b99252;
  --gold-light: #d2b27b;
  --line: #d8d2c8;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; min-height: 100vh; -webkit-font-smoothing: antialiased; background: var(--ivory); }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; font-size: 14px;}
button { border: 0; cursor: pointer; }
[hidden] { display: none !important; }
.brand-letter { font-family: 'Cormorant Garamond', Georgia, serif; font-size: 32px; font-weight: 600; }
.static-icon { color: var(--gold); font-family: 'Cormorant Garamond', Georgia, serif; font-size: 30px; margin-bottom: 24px; }
.success-check { color: var(--gold); font-size: 64px; line-height: 1; }
.section-anchor { scroll-margin-top: 92px; }

.site-header { height: 96px; background: var(--navy); color: white; display: flex; align-items: center; justify-content: space-between; padding: 0 5vw; position: relative; z-index: 20; border-bottom: 1px solid rgba(255,255,255,.09); }
.brand { display: inline-flex; align-items: center; gap: 16px; min-width: 250px; }
.brand-mark { width: 42px; height: 48px; display: grid; place-items: center; color: var(--gold-light); border-right: 1px solid rgba(185,146,82,.55); padding-right: 14px; }
.brand-mark svg { width: 36px; height: 36px; }
.brand-name { font-family: 'Cormorant Garamond', Georgia, serif; font-weight: 600; letter-spacing: .18em; font-size: 22px; line-height: .95; }
.brand-name span { display: block; font-family: 'Manrope', Arial, sans-serif; font-size: 9px; letter-spacing: .31em; margin-top: 9px; color: #e8e2d7; }
.site-header nav { display: flex; align-items: center; gap: clamp(24px, 3vw, 52px); }
.site-header nav a, .site-header nav button { color: #f2f1ed; background: none; text-transform: uppercase; font-size: 14px; letter-spacing: .18em; padding: 14px 0 12px; border-bottom: 2px solid transparent; transition: .25s ease; }
.site-header nav a:hover, .site-header nav a:focus-visible, .site-header nav button:hover, .site-header nav button:focus-visible { color: var(--gold-light); border-color: var(--gold); outline: none; }
.menu-button { display: none; background: transparent; color: white; font-size: 26px; }

.hero { min-height: 720px; position: relative; overflow: hidden; color: white; display: flex; align-items: center; }
.hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 58% center; }
.hero-shade { position: absolute; inset: 0; background: rgba(2,19,31,.58); }
.hero-content { width: min(730px, 90vw); margin-left: 7.2vw; position: relative; padding: 84px 0 90px; }
.eyebrow { text-transform: uppercase; letter-spacing: .2em; font-size: 10px; font-weight: 700; color: var(--gold); margin: 0 0 24px; }
.hero h1, .thesis h2, .process h2, .accountability h2, .insights h2, .contact-cta h2, .contact-modal h2 { font-family: 'Cormorant Garamond', Georgia, serif; font-weight: 400; }
.hero h1 { font-size: clamp(52px, 5vw, 82px); line-height: .98; letter-spacing: -.025em; margin: 0; text-wrap: balance; }
.gold-rule { width: 64px; height: 3px; background: var(--gold); margin: 30px 0; }
.hero-copy { max-width: 600px; font-size: 16px; line-height: 1.75; color: #e9ecee; margin: 0; }
.hero-actions { display: flex; gap: 20px; margin-top: 42px; }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; padding: 0 28px; text-transform: uppercase; letter-spacing: .12em; font-size: 10px; font-weight: 700; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button.gold { background: var(--gold); color: white; }
.button.gold:hover { background: #c49d5d; }
.button.outline { color: white; border: 1px solid var(--gold); background: rgba(4,31,51,.45); }
.button.outline:hover { background: white; color: var(--navy); }

.capability-strip { display: grid; grid-template-columns: repeat(4, 1fr); max-width: 1480px; margin: 0 auto; padding: 52px 5vw; background: var(--paper); }
.capability-strip article { padding: 8px clamp(22px, 3vw, 45px); border-left: 1px solid var(--line); }
.capability-strip article:first-child { border-left: 0; }
.line-icon { color: var(--gold); width: 38px; height: 38px; margin-bottom: 24px; }
.capability-strip h2 { font-family: 'Cormorant Garamond', Georgia, serif; text-transform: uppercase; letter-spacing: .08em; font-size: 21px; font-weight: 600; min-height: 52px; margin: 0 0 12px; }
.capability-strip p, .phase-line p, .insight-grid p, .role-grid p { font-size: 12px; line-height: 1.7; color: #4c5963; }

.thesis { min-height: 520px; display: grid; grid-template-columns: 48% 52%; background: var(--navy); color: white; overflow: hidden; }
.thesis-copy { padding: 88px 8vw; align-self: center; }
.thesis h2 { font-size: clamp(42px, 4vw, 62px); line-height: 1.05; margin: 0; }
.thesis-copy > p:last-child { color: #cdd5da; max-width: 570px; line-height: 1.8; }
.thesis-image { min-height: 520px; background: url('/assets/northwick-hero.png') 78% center / cover no-repeat; filter: sepia(.18) contrast(1.1); opacity: .82; }

.process { background: var(--paper); padding: 100px 6vw 112px; text-align: center; }
.process h2 { font-size: clamp(42px, 4vw, 58px); margin: 0 0 65px; }
.centered { text-align: center; }
.phase-line { max-width: 1350px; margin: auto; display: grid; grid-template-columns: repeat(5, 1fr); position: relative; }
.phase-line::before { content: ''; position: absolute; top: 22px; left: 10%; right: 10%; height: 1px; background: #c9b99d; }
.phase-line article { padding: 0 24px; position: relative; }
.phase-line span { width: 44px; height: 44px; border-radius: 50%; display: grid; place-items: center; background: var(--gold); color: white; margin: 0 auto 25px; position: relative; z-index: 1; font-family: Georgia, serif; }
.phase-line h3 { text-transform: uppercase; letter-spacing: .12em; font-family: 'Cormorant Garamond', Georgia, serif; font-size: 18px; }

.accountability { background: #eeeae2; padding: 96px 7vw; display: grid; grid-template-columns: .85fr 1.65fr; gap: 7vw; align-items: center; }
.accountability h2 { font-size: clamp(42px, 4vw, 62px); line-height: 1.06; margin: 0; }
.role-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: #cfc7b9; }
.role-grid article { background: var(--paper); padding: 38px 30px; min-height: 290px; }
.role-grid svg { width: 38px; height: 38px; color: var(--gold); }
.role-grid h3 { font-family: 'Cormorant Garamond', Georgia, serif; font-size: 22px; margin: 28px 0 12px; }

.insights { background: var(--navy); color: white; padding: 96px 5vw 110px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; max-width: 1400px; margin: 0 auto 42px; }
.section-heading h2 { font-size: clamp(40px, 4vw, 58px); margin: 0; }
.section-heading a { display: flex; align-items: center; gap: 10px; color: var(--gold-light); text-transform: uppercase; letter-spacing: .12em; font-size: 10px; }
.insight-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; max-width: 1400px; margin: auto; }
.insight-grid img { width: 100%; aspect-ratio: 3/1.45; object-fit: cover; filter: saturate(.8); }
.article-type { color: var(--gold) !important; text-transform: uppercase; letter-spacing: .14em; font-size: 9px !important; margin: 22px 0 14px; }
.insight-grid h3 { font-family: 'Cormorant Garamond', Georgia, serif; font-size: 25px; font-weight: 500; line-height: 1.15; margin: 0 0 14px; }
.insight-grid article > p:not(.article-type) { color: #bbc6cc; max-width: 90%; }
.insight-grid button { background: transparent; color: var(--gold-light); padding: 12px 0; display: flex; align-items: center; gap: 10px; text-transform: uppercase; letter-spacing: .11em; font-size: 9px; }

.contact-cta { padding: 78px 7vw; background: #e8e1d5; display: grid; grid-template-columns: 1.2fr 1fr auto; gap: 6vw; align-items: center; }
.contact-cta h2 { font-size: clamp(38px, 3.5vw, 54px); margin: 0; line-height: 1; }
.contact-cta > p { line-height: 1.7; color: #52606a; }

footer { background: #031b2d; color: white; padding: 64px 5vw 28px; }
.footer-top { display: grid; grid-template-columns: 2fr 1fr 1.4fr 1fr; gap: 50px; padding-bottom: 45px; border-bottom: 1px solid rgba(255,255,255,.12); }
.footer-top h3 { text-transform: uppercase; letter-spacing: .16em; font-size: 10px; color: var(--gold-light); }
.footer-top div:not(.brand) { display: flex; flex-direction: column; gap: 10px; font-size: 11px; color: #c6d0d5; }
.footer-top button { background: none; color: inherit; text-align: left; padding: 0; font-size: inherit; }
.disclaimer { max-width: 1150px; margin: 28px auto; text-align: center; font-size: 9px; line-height: 1.7; color: #8fa0aa; }
.copyright { border-top: 1px solid rgba(255,255,255,.08); padding-top: 20px; font-size: 9px; color: #8497a2; display: flex; justify-content: space-between;     text-align: center;max-width: 1150px;}

.modal-backdrop { position: fixed; inset: 0; background: rgba(1,12,20,.84); z-index: 100; display: grid; place-items: center; padding: 24px; backdrop-filter: blur(8px); }
.contact-modal { width: min(620px, 100%); max-height: 92vh; overflow: auto; background: var(--paper); padding: 52px; position: relative; box-shadow: 0 30px 100px rgba(0,0,0,.35); }
.modal-close { position: absolute; right: 22px; top: 22px; background: transparent; font-size: 24px; color: var(--navy); }
.contact-modal h2 { font-size: 48px; margin: 0 0 12px; }
.contact-modal form > p:not(.eyebrow), .success > p:last-of-type { color: #5d6870; line-height: 1.6; }
.contact-modal label { display: block; text-transform: uppercase; letter-spacing: .1em; font-size: 9px; font-weight: 700; margin-top: 20px; color: #45525b; }
.contact-modal input, .contact-modal select, .contact-modal textarea { display: block; width: 100%; margin-top: 8px; border: 1px solid #cfc8bd; background: white; padding: 13px; color: var(--ink); outline: none; text-transform: none; letter-spacing: 0; font-size: 13px; }
.contact-modal input:focus, .contact-modal select:focus, .contact-modal textarea:focus { border-color: var(--gold); box-shadow: 0 0 0 2px rgba(185,146,82,.16); }
.contact-modal form .button { margin-top: 26px; }
.success { text-align: center; padding: 26px 0; }
.success > svg { color: var(--gold); width: 64px; height: 64px; }
.success .eyebrow { margin-top: 26px; }

@media (max-width: 980px) {
  .site-header { height: 82px; }
  .menu-button { display: block; }
  .site-header nav { display: none; position: absolute; left: 0; right: 0; top: 82px; background: var(--navy); padding: 20px 5vw 30px; flex-direction: column; align-items: stretch; gap: 2px; border-top: 1px solid rgba(255,255,255,.1); }
  .site-header nav.open { display: flex; }
  .site-header nav a, .site-header nav button { text-align: left; padding: 15px 0; }
  .capability-strip { grid-template-columns: repeat(2, 1fr); }
  .capability-strip article:nth-child(3) { border-left: 0; border-top: 1px solid var(--line); padding-top: 35px; }
  .capability-strip article:nth-child(4) { border-top: 1px solid var(--line); padding-top: 35px; }
  .phase-line { grid-template-columns: repeat(2, 1fr); gap: 48px 0; }
  .phase-line::before { display: none; }
  .accountability { grid-template-columns: 1fr; }
  .contact-cta { grid-template-columns: 1fr 1fr; }
  .contact-cta .button { grid-column: 1 / -1; width: max-content; }
}

@media (max-width: 680px) {
  .brand { min-width: 0; }
  .brand-name { font-size: 18px; }
  .brand-mark { width: 36px; }
  .hero { min-height: 710px; align-items: end; }
  .hero-image { object-position: 67% center; }
  .hero-shade { background: rgba(2,19,31,.68); }
  .hero-content { margin: 0; padding: 100px 6vw 70px; width: 100%; }
  .hero h1 { font-size: 46px; }
  .hero-copy { font-size: 14px; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .capability-strip { grid-template-columns: 1fr; padding: 25px 6vw; }
  .capability-strip article, .capability-strip article:nth-child(3), .capability-strip article:nth-child(4) { border-left: 0; border-top: 1px solid var(--line); padding: 30px 8px; }
  .capability-strip article:first-child { border-top: 0; }
  .capability-strip h2 { min-height: 0; }
  .thesis { grid-template-columns: 1fr; }
  .thesis-copy { padding: 70px 7vw; }
  .thesis-image { min-height: 300px; }
  .process { padding: 75px 7vw; }
  .phase-line { grid-template-columns: 1fr; }
  .phase-line article { max-width: 360px; margin: auto; }
  .role-grid { grid-template-columns: 1fr; }
  .role-grid article { min-height: 0; }
  .section-heading { align-items: start; flex-direction: column; gap: 25px; }
  .insight-grid { grid-template-columns: 1fr; gap: 52px; }
  .contact-cta { grid-template-columns: 1fr; }
  .contact-cta .button { grid-column: auto; width: 100%; }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .footer-top .brand { grid-column: 1 / -1; }
  .copyright { flex-direction: column; gap: 10px; }
  .contact-modal { padding: 50px 25px 30px; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .button { transition: none; } }
