/* The Paper Clay — complete responsive footer */
.pc-complete-footer {
  --pc-footer-red: #c93d45;
  --pc-footer-red-dark: #a92d36;
  --pc-footer-ink: #332824;
  --pc-footer-cream: #fff8eb;
  position: relative;
  overflow: hidden;
  background: #fbf4e8;
}

.pc-complete-footer * {
  box-sizing: border-box;
}

.pc-complete-footer__container {
  width: min(calc(100% - clamp(36px, 6vw, 96px)), 1320px);
  margin-inline: auto;
}

.pc-complete-footer__invite {
  position: relative;
  padding: clamp(58px, 6vw, 88px) 0 clamp(44px, 4vw, 64px);
  background:
    radial-gradient(circle at 12% 20%, rgba(255, 224, 134, .24), transparent 19rem),
    #fbf4e8;
}

.pc-complete-footer__rainbow {
  position: absolute;
  top: 30px;
  right: clamp(-46px, 1vw, 24px);
  z-index: 0;
  width: clamp(112px, 11vw, 176px);
  height: auto;
  transform: rotate(7deg);
  opacity: .9;
  pointer-events: none;
}

.pc-complete-footer__invite-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, .86fr) minmax(420px, 1.14fr);
  align-items: center;
  gap: clamp(40px, 7vw, 108px);
}

.pc-complete-footer__invite-copy {
  max-width: 610px;
}

.pc-complete-footer__eyebrow,
.pc-complete-footer__heading > div > p {
  margin: 0 0 10px;
  color: #0875b0;
  font-family: var(--_font-accent, "Funnel Display", sans-serif);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .15em;
  line-height: 1.2;
  text-transform: uppercase;
}

.pc-complete-footer__invite-copy h2 {
  max-width: 10ch;
  margin: 0;
  color: var(--pc-footer-red);
  font-family: var(--_font-accent, "Funnel Display", sans-serif);
  font-size: clamp(48px, 5.25vw, 82px);
  font-weight: 800;
  letter-spacing: -.05em;
  line-height: .92;
}

.pc-complete-footer__invite-copy h2 em {
  color: #0875b0;
  font-family: var(--_font-accent, "Funnel Display", sans-serif);
  font-style: normal;
}

.pc-complete-footer__invite-copy > p:not(.pc-complete-footer__eyebrow) {
  max-width: 45ch;
  margin: 22px 0 0;
  color: #594c46;
  font-family: var(--_font-default, "Funnel Sans", Arial, sans-serif);
  font-size: clamp(16px, 1.25vw, 19px);
  line-height: 1.55;
}

.pc-complete-footer__invite-copy > a {
  display: inline-flex;
  min-width: 208px;
  min-height: 52px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 26px;
  padding: 12px 20px;
  border-radius: 999px;
  background: var(--pc-footer-red);
  box-shadow: 0 5px 0 #9f2932, 0 12px 24px rgba(169, 45, 54, .18);
  color: #fff;
  font-family: var(--_font-accent, "Funnel Display", sans-serif);
  font-size: 16px;
  font-weight: 750;
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease;
}

.pc-complete-footer__invite-copy > a:hover {
  background: #b5323a;
  box-shadow: 0 3px 0 #8f242c, 0 15px 26px rgba(169, 45, 54, .24);
  color: #fff;
  transform: translateY(-2px);
}

.pc-complete-footer__visual {
  position: relative;
  width: min(100%, 650px);
  margin: 0;
  justify-self: end;
  transform: rotate(1.25deg);
}

.pc-complete-footer__visual::before {
  content: "";
  position: absolute;
  inset: -10px;
  z-index: -1;
  border-radius: 34% 28% 32% 29% / 28% 32% 27% 34%;
  background: #f6c65f;
  box-shadow: 0 18px 42px rgba(102, 66, 38, .16);
  transform: rotate(-2deg);
}

.pc-complete-footer__visual img {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 2;
  border: 5px solid #fff8eb;
  border-radius: 31% 26% 30% 27% / 25% 30% 25% 31%;
  object-fit: cover;
}

