/* Shared company design approved September 8, 2026. */
:root {
  --ink: #000000;
  --paper: #f7f4ed;
  --bone: #111111;
  --blue: #38b6ff;
  --brand-suffix-color: #38b6ff;
  --line: #333333;
  --muted: #b5b5b0;
  --display: 'Bricolage Grotesque', sans-serif;
  --body: 'Spline Sans', sans-serif;
  --mono: 'Spline Sans Mono', monospace;
}
body { font: 400 16px/1.65 var(--body); background: var(--ink); color: var(--paper); }
h1, h2, h3 { font-family: var(--display); font-weight: 600; letter-spacing: -.04em; }
h1, .hero h1, .inbox-hero h1 { font-size: clamp(44px, 5.5vw, 80px); line-height: 1.01; }
h2 { font-size: clamp(34px, 4vw, 58px); line-height: 1.08; }
em { font-family: inherit; font-size: inherit; font-weight: inherit; font-style: normal; letter-spacing: inherit; }
h3 { line-height: 1.12; }
.container { width: min(1240px, calc(100% - 96px)); margin-inline: auto; }
.section { padding-block: 108px; }
.eyebrow, .section-number { font: 500 11px/1.5 var(--mono); letter-spacing: .1em; }
.hero-lede, .lede { font-size: 19px; line-height: 1.65; }
.btn { min-height: 48px; border-radius: 4px; padding: 15px 21px; font: 550 14px/1.35 var(--body); gap: 20px; transition: background .15s, color .15s; }
.btn:hover { transform: none; }
.btn-primary, .btn-primary:hover { color: var(--ink); }
.btn-small { font-size: 14px; min-height: 48px; padding: 15px 21px; }
.text-link { border-bottom-width: 1px; font-size: 14px; font-weight: 550; }

/* One parent-company lockup scale. Only the suffix takes the brand accent. */
.site-header { background: var(--ink); color: var(--paper); border-bottom: 1px solid var(--line); backdrop-filter: none; }
.header-bar { height: 88px; }
.brand { color: inherit; font: 650 28px/1 var(--display); letter-spacing: -.045em; gap: 10px; }
.brand img { width: 36px; height: 36px; }
.brand-ai { color: var(--brand-suffix-color); font-weight: inherit; }
.site-nav { gap: 25px; }
.site-nav > a:not(.btn) { font: 400 12px/1.5 var(--body); }
.site-nav .btn { margin-top: 0; }
.nav-toggle { width: 44px; height: 44px; padding: 0; gap: 5px; border: 0; color: var(--paper); background: transparent; }
.nav-toggle span { width: 24px; height: 2px; transition: transform .15s, opacity .15s; }
.nav-toggle[aria-expanded=true] span:first-child { transform: translateY(7px) rotate(45deg); }
.nav-toggle[aria-expanded=true] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded=true] span:last-child { transform: translateY(-7px) rotate(-45deg); }
.nav-toggle:focus-visible { outline: 3px solid var(--blue); outline-offset: 4px; }
.intro { background: var(--ink); }
.js .intro {
  border-bottom: 2px solid var(--blue);
  animation: intro-curtain-up 600ms 1200ms var(--intro-ease-curtain) forwards;
  --intro-ease-out: linear(0, 0.096312, 0.185494, 0.267906, 0.3439, 0.413818, 0.477994, 0.53675, 0.5904, 0.63925, 0.683594, 0.723718, 0.7599, 0.792406, 0.821494, 0.847412, 0.8704, 0.890687, 0.908494, 0.924031, 0.9375, 0.949093, 0.958994, 0.967375, 0.9744, 0.980225, 0.984994, 0.988843, 0.9919, 0.994281, 0.996094, 0.997437, 0.9984, 0.999062, 0.999494, 0.999756, 0.9999, 0.999968, 0.999994, 1, 1);
  --intro-ease-in: linear(0, 0, 0.000006, 0.000032, 0.0001, 0.000244, 0.000506, 0.000938, 0.0016, 0.002563, 0.003906, 0.005719, 0.0081, 0.011157, 0.015006, 0.019775, 0.0256, 0.032625, 0.041006, 0.050907, 0.0625, 0.075969, 0.091506, 0.109313, 0.1296, 0.152588, 0.178506, 0.207594, 0.2401, 0.276282, 0.316406, 0.36075, 0.4096, 0.46325, 0.522006, 0.586182, 0.6561, 0.732094, 0.814506, 0.903688, 1);
  --intro-ease-curtain: linear(0, 0, 0.000005, 0.000038, 0.00016, 0.000488, 0.001215, 0.002626, 0.00512, 0.009226, 0.015625, 0.025164, 0.03888, 0.058015, 0.084035, 0.118652, 0.16384, 0.221853, 0.295245, 0.38689, 0.5, 0.61311, 0.704755, 0.778147, 0.83616, 0.881348, 0.915965, 0.941985, 0.96112, 0.974836, 0.984375, 0.990774, 0.99488, 0.997374, 0.998785, 0.999512, 0.99984, 0.999962, 0.999995, 1, 1);
}
.intro-wordmark {
  gap: .2em;
  max-width: calc(100vw - 40px);
  white-space: nowrap;
  color: var(--paper);
  font: 800 clamp(48px, 10vw, 112px)/1.62 var(--display);
  letter-spacing: -.04em;
  animation: intro-word-rise 550ms var(--intro-ease-out) both, intro-word-exit 450ms 900ms var(--intro-ease-in) forwards;
}
.intro-wordmark img { width: 1em; height: 1em; flex: 0 0 1em; }
.intro-wordmark > span > span { color: var(--brand-suffix-color); }
@keyframes intro-word-rise { from { transform: translateY(120%); opacity: 0; } to { transform: translateY(0); opacity: 1; } }
@keyframes intro-word-exit { from { transform: translateY(0); opacity: 1; } to { transform: translateY(-120%); opacity: 1; } }
@keyframes intro-curtain-up { from { transform: translateY(0); } to { transform: translateY(-100%); } }


