:root {
  --purple: #77429a;
  --aqua: #20a69f;
  --yellow: #f9d259;
}

.nav-cta {
  background: var(--aqua);
}

.lang-switch {
  display: inline-grid;
  place-items: center;
  min-width: 44px;
  min-height: 44px;
  padding: 8px 12px;
  border: 2px solid var(--aqua);
  border-radius: 999px;
  color: var(--aqua);
  font-weight: 800;
  letter-spacing: .06em;
}

.spanish-banner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  padding: 15px 24px;
  background: var(--yellow);
  color: var(--navy);
  text-decoration: none;
}

.spanish-banner strong { font: 700 20px "Fredoka", sans-serif; }
.spanish-banner span { font-weight: 700; }

.package-button {
  display: inline-flex;
  align-items: center;
  margin-top: 24px;
  padding: 14px 20px;
  border-radius: 999px;
  background: var(--yellow);
  color: var(--navy);
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 8px 22px #18214a22;
}

.hero {
  min-height: 0;
  padding: 0;
  display: block;
  background: var(--aqua);
  overflow: hidden;
}

.hero-banner,
.hero-banner img {
  display: block;
  width: 100%;
}

.hero-banner img {
  height: auto;
}

.card-copy .icon {
  width: 72px;
  height: 72px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  background: #fff;
}

.card-copy .icon img {
  width: 58px;
  height: 58px;
  object-fit: contain;
}

.card-brand-logo {
  width: min(100%, 300px);
  height: 94px;
  object-fit: contain;
  object-position: left center;
}

.picbox-brand {
  max-width: 270px;
}

.pic360-brand {
  max-width: 300px;
}

.card-image .pic360-photo {
  object-fit: contain;
  object-position: center;
  background: #111;
}

.aqua-card {
  background: var(--aqua);
}

.mini-icon {
  flex: 0 0 58px;
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
}

.mini-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.service-hero {
  padding: 82px clamp(24px, 6vw, 90px);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
  background: var(--aqua);
  color: #fff;
}

.service-hero.purple-bg {
  background: var(--purple);
}

.service-hero .eyebrow {
  color: var(--yellow);
}

.service-hero h1 {
  margin: 0;
  font: 700 clamp(52px, 6vw, 88px)/0.95 "Fredoka", sans-serif;
  letter-spacing: -0.04em;
}

.service-hero p:not(.eyebrow) {
  max-width: 590px;
  font-size: 18px;
  line-height: 1.6;
}

.service-hero img {
  width: 100%;
  aspect-ratio: 1 / 0.78;
  object-fit: cover;
  border: 10px solid #fff;
  border-radius: 28px;
  box-shadow: 0 22px 55px #12204c33;
}

.service-hero img.contain-photo {
  object-fit: contain;
  background: #111;
}

.included {
  padding: 90px clamp(24px, 6vw, 90px);
}

.included h2,
.pricing h2,
.addons h2,
.booking-info h2 {
  margin: 0 0 34px;
  font: 700 clamp(38px, 5vw, 64px)/1 "Fredoka", sans-serif;
  letter-spacing: -0.035em;
}

.include-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.include-grid article {
  padding: 25px;
  background: #fff;
  border: 1px solid #e8e2da;
  border-radius: 20px;
}

.include-grid img {
  width: 62px;
  height: 62px;
  object-fit: contain;
  margin-bottom: 16px;
}

.include-grid h3 {
  margin: 0 0 8px;
  font: 700 20px "Fredoka", sans-serif;
}

.include-grid p {
  margin: 0;
  color: #65667a;
  line-height: 1.5;
}

.feature-showcase {
  display: grid;
  grid-template-columns: minmax(220px, 1fr) minmax(260px, 390px) minmax(220px, 1fr);
  gap: clamp(20px, 4vw, 54px);
  align-items: center;
  max-width: 1240px;
  margin: 50px auto 0;
}

.feature-column {
  display: grid;
  gap: 18px;
}

.feature-column article {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  padding: 20px;
  border: 1px solid #e8e2da;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 12px 28px #12204c0a;
}

.feature-column span {
  flex: 0 0 38px;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--yellow);
  color: var(--navy);
  font-size: 12px;
  font-weight: 800;
}

.feature-column h3 {
  margin: 0 0 6px;
  font: 700 20px "Fredoka", sans-serif;
}