.pc-complete-footer__visual figcaption {
  position: absolute;
  right: -8px;
  bottom: 18px;
  padding: 10px 16px;
  border-radius: 999px 10px 999px 999px;
  background: #fff8eb;
  box-shadow: 0 8px 24px rgba(64, 41, 26, .16);
  color: var(--pc-footer-ink);
  font-family: var(--_font-default, "Funnel Sans", Arial, sans-serif);
  font-size: clamp(13px, 1vw, 16px);
  line-height: 1.2;
  transform: rotate(-2deg);
}

.pc-complete-footer__visual figcaption strong {
  color: var(--pc-footer-red);
}

.pc-complete-footer__visual-dot {
  position: absolute;
  top: -20px;
  left: -24px;
  z-index: 2;
  width: 42px;
  height: 42px;
  border: 10px solid #80d38c;
  border-radius: 50%;
  background: #fbf4e8;
  box-shadow: 0 5px 12px rgba(61, 117, 68, .18);
}

.pc-complete-footer__wave {
  position: relative;
  z-index: 2;
  height: clamp(50px, 5.2vw, 76px);
  margin-bottom: -1px;
  background: #fbf4e8;
}

.pc-complete-footer__wave svg {
  display: block;
  width: 100%;
  height: 100%;
}

.pc-complete-footer__wave path:first-child {
  fill: var(--pc-footer-red);
}

.pc-complete-footer__wave-highlight {
  fill: none;
  stroke: rgba(255, 255, 255, .2);
  stroke-width: 4;
  vector-effect: non-scaling-stroke;
}

.pc-complete-footer__main {
  position: relative;
  z-index: 1;
  padding: 10px 0 24px;
  background:
    radial-gradient(circle at 4% 115%, rgba(255, 255, 255, .08), transparent 25rem),
    radial-gradient(circle at 96% -20%, rgba(255, 222, 135, .09), transparent 22rem),
    var(--pc-footer-red);
  color: #fff;
}

.pc-complete-footer__top {
  display: grid;
  grid-template-columns: minmax(190px, 236px) minmax(0, 1fr);
  align-items: center;
  gap: clamp(42px, 5vw, 78px);
}

.pc-complete-footer__identity {
  text-align: center;
}

.pc-complete-footer__brand {
  display: block;
  width: min(100%, 222px);
  margin-inline: auto;
  border-radius: 28px;
}

.pc-complete-footer__brand picture,
.pc-complete-footer__brand img {
  display: block;
  width: 100%;
}

.pc-complete-footer__brand img {
  height: auto;
  filter: drop-shadow(0 14px 12px rgba(104, 25, 31, .24));
}

.pc-complete-footer__identity > p {
  max-width: 27ch;
  margin: 13px auto 0;
  color: rgba(255, 255, 255, .88);
  font-family: var(--_font-default, "Funnel Sans", Arial, sans-serif);
  font-size: 14px;
  line-height: 1.45;
}

.pc-complete-footer__heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 16px;
}

.pc-complete-footer__heading > div > p {
  margin-bottom: 7px;
  color: #ffe38d;
}

.pc-complete-footer__heading h2 {
  margin: 0;
  color: #fff;
  font-family: var(--_font-accent, "Funnel Display", sans-serif);
  font-size: clamp(29px, 2.5vw, 40px);
  font-weight: 780;
  letter-spacing: -.035em;
  line-height: 1;
}

.pc-complete-footer__heading > img {
  width: clamp(42px, 4vw, 58px);
  height: auto;
  margin-right: 7px;
  transform: rotate(9deg);
}

.pc-complete-footer__location-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(14px, 1.5vw, 22px);
}

.pc-complete-footer__location-card {
  display: grid;
  min-width: 0;
  min-height: 164px;
  grid-template-rows: 1fr auto;
  gap: 16px;
  padding: clamp(18px, 1.6vw, 23px);
  border: 1px solid rgba(96, 67, 44, .1);
  border-radius: 25px 25px 25px 12px;
  background: var(--pc-footer-cream);
  box-shadow: 0 6px 0 rgba(122, 28, 35, .24), 0 16px 30px rgba(92, 23, 29, .14);
  color: var(--pc-footer-ink);
}

