:root {
  --navy: #071a49;
  --blue: #0877c9;
  --red: #e9322b;
  --yellow: #ffd51d;
  --ink: #0a204e;
  --muted: #5f6d88;
}

* { box-sizing: border-box; }
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: #fff;
  font-family: "Trebuchet MS", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
a { color: inherit; }
main {
  background-color: #f6fafe;
  background-image: radial-gradient(circle, #dbeefa 0 7px, transparent 8px);
  background-size: 74px 74px;
}

header {
  position: relative;
  z-index: 2;
  height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 10px clamp(24px, 5vw, 86px);
  background: #fff;
}
.brand {
  display: block;
  width: 56px;
  height: 56px;
  overflow: hidden;
}
.brand img { width: 100%; height: 100%; object-fit: contain; }
header nav { display: flex; align-items: center; gap: clamp(20px, 2.4vw, 38px); }
header nav a {
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: .78rem;
  font-weight: 900;
}
.cta, .primary {
  color: #fff !important;
  background: var(--red);
  border-radius: 999px;
  box-shadow: 0 7px 0 #a91d1a;
}
.cta { padding: 16px 22px; }

.hero {
  position: relative;
  height: 650px;
  overflow: hidden;
  display: grid;
  place-items: center;
  color: #fff;
  background-image:
    linear-gradient(90deg, rgba(3,18,56,.82), rgba(5,32,79,.7) 58%, rgba(5,32,79,.62)),
    url("assets/hero-building.jpg");
  background-size: cover;
  background-position: center 56%;
}
.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 58px;
  background: #fff;
  clip-path: polygon(0 74%,15% 58%,31% 76%,48% 56%,67% 75%,84% 57%,100% 72%,100% 100%,0 100%);
}
.hero-copy {
  position: relative;
  z-index: 1;
  width: min(940px, calc(100% - 48px));
  text-align: center;
}
.hero-brand-heading {
  margin: 0 0 22px;
  line-height: 1;
  text-shadow: none;
}
.hero-full-logo {
  display: block;
  width: min(560px, 78vw);
  height: auto;
  margin: 0 auto;
  filter: drop-shadow(0 5px 8px rgba(0,0,0,.16));
}
.eyebrow {
  color: var(--yellow);
  text-transform: uppercase;
  letter-spacing: .15em;
  font-size: .82rem;
  font-weight: 900;
}
h1 {
  margin: 24px auto 18px;
  font: 500 clamp(4rem, 8.5vw, 7.4rem)/.88 Impact, "Arial Narrow", sans-serif;
  letter-spacing: .015em;
  text-transform: uppercase;
  text-shadow: 0 6px 22px #0004;
}
.subhead { margin: 0; color: #ffffffe6; font-size: 1.15rem; }
.actions {
  display: flex;
  justify-content: center;
  gap: 14px;
  margin-top: 27px;
}
.actions a {
  min-width: 210px;
  padding: 17px 24px;
  border-radius: 999px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: .07em;
  font-size: .82rem;
  font-weight: 900;
}
.secondary { color: var(--navy); background: #fff; box-shadow: 0 7px 0 #0003; }

.turbo-pass-section {
  position: relative;
  z-index: 3;
  width: calc(100% - 64px);
  max-width: 1340px;
  margin: -46px auto 0;
  padding: 42px 52px 44px;
  border: 1px solid #dce7f1;
  border-radius: 28px;
  text-align: center;
  background: #fff;
  box-shadow: 0 24px 60px rgba(7,26,73,.16);
}
.turbo-pass-badge {
  position: absolute;
  z-index: 2;
  top: -48px;
  left: -26px;
  width: 150px;
  height: auto;
  transform: rotate(-4deg);
  filter: drop-shadow(0 8px 10px rgba(7,26,73,.15));
  pointer-events: none;
}
.pass-heading {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 0;
  color: var(--navy);
  font: 500 clamp(2.4rem, 3.1vw, 2.75rem)/1 Impact, "Arial Narrow", sans-serif;
  letter-spacing: .025em;
  text-transform: uppercase;
}
.pass-wordmark {
  display: block;
  width: auto;
  max-width: min(310px, 45vw);
  height: 1.04em;
  object-fit: contain;
}
.pass-intro { margin: 9px auto 32px; color: var(--muted); font-size: 1.05rem; }
.pass-options {
  width: min(1320px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  align-items: stretch;
}
.pass-option {
  position: relative;
  width: 100%;
  min-width: 0;
  min-height: 190px;
  padding: 16px;
  border: 3px solid #dce5ee;
  border-radius: 19px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(7,26,73,.09);
  cursor: pointer;
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}
.pass-option img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  aspect-ratio: 2.52 / 1;
}
.pass-option:hover {
  border-color: var(--blue);
  box-shadow: 0 16px 30px rgba(7,26,73,.15);
  transform: translateY(-4px);
}
.pass-option:focus-visible { outline: 4px solid var(--yellow); outline-offset: 4px; }
.pass-option[aria-pressed="true"] {
  border-color: var(--navy);
  box-shadow: 0 0 0 5px rgba(8,119,201,.14), 0 16px 32px rgba(7,26,73,.18);
  transform: translateY(-3px);
}
.selection-check {
  position: absolute;
  right: 13px;
  top: 13px;
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--navy);
  font-weight: 900;
  opacity: 0;
  transform: scale(.75);
  transition: opacity .18s ease, transform .18s ease;
}
.pass-option[aria-pressed="true"] .selection-check { opacity: 1; transform: scale(1); }
.selection-status { min-height: 22px; margin: 24px 0 10px; color: var(--muted); font-size: .9rem; }
.checkout-action {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 17px;
  isolation: isolate;
}
.checkout-action::before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  width: 330px;
  height: 100px;
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(255, 221, 0, .48) 0%, rgba(255, 221, 0, .18) 42%, rgba(255, 221, 0, 0) 72%);
  opacity: 0;
  transform: translate(-50%, -50%) scale(.55);
  pointer-events: none;
}
.checkout-bolt {
  --bolt-direction: 1;
  --bolt-start-x: -25px;
  --bolt-rotation: -2deg;
  position: relative;
  z-index: 1;
  display: block;
  width: 78px;
  height: auto;
  opacity: 0;
  visibility: hidden;
  transform: rotate(var(--bolt-rotation)) scale(1) scaleX(var(--bolt-direction));
  transform-origin: center;
  pointer-events: none;
}
.checkout-bolt-right {
  --bolt-direction: -1;
  --bolt-start-x: 25px;
  --bolt-rotation: 2deg;
}
.checkout-action.bolts-visible .checkout-bolt {
  opacity: 1;
  visibility: visible;
  transform: rotate(var(--bolt-rotation)) scale(1) scaleX(var(--bolt-direction));
}
.checkout-action.bolts-visible.selection-confirmed .checkout-bolt {
  animation: checkout-bolt-confirm 480ms cubic-bezier(.2, .8, .25, 1) both;
}
.checkout-action.selection-confirmed::before {
  animation: checkout-electric-flash 330ms ease-out both;
}
.checkout-action.selection-confirmed .checkout-button {
  animation: checkout-button-pulse 460ms ease-out both;
}
@keyframes checkout-bolt-confirm {
  0% {
    opacity: 0;
    transform: translateX(var(--bolt-start-x)) rotate(var(--bolt-rotation)) scale(.7) scaleX(var(--bolt-direction));
  }
  68% {
    opacity: 1;
    transform: translateX(0) rotate(var(--bolt-rotation)) scale(1.1) scaleX(var(--bolt-direction));
  }
  84% {
    opacity: 1;
    transform: translateX(0) rotate(var(--bolt-rotation)) scale(.97) scaleX(var(--bolt-direction));
  }
  100% {
    opacity: 1;
    transform: translateX(0) rotate(var(--bolt-rotation)) scale(1) scaleX(var(--bolt-direction));
  }
}
@keyframes checkout-button-pulse {
  0% { transform: scale(1); }
  35% { transform: scale(1.06); }
  68% { transform: scale(.98); }
  100% { transform: scale(1); }
}
@keyframes checkout-electric-flash {
  0% { opacity: 0; transform: translate(-50%, -50%) scale(.55); }
  32% { opacity: 1; }
  100% { opacity: 0; transform: translate(-50%, -50%) scale(1.15); }
}
.checkout-button {
  position: relative;
  z-index: 2;
  transform-origin: center;
  will-change: transform;
}
.checkout-button:not(:disabled) {
  opacity: 1;
  background: var(--red);
  box-shadow: 0 7px 0 #a91d1a;
}
.checkout-button:disabled {
  background: #ef9f9d;
}
.checkout-button {
  padding: 17px 31px;
  border: 0;
  border-radius: 999px;
  color: #fff;
  background: var(--red);
  box-shadow: 0 7px 0 #a91d1a;
  text-transform: uppercase;
  letter-spacing: .07em;
  font-weight: 900;
  cursor: pointer;
}
.checkout-button:focus-visible { outline: 4px solid var(--yellow); outline-offset: 4px; }
.checkout-button:disabled { cursor: not-allowed; opacity: .45; box-shadow: 0 5px 0 #8b8f99; }

.features {
  padding: 48px clamp(24px, 5vw, 86px) 24px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  background: #fff;
}
.card {
  overflow: hidden;
  border: 1px solid #082c691a;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 20px 48px #06194321;
}
.visual { height: 230px; overflow: hidden; }
.feature-photo { display: block; width: 100%; height: 100%; object-fit: cover; }
.touch-free-photo { object-position: 100% 58%; transform: scale(1.45); transform-origin: 100% 58%; }
.hours-photo { object-position: 50% 76%; }
.vacuums-photo { object-position: 43% 25%; transform: scale(1.18); transform-origin: 43% 25%; }
.copy { min-height: 210px; padding: 27px 26px 30px; }
.copy p {
  margin: 0 0 7px;
  color: var(--red);
  text-transform: uppercase;
  letter-spacing: .15em;
  font-size: .67rem;
  font-weight: 900;
}
.copy h2 {
  margin: 0 0 10px;
  font: 500 2rem Impact, "Arial Narrow", sans-serif;
  text-transform: uppercase;
}
.copy > span { color: var(--muted); font-size: .94rem; line-height: 1.55; }
.copy p .bolt {
  display: inline-block;
  margin-right: .32rem;
  color: var(--yellow);
  font-size: .82rem;
  line-height: 1;
  filter: drop-shadow(1px 1px 0 var(--navy));
}

.why-touch-free {
  padding: 24px clamp(28px, 7vw, 120px) 100px;
  display: grid;
  grid-template-columns: minmax(0,1.08fr) minmax(0,.92fr);
  gap: clamp(48px, 7vw, 100px);
  align-items: center;
  background: #fff;
}
.why-photo-wrap { position: relative; isolation: isolate; min-width: 0; }
.why-photo-backing {
  position: absolute;
  z-index: -1;
  inset: 18px -18px -18px 18px;
  border-radius: 34px;
  background: var(--yellow);
}
.why-photo-wrap > img {
  display: block;
  width: 100%;
  height: 500px;
  object-fit: cover;
  object-position: center 58%;
  border-radius: 34px;
}
.why-eyebrow {
  margin: 0 0 12px;
  color: var(--red);
  text-transform: uppercase;
  letter-spacing: .16em;
  font-size: .76rem;
  font-weight: 900;
}
.why-copy h2 {
  max-width: 600px;
  margin: 0;
  font: 500 clamp(3rem, 4.8vw, 5rem)/.96 Impact, "Arial Narrow", sans-serif;
  text-transform: uppercase;
}
.why-body { max-width: 610px; margin: 24px 0 28px; color: var(--muted); font-size: 1.03rem; line-height: 1.7; }
.benefit-list { display: grid; gap: 12px; margin: 0; padding: 0; list-style: none; }
.benefit-list li {
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 16px 18px;
  border-radius: 14px;
  color: var(--ink);
  background: #f1f3f6;
  font-weight: 800;
}
.benefit-list li span { color: #f29b23; filter: drop-shadow(1px 1px 0 var(--navy)); }

.customer-reviews {
  position: relative;
  overflow: hidden;
  padding: 82px clamp(28px, 6vw, 104px) 88px;
  background:
    linear-gradient(90deg, rgba(255,255,255,.72), rgba(218,239,250,.88) 48%, rgba(255,255,255,.72)),
    #edf7fc;
}
.reviews-heading {
  position: relative;
  z-index: 1;
  margin: 0 auto 50px;
  text-align: center;
}
.reviews-heading h2 {
  margin: 0;
  color: var(--navy);
  font: 500 clamp(2.7rem, 4.4vw, 4.35rem)/.95 Impact, "Arial Narrow", sans-serif;
  letter-spacing: .02em;
  text-transform: uppercase;
}
.reviews-heading p {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 1rem;
}
.reviews-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 52px clamp(42px, 5vw, 78px);
  width: min(1420px, 100%);
  margin: 0 auto;
}
.customer-review {
  min-width: 0;
  margin: 0;
  text-align: center;
}
.review-stars {
  margin-bottom: 18px;
  color: #f7bd2d;
  font-size: clamp(1.45rem, 2.1vw, 2rem);
  letter-spacing: .12em;
  line-height: 1;
  white-space: nowrap;
}
.customer-review p {
  max-width: 440px;
  margin: 0 auto;
  font: 500 clamp(1.35rem, 1.75vw, 1.9rem)/1.35 Impact, "Arial Narrow", sans-serif;
  letter-spacing: .01em;
}
.review-navy { color: #214f9a; }
.review-red { color: #d94332; }
.reviews-mascot {
  position: absolute;
  z-index: 0;
  right: -115px;
  bottom: -90px;
  width: clamp(230px, 17vw, 300px);
  height: auto;
  pointer-events: none;
}

footer { padding: 42px clamp(24px, 7vw, 120px); text-align: center; color: #fff; background: var(--navy); }
footer nav { display: flex; justify-content: center; gap: 24px; margin-bottom: 22px; }
footer a { color: inherit; }
footer nav a { text-transform: uppercase; letter-spacing: .08em; font-size: .72rem; font-weight: 900; }
footer p { margin: 8px 0; color: #ffffffc7; font-size: .88rem; }

.turbo-pass-page {
  background-color: #f6fafe;
  background-image: radial-gradient(circle, #dbeefa 0 7px, transparent 8px);
  background-size: 74px 74px;
}
.buy-page-main {
  min-height: calc(100vh - 76px);
  padding: 80px 24px 64px;
  text-align: center;
  background: transparent;
}
.buy-page-heading {
  width: min(900px, 100%);
  margin: 0 auto;
}
.buy-page-heading h1 {
  margin: 0;
  color: var(--navy);
  font-size: clamp(3.4rem, 6vw, 5.8rem);
  line-height: .95;
  text-shadow: none;
}
.buy-page-heading p {
  margin: 12px auto 0;
  max-width: 780px;
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.65;
}
.buy-options {
  width: min(1340px, 100%);
  margin: 40px auto 0;
}
.buy-options .selection-status {
  margin-top: 22px;
}
.registration-documents {
  width: min(1340px, 100%);
  margin: 84px auto 0;
}
.documents-heading {
  width: min(820px, 100%);
  margin: 0 auto 34px;
}
.documents-heading h2 {
  margin: 0;
  color: var(--navy);
  font: 500 clamp(2.8rem, 5vw, 4.8rem)/.95 Impact, "Arial Narrow", sans-serif;
  letter-spacing: .015em;
  text-transform: uppercase;
}
.documents-heading p {
  margin: 15px auto 0;
  color: var(--muted);
  font-size: 1.04rem;
  line-height: 1.65;
}
.document-frame {
  width: min(1050px, 100%);
  margin: 0 auto;
  padding: 16px;
  border: 1px solid #dce7f1;
  border-radius: 26px;
  background: #fff;
  box-shadow: 0 24px 60px rgba(7,26,73,.16);
}
.document-frame + .document-frame {
  margin-top: 48px;
}
.document-frame img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  border-radius: 16px;
}
.download-registration {
  display: inline-block;
  min-width: 260px;
  margin-top: 34px;
  padding: 17px 26px;
  color: #fff;
  border-radius: 999px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: .07em;
  font-size: .82rem;
  font-weight: 900;
}
.download-registration:focus-visible {
  outline: 4px solid var(--yellow);
  outline-offset: 4px;
}

.gift-cards-page {
  background-color: #f6fafe;
  background-image: radial-gradient(circle, #dbeefa 0 7px, transparent 8px);
  background-size: 74px 74px;
}
.gift-cards-main {
  min-height: calc(100vh - 76px);
  padding: 78px 24px 92px;
  background: transparent;
}
.gift-cards-heading {
  width: min(900px, 100%);
  margin: 0 auto 48px;
  text-align: center;
}
.gift-cards-eyebrow {
  margin: 0 0 14px;
  color: var(--red);
  text-transform: uppercase;
  letter-spacing: .15em;
  font-size: .75rem;
  font-weight: 900;
}
.gift-cards-eyebrow span {
  color: var(--yellow);
  filter: drop-shadow(1px 1px 0 var(--navy));
}
.gift-cards-heading h1 {
  margin: 0;
  color: var(--navy);
  font-size: clamp(3.5rem, 6.4vw, 6.2rem);
  line-height: .92;
  text-shadow: none;
}
.gift-cards-heading > p:last-child {
  margin: 18px auto 0;
  color: var(--muted);
  font-size: 1.08rem;
}
.gift-card-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(360px, .82fr);
  align-items: center;
  gap: clamp(38px, 5vw, 74px);
  width: min(1320px, 100%);
  margin: 0 auto;
}
.gift-card-art img {
  display: block;
  width: 100%;
  max-width: 760px;
  height: auto;
  margin: 0 auto;
  filter: drop-shadow(0 18px 30px rgba(7,26,73,.18));
}
.gift-card-purchase {
  padding: clamp(32px, 4vw, 48px);
  border: 1px solid #dce7f1;
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 22px 54px rgba(7,26,73,.14);
}
.gift-card-purchase h2 {
  margin: 0;
  color: var(--navy);
  font: 500 clamp(2.7rem, 4vw, 4rem)/.95 Impact, "Arial Narrow", sans-serif;
  text-transform: uppercase;
}
.gift-card-purchase > p {
  margin: 16px 0 26px;
  color: var(--muted);
  line-height: 1.65;
}
.gift-card-buy-button {
  padding: 17px 27px;
  border: 0;
  border-radius: 999px;
  color: #fff;
  background: var(--red);
  box-shadow: 0 7px 0 #a91d1a;
  text-transform: uppercase;
  letter-spacing: .07em;
  font-weight: 900;
}
.gift-card-buy-button:disabled {
  cursor: not-allowed;
  opacity: .55;
  box-shadow: 0 5px 0 #8b8f99;
}
.gift-card-location {
  margin-top: 34px;
  padding-top: 28px;
  border-top: 1px solid #dce7f1;
}
.gift-card-location h3 {
  margin: 0 0 10px;
  color: var(--navy);
  font-size: 1rem;
}
.gift-card-location p {
  margin: 8px 0;
  color: var(--muted);
  line-height: 1.55;
}
.gift-card-location a { color: var(--navy); font-weight: 800; }
.gift-card-location-link {
  display: inline-block;
  margin-top: 10px;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: .75rem;
}
.gift-card-location-link:focus-visible,
.gift-card-buy-button:focus-visible {
  outline: 4px solid var(--yellow);
  outline-offset: 4px;
}

@media (max-width: 900px) {
  header nav a:not(.cta) { display: none; }
  .hero-full-logo { width: min(380px, 70vw); }
  .turbo-pass-section { width: calc(100% - 40px); padding-inline: 30px; }
  .turbo-pass-badge { top: -38px; left: -15px; width: 116px; }
  .pass-options { grid-template-columns: 1fr; max-width: 680px; }
  .checkout-bolt { width: 55px; }
  .features { grid-template-columns: repeat(2, 1fr); }
  .card:last-child { grid-column: 1 / -1; }
  .why-touch-free { grid-template-columns: 1fr; gap: 55px; }
  .why-photo-wrap > img { height: 460px; }
  .customer-reviews { padding: 72px 34px 80px; }
  .reviews-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 46px 40px; }
  .reviews-mascot { right: -90px; bottom: -70px; width: 230px; }
  .gift-card-layout { grid-template-columns: 1fr; width: min(760px, 100%); }
}

@media (max-width: 620px) {
  header { height: 68px; padding-inline: 24px; }
  .brand { width: 48px; height: 48px; }
  .cta { padding: 13px 15px; font-size: .66rem; }
  .hero { height: 640px; align-items: center; padding-top: 0; background-position: 62% 56%; }
  .hero-full-logo { width: min(280px, 76vw); }
  .hero-brand-heading { margin-bottom: 20px; }
  .actions { flex-direction: column; }
  main { background-size: 62px 62px; }
  .buy-page-main { padding: 54px 12px 60px; }
  .buy-page-heading h1 { font-size: clamp(3rem, 14vw, 4.2rem); }
  .buy-page-heading p { font-size: 1rem; }
  .buy-options { margin-top: 36px; }
  .registration-documents { margin-top: 72px; }
  .documents-heading { margin-bottom: 28px; }
  .document-frame { padding: 7px; border-radius: 18px; }
  .document-frame img { border-radius: 12px; }
  .document-frame + .document-frame { margin-top: 42px; }
  .turbo-pass-section {
    width: calc(100% - 24px);
    margin-top: -12px;
    padding: 32px 14px 36px;
    border-radius: 22px;
  }
  .turbo-pass-badge {
    display: none;
  }
  .pass-heading {
    gap: 7px 9px;
    font-size: clamp(2.15rem, 11vw, 2.7rem);
  }
  .pass-wordmark { max-width: min(210px, 58vw); height: 1.02em; }
  .pass-intro { margin-top: 9px; margin-bottom: 28px; }
  .pass-options { gap: 16px; }
  .pass-option { min-height: 0; padding: 14px; border-radius: 17px; }
  .checkout-action { width: 100%; }
  .checkout-bolt {
    position: absolute;
    display: block;
    width: 50px;
  }
  .checkout-bolt-left { left: max(0px, calc(50% - 158px)); }
  .checkout-bolt-right { right: max(0px, calc(50% - 158px)); }
  .features { grid-template-columns: 1fr; padding: 48px 18px 24px; }
  .card:last-child { grid-column: auto; }
  .visual { height: 208px; }
  .touch-free-photo { object-position: 100% 56%; transform: scale(1.5); transform-origin: 100% 56%; }
  .hours-photo { object-position: 50% 78%; }
  .vacuums-photo { object-position: 42% 25%; transform: scale(1.2); transform-origin: 42% 25%; }
  .copy { min-height: 0; }
  .why-touch-free { padding: 24px 24px 72px; gap: 48px; }
  .why-photo-backing { inset: 12px -8px -12px 10px; border-radius: 24px; }
  .why-photo-wrap > img { height: 330px; border-radius: 24px; }
  .why-copy h2 { font-size: clamp(2.8rem, 14vw, 4rem); }
  .benefit-list li { width: 100%; }
  .customer-reviews { padding: 62px 22px 68px; }
  .reviews-heading { margin-bottom: 42px; }
  .reviews-heading h2 { font-size: clamp(2.45rem, 12vw, 3.35rem); }
  .reviews-grid { grid-template-columns: 1fr; gap: 32px; }
  .review-stars { margin-bottom: 13px; font-size: 1.45rem; }
  .customer-review p { max-width: 360px; font-size: 1.35rem; line-height: 1.38; }
  .reviews-mascot { display: none; }
  .gift-cards-main { padding: 54px 16px 68px; }
  .gift-cards-heading { margin-bottom: 34px; }
  .gift-cards-heading h1 { font-size: clamp(3.1rem, 15vw, 4.5rem); }
  .gift-cards-heading > p:last-child { font-size: 1rem; line-height: 1.55; }
  .gift-card-layout { gap: 28px; }
  .gift-card-purchase { padding: 30px 24px 34px; border-radius: 22px; }
  .gift-card-buy-button { width: 100%; }
  footer nav { flex-direction: column; gap: 12px; }
}

@media (prefers-reduced-motion: reduce) {
  .checkout-action.bolts-visible.selection-confirmed .checkout-bolt,
  .checkout-action.selection-confirmed .checkout-button,
  .checkout-action.selection-confirmed::before {
    animation: none;
  }
}

body.modal-open { overflow: hidden; }
.membership-modal[hidden] { display: none; }
.membership-modal {
  position: fixed;
  z-index: 1000;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 24px;
}
.membership-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(3, 13, 38, .76);
  backdrop-filter: blur(5px);
}
.membership-dialog {
  position: relative;
  width: min(820px, 100%);
  max-height: calc(100vh - 48px);
  overflow: auto;
  padding: 38px;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 30px 90px rgba(0, 0, 0, .35);
}
.membership-dialog__close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 42px;
  height: 42px;
  border: 2px solid var(--navy);
  border-radius: 50%;
  color: var(--navy);
  background: #fff;
  font: 700 1.7rem/1 Arial, sans-serif;
  cursor: pointer;
}
.membership-dialog__header {
  display: grid;
  grid-template-columns: 150px 1fr;
  align-items: center;
  gap: 24px;
  padding: 0 42px 26px 0;
  border-bottom: 1px solid #dce7f1;
}
.membership-dialog__header img { width: 100%; }
.membership-eyebrow {
  margin: 0 0 6px;
  color: var(--red);
  font-size: .75rem;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.membership-dialog h2 {
  margin: 0 0 6px;
  color: var(--navy);
  font: 500 clamp(2rem, 4vw, 3rem)/1 Impact, "Arial Narrow", sans-serif;
  text-transform: uppercase;
}
#membership-plan-summary { margin: 0; color: var(--muted); font-weight: 800; }
.membership-form { padding-top: 24px; }
.membership-form fieldset { margin: 0 0 24px; padding: 0; border: 0; }
.membership-form legend {
  width: 100%;
  margin-bottom: 14px;
  color: var(--navy);
  font-size: 1.05rem;
  font-weight: 900;
}
.membership-form label { display: grid; gap: 7px; margin-bottom: 16px; color: var(--navy); font-size: .86rem; font-weight: 800; }
.membership-form label > span { color: #667085; font-size: .72rem; font-weight: 600; }
.membership-form input {
  width: 100%;
  min-height: 48px;
  padding: 10px 12px;
  border: 1px solid #aebcca;
  border-radius: 7px;
  color: #101828;
  background: #fff;
  font: inherit;
}
.membership-form input:focus { outline: 3px solid rgba(8,119,201,.2); border-color: var(--blue); }
.form-grid { display: grid; gap: 12px; }
.form-grid--two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.form-grid--three { grid-template-columns: 1.3fr .7fr .8fr; }
.membership-form .agreement { grid-template-columns: 24px 1fr; align-items: start; padding: 16px; border-radius: 8px; background: #f3f7fb; }
.membership-form .agreement input { width: 20px; min-height: 20px; margin: 0; }
.membership-form .agreement span { color: var(--navy); font-size: .85rem; }
.membership-order { margin: 22px 0 10px; padding: 18px; border: 2px solid var(--navy); border-radius: 10px; background: #f3f7fb; }
.membership-order div { display: flex; justify-content: space-between; gap: 18px; }
.membership-order div + div { margin-top: 9px; padding-top: 9px; border-top: 1px solid #ccd9e6; }
.membership-form__note { color: var(--muted); font-size: .82rem; }
.membership-submit {
  width: 100%;
  padding: 17px 22px;
  border: 0;
  border-radius: 8px;
  color: #fff;
  background: var(--red);
  box-shadow: 0 6px 0 #a91d1a;
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
  cursor: pointer;
}
.checkout-ready { padding: 48px 10px 20px; text-align: center; }
.checkout-ready__check { display: grid; place-items: center; width: 68px; height: 68px; margin: 0 auto 20px; border-radius: 50%; color: #fff; background: #15803d; font-size: 2rem; font-weight: 900; }
.checkout-ready > p:not(.membership-eyebrow) { max-width: 570px; margin: 10px auto 28px; color: var(--muted); line-height: 1.6; }
.checkout-ready__back { margin-top: 20px; border: 0; color: var(--navy); background: transparent; font-weight: 800; text-decoration: underline; cursor: pointer; }
@media (max-width: 620px) {
  .membership-modal { padding: 0; place-items: stretch; }
  .membership-dialog { width: 100%; max-height: 100vh; min-height: 100vh; padding: 26px 18px; border-radius: 0; }
  .membership-dialog__header { grid-template-columns: 96px 1fr; gap: 14px; padding-right: 34px; }
  .form-grid--two, .form-grid--three { grid-template-columns: 1fr; gap: 0; }
}