/* A restrained company introduction and one real project, on the same grid. */
.hero, .inbox-hero { background: var(--ink); color: var(--paper); padding-block: 108px; overflow: clip; }
.hero-grid { grid-template-columns: 1.04fr 1fr; gap: 64px; align-items: center; }
.hero-copy { max-width: 600px; }
.hero .eyebrow, .inbox-hero .eyebrow { color: var(--muted); }
.hero h1 { max-width: 620px; }
.hero-lede { margin-top: 28px; color: var(--muted); }
.hero .actions { margin-top: 32px; gap: 27px; }
.hero .btn { font-size: 14px; padding: 15px 21px; }
.hero .text-link, .inbox-hero .text-link { color: var(--paper); font-size: 14px; }
.hero .text-link:hover, .inbox-hero .text-link:hover { color: var(--blue); }
.hero-note { margin-top: 28px; color: var(--muted); font-size: 12px; max-width: none; }
.hero-work { min-width: 0; width: 100%; max-width: none; padding: 0; margin: 0; }
.work-orbit, .preview-dot, .week-mini { display: none; }
.hero-preview, .crm-preview, .hero-preview:hover, .crm-preview:hover { margin: 0; width: 100%; border: 0; border-radius: 0; background: transparent; box-shadow: none; transform: none; overflow: visible; }
.preview-bar { padding: 0 0 14px; border: 0; background: transparent; color: inherit; font: 500 11px/1.5 var(--mono); gap: 12px; }
.preview-tag { color: var(--muted); font-size: 10px; }
.crm-preview img { display: block; width: 100%; height: auto; border: 12px solid var(--bone); border-radius: 0; box-shadow: none; }
.preview-caption { padding: 16px 0 0; background: transparent; color: var(--muted); font-size: 13px; }
.hero-followon { display: grid; grid-template-columns: 1fr auto; gap: 6px 18px; margin-top: 30px; padding-top: 22px; border-top: 1px solid var(--line); color: var(--paper); text-decoration: none; }
.hero-followon .eyebrow { grid-column: 1 / -1; margin: 0; color: var(--paper); font-size: 10px; }
.hero-followon > span:nth-child(2) { font-size: 16px; }
.hero-followon .small { color: var(--muted); align-self: center; font-size: 11px; }
.hero-visual-note { color: var(--muted); text-align: left; margin-top: 25px; font: 400 10px/1.5 var(--mono); }

