/* =========================
   Module Footer & mentions
   Styles isolés .cm-legal* / .cm-site-footer*
   ========================= */

.cm-legal-admin,
.cm-admin-main .cm-legal-admin {
  display: grid;
  gap: 22px;
}

.cm-legal-admin__intro,
.cm-legal-admin__section,
.cm-admin-main .cm-legal-admin__intro,
.cm-admin-main .cm-legal-admin__section {
  width: 100%;
  box-sizing: border-box;
}

.cm-legal-admin__intro h2,
.cm-legal-admin__section h3 {
  margin: 0 0 10px;
  color: #f6ead6;
}

.cm-legal-admin__intro p {
  margin: 0;
  color: rgba(246, 234, 214, 0.84);
  line-height: 1.7;
}

.cm-legal-admin__form {
  display: grid;
  gap: 20px;
}

.cm-legal-admin__section {
  display: grid;
  gap: 16px;
  padding: 22px;
  border-radius: 20px;
  background: rgba(17, 13, 12, 0.88);
  border: 1px solid rgba(246, 234, 214, 0.09);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.03), 0 10px 24px rgba(0,0,0,0.18);
  overflow: hidden;
}

.cm-legal-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px 18px;
  align-items: start;
}

.cm-legal-admin label {
  display: grid;
  gap: 7px;
  min-width: 0;
  color: #f3e7d5;
  font-weight: 700;
}

.cm-legal-admin label span {
  color: #f3e7d5;
  font-size: 0.97rem;
  line-height: 1.35;
}

.cm-legal-admin input[type="text"],
.cm-legal-admin input[type="email"],
.cm-legal-admin input[type="url"],
.cm-legal-admin textarea {
  width: 100%;
  min-width: 0;
  max-width: 100%;
  box-sizing: border-box;
  border: 1px solid rgba(240, 227, 207, 0.14);
  border-radius: 14px;
  padding: 12px 13px;
  background: rgba(255, 251, 245, 0.98);
  color: #2f2318;
  font: inherit;
  display: block;
}

.cm-legal-admin input[type="text"]:focus,
.cm-legal-admin input[type="email"]:focus,
.cm-legal-admin input[type="url"]:focus,
.cm-legal-admin textarea:focus {
  outline: none;
  border-color: rgba(223, 190, 147, 0.55);
  box-shadow: 0 0 0 3px rgba(223, 190, 147, 0.14);
}

.cm-legal-admin textarea {
  resize: vertical;
  min-height: 110px;
}

.cm-legal-check {
  display: flex !important;
  align-items: flex-start;
  gap: 10px;
  min-height: 54px;
  padding: 12px 13px;
  border-radius: 14px;
  background: rgba(255, 247, 237, 0.06);
  border: 1px solid rgba(240, 227, 207, 0.08);
}

.cm-legal-check input {
  margin-top: 4px;
  flex: 0 0 auto;
}

.cm-legal-check span {
  color: #f0e3cf;
}

.cm-legal-admin__actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.cm-legal-admin__actions .cm-btn {
  text-decoration: none;
}

.cm-legal-page {
  max-width: 980px;
  margin: 24px auto;
  padding: 0 16px 24px;
}

.cm-legal-card {
  background: rgba(252, 246, 237, 0.96);
  border: 1px solid rgba(112, 83, 54, 0.12);
  box-shadow: 0 16px 34px rgba(37, 24, 12, 0.12);
  border-radius: 24px;
  padding: 24px;
}

