:root {
  --ink: #111311;
  --ink-2: #20251f;
  --paper: #f4f2eb;
  --paper-2: #ebe8de;
  --accent: #b8ff5a;
  --accent-soft: #d8ff9f;
  --line: rgba(17, 19, 17, 0.16);
  --muted: #687065;
  --white: #fffef9;
  --radius: 22px;
  --shadow: 0 20px 60px rgba(17, 19, 17, 0.08);
  --shell: min(1180px, calc(100vw - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "DM Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
img, svg { display: block; max-width: 100%; }
button, input, textarea, select { font: inherit; }
button { color: inherit; }
::selection { background: var(--accent); color: var(--ink); }

.skip-link {
  position: absolute;
  left: 16px;
  top: -80px;
  z-index: 9999;
  background: var(--ink);
  color: var(--white);
  padding: 12px 16px;
  border-radius: 10px;
}
.skip-link:focus { top: 16px; }

.shell { width: var(--shell); margin-inline: auto; }
.section-pad { padding: 112px 0; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: color-mix(in srgb, var(--paper) 84%, transparent);
  border-bottom: 1px solid transparent;
  backdrop-filter: blur(16px);
  transition: border-color .25s ease, background .25s ease;
}
.site-header.scrolled { border-color: var(--line); }
.nav-wrap {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand { display: inline-flex; align-items: center; gap: 12px; font-weight: 800; letter-spacing: .06em; }
.brand-word { font-family: "Manrope", sans-serif; font-size: 18px; }
.brand-mark {
  width: 28px;
  height: 28px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3px;
  transform: rotate(45deg);
}
.brand-mark span:first-child { background: var(--ink); border-radius: 2px; }
.brand-mark span:last-child { border: 2px solid var(--ink); border-radius: 2px; }
.site-nav { display: flex; align-items: center; gap: 18px; font-size: 13.5px; font-weight: 600; }
.site-nav a { opacity: .78; transition: opacity .2s ease; }
.site-nav a:hover { opacity: 1; }
.nav-cta { background: var(--ink); color: var(--white); padding: 11px 17px; border-radius: 999px; opacity: 1 !important; }
.menu-toggle { display: none; border: 0; background: transparent; width: 42px; height: 42px; padding: 10px; }
.menu-toggle span { display: block; height: 2px; background: var(--ink); margin: 6px 0; transition: transform .2s ease; }

.hero { padding-top: 84px; min-height: calc(100vh - 78px); display: flex; align-items: center; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 70px; align-items: center; }
.eyebrow, .section-label { text-transform: uppercase; letter-spacing: .14em; font-size: 12px; font-weight: 800; }
.eyebrow { margin: 0 0 22px; color: var(--muted); }
.hero h1, .section-head h2, .manifesto h2, .method h2, .about h2, .contact h2, .faq h2 {
  font-family: "Manrope", sans-serif;
  letter-spacing: -.055em;
  margin: 0;
}
.hero h1 { font-size: clamp(68px, 9vw, 130px); line-height: .82; max-width: 760px; }
.hero h1 span { color: transparent; -webkit-text-stroke: 1.6px var(--ink); }
.hero-lead { font-size: 20px; max-width: 680px; margin: 34px 0 0; color: #424942; }
.hero-actions { display: flex; align-items: center; gap: 26px; margin-top: 34px; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 22px; border: 0; border-radius: 999px; font-weight: 700; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--ink); color: var(--white); box-shadow: 0 10px 30px rgba(17,19,17,.14); }
.text-link { font-weight: 700; border-bottom: 1px solid var(--ink); padding-bottom: 4px; }
.hero-proof { display: flex; gap: 16px; flex-wrap: wrap; margin-top: 48px; }
.hero-proof span { border: 1px solid var(--line); border-radius: 999px; padding: 8px 12px; font-size: 12px; color: var(--muted); }

.hero-visual { position: relative; min-height: 560px; }
.visual-grid { position: absolute; inset: 0; color: rgba(17,19,17,.09); transform: rotate(-6deg) scale(1.08); }
.visual-card { position: absolute; border-radius: 22px; box-shadow: var(--shadow); }
.visual-main {
  inset: 58px 20px 58px 44px;
  z-index: 2;
  background: var(--ink);
  color: var(--white);
  padding: 36px;
  display: flex;
  flex-direction: column;
}
.visual-main::after { content: ""; position: absolute; width: 110px; height: 110px; border: 24px solid var(--accent); border-left-color: transparent; border-radius: 50%; right: 28px; top: 34px; transform: rotate(-35deg); }
.visual-kicker { color: #aab3a6; font-size: 12px; letter-spacing: .13em; font-weight: 700; }
.visual-title { font-family: "Manrope", sans-serif; font-size: clamp(38px, 4.5vw, 62px); font-weight: 700; letter-spacing: -.045em; line-height: .98; margin-top: auto; }
.visual-line { height: 1px; background: rgba(255,255,255,.18); margin: 34px 0 18px; }
.visual-meta { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; font-size: 12px; color: #b8c0b5; text-transform: uppercase; letter-spacing: .09em; }
.visual-chip { z-index: 3; padding: 13px 16px; font-weight: 800; font-size: 14px; }
.chip-a { right: -4px; bottom: 90px; background: var(--accent); transform: rotate(4deg); }
.chip-b { left: 0; top: 90px; background: var(--white); border: 1px solid var(--line); transform: rotate(-7deg); }

.manifesto { background: var(--ink); color: var(--white); }
.manifesto-grid { display: grid; grid-template-columns: 1fr 3fr; gap: 60px; }
.section-label { color: #7c867a; }
.section-label-light { color: #aeb7aa; }
.manifesto h2 { font-size: clamp(44px, 6.5vw, 86px); line-height: .98; }
.manifesto h2 span { color: var(--accent); }
.manifesto-copy > p { max-width: 820px; font-size: 18px; color: #c3c9c0; }
.manifesto-copy > p:first-of-type { margin-top: 42px; }

.section-head { display: grid; grid-template-columns: 1.4fr .6fr; gap: 60px; align-items: end; margin-bottom: 52px; }
.section-head h2, .method h2, .about h2, .faq h2 { font-size: clamp(44px, 5.5vw, 76px); line-height: .95; }
.section-head p:last-child { margin: 0; color: var(--muted); max-width: 430px; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.service-card { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 28px; min-height: 390px; display: flex; flex-direction: column; transition: transform .25s ease, box-shadow .25s ease; }
.service-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.service-card-accent { background: var(--accent); }
.card-top { display: flex; align-items: center; justify-content: space-between; font-size: 12px; font-weight: 800; }
.mini-icon { font-size: 20px; }
.service-card h3 { font-family: "Manrope", sans-serif; font-size: 28px; line-height: 1.05; letter-spacing: -.035em; margin: 52px 0 16px; }
.service-card p { color: #5f665d; margin: 0 0 28px; }
.service-card ul { list-style: none; padding: 0; margin: auto 0 0; border-top: 1px solid var(--line); padding-top: 18px; }
.service-card li { position: relative; padding: 5px 0 5px 17px; font-size: 14px; }
.service-card li::before { content: "•"; position: absolute; left: 0; }

.method { background: var(--paper-2); }
.method-head { display: grid; grid-template-columns: .55fr 1.45fr; align-items: start; gap: 60px; margin-bottom: 64px; }
.steps { border-top: 1px solid var(--line); }
.step { display: grid; grid-template-columns: 100px 1fr; gap: 40px; padding: 28px 0; border-bottom: 1px solid var(--line); }
.step-num { font-family: "Manrope", sans-serif; color: var(--muted); font-size: 14px; }
.step h3 { font-family: "Manrope", sans-serif; font-size: 42px; letter-spacing: -.04em; margin: 0 0 8px; }
.step p { max-width: 720px; margin: 0; color: var(--muted); font-size: 17px; }

.about-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; align-items: stretch; }
.about-panel { background: var(--accent); border-radius: var(--radius); padding: 34px; min-height: 610px; display: flex; flex-direction: column; }
.big-word { margin-top: auto; font-family: "Manrope", sans-serif; font-size: clamp(80px, 10vw, 142px); line-height: .65; letter-spacing: -.08em; font-weight: 800; }
.about-copy { padding: 14px 0; }
.about-copy > p { font-size: 18px; color: var(--muted); max-width: 680px; }
.about-copy > p:first-of-type { margin-top: 34px; }
.about-points { margin-top: 48px; border-top: 1px solid var(--line); }
.about-points div { display: grid; grid-template-columns: 56px 1fr; gap: 18px; padding: 20px 0; border-bottom: 1px solid var(--line); }
.about-points strong { font-size: 12px; }
.about-points span { font-weight: 600; }

.insights { background: var(--white); }
.insight-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.insight-card { min-height: 330px; border: 1px solid var(--line); border-radius: var(--radius); padding: 28px; display: flex; flex-direction: column; }
.tag { align-self: flex-start; border-radius: 999px; background: var(--paper-2); padding: 7px 10px; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.insight-card h3 { font-family: "Manrope", sans-serif; font-size: 29px; letter-spacing: -.04em; line-height: 1.05; margin: 36px 0 14px; }
.insight-card p { color: var(--muted); }
.read-more { margin-top: auto; font-weight: 700; font-size: 13px; }

.faq-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 80px; }
.faq-list details { border-top: 1px solid var(--line); padding: 22px 0; }
.faq-list details:last-child { border-bottom: 1px solid var(--line); }
.faq-list summary { cursor: pointer; list-style: none; font-family: "Manrope", sans-serif; font-weight: 700; font-size: 20px; position: relative; padding-right: 40px; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 4px; top: 0; font-size: 26px; font-weight: 400; transition: transform .2s ease; }
.faq-list details[open] summary::after { transform: rotate(45deg); }
.faq-list details p { color: var(--muted); max-width: 760px; margin-bottom: 0; }

.contact { background: var(--ink); color: var(--white); }
.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; align-items: start; }
.contact h2 { font-size: clamp(48px, 6vw, 82px); line-height: .95; }
.contact-copy > p { color: #bdc6b9; max-width: 600px; font-size: 18px; }
.contact-note { margin-top: 32px; color: var(--accent); font-weight: 800; }
.contact-form { background: #1a1e1a; border: 1px solid rgba(255,255,255,.12); border-radius: var(--radius); padding: 30px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.contact-form label { display: block; margin-bottom: 18px; }
.contact-form label > span { display: block; font-size: 12px; font-weight: 700; margin-bottom: 8px; color: #bcc5b9; }
.contact-form input, .contact-form textarea, .contact-form select { width: 100%; background: #111411; color: var(--white); border: 1px solid rgba(255,255,255,.16); border-radius: 12px; padding: 14px 15px; outline: none; }
.contact-form input:focus, .contact-form textarea:focus, .contact-form select:focus { border-color: var(--accent); box-shadow: 0 0 0 3px rgba(184,255,90,.12); }
.contact-form textarea { resize: vertical; min-height: 130px; }
.btn-light { background: var(--accent); color: var(--ink); }
.form-foot { display: flex; gap: 20px; align-items: center; }
.form-foot p { margin: 0; color: #8f998c; font-size: 11px; max-width: 270px; }
.form-status { min-height: 22px; margin-top: 14px; color: var(--accent-soft); font-size: 13px; }

.site-footer { background: #0b0d0b; color: var(--white); padding: 48px 0; }
.footer-grid { display: grid; grid-template-columns: 1.2fr .8fr .8fr; gap: 50px; }
.footer-brand .brand-mark span:first-child { background: var(--accent); }
.footer-brand .brand-mark span:last-child { border-color: var(--accent); }
.footer-grid > div:first-child > p { color: #818a7f; max-width: 360px; }
.footer-links { display: grid; gap: 8px; align-content: start; font-size: 14px; }
.footer-end { text-align: right; color: #818a7f; font-size: 13px; }
.footer-end p:first-child { color: var(--accent); font-size: 15px; font-weight: 700; }

.reveal { opacity: 0; transform: translateY(20px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }


.about-manifest { margin-top: 32px; padding-top: 22px; border-top: 1px solid rgba(17,19,17,.22); font-weight: 700; max-width: 330px; }
.founder-card { margin-top: 18px; background: var(--ink); color: var(--white); border-radius: var(--radius); padding: 44px; display: grid; grid-template-columns: .8fr 1.2fr; gap: 72px; }
.founder-id { display: flex; flex-direction: column; gap: 28px; }
.founder-monogram { width: 108px; height: 108px; border-radius: 50%; display: grid; place-items: center; background: var(--accent); color: var(--ink); font-family: "Manrope", sans-serif; font-size: 28px; font-weight: 800; letter-spacing: -.03em; }
.founder-id h3 { margin: 8px 0 4px; font-family: "Manrope", sans-serif; font-size: clamp(34px, 4vw, 52px); line-height: .96; letter-spacing: -.045em; }
.founder-role { color: #b9c1b6; margin: 12px 0 0; max-width: 420px; }
.founder-copy > p { color: #c3c9c0; font-size: 17px; margin-top: 0; }
.credential-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: rgba(255,255,255,.12); margin: 28px 0; }
.credential-grid > div { background: #181c18; padding: 18px; display: flex; flex-direction: column; gap: 4px; }
.credential-grid strong { color: var(--accent); font-family: "Manrope", sans-serif; font-size: 20px; }
.credential-grid span { color: #aeb7aa; font-size: 12px; }
.linkedin-link { display: inline-flex; align-items: center; gap: 8px; color: var(--accent); font-weight: 800; border-bottom: 1px solid rgba(184,255,90,.45); padding-bottom: 5px; }
.insight-card-live { background: var(--ink); color: var(--white); }
.insight-card-live p { color: #b8c0b5; }
.insight-card-live .tag { background: var(--accent); color: var(--ink); }
.insight-card-live .read-more { color: var(--accent); }
.form-hidden { position: absolute !important; left: -9999px !important; width: 1px; height: 1px; overflow: hidden; }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
  .reveal { opacity: 1; transform: none; }
}

@media (max-width: 980px) {
  :root { --shell: min(100% - 32px, 760px); }
  .section-pad { padding: 88px 0; }
  .menu-toggle { display: block; }
  .site-nav {
    position: absolute;
    top: 78px;
    left: 16px;
    right: 16px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    background: var(--paper);
    border: 1px solid var(--line);
    border-radius: 18px;
    padding: 18px;
    box-shadow: var(--shadow);
  }
  .site-nav.open { display: flex; }
  .nav-cta { text-align: center; }
  .hero { min-height: auto; }
  .hero-grid, .manifesto-grid, .section-head, .method-head, .about-grid, .founder-card, .faq-grid, .contact-grid, .footer-grid { grid-template-columns: 1fr; }
  .hero-grid { gap: 36px; }
  .hero-visual { min-height: 480px; }
  .manifesto-grid, .method-head { gap: 28px; }
  .service-grid, .insight-grid { grid-template-columns: 1fr 1fr; }
  .about-grid { gap: 32px; }
  .founder-card { gap: 34px; padding: 34px; }
  .about-panel { min-height: 460px; }
  .faq-grid, .contact-grid { gap: 48px; }
  .footer-end { text-align: left; }
}

@media (max-width: 650px) {
  :root { --shell: calc(100vw - 24px); }
  .section-pad { padding: 70px 0; }
  .hero { padding-top: 42px; }
  .hero h1 { font-size: clamp(56px, 21vw, 90px); }
  .hero-lead { font-size: 18px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 18px; }
  .hero-proof { margin-top: 34px; }
  .hero-visual { min-height: 420px; }
  .visual-main { inset: 28px 8px 40px 20px; padding: 24px; }
  .visual-main::after { width: 76px; height: 76px; border-width: 18px; }
  .chip-a { right: 0; bottom: 50px; }
  .chip-b { left: 0; top: 42px; }
  .service-grid, .insight-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 340px; }
  .step { grid-template-columns: 54px 1fr; gap: 18px; }
  .step h3 { font-size: 32px; }
  .big-word { font-size: clamp(80px, 28vw, 124px); }
  .about-panel { min-height: 420px; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .form-foot { align-items: flex-start; flex-direction: column; }
  .footer-grid { gap: 28px; }
}

.form-hidden { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }

@media (max-width: 650px) { .credential-grid { grid-template-columns: 1fr; } .founder-card { padding: 26px 20px; } .founder-monogram { width: 84px; height: 84px; font-size: 23px; } }
