@font-face {
  font-family: Saira Poster;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/saira-700.woff2") format("woff2");
}
@font-face {
  font-family: Saira Poster;
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("../fonts/saira-800.woff2") format("woff2");
}
@font-face {
  font-family: Telex Body;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/telex-400.woff2") format("woff2");
}

:root {
  --paper: #f3efe4;
  --paper-2: #e6dfd0;
  --ink: #14110e;
  --ink-2: #3a342c;
  --green: #0d2f24;
  --green-2: #006a4e;
  --mustard: #c4a35a;
  --brick: #9b2d1f;
  --cream: #f7f3ea;
  --focus: #c4a35a;
  --display: "Saira Poster", "Arial Narrow", sans-serif;
  --body: "Telex Body", Telex, "Segoe UI", sans-serif;
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --shell: min(1140px, 100% - 2rem);
  --section-y: clamp(2.5rem, 6vw, 4rem);
  --scrollbar-track: var(--paper);
  --scrollbar-thumb: var(--mustard);
  --scrollbar-thumb-active: var(--green);
  --scrollbar-size: 7px;
}

html[lang="ru"],
html[lang="uz"] {
  --display: "Noto Sans", "Saira Poster", "Noto Sans", sans-serif;
  --body: "Noto Sans", "Telex Body", "Noto Sans", "Segoe UI", sans-serif;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html {
  scroll-behavior: auto;
  overflow-x: clip;
  scrollbar-gutter: stable;
  touch-action: manipulation;
}

html.lenis {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

/* Custom scrollbar — desktop; mobile keeps system overlay */
@media (min-width: 768px) {
  html {
    scrollbar-width: thin;
    scrollbar-color: var(--scrollbar-thumb) var(--scrollbar-track);
  }

  html::-webkit-scrollbar {
    width: var(--scrollbar-size);
  }

  html::-webkit-scrollbar-track {
    background:
      linear-gradient(to right, var(--paper-2) 0, var(--paper-2) 1px, var(--scrollbar-track) 1px);
  }

  html::-webkit-scrollbar-thumb {
    background: var(--scrollbar-thumb);
    border-radius: 1px;
    box-shadow: inset 0 0 0 1px rgba(20, 38, 28, 0.12);
    transition: background 180ms var(--ease-out), box-shadow 180ms var(--ease-out);
  }

  html::-webkit-scrollbar-thumb:hover {
    background: var(--scrollbar-thumb-active);
    box-shadow: inset 3px 0 0 var(--mustard);
  }

  html::-webkit-scrollbar-thumb:active {
    background: var(--green-2);
    box-shadow: inset 3px 0 0 var(--cream);
  }
}

body {
  font-family: var(--body);
  font-size: 1.0625rem;
  line-height: 1.55;
  color: var(--ink);
  background: var(--paper);
  overflow-x: hidden;
}

body.modal-open { overflow: hidden; }

::selection { background: var(--green); color: var(--cream); }

:focus-visible {
  outline: 2px solid var(--focus);
  outline-offset: 3px;
}

img { max-width: 100%; height: auto; display: block; }

button, a { font: inherit; color: inherit; }

.shell {
  width: var(--shell);
  margin-inline: auto;
}

.skip {
  position: absolute;
  left: 1rem;
  top: -4rem;
  z-index: 80;
  background: var(--mustard);
  color: var(--ink);
  padding: 0.6rem 1rem;
  font-weight: 700;
}
.skip:focus { top: 1rem; }

.kickerless {
  font-family: var(--display);
  font-weight: 800;
  font-size: clamp(1.75rem, 5.5vw, 3rem);
  line-height: 0.95;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  margin-bottom: 1.25rem;
}

.stamp {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  min-height: 52px;
  padding: 0.85rem 1.5rem;
  border: 0;
  background: var(--green);
  color: var(--cream);
  font-family: var(--display);
  font-weight: 800;
  font-size: 1.2rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  cursor: pointer;
  box-shadow: 0 10px 24px rgba(20, 17, 14, 0.28);
  transition: transform 160ms var(--ease-out), background 160ms var(--ease-out);
}
.stamp:hover { background: var(--green-2); transform: translateY(-1px); }
.stamp:active { transform: scale(0.98); }
.stamp--invert {
  background: var(--mustard);
  color: var(--ink);
}
.stamp--invert:hover { background: #d4b66a; }
.stamp--sm {
  min-height: 44px;
  padding: 0.55rem 0.85rem;
  font-size: 0.95rem;
  box-shadow: none;
}
.stamp__arrow { flex-shrink: 0; opacity: 0.85; }

/* Header */
.mast {
  position: sticky;
  top: 0;
  z-index: 40;
  background: var(--green);
  color: var(--cream);
}
.mast__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  width: var(--shell);
  margin-inline: auto;
  padding: 0.65rem 0;
}
.mast__brand {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  text-decoration: none;
  font-family: var(--display);
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-size: 1rem;
  min-width: 0;
}
.mast__brand span { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.mast__tools { display: flex; align-items: center; gap: 0.5rem; flex-shrink: 0; }
.lang { display: flex; border: 1px solid rgba(243, 239, 228, 0.35); }
.lang__btn {
  border: 0;
  background: transparent;
  color: var(--cream);
  min-height: 44px;
  min-width: 44px;
  padding: 0 0.65rem;
  cursor: pointer;
  font-family: var(--display);
  letter-spacing: 0.06em;
  opacity: 0.55;
}
.lang__btn.is-active { opacity: 1; background: rgba(196, 163, 90, 0.22); }
.mast__cta {
  border: 0;
  background: transparent;
  color: var(--mustard);
  min-height: 44px;
  padding: 0 0.35rem;
  cursor: pointer;
  font-family: var(--display);
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 0.82rem;
  flex-shrink: 0;
}
.mast__cta:hover { color: var(--cream); }

/* Hero — mobile: photo band + one card; desktop: full-bleed + side rail */
.hero {
  position: relative;
  background: var(--green);
}
.hero__bg {
  position: relative;
  z-index: 0;
  height: clamp(220px, 38vh, 320px);
  overflow: hidden;
}
.hero__shot {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 40%;
}
.hero__grain {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(20, 38, 28, 0.1) 0%, rgba(20, 38, 28, 0.55) 100%);
}
.hero__inner {
  position: relative;
  z-index: 2;
  margin-top: -0.85rem;
  padding-bottom: 1.25rem;
  display: flex;
  flex-direction: column;
  box-shadow: 0 16px 36px rgba(20, 17, 14, 0.35);
}
.hero__flags {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  width: 100%;
  padding: 0.65rem 1rem;
  background: var(--green);
  border-bottom: 3px solid var(--mustard);
}
.hero__flags img {
  width: 2.75rem;
  height: 1.75rem;
  object-fit: cover;
  border: 1px solid rgba(255, 255, 255, 0.25);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
}
.hero__flags-x {
  font-family: var(--display);
  color: var(--mustard);
  font-size: 1.25rem;
  line-height: 1;
  opacity: 0.9;
}
.hero__poster {
  background: var(--paper);
  padding: 1.25rem 1.15rem 1.35rem;
  width: 100%;
}
.hero__mark {
  font-family: var(--display);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink-2);
  font-size: 0.8rem;
}
.hero__sum {
  font-family: var(--display);
  font-weight: 800;
  font-size: clamp(3.5rem, 16vw, 5.5rem);
  line-height: 0.85;
  letter-spacing: -0.04em;
  color: var(--green);
  margin: 0.2rem 0 0.5rem;
  padding-bottom: 0.4rem;
  border-bottom: 5px solid var(--mustard);
}
.hero__title {
  margin-top: 0.65rem;
  font-family: var(--display);
  font-weight: 800;
  font-size: clamp(1.45rem, 5.5vw, 2.25rem);
  line-height: 0.92;
  letter-spacing: -0.03em;
  text-transform: uppercase;
}
.hero__sub,
.hero__safe {
  margin-top: 0.65rem;
  color: var(--ink-2);
  font-size: 0.98rem;
}
.hero__safe {
  font-weight: 700;
  color: var(--brick);
}
.hero__tags {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  margin: 0.85rem 0 1rem;
}
.hero__tags li {
  font-family: var(--display);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-size: 0.72rem;
  padding: 0.25rem 0.45rem;
  background: var(--paper-2);
}
.hero__poster .stamp { width: 100%; }

/* Pay */
.pay {
  padding-block: var(--section-y);
  background: var(--paper);
}
.pay__stack {
  display: grid;
  gap: 1rem;
}
.pay__live,
.pay__ghost {
  padding: 1.25rem 1.15rem;
  background: var(--cream);
  border: 1px solid var(--paper-2);
}
.pay__live p,
.pay__ghost p,
.pay__rate {
  color: var(--ink-2);
  margin-top: 0.5rem;
  font-size: 0.98rem;
}
.pay__figure {
  display: block;
  font-family: var(--display);
  font-weight: 800;
  font-size: clamp(3rem, 12vw, 5.5rem);
  line-height: 0.85;
  letter-spacing: -0.04em;
  color: var(--green);
}
.pay__figure--ghost {
  color: transparent;
  -webkit-text-stroke: 1.5px var(--ink);
  font-size: clamp(2.2rem, 8vw, 3.5rem);
  opacity: 0.5;
}
.pay__rate {
  margin-top: 1.25rem;
  padding-top: 1rem;
  border-top: 1px solid var(--paper-2);
  font-size: 0.9rem;
}

/* Pitch */
.pitch {
  padding-block: var(--section-y);
  background: var(--green);
  color: var(--cream);
}
.pitch .kickerless {
  color: var(--mustard);
  margin-bottom: 1rem;
}
.pitch__copy {
  max-width: 54ch;
  display: grid;
  gap: 0.85rem;
}
.pitch__copy p {
  color: #f1e2dc;
  font-size: 1.02rem;
  line-height: 1.55;
}

/* Deed */
.deed {
  padding-block: var(--section-y);
  background: var(--cream);
}
.deed__inner {
  display: grid;
  gap: 2rem;
}
.deed__lead {
  color: var(--ink-2);
  margin-bottom: 1.25rem;
  max-width: 42ch;
}
.deed__list {
  display: grid;
  gap: 1rem;
}
.deed__list div {
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--paper-2);
}
.deed__list div:last-child { border-bottom: 0; padding-bottom: 0; }
.deed__list dt {
  font-family: var(--display);
  font-weight: 800;
  text-transform: uppercase;
  font-size: 1.15rem;
  line-height: 1.05;
  letter-spacing: -0.01em;
}
.deed__list dd {
  color: var(--ink-2);
  margin-top: 0.3rem;
  font-size: 0.98rem;
}
.deed__plates {
  display: grid;
  gap: 0.75rem;
}
.deed__plates figure {
  aspect-ratio: 3 / 2;
  overflow: hidden;
  background: var(--paper-2);
}
.deed__plates img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Who */
.who {
  background: var(--green);
  color: var(--cream);
  padding-block: var(--section-y);
}
.who .kickerless { color: var(--mustard); }
.who__pass {
  list-style: none;
  counter-reset: pass;
  max-width: 40rem;
}
.who__pass li {
  counter-increment: pass;
  display: grid;
  grid-template-columns: 2.5rem 1fr;
  gap: 0.75rem;
  align-items: start;
  padding: 0.85rem 0;
  border-bottom: 1px solid rgba(243, 239, 228, 0.18);
  font-size: 1rem;
}
.who__pass li:last-child { border-bottom: 0; }
.who__pass li::before {
  content: counter(pass, decimal-leading-zero);
  font-family: var(--display);
  color: var(--mustard);
  letter-spacing: 0.04em;
}