.cm-legal-card h1 { margin: 0 0 10px; color: #4a301a; }
.cm-legal-card h2 { margin: 20px 0 8px; color: #5a3d24; }
.cm-legal-card p,
.cm-legal-card li { color: #5f4937; line-height: 1.68; }

.cm-legal-links {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 18px;
}

.cm-legal-links a {
  color: #5b4028;
  font-weight: 800;
}

.cm-legal-kv {
  display: grid;
  grid-template-columns: 210px 1fr;
  gap: 8px 14px;
}

.cm-legal-kv dt { font-weight: 800; color: #4a301a; }
.cm-legal-kv dd { margin: 0; color: #5f4937; }
.cm-legal-muted { opacity: 0.84; }

/* Footer public */
.cm-site-footer {
  position: relative;
  isolation: isolate;
  margin-top: 34px;
  color: #f2e6d3;
  background: #090909;
}

.cm-site-footer::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -210px;
  height: 210px;
  pointer-events: none;
  z-index: 0;
  background: linear-gradient(180deg,
    rgba(9,9,9,0) 0%,
    rgba(9,9,9,0.015) 12%,
    rgba(9,9,9,0.04) 24%,
    rgba(9,9,9,0.08) 36%,
    rgba(9,9,9,0.15) 48%,
    rgba(9,9,9,0.28) 62%,
    rgba(9,9,9,0.48) 76%,
    rgba(9,9,9,0.72) 88%,
    #090909 100%);
}

.cm-site-footer::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -120px;
  height: 120px;
  pointer-events: none;
  z-index: 0;
  background: linear-gradient(180deg,
    rgba(30, 24, 20, 0) 0%,
    rgba(22, 18, 16, 0.035) 32%,
    rgba(15, 13, 12, 0.09) 58%,
    rgba(9, 9, 9, 0.16) 100%);
}

.cm-site-footer__fade {
  height: 0;
  overflow: hidden;
}

.cm-site-footer__inner {
  position: relative;
  z-index: 1;
  max-width: 1280px;
  margin: 0 auto;
  padding: 34px 22px 34px;
}

.cm-site-footer__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(250px, 0.9fr) minmax(250px, 0.95fr);
  gap: 0;
  align-items: stretch;
}

.cm-site-footer__col {
  min-width: 0;
  padding: 10px 28px 12px;
  position: relative;
}

.cm-site-footer__col + .cm-site-footer__col::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  bottom: 8px;
  width: 1px;
  background: linear-gradient(180deg,
    rgba(242,230,211,0) 0%,
    rgba(242,230,211,0.22) 16%,
    rgba(242,230,211,0.38) 50%,
    rgba(242,230,211,0.22) 84%,
    rgba(242,230,211,0) 100%);
}

.cm-site-footer__heading {
  margin: 0 0 12px;
  color: rgba(242, 230, 211, 0.72);
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 0.8rem;
}

.cm-site-footer__title {
  margin: 0 0 10px;
  color: #fff6e8;
  font-size: 1.18rem;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.cm-site-footer__text,
.cm-site-footer__meta {
  color: rgba(242, 230, 211, 0.84);
  line-height: 1.78;
  font-size: 0.95rem;
}

.cm-site-footer__meta { margin-top: 12px; }
.cm-site-footer__meta--stacked > div + div { margin-top: 2px; }
.cm-site-footer__label {
  color: rgba(242, 230, 211, 0.58);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.73rem;
  margin-bottom: 4px;
}

.cm-site-footer__list {
  display: grid;
  gap: 10px;
}

.cm-site-footer__col a {
  color: #f4e8d4;
  text-decoration: none;
  transition: color .18s ease, transform .18s ease, opacity .18s ease;
}

.cm-site-footer__col a:hover {
  color: #fff8ed;
  opacity: 1;
  transform: translateX(2px);
}

.cm-site-footer__social {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, max-content));
  gap: 10px 12px;
  margin-top: 16px;
}

.cm-site-footer__social-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 54px;
  padding: 8px 12px;
  border: 1px solid rgba(242,230,211,0.16);
  border-radius: 18px;
  color: #f4e8d4;
  background: rgba(255,255,255,0.03);
}

.cm-site-footer__social-icon {
  width: 38px;
  height: 38px;
  display: block;
  flex: 0 0 auto;
}

.cm-site-footer__bottom {
  margin-top: 24px;
  padding: 16px 28px 0;
  border-top: 1px solid rgba(242, 230, 211, 0.13);
  display: flex;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap;
  color: rgba(242, 230, 211, 0.72);
  font-size: 0.88rem;
}

