/* ============================================================================
   Taskhooker — portfolio / client-pitch landing
   Aesthetic shared with the Recoup app landing: Apple-influenced, paper-white
   + near-black + deposit-slip green. Oversized Bricolage display, Manrope body,
   JetBrains Mono for figures. Receipt motif preserved as a product artifact.
   ========================================================================== */

:root {
  --white: #FFFFFF;
  --off: #F5F5F7;
  --off-deep: #ECECEE;
  --ink: #1D1D1F;
  --ink-2: #424245;
  --ink-3: #6E6E73;
  --rule: #D2D2D7;
  --rule-soft: #E5E5E7;
  --black: #050506;
  --black-2: #131316;
  /* Brand accent = logo blue (#0C66E4). Token kept named --green for historical
     reasons; it is the single site-wide accent (was teal pre-2026-06, unified to the
     logo blue so the headline/ticks/links match the blue logo + app icons). */
  --green: #0C66E4;
  --green-soft: #E7F0FE;
  --gold: #B79454;
  --paper: #F4ECD8;
  --ledger: #BCAE8E;
  --maxw: 1180px;
}

* { box-sizing: border-box; }

html, body {
  margin: 0;
  padding: 0;
  font-family: 'Manrope', -apple-system, BlinkMacSystemFont, 'SF Pro Text', system-ui, sans-serif;
  font-size: 17px;
  line-height: 1.5;
  color: var(--ink);
  background: var(--white);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

::selection { background: var(--ink); color: var(--white); }

a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }

/* ---------- layout ---------- */
.wrap {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 0 32px;
}

/* ---------- typography helpers ---------- */
.eyebrow {
  font-family: 'JetBrains Mono', monospace;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ink-3);
}

/* ---------- nav ---------- */
.nav {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: saturate(180%) blur(20px);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  border-bottom: 1px solid var(--rule-soft);
}

.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--ink);
}

.brand-mark { width: 44px; height: 44px; display: block; flex-shrink: 0; object-fit: contain; }

.brand-name {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-weight: 700;
  font-size: 22px;
  letter-spacing: -0.022em;
  color: var(--ink);
}

.nav-links {
  display: flex;
  gap: 30px;
  font-size: 14px;
  font-weight: 500;
}

.nav-links a { color: var(--ink-2); transition: color 120ms ease; }
.nav-links a:hover { color: var(--ink); }

.nav-cta {
  padding: 9px 18px;
  border-radius: 980px;
  background: var(--ink);
  color: var(--white);
  font-weight: 600;
  font-size: 14px;
  transition: background 120ms ease;
}
.nav-cta:hover { background: var(--black); }

/* ---------- pill buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 13px 22px;
  font-family: 'Manrope', sans-serif;
  font-weight: 600;
  font-size: 15px;
  border-radius: 980px;
  border: 1px solid transparent;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
  cursor: pointer;
  white-space: nowrap;
}

.btn.dark { background: var(--ink); color: var(--white); border-color: var(--ink); }
.btn.dark:hover { background: var(--black); transform: translateY(-1px); box-shadow: 0 10px 24px -8px rgba(0,0,0,0.25); }

.btn.light { background: var(--white); color: var(--ink); border-color: var(--ink); }
.btn.light:hover { background: var(--ink); color: var(--white); }

.btn.ghost { background: transparent; color: var(--ink); border-color: var(--rule); }
.btn.ghost:hover { border-color: var(--ink); background: var(--off); }

.btn.green { background: var(--green); color: var(--white); border-color: var(--green); }
.btn.green:hover { background: #0055CC; border-color: #0055CC; transform: translateY(-1px); box-shadow: 0 10px 24px -8px rgba(12,102,228,0.35); }

.btn-block { width: 100%; justify-content: center; }

.btn .arrow { display: inline-block; transition: transform 180ms ease; }
.btn:hover .arrow { transform: translateX(3px); }

/* ---------- sections ---------- */
section { padding: 116px 0; }

.section-light { background: var(--white); color: var(--ink); }
.section-soft { background: var(--off); color: var(--ink); }
.section-dark { background: var(--black); color: var(--white); }