/* Path */
.path {
  padding-block: var(--section-y);
  background: var(--paper);
}
.path__folio {
  list-style: none;
  display: grid;
  gap: 0.75rem;
  grid-template-columns: 1fr;
}
.path__folio li {
  background: var(--cream);
  border: 1px solid var(--paper-2);
  padding: 1.1rem 1rem 1.15rem;
  min-height: 9rem;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}
.path__folio span {
  font-family: var(--display);
  color: var(--mustard);
  letter-spacing: 0.1em;
  font-size: 0.9rem;
}
.path__folio strong {
  font-family: var(--display);
  font-size: 1.45rem;
  line-height: 0.95;
  text-transform: uppercase;
  letter-spacing: -0.02em;
}
.path__folio p { color: var(--ink-2); font-size: 0.95rem; }

/* Anti-fake */
.nope {
  background: var(--brick);
  color: var(--cream);
  padding-block: var(--section-y);
}
.nope__inner {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.nope__struck {
  font-family: var(--display);
  font-weight: 800;
  font-size: clamp(4rem, 22vw, 8rem);
  line-height: 0.8;
  letter-spacing: -0.04em;
  color: var(--mustard);
}
.nope .kickerless { color: var(--cream); margin-bottom: 0.5rem; }
.nope__q {
  font-family: var(--display);
  font-size: clamp(1.25rem, 4vw, 1.75rem);
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: -0.02em;
  margin-bottom: 0.75rem;
}
.nope__a { color: #f1e2dc; max-width: 44ch; font-size: 0.98rem; }

/* Contact / lead form */
.wire {
  background: var(--green);
  color: var(--cream);
  padding-block: var(--section-y);
}

.lead {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.lead__rail {
  display: none;
}

.lead__slab {
  background: var(--paper);
  color: var(--ink);
  padding: 1.35rem 1.25rem 1.5rem;
  box-shadow: 0 14px 32px rgba(20, 17, 14, 0.28);
  scroll-margin-block: 12vh;
}

.lead__steps {
  margin-bottom: 1.15rem;
  padding-bottom: 0.95rem;
  border-bottom: 2px solid var(--paper-2);
}

.lead__steps-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.4rem;
}

.lead__step {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  min-height: 40px;
  padding: 0.35rem 0.35rem;
  border: 1px solid var(--paper-2);
  background: var(--cream);
  color: var(--ink-2);
  opacity: 0.72;
  text-align: center;
}

.lead__step-num {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.35rem;
  height: 1.35rem;
  font-family: var(--display);
  font-weight: 800;
  font-size: 0.72rem;
  letter-spacing: 0;
  background: var(--paper-2);
  color: var(--ink-2);
}

.lead__step-label {
  font-family: var(--display);
  font-size: 0.68rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  line-height: 1.15;
}

.lead__step.is-active {
  opacity: 1;
  border-color: var(--green);
  background: #e8efe9;
  color: var(--ink);
}

.lead__step.is-active .lead__step-num {
  background: var(--green);
  color: var(--cream);
}

.lead__step.is-done {
  opacity: 1;
  border-color: var(--mustard);
  color: var(--ink);
}

.lead__step.is-done .lead__step-num {
  background: var(--mustard);
  color: var(--green);
}

.lead__eyebrow {
  font-family: var(--display);
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--brick);
  margin-bottom: 0.35rem;
}

.lead__title {
  font-family: var(--display);
  font-weight: 800;
  font-size: clamp(1.65rem, 5vw, 2.35rem);
  line-height: 0.95;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  margin-bottom: 0.55rem;
}

.lead__intro {
  color: var(--ink-2);
  margin-bottom: 1.1rem;
  max-width: 42ch;
  font-size: 0.98rem;
}

.lead__hint {
  color: var(--ink-2);
  margin-bottom: 1rem;
  max-width: 42ch;
  font-size: 0.95rem;
}

.lead__alert {
  margin: 0 auto 1rem;
  max-width: 44ch;
  padding: 0.85rem 1rem;
  border: 1px solid var(--mustard);
  background: #fff8e6;
  color: var(--ink);
  font-size: 0.95rem;
  line-height: 1.45;
  text-align: left;
}

.lead__form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.lead__row {
  display: grid;
  gap: 0.85rem;
  grid-template-columns: 1fr;
}

.lead__field {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.lead__field--full {
  width: 100%;
}

.lead__field--full .lead__control {
  width: 100%;
}

.lead__label {
  font-family: var(--display);
  font-size: 0.78rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--green);
}

.lead__input {
  width: 100%;
  min-height: 50px;
  padding: 0.7rem 0.75rem;
  border: 0;
  border-bottom: 2px solid var(--green);
  background: var(--cream);
  color: var(--ink);
  font-family: var(--body);
  font-size: 1.0625rem;
  transition: border-color 160ms var(--ease-out), background 160ms var(--ease-out);
}

.lead__control {
  position: relative;
  display: flex;
  align-items: stretch;
}

.lead__control--grow { flex: 1; min-width: 0; }

.lead__control .lead__input {
  padding-right: 2.5rem;
}

.lead__clear {
  position: absolute;
  top: 50%;
  right: 0.35rem;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border: 0;
  background: transparent;
  color: var(--ink-2);
  cursor: pointer;
  opacity: 0.65;
  transition: opacity 160ms var(--ease-out), color 160ms var(--ease-out);
}

.lead__clear:hover,
.lead__clear:focus-visible {
  opacity: 1;
  color: var(--brick);
}

.lead__input::placeholder { color: rgba(58, 52, 44, 0.45); }

.lead__input:focus {
  outline: none;
  border-bottom-color: var(--mustard);
  background: #fff;
}

.lead__input--invalid {
  border-bottom-color: var(--brick);
  background: rgba(155, 45, 31, 0.06);
}

.lead__input--invalid:focus {
  border-bottom-color: var(--brick);
}

.lead__pick {
  display: flex;
  flex-wrap: nowrap;
  gap: 0.35rem;
  width: 100%;
}

.lead__pick-btn {
  position: relative;
  display: flex;
  flex: 1 1 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.3rem;
  min-width: 0;
  min-height: 62px;
  padding: 0.45rem 0.2rem;
  border: 1px solid var(--paper-2);
  background: var(--cream);
  color: var(--ink-2);
  cursor: pointer;
  text-align: center;
  font-size: 0.62rem;
  font-family: var(--display);
  letter-spacing: 0.03em;
  text-transform: uppercase;
  transition: border-color 160ms var(--ease-out), background 160ms var(--ease-out), color 160ms var(--ease-out);
}

.lead__pick-btn span {
  display: block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.lead__pick-btn input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.lead__pick-btn svg { color: var(--green); opacity: 0.75; width: 18px; height: 18px; flex-shrink: 0; }

.lead__pick-btn.is-active,
.lead__pick-btn:has(input:checked) {
  border-color: var(--green);
  background: #e8efe9;
  color: var(--ink);
}

.lead__pick-btn.is-active svg,
.lead__pick-btn:has(input:checked) svg {
  opacity: 1;
  color: var(--green);
}

.lead__submit {
  width: 100%;
  margin-top: 0.15rem;
}

.lead__submit:disabled {
  opacity: 0.65;
  cursor: not-allowed;
}

.lead__note {
  text-align: center;
  font-size: 0.82rem;
  color: var(--ink-2);
  opacity: 0.85;
}

.lead__error {
  background: rgba(155, 45, 31, 0.1);
  border: 2px solid var(--brick);
  color: var(--brick);
  font-size: 0.92rem;
  font-weight: 600;
  text-align: center;
  padding: 0.7rem 0.85rem;
  line-height: 1.35;
}

.lead__error[hidden] {
  display: none;
}

.lead__slab--done {
  text-align: center;
}

.lead__done-mark {
  font-family: var(--display);
  font-weight: 800;
  font-size: 2.5rem;
  line-height: 1;
  color: var(--mustard);
  margin-bottom: 0.5rem;
}

.lead__slab--done .lead__intro,
.lead__slab--done .lead__hint,
.lead__slab--done .lead__alert {
  margin-inline: auto;
}

.lead__direct {
  display: flex;
  flex-wrap: nowrap;
  gap: 0.4rem;
  margin-top: 0.25rem;
  width: 100%;
}

.lead__direct-btn {
  flex: 1 1 0;
  min-width: 0;
  width: 100%;
  max-width: none;
  min-height: 46px;
  padding: 0.55rem 0.45rem;
  font-size: 0.72rem;
  letter-spacing: 0.03em;
  gap: 0.4rem;
}

.lead__direct-btn svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}

.lead__direct-btn span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.lead__quiz-actions {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  margin-top: 0.15rem;
}

.lead__quiz-yes,
.lead__quiz-no {
  width: 100%;
}

.lead__quiz-yes:disabled,
.lead__quiz-no:disabled {
  opacity: 0.65;
  cursor: not-allowed;
}

.lead__slab--reject .lead__intro {
  margin-inline: auto;
}

.lead__done-mark--reject {
  color: var(--brick);
}

/* Footer */
.colophon {
  padding-block: 2rem 6rem;
  background: #0e1a14;
  color: #c9c3b6;
  font-size: 0.9rem;
}
.colophon__flags { display: flex; gap: 0.6rem; margin-bottom: 1rem; }
.colophon p { max-width: 48ch; line-height: 1.5; }
.colophon__note { margin-top: 0.6rem; opacity: 0.75; }
.colophon__link { margin-top: 1rem; }
.colophon__tg {
  border: 0;
  background: transparent;
  color: var(--mustard);
  cursor: pointer;
  font-family: var(--display);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  min-height: 44px;
  padding: 0;
  font-size: 0.95rem;
}

.float {
  position: fixed;
  right: 0.75rem;
  bottom: 0.75rem;
  z-index: 45;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  min-height: 52px;
  padding: 0.65rem 1rem;
  border: 0;
  background: var(--green);
  color: var(--cream);
  font-family: var(--display);
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-size: 0.92rem;
  cursor: pointer;
  box-shadow: 0 12px 28px rgba(20, 17, 14, 0.35);
  transition: transform 160ms var(--ease-out), background 160ms var(--ease-out);
}
.float:hover { background: var(--green-2); transform: translateY(-1px); }
.float:active { transform: scale(0.98); }

.modal {
  position: fixed;
  inset: 0;
  z-index: 60;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}
.modal.is-visible { display: flex; }
.modal__veil {
  position: absolute;
  inset: 0;
  background: rgba(14, 26, 20, 0.72);
}
.modal__sheet {
  position: relative;
  background: var(--paper);
  padding: 2rem 1.4rem 1.6rem;
  max-width: 24rem;
  width: 100%;
  box-shadow: 0 22px 50px rgba(0, 0, 0, 0.35);
}
.modal__x {
  position: absolute;
  top: 0.6rem;
  right: 0.7rem;
  border: 0;
  background: transparent;
  min-height: 44px;
  cursor: pointer;
  font-family: var(--display);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ink-2);
}
.modal__sheet h2 {
  font-family: var(--display);
  font-size: 1.75rem;
  line-height: 0.95;
  text-transform: uppercase;
  margin-bottom: 0.7rem;
}
.modal__sheet p { color: var(--ink-2); margin-bottom: 1.2rem; }

