/* UpToHit footer — intentionally self-contained.
   All tokens and selectors are footer-scoped to avoid coupling with header CSS. */


.uth-footer-page {
  min-width: 320px;
  margin: 0;
  background: #FFFFFF;
}

.uth-footer {
  --uth-footer-pink: #D96C8A;
  --uth-footer-blush: #F8E8ED;
  --uth-footer-bg: #FFF9FA;
  --uth-footer-white: #FFFFFF;
  --uth-footer-text: #2B2326;
  --uth-footer-muted: #74666B;
  --uth-footer-border: #EEDDE2;
  --uth-footer-line: #DCC9CF;
  --uth-footer-rose: #B94F6F;
  --uth-footer-font-display: "DM Serif Display", Georgia, serif;
  --uth-footer-font-sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --uth-footer-container: 1240px;
  --uth-footer-gutter: clamp(20px, 3vw, 32px);
  --uth-footer-ease: cubic-bezier(.2, .7, .2, 1);
  --uth-footer-speed: 180ms;
  --uth-footer-focus: 0 0 0 3px rgba(217, 108, 138, .2);

  width: 100%;
  margin: 0;
  padding: 0;
  color: var(--uth-footer-text);
  background: var(--uth-footer-bg);
  border: 0;
  border-top: 1px solid var(--uth-footer-border);
  font-family: var(--uth-footer-font-sans);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  box-sizing: border-box;
}

.uth-footer *,
.uth-footer *::before,
.uth-footer *::after {
  box-sizing: inherit;
}

.uth-footer__inner {
  width: min(calc(100% - (var(--uth-footer-gutter) * 2)), var(--uth-footer-container));
  margin-inline: auto;
  padding-block: clamp(58px, 5vw, 74px) 26px;
}

.uth-footer__primary {
  display: grid;
  grid-template-columns: minmax(170px, .92fr) minmax(320px, 1.55fr) minmax(250px, 1.18fr);
  gap: clamp(28px, 3.4vw, 54px);
  align-items: start;
}

.uth-footer__brand-block,
.uth-footer__navigation,
.uth-footer__newsletter,
.uth-footer__nav-group {
  min-width: 0;
  margin: 0;
  padding: 0;
}

