/* =========================================
   Cloud 9 Digital — Shared Design System
   ========================================= */

/* @critical:core */
:root {
  --paper: #efe7d2;
  --paper-warm: #ece4cf;
  --paper-dark: #ddd2b6;
  --ink: #15140f;
  --ink-soft: #2a2620;
  --ink-mute: #5a5448;
  --ink-faint: #5a5347;
  --coral: #ed6f5c;
  --coral-ink: #b63826;
  --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: Georgia, 'Times New Roman', serif;
  --sans: ui-sans-serif, -apple-system, BlinkMacSystemFont, 'Segoe UI', system-ui, sans-serif;
  --body: ui-sans-serif, -apple-system, BlinkMacSystemFont, 'Segoe UI', system-ui, sans-serif;
  --mono: 'SF Mono', Consolas, 'Liberation Mono', Menlo, monospace;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html, body { background: var(--paper); color: var(--ink); overflow-x: clip; }
body {
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: clip;
  position: relative;
}
.skip-link { position: absolute; top: -100px; left: 16px; z-index: 1000; padding: 12px 20px; background: var(--ink); color: var(--paper); font-family: var(--sans); font-size: 14px; font-weight: 600; border-radius: 8px; text-decoration: none; }
.skip-link:focus { top: 16px; outline: 2px solid var(--coral); outline-offset: 2px; }
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; }

.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; }
/* @critical:end */

/* @critical:chrome */
.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 { 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 { 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; }
.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.active { 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; white-space: nowrap; flex-shrink: 0; }
.nav-cta:hover { background: var(--coral); }
.status-dot { width: 28px; height: 28px; border-radius: 50%; border: 1px solid var(--line); display: inline-flex; align-items: center; justify-content: center; position: relative; flex: 0 0 auto; }
.status-dot::before { content: ''; position: absolute; width: 12px; height: 12px; border: 1px solid rgba(244,125,107,0.58); border-radius: 50%; animation: status-breathe 2.8s ease-out infinite; }
.status-dot::after { content: ''; width: 6px; height: 6px; border-radius: 50%; background: var(--coral); box-shadow: 0 0 0 2px rgba(244,125,107,0.12); }
@keyframes status-breathe { 0%, 35% { scale: 0.72; opacity: 0; } 55% { opacity: 0.42; } 100% { scale: 1.65; opacity: 0; } }

.nav-links > li { position: relative; }
.nav-links .nav-dd { position: absolute; top: 100%; left: 50%; transform: translateX(-50%) translateY(10px); padding-top: 14px; opacity: 0; pointer-events: none; transition: opacity 0.16s ease, transform 0.16s ease; z-index: 60; }
.nav-links > li:hover > .nav-dd { opacity: 1; pointer-events: auto; transform: translateX(-50%) translateY(0); }
.nav-dd-inner { background: var(--paper); border: 1px solid var(--line); border-radius: 10px; padding: 6px; min-width: 190px; box-shadow: 0 18px 36px -14px rgba(21,20,15,0.22); display: flex; flex-direction: column; }
.nav-dd-inner a { display: block; padding: 8px 14px; font-size: 13px; font-weight: 500; white-space: nowrap; border-radius: 6px; transition: background 0.12s ease, color 0.12s ease; text-decoration: none; color: var(--ink); font-family: var(--sans); }
.nav-dd-inner a:hover { background: var(--bone); color: var(--coral); }
.nav-dd-inner a.nav-dd-active { color: var(--coral); background: transparent; font-weight: 600; }
/* @critical:end */

/* @critical:type */
.label { font-family: var(--sans); font-size: 11px; font-weight: 600; letter-spacing: 0.22em; text-transform: uppercase; color: var(--coral-ink); 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); }
.hero-contact { display: inline-flex; align-items: center; flex-wrap: wrap; gap: 7px 10px; }
.hero-contact a { color: inherit; text-decoration: none; border-bottom: 1px solid transparent; transition: color 160ms ease, border-color 160ms ease; }
.hero-contact a:hover, .hero-contact a:focus-visible { color: var(--coral-ink); border-bottom-color: currentColor; }
.contact-separator { color: var(--coral); }
.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-ink); }
.code-inline { font-family: var(--mono); font-size: 14px; background: var(--bone); padding: 1px 6px; border-radius: 4px; }
.code-inline.sm { font-size: 12px; padding: 0 4px; }
/* @critical:end */

/* @critical: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 280ms cubic-bezier(0.22, 1, 0.36, 1), background 180ms ease, color 180ms ease, border-color 180ms ease, box-shadow 280ms ease; cursor: pointer; white-space: nowrap; }
.btn-primary { background: var(--coral); color: var(--ink); font-weight: 600; box-shadow: 0 14px 26px -16px rgba(237, 111, 92, 1); }
.btn-primary:hover { transform: translateY(-1px); background: #e25e4a; box-shadow: 0 18px 32px -16px rgba(226, 94, 74, 1); }
.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); border-color: rgba(21, 20, 15, 0.34); }
.btn .arrow { width: 16px; height: 16px; display: inline-flex; align-items: center; justify-content: center; transition: transform 300ms cubic-bezier(0.22, 1, 0.36, 1); }
.btn:hover .arrow { transform: translate(3px, -3px); }
.btn .arrow svg { width: 14px; height: 14px; stroke: currentColor; fill: none; stroke-width: 1.6; }
/* @critical:end */

/* @critical:artframe */
/* CSS-only art frame */
.art-frame { width: 100%; height: 100%; background: var(--bone); position: relative; overflow: hidden; border-radius: 16px; box-shadow: var(--shadow), inset 0 0 0 1px rgba(21, 20, 15, 0.06); display: flex; align-items: center; justify-content: center; }
.art-frame::before { content: ''; position: absolute; inset: 0; background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='160' height='160'><filter id='ap'><feTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 0.17  0 0 0 0 0.15  0 0 0 0 0.11  0 0 0 0.05 0'/></filter><rect width='100%' height='100%' filter='url(%23ap)'/></svg>"); background-size: 160px 160px; opacity: 0.8; }
.art-frame::after { content: ''; position: absolute; inset: 12px; border: 1px dashed rgba(21, 20, 15, 0.12); border-radius: 8px; }
.art-frame img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 1; mix-blend-mode: multiply; }
.art-frame .art-geo { position: relative; z-index: 1; width: 72px; height: 72px; color: var(--ink-faint); opacity: 0.5; }
.art-frame .art-label { position: absolute; bottom: 22px; left: 0; right: 0; text-align: center; font-family: var(--sans); font-size: 9.5px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--ink-faint); z-index: 1; }
.art-frame.art-dark { background: rgba(21, 20, 15, 0.92); box-shadow: none; }
.art-frame.art-dark::before { background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='160' height='160'><filter id='ad'><feTurbulence type='fractalNoise' baseFrequency='0.75' 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.06 0'/></filter><rect width='100%' height='100%' filter='url(%23ad)'/></svg>"); }
.art-frame.art-dark::after { border-color: rgba(247, 241, 222, 0.12); }
.art-frame.art-dark .art-geo { color: rgba(247, 241, 222, 0.35); }
.art-frame.art-dark .art-label { color: rgba(247, 241, 222, 0.35); }
.art-frame.no-texture::before { display: none; }
.art-frame.no-texture::after { display: none; }
.art-frame.no-texture img { mix-blend-mode: normal; }
/* @critical:end */

/* @critical:section */
/* Page sections */
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-ink); 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 h1, .section-header h2 { font-size: clamp(40px, 4.6vw, 66px); max-width: 22ch; }
.section-header .lead { margin-top: 22px; }
/* @critical:end */