.pc-complete-footer__location-card--green {
  border-radius: 25px 25px 12px 25px;
}

.pc-complete-footer__location-copy {
  display: flex;
  min-width: 0;
  align-items: flex-start;
  gap: 13px;
}

.pc-complete-footer__pin {
  display: grid;
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  place-items: center;
  border-radius: 14px 14px 14px 7px;
  background: #d9eff8;
  color: #0875b0;
  font-size: 22px;
  transform: rotate(-2deg);
}

.pc-complete-footer__location-card--green .pc-complete-footer__pin {
  border-radius: 14px 14px 7px 14px;
  background: #e1f2d8;
  color: #3b8040;
  transform: rotate(2deg);
}

.pc-complete-footer__location-card h3 {
  margin: 1px 0 6px;
  color: #0875b0;
  font-family: var(--_font-accent, "Funnel Display", sans-serif);
  font-size: clamp(19px, 1.45vw, 23px);
  font-weight: 800;
  letter-spacing: -.015em;
  line-height: 1.1;
}

.pc-complete-footer__location-card--green h3 {
  color: #3b8040;
}

.pc-complete-footer__location-card address {
  margin: 0;
  color: #51433d;
  font-family: var(--_font-default, "Funnel Sans", Arial, sans-serif);
  font-size: clamp(14px, 1vw, 16px);
  font-style: normal;
  font-weight: 600;
  line-height: 1.4;
}

.pc-complete-footer__location-card > a {
  display: inline-flex;
  width: max-content;
  min-width: 134px;
  min-height: 48px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  justify-self: end;
  padding: 10px 16px;
  border-radius: 999px;
  background: var(--pc-footer-red-dark);
  box-shadow: 0 3px 0 #84232b;
  color: #fff;
  font-family: var(--_font-accent, "Funnel Display", sans-serif);
  font-size: 15px;
  font-weight: 750;
  line-height: 1;
  text-decoration: none;
  transition: transform .2s ease, background-color .2s ease, box-shadow .2s ease;
}

.pc-complete-footer__location-card > a:hover {
  background: #8f252d;
  box-shadow: 0 2px 0 #741d24;
  color: #fff;
  transform: translateY(-2px);
}

.pc-complete-footer__utility {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px 40px;
  margin-top: 28px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, .3);
}

.pc-complete-footer__nav,
.pc-complete-footer__contact {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.pc-complete-footer__nav {
  gap: 2px clamp(16px, 2vw, 28px);
}

.pc-complete-footer__nav a {
  position: relative;
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  color: #fff;
  font-family: var(--_font-default, "Funnel Sans", Arial, sans-serif);
  font-size: 15px;
  font-weight: 650;
  text-decoration: none;
}

.pc-complete-footer__nav a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 8px;
  left: 0;
  height: 2px;
  background: #ffe38d;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform .2s ease;
}

.pc-complete-footer__nav a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

.pc-complete-footer__contact {
  flex: 0 0 auto;
  gap: 10px;
}

.pc-complete-footer__contact a {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  gap: 9px;
  padding: 9px 15px;
  border: 1px solid rgba(255, 255, 255, .36);
  border-radius: 999px;
  background: rgba(255, 255, 255, .08);
  color: #fff;
  font-family: var(--_font-default, "Funnel Sans", Arial, sans-serif);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: background-color .2s ease, transform .2s ease;
}

.pc-complete-footer__contact a:hover {
  background: rgba(255, 255, 255, .16);
  color: #fff;
  transform: translateY(-2px);
}

.pc-complete-footer__contact i {
  color: #ffe38d;
  font-size: 20px;
}

.pc-complete-footer__brand:focus-visible,
.pc-complete-footer__invite-copy > a:focus-visible,
.pc-complete-footer__location-card > a:focus-visible,
.pc-complete-footer__nav a:focus-visible,
.pc-complete-footer__contact a:focus-visible {
  outline: 3px solid #ffe38d;
  outline-offset: 4px;
}

.pc-complete-footer__base {
  background: var(--pc-footer-red-dark);
  color: rgba(255, 255, 255, .88);
}