.uth-footer__brand {
  display: inline-flex;
  align-items: baseline;
  margin: 0;
  padding: 0;
  color: var(--uth-footer-text);
  background: transparent;
  border: 0;
  border-radius: 2px;
  font-family: var(--uth-footer-font-display);
  font-size: clamp(29px, 2.3vw, 32px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: -.025em;
  text-decoration: none;
  white-space: nowrap;
  transition: opacity var(--uth-footer-speed) var(--uth-footer-ease);
}

.uth-footer__brand:hover {
  opacity: .82;
}

.uth-footer__brand-main {
  color: var(--uth-footer-text);
}

.uth-footer__brand-accent {
  color: var(--uth-footer-pink);
}

.uth-footer__brand-copy {
  max-width: 255px;
  margin: 21px 0 0;
  padding: 0;
  color: var(--uth-footer-muted);
  font-family: var(--uth-footer-font-sans);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.68;
}

.uth-footer__navigation {
  display: grid;
  grid-template-columns: minmax(86px, .9fr) minmax(86px, .9fr) minmax(128px, 1.15fr);
  gap: clamp(18px, 2.25vw, 36px);
}

.uth-footer__nav-title,
.uth-footer__newsletter-eyebrow {
  margin: 0;
  padding: 0;
  color: #B94F6F;
  font-family: var(--uth-footer-font-sans);
  font-size: 11px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: .085em;
  text-transform: uppercase;
}

.uth-footer__nav-title {
  margin-bottom: 17px;
}

.uth-footer__nav-list {
  display: grid;
  gap: 2px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.uth-footer__nav-item {
  min-width: 0;
  margin: 0;
  padding: 0;
}

.uth-footer__nav-link,
.uth-footer__social-link,
.uth-footer__legal-link {
  color: var(--uth-footer-text);
  font-family: var(--uth-footer-font-sans);
  text-decoration: none;
  transition:
    color var(--uth-footer-speed) var(--uth-footer-ease),
    background-color var(--uth-footer-speed) var(--uth-footer-ease),
    opacity var(--uth-footer-speed) var(--uth-footer-ease);
}

.uth-footer__nav-link,
.uth-footer__social-link {
  min-height: 39px;
  font-size: 14.5px;
  font-weight: 500;
  line-height: 1.35;
}

.uth-footer__nav-link {
  display: inline-flex;
  align-items: center;
}

.uth-footer__nav-link:hover,
.uth-footer__social-link:hover,
.uth-footer__legal-link:hover {
  color: var(--uth-footer-rose);
}

.uth-footer__social-list {
  gap: 2px;
}

.uth-footer__social-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  max-width: 100%;
  border-radius: 4px;
}

.uth-footer__social-mark {
  display: inline-grid;
  place-items: center;
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  color: var(--uth-footer-pink);
  transition: color var(--uth-footer-speed) var(--uth-footer-ease);
}

.uth-footer__social-icon {
  display: block;
  width: 18px;
  height: 18px;
  overflow: visible;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.65;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.uth-footer__social-icon--fill {
  fill: currentColor;
  stroke: none;
}

.uth-footer__social-icon-dot {
  fill: currentColor;
  stroke: none;
}

.uth-footer__social-link:hover .uth-footer__social-mark {
  color: var(--uth-footer-rose);
}

.uth-footer__social-label {
  display: inline-block;
  min-width: 0;
  white-space: nowrap;
}

.uth-footer__newsletter {
  width: 100%;
  max-width: 340px;
  justify-self: end;
}

.uth-footer__newsletter-eyebrow {
  margin-bottom: 12px;
  color: #B94F6F;
}

.uth-footer__newsletter-title {
  max-width: 330px;
  margin: 0;
  padding: 0;
  color: var(--uth-footer-text);
  font-family: var(--uth-footer-font-display);
  font-size: clamp(23px, 2vw, 27px);
  font-weight: 400;
  line-height: 1.17;
  letter-spacing: -.012em;
  text-wrap: balance;
}

.uth-footer__newsletter-copy {
  max-width: 330px;
  margin: 13px 0 0;
  padding: 0;
  color: var(--uth-footer-muted);
  font-family: var(--uth-footer-font-sans);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.62;
}

.uth-footer__newsletter-form {
  width: 100%;
  margin: 23px 0 0;
  padding: 0;
}

.uth-footer__newsletter-control {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 13px;
  width: 100%;
}

.uth-footer__newsletter-input-wrap {
  position: relative;
  min-width: 0;
  border-bottom: 1px solid var(--uth-footer-line);
  transition: border-color var(--uth-footer-speed) var(--uth-footer-ease);
}

.uth-footer__newsletter-input-wrap::after {
  content: "";
  position: absolute;
  inset-inline: 0;
  inset-block-end: -1px;
  height: 1px;
  background: var(--uth-footer-pink);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform var(--uth-footer-speed) var(--uth-footer-ease);
}

.uth-footer__newsletter-input-wrap:focus-within {
  border-bottom-color: transparent;
}

.uth-footer__newsletter-input-wrap:focus-within::after {
  transform: scaleX(1);
}

.uth-footer__newsletter-input {
  display: block;
  width: 100%;
  min-width: 0;
  height: 44px;
  margin: 0;
  padding: 0 2px 8px 0;
  color: var(--uth-footer-text);
  background: transparent;
  border: 0;
  border-radius: 0;
  outline: 0;
  box-shadow: none;
  appearance: none;
  font-family: var(--uth-footer-font-sans);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
}

.uth-footer__newsletter-input::placeholder {
  color: var(--uth-footer-muted);
  opacity: .82;
}

.uth-footer__newsletter-input:focus,
.uth-footer__newsletter-input:focus-visible {
  outline: 0;
  box-shadow: none;
}

.uth-footer__newsletter-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-width: max-content;
  height: 42px;
  margin: 0;
  padding: 0 12px;
  color: var(--uth-footer-rose);
  background: transparent;
  border: 1px solid transparent;
  border-radius: 6px;
  box-shadow: none;
  appearance: none;
  font-family: var(--uth-footer-font-sans);
  font-size: 13.5px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: .005em;
  cursor: pointer;
  transition:
    color var(--uth-footer-speed) var(--uth-footer-ease),
    background-color var(--uth-footer-speed) var(--uth-footer-ease),
    border-color var(--uth-footer-speed) var(--uth-footer-ease),
    transform var(--uth-footer-speed) var(--uth-footer-ease);
}

.uth-footer__newsletter-button-icon {
  display: block;
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform var(--uth-footer-speed) var(--uth-footer-ease);
}

.uth-footer__newsletter-button:hover {
  color: var(--uth-footer-rose);
  background: rgba(248, 232, 237, .78);
  border-color: rgba(185, 79, 111, .11);
}

.uth-footer__newsletter-button:hover .uth-footer__newsletter-button-icon {
  transform: translateX(2px);
}

.uth-footer__newsletter-button:active {
  background: var(--uth-footer-blush);
  transform: translateY(1px);
}

.uth-footer__brand:focus-visible,
.uth-footer__nav-link:focus-visible,
.uth-footer__social-link:focus-visible,
.uth-footer__legal-link:focus-visible,
.uth-footer__newsletter-button:focus-visible {
  outline: 2px solid var(--uth-footer-pink);
  outline-offset: 3px;
}

.uth-footer__newsletter-button:focus-visible {
  background: var(--uth-footer-blush);
  box-shadow: var(--uth-footer-focus);
}

.uth-footer__divider {
  width: 100%;
  height: 1px;
  margin: clamp(48px, 4.8vw, 60px) 0 22px;
  padding: 0;
  background: var(--uth-footer-border);
  border: 0;
}

.uth-footer__bottom {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 24px;
  align-items: center;
  color: var(--uth-footer-muted);
  font-family: var(--uth-footer-font-sans);
  font-size: 12.5px;
  font-weight: 400;
  line-height: 1.5;
}

.uth-footer__copyright,
.uth-footer__statement {
  margin: 0;
  padding: 0;
}

.uth-footer__statement {
  text-align: center;
}

.uth-footer__legal {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px 19px;
  margin: 0;
  padding: 0;
}

.uth-footer__legal-link {
  color: var(--uth-footer-muted);
  font-size: inherit;
  font-weight: 400;
  line-height: inherit;
}

.uth-footer__sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}

