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

* {
  margin: 0;
}

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
body {
  min-height: 100vh;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

img,
picture,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
  color: inherit;
}

button {
  cursor: pointer;
  background: none;
  border: none;
}

a {
  color: inherit;
  text-decoration: none;
}

ul,
ol {
  list-style: none;
  padding: 0;
}

table {
  border-collapse: collapse;
  width: 100%;
}

:focus-visible {
  outline: 0.1875rem solid #a9793a;
  outline-offset: 0.1875rem;
}

body {
  font-family: "Manrope", "Work Sans", "Segoe UI", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: #241d1b;
  background-color: #faf6f1;
}

h1,
h2,
h3 {
  font-family: "Lora", "Source Serif 4", Georgia, serif;
  font-weight: 600;
  line-height: 1.15;
  color: #241d1b;
  text-wrap: balance;
}

h1 {
  font-size: clamp(2.25rem, 1.7rem + 2.4vw, 3.75rem);
  font-weight: 600;
}

h2 {
  font-size: clamp(1.75rem, 1.5rem + 1.1vw, 2.5rem);
}

h3 {
  font-size: 1.375rem;
  font-weight: 600;
}

p {
  max-width: 65ch;
}

.lead {
  font-size: 1.125rem;
  color: #6b5f59;
}

address {
  font-style: normal;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5em;
  font-family: "Manrope", "Work Sans", "Segoe UI", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #7c2335;
}

.container {
  width: min(100% - clamp(1.25rem, 4vw, 2.5rem) * 2, 75rem);
  margin-inline: auto;
}

.section {
  padding-block: clamp(3.5rem, 3rem + 2vw, 6rem);
}

.section--alt {
  background-color: #f3ebe4;
}

.section__head {
  max-width: 42rem;
  margin-bottom: 3rem;
}

.section__head--center {
  margin-inline: auto;
  text-align: center;
}

.section__title {
  margin-top: 0.5rem;
}

.section__lead {
  margin-top: 1rem;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background-color: #faf6f1;
  border-bottom: 1px solid #e4d8ce;
}

.site-header__bar {
  width: min(100% - clamp(1.25rem, 4vw, 2.5rem) * 2, 75rem);
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding-block: 1rem;
}

.logo {
  display: flex;
  flex-direction: column;
  line-height: 1;
}

.logo__mark {
  font-family: "Lora", "Source Serif 4", Georgia, serif;
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #241d1b;
}

.logo__sub {
  margin-top: 0.2em;
  font-family: "Manrope", "Work Sans", "Segoe UI", sans-serif;
  font-size: 0.625rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #7c2335;
}

.nav-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 0.375rem;
  color: #241d1b;
}
@media (min-width: 64rem) {
  .nav-toggle {
    display: none;
  }
}
.nav-toggle .icon {
  width: 1.5rem;
  height: 1.5rem;
}
.nav-toggle__close {
  display: none;
}
.nav-toggle[aria-expanded=true] .nav-toggle__open {
  display: none;
}
.nav-toggle[aria-expanded=true] .nav-toggle__close {
  display: inline-flex;
}

.site-nav {
  position: fixed;
  inset: 0 0 0 30%;
  z-index: 60;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding: 4rem 2rem 2rem;
  background-color: #ffffff;
  box-shadow: -1.5rem 0 3rem rgba(28, 21, 18, 0.18);
  transform: translateX(100%);
  transition: transform 260ms ease;
}
.site-nav[data-open=true] {
  transform: translateX(0);
}
@media (min-width: 64rem) {
  .site-nav {
    position: static;
    inset: auto;
    flex-direction: row;
    align-items: center;
    gap: 3rem;
    padding: 0;
    background: none;
    box-shadow: none;
    transform: none;
    transition: none;
  }
}

.site-nav__close {
  align-self: flex-end;
  display: inline-flex;
  width: 2.75rem;
  height: 2.75rem;
  align-items: center;
  justify-content: center;
  color: #241d1b;
}
.site-nav__close .icon {
  width: 1.5rem;
  height: 1.5rem;
}
@media (min-width: 64rem) {
  .site-nav__close {
    display: none;
  }
}