@media (min-width: 640px) {
  .pay__stack {
    grid-template-columns: 1fr 1fr;
    align-items: stretch;
  }
  .path__folio {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 768px) {
  .mast__cta { display: inline-flex; align-items: center; }

  .hero {
    min-height: min(92svh, 760px);
    display: flex;
    align-items: flex-end;
    padding-bottom: 2.5rem;
  }
  .hero__bg {
    position: absolute;
    inset: 0;
    height: auto;
  }
  .hero__shot { object-position: center center; }
  .hero__inner {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    gap: 0;
    margin-top: 0;
    width: 100%;
    box-shadow: none;
  }
  .hero__flags {
    flex-direction: column;
    justify-content: flex-end;
    width: auto;
    padding: 1.25rem 0.75rem;
    border-bottom: 0;
    align-self: flex-end;
  }
  .hero__flags img {
    width: 3rem;
    height: 2rem;
  }
  .hero__flags-x { display: none; }
  .hero__poster {
    max-width: 32rem;
    padding: 1.75rem 1.85rem 1.9rem;
    box-shadow: 0 16px 36px rgba(20, 17, 14, 0.35);
  }
  .hero__poster .stamp { width: auto; }

  .lead {
    flex-direction: row;
    align-items: stretch;
    gap: 0;
  }
  .lead__rail {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    background: var(--green-2);
    color: var(--mustard);
    font-family: var(--display);
    font-weight: 800;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    font-size: 0.85rem;
    padding: 1rem 0.65rem;
    flex-shrink: 0;
  }
  .lead__slab {
    flex: 1;
    max-width: 36rem;
    padding: 1.75rem 1.85rem 1.9rem;
  }
  .lead__row {
    grid-template-columns: 1fr 1fr;
  }

  .deed__inner {
    grid-template-columns: 1fr 1fr;
    gap: 2.5rem;
    align-items: start;
  }
  .path__folio {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .path__folio li { min-height: 11rem; }
  .nope__inner {
    flex-direction: row;
    align-items: flex-end;
    gap: 2rem;
  }
  .nope__struck { flex-shrink: 0; }
  .float { display: none; }
  .colophon { padding-bottom: 2.5rem; }
}

@media (min-width: 1024px) {
  .hero__poster { max-width: 32rem; }
  .hero__sum { font-size: 5.5rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .stamp, .float { transition: none; }
  html::-webkit-scrollbar-thumb { transition: none; }
}

/* Questionnaire page */
.page-anketa {
  background: var(--paper);
}

.anketa {
  padding-block: calc(var(--section-y) + 0.5rem) var(--section-y);
}

.anketa__head {
  margin-bottom: 1.35rem;
}

.anketa__eyebrow {
  font-family: var(--display);
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--brick);
  margin-bottom: 0.35rem;
}

.anketa__title {
  font-family: var(--display);
  font-weight: 800;
  font-size: clamp(1.85rem, 5.5vw, 2.75rem);
  line-height: 0.95;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  margin-bottom: 0.55rem;
}

.anketa__lead {
  color: var(--ink-2);
  max-width: 52ch;
  font-size: 0.98rem;
}

.anketa__slab {
  background: var(--paper);
  color: var(--ink);
  padding: 1.35rem 1.25rem 1.5rem;
  box-shadow: 0 14px 32px rgba(20, 17, 14, 0.28);
}

.anketa__form {
  display: flex;
  flex-direction: column;
  gap: 1.35rem;
}

.anketa__block {
  border: 0;
  margin: 0;
  padding: 0;
  min-width: 0;
}

.anketa__legend {
  font-family: var(--display);
  font-weight: 800;
  font-size: clamp(1.05rem, 3.5vw, 1.35rem);
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--green);
  margin-bottom: 0.85rem;
  padding: 0;
  width: 100%;
}

.anketa__grid {
  display: grid;
  gap: 0.85rem;
  grid-template-columns: 1fr;
}

.anketa__span-2 {
  grid-column: 1 / -1;
}

.anketa__textarea {
  min-height: 96px;
  resize: vertical;
  border-bottom-width: 2px;
  padding-top: 0.65rem;
}

.anketa__radios,
.anketa__checks {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}

.anketa__check {
  display: flex;
  align-items: flex-start;
  gap: 0.55rem;
  min-height: 44px;
  padding: 0.55rem 0.65rem;
  border: 1px solid var(--paper-2);
  background: var(--cream);
  color: var(--ink-2);
  cursor: pointer;
  font-size: 0.95rem;
  line-height: 1.35;
  transition: border-color 160ms var(--ease-out), background 160ms var(--ease-out);
}

.anketa__check:has(input:checked) {
  border-color: var(--green);
  background: #e8efe9;
  color: var(--ink);
}

.anketa__check input {
  flex: 0 0 auto;
  width: 1rem;
  height: 1rem;
  margin-top: 0.15rem;
  accent-color: var(--green);
}

.anketa__submit {
  width: 100%;
  margin-top: 0.15rem;
}

.anketa__submit:disabled {
  opacity: 0.65;
  cursor: not-allowed;
}

.page-anketa .lead__steps-list {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.page-anketa .lead__step-label {
  font-size: 0.58rem;
}

.anketa-step[hidden] {
  display: none !important;
}

.anketa-step {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.anketa__help {
  color: var(--ink-2);
  font-size: 0.95rem;
  line-height: 1.45;
  max-width: 52ch;
}

.anketa__help--tight {
  margin-top: -0.25rem;
  margin-bottom: 0.35rem;
}

.anketa__hint {
  margin-top: 0.35rem;
  font-size: 0.82rem;
  color: var(--ink-2);
  opacity: 0.85;
}

.anketa__empty {
  font-size: 0.9rem;
  color: var(--ink-2);
  font-style: italic;
  padding: 0.35rem 0;
}

.anketa__pick-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.anketa__pick-chip {
  min-height: 44px;
  padding: 0.55rem 0.85rem;
  border: 1px solid var(--green);
  background: var(--cream);
  color: var(--green);
  font-family: var(--display);
  font-size: 0.78rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 160ms var(--ease-out), color 160ms var(--ease-out);
}

.anketa__pick-chip:hover,
.anketa__pick-chip:focus-visible {
  background: var(--green);
  color: var(--cream);
}

.anketa__dynamic-list {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  margin-top: 0.35rem;
}

.anketa__card {
  border: 1px solid var(--paper-2);
  background: var(--cream);
  padding: 0.85rem;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.anketa__card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.65rem;
}

.anketa__card-title {
  font-family: var(--display);
  font-size: 0.85rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--green);
}

.anketa__card-remove {
  border: 0;
  background: transparent;
  color: var(--brick);
  font-family: var(--display);
  font-size: 0.72rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  cursor: pointer;
  min-height: 36px;
  padding: 0.25rem 0.35rem;
}

.anketa__card-remove:hover {
  opacity: 0.85;
}

.anketa__check--choice {
  align-items: center;
}

.anketa__divider {
  height: 2px;
  background: var(--paper-2);
  margin: 0.25rem 0 0.5rem;
}

.anketa__nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 0.35rem;
}

.anketa__nav-back.is-hidden {
  display: none !important;
}

.anketa__nav-back,
.anketa__nav-action {
  flex: 1 1 auto;
  min-width: 140px;
}

.anketa__nav:not(:has(.anketa__nav-back:not(.is-hidden))) .anketa__nav-action {
  width: 100%;
}

.anketa__passport {
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-family: var(--display);
}

#anketa-success {
  text-align: center;
}

#anketa-success .lead__intro,
#anketa-success .lead__hint {
  margin-inline: auto;
}

.colophon__tg {
  text-decoration: none;
}

@media (min-width: 640px) {
  .anketa__grid {
    grid-template-columns: 1fr 1fr;
  }

  .page-anketa .lead__step-label {
    font-size: 0.68rem;
  }
}

@media (min-width: 768px) {
  .anketa__slab {
    padding: 1.75rem 1.75rem 2rem;
  }
}