/* @critical:hero */
/* Hero */
.hero { position: relative; padding: 0; min-height: calc(100vh - 140px); display: flex; flex-direction: column; align-items: stretch; border-bottom: 1px solid var(--line); }
.hero > .container { flex: 0 0 auto; }
.hero > .container.hero-grid { flex: 1 1 auto; }
.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-ink); color: var(--coral-ink); }
.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-art { position: relative; height: calc(100vh - 160px); max-height: 760px; aspect-ratio: 1 / 1.12; margin-left: auto; margin-right: -12px; max-width: 720px; width: 100%; overflow: hidden; }
.hero-art-backdrop { position: absolute; inset: 0; border-radius: 24px; background: var(--paper); }
.hero-art .art-frame { border-radius: 24px; position: relative; width: 100%; height: 100%; overflow: hidden; background: var(--paper); box-shadow: none; }
.hero-art .art-frame::before { display: none; }
.hero-art .art-frame::after { display: none; }
.hero-art .art-frame img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 1; mix-blend-mode: normal; border-radius: 24px; }
.hero-art img { width: 100%; height: 100%; object-fit: cover; object-position: center; display: block; }
/* Process panels */
.process-phase { position: absolute; inset: 38px 24px 74px; opacity: 0; transition: opacity 0.8s ease; pointer-events: none; overflow: hidden; border: 1px solid rgba(21,20,15,0.1); border-radius: 18px; background: var(--bone); box-shadow: 0 22px 46px -34px rgba(21,20,15,0.38); }
.process-phase.active { opacity: 1; pointer-events: auto; }
.process-phase img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; border-radius: 17px; transition: transform 0.5s cubic-bezier(0.22,1,0.36,1); transform: scale(1); }
@media (min-width: 881px) { .process-phase { will-change: transform; } }
.hero-art:hover .process-phase.active img { transform: scale(1.012); }
.hero-art .index { position: absolute; bottom: 52px; left: 50%; transform: translateX(-50%); z-index: 5; display: flex; align-items: center; gap: 8px; background: var(--paper); border: 1px solid var(--line); border-radius: 999px; padding: 10px 28px; box-shadow: 0 2px 16px rgba(21,20,15,0.08); font-family: var(--sans); font-size: 14px; font-weight: 600; color: var(--ink-soft); letter-spacing: 0.01em; white-space: nowrap; }
.hero-art .index .n { font-family: var(--mono); color: var(--coral-ink); font-weight: 700; font-size: 14px; letter-spacing: 0; }
.hero-art .phase-badge { position: absolute; bottom: 28px; right: 28px; font-family: var(--sans); font-size: 9.5px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--bone); background: rgba(21,20,15,0.7); padding: 6px 14px; border-radius: 999px; z-index: 5; transition: opacity 0.4s ease; }
.process-progress { position: absolute; bottom: 12px; left: 50%; transform: translateX(-50%); display: flex; gap: 4px; z-index: 5; }
.process-progress .dot { width: 24px; height: 24px; border-radius: 50%; background: transparent; display: inline-flex; align-items: center; justify-content: center; cursor: pointer; }
.process-progress .dot::after { content: ''; width: 8px; height: 8px; border-radius: 50%; background: var(--line); transition: background 0.4s ease, transform 0.3s ease; }
.process-progress .dot.on::after { background: var(--coral); transform: scale(1.3); }
.annot { position: absolute; font-family: var(--sans); font-size: 10px; letter-spacing: 0.15em; text-transform: uppercase; color: var(--ink-faint); line-height: 1.4; white-space: nowrap; z-index: 4; }
.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; }
.annot span { 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; }
/* @critical:end */

/* Wire */
.wire { border-bottom: 1px solid var(--line); padding: 26px 0 28px; background: var(--paper); position: relative; overflow: hidden; }
.wire-inner { display: grid; grid-template-columns: minmax(180px, 220px) minmax(0, 1fr); gap: 32px; align-items: center; }
.wire-left { display: inline-flex; align-items: center; gap: 14px; border-right: 1px solid var(--line); padding-right: 24px; min-height: 56px; }
.wire-mark { width: 22px; height: 22px; border-radius: 50%; border: 1px solid var(--line); display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0; }
.wire-pulse { width: 6px; height: 6px; border-radius: 50%; background: var(--coral); display: inline-block; animation: pulse 2.4s ease-in-out infinite; }
.wire-title { font-family: var(--sans); font-size: 11px; line-height: 1.4; display: flex; flex-direction: column; gap: 3px; }
.wire-title b { color: var(--ink); font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; }
.wire-title span { color: var(--ink-faint); font-size: 10px; letter-spacing: 0.14em; text-transform: uppercase; }
.wire-rows { display: grid; gap: 8px; min-width: 0; }
.wire-row { overflow: hidden; mask-image: linear-gradient(90deg, transparent, black 5%, black 95%, transparent); -webkit-mask-image: linear-gradient(90deg, transparent, black 5%, black 95%, transparent); }
.marquee-track { display: inline-flex; align-items: center; gap: 36px; width: max-content; white-space: nowrap; animation: marquee-x 52s linear infinite; will-change: transform; }
.wire-row.reverse .marquee-track { animation-direction: reverse; animation-duration: 64s; }
.wire-row:hover .marquee-track { animation-play-state: paused; }
@keyframes marquee-x { from { transform: translateX(0); } to { transform: translateX(-50%); } }
.wire-item { display: inline-flex; align-items: baseline; gap: 8px; font-family: var(--sans); font-size: 12px; letter-spacing: 0.04em; color: var(--ink-mute); text-decoration: none; flex-shrink: 0; }
.wire-item .wire-dot { color: var(--coral); font-size: 16px; line-height: 0; position: relative; top: -1px; margin-right: 2px; }
.wire-item .wire-coord { font-family: var(--mono); font-size: 10.5px; color: var(--ink-faint); letter-spacing: 0; }
.wire-item .wire-name { text-transform: uppercase; letter-spacing: 0.18em; color: var(--ink); font-weight: 500; }
.wire-item .wire-handle { font-family: var(--mono); color: var(--ink); font-size: 11.5px; font-weight: 500; }
.wire-item .wire-role { text-transform: uppercase; letter-spacing: 0.16em; color: var(--coral); font-size: 10px; }
.wire-item.is-link { transition: color 160ms ease; }
.wire-item.is-link:hover .wire-handle { color: var(--coral); }

