body.spb {
  margin: 0;
  color: #1c211d;
  background: #f6f1e8;
  font-family: inherit;
}

body.spb *,
body.spb *::before,
body.spb *::after {
  box-sizing: border-box;
}

body.spb .spb-hero,
body.spb .spb-video-section,
body.spb .spb-process-section,
body.spb .spb-masonry-section,
body.spb .spb-locations-section,
body.spb .spb-formats-section,
body.spb .spb-faq-section,
body.spb .spb-final-section {
  width: 100%;
}

body.spb .spb-hero {
  position: relative;
  display: grid;
  min-height: 760px;
  place-items: center;
  padding: 110px 20px 80px;
  overflow: hidden;
  isolation: isolate;
  color: #fffcf4;
  background:
    linear-gradient(
      90deg,
      rgba(5, 10, 16, 0.92) 0%,
      rgba(5, 10, 16, 0.72) 36%,
      rgba(5, 10, 16, 0.25) 70%,
      rgba(5, 10, 16, 0.72) 100%
    ),
    url("/images/spb/hero-iris-spb.webp") center / cover no-repeat;
}

body.spb .spb-hero::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  content: "";
  pointer-events: none;
  background:
    radial-gradient(
      circle at 70% 38%,
      rgba(210, 163, 92, 0.18),
      transparent 28%
    ),
    linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.08),
      rgba(0, 0, 0, 0.46)
    );
}