/* Keep the complete desktop row substantially longer than the previous build.
   This avoids pushing the newsletter below the fold around ~900–1000px. */
@media (max-width: 839.98px) {
  .uth-footer__primary {
    grid-template-columns: minmax(175px, .72fr) minmax(0, 1.4fr);
    gap: 42px;
  }

  .uth-footer__navigation {
    gap: clamp(18px, 3vw, 30px);
  }

  .uth-footer__newsletter {
    grid-column: 1 / -1;
    width: min(100%, 580px);
    max-width: none;
    justify-self: start;
    padding-top: 5px;
  }

  .uth-footer__newsletter-title {
    max-width: 410px;
  }

  .uth-footer__newsletter-copy {
    max-width: 480px;
  }
}

@media (max-width: 639.98px) {
  .uth-footer {
    --uth-footer-gutter: 20px;
  }

  .uth-footer__inner {
    padding-block-start: 50px;
  }

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

  .uth-footer__brand-block {
    margin-bottom: 40px;
  }

  .uth-footer__navigation {
    display: contents;
  }

  .uth-footer__nav-group {
    margin-bottom: 31px;
  }

  .uth-footer__nav-title {
    margin-bottom: 9px;
  }

  .uth-footer__nav-list {
    gap: 0;
  }

  .uth-footer__nav-link,
  .uth-footer__social-link {
    min-height: 44px;
    font-size: 15px;
  }

  .uth-footer__newsletter {
    width: 100%;
    margin-top: 7px;
    padding-top: 0;
  }

  .uth-footer__newsletter-title {
    max-width: 390px;
  }

  .uth-footer__newsletter-copy {
    max-width: 440px;
  }

  .uth-footer__divider {
    margin-top: 44px;
  }

  .uth-footer__bottom {
    grid-template-columns: 1fr;
    gap: 9px;
    align-items: start;
  }

  .uth-footer__statement {
    text-align: left;
  }

  .uth-footer__legal {
    justify-content: flex-start;
    margin-top: 4px;
  }
}

