@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; }
}

@font-face { font-family: Bubbles; src: url("assets/RubikBubbles-Regular.ttf") format("truetype"); font-weight: 400; font-display: swap; }
:root { --paper: #eee; --ink: #314b13; --muted: #4e602f; --line: #becba8; --accent: #a3d33d; --lime: #a3d33d; --olive: #53751d; }
body { background: var(--paper); font-size: 14px; }
.board-shell { max-width: 1680px; margin: auto; padding: 44px; }
.brand-board { display: grid; grid-template-columns: 1fr 1fr; gap: 20px 28px; }
.panel { position: relative; min-width: 0; aspect-ratio: 2.03; isolation: isolate; background: white; }
.panel-photo { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -1; }
.panel p { font-size: 12px; line-height: 1.2; letter-spacing: -.025em; }
.hero { display: grid; place-items: center; background: #5eafb6; }
.hero .panel-photo { object-position: center; }
.hero-lockup { display: flex; align-items: start; width: 59%; gap: 7px; }
.bubble-type { font-family: Bubbles, sans-serif; font-weight: 400; color: #82b72b; -webkit-text-stroke: 7px #fff; paint-order: stroke fill; letter-spacing: -.035em; line-height: 1; }
.hero h1 { font-size: clamp(64px, 6.9vw, 112px); }
.hero-lockup .seed { width: 27px; height: 36px; margin-top: -5px; transform: rotate(16deg); }
.palette { background: #99ca34; padding: 9% 8%; display: flex; gap: 12px; }
.swatch { flex: 1; min-width: 0; display: flex; flex-direction: column; background: #aed85c; }
.swatch h2 { font: 400 clamp(17px,1.8vw,28px)/1 Bubbles, sans-serif; padding: 15px 12px; color: #354e15; letter-spacing: -.055em; }
.swatch.olive { background: var(--olive); }
.swatch.olive h2 { color: white; }
.swatch.white { background: white; }
.tints { margin-top: auto; }
.tints span { display: block; text-align: right; padding: 4px 12px; font-size: 10px; line-height: 1; color: #344917; }
.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: #ffffffc9; }
.olive .tints span { color: #101d05; }
.beginning { padding: 8%; display: grid; grid-template-columns: 2.05fr 1fr; gap: 8px; }
.story-card { background: var(--lime); padding: 17px; display: flex; flex-direction: column; justify-content: space-between; gap: 14px; }
.story-card > .seed { width: 52px; height: 59px; }
.story-card p { color: #354f14; }
.story-photo { position: relative; overflow: hidden; color: white; background: var(--olive); }
.story-photo > img { height: 100%; object-fit: cover; object-position: right; filter: brightness(.68); }
.story-caption { position: absolute; inset: auto 12px 12px; }
.story-caption h2 { font-size: 16px; margin-bottom: 10px; letter-spacing: -.04em; }
.story-caption p { font-size: 11px; }
.orbits { position: absolute; inset: -50% -18% 35%; transform: rotate(-15deg); overflow: hidden; pointer-events: none; }
.orbits i { position: absolute; inset: 0; border: 1px solid currentColor; border-radius: 50%; opacity: .25; }
.orbits i:nth-child(2) { inset: 22px -10px -10px 12px; }
.orbits i:nth-child(3) { inset: 44px -20px -20px 24px; }
.nature { background: #60b5ba; }
.nature-seed { position: absolute; width: 25%; height: 55%; object-fit: contain; left: 37%; top: 21%; transform: rotate(17deg); }
.nature p { position: absolute; bottom: 18px; right: 18px; width: 30%; color: #fff; padding: 8px; background: #274b35a6; font-size: 11px; }
.applications { padding: 8% 6%; display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 8px; }
.paper, .photo-paper { position: relative; min-width: 0; background: #fff; }
.paper { padding: 15px 12px; overflow: hidden; color: #588221; }
.paper-top { display: flex; align-items: start; gap: 5px; }
.paper-top h2 { font: 400 26px/1 Bubbles,sans-serif; letter-spacing: -.07em; }
.paper-top p { font-size: 9px; line-height: 1.1; }
.bubble-letter { font: 400 clamp(100px,15vw,215px)/1 Bubbles,sans-serif; color: white; -webkit-text-stroke: 6px #85b82e; paint-order: stroke fill; position: absolute; left: 6%; bottom: -17%; }
.photo-paper img { height: 100%; object-fit: cover; }
.manifesto p { position: relative; z-index: 1; font-size: 11px; }
.manifesto .orbits { inset: 54% -30% -55%; }
.philosophy { display: grid; grid-template-columns: 1.75fr 1fr; gap: 8px; padding: 8% 6%; }
.philosophy-photo { position: relative; min-width: 0; overflow: hidden; }
.philosophy-photo > img { height: 100%; object-fit: cover; object-position: 30% center; filter: brightness(.78); }
.philosophy-photo h2 { position: absolute; left: 20px; bottom: 20px; font-size: clamp(25px,2.4vw,39px); -webkit-text-stroke-width: 4px; }
.philosophy-copy { position: relative; overflow: hidden; background: #94c52f; padding: 14px; display: flex; flex-direction: column; justify-content: space-between; gap: 40px; }
.philosophy-copy h3 { font-size: 17px; letter-spacing: -.05em; }
.philosophy-copy p { font-size: 11px; position: relative; }
.template-tools { display: flex; align-items: start; justify-content: space-between; gap: 24px; margin-top: 22px; color: #4d5e32; }
.template-tools details { border: 0; max-width: 65ch; }
.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: 12px; padding-top: 13px; }
@media (max-width: 1100px) {
  .board-shell { padding: 28px; }
  .brand-board { grid-template-columns: 1fr; max-width: 800px; margin: auto; }
  .hero h1 { font-size: clamp(70px,12vw,112px); }
  .swatch h2 { font-size: 26px; }
  .philosophy-photo h2 { font-size: 38px; }
  .template-tools { max-width: 800px; margin-inline: auto; }
}
@media (max-width: 600px) {
  .board-shell { padding: 16px; }
  .brand-board { gap: 16px; }
  .hero { aspect-ratio: 2.03; }
  .hero-lockup { width: auto; gap: 5px; }
  .hero h1 { font-size: 67px; -webkit-text-stroke-width: 5px; }
  .hero-lockup .seed { width: 22px; height: 30px; }
  .palette { padding: 24px; gap: 7px; min-height: 200px; aspect-ratio: auto; }
  .swatch h2 { font-size: 19px; padding: 12px 8px; }
  .tints span { padding: 4px 8px; }
  .beginning { aspect-ratio: auto; padding: 22px; grid-template-columns: 1fr; }
  .story-card { min-height: 240px; }
  .panel p, .story-caption p { font-size: 13px; line-height: 1.4; }
  .story-photo { height: 190px; }
  .story-photo > img { width: 100%; }
  .story-caption { left: 18px; right: 18px; }
  .story-caption h2 { font-size: 20px; }
  .nature { aspect-ratio: .95; }
  .nature-seed { width: 34%; height: 42%; left: 34%; top: 10%; }
  .nature p { width: 58%; font-size: 12px; }
  .applications { aspect-ratio: auto; min-height: 315px; padding: 22px; grid-template-columns: 1fr 1fr; }
  .paper-top { display: block; }
  .paper-top p { font-size: 10px; margin-top: 8px; }
  .letter-paper { min-height: 200px; }
  .bubble-letter { font-size: 150px; bottom: -10%; }
  .manifesto { grid-column: 1/-1; min-height: 150px; }
  .manifesto p { max-width: 30ch; }
  .philosophy { aspect-ratio: auto; grid-template-columns: 1fr; padding: 22px; }
  .philosophy-photo { height: 235px; }
  .philosophy-photo h2 { font-size: 35px; }
  .philosophy-copy { min-height: 220px; padding: 20px; }
  .philosophy-copy h3 { font-size: 20px; }
  .template-tools { display: block; }
  .template-tools > span { display: none; }
}