/* @critical:cards */
/* Cards */
.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 340ms cubic-bezier(0.22, 1, 0.36, 1), box-shadow 340ms ease; }
.card:hover { transform: translateY(-4px); box-shadow: 0 26px 52px -30px rgba(21, 20, 15, 0.24), inset 0 0 0 1px rgba(21, 20, 15, 0.16); }
.card .num { font-family: var(--serif); font-style: italic; font-size: 22px; font-weight: 500; color: var(--coral-ink); 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); transition: color 260ms ease, transform 340ms cubic-bezier(0.22, 1, 0.36, 1); }
.card:hover .icon { color: var(--coral-ink); transform: translateY(-2px); }
.card h2, .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: transform 300ms cubic-bezier(0.22, 1, 0.36, 1), background 200ms ease, border-color 200ms ease, color 200ms ease; }
.card:hover .arrow-mark { background: var(--coral); border-color: var(--coral); color: #fff; transform: translate(2px, -2px); }
.card .arrow-mark svg { width: 11px; height: 11px; stroke: currentColor; fill: none; stroke-width: 1.6; }
.card .author { display: flex; align-items: center; gap: 18px; margin-top: 22px; padding-top: 18px; border-top: 1px solid var(--line); }
.card .author .avatar { width: 46px; height: 46px; 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: 22px; flex-shrink: 0; }
.card .author .avatar img { width: 100%; height: 100%; object-fit: cover; }
.card .author p { font-family: var(--sans); font-size: 13px; color: var(--ink); font-weight: 600; max-width: none; }
.card .author p span { display: block; color: var(--ink-mute); font-weight: 400; font-size: 11px; }

/* Services page — compact panel headers */
.services-page .card { padding: 22px 22px 28px; }
.services-page .service-card-head { display: grid; grid-template-columns: minmax(0, 1fr) 34px; column-gap: 18px; align-items: start; padding-bottom: 16px; margin-bottom: 16px; border-bottom: 1px solid var(--line); }
.services-page .service-card-head .num { justify-content: flex-start; gap: 10px; margin: 0 0 7px; font-size: 14px; line-height: 1; }
.services-page .service-card-head .num .tag { font-size: 8.5px; }
.services-page .service-card-head h2 { margin: 0; font-size: 20px; line-height: 1.08; }
.services-page .service-card-head .icon { grid-column: 2; grid-row: 1 / span 2; width: 30px; height: 30px; margin: 1px 0 0; }
/* @critical:end */

/* @critical:labs */
/* Labs */
.labs-head { display: grid; grid-template-columns: 1.4fr 1fr; gap: 60px; align-items: end; margin-bottom: 48px; }
.labs-head h1, .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: var(--ink); font-weight: 600; }
.pill .count { font-size: 10px; color: var(--ink-faint); border-left: 1px solid var(--line); padding-left: 8px; }
.pill.active .count { color: var(--ink); border-color: rgba(21,20,15,0.25); }
.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; transition: transform 340ms cubic-bezier(0.22, 1, 0.36, 1); }
.lab:hover { transform: translateY(-4px); }
.lab-img { aspect-ratio: 4 / 5; border-radius: 14px; overflow: hidden; margin-bottom: 18px; position: relative; }
.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; z-index: 2; }
.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 h2, .lab h3 { font-family: var(--sans); font-size: 18px; font-weight: 700; letter-spacing: -0.014em; margin-bottom: 8px; transition: color 260ms ease; }
.lab:hover h2, .lab:hover h3 { color: var(--coral-ink); }
.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; transition: transform 300ms cubic-bezier(0.22, 1, 0.36, 1), background 200ms ease, border-color 200ms ease, color 200ms ease; }
.lab:hover .arrow-mark { background: var(--coral); border-color: var(--coral); color: #fff; transform: translate(2px, -2px); }
.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); }
/* @critical:end */

/* @critical:method */
/* Method */
.method-head { display: grid; grid-template-columns: 1.4fr 1fr; gap: 60px; align-items: start; margin-bottom: 80px; }
.method-head.method-head-single { grid-template-columns: minmax(0, 1fr); }
.method-head.method-head-single > div { max-width: 920px; }
.method-head h1, .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; transform: translateY(0); transition: transform 520ms cubic-bezier(0.22, 1, 0.36, 1); }
.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; transition: color 260ms ease, transform 520ms cubic-bezier(0.22, 1, 0.36, 1); }
.method-step h3 { 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; position: relative; }
.method-step h3::after { content: ''; position: absolute; left: 0; bottom: -8px; width: 42px; height: 1px; background: var(--coral); transform: scaleX(0.34); transform-origin: left center; opacity: 0.48; transition: transform 520ms cubic-bezier(0.22, 1, 0.36, 1), opacity 260ms ease; }
.method-step h3 .arrow-r { color: var(--ink-faint); font-size: 22px; line-height: 1; display: inline-block; transition: transform 300ms cubic-bezier(0.22, 1, 0.36, 1), color 200ms ease; }
.method-step:last-child h3 .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; border-radius: 14px; overflow: hidden; position: relative; background: var(--bone); border: 1px solid rgba(21,20,15,0.08); box-shadow: 0 18px 42px -34px rgba(21,20,15,0.28); transition: transform 620ms cubic-bezier(0.22, 1, 0.36, 1), box-shadow 420ms ease, border-color 300ms ease; }
.method-step .img::after { content: ''; position: absolute; inset: 0; z-index: 2; pointer-events: none; background: linear-gradient(112deg, transparent 30%, rgba(255,255,255,0.28) 47%, rgba(255,255,255,0.06) 55%, transparent 70%); transform: translateX(-125%); transition: transform 900ms cubic-bezier(0.22, 1, 0.36, 1); }
.method-step .method-visual img { transition: transform 760ms cubic-bezier(0.22, 1, 0.36, 1), filter 420ms ease; }
@media (hover: hover) and (pointer: fine) {
  .method-step:hover { transform: translateY(-7px); }
  .method-step:hover .num { color: var(--coral-ink); transform: translateY(-2px); }
  .method-step:hover h3::after { transform: scaleX(1); opacity: 1; }
  .method-step:hover h3 .arrow-r { transform: translateX(6px); color: var(--coral-ink); }
  .method-step:hover .img { transform: translateY(-5px); border-color: rgba(182,56,38,0.18); box-shadow: 0 30px 56px -34px rgba(21,20,15,0.4); }
  .method-step:hover .img::after { transform: translateX(125%); }
  .method-step:hover .method-visual img { transform: scale(1.025); filter: saturate(1.04) contrast(1.015); }
}
.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); }
.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); }
/* @critical:end */

/* @critical:work */
/* Work */
.work-slab { background: #15140f; color: var(--paper); border-radius: 32px; margin: 0 64px; overflow: hidden; position: relative; padding: 110px 64px; }
.work-slab::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-slab .label { color: var(--coral); }
.work-slab .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; transition: color 200ms ease; }
.work-link:hover { color: var(--coral); }
.work-link::after { content: '\2197'; color: var(--coral); display: inline-block; transition: transform 300ms cubic-bezier(0.22, 1, 0.36, 1); }
.work-link:hover::after { transform: translate(3px, -3px); }
.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; border-radius: 12px; overflow: hidden; margin-bottom: 22px; }
.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); }
.work-arrows .view-all-link { font-family: var(--sans); font-size: 13px; font-weight: 600; color: var(--paper); text-decoration: none; padding: 12px 20px; border: 1px solid rgba(247,241,222,0.25); border-radius: 999px; transition: background 0.18s ease, border-color 0.18s ease; }
.work-arrows .view-all-link:hover { background: var(--coral); border-color: var(--coral); }
/* @critical:end */

/* Testimonial */
.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; }
.testimonial-quote { font-family: var(--sans); font-size: 15px; color: var(--ink-soft); line-height: 1.5; font-style: italic; margin-bottom: 8px; }
.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 .avatar img { width: 100%; height: 100%; object-fit: cover; }
.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(6, 1fr); gap: 22px; 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 .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; transition: color 200ms ease; }
.read-more:hover { color: var(--coral-ink); }
.read-more::after { content: '\2192'; color: var(--coral); display: inline-block; transition: transform 300ms cubic-bezier(0.22, 1, 0.36, 1); }
.read-more:hover::after { transform: translateX(4px); }
.testimonial-art { position: relative; aspect-ratio: 5 / 4; max-width: 620px; overflow: hidden; border-radius: 24px; box-shadow: var(--shadow); }
.testimonial-art > img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center; }

/* @critical:cta */
/* CTA */
.cta-grid { display: grid; grid-template-columns: 1.05fr 1fr; gap: 50px; align-items: center; }
.cta-grid.cta-grid-single { grid-template-columns: minmax(0, 780px); justify-content: start; }
.cta h1, .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; transition: border-color 180ms ease, color 180ms ease; }
.email-pill:hover { border-color: var(--coral); color: var(--coral); }
.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; transition: transform 300ms cubic-bezier(0.22, 1, 0.36, 1); }
.email-pill:hover .arrow-circle { transform: translateX(3px); }
.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-ink); font-weight: 600; }
.cta-foot .stamp-live { display: inline-flex; align-items: center; gap: 9px; }
.stamp-live::before { content: ''; width: 7px; height: 7px; flex: 0 0 auto; border-radius: 50%; background: var(--coral); box-shadow: 0 0 0 0 rgba(237,111,92,0.42); animation: c9-live-pulse 2.2s ease-out infinite; }
@keyframes c9-live-pulse {
  0% { box-shadow: 0 0 0 0 rgba(237,111,92,0.42); }
  68%, 100% { box-shadow: 0 0 0 8px rgba(237,111,92,0); }
}
.cta-phone { margin-left: auto; color: inherit; text-decoration: none; border-bottom: 1px solid transparent; transition: color 160ms ease, border-color 160ms ease; }
.cta-phone:hover, .cta-phone:focus-visible { color: var(--coral-ink); border-bottom-color: currentColor; }
.cta-art { position: relative; aspect-ratio: 1 / 1; max-width: 620px; margin-left: auto; }
.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); }
/* @critical:end */