.pc-complete-footer__base-inner {
  display: flex;
  min-height: 56px;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding-block: 12px;
}

.pc-complete-footer__base p {
  margin: 0;
  font-family: var(--_font-default, "Funnel Sans", Arial, sans-serif);
  font-size: 13px;
  line-height: 1.35;
}

.pc-complete-footer__base p:last-child span {
  color: #ff9fb1;
}

@media only screen and (max-width: 1023px) {
  .pc-complete-footer__invite-grid {
    grid-template-columns: minmax(0, .9fr) minmax(340px, 1.1fr);
    gap: 42px;
  }

  .pc-complete-footer__top {
    grid-template-columns: 176px minmax(0, 1fr);
    gap: 34px;
  }

  .pc-complete-footer__identity > p {
    display: none;
  }

  .pc-complete-footer__utility {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media only screen and (max-width: 767px) {
  .pc-complete-footer__container {
    width: min(calc(100% - 36px), 660px);
  }

  .pc-complete-footer__invite {
    padding: 54px 0 42px;
  }

  .pc-complete-footer__rainbow {
    top: 18px;
    right: -30px;
    width: 104px;
    opacity: .55;
  }

  .pc-complete-footer__invite-grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .pc-complete-footer__invite-copy {
    text-align: center;
  }

  .pc-complete-footer__eyebrow {
    padding-inline: 48px;
  }

  .pc-complete-footer__invite-copy h2,
  .pc-complete-footer__invite-copy > p:not(.pc-complete-footer__eyebrow) {
    margin-inline: auto;
  }

  .pc-complete-footer__invite-copy h2 {
    max-width: 9ch;
    font-size: clamp(48px, 14vw, 68px);
  }

  .pc-complete-footer__invite-copy > a {
    width: min(100%, 290px);
  }

  .pc-complete-footer__visual {
    width: calc(100% - 12px);
    justify-self: center;
  }

  .pc-complete-footer__visual::before {
    inset: -7px;
  }

  .pc-complete-footer__visual figcaption {
    right: -4px;
    bottom: 12px;
    padding: 8px 12px;
  }

  .pc-complete-footer__visual-dot {
    top: -17px;
    left: -14px;
    width: 34px;
    height: 34px;
    border-width: 8px;
  }

  .pc-complete-footer__wave {
    height: 46px;
  }

  .pc-complete-footer__main {
    padding: 8px 0 25px;
  }

  .pc-complete-footer__top {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .pc-complete-footer__brand {
    width: min(48vw, 178px);
  }

  .pc-complete-footer__identity > p {
    display: block;
    max-width: 32ch;
    font-size: 13px;
  }

  .pc-complete-footer__heading {
    align-items: center;
    margin-bottom: 15px;
    text-align: center;
  }

  .pc-complete-footer__heading > div {
    flex: 1;
  }

  .pc-complete-footer__heading > img {
    display: none;
  }

  .pc-complete-footer__heading h2 {
    font-size: clamp(29px, 8vw, 35px);
  }

  .pc-complete-footer__location-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .pc-complete-footer__location-card,
  .pc-complete-footer__location-card--green {
    min-height: 0;
    border-radius: 22px;
  }

  .pc-complete-footer__location-card > a {
    width: 100%;
    min-height: 50px;
    justify-self: stretch;
  }

  .pc-complete-footer__utility {
    gap: 15px;
    margin-top: 22px;
    padding-top: 16px;
  }

  .pc-complete-footer__nav {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 16px;
  }

  .pc-complete-footer__nav a {
    font-size: 14px;
  }

  .pc-complete-footer__contact {
    display: grid;
    width: 100%;
    grid-template-columns: 1fr;
  }

  .pc-complete-footer__contact a {
    width: 100%;
    min-height: 50px;
    justify-content: center;
  }

  .pc-complete-footer__base-inner {
    min-height: 74px;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    text-align: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  .pc-complete-footer__invite-copy > a,
  .pc-complete-footer__location-card > a,
  .pc-complete-footer__nav a::after,
  .pc-complete-footer__contact a {
    transition: none;
  }
}
