:root {
  --paper: #f1f1ef;
  --paper-raised: #f8f8f6;
  --ink: #050505;
  --copy: #3f3f3b;
  --muted: #7a7a75;
  --quiet: #b0b0ab;
  --rule: #d3d3cf;
  --accent: #8d55ad;
  --page: 1420px;
  --gutter: clamp(28px, 4.15vw, 62px);
  --display: clamp(70px, 8.2vw, 122px);
  --section-display: clamp(52px, 6.15vw, 90px);
  --body-large: clamp(22px, 2.15vw, 31px);
  --font: -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

* { box-sizing: border-box; }
html { background: var(--paper); scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--font);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-kerning: normal;
  font-feature-settings: "kern" 1, "liga" 1;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
.shell { width: min(100%, var(--page)); margin-inline: auto; padding-inline: var(--gutter); }
.skip-link { position: fixed; top: -80px; left: 18px; z-index: 1000; padding: 11px 15px; color: #fff; background: #000; }
.skip-link:focus { top: 18px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid var(--rule);
  background: rgb(241 241 239 / 94%);
  -webkit-backdrop-filter: blur(18px) saturate(120%);
  backdrop-filter: blur(18px) saturate(120%);
}
.header-row { min-height: 108px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: inline-flex; align-items: baseline; gap: 14px; white-space: nowrap; }
.brand-xfm {
  font-size: clamp(38px, 4.25vw, 58px);
  font-weight: 540;
  line-height: .82;
  letter-spacing: -.08em;
}
.brand-place {
  color: #555550;
  font-size: clamp(10px, .93vw, 14px);
  font-weight: 740;
  line-height: 1;
  letter-spacing: .19em;
  text-transform: uppercase;
}
.header-tools { display: flex; align-items: center; gap: clamp(21px, 2.2vw, 32px); }
.language {
  color: var(--quiet);
  font-size: clamp(15px, 1.2vw, 19px);
  font-weight: 730;
  line-height: 1;
  letter-spacing: .08em;
}
.menu-trigger {
  width: 54px;
  height: 52px;
  padding: 0;
  border: 0;
  background: transparent;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  gap: 8px;
  cursor: pointer;
}
.menu-trigger span {
  width: 40px;
  height: 2px;
  display: block;
  border-radius: 2px;
  background: #666661;
  transform-origin: center;
  transition: transform .2s ease, opacity .2s ease;
}
.menu-trigger[aria-expanded="true"] span:first-child { transform: translateY(10px) rotate(45deg); }
.menu-trigger[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.menu-trigger[aria-expanded="true"] span:last-child { transform: translateY(-10px) rotate(-45deg); }

.menu-drawer {
  position: fixed;
  inset: 108px 0 0;
  z-index: 90;
  border-top: 1px solid var(--rule);
  background: rgb(241 241 239 / 99%);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-7px);
  transition: opacity .18s ease, transform .18s ease, visibility .18s;
}
.menu-drawer.is-open { opacity: 1; visibility: visible; transform: none; }
.menu-layout { min-height: calc(100svh - 108px); padding-block: 48px 40px; display: flex; flex-direction: column; justify-content: space-between; }
.menu-nav { display: flex; flex-direction: column; gap: 11px; }
.menu-nav a {
  width: max-content;
  max-width: 100%;
  font-size: clamp(52px, 7vw, 98px);
  font-weight: 420;
  line-height: .95;
  letter-spacing: -.075em;
}
.menu-foot { padding-top: 22px; border-top: 1px solid var(--rule); color: var(--muted); font-size: 12px; font-weight: 600; line-height: 1.6; letter-spacing: .13em; text-transform: uppercase; }

.hero {
  min-height: calc(100svh - 108px);
  padding-block: 42px 72px;
  border-bottom: 1px solid var(--rule);
}
.hero-layout { min-height: calc(100svh - 223px); display: flex; flex-direction: column; }
.eyebrow,
.kicker {
  margin: 0;
  font-size: clamp(12px, 1.03vw, 16px);
  font-weight: 760;
  line-height: 1.25;
  letter-spacing: .19em;
  text-transform: uppercase;
}
.eyebrow { margin-bottom: clamp(54px, 7.25vw, 94px); color: #1b1b19; }
.hero-title {
  max-width: 1210px;
  margin: 0;
  font-size: var(--display);
  font-weight: 420;
  line-height: .905;
  letter-spacing: -.078em;
  text-wrap: balance;
}
.hero-copy {
  width: min(100%, 940px);
  margin: clamp(50px, 6.3vw, 82px) 0 0;
  color: var(--copy);
  font-size: var(--body-large);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -.018em;
}
.hero-copy p { margin: 0; }
.hero-tail { margin-top: auto; padding-top: clamp(72px, 9.3vw, 124px); display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 24px; }
.microcopy { color: #81817c; font-size: clamp(12px, 1.02vw, 16px); font-weight: 520; line-height: 1.55; letter-spacing: .18em; text-transform: uppercase; }
.arrow { color: #74746f; font-size: clamp(27px, 2.4vw, 38px); line-height: 1; }

.section { padding-block: clamp(94px, 11vw, 160px); border-bottom: 1px solid var(--rule); }
.section-head { display: grid; grid-template-columns: minmax(160px, 214px) minmax(0, 1fr); gap: 36px; align-items: start; }
.kicker { margin-top: 8px; color: #70706b; }
.section-title {
  max-width: 1070px;
  margin: 0;
  font-size: var(--section-display);
  font-weight: 420;
  line-height: .945;
  letter-spacing: -.072em;
  text-wrap: balance;
}
.section-copy { max-width: 900px; margin: clamp(44px, 5.5vw, 76px) 0 0 auto; color: var(--copy); font-size: clamp(19px, 1.9vw, 27px); line-height: 1.58; letter-spacing: -.015em; }
.section-copy p { margin: 0 0 24px; }
.activity-list { margin-top: clamp(62px, 8vw, 112px); border-top: 1px solid var(--rule); }
.activity { padding-block: 31px 35px; border-bottom: 1px solid var(--rule); display: grid; grid-template-columns: 84px minmax(0, .92fr) minmax(0, 1.12fr); gap: 30px; }
.activity-number { color: #7e7e79; font-size: clamp(31px, 3vw, 45px); font-weight: 390; line-height: 1; letter-spacing: -.05em; }
.activity h3 { margin: 1px 0 0; font-size: clamp(25px, 2.45vw, 37px); font-weight: 510; line-height: 1.05; letter-spacing: -.05em; }
.activity p { max-width: 580px; margin: 0; color: #5d5d58; font-size: clamp(16px, 1.35vw, 20px); line-height: 1.65; letter-spacing: -.01em; }

.statement { padding-block: clamp(100px, 12vw, 174px); border-bottom: 1px solid var(--rule); background: var(--paper-raised); }
.statement-title { max-width: 1180px; margin: 0; font-size: clamp(60px, 7.45vw, 108px); font-weight: 420; line-height: .905; letter-spacing: -.078em; text-wrap: balance; }
.statement-copy { max-width: 800px; margin: clamp(50px, 6vw, 80px) 0 0 auto; color: #4c4c48; font-size: clamp(19px, 1.85vw, 27px); line-height: 1.6; letter-spacing: -.014em; }

.contact-block { margin-top: clamp(54px, 6vw, 84px); }
.contact-pill { width: 100%; min-height: 112px; padding: 18px 28px; display: flex; align-items: center; gap: 22px; border: 1px solid #bcbcb7; border-radius: 999px; background: #fafaf8; }
.contact-dot { width: 64px; height: 64px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 50%; color: #fff; background: #050505; font-size: 29px; }
.contact-pill strong { display: block; font-size: clamp(24px, 2.6vw, 38px); font-weight: 680; line-height: 1.03; letter-spacing: -.043em; }
.contact-pill span { display: block; margin-top: 4px; color: #6a6a65; font-size: clamp(15px, 1.3vw, 18px); letter-spacing: -.01em; }
.contact-grid { margin-top: 54px; padding-top: 26px; border-top: 1px solid var(--rule); display: grid; grid-template-columns: 1fr 1fr; gap: 32px; }
.field-label { margin: 0 0 9px; color: #797974; font-size: 12px; font-weight: 720; line-height: 1.3; letter-spacing: .14em; text-transform: uppercase; }
.field-value { margin: 0; color: #20201e; font-size: clamp(16px, 1.35vw, 20px); line-height: 1.68; letter-spacing: -.01em; }

.footer { padding-block: 34px 44px; }
.footer-layout { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 34px; }
.legal { max-width: 810px; margin: 0; color: #777772; font-size: 12px; line-height: 1.78; }
.footer-nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 20px; }
.footer-nav a { color: #74746f; font-size: 12px; letter-spacing: .09em; text-transform: uppercase; }

.subhero { padding-block: 44px 76px; border-bottom: 1px solid var(--rule); }
.subhero .eyebrow { margin-bottom: 54px; }
.subhero h1 { max-width: 1100px; margin: 0; font-size: clamp(64px, 8vw, 114px); font-weight: 420; line-height: .91; letter-spacing: -.078em; }
.prose { max-width: 890px; margin: clamp(64px, 7vw, 102px) 0 0 auto; padding-bottom: clamp(92px, 11vw, 152px); color: #3d3d39; font-size: clamp(17px, 1.55vw, 21px); line-height: 1.74; letter-spacing: -.01em; }
.prose h2 { margin: 54px 0 14px; color: #111; font-size: clamp(25px, 2.2vw, 34px); font-weight: 590; line-height: 1.08; letter-spacing: -.05em; }
.prose p { margin: 0 0 20px; }
.prose ul { padding-left: 20px; }
.not-found { min-height: calc(100svh - 108px); padding-block: 50px 70px; display: flex; align-items: flex-end; }
.not-found h1 { max-width: 930px; margin: 0; font-size: clamp(76px, 11vw, 152px); font-weight: 420; line-height: .88; letter-spacing: -.08em; }
.not-found p { max-width: 610px; margin: 36px 0 0; color: #4b4b47; font-size: clamp(19px, 2vw, 28px); line-height: 1.55; }
.back-link { display: inline-block; margin-top: 44px; color: #767671; font-size: 13px; letter-spacing: .15em; text-transform: uppercase; }

@media (max-width: 900px) {
  .header-row { min-height: 86px; }
  .menu-drawer { inset-block-start: 86px; }
  .menu-layout { min-height: calc(100svh - 86px); }
  .hero { min-height: calc(100svh - 86px); }
  .hero-layout { min-height: calc(100svh - 201px); }
  .section-head { grid-template-columns: 1fr; gap: 18px; }
  .section-copy { margin-left: 0; }
  .activity { grid-template-columns: 58px minmax(0, 1fr); gap: 14px 18px; }
  .activity p { grid-column: 2; }
  .contact-grid, .footer-layout { grid-template-columns: 1fr; }
  .footer-nav { justify-content: flex-start; }
}

@media (max-width: 560px) {
  :root { --gutter: 24px; --display: 60px; --section-display: 56px; --body-large: 20px; }
  .header-row { min-height: 76px; }
  .brand { gap: 11px; }
  .brand-xfm { font-size: 36px; letter-spacing: -.08em; }
  .brand-place { font-size: 10px; letter-spacing: .17em; }
  .header-tools { gap: 18px; }
  .language { font-size: 16px; }
  .menu-trigger { width: 43px; height: 42px; }
  .menu-trigger span { width: 34px; }
  .menu-drawer { inset-block-start: 76px; }
  .menu-layout { min-height: calc(100svh - 76px); padding-block: 34px 30px; }
  .menu-nav a { font-size: 58px; }
  .hero { min-height: calc(100svh - 76px); padding-block: 29px 56px; }
  .hero-layout { min-height: calc(100svh - 161px); }
  .eyebrow { margin-bottom: 39px; font-size: 11.5px; letter-spacing: .19em; }
  .hero-title { max-width: 100%; font-size: 60px; font-weight: 420; line-height: .91; letter-spacing: -.075em; text-wrap: pretty; }
  .hero-copy { width: 100%; margin-top: 48px; font-size: 20px; line-height: 1.52; letter-spacing: -.018em; }
  .hero-tail { padding-top: 68px; gap: 14px; }
  .microcopy { max-width: 91%; font-size: 11.5px; line-height: 1.6; letter-spacing: .175em; }
  .section { padding-block: 78px; }
  .kicker { font-size: 11.5px; }
  .section-title { font-size: 56px; line-height: .95; letter-spacing: -.072em; }
  .section-copy { margin-top: 36px; font-size: 19px; line-height: 1.62; letter-spacing: -.016em; }
  .activity-list { margin-top: 55px; }
  .activity { grid-template-columns: 47px 1fr; padding-block: 24px 27px; }
  .activity-number { font-size: 30px; }
  .activity h3 { font-size: 25px; letter-spacing: -.05em; }
  .activity p { font-size: 16px; line-height: 1.62; }
  .statement { padding-block: 84px; }
  .statement-title { font-size: 62px; line-height: .91; letter-spacing: -.075em; }
  .statement-copy { margin-top: 46px; font-size: 19px; line-height: 1.62; }
  .contact-pill { min-height: 98px; padding: 15px 18px; }
  .contact-dot { width: 56px; height: 56px; font-size: 25px; }
  .contact-pill strong { font-size: 23px; }
  .contact-pill span { font-size: 15px; }
  .contact-grid { margin-top: 42px; }
  .subhero { padding-block: 30px 60px; }
  .subhero .eyebrow { margin-bottom: 38px; }
  .subhero h1 { font-size: 62px; line-height: .91; letter-spacing: -.075em; }
  .not-found { min-height: calc(100svh - 76px); }
}

@media (max-width: 370px) {
  :root { --gutter: 20px; }
  .brand-xfm { font-size: 34px; }
  .brand-place { font-size: 9px; }
  .hero-title { font-size: 55px; }
  .section-title { font-size: 51px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { transition: none !important; }
}