/* @critical:about */
/* About */
.about-grid { display: grid; grid-template-columns: 1.05fr 1fr; gap: 80px; align-items: center; }
.about h1, .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-ink); }
.about-art { position: relative; aspect-ratio: 1 / 1; width: 100%; max-width: 620px; margin-left: auto; justify-self: end; }
.about-art .corner { position: absolute; width: 22px; height: 22px; border-color: var(--ink-faint); border-style: solid; border-width: 0; z-index: 2; }
.about-art .corner.tl { top: 0; left: 0; border-top-width: 1px; border-left-width: 1px; }
.about-art .corner.br { bottom: 0; right: 0; border-bottom-width: 1px; border-right-width: 1px; }
.about-art .art-frame { position: absolute; inset: 0; border-radius: 24px; overflow: hidden; background: var(--bone); box-shadow: 0 24px 54px -34px rgba(21,20,15,0.32), inset 0 0 0 1px rgba(21,20,15,0.08); }
.about-art .art-frame::before,
.about-art .art-frame::after,
.about-art .art-geo,
.about-art .art-label { display: none; }
.about-art .art-frame img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; z-index: 1; mix-blend-mode: normal; border-radius: 24px; transition: transform 0.5s cubic-bezier(0.22,1,0.36,1); }
.about-art:hover .art-frame img { transform: scale(1.025); }
.about-art .index { z-index: 2; }
.about-caption { position: absolute; right: 18px; bottom: 18px; z-index: 2; max-width: 28ch; font-family: var(--sans); font-size: 9.5px; color: var(--ink-faint); text-align: right; letter-spacing: 0.06em; line-height: 1.45; padding: 10px 12px; border: 1px solid rgba(21,20,15,0.1); border-radius: 12px; background: rgba(247,241,222,0.78); backdrop-filter: blur(8px); }
.about-caption b { color: var(--ink); display: block; }
/* @critical:end */

/* @critical:capabilities */
/* 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 .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; z-index: 2; }
.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-art .art-frame { position: absolute; inset: 0; border-radius: 24px; overflow: hidden; background: var(--paper); box-shadow: 0 4px 24px rgba(21,20,15,0.08); }
.capabilities-art .art-frame img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; z-index: 1; mix-blend-mode: normal; border-radius: 24px; transition: transform 0.5s cubic-bezier(0.22,1,0.36,1); }
.capabilities-art:hover .art-frame img { transform: scale(1.025); }
.capabilities-copy h1, .capabilities-copy h2 { font-size: clamp(40px, 4.8vw, 64px); margin: 22px 0 30px; }
/* @critical:end */

/* @critical:cs */
/* Case Studies */
.cs-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 36px; position: relative; margin: 44px 0 38px; }
.cs-col h4 { font-family: var(--sans); font-size: 12.5px; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase; color: var(--coral); margin-bottom: 14px; }
.cs-col p { font-family: var(--body); font-size: 14.5px; color: rgba(247, 241, 222, 0.78); line-height: 1.55; }
.cs-col .rule { width: 22px; height: 1px; background: rgba(247, 241, 222, 0.18); margin-bottom: 16px; }
.cs-cta { margin-top: 44px; }
/* @critical:end */

/* @critical:checklist */
/* Service Detail: Checklist */
.checklist { list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 22px; }
.checklist li { display: flex; align-items: flex-start; gap: 14px; padding: 18px 20px 18px 24px; background: var(--bone); border-radius: 14px; font-family: var(--sans); font-size: 14px; font-weight: 500; color: var(--ink); line-height: 1.4; transition: transform 0.18s ease, box-shadow 0.18s ease; box-shadow: 0 0 0 0 rgba(21, 20, 15, 0); }
.checklist li:hover { transform: translateY(-2px); box-shadow: 0 6px 18px -8px rgba(21, 20, 15, 0.1); }
.checklist .check { width: 22px; height: 22px; border-radius: 50%; background: var(--coral); display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0; margin-top: 1px; }
.checklist .check svg { width: 12px; height: 12px; stroke: #fff; fill: none; stroke-width: 2.4; }
/* @critical:end */

/* @critical:faq */
/* Service Detail: FAQ grid */
.faq-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 22px; }
.faq-grid .faq-item { padding: 32px 30px; background: var(--bone); border-radius: 18px; box-shadow: 0 0 0 0 rgba(21, 20, 15, 0); transition: box-shadow 0.22s ease; }
.faq-grid .faq-item:hover { box-shadow: var(--shadow), inset 0 0 0 1px rgba(21, 20, 15, 0.06); }
.faq-grid .faq-item h3 { font-family: var(--sans); font-size: 20px; font-weight: 700; letter-spacing: -0.012em; margin-bottom: 14px; color: var(--ink); }
.faq-grid .faq-item p { font-family: var(--body); font-size: 13.5px; color: var(--ink-mute); line-height: 1.55; }

/* FAQ Page: Accordion */
.faq-list { max-width: 920px; }
.faq-list .faq-item { border-top: 1px solid var(--line); }
.faq-list .faq-item:last-child { border-bottom: 1px solid var(--line); }
.faq-list .faq-item details summary { list-style: none; cursor: pointer; padding: 26px 0; display: flex; align-items: center; justify-content: space-between; gap: 20px; font-family: var(--sans); font-size: 18px; font-weight: 600; color: var(--ink); letter-spacing: -0.008em; line-height: 1.25; user-select: none; }
.faq-list .faq-item details summary::-webkit-details-marker { display: none; }
.faq-list .faq-item details summary::marker { display: none; content: ''; }
.faq-list .faq-item details summary .plus { width: 28px; height: 28px; border: 1px solid var(--line); border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0; font-family: var(--sans); font-size: 16px; color: var(--coral); transition: all 0.22s ease; }
.faq-list .faq-item details[open] summary .plus { background: var(--coral); border-color: var(--coral); color: #fff; transform: rotate(45deg); }
.faq-list .faq-answer { padding: 0 0 28px 0; font-family: var(--body); font-size: 15px; color: var(--ink-mute); line-height: 1.6; max-width: 56ch; }
.faq-list .faq-item details .faq-answer { padding: 0 0 28px 0; font-family: var(--body); font-size: 15px; color: var(--ink-mute); line-height: 1.6; max-width: 56ch; }
/* @critical:end */

/* @critical:pricing */
/* Pricing */
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 22px; }
.pricing-card { padding: 38px 30px 36px; 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; display: flex; flex-direction: column; }
.pricing-card:hover { transform: translateY(-4px); }
.pricing-card.featured { background: var(--ink); color: var(--paper); box-shadow: 0 30px 60px -30px rgba(21, 20, 15, 0.28); }
.pricing-card.featured .price-tag { color: var(--paper); }
.pricing-card.featured .price-tag span { color: rgba(247, 241, 222, 0.6); }
.pricing-card.featured h2, .pricing-card.featured h3 { color: var(--paper); }
.pricing-card.featured .feat-list li { color: rgba(247, 241, 222, 0.75); border-color: rgba(247, 241, 222, 0.12); }
.pricing-card.featured .feat-list li::before { color: var(--coral); }
.pricing-card.featured .ideal-for { color: rgba(247, 241, 222, 0.55); border-color: rgba(247, 241, 222, 0.12); }
.pricing-card.featured .ideal-for b { color: var(--paper); }
.price-tag { font-family: var(--sans); font-size: 36px; font-weight: 800; letter-spacing: -0.03em; color: var(--ink); margin-bottom: 6px; line-height: 1.05; }
.price-tag span { display: block; font-family: var(--sans); font-size: 11px; font-weight: 500; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ink-faint); margin-top: 4px; }
.pricing-card h2, .pricing-card h3 { font-family: var(--sans); font-size: 22px; font-weight: 700; letter-spacing: -0.014em; color: var(--ink); margin-bottom: 20px; }
.feat-list { list-style: none; margin-bottom: 24px; flex: 1; }
.feat-list li { font-family: var(--body); font-size: 13.5px; color: var(--ink-mute); padding: 9px 0; border-bottom: 1px solid var(--line); line-height: 1.45; }
.feat-list li::before { content: '\2713'; color: var(--coral); font-weight: 700; margin-right: 10px; font-family: var(--sans); }
.feat-list li:last-child { border-bottom: none; }
.ideal-for { font-family: var(--sans); font-size: 11px; color: var(--ink-faint); letter-spacing: 0.04em; line-height: 1.45; border-top: 1px solid var(--line); padding-top: 16px; margin-top: auto; }
.ideal-for b { display: block; color: var(--ink); font-weight: 600; margin-bottom: 4px; }
.includes-grid { margin-top: 70px; border-top: 1px solid var(--line); padding-top: 36px; }
.includes-grid h2, .includes-grid h3 { font-family: var(--sans); font-size: 20px; font-weight: 700; letter-spacing: -0.01em; margin-bottom: 22px; color: var(--ink); }
.includes-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px 32px; list-style: none; }
.includes-list li { font-family: var(--body); font-size: 13.5px; color: var(--ink-mute); padding: 8px 0; }
.includes-list li::before { content: '\2713'; color: var(--coral); font-weight: 700; margin-right: 10px; font-family: var(--sans); }
/* @critical:end */