.site-nav__list {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  font-family: "Manrope", "Work Sans", "Segoe UI", sans-serif;
  font-weight: 600;
}
@media (min-width: 64rem) {
  .site-nav__list {
    flex-direction: row;
    align-items: center;
    gap: 2rem;
  }
}

.site-nav__link {
  display: inline-block;
  padding-block: 0.25em;
  border-bottom: 1px solid transparent;
  transition: color 180ms ease, border-color 180ms ease;
}
.site-nav__link:hover, .site-nav__link:focus-visible {
  color: #7c2335;
  border-bottom-color: #7c2335;
}

.site-nav__meta {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: auto;
}
@media (min-width: 64rem) {
  .site-nav__meta {
    flex-direction: row;
    align-items: center;
    margin-top: 0;
  }
}

.site-nav__phone {
  display: inline-flex;
  align-items: center;
  gap: 0.5em;
  font-weight: 600;
  color: #241d1b;
}
.site-nav__phone .icon {
  width: 1.125rem;
  height: 1.125rem;
  color: #7c2335;
}
.site-nav__phone:hover, .site-nav__phone:focus-visible {
  color: #7c2335;
}

.nav-scrim {
  position: fixed;
  inset: 0;
  z-index: 55;
  background-color: rgba(28, 21, 18, 0.4);
  opacity: 0;
  pointer-events: none;
  transition: opacity 260ms ease;
}
.nav-scrim[data-open=true] {
  opacity: 1;
  pointer-events: auto;
}
@media (min-width: 64rem) {
  .nav-scrim {
    display: none;
  }
}

.site-footer {
  background-color: #1c1512;
  color: #f4ece3;
  padding-block: 4rem 2rem;
}

.site-footer__top {
  width: min(100% - clamp(1.25rem, 4vw, 2.5rem) * 2, 75rem);
  margin-inline: auto;
  display: grid;
  gap: 3rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid rgba(244, 236, 227, 0.14);
}
@media (min-width: 48rem) {
  .site-footer__top {
    grid-template-columns: 1.3fr 1fr 1fr;
  }
}

.site-footer__brand .logo__mark {
  color: #f4ece3;
}

.site-footer__brand .logo__sub {
  color: #a9793a;
}

.site-footer__tagline {
  margin-top: 1rem;
  max-width: 32ch;
  color: #b6a89c;
}

.site-footer__heading {
  font-family: "Manrope", "Work Sans", "Segoe UI", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #b6a89c;
  margin-bottom: 1rem;
}