@media (max-width: 980px) {
  .cm-site-footer__grid {
    grid-template-columns: 1fr;
  }

  .cm-site-footer__col {
    padding: 14px 0;
  }

  .cm-site-footer__col + .cm-site-footer__col::before {
    left: 0;
    right: 0;
    top: 0;
    bottom: auto;
    width: auto;
    height: 1px;
    background: linear-gradient(90deg,
      rgba(242,230,211,0) 0%,
      rgba(242,230,211,0.22) 14%,
      rgba(242,230,211,0.38) 50%,
      rgba(242,230,211,0.22) 86%,
      rgba(242,230,211,0) 100%);
  }
}

@media (max-width: 860px) {
  .cm-legal-grid,
  .cm-admin-main .cm-legal-grid {
    grid-template-columns: 1fr;
  }

  .cm-legal-card {
    padding: 18px;
    border-radius: 20px;
  }

  .cm-legal-kv {
    grid-template-columns: 1fr;
  }

  .cm-site-footer { margin-top: 20px; }
  .cm-site-footer::before { top: -150px; height: 150px; }
  .cm-site-footer::after { top: -92px; height: 92px; }
  .cm-site-footer__inner { padding: 22px 14px 24px; }
  .cm-site-footer__fade { height: 0; }
  .cm-site-footer__bottom { padding-left: 0; padding-right: 0; }
}

/* =========================
   Horaires d'ouverture admin
   ========================= */
.cm-hours-admin,
.cm-admin-main .cm-hours-admin {
  display: grid;
  gap: 22px;
}

.cm-hours-status-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.cm-hours-status-card {
  display: grid;
  gap: 6px;
}

.cm-hours-status-card span {
  color: rgba(246, 234, 214, 0.72);
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 0.78rem;
}

.cm-hours-status-card strong {
  color: #f7ecd9;
  font-size: 1.06rem;
  line-height: 1.35;
}

.cm-hours-admin__form {
  display: grid;
  gap: 20px;
}

.cm-hours-top-grid {
  display: grid;
  grid-template-columns: minmax(220px, 320px) minmax(0, 1fr);
  gap: 16px 18px;
  align-items: start;
}

.cm-hours-top-check {
  min-height: 100%;
}

.cm-hours-help {
  margin: 0;
  color: rgba(246, 234, 214, 0.82);
  line-height: 1.7;
}

.cm-hours-days-grid {
  display: grid;
  gap: 14px;
}

.cm-hours-day-card {
  display: grid;
  gap: 12px;
  padding: 18px;
  border-radius: 18px;
  background: rgba(255, 247, 237, 0.06);
  border: 1px solid rgba(240, 227, 207, 0.08);
}

.cm-hours-day-card__title {
  color: #f5e9d6;
  font-weight: 800;
  font-size: 1rem;
}

.cm-hours-day-card__fields {
  display: grid;
  grid-template-columns: minmax(170px, 1.2fr) repeat(4, minmax(0, 1fr));
  gap: 12px;
  align-items: end;
}

.cm-hours-admin select,
.cm-hours-admin input[type="time"],
.cm-hours-admin input[type="date"],
.cm-hours-admin input[readonly] {
  width: 100%;
  min-width: 0;
  max-width: 100%;
  box-sizing: border-box;
  border: 1px solid rgba(240, 227, 207, 0.14);
  border-radius: 14px;
  padding: 12px 13px;
  background: rgba(255, 251, 245, 0.98);
  color: #2f2318;
  font: inherit;
  display: block;
}

.cm-hours-admin select:focus,
.cm-hours-admin input[type="time"]:focus,
.cm-hours-admin input[type="date"]:focus,
.cm-hours-admin input[readonly]:focus {
  outline: none;
  border-color: rgba(223, 190, 147, 0.55);
  box-shadow: 0 0 0 3px rgba(223, 190, 147, 0.14);
}

.cm-hours-ranges-grid {
  display: grid;
  gap: 12px;
}

.cm-hours-range-row {
  display: grid;
  grid-template-columns: minmax(220px, 1.25fr) repeat(2, minmax(150px, .75fr)) minmax(220px, .95fr);
  gap: 12px;
  align-items: stretch;
  padding: 16px;
  border-radius: 18px;
  background: rgba(255, 247, 237, 0.06);
  border: 1px solid rgba(240, 227, 207, 0.08);
}

.cm-hours-range-check {
  min-height: 100%;
}

