/* No Ordinary Projects, prototype stylesheet
   Besloten 4 sep 2026: Cooper BT (koppen) + Geist 300 (tekst), bone, terracotta, teal-dark. */

@font-face { font-family: "Cooper BT"; src: url("assets/fonts/cooper-light.woff2") format("woff2"); font-weight: 300; font-display: swap; }
@font-face { font-family: "Cooper BT"; src: url("assets/fonts/cooper-medium.woff2") format("woff2"); font-weight: 500; font-display: swap; }

:root {
  --font-heading: "Cooper BT", Georgia, serif;
  --font-body: "Geist", system-ui, sans-serif;
  --weight-body: 300;
  --paper: #FBF9F4;
  --ink: #072220;
  --accent: #C8552B;
  --muted: #4E6B69;
  --rule: rgba(7,34,32,.14);

  --content: 640px;
  --breakout: 864px;
  --wide: 1280px;
  --pad: 1rem;
  --radius-media: 0.02rem;
  --radius-pill: 1.2rem;
}
@media (min-width: 640px) { :root { --pad: 2rem; } }
@media (min-width: 768px) { :root { --pad: 4rem; } html { font-size: 19px; } }
@media (min-width: 1600px) { html { font-size: 20px; } }

* { box-sizing: border-box; }
html { font-size: 18px; scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--font-body); font-weight: var(--weight-body); line-height: 1.5; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; border-radius: var(--radius-media); }
p { margin: 0 0 1em; }
h1, h2, h3, .h { font-family: var(--font-heading); font-weight: 300; line-height: 1.05; margin: 0; letter-spacing: -0.005em; }
.h-xl { font-size: clamp(2.6rem, 6vw, 4.6rem); }
.h-l  { font-size: clamp(2rem, 4vw, 3rem); }
.h-m  { font-size: clamp(1.5rem, 2.6vw, 2rem); }
.h-s  { font-size: 1.3rem; }
.label { font-weight: 500; font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; color: var(--accent); }
.label--muted { color: var(--muted); }
.small { font-size: .85rem; }
.muted { color: var(--muted); }
.lead { font-size: 1.2rem; line-height: 1.45; }
.lead--h { font-family: var(--font-heading); font-size: clamp(1.5rem, 2.4vw, 1.9rem); line-height: 1.2; }
.link { color: var(--accent); border-bottom: 1px solid currentColor; padding-bottom: 1px; }
.link:hover { border-bottom-color: transparent; }
.link--ink { color: var(--ink); }
.btn { display: inline-block; font-weight: 500; font-size: .9rem; padding: .7em 1.4em; border-radius: var(--radius-pill); background: var(--accent); color: #fff; border: 1px solid var(--accent); cursor: pointer; font-family: inherit; }
.btn--ghost { background: transparent; color: var(--ink); border-color: var(--ink); }
.input { font: inherit; font-size: .95rem; padding: .7em 1.1em; border: 1px solid var(--ink); border-radius: var(--radius-pill); background: transparent; color: var(--ink); min-width: 14rem; }
.wrap { width: 100%; max-width: var(--wide); margin: 0 auto; padding: 0 var(--pad); }
.content { max-width: var(--content); }
.breakout { max-width: var(--breakout); }
.center { margin-left: auto; margin-right: auto; }
.rule { border: 0; border-top: 1px solid var(--rule); margin: 0; }
.mw { max-width: 36em; }
body { min-height: 100vh; display: flex; flex-direction: column; }
main { flex: 1; }
.page { padding-top: 2.5rem; padding-bottom: 5rem; }

/* header */
.hdr { display: flex; justify-content: space-between; align-items: center; padding: 1.2rem 0; gap: 1rem; flex-wrap: wrap; }
.hdr .mark svg { height: 1.45rem; width: auto; fill: currentColor; display: block; }
.hdr nav { display: flex; gap: 1.6rem; font-size: .92rem; flex-wrap: wrap; }
.hdr nav a:hover, .hdr nav a[aria-current] { color: var(--accent); }
@media (max-width: 720px) { .hdr nav { gap: 1rem; font-size: .85rem; } }

/* footer */
.ftr-bleed { margin-top: 4rem; }
.ftr { border-top: 1px solid var(--ink); padding: 2.8rem 0 2.4rem; display: grid; grid-template-columns: 1.15fr 1fr 1.35fr; column-gap: 3rem; row-gap: 2.2rem; font-size: .9rem; align-items: start; }
@media (max-width: 800px) { .ftr { grid-template-columns: 1fr; row-gap: 2rem; } }
.ftr .wordmark { font-family: var(--font-heading); font-weight: 500; font-size: 1.15rem; white-space: nowrap; }
.ftr .meta { color: var(--muted); margin: .45rem 0 0; line-height: 1.5; }
.ftr-reach { display: grid; gap: .45rem; justify-items: start; }
.ftr .letters { display: grid; gap: .7rem; justify-items: start; }
.letters-row { display: flex; gap: .6rem; flex-wrap: wrap; align-items: center; }
.ftr-legal { grid-column: 1 / -1; display: flex; gap: 1.4rem; flex-wrap: wrap; align-items: baseline; margin-top: .4rem; padding-top: 1.3rem; border-top: 1px solid color-mix(in srgb, currentColor 28%, transparent); font-size: .82rem; }
/* donkere footer-varianten */
body[data-footer="teal"] .ftr-bleed { background: var(--ink); color: var(--paper); }
body[data-footer="terracotta"] .ftr-bleed { background: var(--accent); color: var(--paper); }
body[data-footer="teal"] .ftr, body[data-footer="terracotta"] .ftr { border-top: 0; padding: 3rem 0 3.5rem; }
body[data-footer="teal"] .ftr .meta, body[data-footer="terracotta"] .ftr .meta,
body[data-footer="teal"] .ftr .label, body[data-footer="terracotta"] .ftr .label { color: rgba(251,249,244,.7); }
body[data-footer="teal"] .ftr .input, body[data-footer="terracotta"] .ftr .input,
body[data-footer="teal"] .ftr .btn--ghost, body[data-footer="terracotta"] .ftr .btn--ghost { color: var(--paper); border-color: var(--paper); }
body[data-footer="teal"] .ftr .link--ink, body[data-footer="terracotta"] .ftr .link--ink { color: var(--paper); }
body[data-footer="teal"] .ftr .input::placeholder, body[data-footer="terracotta"] .ftr .input::placeholder { color: rgba(251,249,244,.55); }

/* home */
.home { padding-top: 3.6rem; padding-bottom: 4rem; }
.home .h-xl { font-size: clamp(2.4rem, 5.4vw, 4.2rem); }
.home-tag { font-family: var(--font-heading); font-weight: 300; font-size: clamp(1.55rem, 2.8vw, 2.15rem); color: var(--accent); line-height: 1.15; margin-top: .4rem; text-transform: uppercase; letter-spacing: .04em; }
.home-field { display: grid; grid-template-columns: 1fr 1.45fr; column-gap: 6vw; align-items: start; }
.home-masthead { grid-column: 1 / -1; grid-row: 1; margin-bottom: 6.5rem; }
.manifesto-open { grid-column: 1; grid-row: 2; max-width: 22em; margin: .45rem 0 0; font-size: 1.15rem; line-height: 1.5; }
.manifesto-verbs { grid-column: 2; grid-row: 2; margin: 6.5rem 0 4.5rem; font-family: var(--font-heading); font-weight: 300; font-size: clamp(2.3rem, 4.2vw, 3.5rem); line-height: 1.28; }
.manifesto-rest { grid-column: 1; grid-row: 3; max-width: 24em; margin: 0; align-self: start; position: relative; top: 25%; transform: translateY(-50%); display: grid; gap: 1.5rem; }
.home-still { grid-column: 2; grid-row: 3; width: 100%; margin: 0; }
.home-still img { width: 100%; height: clamp(380px, 52vh, 560px); object-fit: cover; object-position: 50% 42%; }
.manifesto-rest p { margin: 0; font-size: .95rem; line-height: 1.55; }
.manifesto-rest p:last-child { font-family: var(--font-heading); font-weight: 500; font-size: .95rem; line-height: 1.45; }
.home .atplay { grid-column: 1 / -1; grid-row: 4; max-width: 42rem; margin-top: 5rem; border-top: 0; padding-top: 0; }
.home .atplay .label { font-size: .8rem; }
.home .atplay li { font-size: 1rem; }
.home .quote { grid-column: 2; grid-row: 5; justify-self: end; max-width: 16em; margin: 6.5rem 0 1rem; font-family: var(--font-heading); font-weight: 300; font-size: clamp(1.25rem, 2.1vw, 1.7rem); line-height: 1.25; color: var(--ink); }
.home .quote cite { display: block; font-family: var(--font-body); color: var(--muted); font-size: .62rem; margin-top: .55rem; }
@media (max-width: 800px) {
  .home { padding-top: 2.8rem; }
  .home-field { grid-template-columns: 1fr; }
  .home-masthead, .manifesto-verbs, .manifesto-open, .home-still, .manifesto-rest, .home .atplay, .home .quote { grid-column: 1; width: auto; max-width: none; justify-self: stretch; margin-bottom: 3.2rem; }
  .home-masthead { grid-row: 1; margin-bottom: 3.4rem; }
  .manifesto-verbs { grid-row: 2; font-size: 2.4rem; margin: 0 0 2.4rem; }
  .manifesto-open { grid-row: 3; }
  .home-still { grid-row: 4; margin-bottom: 2.8rem; }
  .manifesto-rest { grid-row: 5; top: 0; transform: none; }
  .home .atplay { grid-row: 6; margin-top: 0; }
  .home .quote { grid-row: 7; margin: 1.5rem 0 0; }
}
.quote { font-family: var(--font-heading); font-weight: 300; font-size: clamp(1.4rem, 2.4vw, 1.9rem); line-height: 1.25; max-width: 30em; margin: 0; }
.quote cite { display: block; font-family: var(--font-body); font-style: normal; font-size: .85rem; color: var(--muted); margin-top: 1rem; }
.atplay { border-top: 1px solid var(--rule); padding-top: 1.5rem; }
.atplay ul { list-style: none; padding: 0; margin: .6rem 0 0; display: grid; gap: .5rem; }
.atplay li { display: grid; grid-template-columns: 8rem 1fr; gap: 1rem; font-size: .95rem; }
.atplay li span:first-child { color: var(--muted); }
.atplay li a { justify-self: start; }
@media (max-width: 520px) { .atplay li { grid-template-columns: 1fr; gap: .1rem; } }

/* words */
.now { display: flex; gap: .8rem; align-items: baseline; padding: .8rem 0; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--rule); margin: 2.5rem 0 3rem; flex-wrap: wrap; }
.arch { list-style: none; margin: 0; padding: 0; }
.arch li { display: grid; grid-template-columns: 7.5rem 1fr; gap: 1.5rem; padding: 1.2rem 0; border-bottom: 1px solid var(--rule); }
@media (max-width: 720px) { .arch li { grid-template-columns: 1fr; gap: .4rem; } }
.arch .meta { font-size: .72rem; color: var(--muted); letter-spacing: .06em; text-transform: uppercase; font-weight: 500; line-height: 1.6; }
.arch .meta b { display: block; color: var(--accent); font-weight: 500; }
.arch .title { display: block; margin-bottom: .3rem; font-size: clamp(1.25rem, 2vw, 1.5rem); }
.arch li:hover .title { color: var(--accent); }
.arch p { margin: 0; max-width: 36em; font-size: .92rem; }
.arch li.draft .title, .arch li.draft .meta b { color: var(--muted); }
.arch li.draft p { color: var(--muted); font-style: italic; }
.arch li.draft { border-left: 2px dotted var(--rule); padding-left: 1.2rem; margin-left: -1.2rem; }
@media (max-width: 720px) { .arch li.draft { margin-left: 0; padding-left: .8rem; } }
.pager { display: flex; justify-content: space-between; align-items: baseline; gap: 1rem; padding-top: 1.2rem; font-size: .9rem; }
.pager:empty { display: none; }
.two { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; margin-top: 4rem; }
@media (max-width: 720px) { .two { grid-template-columns: 1fr; gap: 2rem; } }

