@font-face {
  font-family: "Montserrat";
  src: url("/media/fonts/montserrat-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

:root {
  --black: #000;
  --dark: #212121;
  --gold: #d6a342;
  --gold-text: #755000;
  --cream: #fffac0;
  --white: #fff;
  --gray: #ccc;
  --page: 1140px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--black); color: var(--white); font-family: "Montserrat", Arial, sans-serif; font-size: 16px; line-height: 1.5; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
img, video { max-width: 100%; }
.page-width { width: min(calc(100% - 48px), var(--page)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 9999; left: 16px; top: 12px; padding: 10px 14px; background: var(--cream); color: #000; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid var(--cream); outline-offset: 3px; }

.site-header { position: relative; z-index: 50; height: 240px; background: #000; border-bottom: 5px solid var(--gold); }
.header-inner { position: relative; height: 190px; max-width: 1440px; margin: auto; }
.social-links { position: absolute; left: 20px; top: 30px; display: flex; gap: 16px; color: var(--cream); font-size: 15px; font-weight: 700; }
.social-links a { display: grid; min-width: 24px; min-height: 24px; place-items: center; }
.brand { position: absolute; width: 430px; height: 139px; left: 50%; top: 40px; transform: translateX(-50%); display: grid; place-items: center; }
.brand img { width: 100%; height: 100%; object-fit: contain; }
.menu-toggle { display: none; }
.primary-nav { height: 45px; border-top: 1px solid rgba(214,163,66,.35); }
.primary-nav > ul { width: min(calc(100% - 48px), 1250px); height: 100%; margin: 0 auto; padding: 0; display: flex; align-items: stretch; justify-content: center; list-style: none; }
.primary-nav > ul > li { position: relative; min-width: 130px; }
.nav-row { height: 100%; display: flex; align-items: stretch; }
.nav-row > a { flex: 1; display: grid; place-items: center; padding: 0 14px; font-size: 14px; font-weight: 400; white-space: nowrap; }
.nav-row > a.active, .nav-row > a:hover { color: var(--cream); background: rgba(214,163,66,.12); }
.submenu-toggle { min-width: 28px; min-height: 44px; border: 0; background: transparent; color: var(--cream); padding: 0 8px 3px; cursor: pointer; }
.submenu { position: absolute; z-index: 40; top: 100%; left: 0; width: 285px; margin: 0; padding: 8px 0; background: var(--gold); color: #000; list-style: none; opacity: 0; visibility: hidden; transform: translateY(8px); transition: .18s ease; box-shadow: 0 10px 30px rgba(0,0,0,.3); }
.submenu li a { display: block; padding: 12px 18px; font-size: 14px; }
.submenu li a:hover { background: var(--cream); }
.submenu.is-expanded { opacity: 1; visibility: visible; transform: translateY(0); }

.hero { min-height: 637px; position: relative; display: grid; place-items: center; overflow: hidden; background: #111 url("/media/home/hero-poster.jpg") center/cover no-repeat; }
.hero-video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; pointer-events: none; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,.75) 0%, rgba(0,0,0,.28) 58%, rgba(0,0,0,.62) 100%); }
.hero-content { position: relative; z-index: 1; max-width: 830px; text-align: center; padding: 60px 24px; display: flex; flex-direction: column; align-items: center; }
.hero h1 { margin: 0; color: var(--gold); font-size: 77px; line-height: .93; text-transform: uppercase; font-weight: 800; letter-spacing: -2px; }
.hero h1 span { display: block; }
.hero p { max-width: 760px; margin: 28px 0 16px; font-size: 19px; line-height: 1.45; }
.hero strong { text-transform: uppercase; font-size: 18px; letter-spacing: .4px; }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 54px; padding: 14px 28px; border-radius: 14px; font-size: 14px; font-weight: 700; text-align: center; text-transform: capitalize; }
.button-dark { min-width: 311px; min-height: 69px; margin-top: 28px; border: 2px solid var(--gold); background: #000; color: var(--gold); }
.button-dark:hover { background: var(--gold); color: #000; }
.button-gold { background: var(--gold); color: #000; }
.newsletter-strip { position: relative; z-index: 3; min-height: 54px; margin-top: -54px; display: flex; justify-content: center; align-items: center; gap: 22px; background: rgba(74,74,74,.94); padding: 8px 24px; }
.newsletter-strip span { background: linear-gradient(90deg, var(--cream), var(--gold)); color: #000; border-radius: 20px; padding: 8px 16px; font-size: 13px; font-weight: 700; }
.newsletter-strip strong { font-size: 16px; }
.opportunity-section { background: #000; padding-bottom: 72px; }
.opportunity-section > h2 { min-height: 90px; margin: 0; display: grid; place-items: center; text-align: center; padding: 12px 24px; background: linear-gradient(90deg, var(--cream), var(--gold)); color: #332c20; font-size: 30px; font-weight: 300; }
.opportunity-video { max-width: 800px; padding-top: 90px; }
.opportunity-video video { display: block; width: 100%; aspect-ratio: 16/9; border: 2px solid var(--gold); border-radius: 38px 0 38px 0; background: #000; }
.opportunity-links { display: flex; justify-content: center; gap: 80px; margin-top: 38px; color: var(--gold); font-size: 18px; font-weight: 700; text-transform: uppercase; }
.opportunity-links a { border-bottom: 2px solid transparent; padding-bottom: 4px; }
.opportunity-links a:hover { border-color: currentColor; }

.story { min-height: 570px; position: relative; display: flex; align-items: center; background-size: cover; background-position: center; }
.story::before { content: ""; position: absolute; inset: 0; background: rgba(0,0,0,.18); }
.story-copy { position: relative; z-index: 1; width: min(44%, 640px); margin-left: auto; margin-right: max(6vw, calc((100vw - var(--page))/2)); padding: 56px; font-size: 21px; font-style: italic; }
.story blockquote { margin: 0 0 20px; }
.story cite { font-size: 14px; font-style: normal; }
.story-chico { background-image: linear-gradient(90deg, transparent, rgba(0,0,0,.15)), url("/media/home/chico.jpg"); background-position: center 33%; }
.story-mike { min-height: 565px; background-image: linear-gradient(90deg, rgba(0,0,0,.1), rgba(0,0,0,.46)), url("/media/home/mike.jpg"); }
.story-mike .story-copy { margin-left: max(6vw, calc((100vw - var(--page))/2)); margin-right: auto; }
.story-bruce { min-height: 616px; background-image: linear-gradient(90deg, rgba(0,0,0,.7), rgba(0,0,0,.15)), url("/media/home/bruce.jpg"); background-position: center 28%; }
.trust-copy h2 { margin: 0 0 24px; color: var(--gold); font-size: 46px; line-height: .92; font-style: normal; text-transform: uppercase; }
.trust-copy h2 span { display: block; }

.articles-section { padding: 120px 0 130px; background: #000; }
.articles-section h2 { margin: 0 0 42px; color: var(--gold); font-size: 46px; line-height: 1; }
.article-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 32px 24px; }
.article-card { overflow: hidden; border-radius: 14px; background: #fff; color: #333; }
.article-image { position: relative; display: block; aspect-ratio: 1.91/1; background: linear-gradient(#f9f9f9,#cfcfcf); }
.article-image img { object-fit: cover; }
.article-copy { min-height: 265px; padding: 30px 28px 20px; display: flex; flex-direction: column; }
.article-copy h3 { margin: 0 0 16px; color: var(--gold-text); font-size: 18px; line-height: 1.25; }
.article-copy p { margin: 0 0 18px; color: #6b6b6b; font-size: 14px; line-height: 1.45; }
.read-link { margin-top: auto; color: #111; font-size: 12px; font-weight: 800; text-transform: uppercase; }
.article-copy time { margin-top: 18px; padding-top: 12px; border-top: 1px solid #ddd; color: #666; font-size: 12px; }
.articles-more { width: 210px; margin: 48px auto 0; display: flex; }
.newsletter-callout { padding: 70px 24px; text-align: center; background: url("/media/home/dark-room.jpg") center/cover no-repeat; }
.newsletter-callout h2 { max-width: 760px; margin: 0 auto 28px; font-size: 30px; }

.site-footer { border-top: 10px solid var(--gold); background: #000; }
.footer-main { min-height: 360px; display: grid; grid-template-columns: 1fr 1.1fr 1fr 1fr; align-items: center; gap: 38px; padding-block: 55px; }
.footer-main h2 { margin: 0 0 16px; color: var(--cream); font-size: 14px; text-transform: uppercase; }
.footer-main address { display: flex; flex-direction: column; gap: 8px; font-style: normal; }
.footer-main section, .footer-main section a { font-size: 13px; }
.footer-main section > a { display: block; margin-top: 12px; }
.footer-brand img { width: 280px; }
.gold-link { color: var(--gold); font-weight: 700; text-transform: uppercase; }
.legal-band { min-height: 300px; padding: 32px 24px 90px; background: var(--gold); color: #000; text-align: center; }
.legal-band p { max-width: 1100px; margin: 5px auto; font-size: 10px; }
.legal-band h2 { margin: 34px auto 20px; color: #000; font-size: 22px; font-weight: 500; }
.legal-links { display: flex; justify-content: center; gap: 55px; font-size: 11px; font-weight: 800; }

/* Shared content route surfaces */
.page-hero { min-height: 320px; display: grid; place-items: center; padding: 70px 24px; text-align: center; background: linear-gradient(rgba(0,0,0,.68),rgba(0,0,0,.68)), url("/media/home/dark-room.jpg") center/cover; }
.page-hero h1 { margin: 0; color: var(--gold); font-size: clamp(42px,7vw,76px); line-height: 1; text-transform: uppercase; overflow-wrap: anywhere; }
.content-section { padding: 90px 0; background: #000; }
.content-section.light { background: #f4f4f2; color: #222; }
.content-section.gold { background: var(--gold); color: #000; }
.content-section h2 { color: var(--gold); font-size: clamp(30px,4vw,48px); line-height: 1.05; }
.content-section.gold h2, .content-section.light h2 { color: #111; }
.lead { max-width: 850px; font-size: 20px; line-height: 1.7; }
.search-box { width: 100%; min-height: 58px; margin: 0 0 44px; padding: 0 20px; border: 2px solid var(--gold); border-radius: 6px; background: #111; color: #fff; }
.card-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 28px; }
.content-card { overflow: hidden; background: #fff; color: #222; border-radius: 10px; }
.content-card-image { position: relative; aspect-ratio: 1.6; background: linear-gradient(135deg,#555,#111); }
.content-card-image img { width: 100%; height: 100%; object-fit: cover; }
.content-card-copy { padding: 22px; }
.content-card h2, .content-card h3 { margin: 0 0 12px; color: var(--gold); font-size: 19px; line-height: 1.25; }
.eyebrow { color: var(--gold); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.facts { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; margin-top: 50px; background: var(--gold); }
.fact { min-height: 130px; padding: 25px; background: #111; }
.fact dt { color: var(--gold); font-weight: 800; text-transform: uppercase; }
.fact dd { margin: 8px 0 0; }
.prose { max-width: 850px; }
.prose p { font-size: 18px; line-height: 1.8; }
.local-notice { padding: 18px; border-left: 5px solid var(--gold); background: #181818; color: #eee; }
.container { width: min(calc(100% - 48px), var(--page)); margin-inline: auto; }
.section { padding: 90px 0; background: #000; }
.section--light { background: #f4f4f2; color: #222; }
.page-hero__inner { text-align: center; }
.page-hero .eyebrow { margin: 0 0 18px; }
.page-hero__intro { max-width: 760px; margin: 24px auto 0; font-size: 19px; }
.section .card-grid { width: 100%; }
.card-grid--articles { grid-template-columns: repeat(3,minmax(0,1fr)); }
.article-card__image, .project-card__image { position: relative; display: block; aspect-ratio: 1.7; background: linear-gradient(135deg,#555,#111); }
.article-card__image img, .project-card__image img { width: 100%; height: 100%; object-fit: cover; }
.article-card__body, .project-card__body { padding: 24px; }
.article-card__body time { color: #666; font-size: 12px; }
.article-card__body h2 { margin: 12px 0; color: var(--gold-text); font-size: 19px; line-height: 1.25; }
.article-card__body p { color: #666; font-size: 14px; }
.text-link { color: var(--gold); font-size: 12px; font-weight: 800; text-transform: uppercase; }
.detail-page__layout { padding-block: 80px 100px; }
.detail-page__media { max-width: 960px; margin: 0 auto 48px; overflow: hidden; border-radius: 14px; }
.detail-page__media img { width: 100%; height: auto; display: block; }
.detail-page .prose { margin: 0 auto; }
.detail-page__actions { max-width: 850px; margin: 38px auto 0; display: flex; align-items: center; gap: 28px; }
.detail-page__layout--split { max-width: var(--page); display: grid; grid-template-columns: minmax(0,1.2fr) minmax(360px,.8fr); gap: 70px; }
.detail-page--article, .detail-page--career { background: #fff; color: #222; }
.detail-page--article .detail-page__layout, .detail-page--career .detail-page__layout { max-width: 980px; }
.detail-page--article .detail-page__media { max-width: 620px; margin-left: 0; margin-bottom: 22px; border-radius: 0; }
.detail-page__date { color: var(--gold-text); font-size: 12px; }
.detail-page__title { max-width: 900px; margin: 10px 0 30px; color: #222; font-size: clamp(28px,4vw,40px); line-height: 1.15; }
.detail-page--article .rich-content, .detail-page--career .rich-content { max-width: none; color: #222; font-size: 14px; line-height: 1.55; }
.detail-page--article .rich-content p, .detail-page--article .rich-content li,
.detail-page--career .rich-content p, .detail-page--career .rich-content li { color: #222; }
.detail-page--article .rich-content h2, .detail-page--article .rich-content h3,
.detail-page--career .rich-content h2, .detail-page--career .rich-content h3 { margin: 22px 0 8px; color: #222; font-size: 20px; }
.career-requirements { padding: 30px; border: 1px solid #e4dca1; box-shadow: 0 3px 15px rgba(0,0,0,.14); }
.career-application { margin-top: 48px; }
.career-application > h2 { color: #222; }
.career-application > p { margin-bottom: 30px; }
.career-application .local-form { max-width: 820px; color: #fff; }
.career-application .local-form label { color: #fff; }
.button--gold { background: var(--gold); color: #000; }
.button--outline { border: 2px solid var(--gold); color: var(--gold); background: transparent; }
.career-list { display: grid; gap: 18px; }
.career-card { display: flex; justify-content: space-between; align-items: center; gap: 32px; padding: 28px 32px; border-left: 5px solid var(--gold); background: #fff; }
.career-card h2 { margin: 4px 0; font-size: 22px; }
.contact-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: start; }
.contact-details h2 { color: var(--gold); font-size: 38px; }
.contact-details address { font-style: normal; font-size: 18px; }
.local-form { padding: 36px; background: #161616; border: 1px solid #444; }
.local-form h2 { margin-top: 6px; color: var(--gold); }
.local-form__notice { margin: 0 0 26px; padding: 14px; border-left: 4px solid var(--gold); background: #222; font-size: 13px; }
.form-field { display: flex; flex-direction: column; gap: 7px; }
.form-field--wide { grid-column: 1/-1; }
.form-field label { font-size: 13px; font-weight: 700; }
.form-field input, .form-field select, .form-field textarea { width: 100%; min-height: 52px; padding: 12px 14px; border: 1px solid #777; border-radius: 0; background: #fff; color: #111; }
.form-field textarea { min-height: 140px; resize: vertical; }
.local-form form > .button { margin-top: 24px; border: 0; cursor: pointer; }
.project-browser__tools { display: grid; grid-template-columns: 1fr 250px; gap: 24px; align-items: end; }
.project-search input, .project-filter select { border: 2px solid var(--gold); }
.project-browser__count { color: #777; }
.card-grid--projects { grid-template-columns: repeat(3,minmax(0,1fr)); }
.project-card { overflow: hidden; background: #fff; border-radius: 10px; }
.project-card h3 { margin: 8px 0 18px; font-size: 18px; line-height: 1.3; }
.project-card .eyebrow, .project-card .text-link, .article-card .text-link { color: var(--gold-text); }
.empty-state, .restricted-state, .map-placeholder, .centered-copy { padding: 50px; background: #151515; border-left: 6px solid var(--gold); text-align: center; }
.prose--wide { max-width: 920px; }
.prose h2 { margin-top: 50px; color: var(--gold); }
.card-grid--team { grid-template-columns: repeat(3,minmax(0,1fr)); }
.team-card { overflow: hidden; background: #fff; }
.team-card > img { width: 100%; height: 440px; object-fit: cover; object-position: top; }
.team-card__body { padding: 22px; }
.team-card__body h2 { margin: 0; font-size: 20px; }
.team-list { margin-top: 58px; columns: 2; column-gap: 60px; }
.team-list h2 { column-span: all; }
.form-page { max-width: 820px; }
.form-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 20px; }
.field { display: flex; flex-direction: column; gap: 8px; }
.field.full { grid-column: 1/-1; }
.field input, .field textarea, .field select { min-height: 52px; padding: 12px 14px; border: 1px solid #777; background: #fff; color: #111; }
.field textarea { min-height: 150px; }
.source-page__content { min-height: 480px; }
.source-page__content > .container { max-width: 980px; }
.source-page__title { margin: 0 0 44px; color: var(--gold-text); font-size: clamp(28px,4vw,42px); font-weight: 400; line-height: 1.1; text-align: center; }
.rich-content { font-size: 17px; line-height: 1.8; }
.rich-content > :first-child { margin-top: 0; }
.rich-content h2 { margin: 58px 0 18px; color: var(--gold); font-size: clamp(27px,4vw,42px); line-height: 1.12; }
.rich-content h3 { margin: 38px 0 14px; color: var(--cream); font-size: clamp(21px,3vw,29px); line-height: 1.2; }
.rich-content h4, .rich-content h5, .rich-content h6 { margin: 30px 0 10px; color: var(--gold); }
.rich-content p, .rich-content li { color: #eee; }
.rich-content a { color: var(--gold); font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
.rich-content ul, .rich-content ol { padding-left: 25px; }
.rich-content blockquote { margin: 42px 0; padding: 8px 0 8px 28px; border-left: 5px solid var(--gold); font-size: 21px; font-style: italic; }
.rich-content figure { margin: 42px 0; }
.rich-content img { display: block; width: auto; max-width: 100%; height: auto; margin: 36px auto; }
.rich-content table { width: 100%; border-collapse: collapse; overflow-x: auto; }
.rich-content th, .rich-content td { padding: 12px; border: 1px solid #555; text-align: left; }
.detail-page .rich-content { max-width: 850px; margin: 0 auto; }
.source-page__form { max-width: 820px; margin: 70px auto 0; }
.source-page--aboutus .page-hero { min-height: 520px; background-image: linear-gradient(rgba(0,0,0,.34),rgba(0,0,0,.34)), url("/media/about/aerial.jpg"); }
.source-page--aboutus .source-page__content,
.source-page--meet-the-team .source-page__content,
.source-page--contact-us .source-page__content,
.source-page--privacy-policy .source-page__content { background: #fff; color: #222; }
.source-page--aboutus .rich-content p,
.source-page--meet-the-team .rich-content p,
.source-page--contact-us .rich-content p,
.source-page--contact-us .rich-content li,
.source-page--privacy-policy .rich-content p,
.source-page--privacy-policy .rich-content li { color: #222; }
.source-page--aboutus .rich-content { text-align: center; }
.source-page--aboutus .rich-content > p:first-of-type { font-size: 22px; }
.about-intro { background: #fff; color: #222; text-align: center; }
.about-intro .rich-content p { color: #222; }
.about-intro video { display: block; width: min(100%, 780px); margin: 55px auto 0; border: 2px solid var(--gold); border-radius: 18px 0 18px 0; }
.about-principal { min-height: 520px; overflow: hidden; }
.about-principal--light { background: #f6f4ef; color: #222; }
.about-principal--dark { background: #050505; color: #fff; }
.about-principal__grid { min-height: 520px; display: grid; grid-template-columns: 1fr 1fr; align-items: stretch; gap: 70px; }
.about-principal__copy { align-self: center; padding-block: 60px; }
.about-principal__copy h2 { margin: 0 0 8px; color: var(--gold); font-size: clamp(28px,4vw,44px); }
.about-principal__copy .rich-content { text-align: left; font-size: 14px; line-height: 1.65; }
.about-principal--light .rich-content p { color: #222; }
.about-principal__grid > img { width: 100%; height: 100%; min-height: 520px; object-fit: cover; object-position: top; }
.about-principal:nth-child(even) .about-principal__copy { order: 2; }
.about-principal:nth-child(even) .about-principal__grid > img { order: 1; }
.about-history { background: linear-gradient(rgba(57,31,14,.78),rgba(57,31,14,.78)), url("/media/home/dark-room.jpg") center/cover; }
.about-history h2 { color: var(--gold); font-size: 44px; text-transform: uppercase; }
.about-history .rich-content { display: grid; grid-template-columns: repeat(2,1fr); gap: 40px; }
.source-page--contact-us .source-page__content > .container { max-width: 1140px; }
.source-page--contact-us .rich-content { width: min(100%, 460px); }
.source-page--contact-us .rich-content h2 { margin-top: 0; color: #222; font-size: 17px; }
.source-page--contact-us .rich-content a,
.source-page--privacy-policy .rich-content a { color: var(--gold-text); }
.source-page--contact-us .local-form { color: #fff; }
.source-page--contact-us .local-form label { color: #fff; }
.source-page--privacy-policy .source-page__content { padding-block: 38px 70px; }
.source-page--privacy-policy .source-page__content > .container { max-width: 1140px; }
.source-page--privacy-policy .source-page__title { margin-bottom: 40px; color: #222; font-size: 25px; }
.source-page--privacy-policy .rich-content { font-size: 14px; line-height: 1.35; }
.source-page--privacy-policy .rich-content h2 { margin: 24px 0 8px; color: #222; font-size: 24px; }
.source-page--privacy-policy .rich-content h3 { margin: 20px 0 7px; color: #222; font-size: 20px; }
.team-profiles { border-top: 1px solid #aaa; }
.team-profile { min-height: 505px; display: grid; grid-template-columns: 300px 1fr; align-items: center; gap: 52px; padding: 50px 0; border-bottom: 1px solid #aaa; }
.team-profile__portrait { position: relative; min-height: 360px; align-self: stretch; border-left: 16px solid var(--gold); border-bottom: 16px solid var(--gold); border-radius: 0 0 0 28px; }
.team-profile__portrait img { width: 100%; height: 100%; object-fit: cover; object-position: top; }
.team-profile__copy h2 { margin: 0 0 6px; color: #222; font-size: 23px; font-weight: 500; }
.team-profile__copy .rich-content { color: #222; font-size: 13px; line-height: 1.5; }
.team-profile__copy .rich-content p { margin: 8px 0; }

@media (max-width: 1024px) {
  .site-header { height: 230px; }
  .brand { width: 360px; }
  .primary-nav > ul > li { min-width: 100px; }
  .nav-row > a { font-size: 12px; padding-inline: 8px; }
  .story-copy { width: 56%; }
  .card-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .card-grid--articles, .card-grid--projects, .card-grid--team { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .footer-main { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 767px) {
  .page-width { width: min(calc(100% - 40px), var(--page)); }
  .site-header { height: 284px; }
  .header-inner { height: 279px; }
  .social-links { left: 50%; top: 15px; transform: translateX(-50%); }
  .brand { width: min(340px,calc(100% - 40px)); height: 139px; top: 50px; }
  .menu-toggle { position: absolute; left: 50%; bottom: 10px; transform: translateX(-50%); display: grid; width: 44px; height: 44px; place-items: center; border: 0; background: transparent; color: var(--cream); font-size: 25px; }
  .primary-nav { display: none; position: absolute; top: 279px; width: 100%; height: auto; border: 0; background: var(--gold); color: #000; }
  .primary-nav.is-open { display: block; }
  .primary-nav > ul { width: 100%; display: block; }
  .primary-nav > ul > li { min-width: 0; border-bottom: 1px solid rgba(0,0,0,.12); }
  .nav-row { min-height: 44px; }
  .nav-row > a { display: flex; justify-content: flex-start; padding: 10px 20px; font-size: 16px; }
  .nav-row > a.active { background: var(--cream); color: #000; }
  .submenu-toggle { color: #000; padding: 0 18px; }
  .submenu-toggle:focus-visible, .primary-nav a:focus-visible { outline-color: #000; }
  .submenu { display: none; position: static; width: 100%; opacity: 1; visibility: visible; transform: none; box-shadow: none; background: #b9852f; }
  .submenu.is-expanded { display: block; }
  .submenu li a { padding-left: 34px; }

  .hero { min-height: 637px; background-position: 55% center; }
  .hero-content { padding-inline: 10px; }
  .hero h1 { font-size: 54px; line-height: .93; letter-spacing: -1px; }
  .hero p { max-width: 370px; font-size: 22px; line-height: 1.38; }
  .hero strong { max-width: 350px; font-size: 17px; }
  .button-dark { min-width: 0; width: 310px; max-width: 90vw; }
  .newsletter-strip { display: none; }
  .opportunity-section > h2 { min-height: 146px; font-size: 30px; line-height: 1.05; }
  .opportunity-video { width: calc(100% - 36px); padding-top: 50px; }
  .opportunity-video video { border-radius: 22px 0 22px 0; }
  .opportunity-links { flex-direction: column; align-items: center; gap: 16px; font-size: 14px; }

  .story { min-height: 680px; background-image: none; }
  .story-chico { min-height: 560px; background: #d4d4d4; color: #fff; align-items: flex-end; }
  .story-mike { min-height: 650px; background: #000; }
  .story-bruce { min-height: 600px; background: #000; align-items: flex-end; }
  .story-copy { width: 100%; margin: 0; padding: 38px 24px 90px; font-size: 15px; }
  .story-mike .story-copy { margin: 0; align-self: flex-end; }
  .trust-copy h2 { font-size: 33px; }

  .articles-section { padding: 70px 0 90px; }
  .articles-section h2 { font-size: 33px; line-height: 1; }
  .article-grid { grid-template-columns: 1fr; gap: 24px; }
  .article-card { border-radius: 12px; }
  .article-copy { min-height: 260px; padding: 24px 22px 18px; }
  .article-copy h3 { font-size: 18px; }
  .newsletter-callout h2 { font-size: 22px; }

  .footer-main { grid-template-columns: 1fr; text-align: center; gap: 38px; padding-block: 58px; }
  .footer-main address { align-items: center; }
  .footer-brand { order: -1; }
  .legal-band { padding-bottom: 70px; }
  .legal-links { flex-direction: column; gap: 16px; }
  .container { width: min(calc(100% - 40px), var(--page)); }
  .card-grid, .form-grid, .card-grid--articles, .card-grid--projects, .card-grid--team { grid-template-columns: 1fr; }
  .field.full { grid-column: auto; }
  .facts { grid-template-columns: 1fr; }
  .project-browser__tools, .contact-layout, .detail-page__layout--split { grid-template-columns: 1fr; }
  .career-card { align-items: flex-start; flex-direction: column; }
  .detail-page__actions { align-items: flex-start; flex-direction: column; }
  .team-list { columns: 1; }
  .local-form { padding: 24px 18px; }
  .team-profile { grid-template-columns: 105px 1fr; gap: 20px; padding-block: 28px; }
  .team-profile__portrait { min-height: 130px; border-left-width: 10px; border-bottom-width: 10px; border-radius: 0 0 0 18px; }
  .team-profile__copy h2 { font-size: 18px; }
  .team-profile__copy .rich-content { font-size: 12px; }
  .source-page--aboutus .page-hero { min-height: 390px; }
  .about-principal__grid { min-height: 0; grid-template-columns: 1fr; gap: 0; }
  .about-principal__copy { padding-block: 52px; }
  .about-principal__grid > img { min-height: 0; height: 520px; }
  .about-principal:nth-child(even) .about-principal__copy { order: 1; }
  .about-principal:nth-child(even) .about-principal__grid > img { order: 2; }
  .about-history .rich-content { grid-template-columns: 1fr; gap: 0; }
  .team-profile { min-height: 0; grid-template-columns: 1fr; gap: 24px; padding-block: 68px; }
  .team-profile__portrait { width: min(100%, 310px); min-height: 500px; margin-inline: auto; }
  .team-profile__copy .rich-content { font-size: 13px; line-height: 1.65; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
  .hero-video { display: none; }
}

@media (min-width: 1025px) {
  .newsletter-callout { display: none; }
}
