open-design/skills/editorial-collage-deck/example.html
Tom Huang 6c2a8ba09f
feat(editorial-collage): introduce Atelier Zero style landing page as… (#366)
* feat(editorial-collage): introduce Atelier Zero style landing page assets and documentation

- Added new design system for Atelier Zero, including a detailed `DESIGN.md` file.
- Created an `editorial-collage` skill with associated assets for a magazine-grade landing page.
- Included example HTML and image assets for various sections (hero, about, capabilities, etc.).
- Updated README files to guide usage and customization of the new skill and design system.
- Introduced a new image generation prompt pack for consistent visual style across the landing page.

* fix(i18n): cover atelier-zero design system and editorial-collage skill in German content

Generated-By: looper 0.4.0 (runner=fixer, agent=claude-code)

* fix(editorial-collage): align manifest with shipped assets and address PR review

- Update image-manifest.json widths/heights/ratios to match the actual PNGs
  on disk: hero/about/cap/testimonial/cta = 1024x1024 (1:1), method-1..4 =
  816x816 (1:1), lab-1..5 and work-1..2 = 768x1024 (3:4). Mirror the new
  dimensions in imagegen-prompts.md headings and in README.md.
- Mark testimonial.png as rekey_on_brand_change so the manifest agrees
  with SKILL.md's "regenerate at minimum testimonial.png" guidance, and
  add work-1/work-2 to the rekey list in SKILL.md and README.md.
- Add a Hero (I.) sec-rule and renumber every following section II..VIII
  in example.html so the eight sections walk sequentially I -> VIII and
  the page-of-008 counter starts at 001.
- Delete editorial-artifact-system/ (16 duplicate PNGs + index.html +
  skills.md draft) — the canonical version is skills/editorial-collage/
  and the duplicate had no consumer references.
- DESIGN.md: spell out which dimensions of each magazine reference
  (Monocle/Apartamento/IDEA), document the rationale for single-accent
  vs multi-accent, and extend the anti-pattern list with AI-image-gen
  artifacts the system explicitly rejects.
- SKILL.md: add italic_words validation guidance (trim, cap at 4,
  verb->noun rewrite, punctuation strip) and replace the broken-image
  fallback with an inline SVG placeholder sized to the slot's
  manifest aspect ratio.

Generated-By: looper 0.4.0 (runner=fixer, agent=claude-code)

* fix(daemon): serve skill example assets via stable API route

Skill example HTML such as `skills/editorial-collage/example.html`
references shipped images via `./assets/*.png`. The web app loads the
example into a sandboxed iframe via `srcdoc`, where relative URLs
resolve against `about:srcdoc` and the PNGs render as broken images in
the Examples preview.

Add a `GET /api/skills/:id/assets/*` route that serves files under the
skill's `assets/` directory with path-traversal guards, and rewrite
`src='./assets/<file>'` / `href='./assets/<file>'` in the example
response to point at that route. The disk preview keeps working
because the on-disk files are unchanged.

Generated-By: looper 0.4.0 (runner=fixer, agent=claude-code)

* feat(landing-page): add new static Next.js 16 site for Open Design marketing

- Introduced a new landing page application using Next.js 16, featuring a static export setup.
- Added essential files including `package.json`, `next.config.ts`, and TypeScript configuration.
- Implemented global styles in `globals.css` to match the Atelier Zero design system.
- Created a detailed `AGENTS.md` for module-level boundaries and purpose.
- Included various image assets for the landing page, ensuring a visually cohesive experience.
- Established a root layout and main page structure to support the marketing content.

* style(landing-page): enhance topbar layout and improve responsiveness

- Added nowrap styling to topbar elements to prevent text overflow.
- Introduced media query to hide mid text in the topbar for screen widths between 1200px and 1280px.
- Updated layout.tsx to suppress hydration warnings for better rendering consistency.
- Removed redundant "Compiled by Open Design" text from the page component.

* feat(landing-page): implement scroll-reveal animations for enhanced user experience

- Added a new `RevealRoot` component to manage scroll-triggered reveal animations.
- Updated `globals.css` with styles for elements using the `data-reveal` attribute, including opacity, translation, and scaling effects.
- Modified `layout.tsx` to include the `RevealRoot` component for managing animations.
- Enhanced `page.tsx` by adding `data-reveal` attributes to various elements for staggered reveal effects.
- Implemented reduced motion support to ensure accessibility for users with motion sensitivity.

* fix(landing-page): update import paths and enhance link styles

- Changed the import path in `next-env.d.ts` to reference the correct routes type definition.
- Enhanced `globals.css` with new styles for topbar links, work cards, and partner elements, improving hover effects and transitions.
- Updated `page.tsx` to include canonical project URLs and made various links point to these URLs for better navigation and accessibility.

* feat(landing-page): implement headroom-style sticky header with live GitHub star count

- Introduced a new `Header` component to manage sticky navigation behavior on scroll, enhancing user experience.
- Updated `globals.css` to style the sticky header, including transitions and visibility toggling based on scroll direction.
- Modified `page.tsx` to replace the static header with the new `Header` component, which fetches and displays the live GitHub star count.
- Ensured accessibility by providing a fallback for users who prefer reduced motion.

* feat(landing-page): enhance editorial landing page with global ticker and new styles

- Updated `next-env.d.ts` to reference the correct routes type definition for development.
- Enhanced `globals.css` with new styles for the global ticker, including responsive design and improved overflow handling.
- Introduced a new `WIRE_CITIES` and `WIRE_CONTRIBS` data structure in `page.tsx` to display a counter-scrolling marquee of cities and contributors.
- Added a ghost button style for the navigation call-to-action in the header.
- Updated various sections in `page.tsx` to integrate the new ticker and improve overall layout and accessibility.

* refactor(landing-page): update paper texture overlay and remove multica-ai link

- Enhanced comments in `globals.css` to clarify the purpose and behavior of the paper texture overlay.
- Adjusted z-index of the overlay to ensure proper layering with other elements.
- Removed the `multica-ai` partner link from `page.tsx` to streamline the partner section.

* feat(landing-page): implement dynamic contributor marquee with GitHub integration

- Added a new `Wire` component to display a counter-scrolling marquee of cities and contributors.
- The contributor list is fetched live from the GitHub API, ensuring up-to-date information.
- Updated `page.tsx` to integrate the `Wire` component, replacing the static contributor list with dynamic content.
- Enhanced comments for clarity regarding the functionality and purpose of the global wire.

* fix(i18n): add German display copy for editorial-collage-deck skill

The Validate workspace test asserts that GERMAN_CONTENT_IDS.skills covers
every curated skill on disk; the new editorial-collage-deck skill was
missing from DE_SKILL_COPY, causing src/i18n/content.test.ts to fail.

Generated-By: looper 0.4.0 (runner=fixer, agent=claude-code)

* feat(landing-page): migrate marketing site to Astro

* perf(landing-page): remove React client runtime

* perf(landing-page): serve images from Cloudflare resizing

* fix(pr): address landing page review feedback

---------

Co-authored-by: mrcfps <mrc@powerformer.com>
2026-05-04 13:39:58 +08:00

2266 lines
64 KiB
HTML

<!DOCTYPE html>
<html lang='en'>
<head>
<meta charset='utf-8' />
<meta name='viewport' content='width=device-width, initial-scale=1' />
<title>Open Design · Vol. 01 / Issue Nº 26</title>
<meta name='description' content='Open Design pitch deck — Vol. 01.' />
<link rel='preconnect' href='https://fonts.googleapis.com' />
<link rel='preconnect' href='https://fonts.gstatic.com' crossorigin />
<link href='https://fonts.googleapis.com/css2?family=Inter+Tight:wght@400;500;600;700;800;900&family=Inter:wght@300;400;500;600&family=Playfair+Display:ital,wght@0,500;0,600;1,400;1,500;1,600;1,700&family=JetBrains+Mono:wght@400;500&display=swap' rel='stylesheet' />
<style>/*
* Atelier Zero — canonical landing-page stylesheet.
*
* This file is the SINGLE SOURCE OF TRUTH for the editorial-collage
* skill's visual system. It is consumed by:
*
* 1. `scripts/compose.ts` — inlined into the standalone HTML output.
* 2. `apps/landing-page/app/globals.css` — copied verbatim for the
* Next.js deployable counterpart.
* 3. `example.html` — the pre-rendered known-good demo.
*
* If you change tokens, layout, motion, or component styles, edit them
* here. The `@import` at top loads the four Google fonts the system
* requires (Inter Tight, Inter, Playfair Display, JetBrains Mono).
*
* Tokens, grid posture, and motion language are defined by
* `design-systems/atelier-zero/DESIGN.md`. Do not invent new colors or
* typefaces here; either extend the design system first.
*/
@import url('https://fonts.googleapis.com/css2?family=Inter+Tight:wght@400;500;600;700;800;900&family=Inter:wght@300;400;500;600&family=Playfair+Display:ital,wght@0,500;0,600;1,400;1,500;1,600;1,700&family=JetBrains+Mono:wght@400;500&display=swap');
:root {
--paper: #efe7d2;
--paper-warm: #ece4cf;
--paper-dark: #ddd2b6;
--ink: #15140f;
--ink-soft: #2a2620;
--ink-mute: #5a5448;
--ink-faint: #8b8676;
--coral: #ed6f5c;
--coral-soft: #f08e7c;
--mustard: #e9b94a;
--olive: #6e7448;
--bone: #f7f1de;
--line: rgba(21, 20, 15, 0.16);
--line-soft: rgba(21, 20, 15, 0.08);
--line-faint: rgba(21, 20, 15, 0.05);
--shadow: 0 30px 60px -30px rgba(21, 20, 15, 0.18);
--serif: 'Playfair Display', 'Times New Roman', serif;
--sans: 'Inter Tight', 'Inter', -apple-system, BlinkMacSystemFont, system-ui, sans-serif;
--body: 'Inter', -apple-system, system-ui, sans-serif;
--mono: 'JetBrains Mono', 'SF Mono', Menlo, monospace;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html, body { background: var(--paper); color: var(--ink); }
body {
font-family: var(--body);
font-size: 16px;
line-height: 1.55;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
overflow-x: hidden;
position: relative;
}
/* paper texture overlay across the whole page */
body::before {
content: '';
position: fixed;
inset: 0;
pointer-events: none;
z-index: 1;
background-image:
radial-gradient(circle at 12% 18%, rgba(106, 92, 56, 0.07) 0, transparent 28%),
radial-gradient(circle at 88% 72%, rgba(106, 92, 56, 0.06) 0, transparent 32%),
url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='240' height='240'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 0.18 0 0 0 0 0.16 0 0 0 0 0.12 0 0 0 0.06 0'/></filter><rect width='100%' height='100%' filter='url(%23n)'/></svg>");
background-size: auto, auto, 240px 240px;
mix-blend-mode: multiply;
opacity: 0.92;
}
.shell { position: relative; z-index: 2; }
.container {
max-width: 1360px;
padding: 0 64px;
margin: 0 auto;
position: relative;
}
.container.wide { max-width: 1480px; }
/* fixed side rails — rotated brand text on the right edge */
.side-rail {
position: fixed;
top: 0;
bottom: 0;
width: 36px;
z-index: 3;
pointer-events: none;
display: flex;
align-items: center;
justify-content: center;
}
.side-rail.right { right: 0; border-left: 1px solid var(--line-faint); }
.side-rail.left { left: 0; border-right: 1px solid var(--line-faint); }
.side-rail .rail-text {
font-family: var(--sans);
font-size: 10px;
font-weight: 600;
letter-spacing: 0.42em;
text-transform: uppercase;
color: var(--ink-faint);
writing-mode: vertical-rl;
transform: rotate(180deg);
white-space: nowrap;
}
.side-rail.right .rail-text { transform: rotate(180deg); }
.side-rail.left .rail-text { writing-mode: vertical-rl; transform: none; }
/* top metadata strip */
.topbar {
border-bottom: 1px solid var(--line);
padding: 10px 0;
background: var(--paper);
position: relative;
z-index: 4;
}
.topbar-inner {
display: flex;
justify-content: space-between;
align-items: center;
gap: 24px;
font-family: var(--sans);
font-size: 10.5px;
letter-spacing: 0.18em;
text-transform: uppercase;
color: var(--ink-faint);
}
.topbar-inner b { color: var(--ink); font-weight: 600; }
.topbar-inner .coral { color: var(--coral); }
.topbar-inner > span { white-space: nowrap; }
.topbar-inner .mid { display: inline-flex; gap: 26px; }
.topbar-inner .mid > span { white-space: nowrap; }
.topbar-inner .right { display: inline-flex; gap: 18px; align-items: center; }
.topbar-inner .right > span,
.topbar-inner .right > a { white-space: nowrap; }
.topbar-link {
color: inherit;
text-decoration: none;
border-bottom: 1px solid transparent;
transition: color 160ms ease, border-color 160ms ease;
}
.topbar-link:hover { color: var(--coral); border-bottom-color: var(--coral); }
.topbar .pulse {
width: 6px; height: 6px;
border-radius: 50%;
background: var(--coral);
display: inline-block;
margin-right: 6px;
animation: pulse 2.4s ease-in-out infinite;
}
@keyframes pulse {
0%, 100% { opacity: 1; }
50% { opacity: 0.35; }
}
/* nav */
/*
* Headroom-style sticky header.
*
* The element is always `position: sticky`, so the browser docks it to the
* top of the viewport once the topbar has scrolled away. The
* `<Header />` client island then toggles the `is-hidden` modifier based
* on scroll direction, which animates the bar in and out via `transform`.
*
* When the user is at the very top of the page, the topbar is still
* visible above the nav and `position: sticky` simply leaves the nav in
* its natural flow position — exactly the brief.
*/
.nav {
padding: 22px 0;
position: sticky;
top: 0;
z-index: 50;
background: var(--paper);
transform: translateY(0);
transition: transform 360ms cubic-bezier(0.22, 0.61, 0.36, 1),
box-shadow 220ms ease,
border-color 220ms ease;
border-bottom: 1px solid transparent;
will-change: transform;
}
/*
* Subtle visual cue once we leave the top of the page. We can't tell from
* CSS alone whether the bar is "stuck"; the deadband + class toggle in
* <Header /> approximates it well enough for our purpose. We rely on the
* `is-hidden` toggle to flicker the border while moving and a steady
* border once docked.
*/
.nav.is-hidden {
transform: translateY(-100%);
pointer-events: none;
box-shadow: none;
}
.nav-inner {
display: flex;
align-items: center;
justify-content: space-between;
gap: 24px;
}
.brand {
display: inline-flex;
align-items: center;
gap: 14px;
font-family: var(--sans);
font-weight: 700;
letter-spacing: -0.01em;
color: var(--ink);
text-decoration: none;
font-size: 18px;
}
.brand-mark {
width: 36px; height: 36px;
display: inline-flex;
align-items: center;
justify-content: center;
border: 1.5px solid var(--ink);
border-radius: 50%;
font-family: var(--serif);
font-style: italic;
font-size: 17px;
color: var(--ink);
background: transparent;
}
.brand-meta {
font-family: var(--sans);
font-size: 10px;
letter-spacing: 0.18em;
text-transform: uppercase;
color: var(--ink-faint);
line-height: 1.3;
margin-left: 4px;
border-left: 1px solid var(--line);
padding-left: 14px;
}
.brand-meta b { display: block; color: var(--ink); font-weight: 600; }
.nav-links {
display: flex;
gap: 38px;
list-style: none;
}
.nav-links a {
color: var(--ink);
text-decoration: none;
font-family: var(--sans);
font-size: 14px;
font-weight: 500;
transition: color 0.18s ease;
position: relative;
}
.nav-links a:hover { color: var(--coral); }
.nav-links a .num {
font-size: 9px;
color: var(--ink-faint);
position: absolute;
top: -7px;
right: -16px;
letter-spacing: 0.04em;
}
.nav-side {
display: inline-flex;
align-items: center;
gap: 18px;
}
.nav-cta {
display: inline-flex;
align-items: center;
gap: 10px;
padding: 9px 16px;
border-radius: 999px;
background: var(--ink);
color: var(--paper);
font-family: var(--sans);
font-size: 13px;
font-weight: 500;
text-decoration: none;
}
.nav-cta::after {
content: '★';
color: var(--mustard);
font-size: 11px;
}
.status-dot {
width: 28px; height: 28px;
border-radius: 50%;
border: 1px solid var(--line);
display: inline-flex;
align-items: center;
justify-content: center;
}
.status-dot::after {
content: '';
width: 6px; height: 6px;
border-radius: 50%;
background: var(--coral);
}
/* ---------- typography primitives ---------- */
.label {
font-family: var(--sans);
font-size: 11px;
font-weight: 600;
letter-spacing: 0.22em;
text-transform: uppercase;
color: var(--coral);
display: inline-flex;
align-items: center;
gap: 12px;
}
.label::before {
content: '';
width: 18px;
height: 1px;
background: var(--coral);
display: inline-block;
}
.label .ix {
color: var(--ink-faint);
font-weight: 500;
margin-left: 4px;
}
.display {
font-family: var(--sans);
font-weight: 800;
letter-spacing: -0.028em;
color: var(--ink);
line-height: 1.0;
}
.display em {
font-family: var(--serif);
font-style: italic;
font-weight: 500;
letter-spacing: -0.018em;
}
.display .dot { color: var(--coral); }
.lead {
font-family: var(--body);
font-size: 16px;
line-height: 1.55;
color: var(--ink-soft);
max-width: 36ch;
}
.meta {
font-family: var(--sans);
font-size: 10.5px;
letter-spacing: 0.18em;
text-transform: uppercase;
color: var(--ink-faint);
}
.coord {
font-family: var(--mono);
font-size: 10px;
letter-spacing: 0.04em;
color: var(--ink-faint);
}
.roman {
font-family: var(--serif);
font-style: italic;
font-weight: 500;
color: var(--coral);
}
/* buttons */
.btn {
display: inline-flex;
align-items: center;
gap: 12px;
padding: 14px 22px;
border-radius: 999px;
font-family: var(--sans);
font-size: 14px;
font-weight: 500;
letter-spacing: -0.005em;
text-decoration: none;
border: 1px solid transparent;
transition: transform 0.18s ease, background 0.18s ease, color 0.18s ease;
cursor: pointer;
white-space: nowrap;
}
.btn-primary {
background: var(--coral);
color: #fff;
box-shadow: 0 14px 26px -16px rgba(237, 111, 92, 1);
}
.btn-primary:hover { transform: translateY(-1px); background: #e25e4a; }
.btn-ghost {
background: transparent;
color: var(--ink);
border-color: rgba(21, 20, 15, 0.2);
}
.btn-ghost:hover { background: rgba(21, 20, 15, 0.04); }
.btn .arrow {
width: 16px; height: 16px;
display: inline-flex;
align-items: center;
justify-content: center;
}
.btn .arrow svg { width: 14px; height: 14px; stroke: currentColor; fill: none; stroke-width: 1.6; }
/* helper used inline in headlines */
.code-inline {
font-family: var(--mono);
font-size: 14px;
background: var(--bone);
padding: 1px 6px;
border-radius: 4px;
}
/* ---------- HERO ---------- */
.hero {
position: relative;
padding: 0;
min-height: calc(100vh - 140px);
display: flex;
align-items: stretch;
border-bottom: 1px solid var(--line);
}
.hero::before {
content: '';
position: absolute;
left: 50%;
top: 0;
bottom: 0;
width: 1px;
background: var(--line-soft);
z-index: 0;
display: none;
}
.hero-grid {
display: grid;
grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
gap: 36px;
align-items: stretch;
width: 100%;
position: relative;
}
.hero-copy {
padding: 4vh 0 4vh;
display: flex;
flex-direction: column;
position: relative;
}
.hero-copy .label { margin-bottom: 28px; }
.hero-copy .lead { margin-bottom: 30px; max-width: 38ch; font-size: 16px; }
.hero h1 {
font-size: clamp(44px, 5vw, 78px);
line-height: 1.0;
margin-bottom: 28px;
}
.hero-actions {
display: inline-flex;
align-items: center;
gap: 14px;
margin-bottom: 38px;
}
.hero-stats {
display: flex;
align-items: center;
gap: 22px;
flex-wrap: nowrap;
margin-bottom: 28px;
}
.hero-stats .stat { display: inline-flex; align-items: center; gap: 9px; white-space: nowrap; }
.hero-stats .stat .ring {
width: 34px; height: 34px;
border-radius: 50%;
border: 1px dashed var(--ink);
display: inline-flex;
align-items: center;
justify-content: center;
font-family: var(--sans);
font-size: 11px;
font-weight: 700;
flex-shrink: 0;
}
.hero-stats .stat .ring.solid { border-style: solid; }
.hero-stats .stat .ring.coral { border-color: var(--coral); color: var(--coral); }
.hero-stats .stat-label {
font-family: var(--sans);
font-size: 11px;
line-height: 1.25;
color: var(--ink-soft);
letter-spacing: 0.04em;
text-transform: uppercase;
}
.hero-stats .stat-label b { display: block; font-weight: 700; color: var(--ink); font-size: 12px; }
.hero-foot {
margin-top: auto;
padding-top: 22px;
border-top: 1px solid var(--line);
display: flex;
align-items: center;
justify-content: space-between;
gap: 24px;
}
.hero-foot .meta { line-height: 1.4; }
.hero-art {
position: relative;
height: calc(100vh - 160px);
max-height: 860px;
margin-left: auto;
margin-right: -12px;
width: 100%;
overflow: visible;
}
.hero-art img {
width: 100%; height: 100%;
object-fit: contain;
object-position: right center;
display: block;
}
/* image annotations */
.annot {
position: absolute;
font-family: var(--sans);
font-size: 10.5px;
letter-spacing: 0.18em;
text-transform: uppercase;
color: var(--ink-faint);
line-height: 1.4;
white-space: nowrap;
}
.annot.has-line::before {
content: '';
position: absolute;
background: var(--ink-faint);
}
.annot-tl { top: 14px; left: 14px; }
.annot-tr { top: 14px; right: 14px; text-align: right; }
.annot-bl { bottom: 14px; left: 14px; }
.annot-br { bottom: 14px; right: 14px; text-align: right; }
.annot.coord { font-family: var(--mono); font-size: 10px; letter-spacing: 0.04em; text-transform: none; }
.hero-art .index {
position: absolute;
right: 12px;
top: 36%;
font-family: var(--sans);
font-size: 10.5px;
font-weight: 600;
letter-spacing: 0.16em;
color: var(--ink-faint);
text-transform: uppercase;
background: rgba(239, 231, 210, 0.7);
padding: 10px 12px;
border: 1px solid var(--line-soft);
border-radius: 6px;
backdrop-filter: blur(2px);
}
.hero-art .index span { display: block; line-height: 1.6; }
.hero-art .index span .n { color: var(--coral); margin-right: 6px; font-weight: 700; }
.hero-art .index span.on { color: var(--ink); font-weight: 700; }
.hero-art .index span.on .n { color: var(--coral); }
.hero-art .corner {
position: absolute;
width: 22px; height: 22px;
border-color: var(--ink-faint);
border-style: solid;
border-width: 0;
}
.hero-art .corner.tl { top: 0; left: 0; border-top-width: 1px; border-left-width: 1px; }
.hero-art .corner.tr { top: 0; right: 0; border-top-width: 1px; border-right-width: 1px; }
.hero-art .corner.bl { bottom: 0; left: 0; border-bottom-width: 1px; border-left-width: 1px; }
.hero-art .corner.br { bottom: 0; right: 0; border-bottom-width: 1px; border-right-width: 1px; }
/* ---------- common section header ---------- */
section { position: relative; padding: 130px 0; }
section.tight { padding: 90px 0; }
.sec-rule {
border-top: 1px solid var(--line);
padding-top: 18px;
margin-bottom: 48px;
display: flex;
justify-content: space-between;
align-items: center;
font-family: var(--sans);
font-size: 10.5px;
letter-spacing: 0.18em;
text-transform: uppercase;
color: var(--ink-faint);
}
.sec-rule .roman {
font-family: var(--serif);
font-style: italic;
color: var(--coral);
font-size: 14px;
letter-spacing: 0.05em;
text-transform: none;
}
.sec-rule .meta-grp { display: inline-flex; gap: 26px; }
.sec-rule .dot-mark { color: var(--coral); }
.section-header { margin-bottom: 70px; }
.section-header .label { margin-bottom: 32px; }
.section-header h2 {
font-size: clamp(40px, 4.6vw, 66px);
max-width: 22ch;
}
.section-header .lead { margin-top: 22px; }
/* ---------- ABOUT ---------- */
.about-grid {
display: grid;
grid-template-columns: 1.05fr 1fr;
gap: 80px;
align-items: center;
}
.about h2 {
font-size: clamp(44px, 5.4vw, 78px);
margin: 30px 0 36px;
}
.about .label { margin-bottom: 28px; }
.about .lead { margin-bottom: 36px; max-width: 42ch; font-size: 17px; }
.about .footer-row {
display: flex;
align-items: center;
gap: 20px;
margin-top: 56px;
color: var(--ink-faint);
font-family: var(--sans);
font-size: 11px;
letter-spacing: 0.18em;
text-transform: uppercase;
}
.about .footer-row .mark {
width: 30px; height: 30px;
border-radius: 50%;
border: 1px solid var(--ink);
display: inline-flex;
align-items: center;
justify-content: center;
font-family: var(--serif);
font-style: italic;
font-size: 14px;
color: var(--ink);
}
.about .stamp {
margin-left: auto;
display: inline-flex;
flex-direction: column;
align-items: flex-end;
line-height: 1.4;
}
.about .stamp span:first-child { color: var(--coral); }
.about-art {
position: relative;
aspect-ratio: 1 / 1;
max-width: 620px;
margin-left: auto;
}
.about-art img { width: 100%; height: 100%; object-fit: contain; }
.about-side-note {
position: absolute;
right: -8px;
top: 26px;
text-align: right;
font-family: var(--sans);
font-size: 10.5px;
line-height: 1.55;
color: var(--ink-faint);
letter-spacing: 0.04em;
max-width: 16ch;
}
.about-side-note b {
display: block;
color: var(--coral);
width: 36px;
height: 1px;
background: var(--coral);
margin: 0 0 10px auto;
}
.about-caption {
position: absolute;
right: 18px;
bottom: 4px;
font-family: var(--sans);
font-size: 9.5px;
color: var(--ink-faint);
text-align: right;
letter-spacing: 0.06em;
line-height: 1.45;
}
.about-caption b { color: var(--ink); display: block; }
/* ---------- CAPABILITIES ---------- */
.capabilities-grid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 70px;
align-items: center;
}
.capabilities-art {
position: relative;
aspect-ratio: 1 / 1;
max-width: 600px;
}
.capabilities-art img { width: 100%; height: 100%; object-fit: contain; }
.capabilities-art .ribbon {
position: absolute;
right: -42px;
top: 50%;
font-family: var(--sans);
font-size: 10.5px;
letter-spacing: 0.42em;
text-transform: uppercase;
color: var(--ink-faint);
writing-mode: vertical-rl;
transform: rotate(180deg);
}
.capabilities-art .ribbon b { color: var(--coral); }
.capabilities-art .corner { position: absolute; width: 22px; height: 22px; border-color: var(--ink-faint); border-style: solid; border-width: 0; }
.capabilities-art .corner.tl { top: 0; left: 0; border-top-width: 1px; border-left-width: 1px; }
.capabilities-art .corner.br { bottom: 0; right: 0; border-bottom-width: 1px; border-right-width: 1px; }
.capabilities-copy h2 { font-size: clamp(40px, 4.8vw, 64px); margin: 22px 0 30px; }
.cards {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 18px;
margin-top: 22px;
}
.card {
padding: 28px 26px 32px;
background: var(--bone);
border-radius: 18px;
box-shadow: var(--shadow), inset 0 0 0 1px rgba(21, 20, 15, 0.06);
position: relative;
overflow: hidden;
transition: transform 0.2s ease;
}
.card:hover { transform: translateY(-3px); }
.card .num {
font-family: var(--serif);
font-style: italic;
font-size: 22px;
font-weight: 500;
color: var(--coral);
letter-spacing: 0.04em;
margin-bottom: 16px;
display: flex;
justify-content: space-between;
align-items: baseline;
}
.card .num .tag {
font-family: var(--sans);
font-size: 9.5px;
color: var(--ink-faint);
letter-spacing: 0.18em;
text-transform: uppercase;
font-style: normal;
font-weight: 500;
}
.card .icon {
width: 28px;
height: 28px;
margin-bottom: 16px;
color: var(--ink);
}
.card h3 {
font-family: var(--sans);
font-size: 22px;
font-weight: 700;
line-height: 1.05;
letter-spacing: -0.014em;
margin-bottom: 14px;
}
.card p {
font-family: var(--body);
font-size: 13.5px;
color: var(--ink-mute);
line-height: 1.55;
max-width: 24ch;
}
.card .arrow-mark {
position: absolute;
right: 22px;
bottom: 22px;
width: 28px; height: 28px;
border: 1px solid var(--line);
border-radius: 50%;
display: inline-flex;
align-items: center;
justify-content: center;
color: var(--ink);
transition: all 0.18s ease;
}
.card:hover .arrow-mark { background: var(--coral); border-color: var(--coral); color: #fff; }
.card .arrow-mark svg { width: 11px; height: 11px; stroke: currentColor; fill: none; stroke-width: 1.6; }
/* ---------- LABS ---------- */
.labs-head {
display: grid;
grid-template-columns: 1.4fr 1fr;
gap: 60px;
align-items: end;
margin-bottom: 48px;
}
.labs-head h2 { font-size: clamp(40px, 4.8vw, 68px); }
.pills {
display: flex;
flex-wrap: wrap;
gap: 10px;
justify-content: flex-end;
}
.pill {
padding: 9px 18px;
border-radius: 999px;
border: 1px solid var(--line);
font-family: var(--sans);
font-size: 13px;
color: var(--ink-soft);
background: transparent;
cursor: pointer;
transition: all 0.18s ease;
display: inline-flex;
align-items: center;
gap: 8px;
}
.pill:hover { background: rgba(21, 20, 15, 0.04); }
.pill.active {
background: var(--coral);
border-color: var(--coral);
color: #fff;
}
.pill .count {
font-size: 10px;
color: var(--ink-faint);
border-left: 1px solid var(--line);
padding-left: 8px;
}
.pill.active .count { color: rgba(255,255,255,0.7); border-color: rgba(255,255,255,0.3); }
.labs-meta {
display: flex;
align-items: flex-start;
justify-content: flex-end;
gap: 22px;
margin-bottom: 30px;
}
.labs-meta .ring {
width: 38px; height: 38px;
border-radius: 50%;
border: 1px dashed var(--ink);
display: inline-flex;
align-items: center;
justify-content: center;
font-family: var(--sans);
font-size: 11px;
font-weight: 700;
}
.labs-meta .meta-text {
font-family: var(--sans);
font-size: 10.5px;
letter-spacing: 0.18em;
text-transform: uppercase;
line-height: 1.55;
color: var(--ink-faint);
max-width: 28ch;
}
.labs-meta .meta-text b { display: block; color: var(--ink); }
.labs-grid {
display: grid;
grid-template-columns: repeat(5, 1fr);
gap: 22px;
}
.lab {
display: flex;
flex-direction: column;
}
.lab-img {
aspect-ratio: 4 / 5;
background: var(--bone);
border-radius: 14px;
overflow: hidden;
margin-bottom: 18px;
box-shadow: var(--shadow);
position: relative;
}
.lab-img img { width: 100%; height: 100%; object-fit: cover; }
.lab-img .badge {
position: absolute;
top: 12px;
left: 12px;
background: rgba(239, 231, 210, 0.9);
color: var(--ink);
padding: 4px 9px;
border-radius: 4px;
font-family: var(--sans);
font-size: 9.5px;
font-weight: 600;
letter-spacing: 0.14em;
text-transform: uppercase;
}
.lab .num-row {
font-family: var(--sans);
font-size: 10.5px;
color: var(--ink-faint);
letter-spacing: 0.14em;
margin-bottom: 8px;
display: flex;
justify-content: space-between;
text-transform: uppercase;
}
.lab h4 {
font-family: var(--sans);
font-size: 18px;
font-weight: 700;
letter-spacing: -0.014em;
margin-bottom: 8px;
}
.lab p {
font-family: var(--body);
font-size: 13px;
color: var(--ink-mute);
line-height: 1.55;
margin-bottom: 14px;
}
.lab .arrow-mark {
width: 28px; height: 28px;
border: 1px solid var(--line);
border-radius: 50%;
display: inline-flex;
align-items: center;
justify-content: center;
color: var(--ink);
margin-top: auto;
align-self: flex-start;
}
.lab .arrow-mark svg { width: 11px; height: 11px; stroke: currentColor; fill: none; stroke-width: 1.6; }
.labs-foot {
display: flex;
align-items: center;
justify-content: space-between;
margin-top: 50px;
border-top: 1px dashed var(--line);
padding-top: 22px;
}
.progress {
display: flex;
align-items: center;
gap: 8px;
}
.progress span {
width: 26px; height: 2px;
background: var(--line);
border-radius: 2px;
}
.progress span.on { background: var(--coral); }
/* ---------- METHOD ---------- */
.method-head {
display: grid;
grid-template-columns: 1.4fr 1fr;
gap: 60px;
align-items: start;
margin-bottom: 80px;
}
.method-head h2 { font-size: clamp(44px, 5.2vw, 76px); }
.method-head .right {
display: flex;
align-items: flex-start;
gap: 14px;
padding-top: 14px;
}
.method-head .plus {
color: var(--coral);
font-size: 24px;
line-height: 1;
font-family: var(--sans);
}
.method-head .right p {
font-family: var(--sans);
font-size: 13px;
color: var(--ink-soft);
max-width: 22ch;
line-height: 1.55;
}
.method-grid {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 50px;
position: relative;
}
.method-grid::before {
content: '';
position: absolute;
top: 60px;
left: 50px;
right: 50px;
height: 1px;
background: var(--line-soft);
}
.method-step { position: relative; }
.method-step .num {
font-family: var(--serif);
font-style: italic;
font-weight: 500;
font-size: 78px;
color: var(--coral);
line-height: 0.85;
margin-bottom: 24px;
letter-spacing: -0.02em;
background: var(--paper);
display: inline-block;
padding-right: 12px;
position: relative;
z-index: 1;
}
.method-step h4 {
font-family: var(--sans);
font-size: 30px;
font-weight: 800;
letter-spacing: -0.022em;
margin-bottom: 18px;
display: flex;
align-items: center;
justify-content: space-between;
padding-right: 18px;
}
.method-step h4 .arrow-r {
color: var(--ink-faint);
font-size: 22px;
line-height: 1;
}
.method-step:last-child h4 .arrow-r { display: none; }
.method-step p {
font-family: var(--body);
font-size: 13.5px;
color: var(--ink-mute);
line-height: 1.55;
margin-bottom: 24px;
max-width: 24ch;
}
.method-step .img {
aspect-ratio: 1 / 1;
background: var(--bone);
border-radius: 12px;
overflow: hidden;
box-shadow: var(--shadow);
}
.method-step .img img { width: 100%; height: 100%; object-fit: cover; }
.method-foot {
margin-top: 80px;
display: flex;
justify-content: space-between;
align-items: center;
border-top: 1px dashed var(--line);
padding-top: 24px;
}
.method-foot .left,
.method-foot .right {
font-family: var(--sans);
font-size: 11px;
color: var(--ink-faint);
letter-spacing: 0.18em;
text-transform: uppercase;
}
.method-foot .left {
display: inline-flex;
align-items: center;
gap: 12px;
}
.method-foot .left .ring {
width: 20px; height: 20px;
border: 1px dashed var(--ink-faint);
border-radius: 50%;
}
.method-foot .right b { color: var(--ink); }
/* ---------- WORK ---------- */
.work {
background: #15140f;
color: var(--paper);
border-radius: 32px;
margin: 0 64px;
overflow: hidden;
position: relative;
padding: 110px 64px;
}
.work::before {
content: '';
position: absolute;
inset: 0;
pointer-events: none;
background-image:
url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='240' height='240'><filter id='n2'><feTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 1 0 0 0 0 0.95 0 0 0 0 0.85 0 0 0 0.05 0'/></filter><rect width='100%' height='100%' filter='url(%23n2)'/></svg>");
background-size: 240px 240px;
opacity: 0.6;
mix-blend-mode: screen;
}
.work-rule {
position: relative;
display: flex;
justify-content: space-between;
align-items: center;
border-top: 1px solid rgba(247, 241, 222, 0.16);
padding-top: 16px;
margin-bottom: 60px;
font-family: var(--sans);
font-size: 10.5px;
letter-spacing: 0.18em;
text-transform: uppercase;
color: rgba(247, 241, 222, 0.55);
}
.work-rule .roman { color: var(--coral); font-family: var(--serif); font-style: italic; font-size: 14px; letter-spacing: 0.04em; text-transform: none; }
.work-grid {
display: grid;
grid-template-columns: 1fr 1.05fr 0.85fr;
gap: 48px;
align-items: center;
position: relative;
}
.work .label { color: var(--coral); }
.work .label::before { background: var(--coral); }
.work-copy h2 {
font-family: var(--sans);
font-weight: 800;
font-size: clamp(40px, 5vw, 66px);
line-height: 1.0;
letter-spacing: -0.024em;
margin: 28px 0 36px;
color: var(--paper);
}
.work-copy h2 em {
font-family: var(--serif);
font-style: italic;
font-weight: 500;
}
.work-copy h2 .dot { color: var(--coral); }
.work-link {
display: inline-flex;
align-items: center;
gap: 18px;
color: var(--paper);
font-family: var(--sans);
font-size: 14px;
text-decoration: none;
border-bottom: 2px solid var(--coral);
padding-bottom: 12px;
width: fit-content;
}
.work-link::after { content: '↗'; color: var(--coral); }
.work-card {
background: var(--paper);
color: var(--ink);
border-radius: 18px;
padding: 32px 30px;
position: relative;
transform: rotate(-1.2deg);
text-decoration: none;
display: block;
transition: transform 280ms ease, box-shadow 280ms ease;
}
.work-card:hover {
transform: rotate(-1.2deg) translateY(-4px);
box-shadow: var(--shadow);
}
.work-card.alt {
transform: rotate(2.4deg) translateY(20px);
padding: 28px 26px;
}
.work-card.alt:hover {
transform: rotate(2.4deg) translateY(16px);
box-shadow: var(--shadow);
}
.work-card .label-row {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 22px;
}
.work-card .small-label {
font-family: var(--sans);
font-size: 10.5px;
color: var(--coral);
letter-spacing: 0.18em;
text-transform: uppercase;
font-weight: 600;
}
.work-card .index {
font-family: var(--mono);
font-size: 11px;
color: var(--ink-faint);
letter-spacing: 0.04em;
}
.work-card h3 {
font-family: var(--sans);
font-size: clamp(26px, 2.4vw, 38px);
font-weight: 800;
letter-spacing: -0.022em;
line-height: 1.05;
margin-bottom: 14px;
}
.work-card p {
font-family: var(--body);
font-size: 14px;
color: var(--ink-mute);
line-height: 1.55;
margin-bottom: 22px;
max-width: 28ch;
}
.work-card .img {
aspect-ratio: 4 / 3;
background: var(--bone);
border-radius: 12px;
overflow: hidden;
margin-bottom: 22px;
}
.work-card .img img { width: 100%; height: 100%; object-fit: cover; }
.work-card .meta-row {
display: flex;
justify-content: space-between;
color: var(--ink-faint);
font-family: var(--sans);
font-size: 11px;
letter-spacing: 0.16em;
text-transform: uppercase;
border-top: 1px solid var(--line);
padding-top: 14px;
}
.work-card .year { color: var(--coral); font-weight: 600; }
.work-arrows {
position: absolute;
right: 64px;
bottom: 64px;
display: inline-flex;
align-items: center;
gap: 10px;
}
.work-arrows .nav-btn {
width: 46px; height: 46px;
border-radius: 50%;
border: 1px solid rgba(247, 241, 222, 0.2);
background: transparent;
color: var(--paper);
display: inline-flex;
align-items: center;
justify-content: center;
cursor: pointer;
}
.work-arrows .nav-btn.active { background: var(--coral); border-color: var(--coral); }
/* ---------- TESTIMONIAL / COLLABORATORS ---------- */
.testimonial-grid {
display: grid;
grid-template-columns: 1.2fr 1fr;
gap: 80px;
align-items: center;
}
.testimonial-copy h2 {
font-family: var(--sans);
font-size: clamp(36px, 4vw, 54px);
font-weight: 700;
letter-spacing: -0.022em;
line-height: 1.12;
margin-bottom: 36px;
}
.testimonial-copy h2 em {
font-family: var(--serif);
font-style: italic;
font-weight: 500;
}
.author {
display: flex;
align-items: center;
gap: 18px;
margin-top: 22px;
}
.author .avatar {
width: 50px; height: 50px;
border-radius: 50%;
background: var(--ink);
overflow: hidden;
display: inline-flex;
align-items: center;
justify-content: center;
color: var(--paper);
font-family: var(--serif);
font-style: italic;
font-size: 24px;
}
.author p {
font-family: var(--sans);
font-size: 14px;
color: var(--ink);
font-weight: 600;
}
.author p span {
display: block;
color: var(--ink-mute);
font-weight: 400;
}
.divider {
border-top: 1px solid var(--line);
margin: 60px 0 32px;
}
.partners-text {
font-family: var(--body);
font-size: 14px;
color: var(--ink-mute);
margin-bottom: 26px;
max-width: 38ch;
}
.partners {
display: grid;
grid-template-columns: repeat(5, 1fr);
gap: 26px;
align-items: end;
}
.partner {
display: flex;
flex-direction: column;
gap: 10px;
text-decoration: none;
color: inherit;
cursor: pointer;
transition: transform 220ms ease;
}
.partner:hover { transform: translateY(-2px); }
.partner:hover .glyph { color: var(--coral); }
.partner:hover span { color: var(--coral); }
.partner .glyph {
height: 32px;
display: flex;
align-items: center;
color: var(--ink);
transition: color 220ms ease;
}
.partner .glyph svg { height: 100%; width: auto; max-width: 90px; }
.partner span {
font-family: var(--sans);
font-size: 13px;
color: var(--ink);
letter-spacing: -0.005em;
font-weight: 600;
transition: color 220ms ease;
}
.partner small {
font-family: var(--sans);
font-size: 10px;
color: var(--ink-faint);
letter-spacing: 0.1em;
text-transform: uppercase;
}
.read-more {
margin-top: 56px;
display: inline-flex;
align-items: center;
gap: 10px;
font-family: var(--sans);
font-size: 13px;
color: var(--ink);
text-decoration: none;
letter-spacing: 0.04em;
border-bottom: 1px solid var(--coral);
padding-bottom: 6px;
}
.read-more::after { content: '→'; color: var(--coral); }
.testimonial-art {
position: relative;
aspect-ratio: 1 / 1;
max-width: 560px;
}
.testimonial-art img { width: 100%; height: 100%; object-fit: contain; }
/* ---------- CTA ---------- */
.cta-grid {
display: grid;
grid-template-columns: 1.05fr 1fr;
gap: 50px;
align-items: center;
}
.cta h2 {
font-size: clamp(54px, 6.6vw, 100px);
margin: 32px 0 32px;
}
.cta .lead { margin-bottom: 36px; max-width: 36ch; font-size: 16px; }
.cta-actions {
display: inline-flex;
align-items: center;
gap: 14px;
margin-bottom: 32px;
}
.email-pill {
display: inline-flex;
align-items: center;
gap: 12px;
padding: 14px 18px 14px 22px;
border-radius: 999px;
border: 1px solid var(--line);
font-family: var(--sans);
font-size: 14px;
color: var(--ink);
text-decoration: none;
}
.email-pill .arrow-circle {
width: 22px; height: 22px;
border-radius: 50%;
background: var(--ink);
color: var(--paper);
display: inline-flex;
align-items: center;
justify-content: center;
font-size: 12px;
}
.cta-foot {
display: flex;
gap: 28px;
align-items: center;
margin-top: 32px;
padding-top: 22px;
border-top: 1px solid var(--line);
font-family: var(--sans);
font-size: 11px;
letter-spacing: 0.18em;
text-transform: uppercase;
color: var(--ink-faint);
}
.cta-foot .stamp { color: var(--coral); font-weight: 600; }
.cta-art {
position: relative;
aspect-ratio: 1 / 1;
max-width: 620px;
margin-left: auto;
}
.cta-art img { width: 100%; height: 100%; object-fit: contain; }
.cta-art .index {
position: absolute;
right: 8px;
top: 24px;
font-family: var(--serif);
font-style: italic;
font-size: 28px;
color: var(--ink-faint);
}
.cta-art .ribbon {
position: absolute;
left: -32px;
top: 50%;
font-family: var(--sans);
font-size: 10.5px;
letter-spacing: 0.42em;
text-transform: uppercase;
color: var(--ink-faint);
writing-mode: vertical-rl;
transform: rotate(180deg);
}
/* ---------- FOOTER ---------- */
footer {
border-top: 1px solid var(--line);
padding: 60px 0 30px;
margin-top: 60px;
}
.foot-grid {
display: grid;
grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
gap: 40px;
margin-bottom: 60px;
}
.foot-brand .brand { margin-bottom: 18px; }
.foot-brand p {
font-family: var(--body);
font-size: 13.5px;
color: var(--ink-mute);
line-height: 1.55;
max-width: 38ch;
}
.foot-brand p .inline-link,
.inline-link {
color: var(--ink);
text-decoration: none;
border-bottom: 1px solid var(--line);
transition: color 160ms ease, border-color 160ms ease;
}
.inline-link:hover {
color: var(--coral);
border-bottom-color: var(--coral);
}
.method-repo-link {
color: inherit;
text-decoration: none;
border-bottom: 1px solid transparent;
transition: color 160ms ease, border-color 160ms ease;
}
.method-repo-link:hover {
color: var(--coral);
border-bottom-color: var(--coral);
}
.library-link {
text-decoration: none;
border-bottom: 1px solid transparent;
transition: border-color 160ms ease;
}
.library-link:hover { border-bottom-color: var(--coral); }
.foot-col h5 {
font-family: var(--sans);
font-size: 11px;
color: var(--ink);
letter-spacing: 0.18em;
text-transform: uppercase;
margin-bottom: 18px;
font-weight: 700;
}
.foot-col ul { list-style: none; }
.foot-col li { margin-bottom: 10px; }
.foot-col a {
font-family: var(--body);
font-size: 13.5px;
color: var(--ink-soft);
text-decoration: none;
}
.foot-col a:hover { color: var(--coral); }
.foot-bottom {
border-top: 1px solid var(--line);
padding-top: 22px;
display: flex;
justify-content: space-between;
align-items: center;
font-family: var(--sans);
font-size: 11px;
letter-spacing: 0.16em;
text-transform: uppercase;
color: var(--ink-faint);
}
.foot-bottom .right { display: inline-flex; gap: 24px; align-items: center; }
.foot-bottom .pulse {
width: 6px; height: 6px;
border-radius: 50%;
background: var(--coral);
display: inline-block;
margin-right: 6px;
vertical-align: middle;
}
.foot-mega {
margin-top: 60px;
padding-top: 0;
padding-bottom: 12px;
border-top: 1px solid var(--line);
overflow-x: hidden;
overflow-y: visible;
}
.foot-mega .word {
font-family: var(--sans);
font-weight: 900;
font-size: clamp(70px, 13vw, 200px);
letter-spacing: -0.04em;
line-height: 1.05;
color: var(--ink);
white-space: nowrap;
margin-top: 30px;
padding-bottom: 0.18em;
}
.foot-mega .word em {
font-family: var(--serif);
font-style: italic;
font-weight: 500;
color: var(--coral);
}
/* ---------- scroll-reveal motion ----------
*
* Driven by `app/_components/reveal-root.tsx`. Elements with
* `data-reveal` start hidden + offset; the observer sets
* `data-revealed='true'` once they enter the viewport, triggering
* the transition.
*
* Uses `translate` / `scale` longhand properties (not `transform`) so
* that elements like `.work-card` keep their static `transform: rotate()`
* intact while still translating in.
*/
[data-reveal] {
opacity: 0;
translate: 0 28px;
transition:
opacity 900ms cubic-bezier(0.22, 1, 0.36, 1) var(--reveal-delay, 0ms),
translate 900ms cubic-bezier(0.22, 1, 0.36, 1) var(--reveal-delay, 0ms),
scale 900ms cubic-bezier(0.22, 1, 0.36, 1) var(--reveal-delay, 0ms);
will-change: opacity, translate, scale;
}
[data-reveal='left'] { translate: -36px 0; }
[data-reveal='right'] { translate: 36px 0; }
[data-reveal='scale'] { translate: 0 0; scale: 0.96; }
[data-reveal='rise-lg'] { translate: 0 64px; scale: 0.985; }
[data-reveal][data-revealed='true'] {
opacity: 1;
translate: 0 0;
scale: 1;
}
/* stagger primitives — set --reveal-delay on grid children so siblings
* appear in sequence rather than all at once. */
.cards > .card[data-reveal]:nth-child(1) { --reveal-delay: 0ms; }
.cards > .card[data-reveal]:nth-child(2) { --reveal-delay: 90ms; }
.cards > .card[data-reveal]:nth-child(3) { --reveal-delay: 180ms; }
.cards > .card[data-reveal]:nth-child(4) { --reveal-delay: 270ms; }
.labs-grid > .lab[data-reveal]:nth-child(1) { --reveal-delay: 0ms; }
.labs-grid > .lab[data-reveal]:nth-child(2) { --reveal-delay: 90ms; }
.labs-grid > .lab[data-reveal]:nth-child(3) { --reveal-delay: 180ms; }
.labs-grid > .lab[data-reveal]:nth-child(4) { --reveal-delay: 270ms; }
.labs-grid > .lab[data-reveal]:nth-child(5) { --reveal-delay: 360ms; }
.method-grid > .method-step[data-reveal]:nth-child(1) { --reveal-delay: 0ms; }
.method-grid > .method-step[data-reveal]:nth-child(2) { --reveal-delay: 110ms; }
.method-grid > .method-step[data-reveal]:nth-child(3) { --reveal-delay: 220ms; }
.method-grid > .method-step[data-reveal]:nth-child(4) { --reveal-delay: 330ms; }
.partners > .partner[data-reveal]:nth-child(1) { --reveal-delay: 0ms; }
.partners > .partner[data-reveal]:nth-child(2) { --reveal-delay: 70ms; }
.partners > .partner[data-reveal]:nth-child(3) { --reveal-delay: 140ms; }
.partners > .partner[data-reveal]:nth-child(4) { --reveal-delay: 210ms; }
.partners > .partner[data-reveal]:nth-child(5) { --reveal-delay: 280ms; }
/* hero copy — let label, headline, lead, actions, stats arrive in sequence
* so the headline isn't waiting on a single block-level reveal. */
.hero-copy > [data-reveal]:nth-of-type(1) { --reveal-delay: 0ms; }
.hero-copy > [data-reveal]:nth-of-type(2) { --reveal-delay: 80ms; }
.hero-copy > [data-reveal]:nth-of-type(3) { --reveal-delay: 160ms; }
.hero-copy > [data-reveal]:nth-of-type(4) { --reveal-delay: 240ms; }
.hero-copy > [data-reveal]:nth-of-type(5) { --reveal-delay: 320ms; }
.hero-copy > [data-reveal]:nth-of-type(6) { --reveal-delay: 400ms; }
@media (prefers-reduced-motion: reduce) {
[data-reveal] {
opacity: 1 !important;
translate: 0 0 !important;
scale: 1 !important;
transition: none !important;
}
/* Skip the slide-in on the sticky header for users who prefer no motion;
* the show/hide still toggles, just instantly. */
.nav { transition: none !important; }
}
/* responsive */
@media (max-width: 1280px) {
.container { padding: 0 44px; }
.work { margin: 0 44px; padding: 90px 44px; }
.side-rail { display: none; }
}
/* hide topbar mid text early — between 1200 and 1280 it crowds even with nowrap */
@media (max-width: 1200px) {
.topbar-inner .mid { display: none; }
}
@media (max-width: 1080px) {
.container { padding: 0 32px; }
.hero h1 { font-size: clamp(36px, 4.6vw, 54px); }
.section-header h2 { font-size: clamp(32px, 4vw, 50px); }
.labs-grid { grid-template-columns: repeat(5, 1fr); gap: 14px; }
.partners { grid-template-columns: repeat(5, 1fr); gap: 16px; }
.foot-grid { grid-template-columns: 2fr 1fr 1fr; }
.foot-grid .foot-col:nth-child(4),
.foot-grid .foot-col:nth-child(5) { display: none; }
}
@media (max-width: 880px) {
.container { padding: 0 24px; }
.hero-grid, .about-grid, .capabilities-grid, .testimonial-grid, .cta-grid {
grid-template-columns: 1fr;
gap: 50px;
}
.labs-head, .method-head { grid-template-columns: 1fr; }
.labs-grid { grid-template-columns: repeat(2, 1fr); }
.method-grid { grid-template-columns: repeat(2, 1fr); gap: 36px; }
.method-grid::before { display: none; }
.work { margin: 0 12px; padding: 60px 24px; }
.work-grid { grid-template-columns: 1fr; }
.partners { grid-template-columns: repeat(3, 1fr); gap: 18px; }
.nav-links, .brand-meta, .nav-cta { display: none; }
}
@media (max-width: 560px) {
.container { padding: 0 16px; }
.hero h1 { font-size: 38px; }
.labs-grid { grid-template-columns: 1fr; }
.cards { grid-template-columns: 1fr; }
.pills { justify-content: flex-start; }
section { padding: 80px 0; }
.topbar-inner { font-size: 9px; }
}
/* deck container — scroll-snap pagination */
html, body { height: 100%; }
body { overflow: hidden; }
.deck {
height: 100vh;
overflow-y: scroll;
scroll-snap-type: y mandatory;
scroll-behavior: smooth;
position: relative;
}
.slide {
height: 100vh;
scroll-snap-align: start;
scroll-snap-stop: always;
display: grid;
align-items: stretch;
position: relative;
padding: 0;
border-bottom: 1px solid var(--line-soft);
/* Clip art / oversized content so it cannot bleed into adjacent slides
* at narrow / tall viewports (1/1 aspect-ratio art often exceeds 100vh
* minus padding). */
overflow: hidden;
}
.slide-inner {
max-width: 1360px;
margin: 0 auto;
padding: 80px 80px 64px;
width: 100%;
height: 100%;
display: grid;
align-content: center;
gap: 28px;
position: relative;
min-height: 0;
}
/* Cap art panels so they fit inside the slide minus the inner padding. */
.s-cover .art,
.s-content .art,
.s-quote .art {
max-height: calc(100vh - 160px);
min-height: 0;
}
/* HUD — fixed top bar + slide counter + keyboard hint */
.deck-hud {
position: fixed;
top: 18px;
left: 0;
right: 0;
display: flex;
justify-content: space-between;
align-items: center;
padding: 0 32px;
z-index: 50;
font-family: var(--sans);
font-size: 10.5px;
letter-spacing: 0.18em;
text-transform: uppercase;
color: var(--ink-faint);
pointer-events: none;
}
.deck-hud .left { display: inline-flex; gap: 14px; align-items: center; pointer-events: auto; }
.deck-hud .right { display: inline-flex; gap: 14px; align-items: center; pointer-events: auto; }
.deck-hud .mark {
width: 24px; height: 24px; border-radius: 50%;
border: 1px solid var(--ink); display: inline-flex;
align-items: center; justify-content: center;
font-family: var(--serif); font-style: italic; font-size: 12px;
color: var(--ink); background: rgba(239,231,210,0.85);
backdrop-filter: blur(2px);
}
.deck-hud .counter {
font-family: var(--mono);
letter-spacing: 0.04em;
color: var(--ink);
background: rgba(239,231,210,0.85);
padding: 4px 8px;
border: 1px solid var(--line);
border-radius: 6px;
backdrop-filter: blur(2px);
}
.deck-hud .keys {
background: rgba(239,231,210,0.85);
padding: 4px 10px;
border: 1px solid var(--line);
border-radius: 6px;
backdrop-filter: blur(2px);
}
/* progress bar at bottom */
.deck-progress {
position: fixed;
left: 0; right: 0; bottom: 0;
height: 2px;
background: var(--line-soft);
z-index: 50;
}
.deck-progress .bar {
height: 100%;
background: var(--coral);
width: 0%;
transition: width 240ms ease;
}
/* ---------- COVER slide ---------- */
.s-cover .slide-inner {
grid-template-columns: 1.1fr 0.9fr;
align-content: center;
gap: 60px;
}
.s-cover .copy {
display: flex; flex-direction: column; gap: 22px;
}
.s-cover .eyebrow {
font-family: var(--sans); font-size: 11px; font-weight: 600;
letter-spacing: 0.22em; text-transform: uppercase;
color: var(--coral); display: inline-flex; align-items: center; gap: 12px;
}
.s-cover .eyebrow::before {
content: ''; width: 18px; height: 1px;
background: var(--coral); display: inline-block;
}
.s-cover h1 {
font-family: var(--sans);
font-weight: 800;
font-size: clamp(40px, 5.2vw, 80px);
line-height: 1.02;
letter-spacing: -0.028em;
color: var(--ink);
margin: 0;
}
.s-cover h1 em {
font-family: var(--serif);
font-style: italic; font-weight: 500;
letter-spacing: -0.018em;
}
.s-cover h1 .dot { color: var(--coral); }
.s-cover .subtitle {
font-family: var(--serif); font-style: italic; font-weight: 500;
font-size: 22px; color: var(--ink-soft); margin-top: -8px;
}
.s-cover .lead {
font-family: var(--body); font-size: 17px;
color: var(--ink-soft); max-width: 42ch; line-height: 1.55;
}
.s-cover .meta {
margin-top: 32px;
font-family: var(--mono); font-size: 11px; letter-spacing: 0.06em;
color: var(--ink-faint);
}
.s-cover .art {
position: relative; aspect-ratio: 1 / 1; max-width: 620px;
margin-left: auto; margin-right: 0;
border: 1px solid var(--line-soft); border-radius: 14px;
overflow: hidden; background: var(--bone);
}
.s-cover .art img { width: 100%; height: 100%; object-fit: contain; }
/* ---------- SECTION divider slide ---------- */
.s-section .slide-inner {
grid-template-columns: 1fr;
align-content: center;
text-align: center;
gap: 32px;
}
.s-section .roman {
font-family: var(--serif); font-style: italic; font-weight: 500;
font-size: clamp(80px, 10vw, 160px);
color: var(--coral); line-height: 1; letter-spacing: -0.02em;
}
.s-section h2 {
font-family: var(--sans); font-weight: 800;
font-size: clamp(54px, 6.6vw, 100px);
letter-spacing: -0.028em; line-height: 1.0; color: var(--ink);
max-width: 18ch; margin: 0 auto;
}
.s-section h2 em {
font-family: var(--serif); font-style: italic; font-weight: 500;
}
.s-section h2 .dot { color: var(--coral); }
.s-section .lead {
font-family: var(--body); font-size: 17px;
color: var(--ink-soft); max-width: 50ch; margin: 0 auto;
}
/* ---------- CONTENT slide ---------- */
.s-content .slide-inner { gap: 48px; }
.s-content.layout-left .slide-inner { grid-template-columns: 1fr 0.9fr; }
.s-content.layout-right .slide-inner { grid-template-columns: 0.9fr 1fr; }
.s-content.layout-right .copy { order: 2; }
.s-content.layout-right .art { order: 1; }
.s-content.layout-full .slide-inner { grid-template-columns: 1fr; max-width: 980px; }
.s-content .copy { display: flex; flex-direction: column; gap: 22px; }
.s-content .eyebrow {
font-family: var(--sans); font-size: 11px; font-weight: 600;
letter-spacing: 0.22em; text-transform: uppercase; color: var(--coral);
display: inline-flex; align-items: center; gap: 12px;
}
.s-content .eyebrow::before {
content: ''; width: 18px; height: 1px;
background: var(--coral); display: inline-block;
}
.s-content h2 {
font-family: var(--sans); font-weight: 800;
font-size: clamp(40px, 4.6vw, 64px);
letter-spacing: -0.024em; line-height: 1.05;
color: var(--ink); margin: 0;
}
.s-content h2 em { font-family: var(--serif); font-style: italic; font-weight: 500; }
.s-content h2 .dot { color: var(--coral); }
.s-content .body {
font-family: var(--body); font-size: 16px;
color: var(--ink-soft); max-width: 56ch; line-height: 1.55;
}
.s-content .body code { font-family: var(--mono); font-size: 14px; background: var(--bone); padding: 1px 6px; border-radius: 4px; }
.s-content ul {
list-style: none; padding: 0; margin: 0;
display: flex; flex-direction: column; gap: 12px;
}
.s-content li {
font-family: var(--sans); font-size: 15px;
color: var(--ink-soft); display: flex; gap: 14px; align-items: flex-start;
}
.s-content li::before {
content: ''; width: 12px; height: 1px;
background: var(--coral); margin-top: 11px; flex-shrink: 0;
}
.s-content .art {
position: relative; aspect-ratio: 1 / 1;
border: 1px solid var(--line-soft); border-radius: 14px;
overflow: hidden; background: var(--bone);
}
.s-content .art img { width: 100%; height: 100%; object-fit: contain; }
/* ---------- STATS slide ---------- */
.s-stats .slide-inner { grid-template-columns: 1fr; gap: 60px; }
.s-stats .head { display: flex; flex-direction: column; gap: 22px; }
.s-stats .eyebrow {
font-family: var(--sans); font-size: 11px; font-weight: 600;
letter-spacing: 0.22em; text-transform: uppercase; color: var(--coral);
display: inline-flex; align-items: center; gap: 12px;
}
.s-stats .eyebrow::before { content: ''; width: 18px; height: 1px; background: var(--coral); display: inline-block; }
.s-stats h2 {
font-family: var(--sans); font-weight: 800;
font-size: clamp(44px, 5vw, 72px);
letter-spacing: -0.026em; line-height: 1.05; max-width: 18ch; margin: 0;
}
.s-stats h2 em { font-family: var(--serif); font-style: italic; font-weight: 500; }
.s-stats h2 .dot { color: var(--coral); }
.s-stats .grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
gap: 36px;
border-top: 1px solid var(--line);
padding-top: 36px;
}
.s-stats .stat { display: flex; flex-direction: column; gap: 10px; }
.s-stats .stat .num {
font-family: var(--sans); font-weight: 800;
font-size: clamp(80px, 9vw, 140px); line-height: 1;
letter-spacing: -0.04em; color: var(--ink);
}
.s-stats .stat .num em { color: var(--coral); font-family: var(--serif); font-style: italic; font-weight: 500; }
.s-stats .stat .label {
font-family: var(--sans); font-size: 12px;
letter-spacing: 0.18em; text-transform: uppercase;
color: var(--ink); font-weight: 600;
}
.s-stats .stat .sub {
font-family: var(--body); font-size: 13px;
color: var(--ink-mute); max-width: 26ch; line-height: 1.5;
}
.s-stats .caption {
font-family: var(--mono); font-size: 11px;
color: var(--ink-faint); letter-spacing: 0.04em;
}
/* ---------- QUOTE slide ---------- */
.s-quote .slide-inner { grid-template-columns: 1.4fr 0.8fr; gap: 60px; align-items: center; }
.s-quote.no-art .slide-inner { grid-template-columns: 1fr; max-width: 980px; }
.s-quote blockquote {
font-family: var(--sans); font-weight: 700;
font-size: clamp(36px, 4vw, 56px);
letter-spacing: -0.022em; line-height: 1.15;
color: var(--ink); margin: 0;
position: relative;
}
.s-quote blockquote em { font-family: var(--serif); font-style: italic; font-weight: 500; }
.s-quote .author {
margin-top: 38px; display: flex; align-items: center; gap: 16px;
}
.s-quote .author .avatar {
width: 48px; height: 48px; border-radius: 50%; background: var(--ink);
color: var(--paper); font-family: var(--serif); font-style: italic; font-size: 22px;
display: inline-flex; align-items: center; justify-content: center;
}
.s-quote .author p { font-family: var(--sans); font-size: 14px; font-weight: 600; }
.s-quote .author p span { display: block; color: var(--ink-mute); font-weight: 400; }
.s-quote .art {
position: relative; aspect-ratio: 1 / 1;
border: 1px solid var(--line-soft); border-radius: 14px;
overflow: hidden; background: var(--bone);
}
.s-quote .art img { width: 100%; height: 100%; object-fit: contain; }
/* ---------- CTA slide ---------- */
.s-cta .slide-inner { grid-template-columns: 1fr; max-width: 980px; gap: 32px; text-align: left; }
.s-cta .eyebrow {
font-family: var(--sans); font-size: 11px; font-weight: 600;
letter-spacing: 0.22em; text-transform: uppercase; color: var(--coral);
display: inline-flex; align-items: center; gap: 12px;
}
.s-cta .eyebrow::before { content: ''; width: 18px; height: 1px; background: var(--coral); display: inline-block; }
.s-cta h2 {
font-family: var(--sans); font-weight: 800;
font-size: clamp(54px, 6.4vw, 96px);
letter-spacing: -0.028em; line-height: 1.0; color: var(--ink); margin: 0;
}
.s-cta h2 em { font-family: var(--serif); font-style: italic; font-weight: 500; }
.s-cta h2 .dot { color: var(--coral); }
.s-cta .body { font-family: var(--body); font-size: 17px; color: var(--ink-soft); max-width: 50ch; line-height: 1.55; }
.s-cta .actions { display: inline-flex; gap: 14px; margin-top: 12px; }
/* ---------- END slide ---------- */
.s-end .slide-inner {
grid-template-columns: 1fr;
align-content: end;
padding-bottom: 72px;
text-align: left;
gap: 16px;
max-width: none;
padding-left: 64px; padding-right: 64px;
}
.s-end .word {
font-family: var(--sans); font-weight: 900;
font-size: clamp(80px, 14vw, 220px);
letter-spacing: -0.04em; line-height: 1.05;
color: var(--ink); white-space: nowrap;
overflow-x: hidden;
padding-bottom: 0.18em;
}
.s-end .word em { font-family: var(--serif); font-style: italic; font-weight: 500; color: var(--coral); }
.s-end .footer {
border-top: 1px solid var(--line);
padding-top: 22px;
font-family: var(--sans); font-size: 11px;
letter-spacing: 0.18em; text-transform: uppercase;
color: var(--ink-faint);
}
/* responsive */
@media (max-width: 1080px) {
.slide-inner { padding: 48px 56px; }
.s-cover .slide-inner,
.s-content.layout-left .slide-inner,
.s-content.layout-right .slide-inner,
.s-quote .slide-inner { grid-template-columns: 1fr; gap: 36px; }
.s-content.layout-right .copy { order: 1; }
.s-content.layout-right .art { order: 2; }
}
@media (max-width: 640px) {
.slide-inner { padding: 36px 24px; }
.deck-hud { padding: 0 16px; font-size: 9.5px; letter-spacing: 0.14em; }
.deck-hud .keys { display: none; }
}
</style>
</head>
<body>
<div class='deck-hud'>
<div class='left'>
<span class='mark'>Ø</span>
<span>Open Design · Vol. 01 / Issue Nº 26</span>
</div>
<div class='right'>
<span class='keys'>← / → · Space</span>
<span class='counter'>01 / 11</span>
</div>
</div>
<div class='deck'>
<section class='slide s-cover' data-slide-kind='cover'>
<div class='slide-inner'>
<div class='copy'>
<span class='eyebrow'>Open-source design studio · Nº 01</span>
<h1>Designing <em>intelligence</em> with skills, <em>taste,</em> and <em>code</em><span class='dot'>.</span></h1>
<div class='subtitle'>The open-source alternative to Anthropic's Claude Design.</div>
<p class='lead'>12 coding agents drive 31 composable skills and 72 brand-grade design systems. Local-first, web-deployable, BYOK at every layer.</p>
<div class='meta'>Berlin · MMXXVI · 52.5200° N · 13.4050° E</div>
</div>
<div class='art'><img src='../editorial-collage/assets/hero.png' alt='' /></div>
</div>
</section>
<section class='slide s-section' data-slide-kind='section'>
<div class='slide-inner'>
<div class='roman'>I.</div>
<h2>Why <em>another</em> design tool<span class='dot'>?</span></h2>
<p class='lead'>Because the strongest agents already live on your laptop — and they deserve a real workflow.</p>
</div>
</section>
<section class='slide s-content layout-right' data-slide-kind='content'>
<div class='slide-inner'>
<div class='copy'>
<span class='eyebrow'>About the studio · Nº 02</span>
<h2>We treat <em>your agent</em> as a creative <em>collaborator</em><span class='dot'>.</span></h2>
<p class='body'>We don't ship one — we wire whichever you trust into a skill-driven design workflow that runs locally with <code>pnpm tools-dev</code>, deploys to Vercel, and stays BYOK at every layer.</p>
<ul><li>Files, not opaque prompts — every skill is a folder of Markdown.</li><li>Deterministic visual directions, not random generation.</li><li>Sandboxed iframe preview, real cwd, exportable artifacts.</li></ul>
</div>
<div class='art'><img src='../editorial-collage/assets/about.png' alt='' /></div>
</div>
</section>
<section class='slide s-content layout-left' data-slide-kind='content'>
<div class='slide-inner'>
<div class='copy'>
<span class='eyebrow'>Capabilities · Nº 03</span>
<h2>Skills, systems, surfaces — <em>for creative</em> intelligence<span class='dot'>.</span></h2>
<p class='body'>Four composable surfaces, one feedback loop. Skills supply behavior. Systems supply taste. Adapters bridge agents. BYOK respects your wallet.</p>
<ul><li>31 file-based SKILL.md bundles — drop in, restart, appears.</li><li>72 portable DESIGN.md systems — Linear, Vercel, Stripe, Apple…</li><li>12 agent adapters — Claude · Codex · Gemini · Cursor · …</li><li>OpenAI-compatible proxy — paste a baseUrl + key, ship.</li></ul>
</div>
<div class='art'><img src='../editorial-collage/assets/capabilities.png' alt='' /></div>
</div>
</section>
<section class='slide s-stats' data-slide-kind='stats'>
<div class='slide-inner'>
<div class='head'>
<span class='eyebrow'>By the numbers · Nº 04</span>
<h2>Composable, <em>shippable,</em> portable<span class='dot'>.</span></h2>
</div>
<div class='grid'>
<div class='stat'>
<div class='num'>31</div>
<div class='label'>Skills</div>
<div class='sub'>file-based, shippable today</div>
</div>
<div class='stat'>
<div class='num'>72</div>
<div class='label'>Systems</div>
<div class='sub'>design tokens you already trust</div>
</div>
<div class='stat'>
<div class='num'>12</div>
<div class='label'>Agents</div>
<div class='sub'>auto-detected on your $PATH</div>
</div>
<div class='stat'>
<div class='num'>3</div>
<div class='label'>Commands</div>
<div class='sub'>from clone to first artifact</div>
</div>
</div>
<div class='caption'>Open Design v0.2.0 · Apache-2.0 · MMXXVI</div>
</div>
</section>
<section class='slide s-section' data-slide-kind='section'>
<div class='slide-inner'>
<div class='roman'>II.</div>
<h2>How it <em>feels</em> to use it<span class='dot'>.</span></h2>
</div>
</section>
<section class='slide s-content layout-right' data-slide-kind='content'>
<div class='slide-inner'>
<div class='copy'>
<span class='eyebrow'>Method · Nº 05</span>
<h2>From <em>signals</em> to systems<span class='dot'>.</span></h2>
<p class='body'>Every project moves through four iterative stages. The agent picks each stage's tools deterministically; you stay in control.</p>
<ul><li>01 · Detect — daemon scans $PATH, auto-loads skills + systems.</li><li>02 · Discover — 30s question form locks brand · audience · scale.</li><li>03 · Direct — pick one of 5 visual directions in OKLch + type stack.</li><li>04 · Deliver — write to disk, preview in sandbox, export anywhere.</li></ul>
</div>
<div class='art'><img src='../editorial-collage/assets/method-1.png' alt='' /></div>
</div>
</section>
<section class='slide s-content layout-left' data-slide-kind='content'>
<div class='slide-inner'>
<div class='copy'>
<span class='eyebrow'>Selected work · Nº 06</span>
<h2>Skills that turn briefs into <em>memorable</em> artifacts<span class='dot'>.</span></h2>
<p class='body'>From editorial decks to consumer dashboards — the same loop, different surface. Every output is a real file you can hand to a client tomorrow.</p>
</div>
<div class='art'><img src='../editorial-collage/assets/work-1.png' alt='' /></div>
</div>
</section>
<section class='slide s-quote' data-slide-kind='quote'>
<div class='slide-inner'>
<div>
<blockquote>&ldquo;Open Design helped us turn vague <em>AI ideas</em> into a visual system that felt <em>sharp, believable,</em> and genuinely new.&rdquo;</blockquote>
<div class='author'>
<span class='avatar'>m</span>
<p>Mina Kovac<br/><span>Creative Director · North Form</span></p>
</div>
</div>
<div class='art'><img src='../editorial-collage/assets/testimonial.png' alt='' /></div>
</div>
</section>
<section class='slide s-cta' data-slide-kind='cta'>
<div class='slide-inner'>
<span class='eyebrow'>Start a conversation · Nº 07</span>
<h2>Let's build something <em>open</em> and <em>visually</em> unforgettable<span class='dot'>.</span></h2>
<p class='body'>Star us on GitHub, drop into the issues, or run pnpm tools-dev tonight. Three commands and the loop is yours.</p>
<div class='actions'>
<a class='btn btn-primary' href='https://github.com/nexu-io/open-design' target='_blank' rel='noreferrer noopener'>
Star on GitHub
<span class='arrow'><svg viewBox='0 0 24 24'><path d='M5 19L19 5M19 5H8M19 5v11'/></svg></span>
</a>
<a class='btn btn-ghost' href='https://github.com/nexu-io/open-design/issues' target='_blank' rel='noreferrer noopener'>
Open an issue
<span class='arrow'><svg viewBox='0 0 24 24'><path d='M5 19L19 5M19 5H8M19 5v11'/></svg></span>
</a>
</div>
</div>
</section>
<section class='slide s-end' data-slide-kind='end'>
<div class='slide-inner'>
<div class='word'>Open <em>Design</em>.</div>
<div class='footer'>Apache-2.0 · MMXXVI · Berlin · 52.5200° N · 13.4050° E</div>
</div>
</section>
</div>
<div class='deck-progress'><div class='bar'></div></div>
<script>
/*
* Deck runtime — keyboard nav, counter update, progress bar.
*
* • ←/PageUp/k → previous slide
* • →/PageDown/Space/j → next slide
* • Home/End → first / last slide
* • Updates .deck-hud .counter and .deck-progress .bar live as the
* user scrolls or paginates.
*/
(function () {
var deck = document.querySelector('.deck');
if (!deck) return;
var slides = Array.prototype.slice.call(document.querySelectorAll('.slide'));
var counter = document.querySelector('.deck-hud .counter');
var bar = document.querySelector('.deck-progress .bar');
var total = slides.length;
function indexFromScroll() {
var y = deck.scrollTop;
var h = deck.clientHeight;
var i = Math.round(y / h);
if (i < 0) i = 0;
if (i > total - 1) i = total - 1;
return i;
}
function update() {
var i = indexFromScroll();
if (counter) counter.textContent = String(i + 1).padStart(2, '0') + ' / ' + String(total).padStart(2, '0');
if (bar) bar.style.width = ((i + 1) / total * 100) + '%';
}
function goto(i) {
if (i < 0) i = 0;
if (i > total - 1) i = total - 1;
slides[i].scrollIntoView({ behavior: 'smooth', block: 'start' });
}
deck.addEventListener('scroll', update, { passive: true });
document.addEventListener('keydown', function (e) {
var i = indexFromScroll();
if (e.key === 'ArrowDown' || e.key === 'PageDown' || e.key === ' ' || e.key === 'j') {
e.preventDefault(); goto(i + 1);
} else if (e.key === 'ArrowUp' || e.key === 'PageUp' || e.key === 'k') {
e.preventDefault(); goto(i - 1);
} else if (e.key === 'Home') {
e.preventDefault(); goto(0);
} else if (e.key === 'End') {
e.preventDefault(); goto(total - 1);
}
});
update();
})();
</script>
</body>
</html>