:root {
  --paper: #FCFCFB;
  --ink: #0A0A0B;
  --ink-soft: #2A2D32;
  --muted: #6E7480;
  --rule: #E6E4DE;
  --rule-strong: #D5D2C8;
  --accent: #1A3A5C;
  --accent-bright: #3FA3D9;
  --accent-green: #78D98B;
  --surface: #F3F1EB;
  --logo-accent: #2563EB;
}

* { box-sizing: border-box; margin: 0; padding: 0; }

html {
  background: var(--paper);
  color: var(--ink);
  font-family: 'Sora', sans-serif;
  font-size: 15.5px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  scroll-behavior: smooth;
}
body { margin: 0; }
a { color: inherit; }

/* ========= HEADER ========= */
header {
  display: flex; justify-content: space-between; align-items: center;
  padding: 18px 40px;
  border-bottom: 1px solid var(--rule);
  background: rgba(252, 252, 251, 0.92);
  backdrop-filter: blur(10px);
  position: sticky;
  top: 0;
  z-index: 50;
}
.mark {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: 'Sora', sans-serif;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: -0.012em;
}
.logo-mark {
  width: 40px;
  height: 18px;
  flex-shrink: 0;
  overflow: visible;
}
.logo-mark .edge { stroke: var(--ink); stroke-width: 1.5; stroke-linecap: round; fill: none; }
.logo-mark .node { fill: var(--ink); }
.logo-mark .node-outline { fill: var(--paper); stroke: var(--ink); stroke-width: 1.5; }
.logo-mark .node-accent { fill: var(--logo-accent); }
nav { display: flex; gap: 28px; font-size: 14px; font-weight: 400; align-items: center; }
nav a { text-decoration: none; transition: color 0.18s; }
nav a:hover { color: var(--accent); }
nav .mono {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 12px;
  color: var(--muted);
  padding: 4px 10px;
  border: 1px solid var(--rule);
  border-radius: 4px;
  transition: all 0.18s;
}
nav .mono:hover { border-color: var(--accent); color: var(--accent); }

/* ========= HERO ========= */
.hero {
  max-width: 1360px;
  margin: 0 auto;
  padding: 96px 40px 80px;
  display: grid;
  grid-template-columns: 6fr 4fr;
  gap: 80px;
  align-items: center;
}
.announce {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 6px 12px 6px 6px;
  background: var(--surface);
  border-radius: 100px;
  font-size: 13px;
  color: var(--ink-soft);
  margin-bottom: 40px;
}
.announce .tag {
  display: inline-block;
  padding: 3px 8px;
  background: var(--accent); color: var(--paper);
  font-family: 'IBM Plex Mono', monospace;
  font-size: 10.5px; font-weight: 500;
  letter-spacing: 0.06em; text-transform: uppercase;
  border-radius: 100px;
}
.announce .link {
  color: var(--accent);
  text-decoration: none;
  font-weight: 500;
}
.announce .link::after { content: " →"; }
.announce .link:hover { text-decoration: underline; }

h1 {
  font-family: 'Sora', sans-serif;
  font-weight: 500;
  font-size: clamp(44px, 5.6vw, 80px);
  line-height: 1.02;
  letter-spacing: -0.03em;
  margin-bottom: 28px;
  max-width: 18ch;
}
h1 .muted { color: var(--muted); font-weight: 300; }

.lede {
  font-size: 19px;
  line-height: 1.55;
  color: var(--ink-soft);
  max-width: 46ch;
  margin-bottom: 40px;
}

.cta-row {
  display: flex;
  gap: 14px;
  align-items: center;
  flex-wrap: wrap;
}
.cta {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 14px 22px;
  background: var(--ink);
  color: var(--paper);
  font-size: 14.5px; font-weight: 500;
  text-decoration: none;
  border-radius: 8px;
  transition: all 0.18s ease;
}
.cta:hover { background: var(--accent); }
.cta::after { content: "→"; }
.cta-alt {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 14px 22px;
  background: transparent;
  color: var(--ink);
  font-size: 14.5px; font-weight: 500;
  text-decoration: none;
  border: 1px solid var(--rule-strong);
  border-radius: 8px;
  transition: all 0.18s;
}
.cta-alt:hover { background: var(--surface); border-color: var(--accent); }

