.service-page {
  padding: clamp(3rem, 5vw, 5rem) 0 clamp(4rem, 8vw, 8rem);
  color: #45200c;
}

.service-page__inner {
  max-width: 74rem;
}

.service-page__eyebrow {
  margin: 0 0 0.75rem;
  color: #a66a44;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.service-page h1 {
  max-width: 50rem;
  margin: 0 0 1.5rem;
  font-size: clamp(2rem, 5vw, 4.5rem);
  line-height: 1;
}

.service-page__document h1 {
  font-size: clamp(2rem, 3.2vw, 3.25rem);
  line-height: 1.08;
}

.service-page__delete-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(24rem, 0.85fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: start;
}

.service-page__delete-copy h1 {
  font-size: clamp(2rem, 4vw, 4rem);
}

.service-page__lead {
  max-width: 48rem;
  margin: 0 0 2rem;
  font-size: clamp(1rem, 2vw, 1.25rem);
  line-height: 1.55;
}

.service-form {
  display: grid;
  gap: 1.25rem;
  max-width: 42rem;
  padding: clamp(1.25rem, 4vw, 2.5rem);
  background: #f7efe8;
  border-radius: 1.5rem;
}

.service-form label:not(.service-form__consent) {
  display: grid;
  gap: 0.5rem;
  font-weight: 600;
}

.service-form input[type="text"],
.service-form input[type="tel"],
.service-form textarea {
  width: 100%;
  padding: 0.9rem 1rem;
  border: 1px solid rgba(69, 32, 12, 0.22);
  border-radius: 0.75rem;
  background: #fff;
  color: inherit;
  font: inherit;
}

.service-form input:focus,
.service-form textarea:focus {
  border-color: #a66a44;
  outline: 2px solid rgba(166, 106, 68, 0.18);
}

.service-form__consent {
  display: flex;
  gap: 0.65rem;
  align-items: flex-start;
  font-size: 0.9rem;
  line-height: 1.4;
}

.service-form__consent input {
  margin-top: 0.2rem;
}

.service-form button {
  justify-self: start;
  padding: 0.9rem 1.4rem;
  border: 0;
  border-radius: 999px;
  background: #45200c;
  color: #fff;
  font: inherit;
  font-weight: 600;
  cursor: pointer;
}

.service-form button:hover {
  background: #6a3519;
}

.service-page__notice {
  max-width: 42rem;
  margin: 0 0 1.25rem;
  padding: 1rem 1.25rem;
  border-radius: 0.75rem;
}

.service-page__notice--success {
  background: #e8f5e9;
}

.service-page__notice--error {
  background: #fdecea;
}

.service-page__document {
  line-height: 1.65;
}

.service-page__document h2 {
  margin: 2.5rem 0 0.75rem;
  font-size: clamp(1.35rem, 3vw, 2rem);
  line-height: 1.2;
}

.service-page__document ol {
  display: grid;
  gap: 0.75rem;
  padding-left: 1.5rem;
}

.service-page__document ol ol {
  margin-top: 0.75rem;
}

.service-page__document a {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.15em;
}

.service-page__footnote {
  margin-top: 3rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(69, 32, 12, 0.2);
  font-size: 0.875rem;
}

@media (max-width: 600px) {
  .service-page {
    padding-top: 2.5rem;
  }

  .service-page__document ol {
    padding-left: 1.25rem;
  }
}

@media (max-width: 900px) {
  .service-page__delete-layout {
    grid-template-columns: 1fr;
  }
}
