.link-accent { color: var(--accent); text-decoration: underline; text-underline-offset: 3px; text-decoration-thickness: 1px; font-weight: 500; }
.link-accent:hover { color: var(--accent-ink); }
.link-accent:focus-visible { outline: 3px solid var(--accent); outline-offset: 3px; border-radius: 3px; }

.btn {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--display); font-weight: 600; font-size: 15px;
  padding: 12px 20px; min-height: 44px; border-radius: 999px;
  text-decoration: none; border: 1px solid transparent;
  cursor: pointer; transition: transform .15s ease, background .15s ease, box-shadow .15s ease;
  white-space: nowrap;
}
.btn-primary { background: var(--accent); color: #fff; box-shadow: 0 1px 2px rgba(43,50,184,.25); }
.btn-primary:hover { background: var(--accent-ink); transform: translateY(-1px); }
.btn-ghost { background: transparent; color: var(--ink); border-color: var(--line); }
.btn-ghost:hover { border-color: var(--ink); }
.btn:focus-visible { outline: 3px solid var(--accent); outline-offset: 2px; }
.nav .btn { min-height: 40px; padding: 9px 18px; }

.device { position: relative; }
.glow { position: absolute; inset: -8% -4% -10% -4%; background: radial-gradient(60% 55% at 70% 20%, rgba(59,69,224,.20), transparent 70%); filter: blur(20px); z-index: 0; }
.panel {
  position: relative; z-index: 1;
  background: var(--panel-bg); color: var(--panel-ink);
  border: 1px solid var(--panel-line); border-radius: 18px;
  box-shadow: 0 30px 60px -24px rgba(16,19,30,.55), 0 2px 6px rgba(16,19,30,.18);
  overflow: hidden;
}
.panel-bar { display: flex; align-items: center; gap: 8px; padding: 13px 16px; border-bottom: 1px solid var(--panel-line); }
.dot { width: 11px; height: 11px; border-radius: 50%; background: #2c313b; }
.panel-bar .live { margin-left: auto; display: inline-flex; align-items: center; gap: 7px; font-family: var(--display); font-size: 12px; font-weight: 600; letter-spacing: .04em; color: var(--panel-muted); text-transform: uppercase; }
.live-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--live); box-shadow: 0 0 0 0 rgba(18,185,129,.6); animation: pulse 2s infinite; }
@keyframes pulse { 0% { box-shadow: 0 0 0 0 rgba(18,185,129,.5); } 70% { box-shadow: 0 0 0 7px rgba(18,185,129,0); } 100% { box-shadow: 0 0 0 0 rgba(18,185,129,0); } }