.feature-column p {
  margin: 0;
  color: #65667a;
  line-height: 1.45;
}

.equipment-illustration {
  min-width: 0;
  text-align: center;
}

.equipment-illustration img {
  width: 100%;
  max-height: 520px;
  object-fit: contain;
  margin: 0 auto;
}

.equipment-illustration.wide img {
  border-radius: 32px;
}

.backdrop-section {
  padding: 90px clamp(24px, 6vw, 90px);
  background: var(--cream);
}

.carousel-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 38px;
}

.carousel-heading h2 {
  margin: 0;
  font: 700 clamp(38px, 5vw, 64px)/1 "Fredoka", sans-serif;
  letter-spacing: -0.035em;
}

.carousel-heading > p {
  max-width: 430px;
  margin: 0;
  color: #65667a;
  font-size: 17px;
  line-height: 1.55;
}

.horizontal-carousel {
  position: relative;
}

.carousel-track {
  display: flex;
  gap: 18px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
  padding: 4px 2px 18px;
}

.carousel-track::-webkit-scrollbar {
  display: none;
}

.backdrop-card {
  flex: 0 0 min(360px, 31vw);
  padding: 26px;
  background: #fff;
  border: 1px solid #e8e2da;
  border-radius: 24px;
  text-align: center;
  scroll-snap-align: start;
}

.backdrop-card img {
  width: 100%;
  height: 210px;
  object-fit: contain;
}

.backdrop-card h3 {
  margin: 14px 0 0;
  font: 700 21px "Fredoka", sans-serif;
}

.carousel-arrow {
  position: absolute;
  top: calc(50% - 23px);
  z-index: 3;
  width: 48px;
  height: 48px;
  padding: 0 0 5px;
  border: 0;
  border-radius: 50%;
  background: var(--navy);
  color: #fff;
  box-shadow: 0 10px 24px #12204c28;
  font: 400 38px/1 "DM Sans", sans-serif;
  cursor: pointer;
  transform: translateY(-50%);
}

.carousel-prev {
  left: -18px;
}

.carousel-next {
  right: -18px;
}

.carousel-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 12px;
}

.carousel-dots button {
  width: 10px;
  height: 10px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: #12204c35;
  cursor: pointer;
}

.carousel-dots button.active {
  width: 28px;
  background: var(--aqua);
}

.pricing {
  padding: 90px clamp(24px, 6vw, 90px);
  background: #fff;
}

.pricing-intro {
  max-width: 700px;
  margin: -15px 0 40px;
  color: #65667a;
  font-size: 18px;
  line-height: 1.6;
}

.price-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-bottom: 70px;
}

.price-card {
  position: relative;
  padding: 30px;
  border: 2px solid #e9e5df;
  border-radius: 24px;
  background: var(--cream);
}

.price-card.featured {
  border-color: var(--aqua);
  box-shadow: 0 14px 34px #20a69f1c;
}

.price-card .popular {
  display: inline-block;
  margin-bottom: 12px;
  padding: 7px 11px;
  border-radius: 999px;
  background: var(--yellow);
  color: var(--navy);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.price-card h3 {
  margin: 0;
  font: 700 29px "Fredoka", sans-serif;
}

.price {
  margin: 12px 0 18px;
  color: var(--pink);
  font: 700 52px/1 "Fredoka", sans-serif;
}

.price-card ul,
.info-card ul {
  padding-left: 20px;
  line-height: 1.75;
}

.price-card .button {
  margin-top: 12px;
  width: 100%;
  background: var(--aqua);
  color: #fff;
}

.addons {
  padding: 90px clamp(24px, 6vw, 90px);
  background: var(--navy);
  color: #fff;
}

.addon-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  gap: 16px;
}

.addon-grid article {
  padding: 22px;
  border-radius: 18px;
  background: #ffffff12;
  border: 1px solid #ffffff25;
}

.addon-grid article > img {
  width: 76px;
  height: 76px;
  margin-bottom: 18px;
  object-fit: contain;
  padding: 8px;
  border-radius: 16px;
  background: #fff;
}

.addon-grid h3 {
  margin: 0 0 8px;
  font: 700 20px "Fredoka", sans-serif;
}

.addon-price {
  color: var(--yellow);
  font-size: 23px;
  font-weight: 800;
}