/* @critical:project */
/* Project detail page */
.project-hero { padding: 80px 0 60px; }
.project-hero h1 { font-size: clamp(48px, 6vw, 88px); max-width: 18ch; }
.project-body { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; margin-top: 60px; }
.project-body .lead { font-size: 17px; max-width: 42ch; }
.project-image { aspect-ratio: 4 / 3; overflow: hidden; }
.project-image > img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center; }
.project-meta { display: flex; gap: 28px; margin-top: 40px; 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); }
.project-meta b { color: var(--ink); }
.project-meta-client { margin-left: auto; }
.project-body-featured { align-items: center; grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr); }
.project-copy h1 { margin-top: 28px; margin-bottom: 30px; max-width: 11.5ch; font-size: clamp(46px, 5.2vw, 74px); line-height: 1.04; }
.project-copy .lead { margin-top: 0; }
.project-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.project-showcase { position: relative; min-width: 0; }
.project-browser { overflow: hidden; border-radius: 22px; background: var(--ink); box-shadow: 0 30px 70px -38px rgba(21,20,15,0.5); }
.browser-bar { display: flex; align-items: center; gap: 7px; padding: 13px 16px; border-bottom: 1px solid rgba(247,241,222,0.12); font-family: var(--mono); font-size: 10px; letter-spacing: 0.04em; color: rgba(247,241,222,0.62); }
.browser-bar span { width: 8px; height: 8px; border-radius: 50%; background: rgba(247,241,222,0.28); }
.browser-bar span:first-child { background: var(--coral); }
.browser-bar b { margin-left: 8px; font-weight: 500; }
.project-browser figcaption { padding: 12px 16px 14px; font-family: var(--sans); font-size: 10px; line-height: 1.4; letter-spacing: 0.08em; color: rgba(247,241,222,0.62); }
.project-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 24px; list-style: none; }
.project-tags li { padding: 7px 10px; border: 1px solid var(--line); border-radius: 999px; font-family: var(--sans); font-size: 10px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--ink-mute); }
/* @critical:end */