body.spb .spb-hero-stars,
body.spb .spb-final-stars {
  position: absolute;
  z-index: -1;
  inset: 0;
  opacity: 0.65;
  pointer-events: none;
  background-image:
    radial-gradient(circle at 8% 20%, #fff 0 1px, transparent 1.5px),
    radial-gradient(circle at 20% 78%, #fff 0 1px, transparent 1.5px),
    radial-gradient(circle at 38% 15%, #e8d8a4 0 1px, transparent 1.5px),
    radial-gradient(circle at 62% 11%, #fff 0 1px, transparent 1.5px),
    radial-gradient(circle at 75% 35%, #e7bf75 0 1px, transparent 1.5px),
    radial-gradient(circle at 92% 70%, #fff 0 1px, transparent 1.5px);
}

body.spb .spb-hero-orbit,
body.spb .spb-final-orbit {
  position: absolute;
  z-index: -1;
  top: 49%;
  left: 65%;
  width: min(52vw, 660px);
  aspect-ratio: 1;
  border: 1px solid rgba(224, 169, 90, 0.3);
  border-radius: 50%;
  box-shadow:
    inset 0 0 80px rgba(224, 169, 90, 0.06),
    0 0 100px rgba(224, 169, 90, 0.07);
  transform: translate(-50%, -50%);
  pointer-events: none;
}

body.spb .spb-hero-wrap,
body.spb .spb-video-wrap,
body.spb .spb-process-wrap,
body.spb .spb-masonry-wrap,
body.spb .spb-locations-wrap,
body.spb .spb-formats-wrap,
body.spb .spb-faq-wrap,
body.spb .spb-final-wrap {
  position: relative;
  width: min(100%, 1180px);
  margin: 0 auto;
}

body.spb .spb-hero-content {
  max-width: 760px;
}

body.spb .spb-eyebrow {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #f1b35c;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

body.spb .spb-eyebrow::before {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  content: "";
  background: #f1b35c;
  box-shadow: 0 0 18px rgba(241, 179, 92, 0.9);
}

body.spb .spb-hero-title,
body.spb .spb-video-title,
body.spb .spb-process-title,
body.spb .spb-masonry-title,
body.spb .spb-locations-title,
body.spb .spb-formats-title,
body.spb .spb-faq-title,
body.spb .spb-final-title {
  font-weight: 400;
  line-height: 0.98;
  letter-spacing: -0.055em;
}

body.spb .spb-hero-title {
  max-width: 740px;
  margin: 18px 0 22px;
  color: #fffdf8;
  font-size: clamp(44px, 6.2vw, 72px);
  text-shadow: 0 6px 34px rgba(0, 0, 0, 0.6);
}

body.spb .spb-hero-title em,
body.spb .spb-video-title em,
body.spb .spb-process-title em,
body.spb .spb-masonry-title em,
body.spb .spb-locations-title em,
body.spb .spb-formats-title em,
body.spb .spb-faq-title em,
body.spb .spb-final-title em {
  color: #f1b35c;
  font-style: normal;
}

body.spb .spb-hero-description {
  max-width: 620px;
  margin: 0 0 28px;
  color: #d7ded7;
  font-size: 19px;
  line-height: 1.55;
}

body.spb .spb-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

body.spb .spb-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 14px 23px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: normal;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

body.spb .spb-button:hover {
  transform: translateY(-2px);
}

body.spb .spb-button:focus,
body.spb .spb-button:focus-visible {
  outline: none;
  box-shadow: none;
}

body.spb .spb-button--primary {
  color: #202017;
  background: #f1b35c;
  box-shadow: 0 12px 28px rgba(241, 179, 92, 0.2);
}

body.spb .spb-button--ghost {
  border-color: rgba(255, 255, 255, 0.5);
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
}

body.spb .spb-hero-note {
  margin: 17px 0 0;
  color: #bac5bc;
  font-size: 13px;
}

body.spb .spb-video-section {
  position: relative;
  min-height: 680px;
  overflow: hidden;
  isolation: isolate;
  color: #fff;
  background: #0a0f12;
}

body.spb .spb-video-media,
body.spb .spb-video-overlay {
  position: absolute;
  z-index: -1;
  inset: 0;
}

body.spb .spb-video-player {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.78) contrast(1.05) brightness(0.62);
}

body.spb .spb-video-overlay {
  background:
    radial-gradient(
      circle at 75% 48%,
      rgba(236, 172, 83, 0.18),
      transparent 30%
    ),
    linear-gradient(
      90deg,
      rgba(5, 9, 13, 0.94) 0%,
      rgba(5, 9, 13, 0.72) 42%,
      rgba(5, 9, 13, 0.18) 75%,
      rgba(5, 9, 13, 0.42) 100%
    );
}

body.spb .spb-video-wrap {
  display: flex;
  align-items: center;
  min-height: 680px;
  padding: 80px 20px;
}

body.spb .spb-video-content {
  max-width: 620px;
}

body.spb .spb-video-title {
  margin: 18px 0 20px;
  color: #fff;
  font-size: clamp(40px, 5vw, 66px);
}

body.spb .spb-video-description {
  max-width: 560px;
  margin: 0 0 28px;
  color: #d2d9d4;
  font-size: 18px;
  line-height: 1.55;
}

body.spb .spb-process-section,
body.spb .spb-formats-section {
  padding: 110px 20px;
  color: #1b241d;
  background: #ffffff;
}

body.spb .spb-masonry-section {
  background: #ececec;
  padding: 110px 20px;
}

body.spb .spb-process-head,
body.spb .spb-masonry-head,
body.spb .spb-locations-head,
body.spb .spb-formats-head,
body.spb .spb-faq-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
}

body.spb .spb-process-title,
body.spb .spb-masonry-title,
body.spb .spb-locations-title,
body.spb .spb-formats-title,
body.spb .spb-faq-title {
  max-width: 760px;
  margin: 14px 0 0;
  font-size: clamp(38px, 4.8vw, 62px);
}

body.spb .spb-process-description,
body.spb .spb-masonry-description,
body.spb .spb-locations-description,
body.spb .spb-formats-description,
body.spb .spb-faq-description {
  max-width: 375px;
  margin: 0;
  color: #606861;
  font-size: 16px;
  line-height: 1.55;
}

body.spb .spb-process-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin: 48px 0 0;
  padding: 0;
  list-style: none;
  counter-reset: spb-process;
}

body.spb .spb-process-list li {
  min-height: 220px;
  padding: 25px;
  border: 1px solid #dedbd2;
  border-radius: 22px;
  background: #fff;
  counter-increment: spb-process;
}

body.spb .spb-process-list li::before {
  display: block;
  margin-bottom: 32px;
  color: #f1a947;
  font-size: 13px;
  font-weight: 400;
  content: "0" counter(spb-process);
}

body.spb .spb-process-list strong {
  display: block;
  font-size: 20px;
  line-height: 1.1;
  letter-spacing: -0.03em;
}

body.spb .spb-process-list span {
  display: block;
  margin-top: 10px;
  color: #626a63;
  font-size: 14px;
  line-height: 1.5;
}

body.spb .spb-masonry-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-auto-rows: 86px;
  gap: 16px;
  margin-top: 48px;
}

body.spb .spb-masonry-item {
  position: relative;
  display: block;
  min-width: 0;
  min-height: 0;
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: 22px;
  background: #25362d;
  color: #fff;
  text-align: left;
  cursor: zoom-in;
}

body.spb .spb-masonry-item--tall {
  grid-column: span 4;
  grid-row: span 6;
}

body.spb .spb-masonry-item--wide {
  grid-column: span 8;
  grid-row: span 3;
}

body.spb .spb-masonry-item--medium {
  grid-column: span 4;
  grid-row: span 3;
}

body.spb .spb-masonry-item::after {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  background: linear-gradient(180deg, transparent 42%, rgba(4, 10, 7, 0.82) 100%);
}

body.spb .spb-masonry-item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}

body.spb .spb-masonry-item:hover img {
  transform: scale(1.045);
}

body.spb .spb-masonry-label {
  position: absolute;
  z-index: 1;
  right: 18px;
  bottom: 17px;
  left: 18px;
  color: #fff;
  font-size: 17px;
  font-weight: 400;
}

body.spb .spb-masonry-label small {
  display: block;
  margin-top: 3px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 12px;
  font-weight: 400;
}

body.spb .spb-lightbox {
  position: fixed;
  z-index: 9999;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 30px;
  background: rgba(5, 10, 8, 0.95);
}

body.spb .spb-lightbox.is-open {
  display: flex;
}

body.spb .spb-lightbox-content {
  width: min(980px, 88vw);
  max-height: 88vh;
  margin: 0;
}

body.spb .spb-lightbox-content img {
  display: block;
  width: 100%;
  max-height: 78vh;
  object-fit: contain;
  border-radius: 14px;
  background: #000;
}

body.spb .spb-lightbox-content figcaption {
  margin-top: 13px;
  color: #f5f3ed;
  font-size: 14px;
  text-align: center;
}

body.spb .spb-lightbox-control {
  position: absolute;
  z-index: 2;
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.48);
  border-radius: 50%;
  color: #fff;
  background: rgba(26, 38, 31, 0.92);
  font-size: 26px;
  cursor: pointer;
}

body.spb .spb-lightbox-close {
  top: 20px;
  right: 20px;
}

body.spb .spb-lightbox-prev {
  top: 50%;
  left: 25px;
  transform: translateY(-50%);
}

body.spb .spb-lightbox-next {
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
}

body.spb .spb-locations-section,
body.spb .spb-final-section {
  position: relative;
  padding: 110px 20px;
  overflow: hidden;
  isolation: isolate;
  color: #fff;
  background:
    radial-gradient(circle at 86% 12%, rgba(241, 179, 92, 0.13), transparent 26%),
    #101a16;
}

body.spb .spb-locations-description {
  color: #b9c3bc;
}

body.spb .spb-locations-layout {
  display: grid;
  grid-template-columns: minmax(310px, 0.8fr) minmax(0, 1.2fr);
  gap: 20px;
  margin-top: 48px;
}

body.spb .spb-locations-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

body.spb .spb-location-card {
  display: grid;
  grid-template-columns: 36px 1fr 26px;
  gap: 12px;
  align-items: center;
  width: 100%;
  min-height: 130px;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 18px;
  color: #fff;
  background: rgba(255, 255, 255, 0.035);
  text-align: left;
  cursor: pointer;
  transition: border-color 0.2s ease, background 0.2s ease;
}

body.spb .spb-location-card:hover,
body.spb .spb-location-card.is-active {
  border-color: rgba(241, 179, 92, 0.8);
  background: rgba(241, 179, 92, 0.09);
}

body.spb .spb-location-number {
  color: #9da99f;
  font-size: 12px;
  font-weight: 400;
}

body.spb .spb-location-card-content {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

body.spb .spb-location-card-content strong {
  color: #fff;
  font-size: 18px;
  line-height: 1.1;
  letter-spacing: -0.03em;
}

body.spb .spb-location-card-content span {
  color: #d7dfd8;
  font-size: 13px;
  line-height: 1.4;
}

body.spb .spb-location-card-content small {
  color: #9eaba2;
  font-size: 12px;
}

body.spb .spb-location-arrow {
  color: #f1b35c;
  font-size: 22px;
}

body.spb .spb-locations-button {
  width: 100%;
  margin-top: 8px;
}

body.spb .spb-map-wrapper {
  position: relative;
  min-height: 496px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 22px;
  background: #19251f;
}

body.spb .spb-map {
  width: 100%;
  height: 100%;
  min-height: 496px;
  filter: saturate(0.7) contrast(1.03);
}

body.spb .spb-map-caption {
  position: absolute;
  z-index: 2;
  right: 18px;
  bottom: 18px;
  left: 18px;
  padding: 16px 18px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 14px;
  background: rgba(8, 16, 12, 0.87);
  backdrop-filter: blur(10px);
  pointer-events: none;
}

body.spb .spb-map-caption span {
  display: block;
  color: #f1b35c;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.11em;
}

body.spb .spb-map-caption strong {
  display: block;
  margin-top: 4px;
  color: #fff;
  font-size: 18px;
  letter-spacing: -0.03em;
}

body.spb .spb-map-caption p {
  margin: 3px 0 0;
  color: #bbc6bd;
  font-size: 13px;
}

body.spb .spb-formats-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 48px;
}

body.spb .spb-format-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 430px;
  padding: 25px;
  border: 1px solid #dedbd2;
  border-radius: 22px;
  background: #fff;
}