.section-dark .eyebrow { color: rgba(255,255,255,0.5); }
.section-dark h2 { color: var(--white); }
.section-dark .kicker { color: rgba(255,255,255,0.72); }

.section-head { text-align: center; margin-bottom: 68px; }
.section-head .eyebrow { display: inline-block; margin-bottom: 20px; }

.section-head h2,
.app-split h2 {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-weight: 600;
  font-variation-settings: 'opsz' 72, 'wdth' 100;
  font-size: clamp(38px, 5vw, 72px);
  letter-spacing: -0.03em;
  line-height: 1.02;
  margin: 0 auto 20px;
  max-width: 18ch;
  color: inherit;
}

.section-head h2 .ital,
.app-split h2 .ital,
.contact-copy h2 .ital { font-style: italic; font-variation-settings: 'opsz' 72, 'wdth' 95; }
.section-head h2 .accent,
.app-split h2 .accent,
.contact-copy h2 .accent { color: var(--green); }

.section-head .kicker {
  font-size: 18px;
  max-width: 40em;
  margin: 0 auto 14px;
  color: var(--ink-2);
  line-height: 1.5;
}
.section-head .kicker:last-child { margin-bottom: 0; }

/* ---------- hero ---------- */
.hero { padding: 116px 0 100px; text-align: center; }
.hero .eyebrow { margin-bottom: 26px; display: inline-block; }

.hero h1 {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-weight: 600;
  font-variation-settings: 'opsz' 96, 'wdth' 100;
  font-size: clamp(48px, 8vw, 104px);
  letter-spacing: -0.035em;
  line-height: 0.98;
  margin: 0 auto 26px;
  max-width: 15ch;
  color: var(--ink);
}
.hero h1 .ital { font-style: italic; font-variation-settings: 'opsz' 96, 'wdth' 95; }
.hero h1 .accent { color: var(--green); }

.hero .lede {
  font-size: clamp(18px, 1.6vw, 21px);
  max-width: 34em;
  margin: 0 auto 34px;
  color: var(--ink-2);
  line-height: 1.5;
}

.cta-row {
  display: inline-flex;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}

.proof {
  margin-top: 30px;
  font-size: 13px;
  color: var(--ink-3);
  letter-spacing: 0.01em;
}
.proof .tick { color: var(--green); margin-right: 4px; font-weight: 700; }
.proof .sep { margin: 0 8px; color: var(--rule); }

/* ---------- portfolio cards ---------- */
.portfolio {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.pcard {
  background: var(--white);
  border: 1px solid var(--rule-soft);
  border-radius: 22px;
  padding: 36px 34px 32px;
  display: flex;
  flex-direction: column;
  transition: transform 200ms ease, box-shadow 200ms ease, border-color 200ms ease;
}
.pcard:hover {
  transform: translateY(-3px);
  border-color: var(--rule);
  box-shadow: 0 20px 44px -22px rgba(0,0,0,0.22);
}

.pcard-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 22px;
}
.pcard-mark { width: 52px; height: 52px; object-fit: contain; }

.pill {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 6px 11px;
  border-radius: 999px;
}
.pill-paid { background: var(--green-soft); color: var(--green); }
.pill-free { background: var(--off); color: var(--ink-2); }

.pcard h3 {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-weight: 600;
  font-size: 30px;
  letter-spacing: -0.02em;
  margin: 0 0 4px;
  color: var(--ink);
}
.pcard-tag { font-weight: 600; color: var(--green); margin: 0 0 14px; font-size: 15px; }
.pcard-body { font-size: 15.5px; color: var(--ink-2); line-height: 1.55; margin: 0 0 22px; flex: 1; }

.pcard-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-weight: 600;
  font-size: 15px;
  color: var(--ink);
}
.pcard-link .arrow { transition: transform 180ms ease; }
.pcard:hover .pcard-link .arrow { transform: translateX(3px); }

/* ---------- app deep-dive: open / problem section ---------- */
.app-open { padding-top: 100px; padding-bottom: 116px; }