@media (max-width: 1100px) {
  .cm-hours-status-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cm-hours-top-grid,
  .cm-hours-day-card__fields,
  .cm-hours-range-row {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 760px) {
  .cm-hours-status-grid,
  .cm-hours-top-grid,
  .cm-hours-day-card__fields,
  .cm-hours-range-row {
    grid-template-columns: 1fr;
  }
}

/* =========================
   Contact + localisation élevage
   ========================= */
.cm-contact-page {
  width: min(1180px, calc(100% - 28px));
  margin-inline: auto;
}

.cm-contact-body .cm-legal-page {
  gap: 18px;
}

.cm-contact-hero {
  position: relative;
  overflow: hidden;
}

.cm-contact-hero::after {
  content: "";
  position: absolute;
  right: -70px;
  top: -80px;
  width: 220px;
  height: 220px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(255, 219, 128, .34), rgba(255, 219, 128, 0) 68%);
  pointer-events: none;
}

.cm-contact-eyebrow {
  margin: 0 0 8px;
  font-weight: 900;
  letter-spacing: .03em;
  color: #8b4b13;
  text-transform: uppercase;
  font-size: .86rem;
}

.cm-contact-intro {
  max-width: 860px;
}

.cm-contact-actions,
.cm-contact-map-actions,
.cm-contact-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.cm-contact-actions {
  margin-top: 18px;
}

.cm-contact-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 16px;
  border-radius: 999px;
  border: 1px solid rgba(107, 61, 19, .24);
  background: linear-gradient(180deg, rgba(255, 250, 232, .98), rgba(245, 218, 168, .96));
  color: #5b320f;
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 8px 18px rgba(77, 42, 12, .13);
  transition: transform .16s ease, box-shadow .16s ease, filter .16s ease;
  cursor: pointer;
}

.cm-contact-btn:hover,
.cm-contact-btn:focus-visible {
  transform: translateY(-2px);
  filter: brightness(1.03);
  box-shadow: 0 12px 22px rgba(77, 42, 12, .18);
}

.cm-contact-btn--primary {
  background: linear-gradient(180deg, #ffe49d, #d58b2f);
  border-color: rgba(111, 58, 12, .36);
}

.cm-contact-btn--geo {
  border-style: dashed;
}

.cm-contact-btn:disabled {
  opacity: .68;
  cursor: wait;
  transform: none;
}

.cm-contact-grid {
  display: grid;
  grid-template-columns: minmax(0, .88fr) minmax(0, 1.12fr);
  gap: 18px;
}

.cm-contact-panel h2,
.cm-contact-map-card h2,
.cm-contact-links-card h2 {
  margin-top: 0;
  color: #62350f;
}

.cm-contact-kv a {
  color: #6d3b10;
  font-weight: 900;
}

.cm-contact-note,
.cm-contact-small {
  color: rgba(66, 45, 24, .78);
  line-height: 1.55;
}

.cm-contact-note {
  margin: 18px 0 0;
  padding: 12px 14px;
  border-radius: 18px;
  background: rgba(255, 248, 221, .72);
  border: 1px solid rgba(153, 92, 27, .16);
}

.cm-contact-panel__head,
.cm-contact-map-head {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  justify-content: space-between;
}

.cm-contact-status {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  border-radius: 999px;
  padding: 7px 11px;
  font-size: .86rem;
  font-weight: 900;
  border: 1px solid rgba(82, 50, 20, .16);
}

.cm-contact-status.is-open {
  color: #246326;
  background: rgba(205, 245, 181, .78);
}

.cm-contact-status.is-closed {
  color: #7a291f;
  background: rgba(255, 216, 205, .8);
}

.cm-contact-hours-list {
  display: grid;
  gap: 8px;
  margin-top: 14px;
}

.cm-contact-hours-row {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  padding: 10px 12px;
  border-radius: 16px;
  background: rgba(255, 255, 255, .48);
  border: 1px solid rgba(125, 77, 28, .12);
}

.cm-contact-hours-row span {
  font-weight: 900;
  color: #633712;
}

.cm-contact-hours-row strong {
  color: #2f2419;
  text-align: right;
}

.cm-contact-hours-row.is-today {
  background: linear-gradient(180deg, rgba(255, 236, 176, .92), rgba(255, 248, 222, .82));
  border-color: rgba(163, 98, 28, .3);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .45);
}