/* essay */
.essay .meta { font-size: .78rem; color: var(--muted); letter-spacing: .06em; text-transform: uppercase; font-weight: 500; }
.essay h1 { margin: .6rem 0 1.4rem; }
.essay .body { font-size: 1.12rem; line-height: 1.6; }
.essay .body p { margin-bottom: 1.3em; }
.essay .body blockquote { margin: 2rem 0; padding-left: 1.2rem; border-left: 2px solid var(--accent); font-family: var(--font-heading); font-size: 1.4rem; line-height: 1.3; }
.essay figure { margin: 0 0 2.5rem; }
.essay figure img { width: 100%; aspect-ratio: 16/9; object-fit: cover; }
.essay .prevnext { display: flex; justify-content: space-between; gap: 1rem; flex-wrap: wrap; border-top: 1px solid var(--rule); padding-top: 1.2rem; margin-top: 3rem; font-size: .9rem; }

/* facilitation */
.who { display: grid; gap: 2.2rem; margin: 3.5rem 0; }
.who h3 { font-family: var(--font-body); font-weight: 500; font-size: 1rem; margin-bottom: .3rem; }
.who p { margin: 0; max-width: 36em; }
.strip-nav { display: flex; justify-content: flex-end; gap: 1.2rem; margin-top: 3.1rem; margin-bottom: .2rem; font-size: .85rem; }
.strip-nav button { font: inherit; padding: 0; border: 0; background: transparent; color: var(--muted); cursor: pointer; line-height: 1; }
.strip-nav button:hover { color: var(--ink); }
.strip { --edge: max(var(--pad), calc((100% - var(--wide)) / 2 + var(--pad))); display: flex; gap: .6rem; overflow-x: auto; padding: 0 var(--edge); scroll-padding-inline: var(--edge); margin: 0 0 3rem; scroll-snap-type: x mandatory; scrollbar-width: none; }
.strip::-webkit-scrollbar { display: none; }
.strip figure { flex: 0 0 auto; margin: 0; scroll-snap-align: start; }
.strip img { height: clamp(240px, 46vh, 460px); width: auto; max-width: none; }
.strip figcaption { font-size: .72rem; letter-spacing: .08em; text-transform: uppercase; color: var(--accent); margin-top: .5rem; }
.specials { border-top: 1px solid var(--ink); border-bottom: 1px solid var(--rule); padding: 1.8rem 0; margin: 3rem 0; }
.specials dl { margin: 1.4rem 0 0; display: grid; gap: 1.1rem; }
.specials dt { font-weight: 500; }
.specials dd { margin: .15rem 0 0; max-width: 36em; }
.section-label { display: block; margin-bottom: .8rem; }
.rule--section { margin: 3.5rem 0 3rem; }
.clients { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: .35rem 1.6rem; font-size: .95rem; color: var(--muted); max-width: 36em; }
.testimonial { margin: 3.5rem 0 0; display: grid; grid-template-columns: auto 1fr; gap: 1.4rem; align-items: start; }
.testimonial .quote { max-width: 30em; }
.mug { width: 3.4rem; height: 3.4rem; border-radius: 50%; display: block; margin-top: .3rem; background-size: auto 250%; background-position: 50% 41%; background-repeat: no-repeat; }
@media (max-width: 520px) { .testimonial { grid-template-columns: 1fr; gap: .8rem; } }
.stories { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2.5rem; margin: 0; }
@media (max-width: 800px) { .stories { grid-template-columns: 1fr; } }
.stories h3 { margin-bottom: .6rem; }
.stories p { margin: 0; font-size: .97rem; }
.cta { display: flex; gap: 1.2rem; align-items: center; flex-wrap: wrap; }

/* ventures */
.forms { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.6rem; margin: 2.2rem 0; }
@media (max-width: 720px) { .forms { grid-template-columns: 1fr; } }
.forms b { display: block; font-weight: 500; margin-bottom: .25rem; }
.forms p { margin: 0; font-size: .95rem; }

/* about */
.about { display: grid; grid-template-columns: 1fr 1.4fr; gap: 3rem; align-items: start; }
@media (max-width: 800px) { .about { grid-template-columns: 1fr; } }
.about img { width: 100%; aspect-ratio: 4/5; object-fit: cover; }
.about h3 { font-family: var(--font-body); font-weight: 500; font-size: 1rem; margin: 1.6rem 0 .3rem; }
.about h3:first-of-type { margin-top: 2.4rem; }

/* legal */
.legal h3 { font-family: var(--font-body); font-weight: 500; font-size: 1rem; margin: 1.8rem 0 .4rem; }
.legal ul { margin: 0 0 1em; padding-left: 1.2rem; }
.legal li { margin: .25em 0; }