.panel-body { padding: 20px 18px 22px; }
.heard-label { font-family: var(--display); font-size: 11px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: var(--panel-muted); }
.heard { margin: 8px 0 20px; color: #c3c8d2; font-size: 15px; }
.answer-label { font-family: var(--display); font-size: 11px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: #7f8bf6; }

.answer-wrap { position: relative; margin: 8px 0 0; }
.answer { margin: 0; font-size: 15.5px; line-height: 1.62; }
.answer-sizer { visibility: hidden; }
#answer { position: absolute; inset: 0; }
.caret { display: inline-block; width: 8px; height: 17px; vertical-align: -3px; background: #7f8bf6; margin-left: 2px; border-radius: 1px; animation: blink 1s steps(2) infinite; }
@keyframes blink { 50% { opacity: 0; } }

.strip { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--surface); }
.strip-inner { display: flex; flex-wrap: wrap; gap: 12px 40px; justify-content: center; padding: 20px 24px; }
.strip-item { display: inline-flex; align-items: center; gap: 9px; color: var(--muted); font-size: 14.5px; font-weight: 500; }
.strip-item svg { flex: none; color: var(--accent); }

.card {
  background: var(--surface); border: 1px solid var(--line);
  border-radius: var(--r-lg); padding: 28px;
  box-shadow: var(--shadow-1);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.card:hover { transform: translateY(-2px); box-shadow: var(--shadow-1), var(--shadow-2); border-color: #d5d9e2; }
.card .ic { width: 42px; height: 42px; border-radius: var(--r-md); background: var(--accent-wash); color: var(--accent); display: grid; place-items: center; margin-bottom: 18px; }
.card h3 { font-size: 19px; }
.card p { color: var(--muted); font-size: 15.5px; margin: 9px 0 0; }

.step { position: relative; padding-top: 24px; border-top: 2px solid var(--ink); }
.step .num { font-family: var(--display); font-size: 13px; font-weight: 600; color: var(--accent); letter-spacing: .04em; }
.step h3 { font-size: 18px; margin: 12px 0 8px; }
.step p { color: var(--muted); font-size: 15.5px; margin: 0; }

.demo-band { background: var(--surface); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.demo-duo { display: grid; grid-template-columns: minmax(0, 1.62fr) minmax(0, 1fr); gap: 32px; align-items: center; margin-top: 48px; }
.demo-fig { margin: 0; min-width: 0; }
.demo-fig figcaption { margin-top: 14px; color: var(--muted); font-size: 14.5px; text-align: center; }
.demo-note { margin: 32px auto 0; max-width: 720px; color: var(--muted); font-size: 15.5px; text-align: center; }

.screen {
  position: relative;
  aspect-ratio: 1512 / 982;
  container-type: inline-size;
  border-radius: var(--r-md);
  overflow: hidden;
  background: linear-gradient(135deg, #1c2030, #101321 62%);
  box-shadow: 0 30px 60px -24px rgba(16,19,30,.55), 0 2px 6px rgba(16,19,30,.18);
}

.scr-menubar { position: absolute; top: 0; left: 0; right: 0; height: 3.87%; background: rgba(10,11,16,.7); z-index: 1; }
.scr-notch { position: absolute; top: 0; left: 50%; transform: translateX(-50%); width: 15%; height: 100%; background: #000; border-radius: 0 0 4px 4px; }
.scr-clock { position: absolute; top: 50%; right: 1.5%; transform: translateY(-50%); font-family: var(--mono); font-size: 6px; font-size: 1cqw; line-height: 1; color: rgba(255,255,255,.55); }

.scr-doc { position: absolute; left: 21%; top: 16%; width: 54%; height: 62%; background: #eceef3; border-radius: 5px; border-radius: .8cqw; overflow: hidden; box-shadow: 0 8px 24px rgba(0,0,0,.35); }
.scr-doc-bar { position: absolute; top: 0; left: 0; right: 0; height: 12%; background: #dfe2ea; display: flex; align-items: center; gap: 1.4%; padding: 0 2.5%; }
.scr-doc-bar i { flex: none; width: 4px; height: 4px; width: .7cqw; height: .7cqw; border-radius: 50%; background: #c3c8d4; }
.scr-doc-bar span { margin-left: 3%; font-size: 7px; font-size: 1.05cqw; line-height: 1; color: #6b7280; }
.scr-doc-body { position: absolute; top: 12%; left: 0; right: 0; bottom: 0; padding: 5% 6%; display: flex; flex-direction: column; gap: 5%; }
.scr-doc-body i { flex: none; display: block; height: 6%; border-radius: 2px; background: #d8dbe4; }
.scr-doc-body i:last-child { width: 60%; }

.mock-island {
  position: absolute; top: 4.68%; left: 50%; transform: translateX(-50%);
  width: 26.46%; height: 3.26%; z-index: 3;
  display: flex; align-items: center; padding: 0 4.5%;
  background: rgba(12,12,18,.85);
  border: 1px solid rgba(255,255,255,.06);
  border-radius: 8px; border-radius: 1.19cqw;
}
.mi-pulse { flex: none; width: 4px; height: 4px; width: .55cqw; height: .55cqw; border-radius: 50%; background: rgba(74,222,128,.6); margin-right: 2.2%; opacity: 0; }
.mi-pulse.is-live { opacity: 1; animation: mipulse 1.6s ease-in-out infinite; }
@keyframes mipulse { 0%, 100% { opacity: 1; } 50% { opacity: .35; } }
.mi-text {
  flex: 1 1 auto; min-width: 0;
  display: flex; justify-content: flex-end; overflow: hidden;
  font-family: var(--mono); font-size: 8px; font-size: 1.15cqw; line-height: 1;
  color: rgba(255,255,255,.6);
}
.mi-text > span { flex: none; white-space: nowrap; }

.mock-code {
  position: absolute; left: 3.97%; bottom: 20.37%; width: 37.04%; height: 40.73%; z-index: 2;
  display: flex; flex-direction: column; overflow: hidden;
  background: rgba(18,18,24,.88);
  border: 1px solid rgba(255,255,255,.06);
  border-radius: 5px; border-radius: .66cqw;
}
.mc-pill { flex: none; width: 5.8%; height: 2px; border-radius: 2px; background: rgba(255,255,255,.25); margin: 2.2% auto 1.4%; }
.mc-code {
  flex: 1 1 auto; margin: 0; padding: 1% 3.5%; overflow: hidden;
  white-space: normal;
  font-family: var(--mono); font-size: 8px; font-size: 1.15cqw; line-height: 1.5;
  color: #d4d4d4;
}
.mc-line { display: block; white-space: pre; }
.mc-line i { display: inline-block; width: 1.2em; margin-right: .6em; text-align: right; font-style: normal; color: rgba(255,255,255,.28); }
.mc-code.is-live .mc-line { opacity: 0; transition: opacity .18s ease; }
.mc-code.is-live .mc-line.is-on { opacity: 1; }
.mc-code .k { color: #d7d7d7; font-weight: 600; }
.mc-code .f { color: #dcdcaa; }
.mc-code .s { color: #ce9178; }
.mc-code .n { color: #b5cea8; }
.mc-code .c { color: #6a9955; font-style: italic; }
.mc-code .t { color: #4ec9b0; }
.mc-code .b { color: #4fc1ff; }
.mc-foot { flex: none; border-top: 1px solid rgba(255,255,255,.06); padding: 1.2% 3.5%; font-family: var(--mono); font-size: 7px; font-size: .95cqw; line-height: 1.4; color: rgba(255,255,255,.45); }

.mock-tele {
  position: absolute; top: 26.48%; right: 1.32%; width: 22.49%; height: 50.92%; z-index: 3;
  display: flex; flex-direction: column; overflow: hidden;
  background: rgba(18,18,24,.88);
  border: 1px solid rgba(255,255,255,.06);
  border-radius: 5px; border-radius: .66cqw;
}
.mt-bar { flex: none; display: flex; align-items: center; gap: 3%; padding: 2.5% 4%; border-bottom: 1px solid rgba(255,255,255,.06); }
.mt-dot { flex: none; width: 4px; height: 4px; width: .65cqw; height: .65cqw; border-radius: 50%; background: #4ade80; }
.mt-dot.is-thinking { background: #f59e0b; animation: mtthink 1.2s ease-in-out infinite; }
@keyframes mtthink { 0%, 100% { opacity: 1; } 50% { opacity: .3; } }
.mt-timer { flex: none; font-family: var(--mono); font-size: 7px; font-size: .95cqw; line-height: 1; color: rgba(255,255,255,.4); }
.mt-chip { flex: none; font-family: var(--display); font-size: 6px; font-size: .85cqw; line-height: 1; padding: 1% 3%; border: 1px solid rgba(255,255,255,.12); border-radius: 3px; color: rgba(255,255,255,.5); white-space: nowrap; }
.mt-chip.is-on { background: rgba(255,255,255,.14); color: rgba(255,255,255,.95); border-color: rgba(255,255,255,.35); }
.mt-x { margin-left: auto; color: rgba(255,255,255,.6); font-size: 7px; font-size: 1cqw; line-height: 1; }
.mt-label { font-family: var(--display); font-size: 6px; font-size: .8cqw; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: rgba(255,255,255,.30); margin-bottom: 2%; }
.mt-zone { flex: 1 1 auto; padding: 3% 5%; overflow: hidden; }
.mt-stream { margin: 0; font-size: 9px; font-size: 1.3cqw; line-height: 1.55; color: #d4d4d4; }
.mt-caret { display: inline-block; width: 2px; width: .3cqw; height: 8px; height: 1.2cqw; vertical-align: -1px; background: #7f8bf6; margin-left: 1px; animation: blink 1s steps(2) infinite; }
.mt-heard { flex: none; height: 24%; padding: 3% 5%; overflow: hidden; background: rgba(10,10,16,.5); border-top: 1px solid rgba(255,255,255,.06); }
.mt-notif { font-size: 8px; font-size: 1.1cqw; line-height: 1.4; color: rgba(255,255,255,.65); background: rgba(255,255,255,.03); border: 1px solid rgba(255,255,255,.04); border-radius: 3px; padding: 2% 4%; }
.mt-input { flex: none; display: flex; align-items: center; gap: 3%; padding: 2.5% 4%; border-top: 1px solid rgba(255,255,255,.08); }
.mt-input span { flex: 1 1 auto; min-width: 0; font-size: 7px; font-size: 1.05cqw; line-height: 1.3; color: rgba(255,255,255,.25); background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.1); border-radius: 3px; padding: 1.5% 4%; white-space: nowrap; overflow: hidden; }
.mt-input b { flex: none; font-family: var(--display); font-size: 7px; font-size: 1cqw; line-height: 1.3; font-weight: 500; color: #fff; background: rgba(0,0,0,.6); border: 1px solid rgba(255,255,255,.25); border-radius: 3px; padding: 1.5% 3.5%; }

.rec-pill {
  position: absolute; top: 5.5%; right: 2%; z-index: 4;
  display: inline-flex; align-items: center; gap: 6px; gap: .8cqw;
  font-family: var(--display); font-weight: 600; font-size: 7px; font-size: 1.05cqw;
  line-height: 1.2; letter-spacing: .06em; white-space: nowrap;
  color: #ffb4ae; background: rgba(20,10,12,.72);
  border: 1px solid rgba(248,113,113,.35); border-radius: 999px; padding: 1% 2.4%;
}
.rec-dot { flex: none; width: 6px; height: 6px; width: .85cqw; height: .85cqw; border-radius: 50%; background: #f87171; animation: recblink 1.2s steps(2) infinite; }
@keyframes recblink { 50% { opacity: .2; } }

.callwin {
  background: #16181f; border: 1px solid #262a34; border-radius: var(--r-md); overflow: hidden;
  box-shadow: 0 30px 60px -24px rgba(16,19,30,.55), 0 2px 6px rgba(16,19,30,.18);
}
.cw-bar { display: flex; align-items: center; gap: 6px; height: 30px; padding: 0 12px; border-bottom: 1px solid #262a34; }
.cw-bar i { flex: none; width: 8px; height: 8px; border-radius: 50%; background: #2c313b; }
.cw-bar span { margin-left: 8px; font-size: 12px; color: rgba(255,255,255,.6); }
.cw-share { position: relative; aspect-ratio: 1512 / 982; container-type: inline-size; overflow: hidden; background: linear-gradient(135deg, #1c2030, #101321 62%); }
.cw-sharebadge {
  position: absolute; top: 4%; left: 50%; transform: translateX(-50%); z-index: 2;
  font-family: var(--display); font-weight: 600; font-size: 8px; line-height: 1; letter-spacing: .04em;
  white-space: nowrap; color: #34d399; background: rgba(18,185,129,.12);
  border: 1px solid rgba(18,185,129,.35); border-radius: 999px; padding: 3px 8px;
}
.cw-people { display: grid; grid-template-columns: repeat(3, 1fr); gap: 6px; padding: 8px; }
.cw-tile { position: relative; aspect-ratio: 16 / 10; background: #232733; border-radius: 6px; display: grid; place-items: center; font-family: var(--display); font-weight: 600; font-size: 11px; color: rgba(255,255,255,.75); }
.cw-tile.is-speaking { outline: 2px solid #34d399; outline-offset: -2px; }
.cw-bars { position: absolute; right: 6px; bottom: 6px; display: flex; align-items: flex-end; gap: 2px; height: 10px; }
.cw-bars b { width: 2px; height: 4px; border-radius: 1px; background: #34d399; animation: cwbars .9s ease-in-out infinite alternate; }
.cw-bars b:nth-child(2) { height: 8px; animation-delay: .15s; }
.cw-bars b:nth-child(3) { height: 5px; animation-delay: .3s; }
@keyframes cwbars { from { height: 3px; } to { height: 10px; } }
.cw-controls { display: flex; justify-content: center; gap: 10px; padding: 10px 0 14px; }
.cw-controls i { flex: none; width: 26px; height: 26px; border-radius: 50%; background: #232733; }
.cw-controls i.is-share { background: rgba(18,185,129,.25); }
.cw-controls i.is-leave { width: 40px; border-radius: 999px; background: #e5484d; }

.works {
  max-width: 890px; margin: 56px auto 0;
  display: grid; grid-template-columns: auto minmax(0, 1fr); gap: 36px; align-items: center;
}
.works-seal { flex: none; display: block; width: 168px; height: 168px; }

.works h3 { font-size: 25px; margin: 10px 0 0; }
.works-body > p { color: var(--muted); font-size: 16px; margin: 12px 0 0; max-width: 620px; }
.works-names {
  list-style: none; margin: 22px 0 0; padding: 0;
  display: flex; flex-wrap: wrap; align-items: center;
  gap: 8px;
  font-family: var(--display);
}
.works-names li {
  color: #fff; background: var(--muted);
  border-radius: 999px; padding: 6px 14px; line-height: 1.2;
  font-weight: 600; font-size: 13.5px; letter-spacing: .01em;
  white-space: nowrap;
}
.works-names li.n-zoom     { background: #0b5cff; }
.works-names li.n-meet     { background: #00832d; }
.works-names li.n-teams    { background: #4b53bc; }
.works-names li.n-webex    { background: #005073; }
.works-names li.n-slack    { background: #4a154b; }
.works-names li.n-facetime { background: #1d7a33; }
.works-names li.is-any     { background: transparent; color: var(--muted); border: 1px dashed #c9cdd8; }
.works-body > .works-fine { color: var(--faint); font-size: 12px; line-height: 1.55; margin-top: 18px; max-width: 640px; }

.privacy-panel {
  position: relative; overflow: hidden;
  max-width: 700px; margin: 0 auto; text-align: center;
  background: var(--surface); border: 1px solid var(--line);
  border-radius: var(--r-xl); padding: 52px 44px 48px;
  box-shadow: var(--shadow-1), 0 28px 56px -38px rgba(21,23,28,.20);
}
.privacy-wash {
  position: absolute; inset: -60% -20% auto -20%; height: 190%;
  background: radial-gradient(46% 42% at 50% 0%, rgba(59,69,224,.10), transparent 70%);
  pointer-events: none;
}
.privacy-panel .privacy-banner {
  position: relative;
  display: flex; width: max-content; max-width: 100%;
  align-items: center; justify-content: center; gap: 9px;
  margin: 0 auto 24px; padding: 10px 22px 10px 18px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--accent), #5a63e8);
  color: #fff;
  font-family: var(--display); font-weight: 700; font-size: 13px;
  letter-spacing: .1em; text-transform: uppercase;
  box-shadow: 0 10px 22px -10px rgba(47,55,180,.6);
}
.privacy-banner svg { flex: none; }
.privacy-badge {
  position: relative;
  display: inline-grid; place-items: center;
  width: 62px; height: 62px; border-radius: 50%;
  background: var(--accent-wash); color: var(--accent);
  box-shadow: 0 0 0 8px rgba(59,69,224,.05);
}
.privacy-panel h2 { position: relative; font-size: clamp(25px, 3.2vw, 33px); line-height: 1.12; margin: 22px 0 0; }
.privacy-panel p { position: relative; color: var(--muted); font-size: 17px; margin: 16px auto 0; max-width: 52ch; }

.price-card {
  max-width: 460px; margin: 44px auto 0; background: var(--bg);
  border: 1px solid var(--line); border-radius: var(--r-xl); padding: 36px; text-align: center;
  box-shadow: var(--shadow-1), 0 28px 56px -36px rgba(21,23,28,0.22);
}
.price-card .plan { font-family: var(--display); font-weight: 600; letter-spacing: .04em; text-transform: uppercase; font-size: 13px; color: var(--muted); }
.amount { display: flex; align-items: baseline; justify-content: center; gap: 6px; margin: 14px 0 6px; }
.amount .big { font-family: var(--display); font-weight: 700; font-size: 56px; letter-spacing: -0.03em; }
.amount .per { color: var(--muted); font-size: 15.5px; }
.includes { list-style: none; padding: 0; margin: 26px 0; text-align: left; display: grid; gap: 12px; }
.includes li { display: flex; gap: 11px; align-items: flex-start; font-size: 15.5px; color: var(--ink); }
.includes svg { flex: none; margin-top: 4px; color: var(--accent); }
.price-card .btn-primary { width: 100%; justify-content: center; padding: 15px; font-size: 16px; }
.req { color: var(--faint); font-size: 13.5px; margin: 16px 0 0; }

.platform-switch { display: flex; gap: 4px; margin: 16px 0 4px; padding: 4px; border-radius: 999px; background: var(--accent-wash); }
.platform-btn {
  flex: 1 1 0; min-width: 0; min-height: 40px;
  display: inline-flex; align-items: center; justify-content: center; gap: 6px;
  font-family: var(--display); font-weight: 600; font-size: 14.5px;
  color: var(--muted); background: transparent;
  border: 1px solid transparent; border-radius: 999px;
  padding: 6px 12px; cursor: pointer;
  transition: background .15s ease, color .15s ease, border-color .15s ease;
}
.platform-btn.is-active { background: var(--surface); color: var(--ink); border-color: var(--line); }
.platform-btn:focus-visible { outline: 3px solid var(--accent); outline-offset: 2px; }
.soon-chip { font-family: var(--display); font-weight: 600; font-size: 10px; text-transform: uppercase; letter-spacing: .08em; color: var(--accent); background: var(--accent-wash); border-radius: 999px; padding: 2px 7px; vertical-align: middle; }

.platform-pane-win { padding-top: 40px; }
.platform-pane-win h3 { font-size: 20px; margin: 14px 0 0; }
.platform-pane-win p { color: var(--muted); font-size: 15.5px; margin: 10px 0 0; }
.platform-pane-win .btn-ghost { margin-top: 22px; background: var(--surface); }
.pane-switch { display: inline-block; margin-top: 10px; padding: 10px 6px; font-size: 14.5px; color: var(--accent); text-decoration: none; }
.pane-switch:hover { text-decoration: underline; }

@media (max-width: 900px) {
  .glow { inset: -8% 0 -10% 0; }
  .demo-duo { grid-template-columns: 1fr; gap: 32px; }
  .demo-them .callwin { max-width: 420px; width: 100%; margin: 0 auto; }
  .works { grid-template-columns: 1fr; gap: 20px; }
  .works-seal { width: 148px; height: 148px; }
}

@media (max-width: 640px) {
  .card { padding: 22px; }
  .price-card { padding: 28px; }
  .amount .big { font-size: 48px; }
  .works { margin-top: 44px; }
  .works-seal { width: 128px; height: 128px; }
  .works h3 { font-size: 21px; }
  .works-body > p { font-size: 15.5px; }
  .works-names { gap: 7px; }
  .works-names li { font-size: 12.5px; padding: 5px 11px; }
}

@media (max-width: 420px) {
  .demo-fig figcaption { font-size: 13px; }
}

@media (prefers-reduced-motion: reduce) {
  .live-dot, .caret, .mt-caret, .mi-pulse, .mt-dot, .rec-dot, .cw-bars b { animation: none; }
  .card { transition: none; }
}

.contact-page { max-width: 560px; text-align: center; }
.contact-page h1, .contact-page .legal-lede { margin-left: auto; margin-right: auto; }

.contact-form {
  margin-top: 34px; display: grid; gap: 18px; text-align: left;
  background: var(--surface); border: 1px solid var(--line);
  border-radius: var(--r-xl); padding: 32px;
  box-shadow: var(--shadow-1), 0 24px 48px -36px rgba(21,23,28,.20);
}
.contact-form .field { display: grid; gap: 6px; }
.contact-form label { font-family: var(--display); font-weight: 600; font-size: 14.5px; }
.contact-form input, .contact-form textarea { font: inherit; color: var(--ink); background: var(--bg); border: 1px solid var(--line); border-radius: var(--r-md); padding: 12px 14px; width: 100%; }
.contact-form textarea { resize: vertical; min-height: 150px; }
.contact-form input:focus-visible, .contact-form textarea:focus-visible { outline: 3px solid var(--accent); outline-offset: 1px; }
.contact-form button { width: 100%; justify-content: center; margin-top: 4px; padding: 14px; font-size: 16px; }
.field-count { color: var(--faint); font-size: 12.5px; margin: 2px 0 0; text-align: right; font-variant-numeric: tabular-nums; }
.field-count.is-full { color: var(--accent); }
.contact-alt { color: var(--faint); font-size: 12.5px; margin: 18px 0 0; }
.contact-alt a { color: var(--muted); }
.contact-alt a:hover { color: var(--ink); }
.form-done { background: var(--accent-wash); border: 1px solid var(--accent); border-radius: var(--r-md); padding: 14px 16px; margin: 26px 0 0; }
.form-done:focus-visible { outline: 3px solid var(--accent); outline-offset: 2px; }
.form-errors { color: #a4262c; font-weight: 500; margin: 26px 0 0; }

.hp { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