.cm-contact-map-card {
  overflow: hidden;
}

.cm-contact-map-head {
  margin-bottom: 14px;
}

.cm-contact-map-head .cm-contact-small {
  margin-bottom: 0;
}

.cm-contact-map-shell {
  overflow: hidden;
  border-radius: 26px;
  border: 3px solid rgba(121, 70, 18, .28);
  background: #f7e7c8;
  box-shadow: 0 15px 34px rgba(65, 35, 12, .16);
}

.cm-contact-map-shell iframe {
  display: block;
  width: 100%;
  min-height: 420px;
  border: 0;
}

.cm-contact-geoloc {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
  margin-top: 14px;
}

.cm-contact-geoloc .cm-contact-small {
  flex: 1 1 320px;
  margin: 0;
}

.cm-contact-geoloc .cm-contact-small.is-error {
  color: #8a2018;
  font-weight: 800;
}

.cm-contact-links-card {
  margin-bottom: 24px;
}

@media (max-width: 920px) {
  .cm-contact-grid,
  .cm-contact-panel__head,
  .cm-contact-map-head {
    grid-template-columns: 1fr;
  }

  .cm-contact-grid {
    display: grid;
  }

  .cm-contact-panel__head,
  .cm-contact-map-head {
    flex-direction: column;
  }

  .cm-contact-map-actions {
    width: 100%;
  }

  .cm-contact-map-actions .cm-contact-btn,
  .cm-contact-actions .cm-contact-btn {
    flex: 1 1 180px;
  }
}

@media (max-width: 560px) {
  .cm-contact-page {
    width: min(100% - 16px, 1180px);
  }

  .cm-contact-btn {
    width: 100%;
  }

  .cm-contact-hours-row {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .cm-contact-hours-row strong {
    text-align: left;
  }

  .cm-contact-map-shell iframe {
    min-height: 330px;
  }
}

/* =========================
   Contact sécurisé - formulaire site
   ========================= */
.cm-contact-btn--phone,
.cm-contact-btn--message {
  gap: 9px;
}

.cm-contact-btn__icon,
.cm-contact-form-card__icon {
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
}

.cm-contact-btn__icon {
  width: 30px;
  height: 30px;
}

.cm-contact-btn__icon img,
.cm-contact-form-card__icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.cm-contact-btn--phone {
  background: linear-gradient(180deg, #fff1bf, #e19b39);
  border-color: rgba(118, 60, 14, .38);
}

.cm-contact-btn--message {
  background: linear-gradient(180deg, rgba(255, 250, 232, .98), rgba(248, 224, 181, .98));
}

.cm-contact-phone-note {
  margin: 12px 0 0;
  font-weight: 800;
}

.cm-contact-form-card {
  display: grid;
  gap: 20px;
}

.cm-contact-form-card__intro {
  display: grid;
  grid-template-columns: 68px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
}

.cm-contact-form-card__icon {
  width: 68px;
  height: 68px;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(255,250,232,.88), rgba(245,218,168,.78));
  border: 1px solid rgba(107,61,19,.16);
  box-shadow: 0 12px 22px rgba(77,42,12,.12), inset 0 1px 0 rgba(255,255,255,.64);
  padding: 10px;
}

.cm-contact-form-card__intro h2 {
  margin: 0 0 8px;
  color: #62350f;
}

.cm-contact-form-card__intro p {
  margin: 0;
  color: rgba(66, 45, 24, .78);
  line-height: 1.62;
}

.cm-contact-alert {
  border-radius: 22px;
  padding: 16px 18px;
  border: 1px solid rgba(126, 97, 75, .16);
  box-shadow: 0 14px 26px rgba(67, 47, 33, .08);
}

.cm-contact-alert strong {
  display: block;
  margin: 0 0 6px;
  font-size: 1.04rem;
}

.cm-contact-alert p,
.cm-contact-alert ul {
  margin: 0;
  color: #4f3a31;
  line-height: 1.62;
}

.cm-contact-alert ul {
  padding-left: 20px;
}

.cm-contact-alert--success {
  background: linear-gradient(180deg, rgba(241, 252, 244, .98) 0%, rgba(233, 248, 238, .98) 100%);
  border-color: rgba(73, 142, 100, .24);
}

.cm-contact-alert--success strong {
  color: #2e6b45;
}

.cm-contact-alert--error {
  background: linear-gradient(180deg, rgba(255, 245, 245, .98) 0%, rgba(255, 237, 239, .98) 100%);
  border-color: rgba(170, 83, 96, .24);
}

.cm-contact-alert--error strong {
  color: #8a3048;
}

.cm-contact-form {
  display: grid;
  gap: 18px;
}

.cm-contact-form__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  align-items: start;
}