.project-screen { min-height: 430px; display: grid; grid-template-columns: 0.8fr 1.2fr; gap: 20px; padding: 24px; background: linear-gradient(135deg, #f7f1de 0%, #efe7d2 52%, #ddd2b6 100%); }
.screen-copy { display: flex; flex-direction: column; justify-content: space-between; gap: 18px; min-width: 0; }
.screen-copy span { font-family: var(--sans); font-size: 10px; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: var(--coral); }
.screen-copy strong { display: block; font-family: var(--sans); font-size: clamp(28px, 3vw, 44px); font-weight: 900; line-height: 0.98; letter-spacing: -0.035em; color: var(--ink); }
.screen-copy a { width: fit-content; display: inline-flex; padding: 10px 16px; border-radius: 999px; background: var(--ink); color: var(--paper); font-family: var(--sans); font-size: 13px; font-weight: 700; text-decoration: none; }
.screen-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; min-width: 0; }
.screen-grid img { width: 100%; height: 100%; min-height: 0; object-fit: cover; border-radius: 14px; box-shadow: 0 18px 36px -24px rgba(21,20,15,0.42); }
.screen-grid img:nth-child(3) { grid-column: 1 / -1; height: 170px; }
.project-result-strip { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 14px; }
.project-result-strip span { display: block; padding: 14px 16px; border: 1px solid var(--line); border-radius: 14px; font-family: var(--sans); font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--ink-faint); background: rgba(247,241,222,0.42); }
.project-result-strip b { display: block; margin-bottom: 3px; font-size: 18px; letter-spacing: -0.015em; color: var(--ink); }
.project-section { padding: 80px 0; }
.project-section.tight { padding-top: 20px; }
.project-split { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 70px; align-items: start; }
.project-section h2 { font-family: var(--sans); font-size: clamp(34px, 4vw, 58px); font-weight: 850; line-height: 1.02; letter-spacing: -0.03em; max-width: 12ch; margin-top: 26px; }
.project-section .dot { color: var(--coral); }
.project-reading, .project-editorial-grid p, .project-outcome > article > p { max-width: 56ch; margin-top: 24px; color: var(--ink-soft); font-size: 16px; line-height: 1.7; }
.project-panel { padding: 34px 32px; border-radius: 18px; background: var(--bone); box-shadow: inset 0 0 0 1px rgba(21,20,15,0.06); }
.project-panel.dark { background: var(--ink); color: var(--paper); }
.project-panel.dark h2 { color: var(--paper); margin: 16px 0 18px; max-width: none; font-size: clamp(30px, 3vw, 42px); }
.project-panel.dark p { color: rgba(247,241,222,0.76); }
.project-panel p { color: var(--ink-soft); line-height: 1.6; }
.project-panel .label { display: block; color: var(--coral-ink); }
.project-section-editorial { background: var(--bone); }
.project-editorial-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(48px, 8vw, 110px); }
.project-editorial-grid article { padding-top: 20px; border-top: 1px solid var(--line); }
.project-editorial-grid h2 { max-width: 14ch; }
.project-live-link { display: inline-flex; align-items: center; gap: 12px; margin-top: 28px; color: var(--paper); font-family: var(--sans); font-size: 14px; font-weight: 700; text-decoration: none; border-bottom: 1px solid rgba(247,241,222,0.35); padding-bottom: 4px; transition: color 160ms ease, border-color 160ms ease; }
.project-live-link:hover, .project-live-link:focus-visible { color: var(--coral); border-bottom-color: currentColor; }
.project-list { list-style: none; display: grid; gap: 14px; margin-top: 24px; }
.project-list li { display: grid; grid-template-columns: 42px 1fr; gap: 14px; align-items: start; font-family: var(--body); font-size: 14px; line-height: 1.5; color: var(--ink-soft); }
.project-list span { font-family: var(--mono); font-size: 11px; font-weight: 700; color: var(--coral); letter-spacing: 0.06em; }
.project-list.compact { margin-top: 18px; }
.project-proof-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.project-proof-card { min-height: 220px; display: flex; flex-direction: column; justify-content: flex-end; padding: 28px; border-radius: 18px; background: var(--bone); box-shadow: var(--shadow), inset 0 0 0 1px rgba(21,20,15,0.06); transition: transform 0.2s ease; }
.project-proof-card:hover { transform: translateY(-3px); }
.project-proof-card span { font-family: var(--serif); font-style: italic; color: var(--coral); font-size: 24px; margin-bottom: auto; }
.project-proof-card h3 { font-family: var(--sans); font-size: 28px; font-weight: 800; letter-spacing: -0.025em; margin-bottom: 12px; }
.project-proof-card p { color: var(--ink-mute); font-size: 14px; line-height: 1.55; }
.art-frame.project-thumb,
.art-frame.lockinload-thumb { background: var(--bone); }
.art-frame.project-thumb::before,
.art-frame.project-thumb::after,
.art-frame.project-thumb .art-geo,
.art-frame.project-thumb .art-label,
.art-frame.lockinload-thumb::before,
.art-frame.lockinload-thumb::after,
.art-frame.lockinload-thumb .art-geo,
.art-frame.lockinload-thumb .art-label { display: none; }
.art-frame.project-thumb img,
.art-frame.lockinload-thumb img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; z-index: 1; mix-blend-mode: normal; border-radius: inherit; transition: transform 0.5s cubic-bezier(0.22,1,0.36,1); }
.art-frame.method-visual img { object-fit: contain; object-position: center; mix-blend-mode: normal; }
.lab:hover .art-frame.project-thumb img,
.work-card:hover .art-frame.project-thumb img,
.lab:hover .art-frame.lockinload-thumb img,
.work-card:hover .art-frame.lockinload-thumb img { transform: scale(1.035); }
.next-project { margin-top: 80px; padding: 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.project-navigation { display: flex; justify-content: space-between; align-items: stretch; gap: 48px; }
.project-navigation-item { min-width: 0; flex: 1; padding: 34px 0 38px; color: var(--ink); text-decoration: none; font-family: var(--sans); transition: color 0.18s ease; }
.project-navigation-item:hover { color: var(--coral-ink); }
.project-navigation-item small { display: block; margin-bottom: 7px; color: var(--ink-faint); font-size: 10px; font-weight: 500; letter-spacing: 0.18em; text-transform: uppercase; transition: color 0.18s ease; }
.project-navigation-item > span { font-size: clamp(18px, 2vw, 24px); font-weight: 750; letter-spacing: -0.015em; }
.project-navigation-next { text-align: right; border-left: 1px solid var(--line); padding-left: 48px; }
.project-navigation-item:hover small { color: var(--coral-ink); }

/* @critical:resource */
/* Resource / Article pages */
.resource-content, .article-body {
  font-size: 15px;
  line-height: 1.65;
  color: var(--ink-soft);
}
.resource-content h2, .article-body h2 { font-size: clamp(30px, 4vw, 42px); color: var(--ink); font-family: var(--sans); font-weight: 800; margin: 48px 0 18px; }
.resource-content h3, .article-body h3 { font-size: clamp(22px, 3vw, 30px); color: var(--ink); font-family: var(--sans); font-weight: 700; margin: 36px 0 14px; }
.resource-content p, .article-body p { margin-bottom: 16px; color: var(--ink-soft); }
.resource-content ul, .article-body ul { margin-bottom: 16px; padding-left: 20px; color: var(--ink-soft); }
.resource-content li, .article-body li { margin-bottom: 8px; }
.pricing-table { font-size: 14px; overflow-x: auto; -webkit-overflow-scrolling: touch; display: block; }
.pricing-table table { min-width: 400px; width: 100%; border-collapse: collapse; }
.pricing-table th { text-align: left; padding: 12px 14px; font-family: var(--sans); font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.1em; color: var(--ink-faint); border-bottom: 1px solid var(--line); }
.pricing-table td { padding: 12px 14px; border-bottom: 1px solid var(--line-faint); color: var(--ink-soft); }
/* @critical:end */

/* 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 .foot-contact { margin-top: 12px; font-family: var(--sans); font-size: 13px; }
.foot-contact-link { color: inherit; text-decoration: none; border-bottom: 1px solid transparent; transition: color 160ms ease, border-color 160ms ease; }
.foot-contact-link:hover, .foot-contact-link:focus-visible { color: var(--coral-ink); border-bottom-color: currentColor; }
.foot-cta { display: inline-flex; align-items: center; gap: 10px; margin-top: 18px; 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; }
.foot-cta:hover { background: var(--coral); }
.foot-cta .meta { font-size: 9px; color: rgba(247, 241, 222, 0.6); border-left: 1px solid rgba(247, 241, 222, 0.2); padding-left: 10px; }
.foot-col .foot-heading { 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-accent, .library-link { color: var(--coral-ink); }
.foot-mega { display: none; 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); }

/* @critical:convstrip */
/* Conversion-focused elements */
.conv-strip { background: var(--ink); color: var(--paper); padding: 22px 0; text-align: center; font-family: var(--sans); font-size: 14px; letter-spacing: 0.04em; }
.conv-strip a { color: var(--paper); text-decoration: none; border-bottom: 1.5px solid var(--coral); }
.conv-strip a:hover { color: var(--coral); }
.conv-strip .pulse { width: 6px; height: 6px; border-radius: 50%; background: var(--coral); display: inline-block; margin-right: 8px; animation: pulse 2.4s ease-in-out infinite; vertical-align: middle; }
/* @critical:end */

/* @critical:notfound */
/* Error page */
.not-found { min-height: 60vh; display: flex; align-items: center; }
.not-found-content { text-align: center; }
.not-found-content .lead { max-width: 480px; margin: 0 auto 40px; }
/* @critical:end */

/* @critical:reveal */
/* Scroll reveal — "Editorial Assembly"
   Hidden states are gated behind html.js-anim (added by JS) so the page is
   fully visible without JS or with reduced motion. Easing: slow, luxurious. */
[data-reveal] {
  opacity: 1;
  translate: 0 0;
  scale: 1;
  transition:
    opacity var(--reveal-dur, 640ms) cubic-bezier(0.22, 1, 0.36, 1) var(--reveal-delay, 0ms),
    translate var(--reveal-dur, 640ms) cubic-bezier(0.22, 1, 0.36, 1) var(--reveal-delay, 0ms),
    scale var(--reveal-dur, 640ms) cubic-bezier(0.22, 1, 0.36, 1) var(--reveal-delay, 0ms),
    filter var(--reveal-dur, 640ms) cubic-bezier(0.22, 1, 0.36, 1) var(--reveal-delay, 0ms);
}
[data-reveal][data-revealed='true'] { opacity: 1; translate: 0 0; scale: 1; }

html.js-anim [data-reveal]:not([data-revealed='true']) { opacity: 0; translate: 0 26px; }
html.js-anim [data-reveal='left']:not([data-revealed='true']) { translate: -30px 0; }
html.js-anim [data-reveal='right']:not([data-revealed='true']) { translate: 30px 0; }
html.js-anim [data-reveal='scale']:not([data-revealed='true']) { translate: 0 20px; scale: 0.985; }

/* Masked vertical rise for the largest typography.
   The mask lives on an inner element (animated by keyframes when the parent
   reveals) because a fully clipped target never intersects — an
   IntersectionObserver would never reveal it. */
.mask-inner { display: inline-block; }
@keyframes c9-mask-rise {
  from { clip-path: inset(0 0 100% 0); translate: 0 42%; }
  to { clip-path: inset(0 0 0 0); translate: 0 0; }
}
html.js-anim [data-reveal][data-revealed='true'] > .mask-inner {
  animation: c9-mask-rise 800ms cubic-bezier(0.22, 1, 0.36, 1) var(--reveal-delay, 0ms) both;
}
html.js-anim [data-reveal='rise-lg'][data-revealed='true'] > .mask-inner {
  animation-duration: 1000ms;
}
html.js-anim .hero h1[data-reveal]:not([data-revealed='true']),
html.js-anim .cta-grid .display[data-reveal]:not([data-revealed='true']) { translate: 0 36px; }
html.js-anim [data-reveal='rise-lg']:not([data-revealed='true']) { translate: 0 64px; }

/* Soft focus pull on typographic elements only (cheap to blur, avoids imagery) */
html.js-anim h1[data-reveal],
html.js-anim h2[data-reveal],
html.js-anim .label[data-reveal],
html.js-anim .lead[data-reveal] { filter: blur(0); }
html.js-anim h1[data-reveal]:not([data-revealed='true']):not(.hero h1):not(.cta-grid .display),
html.js-anim h2[data-reveal]:not([data-revealed='true']):not(.cta-grid .display),
html.js-anim .label[data-reveal]:not([data-revealed='true']),
html.js-anim .lead[data-reveal]:not([data-revealed='true']) { filter: blur(7px); }

/* Section rules — the hairline draws first, text follows */
.sec-rule { position: relative; }
html.js-anim .sec-rule { border-top-color: transparent; }
html.js-anim .sec-rule::before {
  content: '';
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  height: 1px;
  background: var(--line);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 900ms cubic-bezier(0.22, 1, 0.36, 1) 40ms;
}
html.js-anim .sec-rule[data-revealed='true']::before { transform: scaleX(1); }
.work-rule { position: relative; }
html.js-anim .work-rule { border-top-color: transparent; }
html.js-anim .work-rule::before {
  content: '';
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  height: 1px;
  background: rgba(247, 241, 222, 0.16);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 900ms cubic-bezier(0.22, 1, 0.36, 1) 40ms;
}
html.js-anim .work-rule[data-revealed='true']::before { transform: scaleX(1); }

/* Duration tiers — Level 1 strongest, Level 2 measured, Level 3 calm */
.hero h1 { --reveal-dur: 800ms; }
.hero-art { --reveal-dur: 950ms; }
[data-reveal='rise-lg'] { --reveal-dur: 1000ms; }
.card[data-reveal] { --reveal-dur: 600ms; }

/* Composition delays — deliberate assembly order, not everything at once */
.hero-copy > [data-reveal]:nth-child(1) { --reveal-delay: 0ms; }
.hero-copy > [data-reveal]:nth-child(2) { --reveal-delay: 110ms; }
.hero-copy > [data-reveal]:nth-child(3) { --reveal-delay: 200ms; }
.hero-copy > [data-reveal]:nth-child(4) { --reveal-delay: 300ms; }
.hero-copy > [data-reveal]:nth-child(5) { --reveal-delay: 390ms; }
.hero-copy > [data-reveal]:nth-child(6) { --reveal-delay: 480ms; }
.hero-art[data-reveal] { --reveal-delay: 240ms; }
.about-copy > [data-reveal]:nth-child(1) { --reveal-delay: 0ms; }
.about-copy > [data-reveal]:nth-child(2) { --reveal-delay: 90ms; }
.about-copy > [data-reveal]:nth-child(3) { --reveal-delay: 180ms; }
.about-copy > [data-reveal]:nth-child(4) { --reveal-delay: 270ms; }
.about-copy > [data-reveal]:nth-child(5) { --reveal-delay: 360ms; }
.about-art[data-reveal] { --reveal-delay: 140ms; }
.capabilities-copy > [data-reveal]:nth-child(1) { --reveal-delay: 0ms; }
.capabilities-copy > [data-reveal]:nth-child(2) { --reveal-delay: 90ms; }
.capabilities-copy > [data-reveal]:nth-child(3) { --reveal-delay: 180ms; }
.capabilities-copy > [data-reveal]:nth-child(4) { --reveal-delay: 270ms; }
.capabilities-art[data-reveal] { --reveal-delay: 140ms; }
.labs-head > div > [data-reveal]:nth-child(1) { --reveal-delay: 0ms; }
.labs-head > div > [data-reveal]:nth-child(2) { --reveal-delay: 90ms; }
.labs-head .pills[data-reveal] { --reveal-delay: 180ms; }
.labs-meta[data-reveal] { --reveal-delay: 60ms; }
.method-head > div > [data-reveal]:nth-child(1) { --reveal-delay: 0ms; }
.method-head > div > [data-reveal]:nth-child(2) { --reveal-delay: 90ms; }
.method-head .right[data-reveal] { --reveal-delay: 180ms; }
.work-copy > [data-reveal]:nth-child(1) { --reveal-delay: 0ms; }
.work-copy > [data-reveal]:nth-child(2) { --reveal-delay: 90ms; }
.work-copy > [data-reveal]:nth-child(3) { --reveal-delay: 180ms; }
.testimonial-art[data-reveal] { --reveal-delay: 140ms; }
.cta-grid-single > div > [data-reveal]:nth-child(1) { --reveal-delay: 0ms; }
.cta-grid-single > div > [data-reveal]:nth-child(2) { --reveal-delay: 100ms; }
.cta-grid-single > div > [data-reveal]:nth-child(3) { --reveal-delay: 190ms; }
.cta-grid-single > div > [data-reveal]:nth-child(4) { --reveal-delay: 280ms; }
.cta-grid-single > div > [data-reveal]:nth-child(5) { --reveal-delay: 370ms; }

.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; }
.cards > .card[data-reveal]:nth-child(5) { --reveal-delay: 360ms; }
.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; }
.work-grid > .work-card[data-reveal]:nth-child(2) { --reveal-delay: 0ms; }
.work-grid > .work-card[data-reveal]:nth-child(3) { --reveal-delay: 120ms; }
.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; }
.partners > .partner[data-reveal]:nth-child(6) { --reveal-delay: 350ms; }
.pricing-grid > .pricing-card[data-reveal]:nth-child(1) { --reveal-delay: 0ms; }
.pricing-grid > .pricing-card[data-reveal]:nth-child(2) { --reveal-delay: 120ms; }
.pricing-grid > .pricing-card[data-reveal]:nth-child(3) { --reveal-delay: 240ms; }
.faq-list > .faq-item[data-reveal]:nth-child(1) { --reveal-delay: 0ms; }
.faq-list > .faq-item[data-reveal]:nth-child(2) { --reveal-delay: 80ms; }
.faq-list > .faq-item[data-reveal]:nth-child(3) { --reveal-delay: 160ms; }
.faq-list > .faq-item[data-reveal]:nth-child(4) { --reveal-delay: 240ms; }
.faq-list > .faq-item[data-reveal]:nth-child(5) { --reveal-delay: 320ms; }
.faq-list > .faq-item[data-reveal]:nth-child(6) { --reveal-delay: 400ms; }
.faq-list > .faq-item[data-reveal]:nth-child(7) { --reveal-delay: 480ms; }
.faq-list > .faq-item[data-reveal]:nth-child(8) { --reveal-delay: 560ms; }