@media (max-width: 419.98px) {
  .uth-footer {
    --uth-footer-gutter: 16px;
  }

  .uth-footer__newsletter-control {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 8px;
  }

  .uth-footer__newsletter-input {
    font-size: 13.5px;
  }

  .uth-footer__newsletter-button {
    padding-inline: 9px;
    font-size: 13px;
  }

  .uth-footer__newsletter-button-icon {
    width: 15px;
    height: 15px;
    flex-basis: 15px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .uth-footer *,
  .uth-footer *::before,
  .uth-footer *::after {
    transition-duration: .01ms;
    animation-duration: .01ms;
    animation-iteration-count: 1;
  }
}

/* -------------------------------------------------------------------------- */
/* WordPress dynamic integration. The supplied visual tokens remain unchanged. */
/* -------------------------------------------------------------------------- */

.uth-footer [hidden] {
  display: none !important;
}

.uth-footer__brand-image {
  display: block;
  width: auto;
  max-width: 220px;
  max-height: 46px;
  object-fit: contain;
}

.uth-footer__nav-link--has-icon {
  gap: 8px;
}

.uth-footer__nav-icon,
.uth-footer__inline-svg {
  display: inline-grid;
  place-items: center;
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  color: var(--uth-footer-pink);
}

.uth-footer__nav-icon.uth-footer__inline-svg > svg,
.uth-footer__social-icon.uth-footer__inline-svg > svg {
  width: 100%;
  height: 100%;
}

.uth-footer__math {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 72px;
  align-items: center;
  gap: 12px;
  margin-top: 13px;
}

.uth-footer__math-label {
  color: var(--uth-footer-muted);
  font-family: var(--uth-footer-font-sans);
  font-size: 12.5px;
  font-weight: 500;
  line-height: 1.4;
}

.uth-footer__math-input {
  width: 72px;
  height: 36px;
  margin: 0;
  padding: 0 2px 5px;
  color: var(--uth-footer-text);
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--uth-footer-line);
  border-radius: 0;
  outline: 0;
  box-shadow: none;
  appearance: none;
  font-family: var(--uth-footer-font-sans);
  font-size: 14px;
  text-align: center;
}

.uth-footer__math-input:focus,
.uth-footer__math-input:focus-visible {
  border-bottom-color: var(--uth-footer-pink);
  outline: 0;
  box-shadow: 0 1px 0 var(--uth-footer-pink);
}

.uth-footer__newsletter-status {
  margin: 10px 0 0;
  padding: 0;
  color: var(--uth-footer-muted);
  font-size: 12.5px;
  line-height: 1.45;
}

.uth-footer__newsletter-status[data-state="error"] {
  color: var(--uth-footer-rose);
}

.uth-footer__newsletter-status[data-state="success"] {
  color: var(--uth-footer-text);
}

.uth-footer__newsletter-button:disabled {
  cursor: wait;
  opacity: .62;
}

.uth-footer__navigation--cols-2 {
  grid-template-columns: repeat(2, minmax(110px, 1fr));
}

.uth-footer__navigation--cols-1 {
  grid-template-columns: minmax(140px, 1fr);
}

@media (min-width: 840px) {
  .uth-footer__primary--no-brand {
    grid-template-columns: minmax(320px, 1.55fr) minmax(250px, 1.18fr);
  }

  .uth-footer__primary--no-navigation {
    grid-template-columns: minmax(170px, .92fr) minmax(250px, 1.18fr);
  }

  .uth-footer__primary--no-newsletter {
    grid-template-columns: minmax(170px, .92fr) minmax(320px, 1.55fr);
  }

  .uth-footer__primary--single {
    grid-template-columns: minmax(0, 1fr);
  }
}

.uth-footer__bottom--no-legal {
  grid-template-columns: 1fr auto;
}

/* Keep parent-theme list, link and form styles from changing the supplied footer. */
body .uth-footer .uth-footer__nav-list,
body .uth-footer .uth-footer__nav-item,
body .uth-footer .uth-footer__legal,
body .uth-footer .uth-footer__newsletter-form {
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
}

body .uth-footer .uth-footer__nav-list,
body .uth-footer .uth-footer__nav-item {
  padding: 0;
  list-style: none;
}

body .uth-footer .uth-footer__nav-item::before,
body .uth-footer .uth-footer__nav-item::after,
body .uth-footer .uth-footer__nav-link::before,
body .uth-footer .uth-footer__nav-link::after,
body .uth-footer .uth-footer__legal-link::before,
body .uth-footer .uth-footer__legal-link::after {
  content: none;
  display: none;
}