.site-footer__list {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.site-footer__link {
  display: inline-flex;
  align-items: center;
  gap: 0.5em;
  color: #f4ece3;
  transition: color 180ms ease;
}
.site-footer__link .icon {
  width: 1rem;
  height: 1rem;
  color: #a9793a;
  flex-shrink: 0;
}
.site-footer__link:hover, .site-footer__link:focus-visible {
  color: #a9793a;
}

.site-footer__bottom {
  width: min(100% - clamp(1.25rem, 4vw, 2.5rem) * 2, 75rem);
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding-top: 2rem;
  font-size: 0.875rem;
  color: #b6a89c;
}
@media (min-width: 48rem) {
  .site-footer__bottom {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}

.site-footer__note {
  max-width: 60ch;
}

.icon-sprite {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.icon {
  width: 1.25rem;
  height: 1.25rem;
  flex-shrink: 0;
}

.skip-link {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.skip-link:focus {
  position: fixed;
  top: 1rem;
  left: 1rem;
  z-index: 100;
  width: auto;
  height: auto;
  padding: 0.75em 1.25em;
  margin: 0;
  overflow: visible;
  clip: auto;
  background-color: #ffffff;
  color: #241d1b;
  border-radius: 0.375rem;
  font-weight: 600;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6em;
  padding: 0.9em 1.6em;
  border-radius: 0.375rem;
  font-family: "Manrope", "Work Sans", "Segoe UI", sans-serif;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1;
  white-space: nowrap;
  transition: background-color 180ms ease, color 180ms ease, border-color 180ms ease, transform 180ms ease;
}
.btn .icon {
  width: 1.1em;
  height: 1.1em;
}
.btn:hover {
  transform: translateY(-0.0625rem);
}

.btn--primary {
  background-color: #7c2335;
  color: #ffffff;
  border: 1px solid #7c2335;
}
.btn--primary:hover, .btn--primary:focus-visible {
  background-color: #591827;
  border-color: #591827;
  color: #ffffff;
}

.btn--ghost {
  background-color: transparent;
  color: #241d1b;
  border: 1px solid #7d6c60;
}
.btn--ghost:hover, .btn--ghost:focus-visible {
  background-color: #f3ebe4;
  border-color: #241d1b;
}

.btn--on-dark {
  background-color: transparent;
  color: #f4ece3;
  border: 1px solid rgba(244, 236, 227, 0.4);
}
.btn--on-dark:hover, .btn--on-dark:focus-visible {
  background-color: rgba(244, 236, 227, 0.08);
  border-color: #f4ece3;
}

.btn--block {
  width: 100%;
}

.hero {
  padding-block: 4rem 6rem;
  overflow: hidden;
}
@media (min-width: 64rem) {
  .hero {
    padding-block: 6rem 8rem;
  }
}

.hero__inner {
  width: min(100% - clamp(1.25rem, 4vw, 2.5rem) * 2, 75rem);
  margin-inline: auto;
  display: grid;
  gap: 3rem;
  align-items: center;
}
@media (min-width: 64rem) {
  .hero__inner {
    grid-template-columns: 1.05fr 0.95fr;
    gap: 4rem;
  }
}

.hero__content {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.hero__title {
  margin-top: 0.5rem;
}

.hero__lead {
  margin-top: 0;
  max-width: 48ch;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 1rem;
}

.hero__proof {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid #e4d8ce;
}

.hero__proof-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  flex-shrink: 0;
  border-radius: 50%;
  background-color: #f3e3e2;
  color: #7c2335;
}
.hero__proof-icon .icon {
  width: 1.25rem;
  height: 1.25rem;
}

.hero__proof-text {
  font-size: 1rem;
  color: #6b5f59;
  max-width: 34ch;
}

.hero__proof-text strong {
  color: #241d1b;
}

.hero__media {
  position: relative;
}

.hero__media picture,
.hero__media img {
  width: 100%;
  height: 100%;
  border-radius: 1.25rem;
  object-fit: cover;
  aspect-ratio: 4/5;
}

.hero__media-card {
  position: absolute;
  left: 1.5rem;
  bottom: 1.5rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem 1.5rem;
  background-color: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(0.375rem);
  border-radius: 0.75rem;
  box-shadow: 0 1.25rem 2.5rem rgba(36, 29, 27, 0.08);
  max-width: calc(100% - 3rem);
}

.hero__media-card .icon {
  width: 1.25rem;
  height: 1.25rem;
  color: #7c2335;
  flex-shrink: 0;
}

.hero__media-card-text {
  font-size: 0.875rem;
  color: #241d1b;
  line-height: 1.4;
}

.hero__media-card-text strong {
  display: block;
  font-family: "Lora", "Source Serif 4", Georgia, serif;
  font-size: 1rem;
}

.about__inner {
  width: min(100% - clamp(1.25rem, 4vw, 2.5rem) * 2, 75rem);
  margin-inline: auto;
  display: grid;
  gap: 3rem;
  align-items: center;
}
@media (min-width: 64rem) {
  .about__inner {
    grid-template-columns: 0.85fr 1.15fr;
    gap: 4rem;
  }
}

.about__media img {
  width: 100%;
  border-radius: 1.25rem;
  object-fit: cover;
  aspect-ratio: 4/5;
}

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

.about__signature {
  margin-top: 1.5rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.about__signature-name {
  font-family: "Lora", "Source Serif 4", Georgia, serif;
  font-size: 1.125rem;
  color: #241d1b;
  display: block;
}

.about__signature-role {
  font-size: 0.875rem;
  color: #6b5f59;
}

.offer__grid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: 1fr;
}
@media (min-width: 36rem) {
  .offer__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 64rem) {
  .offer__grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.offer__card {
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  border-radius: 0.75rem;
  overflow: hidden;
  box-shadow: 0 1.25rem 2.5rem rgba(36, 29, 27, 0.08);
  transition: box-shadow 260ms ease, transform 260ms ease;
}
.offer__card:hover {
  box-shadow: 0 1.5rem 3rem rgba(36, 29, 27, 0.14);
  transform: translateY(-0.25rem);
}

.offer__card-media {
  aspect-ratio: 5/4;
}

.offer__card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.offer__card-body {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  flex: 1;
}

.offer__card-title {
  font-size: 1.125rem;
}

.offer__card-desc {
  color: #6b5f59;
  font-size: 1rem;
}

.offer__card-list {
  margin-top: auto;
  padding-top: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.4em;
}

.offer__card-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.5em;
  font-size: 1rem;
  color: #241d1b;
}

.offer__card-list .icon {
  width: 1rem;
  height: 1rem;
  margin-top: 0.2em;
  color: #7c2335;
  flex-shrink: 0;
}

.pricing__groups {
  display: grid;
  gap: 2rem;
}
@media (min-width: 48rem) {
  .pricing__groups {
    grid-template-columns: repeat(2, 1fr);
  }
}

.pricing__group {
  background-color: #ffffff;
  border-radius: 0.75rem;
  box-shadow: 0 1.25rem 2.5rem rgba(36, 29, 27, 0.08);
  overflow: hidden;
}

.pricing__group-title {
  padding: 1.5rem 1.5rem 1rem;
  font-size: 1.125rem;
}

.pricing__table {
  font-size: 1rem;
}

.pricing__table caption {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.pricing__table th,
.pricing__table td {
  padding: 1rem 1.5rem;
  text-align: left;
  border-top: 1px solid #e4d8ce;
}

.pricing__table thead th {
  font-family: "Manrope", "Work Sans", "Segoe UI", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #6b5f59;
  border-top: none;
  background-color: #f3ebe4;
}

.pricing__table td:last-child,
.pricing__table th:last-child {
  text-align: right;
  white-space: nowrap;
  font-weight: 600;
}

.pricing__note {
  margin-top: 1.5rem;
  font-size: 0.875rem;
  color: #6b5f59;
  max-width: 60ch;
}

.testimonials {
  width: min(100% - clamp(1.25rem, 4vw, 2.5rem) * 2, 75rem);
  margin-inline: auto;
}

.testimonials__grid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: 1fr;
}
@media (min-width: 48rem) {
  .testimonials__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.testimonial {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 2rem;
  background-color: #ffffff;
  border-radius: 1.25rem;
  box-shadow: 0 1.25rem 2.5rem rgba(36, 29, 27, 0.08);
}

.testimonial__stars {
  display: flex;
  gap: 0.15em;
  color: #a9793a;
}

.testimonial__stars .icon {
  width: 1rem;
  height: 1rem;
  fill: currentColor;
}

.testimonial__quote {
  color: #241d1b;
  font-style: normal;
}

.testimonial__footer {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  gap: 0.1em;
  padding-top: 0.5rem;
}

.testimonial__author {
  font-family: "Lora", "Source Serif 4", Georgia, serif;
  font-weight: 600;
  font-size: 1.0625rem;
}

.testimonial__role {
  font-size: 0.875rem;
  color: #6b5f59;
}

.testimonials__foot {
  margin-top: 2rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 1rem 2rem;
  text-align: center;
}

.testimonials__proof {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #6b5f59;
}

.testimonials__proof strong {
  color: #241d1b;
}

.testimonials__proof .icon {
  width: 1.1em;
  height: 1.1em;
  color: #7c2335;
}

.testimonials__links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem 1.5rem;
}

.testimonials__link {
  display: inline-flex;
  align-items: center;
  gap: 0.4em;
  font-weight: 600;
  color: #241d1b;
  border-bottom: 1px solid transparent;
  transition: color 180ms ease, border-color 180ms ease;
}
.testimonials__link .icon {
  width: 1.1em;
  height: 1.1em;
  color: #7c2335;
}
.testimonials__link:hover, .testimonials__link:focus-visible {
  color: #7c2335;
  border-bottom-color: #7c2335;
}

.contact__inner {
  width: min(100% - clamp(1.25rem, 4vw, 2.5rem) * 2, 75rem);
  margin-inline: auto;
  display: grid;
  gap: 3rem;
}
@media (min-width: 64rem) {
  .contact__inner {
    grid-template-columns: 0.95fr 1.05fr;
    gap: 4rem;
  }
}

.contact__info {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.contact__block {
  display: flex;
  gap: 1rem;
}

.contact__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  flex-shrink: 0;
  border-radius: 50%;
  background-color: #f3e3e2;
  color: #7c2335;
}
.contact__icon .icon {
  width: 1.125rem;
  height: 1.125rem;
}

.contact__block-title {
  font-family: "Manrope", "Work Sans", "Segoe UI", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  margin-bottom: 0.2em;
}

.contact__block-text a {
  color: #241d1b;
  border-bottom: 1px solid #7d6c60;
  transition: color 180ms ease, border-color 180ms ease;
}

.contact__block-text a:hover,
.contact__block-text a:focus-visible {
  color: #7c2335;
  border-color: #7c2335;
}

.contact__hours {
  width: 100%;
  margin-top: 0.2em;
}

.contact__hours th,
.contact__hours td {
  padding-block: 0.15em;
  text-align: left;
  font-size: 1rem;
  color: #6b5f59;
}

.contact__hours th {
  font-weight: 400;
  padding-right: 1rem;
}

.contact__hours td {
  text-align: right;
  color: #241d1b;
}

.contact__map {
  margin-top: 0.5rem;
  border-radius: 0.75rem;
  overflow: hidden;
  box-shadow: 0 1.25rem 2.5rem rgba(36, 29, 27, 0.08);
}

.contact__map iframe {
  display: block;
  width: 100%;
  height: 16rem;
  border: 0;
}

.contact__form {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding: 2rem;
  background-color: #ffffff;
  border-radius: 1.25rem;
  box-shadow: 0 1.25rem 2.5rem rgba(36, 29, 27, 0.08);
}

.form-field {
  display: flex;
  flex-direction: column;
  gap: 0.4em;
}

.form-field label {
  font-size: 1rem;
  font-weight: 600;
}

.form-field input,
.form-field textarea {
  width: 100%;
  padding: 0.85em 1em;
  border: 1px solid #7d6c60;
  border-radius: 0.375rem;
  background-color: #faf6f1;
  font-size: 1rem;
  color: #241d1b;
  transition: border-color 180ms ease, background-color 180ms ease;
}
.form-field input::placeholder,
.form-field textarea::placeholder {
  color: #6b5f59;
}
.form-field input:hover,
.form-field textarea:hover {
  border-color: #241d1b;
}
.form-field input:focus-visible,
.form-field textarea:focus-visible {
  background-color: #ffffff;
}

.form-field textarea {
  min-height: 8rem;
  resize: vertical;
}

.contact__form-note {
  font-size: 0.875rem;
  color: #6b5f59;
}

/* Contact Form 7 compatibility - appended by the fss-motyw skill.
 * CF7 always wraps controls in <span class="wpcf7-form-control-wrap">, which
 * this markup already tolerates (.form-field's CSS below targets input/
 * textarea by descendant selector, not direct child), and would render an
 * [acceptance] field as a fixed <label><input/><span>text</span></label> if
 * one is ever added later - neither can be changed via CF7 tag options.
 * These rules keep both cases visually consistent with the rest of the
 * form without touching the Form tab's HTML. */
.contact__form .wpcf7-form-control-wrap {
  display: contents;
}
.contact__form .form-field p {
  margin: 0;
}
.contact__form .wpcf7-acceptance .wpcf7-list-item {
  display: flex;
  align-items: flex-start;
  gap: 0.7rem;
  margin: 0;
}
.contact__form .wpcf7-list-item-label {
  font-size: 1rem;
}
.contact__form .wpcf7-not-valid-tip {
  display: block;
  margin-top: 0.3rem;
  font-size: 0.875rem;
  color: #b3261e;
}
