@layer sections {
  .service-steps {
    border-top: 1px solid var(--line);
  }

  .service-steps li {
    display: grid;
    padding: 25px 0;
    border-bottom: 1px solid var(--line);
    grid-template-columns: 60px 1fr;
    gap: 20px;
  }

  .service-steps li > span {
    color: var(--moss-ink);
    font-size: 10px;
    font-weight: 800;
  }

  .service-steps h3 {
    margin-bottom: 8px;
    font-size: 27px;
  }

  .service-steps p {
    color: var(--ink-muted);
  }

  .warranty-grid-section {
    background: var(--paper);
  }

  .warranty-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }

  .warranty-grid article {
    display: flex;
    min-height: 560px;
    padding: clamp(36px, 5vw, 70px);
    border: 1px solid var(--line);
    flex-direction: column;
  }

  .warranty-grid article:first-child {
    background: var(--acid);
    border-color: var(--acid);
  }

  .warranty-grid article > p {
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
  }

  .warranty-grid h2 {
    max-width: 620px;
    margin-top: auto;
    font-size: clamp(46px, 6vw, 86px);
    line-height: 0.9;
    overflow-wrap: anywhere;
  }

  .warranty-grid ul {
    margin-top: 30px;
    border-top: 1px solid currentColor;
  }

  .warranty-grid li {
    padding: 13px 0;
    border-bottom: 1px solid currentColor;
  }

  .callout {
    padding: 34px;
    color: var(--paper);
    background: var(--ink);
  }

  .callout h3 {
    font-size: 34px;
  }

  .callout p {
    margin-block: 18px 30px;
    color: rgba(242, 240, 231, 0.65);
  }

  .contacts-hero {
    position: relative;
    display: grid;
    min-height: min(760px, 100svh);
    padding-top: calc(var(--header-height) + clamp(56px, 7vw, 96px));
    padding-bottom: clamp(56px, 7vw, 88px);
    color: var(--paper);
    background: var(--ink);
    align-items: center;
    isolation: isolate;
    overflow: hidden;
  }

  .contacts-hero::after {
    position: absolute;
    z-index: 1;
    background:
      linear-gradient(180deg, rgb(11 14 10 / 74%) 0%, rgb(11 14 10 / 28%) 22%, rgb(11 14 10 / 4%) 48%),
      linear-gradient(90deg, rgb(11 14 10 / 90%) 0%, rgb(11 14 10 / 76%) 36%, rgb(11 14 10 / 38%) 68%, rgb(11 14 10 / 18%) 100%);
    content: "";
    inset: 0;
    pointer-events: none;
  }

  .contacts-hero__media {
    position: absolute;
    z-index: 0;
    display: block;
    inset: 0;
  }

  .contacts-hero__media img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center 48%;
  }

  body[data-page-path="/contacts/"] .mobile-menu__inner > a[aria-current="page"] {
    color: var(--moss-ink);
  }

  body[data-page-path="/contacts/"] .mobile-menu__inner > a[aria-current="page"]::after {
    margin-left: auto;
    color: var(--moss-ink);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.08em;
    content: "Текущая";
    text-transform: uppercase;
  }

  .contacts-hero__grid {
    position: relative;
    z-index: 2;
    display: grid;
    align-items: end;
    grid-template-columns: minmax(0, 1fr);
  }

  .contacts-hero__copy {
    min-width: 0;
  }

  .contacts-hero .section-eyebrow {
    color: rgb(242 240 231 / 68%);
  }

  .contacts-hero h1 {
    max-width: 900px;
    margin-top: 22px;
    font-size: clamp(64px, 7vw, 96px);
    letter-spacing: -0.04em;
    line-height: 0.86;
  }

  .contacts-hero h1 span,
  .contacts-hero h1 em {
    display: block;
  }

  .contacts-hero h1 em {
    margin-top: 0.12em;
    color: var(--acid);
    font-size: 0.68em;
    letter-spacing: -0.03em;
    line-height: 0.94;
  }

  .contacts-hero__summary {
    max-width: 650px;
    margin-top: clamp(28px, 3.5vw, 44px);
    color: rgb(242 240 231 / 78%);
    font-size: clamp(17px, 1.35vw, 20px);
    line-height: 1.5;
  }

  .contacts-hero__action {
    margin-top: 32px;
  }

  .contacts-branches {
    padding-block: clamp(88px, 9vw, 132px);
    background: var(--paper);
    scroll-margin-top: var(--header-height);
  }

  .contact-branch-list {
    border-top: 1px solid var(--line);
  }

  .contact-branch {
    display: grid;
    min-width: 0;
    padding: clamp(48px, 5vw, 72px) 0;
    border-bottom: 1px solid var(--line);
    scroll-margin-top: calc(var(--header-height) + 20px);
    grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
    gap: clamp(56px, 8vw, 124px);
  }

  .contact-branch__identity,
  .contact-branch__details {
    min-width: 0;
  }

  .contact-branch__labels {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px 18px;
    font-size: 10px;
    font-weight: 750;
    letter-spacing: 0.09em;
    text-transform: uppercase;
  }

  .contact-branch__labels p {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--muted);
    font-size: 12px;
    letter-spacing: 0;
    text-transform: none;
  }

  .contact-branch__metro-icon {
    width: 28px;
    height: auto;
    flex: 0 0 auto;
  }

  .contact-branch__labels span {
    color: var(--ink);
  }

  .contact-branch__labels strong {
    padding: 5px 8px;
    color: var(--ink);
    border: 1px solid currentColor;
    font-size: 9px;
  }

  .contact-branch h2 {
    max-width: 760px;
    margin-top: 26px;
    font-size: clamp(42px, 4.6vw, 68px);
    letter-spacing: -0.04em;
    line-height: 0.92;
    overflow-wrap: anywhere;
  }

  .contact-branch__address {
    max-width: 680px;
    margin-top: 22px;
    font-size: clamp(19px, 1.8vw, 24px);
    font-weight: 650;
    letter-spacing: -0.025em;
  }

  .contact-branch__specialization {
    max-width: 620px;
    margin-top: 22px;
    color: var(--ink-muted);
    font-size: 16px;
    line-height: 1.5;
  }

  .contact-branch__details {
    display: flex;
    flex-direction: column;
  }

  .contact-branch__details dl {
    border-top: 1px solid var(--line);
  }

  .contact-branch__details dl > div {
    display: grid;
    padding: 18px 0;
    border-bottom: 1px solid var(--line);
    grid-template-columns: 124px minmax(0, 1fr);
    gap: 22px;
  }

  .contact-branch__details dt {
    padding-top: 3px;
    color: var(--muted);
    font-size: 10px;
    font-weight: 750;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  .contact-branch__details dd {
    min-width: 0;
    font-size: 14px;
  }

  .contact-branch__details dd > strong,
  .contact-branch__details dd > span {
    display: block;
  }

  .contact-branch__details dd > span {
    margin-top: 3px;
    color: var(--muted);
  }

  .contact-branch__phone-row dd {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .contact-branch__phone-row a {
    display: flex;
    min-width: 0;
    min-height: 58px;
    padding: 7px 16px 7px 0;
    flex-direction: column;
    justify-content: center;
  }

  .contact-branch__phone-row a + a {
    padding-right: 0;
    padding-left: 16px;
    border-left: 1px solid var(--line);
  }

  .contact-branch__phone-row a span {
    color: var(--muted);
    font-size: 10px;
    font-weight: 700;
  }

  .contact-branch__phone-row a strong {
    margin-top: 3px;
    font-size: clamp(14px, 1.25vw, 17px);
    letter-spacing: -0.02em;
    white-space: nowrap;
  }

  .contact-branch__rating-row dd {
    display: flex;
    align-items: center;
    gap: 9px;
  }

  .contact-branch__yandex-icon {
    width: 20px;
    height: 20px;
    flex: 0 0 auto;
  }

  .contact-branch__actions {
    display: grid;
    margin-top: auto;
    padding-top: 28px;
    grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
    gap: 8px;
  }

  .contact-branch__actions .button {
    width: 100%;
    min-width: 0;
    padding-inline: 16px;
  }

  .contact-branch__telegram {
    display: grid;
    align-items: center;
    min-width: 0;
    min-height: 50px;
    padding: 10px 14px;
    color: var(--paper);
    border: 1px solid var(--ink);
    background: var(--ink);
    grid-template-columns: 24px minmax(0, 1fr) 18px;
    gap: 12px;
    transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease;
  }

  .contact-branch__telegram > img {
    width: 24px;
    height: 24px;
  }

  .contact-branch__telegram > span {
    display: flex;
    min-width: 0;
    flex-direction: column;
  }

  .contact-branch__telegram small {
    color: rgb(242 240 231 / 66%);
    font-size: 10px;
    font-weight: 700;
  }

  .contact-branch__telegram strong {
    margin-top: 2px;
    font-size: 14px;
  }

  .contact-branch__telegram svg {
    width: 17px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.5;
  }

  .contact-branch__telegram:hover,
  .contact-branch__telegram:focus-visible {
    color: var(--paper);
    border-color: var(--ink-soft);
    background: var(--ink-soft);
  }

  .contacts-visit {
    padding-block: clamp(82px, 8vw, 116px);
    background: var(--paper-deep);
  }

  .contacts-visit__layout {
    display: grid;
    align-items: start;
    grid-template-columns: minmax(260px, 0.58fr) minmax(0, 1.42fr);
    gap: clamp(56px, 9vw, 140px);
  }

  .contacts-visit header h2 {
    max-width: 520px;
    font-size: clamp(44px, 4.7vw, 68px);
    letter-spacing: -0.04em;
    line-height: 0.92;
  }

  .contacts-visit header p {
    max-width: 330px;
    margin-top: 22px;
    color: var(--ink-muted);
  }

  .contacts-visit__list {
    border-top: 1px solid var(--line);
  }

  .contacts-visit__list article {
    display: grid;
    min-width: 0;
    padding: 28px 0;
    border-bottom: 1px solid var(--line);
    grid-template-columns: 132px minmax(0, 1fr);
    gap: 28px;
  }

  .contacts-visit__body {
    display: grid;
    min-width: 0;
    grid-template-columns: minmax(0, 1fr) minmax(128px, 172px);
    align-items: start;
    gap: 0 28px;
  }

  .contacts-visit__list article > p {
    padding-top: 5px;
    color: var(--muted);
    font-size: 10px;
    font-weight: 750;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  .contacts-visit__list h3 {
    max-width: 700px;
    font-size: clamp(23px, 2.3vw, 32px);
    letter-spacing: -0.03em;
    line-height: 1.08;
  }

  .contacts-visit__body > h3,
  .contacts-visit__body > p,
  .contacts-visit__body > ul {
    grid-column: 1;
  }

  .contacts-visit__visual {
    display: block;
    width: 100%;
    height: 72px;
    grid-column: 2;
    grid-row: 1 / span 2;
    align-self: center;
    fill: none;
    color: var(--ink-muted);
    stroke: currentColor;
    stroke-linecap: square;
    stroke-linejoin: miter;
    stroke-width: 1.25;
  }

  .contacts-visit__visual-accent {
    color: var(--moss-ink);
    stroke-width: 2;
  }

  .contacts-visit__list h3 + p {
    max-width: 680px;
    margin-top: 11px;
    color: var(--ink-muted);
    line-height: 1.5;
  }

  .contacts-visit__list ul {
    display: grid;
    margin-top: 18px;
    border-top: 1px solid var(--line);
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .contacts-visit__list li {
    min-width: 0;
    padding: 11px 16px 11px 0;
    border-bottom: 1px solid var(--line);
  }

  .contacts-visit__list li:nth-child(even) {
    padding-right: 0;
    padding-left: 16px;
    border-left: 1px solid var(--line);
  }

  .contacts-request {
    padding-block: clamp(72px, 8vw, 108px);
    color: var(--paper);
    background: var(--ink);
  }

  .contacts-request__grid {
    display: grid;
    align-items: end;
    grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.72fr);
    gap: clamp(56px, 9vw, 140px);
  }

  .contacts-request h2 {
    max-width: 790px;
    font-size: clamp(48px, 5.2vw, 76px);
    letter-spacing: -0.04em;
    line-height: 0.92;
  }

  .contacts-request__action {
    display: grid;
    gap: 26px;
  }

  .contacts-request__action p {
    max-width: 430px;
    color: rgb(242 240 231 / 74%);
    font-size: 17px;
  }

  .contacts-request__action .button {
    width: fit-content;
  }

  @media (max-width: 1000px) {
    .contacts-hero {
      min-height: min(720px, 100svh);
    }

    .contacts-hero::after {
      background:
        linear-gradient(180deg, rgb(11 14 10 / 74%) 0%, rgb(11 14 10 / 30%) 24%, rgb(11 14 10 / 12%) 50%),
        linear-gradient(90deg, rgb(11 14 10 / 88%) 0%, rgb(11 14 10 / 72%) 48%, rgb(11 14 10 / 30%) 100%);
    }

    .contact-branch {
      grid-template-columns: minmax(0, 1fr);
      gap: 42px;
    }

    .contact-branch__actions {
      margin-top: 0;
    }

    .contacts-visit__layout {
      grid-template-columns: minmax(0, 1fr);
      gap: 44px;
    }
  }

  @media (max-width: 760px) {
    .contacts-hero {
      min-height: min(680px, 100svh);
      padding-top: calc(var(--header-height) + 42px);
      padding-bottom: 50px;
      align-items: end;
    }

    .contacts-hero::after {
      background:
        linear-gradient(180deg, rgb(11 14 10 / 64%) 0%, rgb(11 14 10 / 38%) 34%, rgb(11 14 10 / 78%) 68%, rgb(11 14 10 / 94%) 100%),
        linear-gradient(90deg, rgb(11 14 10 / 38%) 0%, rgb(11 14 10 / 18%) 100%);
    }

    .contacts-hero__media img {
      object-position: center center;
    }

    .contacts-hero h1 {
      margin-top: 16px;
      font-size: clamp(48px, 15vw, 62px);
      letter-spacing: -0.04em;
      line-height: 0.87;
    }

    .contacts-hero h1 em {
      font-size: 0.72em;
    }

    .contacts-hero__summary {
      margin-top: 26px;
      font-size: 16px;
    }

    .contacts-hero__action {
      margin-top: 26px;
    }

    .contacts-hero__action .button {
      width: 100%;
    }

    .contacts-branches {
      padding-block: 72px;
    }

    .contact-branch {
      padding: 42px 0;
      gap: 34px;
    }

    .contact-branch__labels {
      gap: 9px 14px;
    }

    .contact-branch h2 {
      margin-top: 22px;
      font-size: clamp(40px, 12vw, 52px);
    }

    .contact-branch__address {
      margin-top: 18px;
      font-size: 19px;
    }

    .contact-branch__specialization {
      margin-top: 18px;
    }

    .contact-branch__details dl > div {
      grid-template-columns: minmax(0, 1fr);
      gap: 8px;
    }

    .contact-branch__details dt {
      padding-top: 0;
    }

    .contact-branch__phone-row dd {
      grid-template-columns: minmax(0, 1fr);
    }

    .contact-branch__phone-row a {
      min-height: 60px;
      padding: 8px 0;
    }

    .contact-branch__phone-row a + a {
      padding-left: 0;
      border-top: 1px solid var(--line);
      border-left: 0;
    }

    .contact-branch__phone-row a strong {
      font-size: 17px;
    }

    .contact-branch__actions {
      grid-template-columns: minmax(0, 1fr);
    }

    .contact-branch__telegram {
      min-height: 52px;
      grid-template-columns: 24px minmax(0, 1fr) 18px;
    }

    .contacts-visit {
      padding-block: 72px;
    }

    .contacts-visit__layout {
      gap: 38px;
    }

    .contacts-visit header h2 {
      font-size: clamp(42px, 12vw, 54px);
    }

    .contacts-visit__list article {
      grid-template-columns: minmax(0, 1fr);
      gap: 10px;
      padding: 24px 0;
    }

    .contacts-visit__body {
      grid-template-columns: minmax(0, 1fr);
      gap: 16px;
    }

    .contacts-visit__body > h3 + p,
    .contacts-visit__body > ul {
      margin-top: 0;
    }

    .contacts-visit__visual {
      width: min(100%, 300px);
      height: 58px;
      grid-column: 1;
      grid-row: 1;
      justify-self: start;
    }

    .contacts-visit__body > h3,
    .contacts-visit__body > p,
    .contacts-visit__body > ul {
      grid-column: 1;
    }

    .contacts-visit__body > h3 {
      grid-row: 2;
    }

    .contacts-visit__body > p,
    .contacts-visit__body > ul {
      grid-row: 3;
    }

    .contacts-visit__list article > p {
      padding-top: 0;
    }

    .contacts-visit__list ul {
      grid-template-columns: minmax(0, 1fr);
    }

    .contacts-visit__list li,
    .contacts-visit__list li:nth-child(even) {
      padding: 10px 0;
      border-left: 0;
    }

    .contacts-request {
      padding-block: 70px;
    }

    .contacts-request__grid {
      grid-template-columns: minmax(0, 1fr);
      gap: 34px;
    }

    .contacts-request h2 {
      font-size: clamp(42px, 12vw, 54px);
    }

    .contacts-request__action .button {
      width: 100%;
    }
  }

  .legal-page {
    background: var(--paper);
  }

  .legal-copy {
    max-width: 960px;
  }

  .legal-copy__title {
    margin-bottom: 28px;
    font-size: clamp(34px, 4vw, 58px);
    line-height: 0.95;
    overflow-wrap: break-word;
  }

  .legal-notice {
    display: grid;
    padding: 22px 24px;
    color: var(--paper);
    background: var(--ink);
    gap: 6px;
  }

  .legal-notice strong {
    color: var(--acid);
    font-size: 12px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  .legal-notice span {
    max-width: 760px;
    color: rgba(242, 240, 231, 0.72);
  }

  .legal-version {
    margin-top: 30px;
    font-size: 12px !important;
    font-weight: 750;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  .legal-copy h2 {
    margin-top: 52px;
    margin-bottom: 16px;
    font-size: clamp(30px, 4vw, 48px);
  }

  .legal-copy h2:first-child {
    margin-top: 0;
  }

  .legal-copy p {
    color: var(--ink-muted);
    font-size: 17px;
    line-height: 1.7;
  }

  .legal-copy p + p {
    margin-top: 14px;
  }

  .legal-copy ul {
    display: grid;
    margin-block: 18px;
    color: var(--ink-muted);
    font-size: 17px;
    line-height: 1.6;
    gap: 8px;
  }

  .legal-copy li {
    position: relative;
    padding-left: 22px;
  }

  .legal-copy li::before {
    position: absolute;
    top: 0.7em;
    left: 0;
    width: 6px;
    height: 6px;
    background: var(--orange);
    border-radius: 50%;
    content: "";
  }

  .legal-copy a {
    border-bottom: 1px solid currentColor;
  }

  .not-found {
    display: flex;
    min-height: 100svh;
    padding-block: calc(var(--header-height) + 70px) 70px;
    color: var(--paper);
    background: var(--ink);
    align-items: end;
  }

  .not-found h1 {
    margin-block: 22px;
    font-size: clamp(70px, 11vw, 160px);
    line-height: 0.82;
    text-transform: uppercase;
  }

  .not-found p:not(.hero-kicker) {
    font-size: 20px;
  }

  .site-footer {
    padding-top: clamp(70px, 9vw, 130px);
    padding-bottom: 28px;
    color: var(--paper);
    background: var(--ink);
  }

  .footer-grid {
    display: grid;
    padding-bottom: 80px;
    grid-template-columns: 1.3fr repeat(3, 0.7fr);
    gap: 50px;
  }

  .footer-grid > div:not(.footer-brand) {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
    font-size: 13px;
  }

  .footer-grid > div > span {
    margin-bottom: 12px;
    color: rgba(243, 241, 233, 0.78);
    font-size: 10px;
    font-weight: 750;
    letter-spacing: 0.12em;
    text-transform: uppercase;
  }

  .footer-grid a:hover {
    color: var(--acid);
  }

  .footer-brand > p {
    max-width: 360px;
    margin-top: 24px;
    color: rgba(242, 240, 231, 0.58);
  }

  .footer-grid p {
    color: rgba(242, 240, 231, 0.58);
  }

  .footer-bottom {
    display: flex;
    align-items: center;
    gap: 30px;
    padding-top: 22px;
    border-top: 1px solid var(--line-light);
    color: rgba(242, 240, 231, 0.56);
    font-size: 11px;
  }

  .footer-bottom a:last-child {
    margin-left: auto;
  }

  .lead-dialog {
    width: min(760px, calc(100% - 32px));
    max-width: none;
    max-height: calc(100dvh - 32px);
    padding: 0;
    border: 1px solid rgba(11, 14, 10, 0.18);
    color: var(--ink);
    background: var(--paper-warm);
    box-shadow: 0 28px 90px rgba(0, 0, 0, 0.3);
  }

  .lead-dialog::backdrop {
    background: rgba(5, 7, 5, 0.74);
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
  }

  .lead-dialog__shell {
    position: relative;
    max-height: calc(100dvh - 34px);
    overflow-y: auto;
    scrollbar-gutter: stable;
  }

  .lead-dialog__shell > * {
    min-width: 0;
  }

  .lead-dialog__intro {
    padding: 32px 82px 26px 34px;
    border-bottom: 1px solid var(--line);
  }

  .lead-dialog__intro .section-eyebrow {
    color: var(--orange-ink);
  }

  .lead-dialog__intro h2 {
    max-width: 620px;
    margin-top: 10px;
    font-size: clamp(34px, 5vw, 48px);
    line-height: 0.95;
    letter-spacing: -0.055em;
  }

  .lead-dialog__intro > p:last-child {
    max-width: 580px;
    margin-top: 12px;
    color: var(--muted);
    font-size: 13px;
  }

  .dialog-close {
    position: absolute;
    z-index: 3;
    top: 20px;
    right: 20px;
    width: 44px;
    height: 44px;
    color: var(--ink);
    border: 1px solid var(--line);
    border-radius: 50%;
    background: transparent;
    transition: color 160ms ease, background 160ms ease, border-color 160ms ease;
  }

  .dialog-close span {
    position: absolute;
    top: 50%;
    left: 11px;
    width: 20px;
    height: 1px;
    background: currentColor;
    transform: rotate(45deg);
  }

  .dialog-close span:last-child {
    transform: rotate(-45deg);
  }

  .dialog-close:hover,
  .dialog-close:focus-visible {
    color: var(--paper);
    border-color: var(--ink);
    background: var(--ink);
  }

  .lead-form {
    display: grid;
    padding: 28px 34px 34px;
    align-content: start;
    gap: 14px;
  }

  .intent-fields {
    display: grid;
    gap: 14px;
  }

  .lead-form :is(.select-field, .text-field, .file-field) {
    gap: 7px;
  }

  .lead-form :is(.select-field > span, .text-field > span, .file-field > span) {
    font-size: 9px;
  }

  .lead-form :is(.select-field select, .text-field input, .text-field textarea, .file-field input) {
    min-height: 52px;
    padding: 12px 14px;
    background: rgba(255, 255, 255, 0.46);
  }

  .lead-form .text-field textarea {
    min-height: 92px;
  }

  .form-group-title {
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  .form-group-hint {
    margin-top: -7px;
    color: var(--muted);
    font-size: 12px;
  }

  .intent-fields--parts[aria-invalid="true"] .form-group-hint {
    color: var(--error-ink);
    font-weight: 700;
  }

  .intent-fields--parts textarea[aria-invalid="true"] {
    border-color: var(--error-ink);
    background: #fff3ef;
  }

  .file-field small {
    color: var(--muted);
    font-size: 11px;
  }

  .lead-form .file-field {
    position: relative;
    min-width: 0;
    padding: 12px 14px;
    border: 1px solid var(--line);
    background: rgba(255, 255, 255, 0.46);
    cursor: pointer;
  }

  .lead-form .file-field > input {
    position: absolute;
    width: 1px;
    height: 1px;
    min-height: 0;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    border: 0;
    white-space: nowrap;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
  }

  .lead-form .file-field:hover {
    background: rgba(255, 255, 255, 0.72);
  }

  .lead-form .file-field:has(> input:focus-visible) {
    outline: 2px solid var(--ink);
    outline-offset: 2px;
  }

  .photo-picker__previews {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: start;
    gap: 12px;
    margin-top: 12px;
  }

  .photo-picker__previews[data-photo-count="1"] {
    grid-template-columns: minmax(0, 1fr);
  }

  .photo-picker__item {
    position: relative;
    min-width: 0;
    width: 100%;
    max-width: 420px;
    aspect-ratio: 4 / 3;
    margin: 0;
    overflow: hidden;
    border: 1px solid var(--line);
    background: var(--ink);
  }

  .photo-picker__previews:not([data-photo-count="1"]) .photo-picker__item {
    max-width: none;
  }

  .photo-picker__item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    background: var(--ink);
  }

  .photo-picker__fallback {
    display: grid;
    width: 100%;
    height: 100%;
    padding: 16px;
    color: var(--paper);
    place-items: center;
    text-align: center;
  }

  .photo-picker__remove {
    position: absolute;
    z-index: 1;
    top: 4px;
    right: 4px;
    display: grid;
    width: 44px;
    height: 44px;
    padding: 0;
    color: var(--paper);
    background: rgb(11 14 10 / 72%);
    cursor: pointer;
    place-items: center;
    transition: color 180ms ease, background-color 180ms ease, transform 180ms var(--ease-out);
  }

  .photo-picker__remove::before,
  .photo-picker__remove::after {
    position: absolute;
    width: 16px;
    height: 1.5px;
    background: currentColor;
    content: "";
    pointer-events: none;
    transition: width 180ms var(--ease-out);
  }

  .photo-picker__remove::before {
    transform: rotate(45deg);
  }

  .photo-picker__remove::after {
    transform: rotate(-45deg);
  }

  .photo-picker__remove > span {
    display: none;
  }

  .photo-picker__remove:hover,
  .photo-picker__remove:focus-visible {
    color: var(--ink);
    background: var(--acid);
    transform: scale(1.04);
  }

  .photo-picker__remove:hover::before,
  .photo-picker__remove:hover::after,
  .photo-picker__remove:focus-visible::before,
  .photo-picker__remove:focus-visible::after {
    width: 18px;
  }

  .photo-picker__remove:active {
    transform: scale(0.96);
  }

  .photo-picker__remove:focus-visible {
    outline: 2px solid var(--ink);
    outline-offset: 2px;
  }

  .phone-field {
    margin-top: 0;
  }

  .phone-field small {
    color: var(--muted);
    font-size: 11px;
    line-height: 1.4;
  }

  .phone-field:has(input[aria-invalid="true"]) small {
    color: var(--error-ink);
    font-weight: 700;
  }

  .phone-field input[aria-invalid="true"] {
    border-color: var(--error-ink);
    background: #fff3ef;
  }

  .honeypot {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    clip: rect(0 0 0 0) !important;
    clip-path: inset(50%) !important;
  }

  .form-legal__consent {
    color: var(--ink);
    font-size: 13px;
    line-height: 1.45;
  }

  .form-legal__consent a {
    color: var(--ink);
    border-bottom: 1px solid currentColor;
  }

  .form-legal {
    display: grid;
    margin-top: 4px;
    padding-top: 16px;
    border-top: 1px solid var(--line);
    gap: 9px;
  }

  .form-submit {
    width: 100%;
    min-height: 54px;
    color: var(--paper);
    background: var(--ink);
  }

  .form-submit:disabled {
    cursor: wait;
    opacity: 0.65;
  }

  .form-message {
    display: none;
    padding: 16px;
    font-size: 13px;
  }

  .form-message.is-error,
  .form-message.is-success {
    display: grid;
    gap: 4px;
  }

  .form-message.is-error {
    color: #8a2814;
    background: #ffe1d6;
  }

  .form-message.is-success {
    color: #28350d;
    background: var(--acid);
  }
}