/* ========= SHOWCASE ========= */
.showcase { position: relative; }
.showcase-frame {
  position: relative;
  aspect-ratio: 4 / 5;
  border-radius: 12px;
  overflow: hidden;
  background: var(--ink);
  box-shadow: 0 30px 60px -20px rgba(10, 10, 11, 0.25);
}
.slide {
  position: absolute; inset: 0;
  display: flex; flex-direction: column;
  opacity: 0;
  transition: opacity 500ms ease-in-out;
  pointer-events: none;
}
.slide.active {
  opacity: 1;
  pointer-events: auto;
}
.slide-img {
  flex: 1 1 60%;
  position: relative;
  overflow: hidden;
}
.slide-img::after {
  content: "";
  position: absolute; inset: 0;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='240' height='240'><filter id='n'><feTurbulence baseFrequency='0.85' numOctaves='2'/><feColorMatrix values='0 0 0 0 1  0 0 0 0 1  0 0 0 0 1  0 0 0 0.07 0'/></filter><rect width='240' height='240' filter='url(%23n)'/></svg>");
  mix-blend-mode: overlay;
  pointer-events: none;
}
.slide-img .pattern { position: absolute; inset: 0; }
.slide-1 .slide-img { background: linear-gradient(135deg, #1A3A5C 0%, #0A1A2C 100%); }
.slide-2 .slide-img { background: linear-gradient(135deg, #B8643E 0%, #6B2F1A 100%); }
.slide-3 .slide-img { background: linear-gradient(135deg, #5A6E3A 0%, #2E3A1E 100%); }
.slide-4 .slide-img { background: linear-gradient(135deg, #3A3632 0%, #1A1814 100%); }
.slide-1 .pattern {
  background-image:
    radial-gradient(circle at 20% 30%, rgba(63, 163, 217, 0.25), transparent 50%),
    radial-gradient(circle at 80% 70%, rgba(63, 163, 217, 0.15), transparent 50%);
}
.slide-2 .pattern {
  background-image: repeating-linear-gradient(45deg, transparent, transparent 20px, rgba(255,255,255,0.04) 20px, rgba(255,255,255,0.04) 22px);
}
.slide-3 .pattern {
  background-image:
    linear-gradient(to right, rgba(255,255,255,0.06) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(255,255,255,0.06) 1px, transparent 1px);
  background-size: 40px 40px;
}
.slide-4 .pattern {
  background-image: radial-gradient(circle at 70% 40%, rgba(212, 138, 58, 0.3), transparent 55%);
}
.slide-img .imglabel {
  position: absolute; top: 14px; left: 16px;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 10.5px;
  letter-spacing: 0.12em; text-transform: uppercase;
  color: rgba(255, 255, 255, 0.72);
  z-index: 2;
  display: flex; align-items: center; gap: 8px;
}
.slide-img .imglabel::before {
  content: "";
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--accent-green);
  box-shadow: 0 0 6px var(--accent-green);
}
.slide-body {
  padding: 24px 24px 28px;
  background: var(--ink);
  color: var(--paper);
  display: flex; flex-direction: column;
  gap: 8px;
}
.slide-meta {
  display: flex; justify-content: space-between;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.1em; text-transform: uppercase;
  color: rgba(252, 252, 251, 0.55);
  font-weight: 500;
  margin-bottom: 4px;
}
.slide-meta .client { color: rgba(252, 252, 251, 0.85); }
.slide-body h3 {
  font-family: 'Sora', sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.28;
  letter-spacing: -0.01em;
  margin-bottom: 4px;
  max-width: 34ch;
}
.slide-body p {
  font-size: 13.5px;
  line-height: 1.5;
  color: rgba(252, 252, 251, 0.7);
  margin-bottom: 8px;
}
.slide-body .read {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11.5px;
  letter-spacing: 0.08em; text-transform: uppercase;
  color: var(--accent-bright);
  text-decoration: none;
  font-weight: 500;
  align-self: flex-start;
}
.slide-body .read::after { content: " →"; }
.slide-body .read:hover { color: var(--paper); }

.showcase-nav {
  display: flex;
  gap: 2px;
  margin-top: 16px;
}
.dot {
  flex: 1;
  background: transparent;
  border: none;
  padding: 10px 6px 8px;
  cursor: pointer;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--muted);
  position: relative;
  text-align: left;
  border-top: 1px solid var(--rule);
  transition: color 0.18s;
}
.dot:hover { color: var(--ink); }
.dot.active { color: var(--ink); }
.dot .bar {
  position: absolute;
  top: -1px; left: 0;
  height: 2px;
  width: 0;
  background: var(--accent);
}
.dot.active .bar {
  animation: fillbar 7s linear forwards;
}
.dot.paused .bar {
  animation-play-state: paused;
}
@keyframes fillbar {
  from { width: 0; }
  to { width: 100%; }
}

/* ========= SECTION HEAD PATTERN ========= */
.section-head { max-width: 68ch; }
.section-tag {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--accent);
  font-weight: 500;
  margin-bottom: 20px;
}
.section-tag.accent { color: var(--accent-bright); }
.section-head h2 {
  font-family: 'Sora', sans-serif;
  font-weight: 500;
  font-size: clamp(34px, 4.2vw, 58px);
  line-height: 1.05;
  letter-spacing: -0.025em;
  margin-bottom: 20px;
  max-width: 20ch;
}
.section-head h2 .muted { color: var(--muted); font-weight: 300; }
.section-sub {
  font-size: 17px;
  line-height: 1.55;
  color: var(--ink-soft);
  max-width: 56ch;
}

/* ========= SPINE ========= */
.spine {
  max-width: 1360px;
  margin: 0 auto;
  padding: 120px 40px 80px;
}
.spine .section-head { margin-bottom: 72px; }
.verbs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
  background: var(--rule);
  border: 1px solid var(--rule);
  border-radius: 12px;
  overflow: hidden;
}
.verb {
  background: var(--paper);
  padding: 40px 32px 36px;
  transition: background 0.2s;
}
.verb:hover { background: var(--surface); }
.verb.featured { background: var(--surface); }
.verb.featured:hover { background: var(--paper); }
.verb-id {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.12em;
  color: var(--accent);
  margin-bottom: 18px;
}
.verb h3 {
  font-family: 'Sora', sans-serif;
  font-weight: 500;
  font-size: 32px;
  letter-spacing: -0.02em;
  margin-bottom: 8px;
}
.verb-sub {
  font-family: 'Sora', sans-serif;
  font-weight: 500;
  font-size: 17px;
  line-height: 1.35;
  color: var(--accent);
  letter-spacing: -0.01em;
  margin-bottom: 18px;
}
.verb p {
  font-size: 15.5px;
  line-height: 1.55;
  color: var(--ink-soft);
  margin-bottom: 24px;
  max-width: 34ch;
}
.verb-tags {
  list-style: none;
  display: flex; flex-wrap: wrap;
  gap: 6px;
  padding-top: 16px;
  border-top: 1px dashed var(--rule-strong);
}
.verb-tags li {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 10.5px;
  letter-spacing: 0.06em;
  color: var(--muted);
  padding: 4px 8px;
  background: var(--paper);
  border: 1px solid var(--rule);
  border-radius: 4px;
}
.verb.featured .verb-tags li { background: var(--surface); }

/* ========= PITCH ========= */
.pitch {
  max-width: 1360px;
  margin: 0 auto;
  padding: 64px 40px 120px;
}
.pitch-figure {
  max-width: 60ch;
  margin: 56px 0 0;
  padding: 48px 0 40px;
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
  position: relative;
}
.pitch-figure::before {
  content: "\201C";
  position: absolute;
  left: -56px; top: 16px;
  font-family: 'Sora', sans-serif;
  font-size: 120px;
  line-height: 1;
  color: var(--accent);
  font-weight: 400;
}
.pitch-figure blockquote {
  font-family: 'Sora', sans-serif;
  font-weight: 400;
  font-size: clamp(24px, 2.6vw, 32px);
  line-height: 1.35;
  letter-spacing: -0.012em;
  color: var(--ink);
  margin-bottom: 36px;
}
.pitch-figure blockquote mark {
  background: transparent;
  color: var(--accent);
  font-weight: 500;
}
.pitch-figure figcaption {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding-top: 24px;
  border-top: 1px dashed var(--rule-strong);
  font-family: 'IBM Plex Mono', monospace;
}
.fc-label {
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
}
.fc-value {
  font-size: 13px;
  color: var(--ink);
  font-weight: 500;
}

/* ========= TEAM ========= */
.team {
  max-width: 1360px;
  margin: 0 auto;
  padding: 64px 40px 120px;
}
.team .section-head { margin-bottom: 72px; }
.team-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2px;
  background: var(--rule);
  border: 1px solid var(--rule);
  border-radius: 12px;
  overflow: hidden;
}
.team-card {
  background: var(--paper);
  padding: 40px 32px 36px;
  transition: background 0.2s;
}
.team-card:hover { background: var(--surface); }
.team-id {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.12em;
  color: var(--accent);
  margin-bottom: 18px;
}
.team-card h3 {
  font-family: 'Sora', sans-serif;
  font-weight: 500;
  font-size: 28px;
  letter-spacing: -0.02em;
  margin-bottom: 8px;
}
.team-sub {
  font-family: 'Sora', sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: var(--accent);
  letter-spacing: -0.005em;
  margin-bottom: 18px;
}
.team-card p {
  font-size: 14.5px;
  line-height: 1.55;
  color: var(--ink-soft);
  margin-bottom: 22px;
  max-width: 42ch;
}
.team-tags {
  list-style: none;
  display: flex; flex-wrap: wrap; gap: 6px;
  padding-top: 16px;
  border-top: 1px dashed var(--rule-strong);
}
.team-tags li {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 10.5px;
  letter-spacing: 0.06em;
  color: var(--muted);
  padding: 4px 8px;
  background: var(--surface);
  border: 1px solid var(--rule);
  border-radius: 4px;
}

/* ========= FINAL CTA ========= */
.final-cta {
  max-width: 1360px;
  margin: 0 auto;
  padding: 120px 40px;
  border-bottom: 1px solid var(--rule);
}
.cta-inner {
  max-width: 72ch;
}
.final-cta h2 {
  font-family: 'Sora', sans-serif;
  font-weight: 500;
  font-size: clamp(38px, 4.6vw, 64px);
  line-height: 1.06;
  letter-spacing: -0.025em;
  color: var(--ink);
  margin: 18px 0 24px;
  max-width: 20ch;
}
.final-cta h2 .muted { color: var(--muted); font-weight: 300; }
.final-cta .section-sub { margin-bottom: 40px; }
.final-cta .cta-alt {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 13px;
  letter-spacing: 0.02em;
}

/* ========= FOOTER ========= */
footer {
  max-width: 1360px;
  margin: 0 auto;
  padding: 36px 40px;
}
.foot-inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 20px;
}
.foot-left .mark { margin-bottom: 8px; }
.foot-left p { font-size: 13px; color: var(--muted); }
.foot-right {
  display: flex; gap: 20px; align-items: center;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 12px;
  letter-spacing: 0.06em; text-transform: uppercase;
}
.foot-right a { text-decoration: none; color: var(--ink); }
.foot-right a:hover { color: var(--accent); }
.foot-right .muted { color: var(--muted); }

/* ========= RESPONSIVE ========= */
@media (max-width: 960px) {
  header { padding: 14px 24px; }
  nav { gap: 14px; }
  nav a:not(.mono) { display: none; }
  .hero {
    grid-template-columns: 1fr;
    gap: 48px;
    padding: 64px 24px;
  }
  .spine { padding: 80px 24px 48px; }
  .verbs { grid-template-columns: 1fr; }
  .pitch { padding: 48px 24px 80px; }
  .pitch-figure { padding-left: 0; }
  .pitch-figure::before { display: none; }
  .team { padding: 48px 24px 80px; }
  .team-grid { grid-template-columns: 1fr; }
  .final-cta { padding: 72px 24px; }
  footer { padding: 28px 24px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .slide { transition: none; }
  .dot .bar { animation: none !important; }
}