.app-tag {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 9px 16px 9px 10px;
  border-radius: 999px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
  font-family: 'JetBrains Mono', monospace;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.82);
  margin-bottom: 40px;
}
.app-tag img { width: 34px; height: 34px; object-fit: contain; }

.app-split {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 72px;
  align-items: center;
}
.app-split-copy h2 { text-align: left; margin-left: 0; max-width: 14ch; }
.app-split-copy .eyebrow { display: block; margin-bottom: 18px; }
.app-split-copy .kicker {
  font-size: 18px;
  color: rgba(255,255,255,0.72);
  line-height: 1.55;
  margin: 0 0 16px;
  max-width: 44ch;
}
.app-split-copy .kicker:last-child { margin-bottom: 0; }
.app-split-art { display: flex; justify-content: center; }

/* ---------- receipt artifact ---------- */
.receipt {
  background: var(--paper);
  border-radius: 4px;
  padding: 28px 26px 22px;
  box-shadow: 0 1px 0 rgba(0,0,0,0.05), 0 18px 50px rgba(0,0,0,0.35), 0 30px 80px rgba(0,0,0,0.25);
  font-family: 'JetBrains Mono', monospace;
  font-size: 13px;
  line-height: 1.7;
  color: #1A1718;
  position: relative;
  width: 360px;
  max-width: 100%;
  text-align: left;
}
.receipt::before, .receipt::after {
  content: '';
  position: absolute;
  left: 0; right: 0;
  height: 12px;
}
.receipt::before { top: -6px; background: radial-gradient(circle at 6px 12px, transparent 4.5px, var(--paper) 5px) 0 0 / 12px 12px repeat-x; }
.receipt::after { bottom: -6px; background: radial-gradient(circle at 6px 0, transparent 4.5px, var(--paper) 5px) 0 0 / 12px 12px repeat-x; }

