@font-face {
  font-family: Nimbus;
  src: url("assets/sans.otf") format("opentype");
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: Nimbus;
  src: url("assets/sans-bold.otf") format("opentype");
  font-weight: 700;
  font-display: swap;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 24px; }
body { margin: 0; font-family: Nimbus, Arial, sans-serif; font-size: 18px; line-height: 1.5; color: var(--ink); background: var(--paper); }
h1, h2, h3, p, figure { margin: 0; }
h1, h2, h3 { font-weight: 400; line-height: 1.04; letter-spacing: -.045em; text-wrap: balance; }
h1 { font-size: clamp(48px, 7vw, 100px); }
h2 { font-size: clamp(36px, 4.6vw, 64px); }
h3 { font-size: 28px; }
p { max-width: 65ch; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 5px; }
button, input, textarea, select { font: inherit; }
button, a, summary { -webkit-tap-highlight-color: transparent; touch-action: manipulation; }
button, summary { cursor: pointer; }
button { color: inherit; }
button:disabled { cursor: not-allowed; opacity: .55; }
img { display: block; width: 100%; height: auto; }
::selection { background: var(--accent); color: var(--ink); }
:focus-visible { outline: 3px solid var(--focus, #1460df); outline-offset: 5px; }
[hidden] { display: none !important; }
.wrap { width: min(100% - 112px, 1280px); margin-inline: auto; }
.section { padding-block: 96px; }
.eyebrow { font-size: 12px; letter-spacing: .12em; text-transform: uppercase; font-weight: 700; }
.muted { color: var(--muted); }
.lede { font-size: 20px; line-height: 1.5; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 32px; margin-bottom: 40px; }
.section-heading > p { max-width: 36ch; }
.section-heading .eyebrow { margin-bottom: 20px; }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 24px; min-height: 48px; padding: 12px 24px; color: var(--paper); background: var(--ink); border: 1px solid var(--ink); text-decoration: none; font-size: 15px; font-weight: 700; transition: background-color 160ms, transform 160ms; }
.button:hover { transform: translateY(-2px); }
.button:active { transform: translateY(0); }
.button.secondary { background: transparent; color: var(--ink); border-color: var(--line); }
.site-header { display: flex; align-items: center; justify-content: space-between; gap: 28px; padding-block: 28px; }
.brand { display: inline-flex; align-items: center; gap: 9px; text-decoration: none; font-size: 23px; font-weight: 700; letter-spacing: -.055em; line-height: 1; min-height: 44px; }
.site-nav { display: flex; align-items: center; flex-wrap: wrap; gap: 28px; font-size: 14px; }
.site-nav a { display: inline-flex; align-items: center; min-height: 44px; text-decoration: none; }
.site-nav a:hover { text-decoration: underline; }
.skip { position: fixed; z-index: 100; top: 12px; left: 12px; transform: translateY(-200%); background: #fff; color: #111; padding: 12px 20px; }
.skip:focus { transform: none; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
.rule { border-top: 1px solid var(--line); }
.status { min-height: 1.5em; font-size: 14px; line-height: 1.5; }
.status[data-error="true"] { color: var(--error, #9b2323); }
label { display: block; font-size: 14px; font-weight: 700; }
input, textarea, select { width: 100%; margin-top: 8px; padding: 14px; border: 1px solid var(--line); border-radius: 0; color: var(--ink); background: var(--paper); }
textarea { resize: vertical; line-height: 1.5; }
input::placeholder, textarea::placeholder { color: var(--muted); opacity: 1; }
fieldset { border: 0; padding: 0; margin: 0; min-width: 0; }
.form-fields { display: grid; gap: 20px; }
.form-note { margin-top: 12px; font-size: 13px; color: var(--muted); }
details { border-top: 1px solid var(--line); }
summary { display: flex; justify-content: space-between; align-items: center; gap: 20px; min-height: 64px; padding-block: 22px; list-style: none; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; font-size: 24px; font-weight: 400; }
details[open] > summary::after { content: "−"; }
details > p { padding-bottom: 24px; color: var(--muted); font-size: 17px; }
.filter-bar { display: flex; flex-wrap: wrap; gap: 8px; }
.filter-bar button { min-height: 44px; padding: 10px 20px; border: 1px solid var(--line); border-radius: 100px; background: transparent; font-size: 14px; }
.filter-bar button[aria-pressed="true"] { background: var(--ink); color: var(--paper); }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 20px; padding-block: 28px; border-top: 1px solid var(--line); font-size: 13px; }
noscript { display: block; padding: 16px; background: #fff3ce; color: #27210f; font-size: 15px; }

@media (max-width: 900px) {
  .wrap { width: calc(100% - 64px); }
  .site-nav { gap: 16px; }
}

@media (max-width: 720px) {
  .wrap { width: calc(100% - 40px); }
  .section { padding-block: 64px; }
  .site-header { flex-wrap: wrap; padding-block: 20px; gap: 12px; }
  .site-nav { gap: 18px; font-size: 13px; }
  .section-heading { display: block; margin-bottom: 32px; }
  .section-heading > p { margin-top: 20px; }
  .lede { font-size: 18px; }
  .button { min-height: 48px; padding-inline: 20px; }
  h1, h2, h3, p, a, button { overflow-wrap: break-word; }
}

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

:root { --paper: #dedede; --ink: #111; --muted: #555; --line: #bbb; --accent: #ddd; }
body { background: var(--paper); font-size: 14px; }
.board-shell { max-width: 1800px; margin: auto; padding: 60px 5.2%; }
.brand-board { display: grid; grid-template-columns: 1fr 1fr; gap: 24px 30px; }
.panel { position: relative; min-width: 0; aspect-ratio: 2.03; background: white; }
.panel p { font-size: 11px; line-height: 1.25; letter-spacing: -.025em; }
.hero-photo { width: 87.5%; height: 100%; object-fit: cover; object-position: center; }
.hero-lockup { position: absolute; left: 5%; bottom: 9%; width: 58%; }
.logo { height: auto; }
.white-logo { filter: invert(1); }
.micro { font-family: monospace; font-size: 9px; letter-spacing: .09em; color: white; }
.vertical { position: absolute; bottom: 105%; left: 12%; writing-mode: vertical-rl; height: 68px; line-height: 1; }
.lower { display: block; text-align: right; margin-top: 5px; }
.edge-photo { position: absolute; inset: 0 auto 0 0; width: 12.5%; background: #111; overflow: hidden; }
.edge-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 45% center; }
.edge-photo.right { left: auto; right: 0; }
.editorial { position: absolute; inset: 20% 6% 20% 21%; display: grid; grid-template-columns: 1fr .95fr 1fr; gap: 6px; }
.editorial > img { height: 100%; object-fit: cover; object-position: 75% center; }
.editorial article { background: #f0f0f0; padding: 12px 9px; }
.editorial h2 { font-size: 11px; line-height: 1.2; letter-spacing: -.03em; margin-bottom: 9px; }
.editorial p { font-size: 10px; line-height: 1.2; margin-bottom: 9px; }
.portrait-card { min-width: 0; background: #f0f0f0; display: flex; flex-direction: column; }
.portrait-card img { min-height: 0; height: 0; flex: 1; object-fit: cover; }
.portrait-card p { font-size: 10px; padding: 7px; margin: 0; }
.panel-logo { position: absolute; right: 6%; bottom: 5%; width: 17%; }
.image-columns { position: absolute; inset: 19% 17.5% 19% 5%; display: grid; grid-template-columns: 1fr 1fr 1.8fr; grid-template-rows: minmax(0,1fr); gap: 8px; }
.image-columns article { background: #f0f0f0; min-width: 0; min-height: 0; display: flex; flex-direction: column; }
.image-columns img { height: 0; min-height: 0; flex: 1; object-fit: cover; }
.image-columns p { padding: 7px; font-size: 10px; line-height: 1.2; }
.motion-photo { margin-left: 12.5%; width: 87.5%; height: 100%; object-fit: cover; }
.motion > p { position: absolute; top: 9%; left: 17%; color: #fff; font-size: 10px; padding: 6px; background: #0007; }
.motion .panel-logo { width: 24%; bottom: 8%; }
.swatches { position: absolute; inset: 22% 14% 22% 27%; display: flex; gap: 10px; }
.swatch { flex: 1; min-width: 0; display: flex; flex-direction: column; background: black; color: white; }
.swatch h2 { font-size: clamp(15px,1.5vw,24px); line-height: 1; letter-spacing: -.045em; padding: 13px 11px; }
.swatch.grey { background: #aaa; color: #1c1c1c; }
.swatch.light { background: #d8d8d8; color: #333; }
.tints { margin-top: auto; }
.tints span { display: block; font-size: 9px; line-height: 1; padding: 5px 10px; text-align: right; color: #111; }
.tints span:nth-child(1) { background: #ffffff33; }
.tints span:nth-child(2) { background: #ffffff66; }
.tints span:nth-child(3) { background: #ffffff99; }
.tints span:nth-child(4) { background: #ffffffcc; }
.black .tints span:nth-child(-n+2) { color: white; }
.image-wordmark { position: absolute; left: 17%; right: 4%; top: 25%; bottom: 25%; background: #111 url("assets/cycle.jpg") center/cover; mask: url("assets/wordmark.png") center/contain no-repeat; }
.template-tools { display: flex; align-items: start; justify-content: space-between; gap: 24px; margin-top: 22px; color: #444; }
.template-tools details { border: 0; max-width: 68ch; }
.template-tools summary { min-height: 44px; padding: 8px 0; font-size: 13px; }
.template-tools p { font-size: 14px; }
.template-tools a { display: inline-flex; align-items: center; min-height: 44px; }
.template-tools > span { font-size: 11px; padding-top: 14px; }
@media (max-width: 1100px) {
  .board-shell { padding: 28px; }
  .brand-board { grid-template-columns: 1fr; max-width: 800px; margin: auto; }
  .editorial p, .portrait-card p, .image-columns p { font-size: 12px; }
  .editorial h2 { font-size: 12px; }
  .swatch h2 { font-size: 26px; }
  .template-tools { max-width: 800px; margin-inline: auto; }
}
@media (max-width: 600px) {
  .board-shell { padding: 16px; }
  .brand-board { gap: 16px; }
  .hero-lockup { width: 56%; }
  .vertical { display: none; }
  .micro { font-size: 7px; }
  .perspective { aspect-ratio: auto; padding: 24px 20px 52px 21%; }
  .editorial { position: static; grid-template-columns: 1fr; gap: 10px; }
  .editorial > img { width: 100%; height: 190px; }
  .editorial article { padding: 16px; }
  .editorial h2 { font-size: 16px; margin-bottom: 12px; }
  .editorial p, .portrait-card p, .image-columns p { font-size: 13px; line-height: 1.4; }
  .portrait-card img { flex: auto; height: 220px; }
  .portrait-card p { padding: 12px; }
  .panel-logo { width: 27%; bottom: 17px; }
  .imagery { aspect-ratio: auto; padding: 24px 19% 24px 6%; }
  .image-columns { position: static; grid-template-columns: 1fr; grid-template-rows: auto; gap: 14px; }
  .image-columns img { height: 210px; flex: auto; }
  .image-columns article:nth-child(2) p { order: 1; }
  .image-columns p { padding: 12px; }
  .motion { aspect-ratio: 1.45; }
  .motion-photo { object-position: 44% center; }
  .motion > p { font-size: 9px; max-width: 25ch; top: 8%; }
  .motion .panel-logo { width: 37%; }
  .colors { aspect-ratio: 1.5; }
  .swatches { inset: 18% 7% 18% 20%; gap: 7px; }
  .swatch h2 { font-size: 17px; padding: 10px 7px; }
  .tints span { padding: 4px 7px; }
  .identity { aspect-ratio: 1.8; }
  .image-wordmark { left: 18%; right: 6%; }
  .template-tools { display: block; }
  .template-tools > span { display: none; }
}
