:root { color-scheme: light; --ink: #080808; --paper: #fff; --grey: #f4f4f4; --rule: 1px solid var(--ink); --gutter: clamp(1.25rem, 5vw, 6rem); }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 7rem; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
a { color: inherit; text-underline-offset: .22em; }
:focus-visible { outline: 3px solid currentColor; outline-offset: 5px; }
h1, h2, h3, p, figure { margin: 0; }
p { line-height: 1.65; }
img { max-width: 100%; height: auto; }
.skip-link { position: fixed; top: -5rem; left: 1rem; z-index: 50; padding: 1rem; background: var(--ink); color: var(--paper); }
.skip-link:focus { top: 1rem; }
.site-header { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; min-height: 5rem; padding: 1rem 2rem; border-bottom: var(--rule); }
.brand { display: inline-flex; align-items: center; gap: .7rem; font-size: 1.1rem; font-weight: 950; text-transform: uppercase; text-decoration: none; }
.brand img { width: 2rem; height: 2rem; object-fit: contain; border-radius: 24%; }
nav { display: flex; flex-wrap: wrap; gap: 1rem 1.5rem; font-size: .86rem; font-weight: 850; text-transform: uppercase; }
nav a { text-decoration: none; }
nav a:hover { text-decoration: underline; }
.hero { padding: clamp(4rem, 8vw, 8rem) var(--gutter) 4rem; border-bottom: var(--rule); }
.eyebrow { font-size: .78rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
h1 { margin-top: 2rem; max-width: 82rem; font-size: clamp(3rem, 7.8vw, 8.5rem); font-weight: 950; line-height: .9; letter-spacing: -.06em; text-transform: uppercase; }
.hero-bottom { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem 4rem; align-items: end; margin-top: 3rem; }
.lead { max-width: 38rem; font-size: clamp(1.05rem, 1.5vw, 1.3rem); }
.actions { display: flex; flex-wrap: wrap; align-items: center; justify-content: flex-end; gap: 1.25rem 2rem; }
.button { display: inline-flex; align-items: center; gap: 2rem; min-height: 3.5rem; padding: 1rem 1.4rem; background: var(--ink); color: var(--paper); border: var(--rule); text-decoration: none; font-size: .88rem; font-weight: 850; text-transform: uppercase; }
.button:hover { background: #333; }
.button:focus-visible { outline-color: var(--ink); }
.text-link { display: inline-block; font-size: .88rem; font-weight: 850; text-transform: uppercase; }
.section { padding: 4rem var(--gutter); border-bottom: var(--rule); }
.section-heading { margin-bottom: 2.5rem; }
h2 { margin-top: 1rem; font-size: clamp(1.9rem, 3.3vw, 3.5rem); font-weight: 950; line-height: .98; letter-spacing: -.045em; text-transform: uppercase; }
.section-heading > p:last-child:not(.eyebrow) { max-width: 48rem; margin-top: 1.25rem; color: #444; }
.capability-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 2rem; }
h3 { font-weight: 900; text-transform: uppercase; letter-spacing: -.025em; line-height: 1.15; font-size: 1.1rem; }
.capability-grid p { margin-top: 1rem; color: #444; font-size: .95rem; }
.hosts { background: var(--ink); color: var(--paper); }
.hosts .section-heading > p:last-child { color: #ccc; }
.host-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid #666; }
.host-grid article { padding: 2.5rem 3rem 0 0; }
.host-grid article + article { padding-left: 3rem; padding-right: 0; border-left: 1px solid #666; }
.host-grid h3 { margin-top: 1.5rem; font-size: clamp(2.5rem, 5vw, 5rem); line-height: .95; }
.host-grid article > p:not(.eyebrow) { max-width: 33rem; margin: 1.5rem 0; color: #ddd; }
.management { background: var(--grey); }
.management figure { max-width: 68rem; margin: 0 auto; }
.management img { display: block; width: 100%; height: auto; }
figcaption { margin-top: 1rem; font-size: .8rem; line-height: 1.6; color: #444; }
.project-list { border-top: var(--rule); }
.project-row { display: grid; grid-template-columns: minmax(12rem, .7fr) minmax(0, 1.3fr) auto; align-items: center; gap: 1.5rem; padding: 1.6rem 0; border-bottom: var(--rule); text-decoration: none; }
.project-row p { color: #444; }
.project-row > span { font-size: 1.5rem; }
.project-row:hover h3 { text-decoration: underline; text-underline-offset: .2em; }
.faq { display: grid; grid-template-columns: .85fr 1.15fr; gap: 4rem; }
.questions { min-width: 0; border-top: var(--rule); }
details { border-bottom: var(--rule); padding: 1.4rem 0; }
summary { cursor: pointer; font-size: 1rem; font-weight: 800; line-height: 1.5; }
details p { margin-top: 1rem; color: #444; }
.site-footer { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; padding: 3rem var(--gutter); background: var(--grey); }
.made-by { display: inline-flex; align-items: center; gap: .8rem; font-size: .86rem; font-weight: 850; text-decoration: none; }
.made-by img { height: 1.8rem; width: auto; max-width: 9rem; object-fit: contain; }
.footer-intro p { max-width: 34rem; margin-top: 1rem; color: #444; font-size: .8rem; }
.site-footer nav { align-content: start; justify-content: flex-end; }
@media (max-width: 1000px) { .capability-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } .hero-bottom { grid-template-columns: 1fr; } .actions { justify-content: flex-start; } }
@media (max-width: 760px) {
  .site-header { align-items: flex-start; flex-direction: column; padding: 1rem 1.25rem; }
  nav { gap: .85rem 1.1rem; }
  .hero { padding-top: 3.5rem; padding-bottom: 3rem; }
  h1 { font-size: clamp(2.6rem, 9.2vw, 4.8rem); }
  .section { padding-top: 3rem; padding-bottom: 3rem; }
  .host-grid, .faq, .site-footer { grid-template-columns: 1fr; }
  .host-grid article { padding: 2rem 0; }
  .host-grid article + article { padding: 2rem 0 0; border-left: 0; border-top: 1px solid #666; }
  .project-row { grid-template-columns: minmax(0, 1fr) auto; gap: .6rem 1rem; }
  .project-row p { grid-column: 1; }
  .project-row > span { grid-column: 2; grid-row: 1 / span 2; }
  .faq { gap: 0; }
  .site-footer nav { justify-content: flex-start; }
}
@media (max-width: 420px) { .capability-grid { grid-template-columns: 1fr; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
