:root {
  --bg: #071114;
  --bg-soft: #0c191d;
  --panel: #102127;
  --paper: #f2f0e9;
  --ink: #102024;
  --muted: #9eaaab;
  --line: rgba(242, 240, 233, 0.18);
  --line-dark: rgba(16, 32, 36, 0.17);
  --pulse: #ff5b45;
  --signal: #7bd8df;
  --lime: #c7ef5b;
  --max: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--paper);
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
.skip-link { position: fixed; left: 12px; top: -60px; z-index: 100; background: var(--lime); color: var(--ink); padding: 10px 14px; }
.skip-link:focus { top: 12px; }
.site-header {
  min-height: 78px;
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid var(--line);
}
.wordmark { display: inline-flex; align-items: center; gap: 11px; font-family: "DM Mono", monospace; font-size: 13px; letter-spacing: .13em; text-decoration: none; }
.pulse-mark { width: 22px; height: 22px; display: inline-block; background: var(--pulse); clip-path: polygon(0 44%, 28% 44%, 39% 9%, 54% 81%, 64% 44%, 100% 44%, 100% 57%, 74% 57%, 53% 100%, 38% 39%, 33% 57%, 0 57%); }
nav { display: flex; align-items: center; gap: 28px; }
nav a { color: #c8d0d0; text-decoration: none; font-size: 14px; }
nav a:hover, nav a:focus-visible { color: white; }
.nav-contact { border: 1px solid var(--line); padding: 9px 14px; }

.hero { max-width: var(--max); margin: 0 auto; padding: 92px 24px 86px; }
.hero-kicker { display: flex; align-items: center; gap: 14px; color: var(--signal); font-family: "DM Mono", monospace; font-size: 12px; text-transform: uppercase; letter-spacing: .12em; margin-bottom: 58px; }
.hero-kicker span:not(:last-child)::after { content: "/"; color: #53676c; margin-left: 14px; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(300px, .65fr); gap: 76px; align-items: end; }
.eyebrow, .section-label { font-family: "DM Mono", monospace; font-size: 12px; letter-spacing: .1em; text-transform: uppercase; color: var(--pulse); }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 0; font-family: "Newsreader", serif; font-size: clamp(54px, 7.4vw, 104px); font-weight: 400; line-height: .93; letter-spacing: -.055em; max-width: 920px; text-wrap: balance; }
.hero-summary { color: #d3d9d8; font-size: 18px; line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 28px 0 30px; }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 48px; padding: 12px 18px; text-decoration: none; font-weight: 700; font-size: 14px; transition: transform .18s ease, background .18s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--pulse); color: #101414; }
.button-primary:hover { background: #ff735f; }
.button-ghost { border: 1px solid var(--line); color: var(--paper); }
.availability { color: var(--muted); font-size: 13px; margin: 0; }
.availability span { display: inline-block; width: 8px; height: 8px; background: var(--lime); border-radius: 50%; margin-right: 7px; box-shadow: 0 0 0 5px rgba(199,239,91,.08); }

.impact { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.impact-item { padding: 34px max(24px, calc((100vw - var(--max)) / 8)); border-right: 1px solid var(--line); min-height: 162px; }
.impact-item:last-child { border-right: 0; }
.impact-item strong { display: block; color: var(--lime); font-family: "Newsreader", serif; font-size: 46px; line-height: 1; font-weight: 400; margin-bottom: 14px; }
.impact-item span { color: #aebabb; font-size: 13px; line-height: 1.4; display: block; max-width: 190px; }

.section { padding: 100px max(24px, calc((100vw - var(--max)) / 2)); }
.section-heading { display: grid; grid-template-columns: 170px minmax(0, 1fr) minmax(220px, 360px); gap: 34px; align-items: end; margin-bottom: 58px; }
.section-heading.compact { grid-template-columns: 170px minmax(0, 1fr); }
.section-heading h2, .consulting-intro h2, .contact-section h2 { font-family: "Newsreader", serif; font-weight: 400; font-size: clamp(42px, 5vw, 70px); line-height: .98; letter-spacing: -.04em; margin-bottom: 0; text-wrap: balance; }
.section-heading h2 em { color: var(--signal); font-weight: 400; }
.section-heading > p:last-child { color: var(--muted); margin-bottom: 0; }

.work-section { background: var(--paper); color: var(--ink); }
.work-section .section-label { color: #b12d1c; }
.work-section .section-heading h2 em { color: #087783; }
.work-section .section-heading > p:last-child { color: #526164; }
.work-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line-dark); border-left: 1px solid var(--line-dark); }
.work-card { padding: 34px; min-height: 310px; display: flex; flex-direction: column; border-right: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); text-decoration: none; transition: background .2s ease, color .2s ease; }
a.work-card:hover { background: var(--ink); color: var(--paper); }
.work-card-feature { grid-row: span 2; min-height: 640px; background: #e6e4da; }
.card-top { display: flex; justify-content: space-between; gap: 20px; margin-bottom: auto; }
.tag, .private-label { font-family: "DM Mono", monospace; font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }
.tag { color: #087783; }
.private-label { color: #697779; }
.arrow { font-size: 24px; line-height: 1; }
.work-card h3 { font-family: "Newsreader", serif; font-size: 34px; line-height: 1.03; letter-spacing: -.025em; font-weight: 500; margin: 36px 0 16px; }
.work-card-feature h3 { font-size: clamp(42px, 4vw, 62px); }
.work-card p { color: #536164; max-width: 620px; margin-bottom: 0; }
a.work-card:hover p, a.work-card:hover .tag { color: #c8d4d5; }
.proof-list { list-style: none; padding: 22px 0 0; margin: 26px 0 0; border-top: 1px solid var(--line-dark); display: grid; gap: 10px; font-size: 14px; }
.proof-list li::before { content: "+"; color: #b12d1c; margin-right: 10px; }

.experience-section { background: var(--bg-soft); }
.case-list { border-top: 1px solid var(--line); }
.case { display: grid; grid-template-columns: 290px minmax(0, 1fr); gap: 48px; padding: 42px 0; border-bottom: 1px solid var(--line); }
.case-meta { display: flex; flex-direction: column; gap: 8px; color: var(--signal); font-family: "DM Mono", monospace; font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }
.case-meta span:last-child { color: #728689; }
.case h3 { font-family: "Newsreader", serif; font-weight: 500; font-size: clamp(30px, 3.3vw, 48px); line-height: 1.04; letter-spacing: -.025em; margin-bottom: 18px; max-width: 820px; }
.case p { color: #aebbbc; max-width: 820px; font-size: 17px; margin-bottom: 0; }

.method-section { background: var(--bg); }
.method-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.method-grid article { padding: 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); min-height: 270px; }
.method-grid article > span { color: var(--pulse); font-family: "DM Mono", monospace; font-size: 12px; }
.method-grid h3 { font-family: "Newsreader", serif; font-size: 28px; font-weight: 500; line-height: 1.1; margin: 72px 0 12px; }
.method-grid p { color: var(--muted); font-size: 15px; margin-bottom: 0; }

.consulting-section { background: var(--signal); color: var(--ink); display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; }
.consulting-section .section-label { color: #0a5c65; }
.consulting-intro > p:last-child { font-size: 18px; max-width: 620px; margin-top: 26px; color: #24484d; }
.service-list { border-top: 1px solid rgba(16,32,36,.28); }
.service-list > div { padding: 22px 0; border-bottom: 1px solid rgba(16,32,36,.28); display: grid; grid-template-columns: 210px 1fr; gap: 26px; }
.service-list h3 { font-size: 17px; margin: 0; }
.service-list p { color: #24484d; font-size: 15px; margin: 0; }

.contact-section { padding: 110px max(24px, calc((100vw - var(--max)) / 2)); background: var(--pulse); color: #161817; }
.contact-section .section-label { color: #652015; }
.contact-grid { display: grid; grid-template-columns: 1.2fr .7fr; gap: 90px; align-items: end; }
.contact-grid > div > p { font-size: 18px; max-width: 460px; }
.contact-links { display: grid; margin-top: 32px; border-top: 1px solid rgba(16,32,36,.35); }
.contact-links a { padding: 15px 0; border-bottom: 1px solid rgba(16,32,36,.35); text-decoration: none; display: flex; justify-content: space-between; font-weight: 700; }
.contact-links a:hover { padding-left: 7px; }

footer { max-width: var(--max); margin: 0 auto; padding: 34px 24px 50px; color: #758789; display: flex; justify-content: space-between; gap: 24px; font-family: "DM Mono", monospace; font-size: 11px; text-transform: uppercase; letter-spacing: .06em; }
footer p { margin: 0; }

@media (max-width: 980px) {
  .hero-grid, .section-heading, .section-heading.compact, .consulting-section, .contact-grid { grid-template-columns: 1fr; }
  .hero-grid { gap: 46px; }
  .section-heading { align-items: start; }
  .impact { grid-template-columns: repeat(2, 1fr); }
  .impact-item:nth-child(2) { border-right: 0; }
  .impact-item:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .method-grid { grid-template-columns: repeat(2, 1fr); }
  .consulting-section { gap: 52px; }
}

@media (max-width: 700px) {
  .site-header { align-items: flex-start; padding-top: 20px; padding-bottom: 18px; }
  nav { gap: 10px; }
  nav a:not(.nav-contact) { display: none; }
  .hero { padding-top: 62px; }
  .hero-kicker { margin-bottom: 36px; flex-wrap: wrap; }
  h1 { font-size: clamp(50px, 16vw, 76px); }
  .impact, .work-grid, .method-grid { grid-template-columns: 1fr; }
  .impact-item { border-right: 0; border-bottom: 1px solid var(--line); min-height: auto; padding: 27px 24px; }
  .impact-item:last-child { border-bottom: 0; }
  .section { padding-top: 72px; padding-bottom: 72px; }
  .work-card-feature { grid-row: auto; min-height: 430px; }
  .work-card { min-height: 300px; padding: 27px; }
  .case { grid-template-columns: 1fr; gap: 22px; }
  .case-meta { flex-direction: row; flex-wrap: wrap; }
  .service-list > div { grid-template-columns: 1fr; gap: 8px; }
  .contact-section { padding-top: 80px; padding-bottom: 80px; }
  footer { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
