@font-face {
  font-family:Dela;
  src:url('./assets/fonts/dela-cyrillic.woff2') format('woff2');
  font-weight:400;
  font-display:swap
}
@font-face {
  font-family:Golos;
  src:url('./assets/fonts/golos-cyrillic.woff2') format('woff2');
  font-weight:400 900;
  font-display:swap
}
:root {
  --blue:#2582bd;
  --blue-dark:#245e82;
  --blue-pale:#eaf0f2;
  --ink:#292637;
  --muted:#696975;
  --paper:#f5f4ee;
  --white:#fffef9;
  --cream:#fffbe9;
  --line:#d9dcd9;
  --lime:#e7f58b;
  --error:#992f27;
  --error-bg:#fff0eb;
  --warning:#725020;
  --warning-bg:#fcf3dc;
  --success:#326148;
  --success-bg:#edf5ed;
  --font:Golos,Arial,sans-serif;
  --display:Dela,Arial,sans-serif;
  --radius:12px
}
* {
  box-sizing:border-box
}
html {
  scrollbar-gutter:stable
}
body {
  margin:0;
  min-width:320px;
  background:var(--paper);
  color:var(--ink);
  font:14px/1.5 var(--font);
  -webkit-font-smoothing:antialiased
}
[hidden] {
  display:none!important
}
h1,p {
  margin-top:0
}
button,input,select,textarea {
  font:inherit
}
button {
  cursor:pointer;
  transition:background .2s,color .2s,border-color .2s,transform .2s
}
button:active:not(:disabled) {
  transform:translateY(2px)
}
button:disabled {
  cursor:not-allowed;
  opacity:.5
}
button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible {
  outline:3px solid var(--blue);
  outline-offset:4px
}
body[data-page="home"] button:focus-visible,body[data-page="home"] a:focus-visible {
  outline-color:var(--lime)
}
.sr-only,.skip-link:not(:focus) {
  position:absolute;
  width:1px;
  height:1px;
  padding:0;
  overflow:hidden;
  clip-path:inset(50%);
  white-space:nowrap
}
.skip-link:focus {
  position:fixed;
  z-index:30;
  padding:16px;
  background:var(--cream);
  color:var(--ink)
}
.topbar {
  position:relative;
  z-index:3;
  max-width:1600px;
  margin:auto;
  min-height:88px;
  padding:20px 4.5vw;
  display:grid;
  grid-template-columns:1fr auto 1fr;
  align-items:center;
  gap:24px;
  border-bottom:1px solid var(--line)
}
.brand {
  display:inline-flex;
  gap:10px;
  align-items:center;
  justify-self:start;
  color:inherit;
  text-decoration:none;
  font-size:15px;
  font-weight:600;
  letter-spacing:-.04em
}
.brand-mark {
  display:grid;
  place-items:center;
  width:40px;
  height:40px;
  border:1px solid currentColor;
  border-radius:50%;
  font:20px var(--display)
}
.topbar nav {
  display:flex;
  gap:4px;
  padding:4px;
  background:#e8e9e3;
  border-radius:40px
}
.nav-link {
  background:transparent;
  color:inherit;
  border:0;
  border-radius:30px;
  padding:10px 20px;
  min-height:40px;
  font-size:12px;
  font-weight:500
}
.nav-link:hover {
  background:#ffffff80
}
.nav-link[aria-current="page"] {
  background:var(--white);
  box-shadow:0 2px 4px #29263708
}
.local-badge {
  justify-self:end;
  max-width:225px;
  font-size:10px;
  line-height:1.4;
  color:var(--muted)
}
.local-badge::before {
  content:'';
  display:inline-block;
  width:5px;
  height:5px;
  border-radius:50%;
  margin:0 7px 1px 0;
  background:currentColor
}
.view {
  display:none
}
.view.is-active {
  display:block
}
/* One scene, not a headline with an illustration underneath. */
body[data-page="home"] {
  background:var(--blue);
  color:var(--cream)
}
body[data-page="home"] .topbar {
  border:0
}
body[data-page="home"] .topbar nav {
  background:#ffffff12
}
body[data-page="home"] .nav-link:hover {
  background:#ffffff18
}
body[data-page="home"] .local-badge {
  color:var(--cream)
}
.home-view {
  position:relative;
  isolation:isolate;
  max-width:1600px;
  margin:auto;
  height:calc(100svh - 151px);
  min-height:650px;
  max-height:1050px;
  overflow:hidden
}
.hero-copy {
  position:absolute;
  z-index:2;
  top:8%;
  left:4.5vw;
  width:36%
}
.hero-eyebrow {
  display:flex;
  align-items:center;
  gap:10px;
  font-size:11px;
  font-weight:500;
  margin-bottom:24px
}
.hero-eyebrow>span {
  color:var(--lime);
  font-size:24px;
  line-height:1
}
.hero-copy h1 {
  font:400 clamp(32px,3.15vw,51px)/1.12 var(--display);
  letter-spacing:-.04em;
  text-transform:uppercase;
  margin:0 0 26px
}
.hero-copy h1 span {
  display:block;
  white-space:nowrap
}
.hero-copy p {
  max-width:300px;
  font-size:14px;
  line-height:1.65;
  opacity:.9
}
.hero-stage {
  position:absolute;
  inset:0
}
.hero-character {
  position:absolute;
  z-index:-1;
  width:min(65vw,max(540px,calc((100svh - 151px)*.95)),950px);
  left:56%;
  top:48%;
  transform:translate(-50%,-50%);
  margin:0;
  pointer-events:none
}
.hero-character img {
  display:block;
  width:100%;
  height:auto;
  mask-image:linear-gradient(to right,transparent,#000 10%,#000 90%,transparent),linear-gradient(to bottom,transparent,#000 9%,#000 93%,transparent);
  mask-composite:intersect
}
.hero-signature {
  position:absolute;
  z-index:2;
  right:4.5vw;
  top:17%;
  display:flex;
  align-items:center;
  gap:14px;
  max-width:230px;
  align-items:flex-start
}
.signature-star {
  display:grid;
  place-items:center;
  flex:0 0 48px;
  height:48px;
  border:1px solid #fffbe970;
  border-radius:50%;
  font-size:26px
}
.hero-signature p {
  margin:0;
  font-size:13px;
  font-weight:600;
  line-height:1.3
}
.hero-signature p span {
  display:block;
  font-size:10px;
  font-weight:400;
  margin-top:6px;
  opacity:.85;
  line-height:1.55
}
.hero-action {
  position:absolute;
  z-index:2;
  bottom:15%;
  width:255px
}
.hero-action-left {
  left:4.5vw
}
.hero-action-right {
  right:4.5vw;
  width:238px
}
.hero-button {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  width:100%;
  min-height:64px;
  padding:10px 12px 10px 24px;
  border:1px solid var(--ink);
  border-radius:40px;
  color:var(--cream);
  background:var(--ink);
  font-size:14px;
  font-weight:600;
  letter-spacing:-.025em;
  white-space:nowrap
}
.hero-button span {
  display:grid;
  place-items:center;
  width:40px;
  height:40px;
  flex:0 0 40px;
  border-radius:50%;
  font:22px Arial;
  color:var(--ink);
  background:var(--lime);
  transition:transform .2s
}
.hero-button:hover {
  background:#40344f
}
.hero-button:hover span {
  transform:rotate(45deg)
}
.hero-action-right .hero-button {
  background:var(--cream);
  border-color:var(--cream);
  color:var(--ink)
}
.hero-action-right .hero-button span {
  background:#2926370d
}
.hero-action-right .hero-button:hover {
  background:var(--lime);
  border-color:var(--lime)
}
.hero-action p {
  max-width:215px;
  font-size:11px;
  line-height:1.6;
  margin:14px 0 0 20px;
  opacity:.8
}
.workspace {
  max-width:1320px;
  margin:auto;
  padding:42px 4.5vw 64px
}
.section-heading {
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:24px;
  padding-bottom:24px;
  margin-bottom:28px;
  border-bottom:1px solid var(--line)
}
.eyebrow {
  margin:0 0 12px;
  font-size:10px;
  letter-spacing:.14em;
  text-transform:uppercase;
  color:var(--muted);
  font-weight:500
}
.section-heading h1 {
  font:400 clamp(26px,2.5vw,37px)/1.25 var(--display);
  letter-spacing:-.055em;
  margin:0 0 12px
}
.section-description {
  font-size:13px;
  color:var(--muted);
  margin:0;
  max-width:580px
}
.character-media {
  position:relative;
  flex:0 0 88px;
  width:88px;
  line-height:0
}
.character-media img,.character-media video {
  display:block;
  width:100%;
  height:auto;
  aspect-ratio:1122/1402;
  object-fit:contain;
  border-radius:44px 44px 10px 10px
}
.media-toggle {
  margin-top:8px;
  line-height:1.4;
  width:100%
}
.assignment-layout {
  display:grid;
  grid-template-columns:minmax(0,1fr) 300px;
  gap:48px;
  align-items:start
}
.form-fields {
  min-width:0
}
.phrase-block {
  margin-bottom:30px;
  padding-bottom:26px;
  border-bottom:1px solid var(--line)
}
.phrase-block>label {
  display:block;
  font-size:16px;
  font-weight:600;
  margin-bottom:12px
}
label span {
  font-weight:400;
  font-size:10px;
  color:var(--muted);
  margin-left:8px
}
.inline-control {
  display:flex;
  gap:8px
}
.inline-control input {
  flex:1;
  min-width:0
}
.inline-control button {
  flex:0 0 auto
}
.form-grid {
  display:grid;
  grid-template-columns:repeat(6,minmax(0,1fr));
  gap:26px 20px
}
.field {
  min-width:0;
  position:relative
}
.field.half {
  grid-column:span 3
}
.field.wide {
  grid-column:span 4
}
.field.code-field,.field.third {
  grid-column:span 2
}
.field label {
  display:block;
  font-size:12px;
  font-weight:500;
  margin-bottom:9px
}
.field input,.field select,.phrase-block input,.saved-text {
  width:100%;
  min-height:48px;
  border:1px solid var(--line);
  background:var(--white);
  color:var(--ink);
  border-radius:9px;
  padding:12px;
  font-size:13px;
  transition:border-color .2s,box-shadow .2s
}
.field input:hover,.field select:hover,.phrase-block input:hover {
  border-color:#9daeb5
}
.field input:focus,.field select:focus,.phrase-block input:focus {
  border-color:var(--blue);
  box-shadow:0 0 0 3px #2582bd0a
}
input::placeholder {
  color:#96969c
}
input[aria-invalid="true"],select[aria-invalid="true"] {
  border-color:var(--error)
}
.field-note {
  font-size:11px;
  line-height:1.6;
  color:var(--muted);
  margin:8px 0 0
}
.field-note:empty {
  display:none
}
.attention {
  color:var(--warning)
}
.field-error {
  font-size:12px;
  color:var(--error);
  margin:8px 0 0
}
.code-control {
  position:relative
}
.code-control input {
  font-weight:600;
  padding-right:12px;
  background:#edf0eb
}
.edit-code {
  border:0;
  background:transparent;
  color:var(--blue-dark);
  font-size:10px;
  text-decoration:underline;
  text-underline-offset:3px;
  margin:7px 0 0;
  padding:4px 0;
  min-height:24px
}
.code-field .field-note {
  margin-top:2px
}
.suggestions {
  margin-top:6px;
  padding:4px;
  border:1px solid var(--line);
  border-radius:8px;
  background:var(--white);
  max-height:220px;
  overflow:auto
}
.suggestions button {
  display:block;
  width:100%;
  text-align:left;
  color:var(--ink);
  border:0;
  background:transparent;
  border-radius:4px;
  padding:10px;
  font-size:12px
}
.suggestions button:hover,.suggestions button:focus-visible {
  background:var(--blue-pale)
}
.result-column {
  position:sticky;
  top:24px;
  min-width:0
}
.preview-card {
  position:relative;
  background:var(--white);
  border:1px solid var(--line);
  padding:26px;
  border-radius:14px
}
.preview-card::before {
  content:'№';
  display:block;
  font:28px var(--display);
  color:var(--blue);
  margin-bottom:24px
}
.preview-label,.saved-label {
  display:block;
  font-size:10px;
  text-transform:uppercase;
  letter-spacing:.12em;
  color:var(--muted);
  margin-bottom:14px;
  font-weight:500
}
#preview-number {
  display:block;
  font:400 23px/1.3 var(--display);
  letter-spacing:-.04em;
  overflow-wrap:anywhere;
  font-variant-numeric:tabular-nums
}
.copy-line {
  font-size:12px;
  line-height:1.7;
  margin:16px 0 0;
  overflow-wrap:anywhere;
  user-select:all
}
#preview-status {
  font-size:12px;
  margin:22px 0 0
}
.preview-disclaimer {
  border-top:1px dashed var(--line);
  padding-top:18px;
  margin:22px 0 0;
  font-size:10px;
  line-height:1.6;
  color:var(--muted)
}
.primary,.secondary,.quiet-button {
  min-height:44px;
  padding:11px 16px;
  border-radius:30px;
  font-size:12px;
  font-weight:500;
  line-height:1.4
}
.primary {
  background:var(--ink);
  border:1px solid var(--ink);
  color:var(--white)
}
.primary:hover:not(:disabled) {
  background:#454058;
  border-color:#454058
}
.secondary {
  background:var(--white);
  border:1px solid var(--line);
  color:var(--ink)
}
.secondary:hover:not(:disabled) {
  border-color:var(--ink);
  background:#eeeee7
}
.quiet-button {
  color:var(--blue-dark);
  border:1px solid transparent;
  background:transparent;
  text-decoration:underline;
  text-underline-offset:3px
}
.quiet-button:hover {
  background:var(--blue-pale)
}
.submit-button {
  width:100%;
  min-height:54px;
  margin-top:14px;
  font-size:13px
}
.message {
  font-size:12px;
  line-height:1.6;
  margin-top:16px;
  padding:18px;
  border-radius:10px
}
.message strong {
  display:block
}
.message.error {
  color:var(--error);
  background:var(--error-bg);
  border-left:3px solid var(--error)
}
.message.warning {
  color:var(--warning);
  background:var(--warning-bg);
  border-left:3px solid #bf8a38
}
.message button {
  margin-top:10px
}
.duplicate-item {
  padding:12px 0;
  border-bottom:1px solid #dfcea8;
  overflow-wrap:anywhere
}
.duplicate-item span {
  display:block
}
.duplicate-item:last-child {
  border:0
}
.saved-card {
  margin-top:18px;
  padding:22px;
  border-radius:14px;
  background:var(--success-bg);
  border:1px solid #cadfce
}
.saved-label {
  color:var(--success)
}
.saved-card strong {
  display:block;
  font-size:21px;
  overflow-wrap:anywhere
}
.saved-card p {
  margin:12px 0;
  font-size:12px
}
.saved-text {
  font-size:12px;
  line-height:1.6;
  resize:vertical;
  min-height:88px
}
.saved-actions {
  display:grid;
  gap:8px;
  margin-top:12px
}
.saved-card>button {
  width:100%;
  margin-top:8px
}
.filters {
  display:grid;
  grid-template-columns:minmax(200px,2fr) minmax(150px,1.35fr) minmax(120px,1fr) minmax(120px,.8fr) minmax(120px,.8fr);
  gap:16px;
  padding:0 0 28px
}
.filter-actions {
  grid-column:1/-1;
  display:flex;
  gap:12px
}
.table-wrap {
  overflow-x:auto
}
table {
  width:100%;
  border-collapse:collapse;
  text-align:left;
  font-size:12px;
  font-variant-numeric:tabular-nums
}
th {
  font-size:9px;
  font-weight:500;
  color:var(--muted);
  padding:14px 12px;
  background:#e9ece7;
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
  text-transform:uppercase;
  letter-spacing:.06em
}
td {
  padding:24px 12px;
  border-bottom:1px solid var(--line);
  vertical-align:top
}
tr:hover td {
  background:#ffffff50
}
td strong {
  display:block;
  font-size:12px;
  font-weight:500;
  overflow-wrap:anywhere;
  min-width:95px
}
td:first-child strong {
  color:var(--blue-dark);
  font-weight:600;
  font-size:14px
}
.cell-secondary {
  display:block;
  color:var(--muted);
  font-size:10px;
  margin-top:7px
}
.copy-row {
  font-size:10px;
  padding:9px 12px;
  min-height:36px
}
.registry-status {
  padding:24px 0 0;
  color:var(--muted)
}
.empty-state {
  text-align:center;
  padding:70px 24px 22px;
  max-width:540px;
  margin:auto;
  font-size:18px
}
#registry-empty-action {
  display:block;
  margin:0 auto 40px
}
.footer {
  max-width:1600px;
  margin:auto;
  display:flex;
  gap:32px;
  justify-content:space-between;
  align-items:center;
  padding:20px 4.5vw;
  border-top:1px solid var(--line);
  font-size:9px;
  color:var(--muted)
}
.footer-brand {
  max-width:450px;
  white-space:normal
}
.footer p {
  margin:0;
  max-width:590px;
  text-align:right
}
body[data-page="home"] .footer {
  border-color:#fffbe926;
  color:#fffbe9a6
}
.toast {
  position:fixed;
  bottom:24px;
  left:50%;
  transform:translateX(-50%);
  background:var(--ink);
  color:var(--white);
  padding:14px 22px;
  border-radius:30px;
  z-index:20;
  max-width:min(480px,90vw);
  font-size:13px
}
@media(min-width:1600px) {
  .hero-copy,.hero-action-left {
    left:72px
  }
  .hero-signature,.hero-action-right {
    right:72px
  }
}
@media(max-width:1100px) {
  .topbar {
    gap:14px;
    padding-inline:4vw
  }
  .brand {
    font-size:13px
  }
  .local-badge {
    font-size:9px;
    max-width:160px
  }
  .nav-link {
    padding-inline:15px
  }
  .home-view {
    min-height:620px
  }
  .hero-copy {
    width:40%;
    top:7%;
    left:4vw
  }
  .hero-copy h1 {
    font-size:clamp(31px,3.8vw,42px)
  }
  .hero-copy p {
    font-size:12px;
    max-width:235px
  }
  .hero-character {
    width:70vw;
    left:58%;
    top:47%
  }
  .hero-signature {
    right:4vw;
    top:9%;
    max-width:180px;
    gap:9px
  }
  .signature-star {
    flex-basis:34px;
    height:34px;
    font-size:20px
  }
  .hero-signature p {
    font-size:11px
  }
  .hero-signature p span {
    font-size:9px
  }
  .hero-action {
    width:220px;
    left:4vw
  }
  .hero-action-right {
    width:205px;
    left:auto;
    right:4vw
  }
  .hero-button {
    padding-left:19px;
    font-size:12px;
    min-height:58px
  }
  .hero-button span {
    width:34px;
    height:34px;
    flex-basis:34px
  }
  .hero-action p {
    font-size:10px
  }
  .workspace {
    padding-inline:4vw
  }
  .assignment-layout {
    grid-template-columns:minmax(0,1fr) 270px;
    gap:28px
  }
  .inline-control {
    flex-wrap:wrap
  }
  .inline-control input {
    flex-basis:100%
  }
  .field.third {
    grid-column:span 3
  }
  .field.third:last-child {
    grid-column:span 6
  }
  .filters {
    grid-template-columns:repeat(3,minmax(0,1fr))
  }
  .form-grid {
    gap:22px 16px
  }
}
@media(max-width:760px) {
  .topbar {
    grid-template-columns:1fr auto;
    min-height:80px;
    padding:17px 20px;
    gap:12px
  }
  .brand {
    font-size:13px
  }
  .brand-mark {
    width:32px;
    height:32px;
    font-size:16px
  }
  .topbar nav {
    padding:2px
  }
  .nav-link {
    padding:8px 11px;
    font-size:10px;
    min-height:36px
  }
  .local-badge {
    grid-column:1/-1;
    justify-self:start;
    font-size:9px;
    max-width:none
  }
  .home-view {
    height:auto;
    max-height:none;
    min-height:0;
    padding:18px 20px 36px;
    display:none;
    overflow:hidden
  }
  .home-view.is-active {
    display:flex;
    flex-direction:column
  }
  .hero-copy {
    position:relative;
    top:auto;
    left:auto;
    width:100%;
    z-index:2
  }
  .hero-eyebrow {
    display:none
  }
  .hero-copy h1 {
    font-size:clamp(29px,7.6vw,48px);
    line-height:1.08;
    letter-spacing:-.06em;
    margin-bottom:16px
  }
  .hero-copy h1 span {
    display:inline;
    white-space:normal
  }
  .hero-copy h1 span::after {
    content:' '
  }
  .hero-copy p {
    font-size:11px;
    line-height:1.6;
    max-width:290px;
    margin:0
  }
  .hero-copy p br {
    display:none
  }
  .hero-signature {
    display:none
  }
  .hero-stage {
    position:relative;
    inset:auto;
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:20px 10px;
    margin-top:-24px
  }
  .hero-character {
    position:relative;
    grid-column:1/-1;
    grid-row:1;
    width:calc(100% + 52px);
    left:auto;
    top:auto;
    transform:none;
    margin:0 -26px;
    z-index:-1
  }
  .hero-character img {
    width:100%;
    height:auto;
    mask-image:linear-gradient(to right,transparent,#000 10%,#000 90%,transparent),linear-gradient(to bottom,transparent,#000 9%,#000 93%,transparent)
  }
  .hero-action,.hero-action-right {
    position:relative;
    inset:auto;
    width:auto;
    grid-row:2;
    align-self:start;
    margin-top:-46px
  }
  .hero-action-left {
    grid-column:1
  }
  .hero-action-right {
    grid-column:2
  }
  .hero-button {
    min-height:54px;
    padding:10px 10px 10px 16px;
    font-size:11px;
    gap:6px
  }
  .hero-button span {
    width:27px;
    height:27px;
    flex-basis:27px;
    font-size:18px
  }
  .hero-action p {
    font-size:9px;
    line-height:1.65;
    margin:12px 6px 0;
    max-width:160px
  }
  .workspace {
    padding:28px 20px 44px
  }
  .section-heading {
    align-items:center;
    gap:14px;
    padding-bottom:24px;
    margin-bottom:24px
  }
  .section-heading h1 {
    font-size:26px;
    line-height:1.22;
    margin-bottom:12px
  }
  .section-description {
    font-size:11px
  }
  .eyebrow {
    font-size:9px;
    margin-bottom:10px
  }
  .character-media {
    flex-basis:68px;
    width:68px
  }
  .assignment-layout {
    grid-template-columns:1fr;
    gap:26px
  }
  .result-column {
    position:static
  }
  .phrase-block>label {
    font-size:15px
  }
  .inline-control input,.field input,.field select {
    font-size:16px
  }
  .phrase-block .secondary {
    font-size:11px
  }
  .form-grid {
    gap:24px 14px
  }
  .field label {
    font-size:11px
  }
  .field-note {
    font-size:10px;
    line-height:1.6
  }
  .field.wide {
    grid-column:span 4
  }
  .field.code-field {
    grid-column:span 2
  }
  .edit-code {
    font-size:10px;
    min-height:30px
  }
  .preview-card {
    padding:24px
  }
  .preview-card::before {
    margin-bottom:18px
  }
  .filters {
    grid-template-columns:1fr 1fr;
    gap:18px 12px
  }
  .search-field {
    grid-column:1/-1
  }
  .filter-actions {
    gap:8px
  }
  .table-wrap {
    overflow:visible
  }
  table,tbody,tr,td {
    display:block
  }
  thead {
    display:none
  }
  tr {
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:15px;
    padding:24px 0;
    border-top:1px solid var(--line)
  }
  td {
    padding:0;
    border:0;
    overflow-wrap:anywhere
  }
  tr:hover td {
    background:none
  }
  td:first-child,td:nth-child(2) {
    grid-column:1/-1
  }
  td:first-child strong {
    font-size:20px
  }
  td:nth-child(2)::before {
    content:'Контрагент / наше юрлицо'
  }
  td:nth-child(3)::before {
    content:'Проект'
  }
  td:nth-child(4)::before {
    content:'Даты'
  }
  td:nth-child(5)::before {
    content:'Кто и когда'
  }
  td::before {
    display:block;
    color:var(--muted);
    font-size:9px;
    margin-bottom:6px
  }
  td:last-child {
    align-self:end;
    justify-self:end
  }
  td strong {
    min-width:0;
    font-size:12px
  }
  .footer {
    padding:20px;
    flex-direction:column;
    align-items:start;
    gap:9px;
    font-size:9px
  }
  .footer p {
    text-align:left
  }
  .footer-brand {
    white-space:normal
  }
}
@media(max-width:760px) {
  .hero-copy h1 {
    font-size:clamp(25px,6.6vw,43px);
    line-height:1.12;
    letter-spacing:-.035em
  }
  .hero-copy h1 span {
    display:block
  }
  .hero-copy h1 span::after {
    content:none
  }
  .hero-copy p {
    font-size:12px
  }
  .hero-button {
    font-size:12px;
    white-space:normal;
    text-align:left
  }
  .hero-button span {
    flex-basis:24px;
    width:24px;
    height:24px
  }
  .field-note {
    font-size:11px
  }
  .field label {
    font-size:12px
  }
  .hero-action p {
    font-size:10px
  }
}
@media(max-width:390px) {
  .topbar {
    padding-inline:16px;
    gap:10px
  }
  .brand {
    gap:6px;
    font-size:12px
  }
  .nav-link {
    padding-inline:9px
  }
  .hero-button {
    font-size:11px;
    padding-left:13px
  }
  .field.half,.field.third,.field.third:last-child {
    grid-column:1/-1
  }
}
@media(prefers-reduced-motion:reduce) {
  *,*::before,*::after {
    scroll-behavior:auto!important;
    animation:none!important;
    transition:none!important
  }
}
