:root {
  --navy: #082541;
  --navy-2: #123d60;
  --gold: #c79137;
  --gold-dark: #95651f;
  --gold-2: #e5b65b;
  --cream: #f8f1e6;
  --paper: #fffdf8;
  --ink: #17324d;
  --muted: #536778;
  --line: #e2d5c0;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font: 15px/1.5 Georgia, 'Times New Roman', serif; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button { font: inherit; }
p { margin: 0 0 12px; }
h1, h2, h3, .brand-name strong, .footer-domain { font-family: 'Cormorant Garamond', Georgia, serif; color: var(--navy); margin: 0; font-weight: 600; }
h2 { font-size: clamp(32px, 3vw, 43px); line-height: 1.05; letter-spacing: -.025em; }
h3 { font-size: 24px; line-height: 1.08; }
em { color: var(--gold-dark); font-style: normal; }
.container { width: min(1320px, calc(100% - 88px)); margin-inline: auto; }
.section { padding: 38px 0; }
.kicker, .eyebrow { color: var(--gold-dark); text-transform: uppercase; font: 600 10px/1.6 Inter, Arial, sans-serif; letter-spacing: .21em; margin-bottom: 10px; }
.section-heading { margin-bottom: 23px; }
.section-heading p:last-child { margin-bottom: 0; }
.centered { text-align: center; }
.line-icon { width: 42px; height: 42px; color: var(--gold-dark); fill: none; stroke: currentColor; stroke-width: 1.25; stroke-linecap: round; stroke-linejoin: round; flex-shrink: 0; }

/* One shared wordmark keeps the IA emphasis consistent throughout the site. */
.brand-wordmark { white-space: nowrap; }
.brand-ai { color: var(--gold); }
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,253,248,.97); border-bottom: 1px solid #eee5d8; transition: box-shadow .2s; }
.site-header.scrolled { box-shadow: 0 4px 18px #0825410d; }
.nav-wrap { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: flex; align-items: center; gap: 8px; }
.brand img { width: 68px; height: 68px; object-fit: contain; mix-blend-mode: multiply; }
.brand-name { display: flex; flex-direction: column; }
.brand-name strong { font-size: 26px; line-height: 1; }
.brand-name small { font-size: 9px; margin-top: 5px; color: var(--muted); }
.nav { display: flex; align-items: center; gap: 24px; font-size: 15px; }
.nav a:not(.nav-cta) { padding: 10px 0; border-bottom: 1px solid transparent; }
.nav a:hover { color: var(--gold-dark); border-color: var(--gold); }
.nav-cta { border: 1px solid var(--gold); border-radius: 24px; padding: 7px 25px; color: white; background: #a97832; }
.nav .nav-cta:hover { color: white; background: var(--navy); }
.header-note { border-left: 1px solid var(--gold); padding-left: 16px; color: var(--navy); font-size: 9px; line-height: 1.5; letter-spacing: .18em; text-transform: uppercase; }
.menu-toggle { display: none; min-width: 44px; min-height: 44px; border: 0; background: none; font-size: 26px; color: var(--navy); cursor: pointer; }

/* The image remains vivid on the right; the reading surface is confined to the copy. */
.hero { position: relative; overflow: hidden; background: #f6f0e6; border-bottom: 3px solid white; }
.hero-media { position: absolute; inset: 0 0 0 22%; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 35%; }
.hero::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, #fffdf8 0%, #fffdf8fa 24%, #fffdf8cc 34%, #fffdf800 58%); pointer-events: none; }
.hero-inner { position: relative; z-index: 1; min-height: 450px; display: flex; align-items: center; }
.hero-copy { width: 515px; max-width: 48%; padding: 32px 0 38px; }
.hero .eyebrow { color: var(--navy); margin-bottom: 12px; }
h1 { font-size: clamp(59px, 5.5vw, 82px); line-height: .88; letter-spacing: -.035em; }
h1 em { color: var(--gold); }
.hero-title-line { white-space: nowrap; }
.gold-rule { width: 36px; height: 2px; background: var(--gold); margin: 19px 0 13px; }
.lead { font-size: 18px; line-height: 1.35; max-width: 470px; margin: 0; }
.lead strong { font-weight: normal; }
.actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 20px; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 20px; min-height: 40px; padding: 7px 24px; border: 1px solid var(--gold); border-radius: 28px; font-size: 15px; transition: background .2s, transform .2s; }
.btn:hover { transform: translateY(-2px); }
.btn.primary { color: white; background: var(--navy); }
.btn.primary:hover { background: var(--navy-2); }
.btn.secondary { color: var(--gold-dark); background: #fffdf8b3; min-width: 140px; }
.hero-side-note { position: absolute; top: 28px; right: 33%; text-align: center; font-size: 16px; font-style: italic; line-height: 1.25; text-shadow: 0 1px 12px #fffdf8; }
.hero-signature { display: block; font: normal 8px/1.4 Inter, sans-serif; letter-spacing: .16em; margin-top: 12px; }
.hero-caption { position: absolute; bottom: 22px; right: 3.5%; z-index: 2; text-align: right; font-size: 10px; line-height: 1.6; letter-spacing: .17em; text-transform: uppercase; color: white; text-shadow: 0 1px 6px #082541; }

.history { position: relative; overflow: hidden; background: #fffdf8; border-bottom: 1px solid var(--line); }
.history-media { position: absolute; inset: 0 auto 0 0; width: 37%; }
.history-media img { width: 100%; height: 100%; object-fit: cover; object-position: 34% center; }
.history-media::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, #08254122, #fffdf800 45%, var(--paper) 100%); }
.history-layout { display: grid; grid-template-columns: 28% 1fr; gap: 28px; position: relative; }
.history-aside { padding-top: 32px; }
.history-aside .eyebrow { color: white; text-shadow: 0 1px 8px #082541; }
.history-content { padding: 27px 0 20px; }
.history-content .section-heading { margin-bottom: 22px; }
.history-content .kicker { margin-bottom: 4px; font-size: 9px; }
.section-subtitle { margin: 7px 0 0; color: var(--gold-dark); font-size: 18px; }
.history-columns { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.history-columns article { padding: 0 20px; border-left: 1px solid var(--line); }
.history-columns article:first-child { border-left: 0; padding-left: 0; }
.history-columns article:last-child { padding-right: 0; }
.history-columns .line-icon { display: block; margin: 0 auto 10px; }
.history-columns h3 { font-size: 23px; margin-bottom: 8px; }
.history-columns p { font-size: 14px; line-height: 1.45; margin-bottom: 0; }
.history-details { margin-top: 17px; font-size: 14px; border-top: 1px solid var(--line); }
.history-details summary { display: flex; justify-content: space-between; align-items: center; list-style: none; cursor: pointer; padding: 10px 0 3px; color: var(--gold-dark); }
.history-details summary::-webkit-details-marker { display: none; }
.history-details summary span { font-size: 21px; }
.history-details[open] summary { margin-bottom: 10px; }
.history-details[open] summary span { transform: rotate(45deg); }
.history-details p { max-width: 850px; }
.origin-strip { background: linear-gradient(100deg, #f6eee0, #fffdf8 55%, #eef3f5); border-bottom: 1px solid var(--line); }
.origin-inner { display: grid; grid-template-columns: 1.1fr 1fr; gap: 50px; align-items: center; padding-block: 20px; }
.origin-inner blockquote { margin: 0; font: 600 26px/1.13 'Cormorant Garamond', Georgia, serif; }
.origin-explanation { border-left: 1px solid var(--gold); padding-left: 26px; }
.origin-label { color: var(--gold-dark); font: 600 10px Inter, sans-serif; letter-spacing: .12em; text-transform: uppercase; }
.origin-explanation p { font-size: 13px; line-height: 1.45; margin: 5px 0 0; }

.vision { background: linear-gradient(110deg, #fffdf8 40%, #eef3f5); border-bottom: 1px solid var(--line); }
.vision-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 56px; align-items: center; }
.vision-statement h2 { font-size: 44px; }
.vision-lead { margin: 14px 0 0; font-size: 18px; line-height: 1.4; }
.vision-copy { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; }
.vision-copy article { border-left: 1px solid var(--line); padding-left: 22px; }
.vision-copy h3 { font-size: 25px; margin-bottom: 10px; }
.vision-copy p { font-size: 14px; margin: 0; }

.projects-section { background: #fff; }
.projects-heading { display: flex; gap: 40px; align-items: end; justify-content: space-between; }
.projects-heading > p { max-width: 450px; font-size: 14px; color: var(--muted); }
.projects-heading .kicker { margin-bottom: 4px; }
.projects { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 17px; }
.project { border: 1px solid var(--line); background: #fff; display: flex; flex-direction: column; border-radius: 3px; overflow: hidden; transition: box-shadow .2s, transform .2s; }
.project:hover { transform: translateY(-3px); box-shadow: 0 8px 24px #08254112; }
.project-image { width: 100%; height: 140px; object-fit: cover; object-position: center 45%; }
.project-body { position: relative; padding: 27px 17px 14px; display: flex; flex-direction: column; flex: 1; }
.project-icon { position: absolute; left: 16px; top: -26px; border: 1px solid var(--gold); border-radius: 50%; background: var(--paper); width: 45px; height: 45px; padding: 7px; }
.project h3 { font-size: 25px; margin-bottom: 7px; }
.project p { font-size: 14px; line-height: 1.4; margin-bottom: 13px; }
.project a { display: flex; gap: 18px; align-items: center; margin-top: auto; min-height: 28px; color: var(--gold-dark); font-size: 14px; text-decoration: underline; text-underline-offset: 4px; }

.values { padding: 22px 0; background: linear-gradient(90deg, #f8f1e6, #fffdf8, #f8f1e6); border-block: 1px solid var(--line); }
.values-inner { display: grid; grid-template-columns: .65fr 1fr 1fr 1fr; align-items: center; gap: 24px; }
.values h2 { font-size: 29px; }
.values article { display: flex; gap: 12px; align-items: center; border-left: 1px solid var(--line); padding-left: 20px; }
.values h3 { font-size: 23px; margin-bottom: 5px; }
.values p { font-size: 12.5px; line-height: 1.4; margin: 0; }

.manifesto { background: var(--navy); color: #e0e8ee; }
.manifesto-heading { text-align: center; }
.manifesto-heading h2 { color: white; font-size: 37px; }
.manifesto-heading em, .manifesto .kicker { color: var(--gold-2); }
.manifesto-heading > p:last-child { margin-top: 9px; font-size: 14px; color: #c3d0db; }
.manifesto-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 23px; }
.manifesto-grid article { display: flex; gap: 12px; border-left: 1px solid #e5b65b44; padding-left: 17px; }
.manifesto-grid article:first-child { border-left: 0; padding-left: 0; }
.manifesto-grid .num { color: var(--gold-2); font: 22px 'Cormorant Garamond', Georgia, serif; }
.manifesto-grid h3 { color: white; font-size: 23px; margin-bottom: 7px; }
.manifesto-grid p { font-size: 13px; line-height: 1.45; margin: 0; color: #ccd9e2; }

.join { position: relative; background: linear-gradient(90deg, #fffdf830, #fffdf8ec 29%, #fffdf8f2 70%, #fffdf830), url('../images/hero-alexandria.png') center 56% / cover; border-top: 3px solid white; padding: 31px 0; text-align: center; }
.join-inner { max-width: 850px; }
.join h2 { font-size: 40px; }
.join p:not(.kicker) { margin: 12px auto 17px; max-width: 670px; font-size: 15px; }
.join .kicker { font-size: 9px; }
footer { background: #061c30; color: #e3e9ef; padding: 18px 0; }
.footer-grid { display: flex; align-items: center; justify-content: space-between; gap: 26px; }
.footer-brand { display: flex; gap: 10px; align-items: center; }
.footer-brand img { width: 37px; height: 37px; }
.footer-brand strong { font: 600 21px 'Cormorant Garamond', Georgia, serif; }
.footer-brand small { display: block; font-size: 11px; color: #b3c4d1; }
.footer-domain { font-size: 20px; color: #e3e9ef; letter-spacing: .09em; }
.footer-linkedin { display: inline-flex; align-items: center; gap: 8px; min-height: 44px; color: #e3e9ef; font-size: 13px; text-decoration: none; }
.footer-linkedin:hover { color: #e7b866; }
.footer-linkedin:focus-visible { outline: 2px solid #e7b866; outline-offset: 4px; border-radius: 3px; }
.linkedin-icon { display: inline-flex; align-items: center; justify-content: center; width: 22px; height: 22px; border-radius: 3px; background: #e3e9ef; color: #061c30; font: 700 17px Arial, sans-serif; }

section[id], main[id] { scroll-margin-top: 90px; }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 5px; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 100; padding: 12px 20px; background: var(--navy); color: white; transform: translateY(-160%); }
.skip-link:focus { transform: none; }

@media (min-width: 1550px) {
  .hero-inner { min-height: 490px; }
  .hero-media { left: 30%; }
}
@media (max-width: 1200px) {
  .container { width: calc(100% - 56px); }
  .header-note { display: none; }
  .nav { gap: 18px; }
  .hero-copy { max-width: 51%; }
  .hero-side-note { right: 28%; }
  .history-layout { grid-template-columns: 22% 1fr; gap: 20px; }
  .history-columns article { padding-inline: 13px; }
  .vision-layout { gap: 30px; }
  .vision-copy { gap: 17px; }
  .values-inner { gap: 15px; }
  .values article { padding-left: 13px; }
}
@media (max-width: 1050px) {
  .nav-wrap { min-height: 72px; }
  .brand img { width: 61px; height: 61px; }
  .menu-toggle { display: block; }
  .nav { display: none; position: absolute; top: 100%; left: 0; right: 0; background: var(--paper); border-bottom: 1px solid var(--line); padding: 16px 28px; flex-direction: column; align-items: stretch; gap: 2px; }
  .nav.open { display: flex; }
  .nav a { min-height: 44px; }
  .nav-cta { align-self: start; margin-top: 8px; }
  .hero-copy { max-width: 60%; }
  h1 { font-size: 66px; }
  .hero-side-note { display: none; }
  .hero::after { background: linear-gradient(90deg, #fffdf8 0%, #fffdf8eb 33%, #fffdf880 53%, #fffdf800 79%); }
  .hero-caption { display: none; }
  .history-layout { grid-template-columns: 1fr; }
  .history-media { width: 100%; opacity: .08; }
  .history-media::after { background: linear-gradient(90deg, transparent, var(--paper)); }
  .history-aside { display: none; }
  .history-content { padding-block: 28px; }
  .history-columns h3 { font-size: 25px; }
  .history-columns article { padding-inline: 22px; }
  .vision-layout { grid-template-columns: 1fr; gap: 24px; }
  .vision-statement { max-width: 690px; }
  .vision-copy article:first-child { border-left: 0; padding-left: 0; }
  .projects { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
  .project-image { height: 175px; }
  .values-inner { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .values h2 { grid-column: 1 / -1; }
  .values article:nth-child(2) { padding-left: 0; border-left: 0; }
  .values article { align-items: flex-start; }
  .values .line-icon { width: 31px; height: 31px; }
  .manifesto-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 25px; }
  .manifesto-grid article:nth-child(3) { border-left: 0; padding-left: 0; }
}
@media (max-width: 680px) {
  body { font-size: 16px; }
  .container { width: calc(100% - 36px); }
  .section { padding-block: 30px; }
  .brand-name strong { font-size: 22px; }
  .brand-name small { font-size: 7px; }
  .brand img { width: 53px; height: 53px; }
  .nav-wrap { min-height: 67px; gap: 9px; }
  .hero-inner { min-height: 565px; display: block; }
  .hero-copy { width: 100%; max-width: 100%; padding: 29px 0 235px; }
  h1 { font-size: clamp(47px, 11.8vw, 70px); }
  .hero .eyebrow { font-size: 8px; margin-bottom: 12px; }
  .hero-media { inset: 160px 0 0; }
  .hero-media img { object-position: 72% 48%; }
  .hero::after { background: linear-gradient(180deg, #fffdf8 0%, #fffdf8 31%, #fffdf8ed 46%, #fffdf8b0 57%, #fffdf800 76%); }
  .lead { font-size: 16px; line-height: 1.4; max-width: 440px; }
  .gold-rule { margin: 15px 0 10px; }
  .actions { margin-top: 17px; gap: 9px; }
  .btn { min-height: 44px; padding-inline: 18px; font-size: 14px; gap: 12px; }
  .btn.secondary { min-width: 110px; }
  .hero-caption { display: block; right: 18px; bottom: 12px; font-size: 8px; }
  .history-content .section-heading { margin-bottom: 19px; }
  .history-columns { grid-template-columns: 1fr; gap: 17px; }
  .history-columns article { display: grid; grid-template-columns: 38px 1fr; column-gap: 13px; padding: 0; border-left: 0; }
  .history-columns .line-icon { grid-row: 1 / 3; width: 34px; height: 34px; margin: 0; }
  .history-columns h3 { font-size: 25px; }
  .history-columns p { font-size: 15px; }
  .history-media { opacity: .055; }
  .origin-inner { grid-template-columns: 1fr; gap: 18px; padding-block: 23px; }
  .origin-inner blockquote { font-size: 26px; }
  .origin-explanation { padding-left: 15px; }
  .origin-explanation p { font-size: 14px; }
  .vision-statement h2 { font-size: 38px; }
  .vision-lead { font-size: 18px; }
  .vision-copy { grid-template-columns: 1fr; gap: 19px; }
  .vision-copy article { border-left: 0; padding-left: 0; }
  .vision-copy p { font-size: 15px; }
  .projects-heading { display: block; }
  .projects-heading > p { margin-top: 10px; }
  .projects { grid-template-columns: 1fr; gap: 23px; }
  .project-image { height: 185px; }
  .project-body { padding: 27px 18px 16px; }
  .project h3 { font-size: 29px; }
  .project p { font-size: 16px; }
  .project a { min-height: 35px; font-size: 15px; }
  .values-inner { grid-template-columns: 1fr; gap: 19px; }
  .values article { padding: 0; border: 0; gap: 16px; }
  .values p { font-size: 15px; }
  .values h3 { font-size: 25px; }
  .values .line-icon { width: 37px; height: 37px; }
  .manifesto-heading { text-align: left; }
  .manifesto-heading h2 { font-size: 35px; }
  .manifesto-grid { grid-template-columns: 1fr; gap: 21px; }
  .manifesto-grid article { border-left: 0; padding: 0; }
  .manifesto-grid h3 { font-size: 26px; }
  .manifesto-grid p { font-size: 15px; }
  .join { padding: 30px 0; background-image: linear-gradient(#fffdf8dd, #fffdf8dd), url('../images/hero-alexandria.png'); }
  .join h2 { font-size: 37px; }
  .footer-grid { align-items: flex-start; flex-direction: column; gap: 14px; }
  .footer-domain { font-size: 17px; }
  section[id], main[id] { scroll-margin-top: 78px; }
}
@media (max-width: 360px) {
  .brand-name strong { font-size: 19px; }
  .brand-name small { display: none; }
  .brand img { width: 44px; height: 44px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