/* Image settle — the plate un-clips gently from scale(1.045) to its resting scale */
@keyframes c9-img-settle { from { transform: scale(1.045); } to { transform: scale(1.03); } }
@keyframes c9-img-settle-rest { from { transform: scale(1.045); } to { transform: scale(1); } }
@keyframes c9-method-mark-in { from { opacity: 0; transform: translateY(18px) rotate(-3deg); } to { opacity: 1; transform: translateY(0) rotate(0); } }
@keyframes c9-method-copy-in { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: translateY(0); } }
@keyframes c9-method-frame-in { from { opacity: 0; transform: translateY(24px) scale(0.965); clip-path: inset(0 0 16% 0 round 14px); } to { opacity: 1; transform: translateY(0) scale(1); clip-path: inset(0 0 0 0 round 14px); } }
html.js-anim .hero-art[data-revealed='true'] .process-phase img { animation: c9-img-settle 1.4s cubic-bezier(0.22, 1, 0.36, 1) 300ms backwards; }
html.js-anim .about-art[data-revealed='true'] .art-frame,
html.js-anim .capabilities-art[data-revealed='true'] .art-frame,
html.js-anim .testimonial-art[data-revealed='true'] > img,
html.js-anim .work-card[data-revealed='true'] .art-frame,
html.js-anim .lab[data-revealed='true'] .art-frame { animation: c9-img-settle-rest 1.25s cubic-bezier(0.22, 1, 0.36, 1) 140ms backwards; }
html.js-anim .method-step[data-revealed='true'] .num { animation: c9-method-mark-in 820ms cubic-bezier(0.22, 1, 0.36, 1) 80ms backwards; }
html.js-anim .method-step[data-revealed='true'] h3 { animation: c9-method-copy-in 760ms cubic-bezier(0.22, 1, 0.36, 1) 150ms backwards; }
html.js-anim .method-step[data-revealed='true'] p { animation: c9-method-copy-in 760ms cubic-bezier(0.22, 1, 0.36, 1) 220ms backwards; }
html.js-anim .method-step[data-revealed='true'] .img { animation: c9-method-frame-in 980ms cubic-bezier(0.22, 1, 0.36, 1) 290ms backwards; }
/* @critical:end */

