/* Source: design-source/html/seo-website-designers-houston-v5.html */
:root {
    --bg: #f7f6f2;
    --bg-2: #ffffff;
    --bg-3: #efede7;
    --bg-paper: #f1ede2;
    --bg-dark: #0b0b0c;
    --line: #e3e1d9;
    --line-2: #d8d6cf;
    --ink-0: #0b0b0c;
    --ink-1: #1a1a1e;
    --ink-2: #3d3d44;
    --ink-3: #8a8a92;
    --accent: #ff6a3d;
    --moss: #6b7d5a;
    --warn: #b86b3c;
  }
  * { box-sizing: border-box; }
  html, body { margin: 0; padding: 0; background: var(--bg); color: var(--ink-1); }
  body { font-family: "Inter Tight", system-ui, -apple-system, sans-serif; -webkit-font-smoothing: antialiased; line-height: 1.55; }
  ::selection { background: var(--accent); color: #fff; }
  a { color: inherit; text-decoration: none; }

  .container { max-width: 1240px; margin: 0 auto; padding-inline: clamp(20px, 4vw, 56px); }

  .lg { font-family: "Inter Tight", sans-serif; font-weight: 600; letter-spacing: -0.055em; line-height: 1; display: inline-flex; align-items: baseline; color: var(--ink-0); }
  .lg .acc { color: var(--accent); }

  .eyebrow { font-family: "JetBrains Mono", monospace; font-size: 12.5px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--accent); display: inline-flex; align-items: center; gap: 10px; margin: 0 0 22px; font-weight: 600; }
  .eyebrow .dot { width: 6px; height: 6px; border-radius: 50%; background: var(--accent); }

  .btn { display: inline-flex; align-items: center; gap: 10px; padding: 16px 28px; border-radius: 999px; font-size: 16px; font-weight: 700; transition: all 180ms ease; cursor: pointer; }
  .btn.pri { background: var(--accent); color: #fff; box-shadow: 0 8px 24px rgba(255,106,61,0.32); }
  .btn.pri:hover { background: #f25a2c; transform: translateY(-2px); }
  .btn.sec { background: var(--bg-2); color: var(--ink-0); border: 1.5px solid var(--ink-0); }
  .btn.sec:hover { background: var(--ink-0); color: #fff; }
  .arr { display: inline-block; width: 1em; height: 1em; vertical-align: -0.1em; }

  @keyframes pulse { 0%, 100% { opacity: 1; } 50% { opacity: 0.4; } }

  /* ─── NAV ─── */
  .nav-wrap { position: sticky; top: 0; z-index: 50; background: rgba(247,246,242,0.92); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); border-bottom: 1px solid var(--line); }
  .nav { display: flex; align-items: center; gap: 28px; padding: 18px 0; position: relative; }
  .nav .logo-link { font-size: 34px; }
  .nav .links { display: flex; gap: 30px; margin-left: auto; align-items: center; }
  .nav .links > a, .nav .links > button { font-size: 17px; font-weight: 500; color: var(--ink-1); transition: color 150ms ease; background: none; border: 0; padding: 0; margin: 0; font-family: inherit; cursor: pointer; display: inline-flex; align-items: center; gap: 7px; }
  .nav .links > a:hover, .nav .links > button:hover { color: var(--ink-0); }
  .nav .links > a.active { color: var(--accent); font-weight: 700; }
  .nav .links .trigger .chev { width: 9px; height: 9px; transition: transform 200ms ease; }
  .nav .links .trigger[aria-expanded="true"] { color: var(--accent); }
  .nav .links .trigger[aria-expanded="true"] .chev { transform: rotate(180deg); }
  .nav .phone { font-family: "JetBrains Mono", monospace; font-size: 14.5px; color: #fff; padding: 12px 22px; background: var(--ink-0); border-radius: 999px; font-weight: 600; transition: all 150ms ease; letter-spacing: 0.01em; margin-left: 18px; }
  .nav .phone:hover { background: var(--accent); }
  @media (max-width: 1024px) { .nav .links { display: none; } .nav .phone { margin-left: auto; } }

  .bcrumb { background: transparent; }
  .bcrumb .container { padding-top: 18px; padding-bottom: 18px; display: flex; align-items: center; gap: 14px; font-family: "JetBrains Mono", monospace; font-size: 12px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--ink-3); }
  .bcrumb a { color: var(--ink-3); transition: color 150ms ease; }
  .bcrumb a:hover { color: var(--accent); }
  .bcrumb .sep { color: var(--line-2); }
  .bcrumb .here { color: var(--ink-0); font-weight: 700; }

  /* mega menu */
  .mega { position: absolute; top: 100%; left: 0; right: 0; transform: translateY(-8px); opacity: 0; visibility: hidden; transition: opacity 180ms ease, transform 220ms cubic-bezier(0.2, 0.8, 0.2, 1), visibility 0s linear 200ms; z-index: 60; pointer-events: none; }
  .mega.open { opacity: 1; visibility: visible; transform: translateY(0); transition: opacity 180ms ease, transform 220ms cubic-bezier(0.2, 0.8, 0.2, 1), visibility 0s linear 0s; }
  .mega-D .d-panel { pointer-events: auto; position: absolute; top: 8px; left: 0; width: 720px; background: radial-gradient(ellipse 60% 80% at 92% 8%, rgba(255,106,61,0.05), transparent 70%), linear-gradient(180deg, #fbfaf6 0%, var(--bg-2) 60%); border: 1px solid var(--line); border-radius: 14px; box-shadow: 0 22px 50px -18px rgba(60,40,20,0.22), 0 2px 6px rgba(60,40,20,0.06), inset 0 0 0 1px rgba(255,255,255,0.6); padding: 26px 26px 0; overflow: hidden; isolation: isolate; }
  .mega-D .d-panel::before { content: "Services."; position: absolute; left: -14px; bottom: 28px; font-family: "Source Serif 4", Georgia, serif; font-style: italic; font-weight: 500; font-size: 230px; line-height: 0.85; letter-spacing: -0.05em; color: var(--ink-0); opacity: 0.035; pointer-events: none; z-index: 0; white-space: nowrap; }
  .mega-D .d-head { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding-bottom: 14px; margin-bottom: 10px; border-bottom: 1px solid var(--line); font-family: "JetBrains Mono", monospace; font-size: 12px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--ink-3); }
  .mega-D .d-head .lhs { display: inline-flex; align-items: center; gap: 10px; }
  .mega-D .d-head .lhs::before { content: ""; width: 5px; height: 5px; border-radius: 50%; background: var(--accent); }
  .mega-D .d-head .lhs b { color: var(--ink-0); font-weight: 700; letter-spacing: 0.22em; }
  .mega-D .d-head .rhs { color: var(--ink-2); }
  .mega-D .d-head .rhs em { font-style: italic; font-family: "Source Serif 4", serif; color: var(--ink-0); font-size: 14px; letter-spacing: 0.02em; text-transform: none; margin-left: 6px; }
  .mega-D .d-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 1fr; gap: 18px 28px; }
  .mega-D .d-col { padding: 4px 0 10px; position: relative; }
  .mega-D .d-col + .d-col::before { content: ""; position: absolute; left: -14px; top: 6px; bottom: 14px; width: 1px; background-image: linear-gradient(to bottom, var(--line-2) 50%, transparent 50%); background-size: 1px 5px; }
  .mega-D .d-col h6 { font-family: "JetBrains Mono", monospace; font-size: 11.5px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--ink-3); margin: 0 0 8px; font-weight: 700; display: flex; align-items: center; gap: 8px; }
  .mega-D .d-col h6 .ix { color: var(--accent); font-weight: 700; }
  .mega-D .d-col h6 .rule { flex: 1; height: 1px; background-image: linear-gradient(to right, var(--line-2) 50%, transparent 50%); background-size: 5px 1px; }
  .mega-D .d-col h6 .new { font-family: "JetBrains Mono", monospace; font-size: 10px; letter-spacing: 0.1em; background: var(--accent); color: #fff; padding: 2px 5px; border-radius: 3px; font-weight: 700; }
  .mega-D .d-col a { display: flex; align-items: center; gap: 10px; padding: 8px 10px; margin: 0 -10px; border-radius: 6px; font-size: 16.5px; color: var(--ink-1); transition: background 120ms ease, color 120ms ease; position: relative; }
  .mega-D .d-col a::before { content: ""; width: 4px; height: 4px; border-radius: 50%; background: var(--line-2); flex-shrink: 0; transition: background 150ms ease, transform 150ms ease; }
  .mega-D .d-col a:hover { background: rgba(255,106,61,0.06); color: var(--ink-0); }
  .mega-D .d-col a:hover::before { background: var(--accent); transform: scale(1.6); }
  .mega-D .d-col a.is-here { background: rgba(255,106,61,0.10); color: var(--ink-0); font-weight: 600; }
  .mega-D .d-col a.is-here::before { background: var(--accent); transform: scale(1.6); }
  .mega-D .d-trades { position: relative; z-index: 1; margin: 14px -26px 0; padding: 8px 26px 7px; border-top: 1px dashed var(--line-2); border-bottom: 1px solid var(--line); background: repeating-linear-gradient(90deg, transparent 0 14px, rgba(11,11,12,0.025) 14px 15px), rgba(241,237,226,0.4); display: flex; align-items: center; gap: 14px; font-family: "JetBrains Mono", monospace; font-size: 12px; overflow: hidden; }
  .mega-D .d-trades .lbl { flex: 0 0 auto; display: inline-flex; align-items: baseline; gap: 5px; font-size: 9.5px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--ink-3); font-weight: 700; padding-right: 10px; border-right: 1px solid var(--line); align-self: stretch; padding-top: 2px; }
  .mega-D .d-trades .lbl b { color: var(--accent); font-weight: 800; letter-spacing: 0.14em; }
  .mega-D .d-trades .lbl em { font-family: "Source Serif 4", serif; font-style: italic; font-weight: 400; color: var(--ink-2); font-size: 11.5px; letter-spacing: 0; text-transform: none; margin-left: 3px; }
  .mega-D .d-trades .list { display: flex; flex-wrap: wrap; align-items: baseline; column-gap: 0; row-gap: 1px; flex: 1 1 auto; min-width: 0; }
  .mega-D .d-trades .list a { position: relative; padding: 1px 8px; color: var(--ink-1); font-size: 11.5px; letter-spacing: 0.005em; transition: color 120ms ease; white-space: nowrap; }
  .mega-D .d-trades .list a + a::before { content: "·"; position: absolute; left: -2px; top: 50%; transform: translateY(-55%); color: var(--ink-3); font-weight: 700; font-size: 11px; }
  .mega-D .d-trades .list a:hover { color: var(--accent); }
  .mega-D .d-trades .list a.all { color: var(--accent); font-weight: 700; margin-left: 4px; }
  .mega-D .d-trades .list a.all:hover { color: var(--ink-0); }
  .mega-D .d-foot { position: relative; z-index: 1; grid-column: 1 / -1; margin: 0 -26px 0; padding: 14px 26px; background: rgba(241,237,226,0.55); display: flex; align-items: center; justify-content: space-between; gap: 16px; font-family: "JetBrains Mono", monospace; font-size: 12.5px; letter-spacing: 0.14em; color: var(--ink-3); text-transform: uppercase; }
  .mega-D .d-foot .stamp { display: inline-flex; align-items: center; gap: 10px; }
  .mega-D .d-foot .stamp b { color: var(--ink-0); font-weight: 700; }
  .mega-D .d-foot .stamp .dot { width: 3px; height: 3px; border-radius: 50%; background: var(--ink-3); }
  .mega-D .d-foot .stamp em { font-style: italic; font-family: "Source Serif 4", serif; color: var(--ink-2); font-size: 14.5px; letter-spacing: 0.01em; text-transform: none; }
  .mega-D .d-foot > a { color: var(--accent); font-weight: 700; display: inline-flex; align-items: center; gap: 8px; padding: 6px 0; border-bottom: 1px solid transparent; transition: border-color 150ms ease, color 150ms ease; }
  .mega-D .d-foot > a:hover { color: var(--ink-0); border-bottom-color: var(--ink-0); }
  .mega-D .d-foot > a svg { width: 11px; height: 11px; transition: transform 150ms ease; }
  .mega-D .d-foot > a:hover svg { transform: translateX(3px); }
  @media (max-width: 760px) { .mega-D .d-panel { width: calc(100vw - 32px); } .mega-D .d-grid { grid-template-columns: 1fr; } .mega-D .d-col + .d-col::before { display: none; } }

  /* ─── HERO (banner + form, preserved) ─── */
  .hero { position: relative; overflow: hidden; padding: 56px 0 72px; border-bottom: 1px solid var(--line); }
  .hero::before { content: ""; position: absolute; inset: 0; background: radial-gradient(ellipse 70% 60% at 95% 0%, rgba(204,120,92,0.10), transparent 55%), radial-gradient(ellipse 60% 60% at 5% 100%, rgba(16,163,127,0.06), transparent 55%); pointer-events: none; z-index: 0; }
  .hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.05fr 1fr; gap: 64px; align-items: center; }
  @media (max-width: 1080px) { .hero-grid { grid-template-columns: 1fr; gap: 56px; } }
  h1.hero-title { font-family: "Inter Tight", sans-serif; font-weight: 700; font-size: clamp(48px, 6.6vw, 96px); line-height: 0.95; letter-spacing: -0.038em; color: var(--ink-0); margin: 0 0 28px; text-wrap: balance; }
  h1.hero-title em { font-family: "Instrument Serif", serif; font-style: italic; font-weight: 400; color: var(--ink-0); letter-spacing: -0.01em; }
  h1.hero-title b { color: var(--accent); font-weight: 700; }
  .hero-left .lead { font-size: 21px; line-height: 1.6; color: var(--ink-1); margin: 0 0 18px; max-width: 56ch; }
  .hero-left .lead strong { color: var(--ink-0); font-weight: 600; }
  .hero-cta { display: flex; gap: 18px; flex-wrap: wrap; margin-top: 26px; align-items: center; }
  .phone-link { display: inline-flex; align-items: center; gap: 10px; font-family: "Inter Tight", sans-serif; font-weight: 600; font-size: 17px; letter-spacing: -0.01em; color: var(--ink-0); padding: 4px 2px; border-bottom: 1px solid transparent; transition: color 150ms ease, border-color 150ms ease; }
  .phone-link .ph { width: 16px; height: 16px; color: var(--accent); flex-shrink: 0; }
  .phone-link:hover { color: var(--accent); border-bottom-color: var(--accent); }

  .build-window { background: var(--bg-2); border: 1px solid var(--line); border-radius: 18px; overflow: hidden; box-shadow: 0 30px 60px -20px rgba(60,40,20,0.20), 0 8px 20px rgba(60,40,20,0.06); display: flex; flex-direction: column; align-self: start; }
  .build-window .bw-head { display: flex; align-items: center; gap: 10px; padding: 12px 16px; background: #f1efe9; border-bottom: 1px solid var(--line); position: relative; }
  .build-window .bw-head::before { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 2px; background: linear-gradient(90deg, #21759b 0 30%, var(--accent) 70% 100%); opacity: 0.7; }
  .build-window .bw-head .wp-mark { width: 18px; height: 18px; border-radius: 50%; background: #21759b; color: #fff; display: inline-grid; place-items: center; font-family: "Inter Tight", sans-serif; font-weight: 800; font-size: 11px; letter-spacing: -0.04em; margin-left: 4px; }
  .build-window .bw-head .dots { display: inline-flex; gap: 6px; }
  .build-window .bw-head .dots span { width: 11px; height: 11px; border-radius: 50%; background: var(--line-2); }
  .build-window .bw-head .dots span:nth-child(1) { background: #ed6a5e; }
  .build-window .bw-head .dots span:nth-child(2) { background: #f4bf4f; }
  .build-window .bw-head .dots span:nth-child(3) { background: #61c554; }
  .build-window .bw-head .ttl { font-family: "JetBrains Mono", monospace; font-size: 12px; color: var(--ink-2); margin-left: 8px; }
  .build-window .bw-head .ttl b { color: var(--ink-0); }
  .build-window .bw-head .pill { margin-left: auto; font-family: "JetBrains Mono", monospace; font-size: 10.5px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ink-3); display: inline-flex; align-items: center; gap: 6px; }
  .build-window .bw-head .pill .dot { width: 6px; height: 6px; border-radius: 50%; background: var(--accent); animation: pulse 1.6s ease-out infinite; }

  .bw-form { padding: 18px 24px 16px; display: flex; flex-direction: column; gap: 10px; background: var(--bg-2); }
  .bw-form p { margin: 0; }
  .bw-form br { display: none; }
  .bw-form .form-title { font-family: "Inter Tight", sans-serif; font-weight: 700; font-size: 28px; line-height: 1.02; letter-spacing: -0.03em; color: var(--ink-0); margin: 0; max-width: 16ch; }
  .bw-form .form-title em { font-family: "Instrument Serif", serif; font-style: italic; font-weight: 400; color: var(--accent); letter-spacing: -0.01em; }
  .bw-form .form-sub { font-size: 14px; line-height: 1.5; color: var(--ink-2); margin: -4px 0 2px; max-width: 44ch; }
  .bw-form .form-sub b { color: var(--ink-0); font-weight: 600; }
  .bw-form .fields { display: flex; flex-direction: column; gap: 0; border-top: 1px solid var(--line); margin-top: 2px; }
  .bw-form .uf { display: grid; grid-template-columns: 86px 1fr; align-items: center; gap: 14px; padding: 9px 0; border-bottom: 1px solid var(--line); transition: background 150ms ease; }
  .bw-form .uf:focus-within { background: rgba(255,106,61,0.04); }
  .bw-form .uf .lbl { font-family: "JetBrains Mono", monospace; font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--ink-3); font-weight: 600; }
  .bw-form .uf .wpcf7-form-control-wrap { display: block; width: 100%; }
  .bw-form .uf input { border: 0; background: transparent; outline: none; padding: 0; font-family: "Inter Tight", sans-serif; font-size: 15.5px; font-weight: 500; color: var(--ink-0); letter-spacing: -0.01em; width: 100%; }
  .bw-form .uf input::placeholder { color: var(--ink-3); font-weight: 400; }
  .bw-form .uf.choice { align-items: center; }
  .bw-form .choices { display: flex; flex-wrap: wrap; gap: 6px; }
  .bw-form .choices p { display: contents; }
  .bw-form .choices label { display: inline-flex; align-items: center; gap: 7px; padding: 7px 12px; border: 1px solid var(--line); border-radius: 999px; font-family: "Inter Tight", sans-serif; font-size: 13.5px; font-weight: 500; color: var(--ink-1); cursor: pointer; transition: all 150ms ease; background: var(--bg-2); }
  .bw-form .choices label::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--bg-2); border: 1.5px solid var(--line-2); transition: all 150ms ease; }
  .bw-form .choices label:hover { border-color: var(--ink-0); color: var(--ink-0); }
  .bw-form .choices input[type="radio"] { position: absolute; opacity: 0; pointer-events: none; }
  .bw-form .choices input[type="radio"]:checked + label { background: var(--ink-0); color: #fff; border-color: var(--ink-0); }
  .bw-form .choices input[type="radio"]:checked + label::before { background: var(--accent); border-color: var(--accent); box-shadow: 0 0 0 2px rgba(255,255,255,0.18) inset; }
  .bw-form .choices .wpcf7-form-control { display: flex; flex-wrap: wrap; gap: 6px; }
  .bw-form .choices .wpcf7-list-item { margin: 0; }
  .bw-form .choices .wpcf7-list-item label { position: relative; padding: 0; border: 0; background: transparent; }
  .bw-form .choices .wpcf7-list-item label::before { content: none; }
  .bw-form .choices .wpcf7-list-item-label { display: inline-flex; align-items: center; gap: 7px; padding: 7px 12px; border: 1px solid var(--line); border-radius: 999px; font-family: "Inter Tight", sans-serif; font-size: 13.5px; font-weight: 500; color: var(--ink-1); cursor: pointer; transition: all 150ms ease; background: var(--bg-2); }
  .bw-form .choices .wpcf7-list-item-label::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--bg-2); border: 1.5px solid var(--line-2); transition: all 150ms ease; }
  .bw-form .choices input[type="radio"]:checked + .wpcf7-list-item-label { background: var(--ink-0); color: #fff; border-color: var(--ink-0); }
  .bw-form .choices input[type="radio"]:checked + .wpcf7-list-item-label::before { background: var(--accent); border-color: var(--accent); box-shadow: 0 0 0 2px rgba(255,255,255,0.18) inset; }
  .bw-form .submit-row { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding-top: 6px; }
  .bw-form .submit { padding: 11px 20px; border-radius: 999px; background: var(--ink-0); color: #fff; font-family: "Inter Tight", sans-serif; font-weight: 700; font-size: 14px; letter-spacing: -0.005em; display: inline-flex; align-items: center; gap: 9px; cursor: pointer; border: none; transition: all 150ms ease; }
  .bw-form .submit:hover { background: var(--accent); }
  .bw-form .promise { font-family: "JetBrains Mono", monospace; font-size: 10.5px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ink-3); display: inline-flex; align-items: center; gap: 8px; }
  .bw-form .promise b { color: var(--ink-0); font-weight: 700; }
  .bw-form .promise .ck { width: 14px; height: 14px; border-radius: 50%; background: var(--moss); color: #fff; display: inline-grid; place-items: center; flex-shrink: 0; }
  .bw-form .promise .ck svg { width: 9px; height: 9px; }
  @media (max-width: 520px) { .bw-form { padding: 20px 18px 16px; } .bw-form .form-title { font-size: 24px; } .bw-form .uf { grid-template-columns: 1fr; gap: 3px; padding: 10px 0; } }
  .bw-foot { display: flex; align-items: center; gap: 14px; padding: 12px 16px; border-top: 1px solid var(--line); background: #fafaf6; font-family: "JetBrains Mono", monospace; font-size: 11px; color: var(--ink-2); }
  .bw-foot .savings { display: inline-flex; align-items: center; gap: 8px; }
  .bw-foot .savings b { color: var(--accent); font-weight: 700; font-size: 13px; }
  .bw-foot .sep { width: 1px; height: 14px; background: var(--line-2); }
  .bw-foot .review { margin-left: auto; color: var(--ink-3); display: inline-flex; align-items: center; gap: 6px; }
  .bw-foot .review b { color: var(--ink-0); font-weight: 700; }
  .bw-foot .review .ck { width: 14px; height: 14px; border-radius: 50%; background: var(--moss); color: #fff; display: inline-grid; place-items: center; }
  .bw-foot .review .ck svg { width: 9px; height: 9px; }

  /* ─── SECTION 01 · WHO WE ARE / WHY US ─── */
  .who { padding: 96px 0 88px; border-bottom: 1px solid var(--line); background: var(--bg); }
  .who-grid { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(280px, 1fr); gap: 64px; align-items: start; }
  .who-lede { align-self: end; }
  .who-body { margin-top: 56px; padding-top: 40px; border-top: 1px dashed var(--line-2); column-count: 2; column-gap: 64px; column-rule: 1px dashed var(--line-2); }
  .who-body .body { margin: 0 0 16px; max-width: none; break-inside: avoid-column; }
  .who-body .body:last-of-type { margin-bottom: 0; }
  .who-body .sig { column-span: all; margin-top: 28px; padding-top: 18px; border-top: 1px dashed var(--line-2); max-width: none; }
  @media (max-width: 880px) {
    .who-grid { grid-template-columns: 1fr; gap: 32px; }
    .who-body { column-count: 1; margin-top: 32px; padding-top: 28px; }
  }
  .who h2 { font-family: "Inter Tight", sans-serif; font-weight: 700; font-size: clamp(40px, 5.4vw, 68px); line-height: 0.98; letter-spacing: -0.035em; color: var(--ink-0); margin: 12px 0 26px; max-width: 18ch; text-wrap: balance; }
  .who h2 em { font-family: "Instrument Serif", serif; font-style: italic; font-weight: 400; color: var(--accent); }
  .who .deck { font-family: "Source Serif 4", Georgia, serif; font-size: clamp(20px, 2.2vw, 25px); line-height: 1.45; letter-spacing: -0.005em; color: var(--ink-1); margin: 0 0 22px; max-width: 32ch; text-wrap: pretty; }
  .who .deck b { font-family: "Inter Tight", sans-serif; font-weight: 600; color: var(--ink-0); font-size: 0.92em; letter-spacing: -0.015em; }
  .who .body { font-size: 17px; line-height: 1.7; color: var(--ink-2); margin: 0 0 14px; max-width: 56ch; }
  .who .body strong { color: var(--ink-0); font-weight: 600; }
  .who .sig { margin-top: 24px; padding-top: 16px; border-top: 1px dashed var(--line-2); font-family: "Source Serif 4", serif; font-style: italic; color: var(--ink-2); font-size: 15.5px; max-width: 56ch; }
  .who .sig b { color: var(--ink-0); font-family: "Inter Tight", sans-serif; font-style: normal; font-weight: 700; letter-spacing: -0.01em; }

  .who-ledger { background: var(--bg-paper); border: 1px solid var(--line); padding: 24px 24px 22px; position: relative; }
  .who-ledger::before { content: ""; position: absolute; left: 0; right: 0; top: -1px; height: 3px; background: var(--accent); }
  .who-ledger h6 { font-family: "JetBrains Mono", monospace; font-size: 10.5px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--ink-3); font-weight: 700; margin: 0 0 14px; padding-bottom: 12px; border-bottom: 1px dashed var(--line-2); display: flex; justify-content: space-between; align-items: baseline; gap: 8px; }
  .who-ledger h6 em { font-family: "Source Serif 4", serif; font-style: italic; font-weight: 400; color: var(--ink-2); font-size: 13px; letter-spacing: 0; text-transform: none; }
  .who-ledger .row { display: grid; grid-template-columns: 64px 1fr; gap: 14px; padding: 11px 0; align-items: baseline; border-bottom: 1px dashed var(--line-2); }
  .who-ledger .row:last-child { border-bottom: 0; padding-bottom: 0; }
  .who-ledger .row .v { font-family: "JetBrains Mono", monospace; font-size: 10px; letter-spacing: 0.18em; text-transform: uppercase; font-weight: 700; }
  .who-ledger .row .v.yes { color: var(--accent); }
  .who-ledger .row .v.no  { color: var(--ink-3); }
  .who-ledger .row .k { font-family: "Inter Tight", sans-serif; font-size: 14.5px; line-height: 1.5; color: var(--ink-1); font-weight: 500; letter-spacing: -0.005em; }
  .who-ledger .row .k b { color: var(--ink-0); font-weight: 700; }

  /* ─── SECTION 02 · WHY THE BUILDER MATTERS ─── */
  .matters { padding: 110px 0; border-bottom: 1px solid var(--line); background: var(--bg-paper); position: relative; overflow: hidden; }
  .matters::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(to right, rgba(11,11,12,0.025) 1px, transparent 1px), linear-gradient(to bottom, rgba(11,11,12,0.025) 1px, transparent 1px); background-size: 40px 40px; -webkit-mask-image: radial-gradient(ellipse 100% 80% at 50% 0%, #000 30%, transparent 80%); mask-image: radial-gradient(ellipse 100% 80% at 50% 0%, #000 30%, transparent 80%); pointer-events: none; z-index: 0; }
  .matters .container { position: relative; z-index: 1; }
  .matters .head { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(360px, 1fr); gap: 48px; align-items: end; margin-bottom: 48px; }
  @media (max-width: 880px) { .matters .head { grid-template-columns: 1fr; gap: 18px; } }
  .matters h2 { font-family: "Inter Tight", sans-serif; font-weight: 700; font-size: clamp(40px, 5.2vw, 64px); line-height: 0.98; letter-spacing: -0.035em; color: var(--ink-0); margin: 0; max-width: 20ch; text-wrap: balance; }
  .matters h2 em { font-family: "Instrument Serif", serif; font-style: italic; font-weight: 400; color: var(--accent); }
  .matters .head-copy { justify-self: end; font-size: 18px; color: var(--ink-1); line-height: 1.6; margin: 0; max-width: 44ch; }
  .matters .head-copy p { margin: 0; }
  .matters .head-copy strong { color: var(--ink-0); font-weight: 600; }

  .mt-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: 16px; overflow: hidden; box-shadow: 0 30px 60px -30px rgba(60,40,20,0.18); }
  @media (max-width: 880px) { .mt-grid { grid-template-columns: 1fr; } }
  .mt-col { background: var(--bg-2); padding: 36px 36px 30px; display: flex; flex-direction: column; gap: 4px; position: relative; min-height: 520px; }
  .mt-col.bad { background: #efece3; }
  .mt-col .lab { font-family: "JetBrains Mono", monospace; font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--ink-3); font-weight: 700; margin-bottom: 6px; }
  .mt-col.good .lab { color: var(--accent); }
  .mt-col h3 { font-family: "Inter Tight", sans-serif; font-weight: 700; font-size: 26px; line-height: 1.12; letter-spacing: -0.025em; color: var(--ink-0); margin: 0 0 6px; max-width: 22ch; }
  .mt-col h3 em { font-family: "Instrument Serif", serif; font-style: italic; font-weight: 400; color: var(--accent); }
  .mt-col .sub { font-family: "Source Serif 4", serif; font-style: italic; font-size: 16px; color: var(--ink-2); margin: 0 0 14px; line-height: 1.4; }
  .mt-col .lines { display: flex; flex-direction: column; gap: 0; }
  .mt-col .ln { display: grid; grid-template-columns: 28px 1fr; gap: 12px; padding: 13px 0; border-bottom: 1px dashed var(--line-2); align-items: start; }
  .mt-col .ln:last-child { border-bottom: 0; }
  .mt-col .ln .mk { width: 22px; height: 22px; border-radius: 50%; display: grid; place-items: center; flex-shrink: 0; margin-top: 1px; font-family: "JetBrains Mono", monospace; font-size: 12px; font-weight: 800; }
  .mt-col.bad .ln .mk { background: rgba(184,107,60,0.16); color: var(--warn); }
  .mt-col.good .ln .mk { background: var(--accent); color: #fff; box-shadow: 0 3px 8px rgba(255,106,61,0.28); }
  .mt-col .ln .tx { font-size: 15px; line-height: 1.5; color: var(--ink-1); max-width: 52ch; }
  .mt-col .ln .tx b { color: var(--ink-0); font-weight: 700; }
  .mt-col .pillar { margin-top: auto; padding-top: 14px; border-top: 1px solid var(--line); font-family: "JetBrains Mono", monospace; font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase; font-weight: 700; color: var(--ink-3); display: flex; justify-content: space-between; align-items: baseline; gap: 18px; }
  .mt-col .pillar b { text-align: right; }
  .mt-col.good .pillar b { color: var(--accent); }
  .mt-col.bad .pillar b { color: var(--warn); }

  /* ─── SECTION 03 · THE BLUEPRINT (centerpiece) ─── */
  .blueprint { padding: 120px 0 100px; border-bottom: 1px solid var(--line); background: var(--bg); position: relative; overflow: hidden; }
  .blueprint::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(to right, rgba(11,11,12,0.03) 1px, transparent 1px), linear-gradient(to bottom, rgba(11,11,12,0.03) 1px, transparent 1px); background-size: 40px 40px; -webkit-mask-image: radial-gradient(ellipse 100% 80% at 50% 40%, #000 30%, transparent 80%); mask-image: radial-gradient(ellipse 100% 80% at 50% 40%, #000 30%, transparent 80%); pointer-events: none; z-index: 0; }
  .blueprint .container { position: relative; z-index: 1; }
  .blueprint .head { max-width: 920px; margin: 0 auto 36px; text-align: center; }
  .blueprint .head .eyebrow { justify-content: center; }
  .blueprint h2 { font-family: "Inter Tight", sans-serif; font-weight: 700; font-size: clamp(44px, 5.6vw, 72px); line-height: 0.98; letter-spacing: -0.035em; color: var(--ink-0); margin: 14px 0 18px; text-wrap: balance; }
  .blueprint h2 em { font-family: "Instrument Serif", serif; font-style: italic; font-weight: 400; color: var(--accent); }
  .blueprint .deck { font-family: "Source Serif 4", serif; font-style: italic; font-size: clamp(18px, 1.8vw, 22px); color: var(--ink-1); line-height: 1.5; margin: 0 auto; max-width: 60ch; }
  .blueprint .deck p { margin: 0; }
  .blueprint .deck b { font-family: "Inter Tight", sans-serif; font-style: normal; font-weight: 600; color: var(--ink-0); font-size: 0.92em; letter-spacing: -0.015em; }

  /* tabs */
  .bp-tabs { margin: 56px auto 0; max-width: 1100px; display: flex; align-items: stretch; gap: 0; border-bottom: 2px solid var(--ink-0); padding: 0 8px; flex-wrap: wrap; }
  .bp-tab { background: transparent; border: 0; padding: 14px 22px 18px; font-family: "Inter Tight", sans-serif; font-size: 16px; font-weight: 600; color: var(--ink-3); letter-spacing: -0.005em; cursor: pointer; display: inline-flex; align-items: baseline; gap: 12px; border-bottom: 3px solid transparent; margin-bottom: -2px; transition: color 150ms ease, border-color 150ms ease; position: relative; }
  .bp-tab .nº { font-family: "JetBrains Mono", monospace; font-size: 11px; letter-spacing: 0.16em; color: var(--ink-3); font-weight: 700; }
  .bp-tab:hover { color: var(--ink-0); }
  .bp-tab[aria-selected="true"] { color: var(--ink-0); border-bottom-color: var(--accent); }
  .bp-tab[aria-selected="true"] .nº { color: var(--accent); }
  .bp-tab .lbl em { font-family: "Source Serif 4", serif; font-style: italic; font-weight: 400; color: var(--accent); }
  .bp-tab .lbl span { color: var(--ink-3); }
  .bp-spacer { flex: 1; }
  .bp-stamp { font-family: "JetBrains Mono", monospace; font-size: 10.5px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--ink-3); font-weight: 700; align-self: center; padding-bottom: 6px; display: inline-flex; align-items: center; gap: 8px; }
  .bp-stamp .d { width: 6px; height: 6px; border-radius: 50%; background: var(--accent); animation: pulse 1.8s ease-out infinite; }

  /* canvas */
  .bp-canvas { max-width: 1100px; margin: 0 auto; margin-top: 32px; }
  .bp-frame { background: #fbfaf6; border: 1px solid var(--line); border-radius: 14px; box-shadow: 0 40px 80px -30px rgba(60,40,20,0.22), 0 6px 16px rgba(60,40,20,0.06); overflow: hidden; position: relative; }
  .bp-frame .br-head { display: flex; align-items: center; gap: 10px; padding: 11px 14px; background: #f1efe9; border-bottom: 1px solid var(--line); }
  .bp-frame .br-head .dots { display: inline-flex; gap: 5px; flex-shrink: 0; }
  .bp-frame .br-head .dots span { width: 10px; height: 10px; border-radius: 50%; background: var(--line-2); }
  .bp-frame .br-head .dots span:nth-child(1) { background: #ed6a5e; }
  .bp-frame .br-head .dots span:nth-child(2) { background: #f4bf4f; }
  .bp-frame .br-head .dots span:nth-child(3) { background: #61c554; }
  .bp-frame .br-head .url { flex: 1; min-width: 0; font-family: "JetBrains Mono", monospace; font-size: 11.5px; color: var(--ink-2); background: #fff; border: 1px solid var(--line); border-radius: 6px; padding: 5px 12px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  .bp-frame .br-head .url b { color: var(--ink-0); font-weight: 700; }
  .bp-frame .br-head .stamp { font-family: "JetBrains Mono", monospace; font-size: 10px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--accent); font-weight: 700; flex-shrink: 0; }

  .bp-body { padding: 22px; background: linear-gradient(#fbfaf6, #fbfaf6), repeating-linear-gradient(0deg, transparent 0 31px, rgba(11,11,12,0.04) 31px 32px); background-blend-mode: multiply; }
  .bp-page { display: none; flex-direction: column; gap: 18px; position: relative; }
  .bp-page.is-active { display: flex; }

  /* wireframe zones */
  .bz { position: relative; background: #fff; border: 1.5px dashed var(--line-2); border-radius: 10px; padding: 18px 22px 16px; display: flex; flex-direction: column; gap: 10px; min-height: 64px; }
  .bz .badge { position: absolute; top: -12px; left: 16px; width: 28px; height: 28px; border-radius: 50%; background: var(--ink-0); color: #fff; display: inline-grid; place-items: center; font-family: "JetBrains Mono", monospace; font-size: 11.5px; font-weight: 800; box-shadow: 0 0 0 4px #fbfaf6, 0 4px 10px rgba(0,0,0,0.18); z-index: 2; }
  .bz .ttl-row { display: flex; align-items: baseline; gap: 10px; flex-wrap: wrap; }
  .bz .ttl-row .ttl { font-family: "Inter Tight", sans-serif; font-weight: 700; font-size: 15px; color: var(--ink-0); letter-spacing: -0.012em; }
  .bz .ttl-row .ttl em { font-family: "Instrument Serif", serif; font-style: italic; font-weight: 400; color: var(--accent); }
  .bz .ttl-row .meta { font-family: "JetBrains Mono", monospace; font-size: 10px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--ink-3); font-weight: 700; }
  .bz .ttl-row .meta::before { content: "·"; margin-right: 8px; color: var(--line-2); }
  .bz .skel-h { height: 12px; background: rgba(11,11,12,0.07); border-radius: 3px; }
  .bz .skel-l { height: 6px; background: rgba(11,11,12,0.05); border-radius: 3px; }
  .bz .row-skel { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
  .bz .skel-b { height: 24px; min-width: 90px; background: var(--accent); border-radius: 999px; opacity: 0.9; }
  .bz .skel-c { height: 24px; min-width: 70px; background: rgba(11,11,12,0.06); border: 1px solid rgba(11,11,12,0.07); border-radius: 999px; }
  .bz .skel-sq { width: 36px; height: 36px; background: rgba(11,11,12,0.07); border-radius: 6px; flex-shrink: 0; }
  .bz .grow { flex: 1; }
  .bp-row2 { display: grid; grid-template-columns: 1.45fr 1fr; gap: 18px; }
  .bp-row2.alt { grid-template-columns: 1fr 1.45fr; }
  @media (max-width: 760px) { .bp-row2, .bp-row2.alt { grid-template-columns: 1fr; } }
  .bz.row3 { flex-direction: row; gap: 12px; padding-top: 22px; }
  .bz.row3 .sc { flex: 1; background: rgba(11,11,12,0.025); border: 1px dashed var(--line-2); border-radius: 6px; padding: 11px 13px; display: flex; flex-direction: column; gap: 6px; min-height: 72px; }
  .bz.row3 .sc .stt { font-family: "Inter Tight", sans-serif; font-size: 12px; font-weight: 700; color: var(--ink-0); letter-spacing: -0.01em; }
  .bz.row3 .sc .l { height: 5px; background: rgba(11,11,12,0.07); border-radius: 2px; }
  @media (max-width: 600px) { .bz.row3 { flex-direction: column; } }

  /* hero zone — bigger */
  .bz.hero-z { padding: 32px 24px 24px; background: linear-gradient(180deg, #fff 0%, #faf6ee 100%); border-style: solid; border-color: var(--line); }
  .bz.hero-z .h1-skel { font-family: "Inter Tight", sans-serif; font-weight: 800; font-size: clamp(22px, 2.8vw, 34px); line-height: 1.0; letter-spacing: -0.032em; color: var(--ink-0); margin: 4px 0 4px; max-width: 16ch; }
  .bz.hero-z .h1-skel em { font-family: "Instrument Serif", serif; font-style: italic; font-weight: 400; color: var(--accent); }
  .bz.hero-z .h1-skel .q { background: rgba(255,106,61,0.20); padding: 0 5px; border-radius: 3px; }
  .bz.hero-z .sub-skel { font-size: 13px; color: var(--ink-2); margin: 0; max-width: 40ch; line-height: 1.5; }

  /* nav zone */
  .bz.nav-z { padding: 14px 20px; }
  .bz.nav-z .row-skel { gap: 18px; }
  .bz.nav-z .logo-skel { font-family: "Inter Tight", sans-serif; font-weight: 700; font-size: 17px; letter-spacing: -0.04em; color: var(--ink-0); }
  .bz.nav-z .logo-skel span { color: var(--accent); }
  .bz.nav-z .lk { font-family: "Inter Tight", sans-serif; font-size: 12.5px; color: var(--ink-2); font-weight: 500; }
  .bz.nav-z .ph { margin-left: auto; font-family: "JetBrains Mono", monospace; font-size: 11.5px; color: #fff; background: var(--ink-0); padding: 6px 12px; border-radius: 999px; font-weight: 600; }

  /* legend */
  .bp-legend-wrap { max-width: 1100px; margin: 56px auto 0; }
  .bp-legend-h { display: flex; align-items: center; gap: 16px; margin-bottom: 22px; flex-wrap: wrap; }
  .bp-legend-h .nº { font-family: "JetBrains Mono", monospace; font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--ink-3); font-weight: 700; }
  .bp-legend-h h3 { font-family: "Inter Tight", sans-serif; font-weight: 700; font-size: 24px; letter-spacing: -0.022em; color: var(--ink-0); margin: 0; }
  .bp-legend-h h3 em { font-family: "Instrument Serif", serif; font-style: italic; font-weight: 400; color: var(--accent); }
  .bp-legend-h .ln { flex: 1; height: 1px; background-image: linear-gradient(to right, var(--line-2) 50%, transparent 50%); background-size: 6px 1px; min-width: 40px; }
  .bp-legends { display: none; }
  .bp-legends.is-active { display: block; }
  .bp-legend-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: 12px; overflow: hidden; }
  @media (max-width: 720px) { .bp-legend-grid { grid-template-columns: 1fr; } }
  .bp-leg { background: var(--bg-2); padding: 22px 24px; display: flex; gap: 16px; }
  .bp-leg .num { width: 32px; height: 32px; border-radius: 50%; background: var(--ink-0); color: #fff; display: inline-grid; place-items: center; font-family: "JetBrains Mono", monospace; font-size: 12.5px; font-weight: 800; flex-shrink: 0; }
  .bp-leg .body { display: flex; flex-direction: column; gap: 6px; }
  .bp-leg h4 { font-family: "Inter Tight", sans-serif; font-weight: 700; font-size: 16.5px; letter-spacing: -0.015em; color: var(--ink-0); margin: 0; line-height: 1.25; }
  .bp-leg h4 em { font-family: "Instrument Serif", serif; font-style: italic; font-weight: 400; color: var(--accent); }
  .bp-leg p { font-size: 14.5px; line-height: 1.55; color: var(--ink-2); margin: 0; }
  .bp-leg p b { color: var(--ink-0); font-weight: 600; }
  .bp-leg .why { font-family: "JetBrains Mono", monospace; font-size: 10.5px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--accent); font-weight: 700; margin-top: 4px; display: inline-flex; align-items: center; gap: 8px; }
  .bp-leg .why::before { content: ""; width: 5px; height: 5px; border-radius: 50%; background: var(--accent); }

  /* ─── Typography blueprint page ─── */
  .ty-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
  @media (max-width: 760px) { .ty-grid { grid-template-columns: 1fr; } }
  .ty-card { background: #fff; border: 1px solid var(--line); border-radius: 10px; padding: 22px 22px 18px; display: flex; flex-direction: column; gap: 10px; position: relative; min-height: 220px; }
  .ty-card .role { font-family: "JetBrains Mono", monospace; font-size: 10px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--ink-3); font-weight: 700; }
  .ty-card .specimen { line-height: 0.95; letter-spacing: -0.03em; color: var(--ink-0); margin: 4px 0; }
  .ty-card.serif .specimen { font-family: "Source Serif 4", Georgia, serif; font-style: italic; font-weight: 400; letter-spacing: -0.015em; color: var(--accent); font-size: 62px; }
  .ty-card.sans .specimen { font-family: "Inter Tight", sans-serif; font-weight: 800; font-size: 62px; letter-spacing: -0.045em; }
  .ty-card.mono .specimen { font-family: "JetBrains Mono", monospace; font-weight: 600; font-size: 42px; letter-spacing: 0; }
  .ty-card .fam { font-family: "Inter Tight", sans-serif; font-weight: 700; font-size: 16px; letter-spacing: -0.015em; color: var(--ink-0); }
  .ty-card .fam em { font-family: "Source Serif 4", serif; font-style: italic; font-weight: 400; color: var(--accent); }
  .ty-card .desc { font-size: 13px; line-height: 1.5; color: var(--ink-2); margin: 0; }
  .ty-card .desc b { color: var(--ink-0); font-weight: 600; }
  .ty-card .weights { display: flex; flex-wrap: wrap; gap: 5px; margin-top: auto; padding-top: 12px; border-top: 1px dashed var(--line-2); }
  .ty-card .weights span { font-family: "JetBrains Mono", monospace; font-size: 9.5px; letter-spacing: 0.06em; color: var(--ink-3); font-weight: 600; padding: 2px 7px; background: var(--bg-paper); border-radius: 999px; }

  .ty-scale { background: #fff; border: 1px solid var(--line); border-radius: 10px; padding: 8px 22px; display: flex; flex-direction: column; gap: 0; }
  .ty-row { display: grid; grid-template-columns: 90px 1fr 76px; align-items: baseline; gap: 18px; padding: 12px 0; border-bottom: 1px dashed var(--line-2); }
  .ty-row:last-child { border-bottom: 0; }
  .ty-row .role { font-family: "JetBrains Mono", monospace; font-size: 10px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--ink-3); font-weight: 700; }
  .ty-row .specimen { color: var(--ink-0); line-height: 1.05; }
  .ty-row .size { font-family: "JetBrains Mono", monospace; font-size: 10.5px; color: var(--ink-3); text-align: right; font-weight: 600; white-space: nowrap; }
  .ty-row.s-h1 .specimen { font-family: "Inter Tight", sans-serif; font-weight: 800; font-size: clamp(26px, 3.8vw, 40px); letter-spacing: -0.035em; }
  .ty-row.s-h1 .specimen em { font-family: "Instrument Serif", serif; font-style: italic; font-weight: 400; color: var(--accent); }
  .ty-row.s-h2 .specimen { font-family: "Inter Tight", sans-serif; font-weight: 700; font-size: clamp(20px, 2.8vw, 28px); letter-spacing: -0.028em; }
  .ty-row.s-h2 .specimen em { font-family: "Instrument Serif", serif; font-style: italic; font-weight: 400; color: var(--accent); }
  .ty-row.s-h3 .specimen { font-family: "Inter Tight", sans-serif; font-weight: 700; font-size: 20px; letter-spacing: -0.022em; }
  .ty-row.s-deck .specimen { font-family: "Source Serif 4", serif; font-style: italic; font-weight: 400; font-size: 20px; color: var(--ink-1); letter-spacing: -0.005em; }
  .ty-row.s-body .specimen { font-family: "Inter Tight", sans-serif; font-weight: 500; font-size: 16px; color: var(--ink-1); letter-spacing: -0.005em; }
  .ty-row.s-small .specimen { font-family: "Inter Tight", sans-serif; font-weight: 500; font-size: 13px; color: var(--ink-2); }
  .ty-row.s-mono .specimen { font-family: "JetBrains Mono", monospace; font-weight: 700; font-size: 11.5px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--ink-3); }

  .ty-context { background: linear-gradient(180deg, #fff 0%, #faf6ee 100%); border: 1px solid var(--line); border-radius: 10px; padding: 28px 28px 26px; display: flex; flex-direction: column; gap: 14px; }
  .ty-context .eyebrow-c { font-family: "JetBrains Mono", monospace; font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--accent); font-weight: 700; display: inline-flex; align-items: center; gap: 8px; }
  .ty-context .eyebrow-c::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--accent); }
  .ty-context .h1-c { font-family: "Inter Tight", sans-serif; font-weight: 800; font-size: clamp(26px, 3.8vw, 44px); line-height: 0.98; letter-spacing: -0.035em; color: var(--ink-0); margin: 0; max-width: 16ch; }
  .ty-context .h1-c em { font-family: "Instrument Serif", serif; font-style: italic; font-weight: 400; color: var(--accent); }
  .ty-context .h1-c .hl { background: rgba(255,106,61,0.20); padding: 0 6px; border-radius: 4px; }
  .ty-context .deck-c { font-family: "Source Serif 4", serif; font-style: italic; font-size: 19px; line-height: 1.45; color: var(--ink-1); margin: 0; max-width: 38ch; }
  .ty-context .body-c { font-family: "Inter Tight", sans-serif; font-size: 15px; line-height: 1.65; color: var(--ink-2); margin: 0; max-width: 48ch; }
  .ty-context .body-c b { color: var(--ink-0); font-weight: 600; }
  .ty-context .row-c { display: flex; align-items: center; gap: 14px; margin-top: 6px; flex-wrap: wrap; }
  .ty-context .btn-c { display: inline-flex; align-items: center; gap: 8px; padding: 12px 22px; border-radius: 999px; background: var(--accent); color: #fff; font-family: "Inter Tight", sans-serif; font-weight: 700; font-size: 14px; box-shadow: 0 6px 18px rgba(255,106,61,0.28); }
  .ty-context .lab-c { font-family: "JetBrains Mono", monospace; font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--ink-3); font-weight: 700; }

  .ty-treats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
  @media (max-width: 760px) { .ty-treats { grid-template-columns: 1fr 1fr; } }
  @media (max-width: 480px) { .ty-treats { grid-template-columns: 1fr; } }
  .ty-treat { background: #fff; border: 1px solid var(--line); border-radius: 10px; padding: 14px 16px; display: flex; flex-direction: column; gap: 8px; min-height: 84px; }
  .ty-treat .lbl { font-family: "JetBrains Mono", monospace; font-size: 9.5px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--ink-3); font-weight: 700; }
  .ty-treat .ex { font-family: "Inter Tight", sans-serif; font-size: 16px; color: var(--ink-1); line-height: 1.35; font-weight: 500; letter-spacing: -0.005em; }
  .ty-treat .ex em { font-family: "Instrument Serif", serif; font-style: italic; font-weight: 400; color: var(--accent); }
  .ty-treat .ex b { font-weight: 700; color: var(--ink-0); }
  .ty-treat .ex .acc { color: var(--accent); font-weight: 600; }
  .ty-treat .ex .hl { background: rgba(255,106,61,0.18); padding: 0 4px; border-radius: 3px; }
  .ty-treat .ex .mono { font-family: "JetBrains Mono", monospace; font-size: 13px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--ink-2); font-weight: 700; }
  .ty-treat .ex .quote { font-family: "Source Serif 4", serif; font-style: italic; font-weight: 400; color: var(--ink-1); }

  /* ─── SECTION 04 · TEMPLATES · CONTENT · SEO-READY ─── */
  .layers { padding: 110px 0; border-bottom: 1px solid var(--line); background: var(--bg-paper); }
  .layers .head { display: grid; grid-template-columns: 1.1fr 1fr; gap: 48px; align-items: end; margin-bottom: 56px; }
  @media (max-width: 880px) { .layers .head { grid-template-columns: 1fr; gap: 18px; } }
  .layers h2 { font-family: "Inter Tight", sans-serif; font-weight: 700; font-size: clamp(40px, 5.2vw, 64px); line-height: 0.98; letter-spacing: -0.035em; color: var(--ink-0); margin: 0; max-width: 20ch; text-wrap: balance; }
  .layers h2 em { font-family: "Instrument Serif", serif; font-style: italic; font-weight: 400; color: var(--accent); }
  .layers .head p { justify-self: end; font-size: 18px; color: var(--ink-1); line-height: 1.6; margin: 0; max-width: 44ch; }
  .layers .head p strong { color: var(--ink-0); font-weight: 600; }

  .layer-stack { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: 16px; overflow: hidden; box-shadow: 0 30px 60px -30px rgba(60,40,20,0.18); }
  @media (max-width: 980px) { .layer-stack { grid-template-columns: 1fr; } }
  .layer { background: var(--bg-2); padding: 32px 30px 28px; display: flex; flex-direction: column; gap: 12px; min-height: 380px; position: relative; }
  .layer .num { font-family: "JetBrains Mono", monospace; font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--accent); font-weight: 700; display: inline-flex; align-items: center; gap: 8px; }
  .layer .num::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--accent); }
  .layer .mk-icon { width: 44px; height: 44px; border-radius: 10px; display: grid; place-items: center; background: rgba(255,106,61,0.10); color: var(--accent); margin-top: 4px; font-family: "Inter Tight", sans-serif; font-weight: 800; font-size: 18px; letter-spacing: -0.04em; }
  .layer h3 { font-family: "Inter Tight", sans-serif; font-weight: 700; font-size: 26px; line-height: 1.1; letter-spacing: -0.025em; color: var(--ink-0); margin: 6px 0 0; }
  .layer h3 em { font-family: "Instrument Serif", serif; font-style: italic; font-weight: 400; color: var(--accent); }
  .layer .deck { font-family: "Source Serif 4", serif; font-style: italic; font-size: 16.5px; color: var(--ink-2); margin: 0; line-height: 1.45; max-width: 34ch; }
  .layer .layer-content ul { list-style: none; padding: 0; margin: 8px 0 0; display: flex; flex-direction: column; gap: 9px; padding-top: 14px; border-top: 1px dashed var(--line-2); }
  .layer .layer-content li { font-size: 14.5px; color: var(--ink-1); padding-left: 22px; position: relative; line-height: 1.5; }
  .layer .layer-content li::before { content: ""; position: absolute; left: 0; top: 9px; width: 12px; height: 2px; background: var(--accent); }
  .layer .layer-content li b { color: var(--ink-0); font-weight: 600; }
  .layer .seo-strip-lab { font-family: "JetBrains Mono", monospace; font-size: 10px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--ink-3); font-weight: 700; margin-top: 14px; padding-top: 14px; border-top: 1px dashed var(--line-2); padding-bottom: 8px; display: flex; justify-content: space-between; align-items: baseline; gap: 8px; }
  .layer .seo-strip-lab em { font-family: "Source Serif 4", serif; font-style: italic; font-weight: 400; color: var(--ink-2); font-size: 13px; letter-spacing: 0; text-transform: none; }
  .layer .seo-strip,
  .layer .seo-strip ul { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; gap: 5px; border: 0; }
  .layer .chk,
  .layer .seo-strip li { font-family: "JetBrains Mono", monospace; font-size: 10.5px; letter-spacing: 0.04em; color: var(--ink-1); font-weight: 600; padding: 3px 9px; background: var(--bg-paper); border: 1px solid var(--line); border-radius: 999px; display: inline-flex; align-items: center; gap: 6px; white-space: nowrap; line-height: 1.35; }
  .layer .chk::before,
  .layer .seo-strip li::before { content: "✓"; color: var(--accent); font-weight: 800; position: static; width: auto; height: auto; background: transparent; }
  .layer .src-note { font-size: 12px; color: var(--ink-3); margin: 10px 0 0; line-height: 1.5; font-family: "JetBrains Mono", monospace; letter-spacing: 0.04em; }
  .layer .src-note p { margin: 0; }
  .layer .src-note b { color: var(--ink-0); font-weight: 700; }

  /* ─── SECTION 05 · PROCESS ─── */
  .proc-new { padding: 110px 0; border-bottom: 1px solid var(--line); background: var(--bg); }
  .proc-new .head { display: grid; grid-template-columns: 1.1fr 1fr; gap: 48px; align-items: end; margin-bottom: 32px; }
  @media (max-width: 880px) { .proc-new .head { grid-template-columns: 1fr; gap: 18px; } }
  .proc-new h2 { font-family: "Inter Tight", sans-serif; font-weight: 700; font-size: clamp(40px, 5.2vw, 64px); line-height: 0.98; letter-spacing: -0.035em; color: var(--ink-0); margin: 0; max-width: 20ch; }
  .proc-new h2 em { font-family: "Instrument Serif", serif; font-style: italic; font-weight: 400; color: var(--accent); }
  .proc-new .head p { justify-self: end; font-size: 18px; color: var(--ink-1); line-height: 1.6; margin: 0; max-width: 44ch; }
  .proc-new .head p strong { color: var(--ink-0); font-weight: 600; }

  .proc-steps { display: grid; grid-template-columns: 1fr; gap: 0; max-width: 1100px; margin: 0 auto; border-top: 1px solid var(--line); }
  .ps { display: grid; grid-template-columns: 110px minmax(0, 1fr) 320px; gap: 36px; padding: 36px 0; border-bottom: 1px solid var(--line); align-items: start; }
  @media (max-width: 980px) { .ps { grid-template-columns: 1fr; gap: 14px; } }
  .ps .nrange { font-family: "JetBrains Mono", monospace; font-size: 12px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--ink-3); font-weight: 700; line-height: 1.4; }
  .ps .nrange b { display: block; font-size: 36px; font-family: "Inter Tight", sans-serif; font-weight: 700; color: var(--ink-0); letter-spacing: -0.03em; line-height: 1; margin-bottom: 8px; }
  .ps .nrange em { font-family: "Source Serif 4", serif; font-style: italic; font-weight: 400; color: var(--ink-2); font-size: 14px; letter-spacing: 0; text-transform: none; display: block; margin-top: 4px; }
  .ps h3 { font-family: "Inter Tight", sans-serif; font-weight: 700; font-size: 26px; line-height: 1.15; letter-spacing: -0.022em; color: var(--ink-0); margin: 0 0 10px; }
  .ps h3 em { font-family: "Instrument Serif", serif; font-style: italic; font-weight: 400; color: var(--accent); }
  .ps p { font-size: 16px; color: var(--ink-2); line-height: 1.65; margin: 0 0 10px; max-width: 60ch; }
  .ps p b { color: var(--ink-0); font-weight: 600; }
  .ps .pull-q { font-family: "Source Serif 4", serif; font-style: italic; font-size: 15.5px; color: var(--ink-1); margin: 14px 0 0; padding: 12px 16px; background: var(--bg-paper); border-left: 3px solid var(--accent); line-height: 1.5; }
  .ps .pull-q b { font-family: "Inter Tight", sans-serif; font-style: normal; font-weight: 700; color: var(--ink-0); font-size: 14.5px; letter-spacing: -0.005em; }

  .deliver { background: var(--bg-paper); border: 1px solid var(--line); border-radius: 10px; padding: 22px 22px 18px; display: flex; flex-direction: column; gap: 10px; position: relative; }
  .deliver::before { content: "You receive"; position: absolute; top: -10px; left: 16px; background: var(--bg); padding: 0 8px; font-family: "JetBrains Mono", monospace; font-size: 10px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--ink-3); font-weight: 700; }
  .deliver .item { display: flex; align-items: flex-start; gap: 10px; padding-bottom: 10px; border-bottom: 1px dashed var(--line-2); }
  .deliver .item:last-child { border-bottom: 0; padding-bottom: 0; }
  .deliver .item .ck { width: 18px; height: 18px; border-radius: 50%; background: var(--accent); color: #fff; display: inline-grid; place-items: center; flex-shrink: 0; margin-top: 1px; }
  .deliver .item .ck svg { width: 11px; height: 11px; }
  .deliver .item .tx { font-family: "Inter Tight", sans-serif; font-size: 14px; font-weight: 500; color: var(--ink-1); line-height: 1.4; }
  .deliver .item .tx b { font-weight: 700; color: var(--ink-0); }

  .q-peek { background: var(--bg-paper); border: 1px solid var(--line); border-radius: 10px; padding: 18px 20px 14px; margin-top: 16px; position: relative; }
  .q-peek::before { content: "Sample questions · from your list"; position: absolute; top: -10px; left: 16px; background: var(--bg); padding: 0 8px; font-family: "JetBrains Mono", monospace; font-size: 10px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--accent); font-weight: 700; }
  .q-peek .q { display: grid; grid-template-columns: 44px 1fr; gap: 12px; padding: 9px 0; align-items: baseline; }
  .q-peek .q + .q { border-top: 1px dashed var(--line-2); }
  .q-peek .q .n { font-family: "JetBrains Mono", monospace; font-size: 10.5px; letter-spacing: 0.12em; color: var(--ink-3); font-weight: 700; }
  .q-peek .q .qx { font-family: "Source Serif 4", serif; font-style: italic; font-size: 15px; color: var(--ink-1); line-height: 1.45; }
  .q-peek .q .qx b { font-family: "Inter Tight", sans-serif; font-style: normal; font-weight: 600; color: var(--ink-0); }

  /* ─── PRICING ─── */
  .pricing { padding: 110px 0; border-bottom: 1px solid var(--line); background: var(--bg-paper); }
  .pricing .head { text-align: center; max-width: 720px; margin: 0 auto 56px; }
  .pricing h2 { font-family: "Inter Tight", sans-serif; font-weight: 700; font-size: clamp(40px, 5vw, 60px); line-height: 1; letter-spacing: -0.035em; color: var(--ink-0); margin: 0 0 16px; }
  .pricing h2 em { font-family: "Instrument Serif", serif; font-style: italic; font-weight: 400; color: var(--accent); }
  .pricing .head p { font-size: 18px; color: var(--ink-1); line-height: 1.6; margin: 0; }
  .plans { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: 18px; overflow: hidden; box-shadow: 0 30px 60px -30px rgba(60,40,20,0.18); }
  @media (max-width: 880px) { .plans { grid-template-columns: 1fr; } }
  .plan { background: var(--bg-2); padding: 36px 32px; display: flex; flex-direction: column; gap: 14px; min-height: 460px; position: relative; }
  .plan .lab { font-family: "JetBrains Mono", monospace; font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--ink-3); font-weight: 700; }
  .plan h3 { font-family: "Inter Tight", sans-serif; font-weight: 700; font-size: 26px; letter-spacing: -0.022em; line-height: 1.15; color: var(--ink-0); margin: 0; }
  .plan h3 em { font-family: "Instrument Serif", serif; font-style: italic; font-weight: 400; color: var(--accent); }
  .plan .price { font-family: "Inter Tight", sans-serif; font-weight: 700; font-size: 40px; letter-spacing: -0.03em; color: var(--ink-0); line-height: 1; padding: 8px 0 14px; border-bottom: 1px dashed var(--line-2); margin-bottom: 4px; }
  .plan .price span { font-size: 15px; color: var(--ink-3); font-weight: 500; }
  .plan ul { list-style: none; padding: 0; margin: 6px 0 0; display: flex; flex-direction: column; gap: 9px; }
  .plan ul li { font-size: 14.5px; color: var(--ink-1); padding-left: 22px; position: relative; line-height: 1.5; }
  .plan ul li::before { content: ""; position: absolute; left: 0; top: 8px; width: 10px; height: 2px; background: var(--accent); }
  .plan ul li b { color: var(--ink-0); font-weight: 600; }
  .plan .cta { margin-top: auto; padding-top: 20px; }
  .plan.featured { background: var(--ink-0); color: #fff; }
  .plan.featured .lab { color: var(--accent); }
  .plan.featured h3, .plan.featured .price { color: #fff; }
  .plan.featured .price span { color: rgba(255,255,255,0.5); }
  .plan.featured ul li { color: rgba(255,255,255,0.85); }
  .plan.featured ul li b { color: #fff; }
  .plan.featured .price { border-color: rgba(255,255,255,0.15); }
  .plan.featured .ribbon { position: absolute; top: 20px; right: 20px; background: var(--accent); color: #fff; font-family: "JetBrains Mono", monospace; font-size: 10px; letter-spacing: 0.14em; text-transform: uppercase; padding: 4px 10px; border-radius: 999px; font-weight: 700; }

  /* ─── FAQ ─── */
  .faq { padding: 110px 0; border-bottom: 1px solid var(--line); }
  .faq .head { max-width: 760px; margin: 0 auto 48px; text-align: center; }
  .faq h2 { font-family: "Inter Tight", sans-serif; font-weight: 700; font-size: clamp(40px, 5vw, 60px); line-height: 1; letter-spacing: -0.035em; color: var(--ink-0); margin: 0 0 16px; }
  .faq h2 em { font-family: "Instrument Serif", serif; font-style: italic; font-weight: 400; color: var(--accent); }
  .faq .head p { font-size: 18px; color: var(--ink-1); margin: 0; }
  .faq-list { max-width: 880px; margin: 0 auto; border-top: 1px solid var(--line); }
  .faq-item { border-bottom: 1px solid var(--line); padding: 24px 0; cursor: pointer; display: grid; grid-template-columns: 1fr auto; gap: 20px; align-items: start; transition: padding-left 200ms ease; }
  .faq-item:hover { padding-left: 8px; }
  .faq-item h3 { font-family: "Inter Tight", sans-serif; font-weight: 600; font-size: 19px; letter-spacing: -0.012em; color: var(--ink-0); margin: 0; line-height: 1.3; transition: color 150ms ease; }
  .faq-item:hover h3 { color: var(--accent); }
  .faq-item .toggle { width: 30px; height: 30px; border: 1.5px solid var(--ink-0); border-radius: 50%; display: grid; place-items: center; transition: all 200ms ease; }
  .faq-item.open .toggle { background: var(--ink-0); color: #fff; }
  .faq-item.open .toggle svg { transform: rotate(45deg); }
  .faq-item .toggle svg { transition: transform 200ms ease; }
  .faq-item .ans-text { grid-column: 1 / -1; font-size: 16px; color: var(--ink-2); line-height: 1.7; max-width: 64ch; max-height: 0; overflow: hidden; transition: max-height 250ms ease, margin-top 200ms ease; }
  .faq-item.open .ans-text { max-height: 360px; margin-top: 14px; }

  /* ─── CTA ─── */
  .cta-band-wrap { padding: 80px 0; }
  .cta-band { background: var(--bg-dark); color: #fff; border-radius: 24px; padding: 72px 56px; display: grid; grid-template-columns: 1.4fr 1fr; gap: 48px; align-items: end; position: relative; overflow: hidden; }
  .cta-band::before { content: ""; position: absolute; left: -100px; bottom: -120px; width: 380px; height: 380px; background: radial-gradient(circle, rgba(204,120,92,0.28), transparent 60%); filter: blur(40px); }
  .cta-band::after { content: ""; position: absolute; right: -60px; top: -80px; width: 320px; height: 320px; background: radial-gradient(circle, rgba(255,106,61,0.22), transparent 60%); filter: blur(40px); }
  @media (max-width: 880px) { .cta-band { grid-template-columns: 1fr; padding: 56px 32px; gap: 32px; } }
  .cta-band h2 { font-family: "Inter Tight", sans-serif; font-weight: 700; font-size: clamp(40px, 5vw, 64px); line-height: 1; letter-spacing: -0.035em; color: #fff; margin: 0; max-width: 14ch; text-wrap: balance; position: relative; }
  .cta-band h2 em { font-family: "Instrument Serif", serif; font-style: italic; font-weight: 400; color: #fff; }
  .cta-band h2 b { color: var(--accent); font-weight: 700; }
  .cta-band p { font-size: 19px; line-height: 1.6; color: #d4d4d8; margin: 0 0 28px; max-width: 44ch; position: relative; }
  .cta-band .btn.pri { background: #fff; color: var(--ink-0); }
  .cta-band .btn.pri:hover { background: var(--accent); color: #fff; }
  .cta-band .btn.sec { background: transparent; color: #fff; border-color: rgba(255,255,255,0.25); }
  .cta-band .btn.sec:hover { color: #fff; border-color: rgba(255,255,255,0.5); background: rgba(255,255,255,0.06); transform: translateY(-2px); }
  .cta-band .row-cta { position: relative; }

  /* ─── FOOTER ─── */
  footer.site { padding: 64px 0 28px; background: var(--bg); border-top: 1px solid var(--line); }
  footer.site .top { display: grid; grid-template-columns: 1.4fr repeat(3, 1fr); gap: 48px; padding-bottom: 40px; border-bottom: 1px solid var(--line); }
  @media (max-width: 880px) { footer.site .top { grid-template-columns: 1fr 1fr; } }
  @media (max-width: 540px) { footer.site .top { grid-template-columns: 1fr; } }
  footer.site .brand .logo-link { font-size: 32px; display: inline-block; margin-bottom: 14px; }
  footer.site .brand p { font-size: 15px; line-height: 1.55; color: var(--ink-1); margin: 0 0 12px; max-width: 36ch; }
  footer.site .brand .addr { font-family: "JetBrains Mono", monospace; font-size: 13px; line-height: 1.7; color: var(--ink-3); }
  footer.site .brand .addr a { color: var(--ink-2); }
  footer.site .footer-heading { font-family: "JetBrains Mono", monospace; font-weight: 500; font-size: 12px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--ink-3); margin: 0 0 14px; }
  footer.site ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 8px; }
  footer.site ul a { font-size: 15px; color: var(--ink-1); }
  footer.site ul a:hover { color: var(--accent); }
  footer.site .bottom { padding-top: 20px; display: flex; justify-content: space-between; font-family: "JetBrains Mono", monospace; font-size: 12px; letter-spacing: 0.06em; color: var(--ink-3); flex-wrap: wrap; gap: 12px; }

  /* ─── PROMO BANNER (top of page) ─── */
  .promo-bar { background: var(--ink-0); color: #f5f3eb; position: relative; overflow: hidden; }
  .promo-bar::before { content: ""; position: absolute; inset: 0; background: radial-gradient(ellipse 50% 100% at 50% 50%, rgba(255,106,61,0.10), transparent 70%); pointer-events: none; }
  .promo-bar::after { content: ""; position: absolute; inset: 0; background-image: repeating-linear-gradient(135deg, transparent 0 18px, rgba(255,255,255,0.025) 18px 19px); pointer-events: none; }
  .promo-row { display: flex; align-items: center; gap: 18px; padding: 11px 0; flex-wrap: wrap; font-family: "Inter Tight", sans-serif; font-size: 14px; position: relative; z-index: 1; }
  .promo-mark { font-family: "JetBrains Mono", monospace; font-size: 10px; letter-spacing: 0.24em; text-transform: uppercase; color: var(--accent); font-weight: 700; padding: 4px 10px; border: 1px solid rgba(255,106,61,0.45); border-radius: 999px; display: inline-flex; align-items: center; gap: 7px; flex-shrink: 0; }
  .promo-mark .d { width: 5px; height: 5px; border-radius: 50%; background: var(--accent); animation: pulse 1.8s ease-out infinite; }
  .promo-msg { color: #d8d4c5; line-height: 1.35; letter-spacing: -0.005em; }
  .promo-msg b { color: #fff; font-weight: 700; }
  .promo-msg .pct { color: var(--accent); font-weight: 800; }
  .promo-msg.soft { font-family: "Source Serif 4", Georgia, serif; font-style: italic; font-weight: 400; font-size: 14.5px; color: #b6b2a2; }
  .promo-msg.soft em { color: var(--accent); font-style: italic; font-weight: 400; }
  .promo-sep { width: 1px; height: 22px; background-image: linear-gradient(to bottom, transparent 0, rgba(255,255,255,0.22) 30%, rgba(255,255,255,0.22) 70%, transparent 100%); flex-shrink: 0; }
  .promo-cta { margin-left: auto; font-family: "Inter Tight", sans-serif; font-size: 13px; font-weight: 700; padding: 8px 16px 8px 18px; border-radius: 999px; background: var(--accent); color: #fff; white-space: nowrap; transition: all 150ms ease; display: inline-flex; align-items: center; gap: 8px; letter-spacing: -0.005em; flex-shrink: 0; }
  .promo-cta:hover { background: #fff; color: var(--ink-0); transform: translateY(-1px); }
  .promo-cta svg { width: 11px; height: 11px; }
  @media (max-width: 980px) { .promo-msg.soft, .promo-sep { display: none; } .promo-cta { margin-left: 0; } }

  /* ─── TRUST STRIP (logos) ─── */
  .trust-strip { padding: 30px 0; border-bottom: 1px solid var(--line); background: var(--bg); }
  .trust-row { display: flex; align-items: center; gap: 28px 32px; flex-wrap: wrap; }
  .trust-lab { font-family: "JetBrains Mono", monospace; font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--ink-3); font-weight: 600; display: inline-flex; align-items: center; gap: 10px; line-height: 1.15; flex-shrink: 0; white-space: nowrap; padding-right: 24px; border-right: 1px dashed var(--line-2); }
  .trust-lab::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--accent); flex-shrink: 0; }
  .trust-lab b { color: var(--ink-0); font-weight: 700; }
  .trust-lab em { font-family: "Source Serif 4", serif; font-style: italic; font-weight: 400; color: var(--ink-2); font-size: 13px; letter-spacing: 0; text-transform: none; }
  .trust-marks { display: flex; gap: 26px 32px; flex-wrap: wrap; align-items: center; }
  .tmark { display: inline-flex; align-items: center; gap: 11px; font-family: "Inter Tight", sans-serif; font-size: 14px; color: var(--ink-0); font-weight: 600; letter-spacing: -0.005em; line-height: 1.15; }
  .tmark .mk { width: 32px; height: 32px; display: grid; place-items: center; flex-shrink: 0; border-radius: 50%; }
  .tmark .mk.sq { border-radius: 7px; }
  .tmark .mk svg { width: 100%; height: 100%; }
  .tmark .name { display: flex; flex-direction: column; }
  .tmark .name small { font-family: "JetBrains Mono", monospace; font-size: 9.5px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--ink-3); font-weight: 500; margin-top: 2px; }

/* Service strips handoff update: .trust-strip CSS */
/* TRUST STRIP — SEO Website Designers Houston (founder + platform/credential marks) */
.trust-strip { padding: 30px 0; border-bottom: 1px solid var(--line); background: var(--bg); }
.trust-strip .trust-lab { font-family: "JetBrains Mono", monospace; font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--ink-3); font-weight: 600; display: inline-flex; align-items: center; gap: 10px; margin-bottom: 16px; }
.trust-strip .trust-lab::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--accent); flex-shrink: 0; }
.trust-strip .trust-lab b { color: var(--ink-0); font-weight: 700; }
.trust-row { display: grid; grid-template-columns: auto 1fr; gap: 24px 32px; align-items: center; }
@media (max-width: 880px) { .trust-row { grid-template-columns: 1fr; } }
.trust-marks { display: flex; gap: 26px 32px; flex-wrap: wrap; align-items: center; justify-content: flex-end; }
@media (max-width: 880px) { .trust-marks { justify-content: flex-start; } }
.trust-founder { display: inline-flex; align-items: center; gap: 12px; color: var(--ink-0); text-decoration: none; padding-right: 22px; border-right: 1px dashed var(--line-2); transition: opacity 150ms ease; }
.trust-founder:hover { opacity: 0.78; }
.trust-founder .tf-pic { width: 38px; height: 44px; background-color: var(--bg-paper); background-size: cover; background-position: center top; border: 1px solid var(--line-2); flex-shrink: 0; }
.trust-founder .tf-txt { display: flex; flex-direction: column; line-height: 1.2; gap: 3px; }
.trust-founder .tf-name { font-family: "Inter Tight", sans-serif; font-size: 14.5px; font-weight: 600; color: var(--ink-0); letter-spacing: -0.012em; }
.trust-founder .tf-role { font-family: "Source Serif 4", Georgia, serif; font-style: italic; font-size: 13.5px; color: var(--ink-2); letter-spacing: -0.005em; }
.tmark { display: inline-flex; align-items: center; gap: 11px; font-family: "Inter Tight", sans-serif; font-size: 14px; color: var(--ink-0); font-weight: 600; letter-spacing: -0.005em; line-height: 1.15; }
.tmark .mk { width: 32px; height: 32px; display: grid; place-items: center; flex-shrink: 0; border-radius: 50%; }
.tmark .mk.sq { border-radius: 7px; }
.tmark .mk svg { width: 100%; height: 100%; }
.tmark .name { display: flex; flex-direction: column; }
.tmark .name small { font-family: "JetBrains Mono", monospace; font-size: 9.5px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--ink-3); font-weight: 500; margin-top: 2px; }