.cm-contact-form,
.cm-contact-form__grid,
.cm-contact-field {
  min-width: 0;
}

.cm-contact-field {
  display: grid;
  gap: 8px;
}

.cm-contact-field > span {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: #8a6b52;
  font-weight: 900;
}

.cm-contact-field > span em {
  font-style: normal;
  text-transform: none;
  letter-spacing: 0;
  font-weight: 800;
  color: rgba(83, 57, 32, .65);
}

.cm-contact-field input,
.cm-contact-field textarea {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
  appearance: none;
  border: 1px solid rgba(126, 97, 75, .18);
  border-radius: 18px;
  background: rgba(255, 250, 244, .92);
  color: #2e2119;
  box-shadow: inset 0 2px 0 rgba(255, 255, 255, .66), 0 8px 18px rgba(67, 47, 33, .06);
  font: inherit;
  line-height: 1.5;
  transition: border-color .18s ease, box-shadow .18s ease, background .18s ease;
}

.cm-contact-field input {
  min-height: 56px;
  padding: 0 16px;
}

.cm-contact-field textarea {
  min-height: 210px;
  padding: 16px;
  resize: vertical;
}

.cm-contact-field input:focus,
.cm-contact-field textarea:focus {
  outline: none;
  border-color: rgba(171, 89, 125, .52);
  box-shadow: 0 0 0 4px rgba(214, 109, 150, .12), inset 0 2px 0 rgba(255,255,255,.7), 0 10px 20px rgba(67,47,33,.08);
  background: #fffdfa;
}

.cm-contact-form__honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.cm-contact-form__footnote {
  color: rgba(66, 45, 24, .74);
  font-size: .94rem;
  line-height: 1.58;
  padding: 12px 14px;
  border-radius: 18px;
  background: rgba(255, 248, 221, .64);
  border: 1px solid rgba(153, 92, 27, .14);
}

.cm-contact-form__actions {
  display: flex;
  justify-content: flex-end;
}

.cm-contact-submit {
  appearance: none;
  border: 1px solid rgba(74, 42, 57, .78);
  border-radius: 18px;
  min-height: 58px;
  padding: 0 26px;
  background: linear-gradient(180deg, rgba(140, 92, 116, .98) 0%, rgba(116, 68, 90, .99) 56%, rgba(93, 51, 70, 1) 100%);
  color: #fff;
  font-family: 'Trebuchet MS', 'Segoe UI', system-ui, sans-serif;
  font-size: 1rem;
  font-weight: 900;
  letter-spacing: .01em;
  cursor: pointer;
  box-shadow: 0 14px 20px rgba(45, 28, 38, .24), 0 3px 0 rgba(84, 49, 66, .22), inset 0 2px 0 rgba(255,255,255,.34), inset 0 -10px 16px rgba(56,29,42,.30);
  transition: transform .18s ease, box-shadow .18s ease, filter .18s ease;
}

.cm-contact-submit:hover,
.cm-contact-submit:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 18px 26px rgba(45, 28, 38, .30), 0 4px 0 rgba(84, 49, 66, .18), inset 0 2px 0 rgba(255,255,255,.38), inset 0 -10px 16px rgba(56,29,42,.28);
  filter: brightness(1.03);
}

@media (max-width: 720px) {
  .cm-contact-form-card__intro,
  .cm-contact-form__grid {
    grid-template-columns: 1fr;
  }

  .cm-contact-form-card__icon {
    width: 58px;
    height: 58px;
  }

  .cm-contact-form__actions,
  .cm-contact-submit {
    width: 100%;
  }
}