.receipt-head { text-align: center; margin-bottom: 12px; }
.receipt-head .logo { font-family: 'Bricolage Grotesque', sans-serif; font-weight: 600; font-size: 17px; letter-spacing: 0.16em; }
.receipt-head .meta { font-size: 10px; color: #6C645B; letter-spacing: 0.08em; margin-top: 4px; }

.receipt-divider { border: 0; border-top: 1px dashed var(--ledger); margin: 12px -2px; }

.receipt-row { display: flex; align-items: baseline; gap: 6px; }
.receipt-row .label { white-space: nowrap; font-size: 12.5px; }
.receipt-row .dots { flex: 1; border-bottom: 1px dotted var(--ledger); transform: translateY(-3px); }
.receipt-row .val { white-space: nowrap; font-feature-settings: 'tnum' 1; font-size: 12.5px; }
.receipt-row.sub { font-size: 11.5px; color: #4B4540; padding-left: 14px; }
.receipt-row.sub .label, .receipt-row.sub .val { font-size: 11.5px; }
.receipt-row .val.money { color: var(--green); font-weight: 500; }

.receipt-total { margin-top: 10px; padding-top: 10px; border-top: 1px solid #1A1718; text-align: center; }
.receipt-total .total-label { font-size: 10.5px; letter-spacing: 0.18em; color: #6C645B; }
.receipt-total .total-amount {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-weight: 600;
  font-variation-settings: 'opsz' 96;
  font-size: 42px;
  letter-spacing: -0.025em;
  color: var(--green);
  margin: 2px 0;
  font-feature-settings: 'tnum' 1;
  line-height: 1;
}
.receipt-total .per-mo { font-size: 18px; color: #6C645B; font-weight: 400; }
.receipt-total .total-sub { font-size: 10.5px; color: #6C645B; letter-spacing: 0.05em; }
.receipt-footer { margin-top: 14px; text-align: center; font-size: 10px; color: #6C645B; letter-spacing: 0.06em; font-style: italic; }

/* receipt print-in animation */
.receipt-row, .receipt-divider, .receipt-total, .receipt-footer, .receipt-head .meta {
  opacity: 0;
  transform: translateY(2px);
  animation: print 380ms ease forwards;
}
.receipt-head .meta { animation-delay: 100ms; }
.rd1 { animation-delay: 180ms; }
.r3 { animation-delay: 300ms; }
.r4 { animation-delay: 380ms; }
.r5 { animation-delay: 460ms; }
.r6 { animation-delay: 560ms; }
.r7 { animation-delay: 640ms; }
.r8 { animation-delay: 740ms; }
.r9 { animation-delay: 820ms; }
.r10 { animation-delay: 920ms; }
.rd3 { animation-delay: 1000ms; }
.receipt-total { animation-delay: 1080ms; animation-duration: 560ms; }
.receipt-footer { animation-delay: 1320ms; }

@keyframes print { to { opacity: 1; transform: translateY(0); } }

/* ---------- word count byline artifact ---------- */
.wc-byline {
  background: var(--white);
  color: var(--ink);
  border-radius: 16px;
  padding: 26px 28px;
  width: 380px;
  max-width: 100%;
  box-shadow: 0 18px 50px rgba(0,0,0,0.35), 0 30px 80px rgba(0,0,0,0.22);
  text-align: left;
}
.wc-byline-row { display: flex; align-items: center; gap: 12px; }
.wc-avatar {
  width: 36px; height: 36px; border-radius: 50%;
  background: #0052CC; color: #fff;
  display: inline-flex; align-items: center; justify-content: center;
  font-weight: 700; font-size: 16px;
  font-family: 'Bricolage Grotesque', sans-serif;
}
.wc-by { font-size: 14px; color: var(--ink-3); }
.wc-by strong { color: var(--ink); font-weight: 600; }

.wc-count {
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid var(--rule-soft);
  font-family: 'Bricolage Grotesque', sans-serif;
  font-size: 19px;
  font-weight: 500;
  color: var(--ink-2);
  display: flex;
  align-items: center;
  gap: 8px;
}
.wc-count .wc-num { color: var(--green); font-weight: 700; font-feature-settings: 'tnum' 1; }
.wc-count .wc-dot { color: var(--rule); }
.wc-count .wc-chev { color: var(--ink-3); margin-left: auto; font-size: 22px; }
.wc-byline-foot {
  margin-top: 12px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.06em;
  color: var(--ink-3);
  text-transform: uppercase;
}

/* ---------- drawers (pain points) ---------- */
.drawers {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.drawers-4 { grid-template-columns: repeat(4, 1fr); }

.drawer {
  background: var(--white);
  border: 1px solid var(--rule-soft);
  border-radius: 20px;
  padding: 32px 28px;
  transition: transform 200ms ease, box-shadow 200ms ease, border-color 200ms ease;
}
.drawer:hover {
  transform: translateY(-2px);
  border-color: var(--rule);
  box-shadow: 0 14px 30px -16px rgba(0,0,0,0.15);
}
.drawer-warn { border-color: #F4D78C; background: #FFFDF7; }

.drawer .drawer-num {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11.5px;
  letter-spacing: 0.12em;
  color: var(--ink-3);
  margin-bottom: 22px;
}

.drawer h3 {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-weight: 600;
  font-variation-settings: 'opsz' 24;
  font-size: 22px;
  line-height: 1.18;
  letter-spacing: -0.015em;
  margin: 0 0 14px;
  color: var(--ink);
}

.drawer .drawer-amount {
  display: inline-block;
  background: var(--green-soft);
  color: var(--green);
  padding: 4px 10px;
  border-radius: 6px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 11.5px;
  font-weight: 500;
  letter-spacing: 0.02em;
  margin-bottom: 16px;
}
.drawer-warn .drawer-amount { background: #FBEED0; color: #8A6516; }

.drawer p { color: var(--ink-2); font-size: 15px; line-height: 1.55; margin: 0; }

/* ---------- feature rows (screenshot + copy) ---------- */
.feature-row {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 64px;
  align-items: center;
  margin-top: 88px;
}
.feature-row:first-of-type { margin-top: 0; }
.feature-row.reverse .feature-shot { order: 2; }
.feature-row.reverse .feature-copy { order: 1; }

.feature-copy h3 {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-weight: 600;
  font-variation-settings: 'opsz' 36;
  font-size: clamp(26px, 3vw, 34px);
  letter-spacing: -0.02em;
  line-height: 1.08;
  margin: 0 0 16px;
  color: var(--ink);
}
.feature-copy p { font-size: 17px; color: var(--ink-2); line-height: 1.58; margin: 0 0 20px; }
.feature-copy p strong { color: var(--ink); font-weight: 600; }

.feat-list { list-style: none; padding: 0; margin: 0; }
.feat-list li {
  position: relative;
  padding: 9px 0 9px 26px;
  border-top: 1px solid var(--rule-soft);
  font-size: 15px;
  color: var(--ink-2);
}
.feat-list li:last-child { border-bottom: 1px solid var(--rule-soft); }
.feat-list li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: var(--green);
  font-weight: 700;
}

/* ---------- screenshot frame ---------- */
.shot-frame {
  background: linear-gradient(180deg, #F5F5F7 0%, #ECECEE 100%);
  border-radius: 18px;
  padding: 16px;
  box-shadow: 0 1px 0 rgba(0,0,0,0.04), 0 30px 60px -22px rgba(0,0,0,0.20), 0 8px 18px -8px rgba(0,0,0,0.08);
}
.shot-canvas { position: relative; display: block; border-radius: 8px; overflow: hidden; }
.shot-canvas img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 0 0 1px rgba(0,0,0,0.05);
}
.shot-caption {
  margin-top: 16px;
  font-size: 12px;
  color: var(--ink-3);
  font-family: 'JetBrains Mono', monospace;
  letter-spacing: 0.05em;
  text-align: center;
}

/* ---------- word count CTA strip ---------- */
.wc-cta {
  margin-top: 72px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}
.wc-cta-note {
  font-family: 'JetBrains Mono', monospace;
  font-size: 12px;
  letter-spacing: 0.06em;
  color: var(--ink-3);
}

/* ---------- trust ---------- */
.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}
.trust-card {
  background: var(--white);
  border: 1px solid var(--rule-soft);
  border-radius: 18px;
  padding: 32px 28px;
}
.trust-card .glyph {
  width: 44px; height: 44px;
  border-radius: 12px;
  background: var(--green-soft);
  display: inline-flex; align-items: center; justify-content: center;
  font-family: 'Bricolage Grotesque', serif;
  font-weight: 700;
  font-size: 22px;
  color: var(--green);
  margin-bottom: 22px;
}
.trust-card h4 {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: -0.01em;
  margin: 0 0 8px;
  color: var(--ink);
}
.trust-card p { margin: 0; font-size: 14.5px; color: var(--ink-2); line-height: 1.55; }

/* ---------- pricing ---------- */
.pricing-card {
  background: var(--white);
  border: 1px solid var(--rule);
  padding: 52px 44px;
  max-width: 480px;
  margin: 0 auto;
  text-align: center;
  border-radius: 24px;
  box-shadow: 0 30px 60px -30px rgba(0,0,0,0.15);
}
.pricing-card .tag {
  font-family: 'JetBrains Mono', monospace;
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink-3);
  margin-bottom: 14px;
}
.pricing-card .amount {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-weight: 600;
  font-variation-settings: 'opsz' 96;
  font-size: 84px;
  letter-spacing: -0.035em;
  line-height: 1;
  color: var(--ink);
}
.pricing-card .amount sup { font-size: 30px; vertical-align: top; margin-right: 2px; font-weight: 500; }
.pricing-card .per { font-size: 14.5px; color: var(--ink-3); margin: 10px 0 28px; }
.pricing-card ul { list-style: none; padding: 0; margin: 0 0 28px; text-align: left; }
.pricing-card ul li {
  padding: 12px 0;
  border-bottom: 1px solid var(--rule-soft);
  display: flex;
  justify-content: space-between;
  font-size: 14.5px;
  color: var(--ink-2);
}
.pricing-card ul li:last-child { border-bottom: none; }
.pricing-card ul li .check { color: var(--green); font-weight: 700; }
.pricing-card .enterprise-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 14px;
  font-size: 13.5px;
  font-weight: 500;
  color: var(--ink-2);
  transition: color 120ms ease;
}
.pricing-card .enterprise-link:hover { color: var(--green); }
.pricing-card .enterprise-link .arrow { transition: transform 180ms ease; }
.pricing-card .enterprise-link:hover .arrow { transform: translateX(3px); }
.pricing-card .footnote { margin: 20px 0 0; font-size: 12.5px; color: var(--ink-3); line-height: 1.55; }

/* ---------- bottom cta ---------- */
.bottom-cta {
  background: var(--black);
  color: var(--white);
  text-align: center;
  padding: 132px 0;
}
.bottom-cta h2 {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-weight: 600;
  font-variation-settings: 'opsz' 96;
  font-size: clamp(44px, 6.5vw, 84px);
  margin: 0 auto 22px;
  letter-spacing: -0.03em;
  line-height: 1;
  color: var(--white);
  max-width: 16ch;
}
.bottom-cta h2 .ital { font-style: italic; color: var(--green); }
.bottom-cta p { max-width: 44ch; margin: 0 auto 36px; color: rgba(255,255,255,0.65); font-size: 17px; }
.bottom-cta .footnote { margin-top: 36px; font-size: 13px; color: rgba(255,255,255,0.45); letter-spacing: 0.02em; }
.bottom-cta .footnote a { color: rgba(255,255,255,0.75); border-bottom: 1px solid currentColor; }
.bottom-cta .footnote a:hover { color: #fff; }

/* ---------- contact ---------- */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: start;
}
.contact-copy { padding-top: 4px; }
.contact-copy h2 { text-align: left; margin: 0 0 18px; max-width: 13ch; }
.contact-copy .eyebrow { display: block; margin-bottom: 18px; }
.contact-copy .kicker { text-align: left; margin: 0 0 20px; max-width: 40ch; }
.contact-alt { font-size: 15px; color: var(--ink-3); margin: 0; }
.contact-alt .link { color: var(--green); border-bottom: 1px solid currentColor; }
.contact-alt .link:hover { opacity: 0.7; }

.contact-form {
  background: var(--white);
  border: 1px solid var(--rule-soft);
  border-radius: 22px;
  padding: 32px;
  box-shadow: 0 20px 44px -26px rgba(0,0,0,0.18);
}
.field { margin-bottom: 18px; }
.field label {
  display: block;
  font-family: 'JetBrains Mono', monospace;
  font-size: 11.5px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ink-3);
  margin-bottom: 8px;
}
.field input,
.field textarea {
  width: 100%;
  font-family: 'Manrope', sans-serif;
  font-size: 16px;
  color: var(--ink);
  background: var(--off);
  border: 1px solid var(--rule-soft);
  border-radius: 12px;
  padding: 13px 14px;
  transition: border-color 150ms ease, background 150ms ease, box-shadow 150ms ease;
}
.field textarea { resize: vertical; min-height: 120px; line-height: 1.5; }
.field input:focus,
.field textarea:focus {
  outline: none;
  border-color: var(--green);
  background: var(--white);
  box-shadow: 0 0 0 3px var(--green-soft);
}
.hp { position: absolute; left: -9999px; width: 1px; height: 1px; opacity: 0; }
.form-status { margin: 14px 0 0; font-size: 14px; min-height: 1.2em; line-height: 1.4; }
.form-status.ok { color: var(--green); }
.form-status.err { color: #C0392B; }

/* ---------- lightbox ---------- */
.shot-canvas img { cursor: zoom-in; }
.lightbox {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(20px, 5vw, 64px);
  background: rgba(5, 5, 6, 0.9);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 200ms ease;
}
.lightbox.open { opacity: 1; pointer-events: auto; }
.lightbox-img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 40px 100px rgba(0, 0, 0, 0.6);
  cursor: zoom-out;
  transform: scale(0.96);
  transition: transform 220ms cubic-bezier(0.2, 0.8, 0.2, 1);
}
.lightbox.open .lightbox-img { transform: scale(1); }
.lightbox-close {
  position: absolute;
  top: 20px;
  right: 24px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.22);
  color: #fff;
  font-size: 20px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 150ms ease, transform 150ms ease;
}
.lightbox-close:hover { background: rgba(255, 255, 255, 0.22); transform: scale(1.05); }

/* ---------- footer ---------- */
.foot { padding: 40px 0; background: var(--white); border-top: 1px solid var(--rule-soft); }
.foot-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  font-size: 13px;
  color: var(--ink-3);
}
.foot-links { display: flex; gap: 18px; }
.foot-links a { color: var(--ink-2); transition: color 120ms ease; }
.foot-links a:hover { color: var(--ink); }

/* ---------- responsive ---------- */
@media (max-width: 980px) {
  .app-split { grid-template-columns: 1fr; gap: 44px; }
  .app-split-copy h2 { max-width: 18ch; }
  .feature-row,
  .feature-row.reverse {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .feature-row.reverse .feature-shot { order: 1; }
  .feature-row.reverse .feature-copy { order: 2; }
  .drawers, .drawers-4 { grid-template-columns: 1fr 1fr; }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .contact-grid { grid-template-columns: 1fr; gap: 36px; }
  .contact-copy h2, .contact-copy .kicker { max-width: none; }
  section { padding: 84px 0; }
  .hero { padding: 80px 0 64px; }
}

@media (max-width: 620px) {
  .wrap { padding: 0 20px; }
  .nav-links { display: none; }
  .portfolio { grid-template-columns: 1fr; }
  .drawers, .drawers-4 { grid-template-columns: 1fr; }
  .trust-grid { grid-template-columns: 1fr; }
  .pricing-card { padding: 40px 26px; }
  .cta-row { width: 100%; }
  .cta-row .btn { flex: 1; justify-content: center; }
}

/* ---------- reduced motion ---------- */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

/* ---------- FAQ (AEO) ---------- */
.faq { max-width: 820px; margin: 0 auto; display: grid; gap: 14px; }
.faq details {
  background: var(--white); border: 1px solid var(--rule-soft); border-radius: 16px; padding: 2px 26px;
}
.faq summary {
  list-style: none; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 16px;
  padding: 22px 0; font-family: 'Bricolage Grotesque', system-ui, sans-serif;
  font-weight: 600; font-size: 18px; letter-spacing: -0.01em; color: var(--ink);
}
.faq summary::-webkit-details-marker { display: none; }
.faq .plus { color: var(--green); font-size: 24px; font-weight: 400; flex-shrink: 0; transition: transform 180ms ease; }
.faq details[open] .plus { transform: rotate(45deg); }
.faq details p { margin: 0 0 22px; font-size: 16px; line-height: 1.65; color: var(--ink-2); }
.faq .link { color: var(--green); text-decoration: none; border-bottom: 1px solid currentColor; }

/* ---------- Issue Templates: create-screen art ---------- */
.tmpl-create { background: var(--white); border-radius: 16px; padding: 6px 22px; box-shadow: 0 24px 60px -24px rgba(0,0,0,0.55); max-width: 420px; }
.tc-row { display: flex; align-items: center; gap: 14px; padding: 14px 0; border-bottom: 1px solid var(--rule-soft); font-size: 15px; }
.tc-row:last-of-type { border-bottom: none; }
.tc-label { width: 104px; flex-shrink: 0; color: var(--ink-3); font-size: 13px; }
.tc-val { color: var(--ink); font-weight: 500; }
.tc-fill { color: var(--green); font-weight: 600; }
.tc-chip { display: inline-flex; align-items: center; gap: 6px; background: var(--green-soft); color: #0747A6; padding: 5px 12px; border-radius: 980px; font-weight: 600; font-size: 13.5px; }
.tc-foot { padding: 14px 0 16px; color: var(--ink-3); font-size: 12.5px; }