body .uth-footer .uth-footer__nav-link,
body .uth-footer .uth-footer__social-link,
body .uth-footer .uth-footer__legal-link {
  text-decoration: none;
  box-shadow: none;
  text-shadow: none;
}

@media (max-width: 639.98px) {
  .uth-footer__bottom--no-legal {
    grid-template-columns: 1fr;
  }
}

/* Back to top — integrated into the footer bundle to avoid another stylesheet request. */
.uth-backtop {
  --uth-backtop-primary: #D96C8A;
  --uth-backtop-blush: #F8E8ED;
  --uth-backtop-surface: #FFFFFF;
  --uth-backtop-text: #2B2326;
  --uth-backtop-border: #EEDDE2;
  --uth-backtop-accent: #B94F6F;
  --uth-backtop-size: 56px;
  --uth-backtop-ring-size: 64px;
  --uth-backtop-transition: 180ms cubic-bezier(.2,.7,.2,1);

  position: fixed;
  z-index: 999;
  right: clamp(18px, 2.2vw, 30px);
  bottom: clamp(18px, 2.2vw, 30px);
  display: grid;
  place-items: center;
  width: var(--uth-backtop-ring-size);
  height: var(--uth-backtop-ring-size);
  margin: 0;
  padding: 0;
  color: var(--uth-backtop-accent);
  background: transparent;
  border: 0;
  border-radius: 50%;
  box-shadow: none;
  appearance: none;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition:
    opacity var(--uth-backtop-transition),
    visibility var(--uth-backtop-transition),
    transform var(--uth-backtop-transition);
}

.uth-backtop.uth-backtop--visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.uth-backtop-ring {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  overflow: visible;
  transform: rotate(-90deg);
  pointer-events: none;
}

.uth-backtop-ring-track,
.uth-backtop-ring-progress {
  fill: none;
  stroke-width: 1.8;
}

.uth-backtop-ring-track {
  stroke: var(--uth-backtop-border);
}

.uth-backtop-ring-progress {
  stroke: var(--uth-backtop-primary);
  stroke-linecap: round;
  stroke-dasharray: 175.9291886;
  stroke-dashoffset: 175.9291886;
  transition: stroke-dashoffset 90ms linear;
}

@supports (animation-timeline: scroll()) {
  .uth-backtop-ring-progress {
    animation: uth-backtop-progress 1s linear both;
    animation-timeline: scroll(root block);
    animation-range: 0% 100%;
  }

  @keyframes uth-backtop-progress {
    to {
      stroke-dashoffset: 0;
    }
  }
}

.uth-backtop-core {
  display: grid;
  place-items: center;
  width: var(--uth-backtop-size);
  height: var(--uth-backtop-size);
  color: var(--uth-backtop-accent);
  background: rgba(255,255,255,.94);
  border: 1px solid var(--uth-backtop-border);
  border-radius: 50%;
  box-shadow: 0 10px 28px rgba(74,45,55,.08);
  transition:
    color var(--uth-backtop-transition),
    background-color var(--uth-backtop-transition),
    border-color var(--uth-backtop-transition),
    box-shadow var(--uth-backtop-transition),
    transform var(--uth-backtop-transition);
}

.uth-backtop:hover .uth-backtop-core {
  background: var(--uth-backtop-blush);
  border-color: #E7C5CF;
  box-shadow: 0 12px 30px rgba(74,45,55,.11);
  transform: translateY(-1px);
}

.uth-backtop:active .uth-backtop-core {
  transform: translateY(0);
  box-shadow: 0 7px 18px rgba(74,45,55,.08);
}

.uth-backtop:focus-visible {
  outline: 3px solid rgba(217,108,138,.34);
  outline-offset: 4px;
}

.uth-backtop-icon {
  display: block;
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

@media (max-width: 640px) {
  .uth-backtop {
    --uth-backtop-size: 50px;
    --uth-backtop-ring-size: 58px;
    right: 16px;
    bottom: 16px;
  }
}

@media (max-width: 374px) {
  .uth-backtop {
    --uth-backtop-size: 46px;
    --uth-backtop-ring-size: 54px;
    right: 12px;
    bottom: 12px;
  }

  .uth-backtop-icon {
    width: 18px;
    height: 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .uth-backtop,
  .uth-backtop *,
  .uth-backtop *::before,
  .uth-backtop *::after {
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
  }
}