/* @critical:reduced */
@media (prefers-reduced-motion: reduce) {
  .status-dot::before, .topbar .pulse { animation: none !important; }
  .stamp-live::before { animation: none !important; }
  .status-dot::before { scale: 1; opacity: 0.35; }
  [data-reveal], [data-reveal]::before, [data-reveal]::after,
  [data-reveal] .mask-inner {
    opacity: 1 !important;
    translate: 0 0 !important;
    scale: 1 !important;
    transform: none !important;
    clip-path: none !important;
    filter: none !important;
    transition: none !important;
    animation: none !important;
  }
  html.js-anim .sec-rule { border-top-color: var(--line); }
  html.js-anim .work-rule { border-top-color: rgba(247, 241, 222, 0.16); }
  .nav { transition: none !important; }
  .method-step, .method-step .num, .method-step h3::after, .method-step h3 .arrow-r, .method-step .img, .method-step .img::after, .method-step .method-visual img { animation: none !important; transition: none !important; transform: none !important; filter: none !important; clip-path: none !important; }
  .method-step .img::after { opacity: 0 !important; }
  .marquee-track { animation: none !important; }
  .topbar .pulse, .wire-pulse, .conv-strip .pulse, .foot-bottom .pulse { animation: none !important; }
}
/* @critical:end */

/* @critical:focus */
/* Focus-visible accessibility */
a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible, select:focus-visible, details summary:focus-visible { outline: 2px solid var(--coral); outline-offset: 2px; border-radius: 3px; }
input:focus-visible, textarea:focus-visible, select:focus-visible { outline: 2px solid var(--coral); outline-offset: -1px; border-color: var(--coral); }
.btn:focus-visible { outline-offset: 3px; }
.nav-links a:focus-visible, .foot-col a:focus-visible, .topbar-link:focus-visible { outline-offset: 1px; }
.hamburger:focus-visible { outline-offset: 2px; }
/* @critical:end */

/* @critical:responsive */
/* Responsive */
@media (max-width: 1280px) { .container { padding: 0 44px; } .work-slab { margin: 0 44px; padding: 90px 44px; } .side-rail { display: none; } }
@media (max-width: 1200px) { .topbar-inner .mid { display: none; } }
@media (max-width: 1180px) { .nav-inner { gap: 18px; } .brand-meta { display: none; } .nav-links { gap: 28px; } }
@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(3, 1fr); gap: 18px; row-gap: 28px; } .foot-grid { grid-template-columns: 2fr 1fr 1fr; } .foot-grid .foot-col:nth-child(4), .foot-grid .foot-col:nth-child(5) { display: none; } .pricing-grid { grid-template-columns: 1fr; max-width: 520px; margin-left: auto; margin-right: auto; } .includes-list { grid-template-columns: 1fr 1fr; } }
@media (max-width: 880px) { .container { padding: 0 24px; } .hero-grid, .about-grid, .capabilities-grid, .testimonial-grid, .cta-grid { grid-template-columns: 1fr; gap: 50px; } .hero-art { height: auto; max-height: none; max-width: 100%; aspect-ratio: 1 / 0.75; } .hero-actions { flex-direction: column; align-items: flex-start; } .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-slab { 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; } .wire-inner { grid-template-columns: 1fr; gap: 14px; } .wire-left { border-right: none; border-bottom: 1px solid var(--line); padding-right: 0; padding-bottom: 12px; min-height: 0; } .cs-grid { grid-template-columns: 1fr; gap: 28px; } .faq-list .faq-item details summary { font-size: 16px; } .cards { grid-template-columns: 1fr; } .project-body { grid-template-columns: 1fr; gap: 40px; } .checklist { grid-template-columns: 1fr; } }
@media (max-width: 560px) { .container { padding: 0 16px; } .hero h1 { font-size: 38px; } .hero-art { height: auto; max-height: none; max-width: 100%; aspect-ratio: 1 / 0.8; } .labs-grid { grid-template-columns: 1fr; } .cards { grid-template-columns: 1fr; } .pills { justify-content: flex-start; } .includes-list { grid-template-columns: 1fr; } section { padding: 80px 0; } .topbar-inner { font-size: 9px; } .foot-bottom { flex-direction: column; gap: 12px; align-items: flex-start; font-size: 10px; } .foot-bottom .right { flex-wrap: wrap; gap: 12px; } }
@media (max-width: 880px) { .about h1, .about h2 { font-size: clamp(38px, 9vw, 56px); } .about-art { margin: 0 auto; justify-self: center; max-width: 560px; } .about .footer-row { flex-wrap: wrap; row-gap: 14px; } .about .stamp { margin-left: 0; align-items: flex-start; width: 100%; } }
@media (max-width: 560px) { .about h1, .about h2 { font-size: 36px; margin: 22px 0 26px; } .about .lead { font-size: 16px; } .about-art { aspect-ratio: auto; display: grid; gap: 12px; } .about-art .art-frame { position: relative; aspect-ratio: 1 / 1; height: auto; } .about-caption { position: static; max-width: none; text-align: left; background: rgba(247,241,222,0.72); border-color: var(--line); backdrop-filter: none; } }
@media (max-width: 880px) { .project-body-featured, .project-split { grid-template-columns: 1fr; } .project-copy h1 { font-size: clamp(42px, 9vw, 58px); max-width: 12ch; } .project-proof-grid { grid-template-columns: 1fr; } .project-result-strip { grid-template-columns: repeat(3, 1fr); } .project-editorial-grid { grid-template-columns: 1fr; } }
@media (max-width: 560px) { .project-hero { padding-top: 54px; } .project-screen { grid-template-columns: 1fr; min-height: 0; padding: 16px; } .screen-grid img:nth-child(3) { height: 150px; } .project-actions { flex-direction: column; align-items: stretch; } .project-actions .btn { justify-content: center; } .project-meta { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; } .project-meta-client { margin-left: 0; } .project-result-strip { grid-template-columns: 1fr; } .project-section { padding: 64px 0; } .project-panel, .project-proof-card { padding: 24px; } .project-list li { grid-template-columns: 1fr; gap: 6px; } .project-navigation { gap: 0; } .project-navigation-item { padding: 26px 12px 30px 0; } .project-navigation-next { padding-right: 0; padding-left: 12px; } }
@media (max-width: 430px) { .project-navigation { flex-direction: column; } .project-navigation-item { width: 100%; padding: 24px 0; } .project-navigation-next { border-left: 0; border-top: 1px solid var(--line); padding-left: 0; } }

/* @critical:end */

