.together {
  padding: 110px 7% 120px;
  max-width: 1512px;
  margin: auto;
}
.together-heading {
  text-align: center;
}
.together-heading .eyebrow {
  justify-content: center;
  color: var(--coral-dark);
}
.together h2 {
  margin-top: 19px;
  font-size: clamp(36px, 3.8vw, 56px);
}
.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-top: 54px;
}
.feature-card {
  border-radius: 28px;
  background: #fffdf980;
  overflow: hidden;
  padding: 0 24px 27px;
}
.feature-art {
  height: 250px;
  position: relative;
  margin: 0 -24px 14px;
  overflow: hidden;
}
.feature-card h3 {
  font: 500 25px/1.2 var(--display);
  letter-spacing: -0.2px;
}
.feature-card p {
  font-size: 13px;
  color: var(--muted);
  margin-top: 10px;
  line-height: 1.5;
}
.pet-pass {
  position: absolute;
  top: 45px;
  left: 8%;
  right: 8%;
  padding: 12px;
  display: flex;
  align-items: center;
  gap: 12px;
  background: var(--paper);
  border-radius: 19px;
  rotate: -7deg;
  box-shadow: 0 10px 25px #33281f12;
}
.pet-pass img {
  width: 76px;
  height: 97px;
  border-radius: 11px;
  object-position: 50% 25%;
}
.pet-pass strong {
  font: 500 24px var(--display);
}
.pet-pass div > span {
  display: block;
  font-size: 11px;
  color: var(--muted);
  margin-top: 6px;
}
.pet-pass .pet-tag {
  display: inline-block;
  padding: 5px 9px;
  border-radius: 12px;
  background: #dfede5;
  color: var(--teal);
}
.pet-pass > .icon {
  position: absolute;
  right: 15px;
  top: 14px;
  color: var(--coral);
  width: 17px;
  height: 17px;
}
.saved-label {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 6px;
  right: 6%;
  bottom: 28px;
  background: var(--teal);
  color: var(--paper);
  font-size: 11px;
  padding: 12px 15px;
  border-radius: 20px;
  rotate: 4deg;
}
.saved-label .icon {
  width: 15px;
  height: 15px;
}
.zone-art {
  background: #e6e8db;
}
.zone-art .map-art {
  opacity: 0.65;
}
.zone-circle {
  width: 154px;
  height: 154px;
  border: 1px dashed var(--teal);
  background: #22705e13;
  position: absolute;
  left: 50%;
  top: 44%;
  translate: -50% -50%;
  border-radius: 50%;
  box-shadow: 0 0 0 25px #22705e05;
}
.zone-home {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  background: var(--teal);
  border: 4px solid var(--paper);
  border-radius: 50%;
  color: var(--paper);
  position: absolute;
  top: 44%;
  left: 50%;
  translate: -50% -50%;
  box-shadow: 0 5px 9px #33281f14;
}
.zone-home .icon {
  width: 23px;
  height: 23px;
}
.zone-tag {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 12px 17px;
  left: 50%;
  bottom: 23px;
  translate: -50% 0;
  white-space: nowrap;
  font-size: 12px;
  background: var(--paper);
  border-radius: 22px;
  box-shadow: 0 7px 16px #33281f12;
}
.zone-tag .icon {
  width: 16px;
  height: 16px;
  color: var(--teal);
}
.feature-thanks .feature-art {
  background: #edf0e2;
}
.reward-symbol {
  position: absolute;
  top: 23px;
  left: 50%;
  translate: -50% 0;
  width: 94px;
  height: 94px;
  background: #e3e9cb;
  box-shadow:
    inset 0 0 0 5px #d4ddae,
    inset 0 0 0 7px #f3f5e5,
    0 8px 15px #52683a15;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #627947;
  rotate: 12deg;
}
.reward-symbol .icon {
  width: 42px;
  height: 42px;
  stroke-width: 1.4;
}
.thanks-receipt {
  position: absolute;
  bottom: 37px;
  left: 7%;
  right: 7%;
  background: var(--paper);
  border-radius: 18px;
  padding: 14px;
  display: flex;
  align-items: center;
  gap: 9px;
  rotate: -4deg;
  box-shadow: 0 10px 25px #33281f12;
}
.thanks-receipt strong {
  font-size: 13px;
}
.thanks-receipt div > span {
  display: block;
  font-size: 10px;
  color: var(--muted);
  margin-top: 5px;
}
.thanks-receipt > .icon {
  width: 16px;
  height: 16px;
  margin-left: auto;
}
.thanks-receipt .note-icon {
  width: 31px;
  height: 31px;
  border-radius: 10px;
}
.closing {
  position: relative;
  overflow: hidden;
  padding: 76px 24px 82px;
  text-align: center;
  background: var(--coral);
  color: #32251e;
}
.closing-paw {
  display: inline-grid;
  place-items: center;
  width: 65px;
  height: 65px;
  background: #fffdf927;
  border-radius: 21px;
  rotate: -12deg;
}
.closing-paw .icon {
  width: 38px;
  height: 38px;
}
.closing h2 {
  font-size: clamp(54px, 6vw, 86px);
  line-height: 1.02;
  margin: 24px 0 30px;
  letter-spacing: -2px;
}
.closing h2 span {
  color: var(--paper);
}
.closing .button {
  min-height: 54px;
  font-size: 14px;
}
.platform-note {
  margin-top: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  font-size: 12px;
}
.platform-divider {
  width: 1px;
  height: 12px;
  background: #33281f50;
}
.site-footer {
  max-width: 1512px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 35px 5.5%;
  gap: 24px;
}
.site-footer .brand {
  font-size: 28px;
}
.site-footer .brand .icon {
  width: 23px;
  height: 23px;
}
.site-footer > span {
  font-size: 12px;
  color: var(--muted);
}
.motion-toggle {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 20;
  display: flex;
  align-items: center;
  gap: 8px;
  background: var(--paper);
  border: 1px solid var(--line);
  color: var(--muted);
  font-size: 12px;
  padding: 11px 14px;
  min-height: 44px;
  border-radius: 22px;
  transition:
    background 0.2s,
    transform 0.2s;
}
.motion-toggle > span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}
.motion-toggle .icon {
  width: 16px;
  height: 16px;
}
.motion-toggle:hover {
  background: var(--paper);
}
.motion-toggle[hidden] {
  display: none;
}
.back-top {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  min-height: 44px;
}
.back-top .icon {
  width: 16px;
  height: 16px;
  rotate: -90deg;
}
.motion-paused {
  scroll-behavior: auto;
}
.motion-paused *,
.motion-paused *:before,
.motion-paused *:after {
  transition: none !important;
  animation: none !important;
}