/* Open project rows keep the work, its purpose and availability together. */
.portfolio { background: var(--ink); color: var(--paper); }
.section-intro { gap: 90px; grid-template-columns: 1.1fr .9fr; margin-bottom: 55px; }
.section-intro > p, .portfolio .section-intro > p { color: var(--muted); max-width: 460px; font-size: 16px; }
.portfolio-grid { display: block; }
.project { display: grid; grid-template-columns: 1.15fr 1fr; gap: 64px; border-top: 1px solid var(--line); padding: 44px 0; scroll-margin-top: 110px; align-items: center; }
.project:last-child { padding-bottom: 0; }
.project-image { display: flex; aspect-ratio: 1.55; overflow: hidden; border: 1px solid #16151220; border-radius: 0; background: #e9e5dc; }
.project-image img, .project-image:hover img { width: 93%; height: auto; max-height: 91%; object-fit: contain; border: 0; border-radius: 0; box-shadow: none; transform: none; }
.image-week img { width: auto; height: 91%; max-width: 94%; }
.image-crm { background: #d0d8dc; }
.image-survivor { background: #dfd5c7; }
.image-label { left: 12px; bottom: 11px; border: 0; border-radius: 0; background: #f7f4ed; font: 400 9px/1.5 var(--mono); padding: 4px 7px; }
.project-copy { padding: 0; }
.project-meta { display: flex; flex-wrap: wrap; flex-direction: row; justify-content: flex-start; gap: 8px 18px; margin-bottom: 22px; color: var(--muted); font: 400 10px/1.5 var(--mono); letter-spacing: .025em; text-transform: none; }
.status { display: inline; border: 0; border-radius: 0; padding: 0; color: var(--muted); font-size: inherit; white-space: normal; }
.status::before { content: '/'; margin-right: 18px; color: var(--muted); }
.project h3 { font-size: 38px; }
.project-problem { max-width: none; margin: 18px 0 20px; font: 400 19px/1.55 var(--body); }
.project-copy > p:not(.project-problem) { font-size: 14px; line-height: 1.75; color: var(--muted); }
.project-copy .project-availability { font-size: 13px !important; margin-top: 18px; }
.project-copy .text-link { color: var(--paper); margin-top: 25px; }
.project-copy .text-link:hover { color: var(--blue); }
.image-ledger { padding: 34px; color: #243733; }
.ledger-title { font: 600 27px/1.1 var(--display); letter-spacing: -.035em; }
.ledger-title > span { font-size: 10px; }
.ledger-flow { width: 85%; gap: 7px; margin: 19px auto 24px; font-size: 11px; }
.ledger-flow span:nth-child(odd) { border-radius: 0; padding: 9px; }

/* Services are a readable index, not a set of product-plan cards. */
.capabilities { background: var(--ink); }
.capability-grid { display: block; border: 0; }
.capability-grid article { display: grid; grid-template-columns: .6fr 1fr 1.25fr; gap: 35px; padding: 30px 0; border-top: 1px solid var(--line); align-items: start; }
.capability-grid article:last-child { padding-bottom: 0; }
.section-number { margin: 3px 0 0; color: var(--muted); }
.capability-grid h3 { font-size: 28px; margin: 0; }
.capability-grid h3 br { display: none; }
.capability-grid p { color: var(--muted); font-size: 15px; line-height: 1.75; }
.website-direction { font-size: 13px; margin-top: 40px; }
.process-grid { display: block; }
.process-grid li { display: grid; grid-template-columns: 55px 1fr 1.35fr; gap: 35px; border-top: 1px solid var(--line); padding: 26px 0; }
.process-grid li:last-child { padding-bottom: 0; }
.process-grid li > span { position: static; font-size: 11px; margin: 3px 0 0; }
.process-grid h3 { font-size: 25px; margin: 0; }
.process-grid p { font-size: 15px; line-height: 1.75; }
.pricing { background: var(--ink); border-top: 1px solid var(--line); }
.price-grid { display: block; }
.price-card, .price-card.featured { display: grid; grid-template-columns: .9fr 1.45fr 1fr; align-items: start; gap: 45px; border: 0; border-top: 1px solid var(--line); border-radius: 0; background: transparent; padding: 36px 0; }
.price-card .eyebrow { margin-bottom: 16px; font-size: 10px; }
.price-card h3 { font-size: 28px; }
.price, .price.price-words { font: 600 34px/1.2 var(--display); letter-spacing: -.04em; min-height: 0; margin: 23px 0 0; }
.price small { font: 400 11px/1.5 var(--body); }
.price small:last-child { flex-basis: 100%; }
.price-details > p { font-size: 15px; color: var(--muted); line-height: 1.75; }
.price-details ul { margin: 20px 0 0; font-size: 13px; line-height: 1.7; }
.price-card .btn { font-size: 14px; padding: 15px 21px; margin: 0; width: 100%; align-self: start; }
.inbox-service { margin-top: 10px; padding-top: 35px; gap: 40px; }
.inbox-service h3 { font-size: 28px; }
.inbox-service p:not(.eyebrow) { font-size: 14px; }
.inbox-service .text-link { font-size: 14px; }
.existing-retainer { font-size: 12px; margin-top: 32px; }
.about { background: var(--ink); }
.about-grid { grid-template-columns: .75fr 1.2fr; gap: 100px; }
.founder-photo img { border-radius: 0; }
.about-grid h2 { margin-bottom: 26px; }
.about-grid .lede { font-size: 19px; }
.about-grid > div > p:not(.eyebrow):not(.lede) { font-size: 15px; }
.trust-notes { gap: 30px; }
.trust-notes h3 { font-size: 20px; }
.trust-notes p { font-size: 13px; }
.faq { padding-block: 108px; }
.faq-grid { gap: 90px; }
.questions summary { font-size: 18px; padding-block: 25px; }
.questions details > p { font-size: 15px; }
.contact { background: var(--ink); border-top: 1px solid var(--line); }
.contact-grid { gap: 90px; }
.contact-grid h2 { font-size: clamp(34px, 4vw, 58px); }
.contact-grid .lede { font-size: 19px; }
.contact-grid > div > p:not(.eyebrow):not(.lede) { font-size: 15px; color: var(--muted); }
.contact-panel { padding: 0; background: transparent; border: 0; border-radius: 0; }
.contact-panel label { font-size: 13px; margin-bottom: 22px; }
input, select, textarea { font-size: 16px; border-radius: 2px; background: var(--bone); color: var(--paper); border-color: #666; padding: 13px; }
.form-note { font-size: 12px; }
.form-row { gap: 20px; }
.form-done { padding-block: 35px; }
.done-mark { border-radius: 0; }
.site-footer { background: var(--ink); color: var(--paper); padding-block: 64px 30px; }
.footer-top { padding-bottom: 45px; }
.footer-top p { font-size: 14px; }
.footer-top nav { font-size: 13px; gap: 15px 40px; }
.footer-bottom { font-size: 11px; }

/* Service and supporting templates use the same company foundation. */
.inbox-hero-grid { grid-template-columns: 1.1fr .9fr; gap: 64px; }
.back-link { color: var(--muted); }
.inbox-example { transform: none; border: 1px solid var(--line); border-radius: 0; box-shadow: none; background: var(--bone); color: var(--paper); padding: 28px; }
.inbox-example .preview-bar { font-size: 10px; }
.inbox-example h2 { margin: 0 0 26px; font-size: 40px; }
.brief-date { color: var(--muted); margin: 15px 0 17px; }
.brief-item { margin-inline: 0; padding-block: 20px; border-color: var(--line); font-size: 14px; }
.brief-item > span, .brief-item p, .inbox-example > .small { color: var(--muted); }
.brief-item p { font-size: 12px; }
.inbox-example > .small { margin: 12px 0 0; font-size: 11px; }
.wide-notes { grid-template-columns: repeat(3, 1fr); }
.wide-notes h3 { font-size: 24px; }
.wide-notes p { font-size: 15px; }
.scope-card { padding: 0 0 0 36px; border: 0; border-left: 1px solid var(--line); border-radius: 0; background: transparent; }
.inbox-price-grid { gap: 80px; }
.inbox-price-grid p:not(.eyebrow):not(.lede) { font-size: 15px; }
.closing { background: var(--ink); }
.closing h2 { font-size: clamp(34px, 4vw, 58px); }
.legal { padding-block: 80px 108px; }
.legal h1 { font-size: clamp(44px, 5.5vw, 80px); }
.legal h2 { font-size: 28px; }
.not-found h1 { font-size: clamp(44px, 5.5vw, 80px); }

@media (max-width:1100px) {
  .container { width: calc(100% - 64px); }
  .hero-grid, .inbox-hero-grid { gap: 42px; }
  .section-intro { gap: 50px; }
  .project { gap: 40px; grid-template-columns: 1.05fr 1fr; }
  .project h3 { font-size: 33px; }
  .project-meta { gap: 8px 12px; }
  .status::before { margin-right: 12px; }
  .project-problem { font-size: 18px; }
  .project-image { aspect-ratio: 1.3; }
  .image-ledger { padding: 26px; }
  .ledger-title { font-size: 24px; }
  .ledger-flow { font-size: 10px; }
  .price-card, .price-card.featured { grid-template-columns: .8fr 1.2fr; gap: 25px 40px; }
  .price-card > .btn { grid-column: 2; width: fit-content; }
  .price-overview { grid-row: 1 / 3; }
  .about-grid { gap: 65px; }
  .contact-grid { gap: 60px; }
  .inbox-price-grid { gap: 50px; }
}
@media (max-width:900px) {
  .header-bar { height: 76px; }
  .js .site-nav { top: 76px; background: var(--ink); color: var(--paper); border-color: var(--line); padding: 22px 32px 28px; }
  .site-nav > a:not(.btn) { border-color: var(--line); font-size: 12px; }
  .site-nav .btn { margin-top: 16px; }
  .section, .hero, .inbox-hero, .faq { padding-block: 85px; }
  .hero-grid { grid-template-columns: 1fr; gap: 48px; }
  .hero h1, .inbox-hero h1 { font-size: clamp(44px, 5.5vw, 80px); max-width: 700px; }
  .hero-copy { max-width: 700px; }
  .hero-lede { max-width: 610px; }
  .hero-work { max-width: none; width: 100%; }
  .crm-preview img { width: 100%; border-width: 16px; }
  .hero-followon { grid-template-columns: .7fr 1fr auto; align-items: center; }
  .hero-followon .eyebrow { grid-column: auto; }
  .hero-visual-note { font-size: 10px; }
  .capability-grid article { grid-template-columns: .6fr 1fr 1.25fr; gap: 25px; }
  .capability-grid h3 { font-size: 25px; }
  .project { gap: 32px; align-items: start; }
  .project-meta { flex-direction: column; gap: 6px; }
  .status::before { display: none; }
  .project h3 { font-size: 30px; }
  .project-image { aspect-ratio: 1; }
  .image-week img { width: 94%; height: auto; }
  .ledger-flow { width: 100%; }
  .ledger-title > span { font-size: 9px; }
  .process-grid li { grid-template-columns: 36px 1fr 1.2fr; gap: 24px; }
  .process-grid h3 { font-size: 24px; }
  .about-grid { grid-template-columns: .7fr 1fr; gap: 42px; }
  .trust-notes { grid-template-columns: 1fr; gap: 12px; }
  .faq-grid { gap: 42px; }
  .contact-grid { grid-template-columns: .85fr 1fr; gap: 36px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .inbox-hero-grid { grid-template-columns: 1fr; gap: 45px; }
  .inbox-example { max-width: none; width: 100%; }
  .wide-notes { grid-template-columns: repeat(3,1fr); gap: 28px; }
  .inbox-price-grid { gap: 36px; }
}
@media (max-width:620px) {
  .container { width: calc(100% - 40px); }
  .header-bar { height: 70px; }
  .brand { font-size: 26px; }
  .brand img { width: 33px; height: 33px; }
  .js .site-nav { top: 70px; padding-inline: 20px; }
  .section, .hero, .inbox-hero, .faq { padding-block: 65px; }
  h1, .hero h1, .inbox-hero h1 { font-size: clamp(44px, 5.5vw, 80px); }
  h2, .contact-grid h2, .closing h2 { font-size: clamp(34px, 4vw, 58px); }
  .eyebrow, .section-number { font-size: 11px; }
  .hero-lede, .lede, .about-grid .lede, .contact-grid .lede { font-size: 19px; line-height: 1.65; }
  .hero .actions { gap: 24px; }
  .hero-note { font-size: 12px; }
  .hero-grid { gap: 43px; }
  .preview-bar { font-size: 10px; gap: 8px; }
  .preview-tag { font-size: 9px; }
  .crm-preview img { border-width: 8px; }
  .preview-caption { padding-top: 14px; font-size: 12px; }
  .hero-followon { grid-template-columns: 1fr; gap: 7px; margin-top: 26px; padding-top: 22px; }
  .hero-followon .eyebrow { font-size: 10px; }
  .hero-followon > span:nth-child(2) { font-size: 17px; }
  .hero-followon .small { font-size: 12px; }
  .hero-visual-note { font-size: 10px; }
  .section-intro { grid-template-columns: 1fr; gap: 24px; margin-bottom: 35px; }
  .section-intro > p { font-size: 16px; }
  .project { grid-template-columns: 1fr; gap: 25px; padding-block: 32px; }
  .project-image { aspect-ratio: 1.4; }
  .image-week img { height: 91%; width: auto; }
  .project-meta { flex-direction: row; align-items: baseline; gap: 6px 12px; margin-bottom: 17px; font-size: 10px; }
  .status::before { display: inline; margin-right: 12px; }
  .project h3 { font-size: 32px; }
  .project-problem { font-size: 19px; margin-block: 16px 18px; }
  .project-copy > p:not(.project-problem) { font-size: 15px; }
  .project-copy .project-availability { font-size: 13px !important; }
  .project-copy .text-link { margin-top: 23px; }
  .image-label { font-size: 8px; }
  .image-ledger { padding: 24px; }
  .ledger-title { font-size: 25px; }
  .ledger-flow { width: 80%; margin-block: 14px 25px; gap: 4px; font-size: 9px; }
  .ledger-flow span:nth-child(odd) { padding: 6px; }
  .capability-grid article { display: block; padding-block: 27px; }
  .section-number { margin-bottom: 18px; }
  .capability-grid h3 { font-size: 29px; margin-bottom: 16px; }
  .capability-grid p { font-size: 16px; }
  .website-direction { font-size: 13px; }
  .process-grid li { grid-template-columns: 28px 1fr; gap: 15px; padding-block: 25px; }
  .process-grid p { grid-column: 2; font-size: 15px; }
  .process-grid h3 { font-size: 25px; }
  .price-card, .price-card.featured { display: block; padding-block: 31px; }
  .price-card h3 { font-size: 30px; }
  .price { font-size: 36px; margin-top: 21px; }
  .price small:last-child { flex-basis: auto; }
  .price-details { margin-top: 24px; }
  .price-details > p { font-size: 16px; }
  .price-details ul { font-size: 14px; margin-top: 20px; }
  .price-card > .btn { margin-top: 27px; font-size: 14px; width: 100%; }
  .inbox-service { align-items: flex-start; flex-direction: column; gap: 24px; margin-top: 0; }
  .inbox-service h3 { font-size: 30px; }
  .inbox-service p:not(.eyebrow) { font-size: 15px; }
  .about-grid { grid-template-columns: 1fr; gap: 38px; }
  .founder-photo { max-width: 330px; width: 84%; }
  .trust-notes h3 { font-size: 22px; }
  .trust-notes p { font-size: 14px; }
  .faq-grid { grid-template-columns: 1fr; gap: 30px; }
  .questions summary { font-size: 18px; }
  .contact-grid { grid-template-columns: 1fr; gap: 38px; }
  .contact-panel { padding: 0; }
  .site-footer { padding-block: 48px 54px; }
  .footer-top { gap: 28px; }
  .footer-top nav { font-size: 13px; gap: 16px 24px; }
  .footer-bottom { font-size: 11px; }
  .inbox-example { padding: 22px; }
  .inbox-example h2 { font-size: 34px; }
  .brief-item { gap: 16px; }
  .wide-notes { grid-template-columns: 1fr; gap: 20px; }
  .inbox-price-grid { grid-template-columns: 1fr; gap: 37px; }
  .scope-card { padding: 28px 0 0; border-left: 0; border-top: 1px solid var(--line); }
  .scope-card ul { font-size: 16px; }
  .legal { padding-block: 55px 65px; }
  .legal h1, .not-found h1 { font-size: 44px; }
  .legal h2 { font-size: 27px; }
  .legal p, .legal li { font-size: 15px; }
}

/* Readable controls and supporting copy on the approved true-black canvas. */
.btn { color: var(--paper); border-color: #666; }
.btn-primary, .btn-primary:hover { color: var(--ink); border-color: var(--blue); }
.btn-primary:hover { border-color: #6bc9ff; }
.text-link:hover, .project-copy .text-link:hover { color: var(--blue); }
.website-direction, .inbox-service { border-color: var(--line); }
.website-direction, .inbox-service p:not(.eyebrow), .existing-retainer,
.legal p, .legal li, .footer-top p, .footer-bottom { color: var(--muted); }
.website-direction a { color: var(--paper); }
.footer-bottom { border-color: var(--line); }
input::placeholder, textarea::placeholder { color: var(--muted); }
.form-note.error { color: #ff9995; }
.done-mark, .skip-link { color: var(--ink); }
a:focus-visible, button:focus-visible, summary:focus-visible, input:focus-visible,
textarea:focus-visible, select:focus-visible, [tabindex]:focus-visible { outline-color: var(--blue); }