.addon-grid p {
  color: #d8dced;
  line-height: 1.5;
}

.keychain-carousel {
  margin: 0 0 44px;
}

.keychain-gallery {
  margin: 0;
}

.keychain-gallery figure {
  flex: 0 0 calc((100% - 36px) / 3);
  margin: 0;
  scroll-snap-align: start;
}

.keychain-gallery img {
  width: 100%;
  aspect-ratio: 2 / 3;
  object-fit: cover;
  border-radius: 22px;
}

.payment-section {
  padding: 62px clamp(24px, 6vw, 90px);
  display: grid;
  grid-template-columns: minmax(260px, 0.75fr) minmax(420px, 1.25fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
  background: #fff;
}

.payment-section h2 {
  margin: 0 0 12px;
  font: 700 clamp(34px, 4vw, 54px)/1 "Fredoka", sans-serif;
  letter-spacing: -0.035em;
}

.payment-section p:not(.eyebrow) {
  margin: 0;
  color: #65667a;
  font-size: 17px;
  line-height: 1.55;
}

.payment-section > img {
  width: 100%;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.activation-section {
  padding: 100px clamp(24px, 6vw, 90px);
  background: var(--navy);
  color: #fff;
}

.activation-intro {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  align-items: end;
  gap: 48px;
  margin-bottom: 46px;
}

.activation-intro .eyebrow { grid-column: 1 / -1; margin-bottom: -30px; }
.activation-intro h2 { margin: 0; font: 700 clamp(42px, 5.2vw, 72px)/.98 "Fredoka", sans-serif; letter-spacing: -.04em; }
.activation-intro h2 em { color: var(--yellow); font-style: normal; }
.activation-intro > p:last-child { margin: 0; color: #d8dced; font-size: 18px; line-height: 1.6; }

.activation-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.activation-grid article { overflow: hidden; border: 1px solid #ffffff22; border-radius: 26px; background: #ffffff0d; }
.activation-grid article > div:last-child { padding: 26px; }
.activation-art { height: 280px; background: #fff; }
.activation-art img { width: 100%; height: 100%; object-fit: contain; }
.activation-grid h3 { margin: 10px 0; font: 700 28px "Fredoka", sans-serif; }
.activation-grid p { min-height: 105px; color: #d8dced; line-height: 1.55; }
.activation-grid a { color: var(--yellow); font-weight: 800; }
.addon-label,.coming-soon { display: inline-block; padding: 7px 10px; border-radius: 999px; color: var(--navy); background: var(--yellow); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .07em; }
.coming-soon { background: var(--pink); color: #fff; }
.ornament-mark { height: 280px; display: grid; place-items: center; padding: 36px; background: var(--aqua); color: var(--yellow); text-align: center; text-transform: uppercase; font: 700 36px/1.02 "Fredoka", sans-serif; letter-spacing: -.02em; }

.service-area { padding: 85px clamp(24px, 6vw, 90px); display: grid; grid-template-columns: 1.15fr .85fr; gap: 55px; align-items: start; background: var(--cream); }
.service-area h2 { margin: 0 0 20px; font: 700 clamp(40px, 5vw, 64px)/1 "Fredoka", sans-serif; letter-spacing: -.035em; }
.service-area p { font-size: 17px; line-height: 1.65; }
.service-area aside { padding: 30px; border-radius: 24px; background: #fff; border-top: 7px solid var(--aqua); }
.service-area aside h3 { margin: 0 0 12px; font: 700 26px "Fredoka", sans-serif; }

.contact { align-items: start; }
.contact-copy { position: sticky; top: 120px; }
.contact-copy small { display: block; margin-top: 24px; font-weight: 700; line-height: 1.5; }
.inquiry-form { padding: 30px; border-radius: 26px; background: #fff; box-shadow: 0 18px 42px #7b5a001a; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 17px; }
.inquiry-form label { display: grid; gap: 7px; color: var(--navy); font-size: 14px; font-weight: 800; }
.inquiry-form label.full { grid-column: 1 / -1; }
.inquiry-form input,.inquiry-form select,.inquiry-form textarea { width: 100%; min-width: 0; padding: 13px 14px; border: 1.5px solid #d7d3cd; border-radius: 12px; background: #fff; color: var(--ink); font: inherit; font-size: 16px; }
.inquiry-form textarea { resize: vertical; }
.inquiry-form input:focus,.inquiry-form select:focus,.inquiry-form textarea:focus { outline: 3px solid #20a69f33; border-color: var(--aqua); }
.inquiry-form .button { margin-top: 20px; border: 0; cursor: pointer; }
.form-note,.form-status { margin: 14px 0 0; color: #65667a; font-size: 13px; line-height: 1.45; }

.reservation-notice {
  margin: 0 0 22px;
  padding: 16px 18px;
  border-left: 5px solid var(--yellow);
  border-radius: 12px;
  background: #fff7d7;
  color: var(--navy);
  line-height: 1.55;
}

.keychain-identity { display: grid; grid-template-columns: minmax(230px, 360px) 1fr; gap: 40px; align-items: center; margin: 30px 0 48px; padding: 28px; border-radius: 26px; background: var(--cream); }
.keychain-identity img { width: 100%; max-height: 360px; object-fit: contain; border-radius: 18px; background: #fff; }
.keychain-identity h3 { margin: 0 0 10px; font: 700 30px "Fredoka", sans-serif; }
.keychain-identity p { color: #65667a; font-size: 17px; line-height: 1.6; }

.pic360-gallery-section { padding: 90px clamp(24px, 6vw, 90px); background: #fff; }
.pic360-gallery { align-items: stretch; }
.pic360-gallery figure { flex: 0 0 min(640px, 75vw); height: 620px; margin: 0; padding: 18px; display: grid; place-items: center; border-radius: 26px; background: #f4f2ee; scroll-snap-align: start; }
.pic360-gallery img { width: 100%; height: 100%; object-fit: contain; }

.review-carousel {
  position: relative;
  max-width: 1120px;
  margin: 0 auto;
}

.review-track {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
}

.review-track::-webkit-scrollbar {
  display: none;
}

.review-slide {
  flex: 0 0 100%;
  min-width: 0;
  min-height: 390px;
  padding: 0 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  scroll-snap-align: start;
}

.review-slide blockquote {
  margin-top: 12px;
}

.review-arrow {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 52px;
  height: 52px;
  padding: 0 0 5px;
  border: 2px solid #ffffff70;
  border-radius: 50%;
  background: #ffffff18;
  color: #fff;
  font: 400 42px/1 "DM Sans", sans-serif;
  cursor: pointer;
  transform: translateY(-50%);
}

.review-prev {
  left: 0;
}

.review-next {
  right: 0;
}

.review-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
}

.review-dots button {
  width: 11px;
  height: 11px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #ffffff65;
  cursor: pointer;
}

.review-dots button.active {
  width: 30px;
  border-radius: 999px;
  background: var(--yellow);
}

.booking-info {
  padding: 90px clamp(24px, 6vw, 90px);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 42px;
}

.booking-details {
  padding: 90px clamp(24px, 6vw, 90px);
  background: var(--cream);
}

.booking-details > h2 {
  margin: 0 0 30px;
  font: 700 clamp(38px, 5vw, 64px)/1 "Fredoka", sans-serif;
  letter-spacing: -.035em;
}

.booking-details details {
  max-width: 1040px;
  margin: 0 auto 14px;
  overflow: hidden;
  border: 1px solid #ded9d1;
  border-radius: 18px;
  background: #fff;
}

.booking-details summary {
  position: relative;
  padding: 22px 62px 22px 24px;
  color: var(--navy);
  font: 700 20px/1.3 "Fredoka", sans-serif;
  cursor: pointer;
  list-style: none;
}

.booking-details summary::-webkit-details-marker { display: none; }
.booking-details summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 24px;
  color: var(--aqua);
  font: 600 32px/1 "DM Sans", sans-serif;
  transform: translateY(-50%);
}

.booking-details details[open] summary::after { content: "−"; }
.booking-details details > div { padding: 0 24px 24px; color: #5f6171; line-height: 1.65; }
.booking-details details p { margin: 0 0 12px; }
.booking-details details p:last-child { margin-bottom: 0; }
.booking-details details ul { margin: 0; padding-left: 22px; }
.booking-details details li + li { margin-top: 8px; }

.info-card {
  padding: 34px;
  border-radius: 24px;
  background: #fff;
  border-top: 7px solid var(--aqua);
}

.info-card h3 {
  margin-top: 0;
  font: 700 26px "Fredoka", sans-serif;
}

.service-footer-cta {
  padding: 80px clamp(24px, 6vw, 90px);
  text-align: center;
  background: var(--yellow);
}

.service-footer-cta h2 {
  margin: 0 0 24px;
  font: 700 clamp(42px, 5vw, 70px)/1 "Fredoka", sans-serif;
}

.service-footer-cta p {
  max-width: 650px;
  margin: -10px auto 26px;
  font-size: 18px;
  line-height: 1.6;
}

.service-footer-cta .button {
  background: var(--pink);
  color: #fff;
}

/* Compact experience counters */
.impact-counters {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  padding: 18px clamp(24px, 6vw, 90px) 22px;
  background: #fff;
}

.impact-counters article {
  min-width: 0;
  padding: 12px 20px;
  text-align: center;
  border-right: 1px solid #e8e3dc;
}

.impact-counters article:last-child { border-right: 0; }
.impact-counters strong {
  display: block;
  color: var(--aqua);
  font: 700 clamp(28px, 3.2vw, 46px)/1 "Fredoka", sans-serif;
  letter-spacing: -.03em;
  font-variant-numeric: tabular-nums;
}
.impact-counters span { display: block; margin-top: 7px; color: #65667a; font-size: 13px; font-weight: 700; }

/* Two identical sequences create a seamless, continuously moving event marquee. */
.ticker .ticker-track {
  display: flex;
  width: max-content;
  animation: marquee-loop 28s linear infinite;
  will-change: transform;
}
.ticker .ticker-sequence { flex: 0 0 auto; padding-right: 2rem; }
@keyframes marquee-loop { to { transform: translate3d(-50%, 0, 0); } }

/* Real event galleries keep every photograph uncropped. */
.real-gallery-section { padding: 80px clamp(24px, 6vw, 90px); background: #fff; }
.real-photo-gallery { align-items: stretch; }
.real-photo-gallery figure {
  flex: 0 0 min(500px, 72vw);
  height: 500px;
  margin: 0;
  padding: 14px;
  display: grid;
  place-items: center;
  border-radius: 24px;
  background: #f4f2ee;
  scroll-snap-align: start;
  overflow: hidden;
}
.real-photo-gallery img { width: 100%; height: 100%; object-fit: contain; border-radius: 14px; }

/* Match the Keychain Station illustration to the visual weight of other add-on icons. */
.keychain-activation-card .activation-art { display: grid; place-items: center; }
.keychain-activation-card .activation-art img { width: 50%; height: 50%; object-fit: contain; }

/* Subtle motion and interaction polish. */
.button, .nav-cta, .package-button, .activation-grid a { transition: transform .22s ease, box-shadow .22s ease, opacity .22s ease; }
.button:hover, .nav-cta:hover, .package-button:hover, .activation-grid a:hover { transform: translateY(-2px); }
.card, .activation-grid article, .benefits article, .price-card, .addon-grid article { transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease; }
.card:hover, .activation-grid article:hover, .benefits article:hover, .price-card:hover, .addon-grid article:hover { transform: translateY(-4px); box-shadow: 0 18px 38px #15234b18; }
.card-image img, .activation-art img, .real-photo-gallery img, .keychain-gallery img { transition: transform .55s ease; }
.card:hover .card-image img, .activation-grid article:hover .activation-art img { transform: scale(1.025); }
.keychain-activation-card:hover .activation-art img { transform: scale(1.02); }

.motion-ready .reveal-on-scroll { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s cubic-bezier(.2,.7,.2,1); }
.motion-ready .reveal-on-scroll.is-visible { opacity: 1; transform: none; }
.motion-ready .image-reveal img { clip-path: inset(0 0 12% 0 round 14px); transition: clip-path .8s cubic-bezier(.2,.7,.2,1), transform .55s ease; }
.motion-ready .image-reveal.is-visible img { clip-path: inset(0 0 0 0 round 14px); }

/* Legal footer */
.site-footer { align-items: flex-start; }
.site-footer > img { flex: 0 0 auto; margin-top: 3px; }
.footer-content { flex: 1; min-width: 0; }
.footer-content > p { margin: 0 0 8px; }
.footer-links { display: flex; flex-wrap: wrap; gap: 18px; margin: 10px 0; font-weight: 700; }
.footer-links a { text-decoration: underline; text-underline-offset: 3px; }
.ownership-note { max-width: 980px; color: #747583; font-size: 10px; line-height: 1.5; }

.legal-page { max-width: 900px; margin: 0 auto; padding: 90px 24px; }
.legal-page h1 { margin: 0 0 18px; font: 700 clamp(44px, 6vw, 72px)/1 "Fredoka", sans-serif; }
.legal-page h2 { margin-top: 36px; font: 700 27px "Fredoka", sans-serif; }
.legal-page p, .legal-page li { color: #5f6171; line-height: 1.7; }
.legal-page .legal-back { display: inline-block; margin-top: 34px; color: var(--pink); font-weight: 800; }

@media (max-width: 620px) {
  .impact-counters { grid-template-columns: 1fr; padding-top: 12px; padding-bottom: 14px; }
  .impact-counters article { display: grid; grid-template-columns: minmax(110px, .7fr) 1fr; align-items: center; text-align: left; border-right: 0; border-bottom: 1px solid #e8e3dc; }
  .impact-counters article:last-child { border-bottom: 0; }
  .impact-counters span { margin-top: 0; }
  .real-gallery-section { padding-top: 60px; padding-bottom: 60px; }
  .real-photo-gallery figure { flex-basis: 88%; height: 390px; }
  .site-footer { gap: 20px; }
  .ownership-note { font-size: 9px; }
  .hero {
    min-height: 360px;
  }

  .hero-banner img {
    width: 100%;
    height: 360px;
    object-fit: cover;
    object-position: center;
  }

  .review-slide {
    min-height: 570px;
    padding: 0 6px;
  }

  .review-slide blockquote {
    font-size: 34px;
    line-height: 1.16;
  }

  .review-arrow {
    display: none;
  }

  .spanish-banner { justify-content: space-between; gap: 10px; padding-inline: 18px; }
  .spanish-banner strong { font-size: 18px; }
  .spanish-banner span { font-size: 13px; }

  .package-button { width: 100%; justify-content: center; text-align: center; }

  .booking-details { padding-top: 64px; padding-bottom: 64px; }
  .booking-details summary { padding: 19px 54px 19px 19px; font-size: 18px; }
  .booking-details summary::after { right: 18px; }
  .booking-details details > div { padding: 0 19px 20px; }

  .service-hero,
  .booking-info {
    grid-template-columns: 1fr;
  }

  .service-hero {
    padding-top: 55px;
  }

  .include-grid,
  .price-grid,
  .addon-grid {
    grid-template-columns: 1fr;
  }

  .feature-showcase,
  .payment-section {
    grid-template-columns: 1fr;
  }

  .equipment-illustration {
    grid-row: 1;
  }

  .equipment-illustration img {
    max-height: 440px;
  }

  .carousel-heading {
    display: block;
  }

  .carousel-heading > p {
    margin-top: 16px;
  }

  .backdrop-card,
  .keychain-gallery figure {
    flex-basis: 88%;
  }

  .backdrop-card img {
    height: 230px;
  }

  .carousel-arrow {
    display: none;
  }

  .payment-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .activation-intro,.activation-grid,.service-area,.form-grid,.keychain-identity { grid-template-columns: 1fr; }
  .activation-intro .eyebrow { margin-bottom: -18px; }
  .activation-grid p { min-height: 0; }
  .contact-copy { position: static; }
  .inquiry-form { padding: 22px; }
  .inquiry-form label.full { grid-column: auto; }
  .pic360-gallery figure { flex-basis: 92%; height: 470px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .motion-ready .reveal-on-scroll { opacity: 1; transform: none; }
  .motion-ready .image-reveal img { clip-path: none; }
}

@media (min-width: 621px) and (max-width: 980px) {
  .service-hero {
    grid-template-columns: 1fr;
  }

  .include-grid,
  .price-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .addon-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .keychain-gallery {
    grid-template-columns: repeat(2, 1fr);
  }

  .feature-showcase {
    grid-template-columns: 1fr 1fr;
  }

  .equipment-illustration {
    grid-column: 1 / -1;
    grid-row: 1;
  }

  .equipment-illustration img {
    max-height: 500px;
  }

  .payment-section {
    grid-template-columns: 1fr;
  }

  .activation-grid { grid-template-columns: 1fr 1fr; }
  .activation-grid article:last-child { grid-column: 1 / -1; }
}