body.spb .spb-format-card--featured {
  border-color: #e7a947;
  color: #fff;
  background:
    radial-gradient(circle at 82% 12%, rgba(241, 179, 92, 0.4), transparent 26%),
    linear-gradient(145deg, #1a2a22, #0d1712);
}

body.spb .spb-format-card-badge {
  position: absolute;
  top: 18px;
  right: 18px;
  padding: 5px 9px;
  border-radius: 999px;
  color: #1e2119;
  background: #f1b35c;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

body.spb .spb-format-number {
  color: #92988f;
  font-size: 13px;
  font-weight: 400;
}

body.spb .spb-format-card--featured .spb-format-number {
  color: rgba(255, 255, 255, 0.56);
}

body.spb .spb-format-content {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding-top: 40px;
}

body.spb .spb-format-kicker {
  color: #d78d20;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.11em;
}

body.spb .spb-format-card--featured .spb-format-kicker {
  color: #ffd18b;
}

body.spb .spb-format-content h3 {
  margin: 12px 0 10px;
  font-size: 25px;
  line-height: 1.05;
  letter-spacing: -0.03em;
}

body.spb .spb-format-content p {
  margin: 0;
  color: #606861;
  font-size: 14px;
  line-height: 1.55;
}

body.spb .spb-format-card--featured p {
  color: rgba(255, 255, 255, 0.78);
}

body.spb .spb-format-price {
  display: flex;
  align-items: baseline;
  gap: 7px;
  margin-top: auto;
  padding-top: 24px;
}

body.spb .spb-format-price span {
  color: #777f78;
  font-size: 12px;
}

body.spb .spb-format-price strong {
  font-size: 25px;
  letter-spacing: -0.04em;
}

body.spb .spb-format-card--featured .spb-format-price span {
  color: rgba(255, 255, 255, 0.64);
}

body.spb .spb-format-button {
  width: 100%;
  min-height: 48px;
  margin-top: 18px;
  border-color: #d4d5cf;
  color: #263126;
  background: transparent;
}

body.spb .spb-format-card--featured .spb-format-button {
  border-color: #f1b35c;
  color: #1f2119;
  background: #f1b35c;
}

body.spb .spb-price-note {
  margin: 28px 0 0;
  color: #646d65;
  font-size: 14px;
  text-align: center;
}

body.spb .spb-price-note a {
  color: #b66e08;
  font-weight: 400;
  text-decoration: none;
}

body.spb .spb-faq-section {
  padding: 110px 20px;
  color: #1b241d;
  background: #fff;
}

body.spb .spb-faq-list {
  margin-top: 50px;
  border-top: 1px solid #d9d7cf;
}

body.spb .spb-faq-item {
  border-bottom: 1px solid #d9d7cf;
}

body.spb .spb-faq-question {
  display: grid;
  grid-template-columns: 42px 1fr 30px;
  gap: 12px;
  align-items: center;
  min-height: 84px;
  padding: 18px 0;
  cursor: pointer;
  list-style: none;
}

body.spb .spb-faq-question::-webkit-details-marker {
  display: none;
}

body.spb .spb-faq-number {
  color: #9a9e97;
  font-size: 12px;
  font-weight: 400;
}

body.spb .spb-faq-question-text {
  color: #1b241d;
  font-size: 21px;
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: -0.02em;
}

body.spb .spb-faq-icon {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border: 1px solid #c9c9bf;
  border-radius: 50%;
  color: #a06108;
  font-size: 22px;
  line-height: 1;
}

body.spb .spb-faq-item[open] .spb-faq-icon {
  border-color: #f1b35c;
  color: #fff;
  background: #f1b35c;
  font-size: 0;
}

body.spb .spb-faq-item[open] .spb-faq-icon::before {
  content: "−";
  font-size: 22px;
}

body.spb .spb-faq-answer {
  max-width: 720px;
  padding: 0 52px 25px 54px;
  color: #5f675f;
  font-size: 16px;
  line-height: 1.55;
}

body.spb .spb-final-section {
  display: grid;
  min-height: 650px;
  place-items: center;
  background:
    radial-gradient(circle at 50% 20%, rgba(241, 179, 92, 0.14), transparent 28%),
    #111815;
}

body.spb .spb-final-orbit {
  top: 50%;
  left: 50%;
  width: min(66vw, 820px);
}

body.spb .spb-final-content {
  max-width: 840px;
  text-align: center;
}

body.spb .spb-final-eyebrow {
  justify-content: center;
}

body.spb .spb-final-title {
  margin: 18px auto 20px;
  color: #fff;
  font-size: clamp(42px, 5.5vw, 72px);
}

body.spb .spb-final-description {
  max-width: 650px;
  margin: 0 auto;
  color: #c5cec6;
  font-size: 18px;
  line-height: 1.55;
}

body.spb .spb-final-benefits {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin: 38px auto 30px;
}

body.spb .spb-final-benefit {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-height: 92px;
  padding: 18px 14px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.035);
}

body.spb .spb-final-benefit strong {
  color: #f1b35c;
  font-size: 20px;
  line-height: 1.1;
  letter-spacing: -0.04em;
}

body.spb .spb-final-benefit span {
  color: #acb7ae;
  font-size: 12px;
  line-height: 1.3;
}

body.spb .spb-final-note {
  margin: 15px 0 0;
  color: #879187;
  font-size: 12px;
}

@media (max-width: 1000px) {
  body.spb .spb-process-list,
  body.spb .spb-formats-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.spb .spb-format-card {
    min-height: 370px;
  }
}

@media (max-width: 400px) {
  body.spb .spb-hero {
    min-height: 700px;
    padding: 105px 15px 58px;
    background-position: 60% center;
  }

  body.spb .spb-hero-orbit {
    top: 41%;
    left: 58%;
    width: min(94vw, 470px);
  }

  body.spb .spb-hero-title {
    font-size: clamp(42px, 11vw, 56px);
  }

  body.spb .spb-hero-description,
  body.spb .spb-video-description,
  body.spb .spb-final-description {
    font-size: 17px;
  }

  body.spb .spb-actions {
    display: grid;
    grid-template-columns: 1fr;
    width: min(100%, 340px);
  }

  body.spb .spb-video-section,
  body.spb .spb-video-wrap {
    min-height: 620px;
  }

  body.spb .spb-video-wrap {
    align-items: flex-end;
    padding: 65px 20px;
  }

  body.spb .spb-video-overlay {
    background: linear-gradient(
      180deg,
      rgba(5, 9, 13, 0.25) 0%,
      rgba(5, 9, 13, 0.88) 73%,
      rgba(5, 9, 13, 0.96) 100%
    );
  }

  body.spb .spb-process-section,
  body.spb .spb-masonry-section,
  body.spb .spb-locations-section,
  body.spb .spb-formats-section,
  body.spb .spb-faq-section,
  body.spb .spb-final-section {
    padding: 72px 15px;
  }

  body.spb .spb-process-head,
  body.spb .spb-masonry-head,
  body.spb .spb-locations-head,
  body.spb .spb-formats-head,
  body.spb .spb-faq-head {
    align-items: flex-start;
    flex-direction: column;
    gap: 18px;
  }

  body.spb .spb-process-description,
  body.spb .spb-masonry-description,
  body.spb .spb-locations-description,
  body.spb .spb-formats-description,
  body.spb .spb-faq-description {
    max-width: 560px;
  }

  body.spb .spb-process-list {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 32px;
  }

  body.spb .spb-process-list li {
    min-height: 180px;
  }

  body.spb .spb-masonry-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: 150px;
    gap: 10px;
    margin-top: 32px;
  }

  body.spb .spb-masonry-item--tall {
    grid-column: span 2;
    grid-row: span 3;
  }

  body.spb .spb-masonry-item--wide,
  body.spb .spb-masonry-item--medium {
    grid-column: span 1;
    grid-row: span 1;
  }

  body.spb .spb-masonry-label {
    right: 13px;
    bottom: 12px;
    left: 13px;
    font-size: 14px;
  }

  body.spb .spb-locations-layout {
    grid-template-columns: 1fr;
    margin-top: 32px;
  }

  body.spb .spb-map-wrapper,
  body.spb .spb-map {
    min-height: 410px;
  }

  body.spb .spb-formats-grid {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 32px;
  }

  body.spb .spb-format-card {
    min-height: 330px;
  }

  body.spb .spb-faq-list {
    margin-top: 32px;
  }

  body.spb .spb-faq-question {
    grid-template-columns: 30px 1fr 28px;
    min-height: 76px;
    gap: 8px;
  }

  body.spb .spb-faq-question-text {
    font-size: 17px;
  }

  body.spb .spb-faq-answer {
    padding: 0 0 22px 38px;
    font-size: 15px;
  }

  body.spb .spb-final-section {
    min-height: 660px;
  }

  body.spb .spb-final-orbit {
    width: min(125vw, 660px);
  }

  body.spb .spb-final-benefits {
    grid-template-columns: 1fr;
    gap: 8px;
    margin: 30px auto 26px;
  }

  body.spb .spb-final-benefit {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    min-height: 62px;
    padding: 14px 16px;
    text-align: left;
  }

  body.spb .spb-final-benefit span {
    max-width: 150px;
    text-align: right;
  }

  body.spb .spb-lightbox {
    padding: 18px;
  }

  body.spb .spb-lightbox-content {
    width: min(100%, 92vw);
  }

  body.spb .spb-lightbox-close {
    top: 12px;
    right: 12px;
  }

  body.spb .spb-lightbox-prev {
    left: 8px;
  }

  body.spb .spb-lightbox-next {
    right: 8px;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.spb *,
  body.spb *::before,
  body.spb *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
  }
}
