:root {
  --black: #111111;
  --ink: #202020;
  --muted: #686868;
  --yellow: #f3cf35;
  --yellow-soft: #fff5bd;
  --paper: #fbfaf6;
  --line: #dedbd1;
  --white: #ffffff;
  --max: 1180px;
  --shadow: 0 18px 50px rgba(17, 17, 17, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.65; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
.container { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.narrow { max-width: 850px; }
.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: absolute; left: 16px; top: -60px; z-index: 10; background: var(--yellow); padding: 10px 14px; font-weight: 800; }
.skip-link:focus { top: 16px; }

.site-header { position: sticky; top: 0; z-index: 5; background: rgba(251,250,246,.94); border-bottom: 1px solid var(--line); backdrop-filter: blur(16px); }
.header-inner { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 11px; font-weight: 900; letter-spacing: -.03em; }
.brand img { width: 43px; height: 43px; object-fit: contain; }
.brand span { line-height: 1.05; font-size: 1.15rem; }
.brand small { display: block; margin-top: 5px; color: var(--muted); font-size: .66rem; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.site-nav { display: flex; align-items: center; gap: 22px; font-size: .91rem; font-weight: 750; }
.page-nav { display: flex; }
.site-nav a { border-bottom: 2px solid transparent; }
.site-nav a:hover { border-color: var(--yellow); }
.menu-toggle { display: none; background: none; border: 0; padding: 8px; }

.hero { min-height: 650px; display: grid; align-items: center; background: var(--yellow); overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 50px; align-items: center; padding: 80px 0; }
.eyebrow { margin: 0 0 16px; color: var(--muted); font-size: .73rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.section-dark .eyebrow { color: #d8d8d8; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { line-height: 1.02; letter-spacing: -.055em; }
h1 { max-width: 600px; margin-bottom: 24px; font-size: clamp(4.2rem, 10vw, 8.8rem); }
h2 { margin-bottom: 28px; font-size: clamp(2.4rem, 5vw, 4.9rem); }
h3 { line-height: 1.12; letter-spacing: -.025em; }
.hero-lead { max-width: 480px; margin-bottom: 35px; font-size: clamp(1.15rem, 2vw, 1.45rem); }
.hero-mark { display: flex; min-height: 360px; align-items: center; justify-content: center; }
.hero-mark img { width: min(100%, 480px); opacity: .92; }
.actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding: 12px 22px; border: 2px solid var(--black); border-radius: 999px; font-weight: 850; transition: transform .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 8px 0 rgba(17,17,17,.16); }
.button-dark { background: var(--black); color: var(--white); }
.button-light { background: transparent; color: var(--black); }

.section { padding: 120px 0; }
.section-yellow { background: var(--yellow); }
.section-soft { background: var(--yellow-soft); }
.section-dark { color: var(--white); background: var(--black); }
.split { display: grid; grid-template-columns: .72fr 1.28fr; gap: 80px; }
.rich-copy { font-size: 1.1rem; }
.rich-copy p + p { margin-top: 24px; }
.section-heading { max-width: 700px; margin-bottom: 55px; }
.section-heading h2 { margin-bottom: 0; }
.team-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.team-card { overflow: hidden; background: #202020; border: 1px solid #353535; }
.team-card img { width: 100%; height: 390px; object-fit: cover; object-position: center top; filter: saturate(.9); }
.team-card-body { padding: 25px; }
.team-card h3 { margin-bottom: 12px; font-size: 1.25rem; }
.team-card p { margin: 0; color: #d7d7d7; font-size: .94rem; }
.collaborators { margin-top: 55px; padding-top: 28px; border-top: 1px solid #3e3e3e; }
.collaborators h3 { margin-bottom: 18px; }
.collaborators p { display: inline-block; margin: 0 28px 8px 0; color: #d7d7d7; }
.feature-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: end; }
.feature-grid p:last-child { max-width: 510px; margin-bottom: 10px; font-size: 1.2rem; }
.contact-inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.contact h2 { margin-bottom: 10px; }
.contact p:last-child { margin: 0; font-size: 1.15rem; }
.site-footer { padding: 27px 0; color: #d8d8d8; background: var(--black); font-size: .86rem; }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.footer-inner p { margin: 0; }
.footer-inner a { color: var(--yellow); font-weight: 800; }

.placeholder-page { min-height: 100vh; display: grid; place-items: center; background: var(--yellow); }
.placeholder-content { width: min(calc(100% - 40px), 700px); padding: 70px 0; }
.placeholder-content .brand { margin-bottom: 120px; }
.placeholder-content h1 { font-size: clamp(3.8rem, 9vw, 7rem); }
.placeholder-content p:not(.eyebrow) { max-width: 450px; margin-bottom: 32px; font-size: 1.2rem; }
.text-link { display: inline-block; margin-top: 20px; font-weight: 850; text-decoration: underline; text-decoration-thickness: 2px; text-underline-offset: 4px; }
.page-hero { padding: 100px 0 110px; }
.page-hero h1 { max-width: 900px; margin-bottom: 24px; font-size: clamp(3.6rem, 8vw, 7.2rem); }
.page-intro { max-width: 680px; font-size: 1.2rem; }
.library-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.library-card { min-height: 300px; padding: 30px; border: 1px solid var(--line); background: var(--white); }
.library-card h2 { margin: 18px 0; font-size: 2rem; }
.library-card p { margin: 0; color: var(--muted); }
.tag { display: inline-block; color: var(--muted); font-size: .72rem; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.resource-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin-top: 45px; }
.resource { display: grid; gap: 8px; padding: 24px; border-top: 2px solid var(--black); background: var(--white); }
.resource strong { font-size: 1.1rem; }
.resource span { color: var(--muted); }
.resource a, .media-card a { font-weight: 850; text-decoration: underline; text-underline-offset: 4px; }
.media-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.media-card { overflow: hidden; background: var(--white); border: 1px solid var(--line); }
.media-card img { width: 100%; height: 220px; object-fit: cover; }
.media-card > div { padding: 22px; }
.media-card h2 { margin-bottom: 12px; font-size: 1.55rem; letter-spacing: -.035em; }
.media-card p { min-height: 70px; color: var(--muted); }

@media (max-width: 850px) {
  .container { width: min(calc(100% - 32px), var(--max)); }
  .menu-toggle { display: inline-flex; flex-direction: column; gap: 4px; }
  .menu-toggle > span:not(.sr-only) { width: 23px; height: 2px; background: var(--black); }
  .site-nav { position: absolute; top: 78px; left: 16px; right: 16px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 14px; background: var(--paper); border: 1px solid var(--line); box-shadow: var(--shadow); }
  .site-nav.is-open { display: flex; }
  .site-nav a { padding: 11px 4px; }
  .page-nav { position: static; display: flex; flex-direction: row; align-items: center; padding: 0; border: 0; box-shadow: none; background: transparent; }
  .page-nav a { padding: 0; }
  .hero-grid, .split, .feature-grid { grid-template-columns: 1fr; gap: 42px; }
  .hero { min-height: auto; }
  .hero-grid { padding: 70px 0 80px; }
  .hero-mark { min-height: 230px; justify-content: flex-start; }
  .hero-mark img { width: min(100%, 330px); }
  .section { padding: 78px 0; }
  .team-grid { grid-template-columns: 1fr; }
  .library-grid, .media-grid, .resource-list { grid-template-columns: 1fr; }
  .team-card { display: grid; grid-template-columns: 42% 1fr; }
  .team-card img { height: 100%; min-height: 250px; }
  .contact-inner { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 520px) {
  h1 { font-size: 4.15rem; }
  .team-card { display: block; }
  .team-card img { height: 320px; }
  .footer-inner { align-items: flex-start; flex-direction: column; }
}
