.sample9-about {
  background: #fffdfb;
  color: #3a3a3a;
  padding: 34px 20px 46px;
  text-align: center;
}

.sample9-about__inner {
  max-width: 760px;
  margin: 0 auto;
}

.sample9-about__title,
.sample9-about__name {
  font-family: 'newtemplate', Arial, sans-serif;
  font-weight: 500;
  line-height: 1.25;
}

.sample9-about__title {
  margin: 0 0 24px;
  font-size: clamp(38px, 7vw, 58px);
  color: #3a3a3a;
}

.sample9-about__name {
  margin: 0;
  font-size: clamp(38px, 8vw, 64px);
  color: var(--sample9-about-name-color, #7a9aaa);
}

.sample9-about__line {
  margin: 10px auto 0;
  max-width: 620px;
  font-family: var(--t-text-font, Arial), Arial, sans-serif;
  font-size: clamp(17px, 3vw, 22px);
  line-height: 1.35;
  font-weight: 500;
  color: #4a4a4a;
}

.sample9-about__address {
  margin-top: 4px;
}

.sample9-about__connector {
  margin: 26px 0 20px;
  font-family: 'newtemplate', Arial, sans-serif;
  font-size: clamp(30px, 6vw, 48px);
  line-height: 1;
  font-weight: 500;
  color: var(--sample9-about-connector-color, #7a9aaa);
}

.sample9-about__best-wishes {
  margin-top: 28px;
}

.sample9-about__wish-title {
  margin: 0;
  font-family: var(--t-text-font, Arial), Arial, sans-serif;
  font-size: clamp(22px, 4vw, 32px);
  line-height: 1.2;
  font-weight: 500;
  color: #4a4a4a;
}

.sample9-about__wish-names {
  margin: 8px auto 0;
  max-width: 620px;
  font-family: var(--t-text-font, Arial), Arial, sans-serif;
  font-size: clamp(17px, 3vw, 22px);
  line-height: 1.35;
  font-weight: 500;
  color: #4a4a4a;
}

.sample9-hidden {
  display: none !important;
}

#rec2053153433.sample9-opening-triggered [data-elem-id="1773847037346"] {
  opacity: 0 !important;
  transform: scale(1.22);
  transition: opacity 1.2s ease, transform 1.2s ease;
  pointer-events: none;
}

.sample9-use-site-bg-image,
.sample9-use-site-bg-color,
.sample9-use-site-bg-color body {
  background-color: var(--sample9-site-bg-color, #fffdfb) !important;
}

.sample9-use-site-bg-image body {
  background: transparent !important;
}

.sample9-use-site-bg-image body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 0;
  background-color: var(--sample9-site-bg-color, #fffdfb);
  background-image: var(--sample9-site-bg-image);
  background-position: var(--sample9-site-bg-position, center top);
  background-size: var(--sample9-site-bg-size, cover);
  background-repeat: no-repeat;
  pointer-events: none;
}

.sample9-use-site-bg-image #allrecords {
  position: relative;
  z-index: 1;
  background: transparent !important;
}

.sample9-use-site-bg-image #rec2190837343 .t396__artboard,
.sample9-use-site-bg-image #rec2190837343 .t396__carrier,
.sample9-use-site-bg-image #rec2190837343 .t396__filter,
.sample9-use-site-bg-image #rec2191269323 .t396__artboard,
.sample9-use-site-bg-image #rec2191269323 .t396__carrier,
.sample9-use-site-bg-image #rec2191269323 .t396__filter,
.sample9-use-site-bg-image #rec2191866633 .t396__artboard,
.sample9-use-site-bg-image #rec2191866633 .t396__carrier,
.sample9-use-site-bg-image #rec2191866633 .t396__filter,
.sample9-use-site-bg-image #rec2047657203 .t396__artboard,
.sample9-use-site-bg-image #rec2047657203 .t396__carrier,
.sample9-use-site-bg-image #rec2047657203 .t396__filter,
.sample9-use-site-bg-image #rec2192331003 .t396__artboard,
.sample9-use-site-bg-image #rec2192331003 .t396__carrier,
.sample9-use-site-bg-image #rec2192331003 .t396__filter,
.sample9-use-site-bg-image #rec2047564733 .t396__artboard,
.sample9-use-site-bg-image #rec2047564733 .t396__carrier,
.sample9-use-site-bg-image #rec2047564733 .t396__filter,
.sample9-use-site-bg-image .sample9-zoom-gallery {
  background: transparent !important;
  background-color: transparent !important;
}

.sample9-payment-locked,
.sample9-payment-locked body {
  min-height: 100%;
  background: #fff7fb;
}

.sample9-payment-gate {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 28px;
  background:
    radial-gradient(circle at 20% 20%, rgba(217, 75, 116, 0.14), transparent 34%),
    linear-gradient(135deg, #fff7fb, #fffdfb);
  color: #351225;
  box-sizing: border-box;
}

.sample9-payment-gate__card {
  width: min(520px, 100%);
  padding: 30px 22px;
  border: 1px solid #f2cad8;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 24px 80px rgba(120, 20, 55, 0.14);
  text-align: center;
}

.sample9-payment-gate__logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}

.sample9-payment-gate__logo img {
  width: 150px;
  max-width: 72vw;
  height: auto;
}

.sample9-payment-gate__eyebrow {
  margin: 0 0 10px;
  color: #9b3155;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.sample9-payment-gate h1 {
  margin: 0;
  font-family: 'newtemplate', Georgia, serif;
  font-size: clamp(36px, 10vw, 64px);
  line-height: 1.05;
  color: #351225;
}

.sample9-payment-gate__message {
  margin: 16px auto 24px;
  max-width: 420px;
  color: #70445a;
  font-size: 18px;
  line-height: 1.45;
}

.sample9-payment-gate__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 24px;
  border-radius: 999px;
  background: #41c862;
  color: #fff !important;
  font: 800 16px/1 Arial, sans-serif;
  text-decoration: none;
  box-shadow: 0 12px 34px rgba(65, 200, 98, 0.32);
}

.sample9-scroll-hint {
  position: fixed;
  left: 50%;
  bottom: 32px;
  z-index: 2147483600;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  border: 0;
  background: transparent;
  color: rgba(20, 20, 20, 0.9);
  font-family: var(--t-text-font, Arial), Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  text-shadow: 0 1px 8px rgba(255, 255, 255, 0.72);
  transform: translateX(-50%);
  cursor: pointer;
  animation: sample9-scroll-hint-float 1.45s ease-in-out infinite;
}

#audio-icon svg {
  display: block;
  width: 30px;
  height: 30px;
}

.sample9-scroll-hint__arrow {
  font-size: 28px;
  line-height: 1;
}

@keyframes sample9-scroll-hint-float {
  0%, 100% {
    opacity: 0.42;
    transform: translate(-50%, 0);
  }
  50% {
    opacity: 0.92;
    transform: translate(-50%, 11px);
  }
}

.sample9-dress-palette {
  position: absolute;
  left: 50%;
  top: 130px;
  z-index: 8;
  display: flex;
  gap: 12px;
  transform: translateX(-50%);
}

.sample9-dress-palette__swatch {
  width: 42px;
  height: 42px;
  border-radius: 999px;
  border: 3px solid rgba(255, 255, 255, 0.9);
  box-shadow: 0 8px 20px rgba(44, 28, 26, 0.18);
}

.sample9-schedule-date,
.sample9-schedule-time {
  display: block;
  white-space: nowrap;
}

.sample9-schedule-date {
  font-size: 0.52em;
  line-height: 1;
}

.sample9-zoom-gallery {
  position: relative;
  height: 300vh;
  background: #fffdfb;
  color: #3a3a3a;
  overflow: clip;
}

.sample9-zoom-gallery__sticky {
  position: sticky;
  top: 0;
  height: 100vh;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 253, 251, 1), rgba(255, 253, 251, 0.96) 20%, rgba(255, 253, 251, 0.44) 46%, rgba(255, 253, 251, 0.86)),
    #fffdfb;
}

.sample9-zoom-gallery__intro {
  position: absolute;
  top: clamp(24px, 5vh, 48px);
  left: 50%;
  z-index: 40;
  width: min(620px, calc(100% - 36px));
  text-align: center;
  transform: translateX(-50%);
  pointer-events: none;
  padding: 0 14px 40px;
  background: linear-gradient(180deg, rgba(255, 253, 251, 1), rgba(255, 253, 251, 0.98) 64%, rgba(255, 253, 251, 0));
}

.sample9-zoom-gallery__intro h2,
.sample9-zoom-gallery__intro p {
  margin: 0;
}

.sample9-zoom-gallery__intro h2 {
  font-family: 'newtemplate', Georgia, serif;
  font-size: clamp(38px, 7vw, 68px);
  font-weight: 500;
  line-height: 1.02;
  color: #3a3a3a;
}

.sample9-zoom-gallery__intro p {
  margin-bottom: 8px;
  font-family: var(--t-text-font, Arial), Arial, sans-serif;
  font-size: clamp(13px, 2.2vw, 17px);
  line-height: 1.45;
  color: #6b808a;
}

.sample9-zoom-gallery__stage,
.sample9-zoom-gallery__layer {
  position: absolute;
  inset: 0;
}

.sample9-zoom-gallery__stage {
  transform: translateY(clamp(104px, 14vh, 138px));
}

.sample9-zoom-gallery__layer {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  will-change: transform;
  transform-origin: center;
}

.sample9-zoom-gallery__frame {
  position: relative;
  width: 25vw;
  height: 25vh;
  overflow: hidden;
  border: 7px solid rgba(255, 255, 255, 0.92);
  box-shadow: 0 20px 50px rgba(42, 38, 38, 0.16);
  background: #eee6df;
}

.sample9-zoom-gallery__frame img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(1);
}

.sample9-zoom-gallery__layer--1 .sample9-zoom-gallery__frame img {
  filter: none;
}

.sample9-zoom-gallery__layer--1 .sample9-zoom-gallery__frame {
  width: 25vw;
  height: 25vh;
}

.sample9-zoom-gallery__layer--2 .sample9-zoom-gallery__frame {
  top: -30vh;
  left: 5vw;
  width: 35vw;
  height: 30vh;
}

.sample9-zoom-gallery__layer--3 .sample9-zoom-gallery__frame {
  top: -10vh;
  left: -28vw;
  width: 28vw;
  height: 45vh;
}

.sample9-zoom-gallery__layer--3 .sample9-zoom-gallery__frame img {
  object-position: 58% center;
}

.sample9-zoom-gallery__layer--4 .sample9-zoom-gallery__frame {
  left: 27.5vw;
  width: 25vw;
  height: 25vh;
}

.sample9-zoom-gallery__layer--5 .sample9-zoom-gallery__frame {
  top: 27.5vh;
  left: 5vw;
  width: 20vw;
  height: 25vh;
}

.sample9-zoom-gallery__layer--6 .sample9-zoom-gallery__frame {
  top: 27.5vh;
  left: -22.5vw;
  width: 30vw;
  height: 25vh;
}

.sample9-zoom-gallery__layer--7 .sample9-zoom-gallery__frame {
  top: 22.5vh;
  left: 25vw;
  width: 15vw;
  height: 15vh;
}

@media (max-width: 640px) {
  .sample9-zoom-gallery__intro {
    top: 22px;
    width: calc(100% - 24px);
    padding-bottom: 32px;
  }

  .sample9-zoom-gallery__intro h2 {
    font-size: clamp(33px, 10vw, 44px);
  }

  .sample9-zoom-gallery__intro p {
    font-size: 12px;
    line-height: 1.35;
  }

  .sample9-zoom-gallery__stage {
    transform: translateY(108px);
  }

  .sample9-zoom-gallery__frame {
    border-width: 4px;
  }

  .sample9-zoom-gallery__layer--1 .sample9-zoom-gallery__frame {
    width: 42vw;
    height: 28vh;
  }

  .sample9-zoom-gallery__layer--2 .sample9-zoom-gallery__frame {
    top: -26vh;
    left: 5vw;
    width: 56vw;
    height: 24vh;
  }

  .sample9-zoom-gallery__layer--3 .sample9-zoom-gallery__frame {
    top: -8vh;
    left: -34vw;
    width: 44vw;
    height: 38vh;
  }

  .sample9-zoom-gallery__layer--4 .sample9-zoom-gallery__frame {
    left: 28vw;
    width: 34vw;
    height: 22vh;
  }

  .sample9-zoom-gallery__layer--5 .sample9-zoom-gallery__frame {
    top: 25vh;
    left: 5vw;
    width: 32vw;
    height: 22vh;
  }

  .sample9-zoom-gallery__layer--6 .sample9-zoom-gallery__frame {
    top: 25vh;
    left: -24vw;
    width: 42vw;
    height: 22vh;
  }

  .sample9-zoom-gallery__layer--7 .sample9-zoom-gallery__frame {
    top: 20vh;
    left: 25vw;
    width: 26vw;
    height: 16vh;
  }
}

.sample9-schedule-time {
  font-size: 0.82em;
  line-height: 1.02;
}

.sample9-dynamic-schedule {
  position: absolute;
  z-index: 18;
  top: 114px;
  left: 50%;
  width: min(760px, calc(100% - 28px));
  transform: translateX(-50%);
  color: #3a3a3a;
  font-family: 'newtemplate', Arial, sans-serif;
}

#rec2191866633 [data-elem-id="1776876503947"],
#rec2191866633 [data-elem-id="1776876608318000001"] {
  z-index: 28 !important;
  pointer-events: none;
}

.sample9-dynamic-schedule__list {
  display: grid;
  gap: 28px;
  position: relative;
}

.sample9-dynamic-schedule__item {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 34px minmax(0, 1fr);
  min-height: 92px;
  align-items: start;
}

.sample9-dynamic-schedule__content {
  min-width: 0;
  width: min(320px, 100%);
}

.sample9-dynamic-schedule__line {
  position: absolute;
  top: 10px;
  bottom: 54px;
  left: 50%;
  width: 4px;
  border-radius: 999px;
  background: rgba(100, 160, 189, 0.76);
  transform: translateX(-50%);
}

.sample9-dynamic-schedule__marker {
  grid-column: 2;
  justify-self: center;
  width: 16px;
  height: 16px;
  margin-top: 2px;
  background: #64a0bd;
  transform: rotate(45deg);
  z-index: 2;
}

.sample9-dynamic-schedule__item--right .sample9-dynamic-schedule__content {
  grid-column: 3;
  text-align: left;
}

.sample9-dynamic-schedule__item--left .sample9-dynamic-schedule__content {
  grid-column: 1;
  justify-self: end;
  text-align: right;
}

.sample9-dynamic-schedule__content h3,
.sample9-dynamic-schedule__content p {
  margin: 0;
}

.sample9-dynamic-schedule__content h3 {
  font-family: 'newtemplate', Georgia, serif;
  font-size: clamp(28px, 4.2vw, 42px);
  line-height: 1.08;
  font-weight: 400;
  color: #3a3a3a;
  max-width: 100%;
  overflow-wrap: anywhere;
  word-break: normal;
}

.sample9-dynamic-schedule__content p {
  margin-bottom: 6px;
  font-family: 'newtemplate', Georgia, serif;
  font-size: clamp(32px, 5vw, 50px);
  line-height: 0.98;
  font-weight: 700;
  color: #3a3a3a;
  max-width: 100%;
  overflow-wrap: anywhere;
  word-break: normal;
}

#rec2190837343 [data-elem-id="1776859758252000001"] {
  top: 48px !important;
  z-index: 8 !important;
}

#rec2190837343 [data-elem-id="1776859758252000001"] .tn-atom {
  display: inline-block;
  padding: 0 16px 10px;
  background: #fffdfb;
  box-shadow: 0 12px 18px rgba(255, 253, 251, 0.96);
}

#rec2190837343 [data-elem-id="1776856626015"] {
  top: 112px !important;
}

#tdr-married {
  display: none !important;
}

#rec2190837343 .tdr-canvas {
  display: block !important;
}

#rec2190837343 [data-elem-id="1776859758252000001"] {
  display: table !important;
}

#rec2190837343 .tdr-tile,
#rec2190837343 .tdr-canvas {
  cursor: pointer !important;
}

#rec2191269323 .t396__artboard,
#rec2191269323 .t396__carrier,
#rec2191269323 .t396__filter {
  height: 910px !important;
  min-height: 910px !important;
}

#rec2191269323 [data-elem-id="1776870726590"] {
  z-index: 8 !important;
}

#rec2191269323 [data-elem-id="1772528297316"] {
  top: 72px !important;
  height: 430px !important;
  z-index: 5 !important;
}

#rec2191269323 [data-elem-id="1705235414679"] {
  display: none !important;
}

#rec2191269323 [data-elem-id="1705235414679"] .tn-atom {
  font-size: 26px !important;
  line-height: 1.12 !important;
}

#rec2191269323 [data-elem-id="1705235414678"] {
  top: 112px !important;
  width: 270px !important;
  z-index: 6 !important;
}

#rec2191269323 [data-elem-id="1705235414678"] .tn-atom {
  font-size: 10.6px !important;
  line-height: 1.1 !important;
  white-space: pre-line !important;
}

#rec2191269323 [data-elem-id="1705235414678"] .tn-atom::after {
  content: "\A\A\A";
  white-space: pre;
}

#rec2191866633 [data-elem-id="1772803062504"] .tn-atom,
#rec2191866633 [data-elem-id="1772803288793000003"] .tn-atom,
#rec2191866633 [data-elem-id="1772803465944000006"] .tn-atom,
#rec2191866633 [data-elem-id="1776687683335000002"] .tn-atom,
#rec2191866633 [data-elem-id="1772803619332000009"] .tn-atom,
#rec2191866633 [data-elem-id="1776878815963000013"] .tn-atom {
  line-height: 0.98 !important;
}

#rec2191866633 [data-elem-id="1763405268776"] .tn-atom,
#rec2191866633 [data-elem-id="1772803288793000002"] .tn-atom,
#rec2191866633 [data-elem-id="1772803465944000005"] .tn-atom,
#rec2191866633 [data-elem-id="1776687683335000001"] .tn-atom,
#rec2191866633 [data-elem-id="1772803619332000008"] .tn-atom,
#rec2191866633 [data-elem-id="1776878815963000012"] .tn-atom {
  line-height: 1.08 !important;
}

.sample9-hero-name {
  display: inline-block;
  color: #7a9aaa;
  line-height: 1.05;
}

#rec2047601243.sample9-hero-overlay-mode [data-elem-id="1730310670432"],
#rec2047601243.sample9-hero-overlay-mode [data-elem-id="1776948176126"] {
  display: none !important;
}

.sample9-hero-overlay {
  position: absolute;
  top: 72px;
  left: 50%;
  z-index: 18;
  display: flex;
  width: min(420px, calc(100vw - 44px));
  min-height: 520px;
  transform: translateX(-50%);
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 18px 18px 22px;
  text-align: center;
  color: #3a3a3a;
  pointer-events: none;
  border-radius: 999px;
  background: radial-gradient(ellipse at center, rgba(255, 253, 251, 0.78) 0%, rgba(255, 253, 251, 0.52) 45%, rgba(255, 253, 251, 0) 72%);
  text-shadow:
    0 1px 0 rgba(255, 255, 255, 0.9),
    0 5px 18px rgba(255, 255, 255, 0.96),
    0 1px 4px rgba(58, 58, 58, 0.2);
}

.sample9-hero-overlay__logo {
  width: clamp(82px, 12vw, 128px);
  height: auto;
  margin-bottom: clamp(14px, 2.3vw, 22px);
}

.sample9-hero-overlay__line {
  width: min(340px, 100%);
  margin: 0 auto clamp(16px, 2.6vw, 24px);
  font-family: var(--t-text-font, Arial), Arial, sans-serif;
  font-size: clamp(15px, 2vw, 21px);
  line-height: 1.28;
  font-weight: 500;
  color: #343434;
}

.sample9-hero-overlay__name {
  margin: 0;
  font-family: 'newtemplate', Georgia, serif;
  font-size: clamp(43px, 6.4vw, 72px);
  line-height: 0.98;
  font-weight: 500;
  color: #2f2f2f;
  text-shadow:
    0 1px 0 rgba(255, 255, 255, 0.96),
    0 4px 18px rgba(255, 255, 255, 1),
    0 2px 5px rgba(42, 38, 38, 0.24);
}

.sample9-hero-overlay__detail {
  margin: 5px 0 0;
  font-family: var(--t-text-font, Arial), Arial, sans-serif;
  font-size: clamp(14px, 1.8vw, 18px);
  line-height: 1.24;
  font-weight: 600;
  color: #303030;
}

.sample9-hero-overlay__and {
  margin: clamp(9px, 1.8vw, 15px) 0 clamp(7px, 1.4vw, 12px);
  font-family: 'newtemplate', Georgia, serif;
  font-size: clamp(28px, 4.1vw, 42px);
  line-height: 1;
  color: #5f94ac;
  text-shadow:
    0 1px 0 rgba(255, 255, 255, 0.96),
    0 5px 16px rgba(255, 255, 255, 0.95);
}

.sample9-hero-quote {
  display: block;
  margin: 0 auto 12px;
  max-width: 420px;
  font-family: var(--t-text-font, Arial), Arial, sans-serif !important;
  color: #3a3a3a !important;
  text-align: center;
}

.sample9-hero-quote__text,
.sample9-hero-quote__source {
  display: block;
}

.sample9-hero-quote__text {
  font-size: clamp(12px, 2.3vw, 16px) !important;
  line-height: 1.18;
  font-style: normal;
  color: #3a3a3a !important;
}

.sample9-hero-quote__source {
  margin-top: 3px;
  font-size: clamp(10px, 1.9vw, 13px) !important;
  line-height: 1.2;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #7a9aaa !important;
}

#rec2047601243 [data-elem-id="1776948176126"] {
  top: 214px !important;
}

#rec2047601243 [data-elem-id="1776948176126"] .tn-atom {
  line-height: 1.08 !important;
}

#rec2047601243 [data-elem-id="1730310670432"] {
  top: 312px !important;
}

@media screen and (max-width: 959px) {
  #rec2047601243 [data-elem-id="1776948176126"] {
    top: 218px !important;
  }

  #rec2047601243 [data-elem-id="1730310670432"] {
    top: 314px !important;
  }
}

@media screen and (max-width: 479px) {
  .sample9-dynamic-schedule {
    top: 112px;
    width: calc(100% - 18px);
  }

  .sample9-dynamic-schedule__list {
    gap: 26px;
  }

  .sample9-dynamic-schedule__item {
    grid-template-columns: minmax(0, 1fr) 28px minmax(0, 1fr);
    min-height: 86px;
  }

  .sample9-dynamic-schedule__line {
    bottom: 50px;
  }

  .sample9-dynamic-schedule__marker {
    width: 14px;
    height: 14px;
  }

  .sample9-dynamic-schedule__content {
    width: calc(100% - 8px);
  }

  .sample9-dynamic-schedule__content h3 {
    font-size: clamp(20px, 6.3vw, 25px);
    line-height: 1.08;
  }

  .sample9-dynamic-schedule__content p {
    font-size: clamp(23px, 7.4vw, 31px);
    line-height: 0.98;
  }

  #rec2047601243 [data-elem-id="1776948176126"] {
    top: 210px !important;
  }

  #rec2047601243 [data-elem-id="1730310670432"] {
    top: 310px !important;
  }

  .sample9-hero-quote {
    max-width: 270px;
    margin-bottom: 10px;
  }

  .sample9-hero-overlay {
    top: 54px;
    width: min(300px, calc(100vw - 28px));
    min-height: 600px;
    padding: 10px 12px 18px;
  }

  .sample9-hero-overlay__line {
    margin-bottom: 14px;
    font-size: 15px;
    line-height: 1.25;
  }

  .sample9-hero-overlay__name {
    font-size: clamp(36px, 12vw, 44px);
  }

  .sample9-hero-overlay__detail {
    font-size: 13px;
    line-height: 1.2;
  }
}

.sample9-hero-connector {
  display: inline-block;
  margin: 4px 0;
  font-size: 0.72em;
  color: #4a4a4a;
}

.sample9-hero-meta {
  display: inline-block;
  margin-top: 6px;
  font-family: var(--t-text-font, Arial), Arial, sans-serif;
  font-size: clamp(13px, 2.8vw, 18px);
  line-height: 1.3;
  font-weight: 400;
  color: #4a4a4a;
}

.sample9-map-link {
  color: #4a4a4a !important;
  text-decoration: none;
}

#rec2047657203 .sample9-map-link {
  color: #4a4a4a !important;
}

#rec2047564733 [data-elem-id="1710522265387"] {
  top: 34px !important;
  left: 50% !important;
  width: min(540px, calc(100vw - 34px)) !important;
  transform: translateX(-50%);
}

#rec2047564733 [data-elem-id="1710522265387"] .tn-atom {
  font-size: clamp(24px, 3.2vw, 34px) !important;
  line-height: 1.12 !important;
  white-space: normal !important;
}

.sample9-rab-shukar {
  display: inline-block;
  margin-top: 8px;
  font-family: var(--t-text-font, Arial), Arial, sans-serif;
  font-size: 0.88em;
  font-weight: 500;
  line-height: 1.15;
  color: #5f94ac;
  text-shadow:
    0 1px 0 rgba(255, 255, 255, 0.94),
    0 5px 16px rgba(255, 255, 255, 0.82);
}

.sample9-rab-shukar span {
  display: inline-block;
  color: #7b4b0b !important;
  -webkit-text-fill-color: #7b4b0b;
  text-shadow:
    0 1px 0 rgba(255, 246, 222, 0.9),
    0 0 12px rgba(190, 136, 42, 0.42);
  animation: sample9ShukarShimmer 3.2s ease-in-out infinite;
}

@keyframes sample9ShukarShimmer {
  0%,
  38% {
    text-shadow:
      0 1px 0 rgba(255, 246, 222, 0.9),
      0 0 8px rgba(190, 136, 42, 0.26);
  }

  72%,
  100% {
    text-shadow:
      0 1px 0 rgba(255, 246, 222, 0.95),
      0 0 16px rgba(218, 166, 68, 0.58);
  }
}

#rec2047564733 [data-elem-id="1710522265391"] {
  top: 172px !important;
  left: 50% !important;
  width: min(500px, calc(100vw - 44px)) !important;
  transform: translateX(-50%);
}

#rec2047564733 [data-elem-id="1710522265391"] .tn-atom {
  font-size: clamp(18px, 2.2vw, 24px) !important;
  line-height: 1.24 !important;
  white-space: normal !important;
}

#rec2047564733 [data-elem-id="1776926930895000002"],
#rec2047564733 [data-elem-id="1776926930895000003"] {
  top: 238px !important;
}

#rec2047564733 [data-elem-id="1776926930895000002"] {
  height: 431px !important;
}

#rec2047564733 [data-elem-id="1710522265394"] {
  top: 244px !important;
}

#rec2047657203 [data-elem-id="1776866271348000003"],
#rec2047657203 [data-elem-id="1776866271348000004"] {
  width: min(300px, calc(100vw - 170px)) !important;
}

#rec2047657203 [data-elem-id="1776866271348000003"] .tn-atom,
#rec2047657203 [data-elem-id="1776866271348000004"] .tn-atom {
  line-height: 1.2 !important;
  white-space: normal !important;
}

#rec2047657203 [data-elem-id="1776866271348000002"] {
  top: var(--sample9-venue-pin-top, 114px) !important;
}

#rec2047657203 [data-elem-id="1776866271348000003"] {
  top: var(--sample9-venue-name-top, 117px) !important;
}

#rec2047657203 [data-elem-id="1776866271348000004"] {
  top: var(--sample9-venue-address-top, 170px) !important;
}

#rec2047657203 [data-elem-id="1776866271348000001"] {
  left: calc(50% - 600px + 280px) !important;
  width: 640px !important;
}

#rec2047657203 [data-elem-id="1776866271348000001"] .tn-atom {
  font-family: 'Libre Baskerville', Georgia, serif !important;
  font-size: clamp(24px, 3.7vw, 38px) !important;
  line-height: 1.34 !important;
  white-space: normal !important;
}

#rec2047657203 [data-elem-id="1730388904759"] .tn-atom {
  display: block !important;
  position: relative;
  aspect-ratio: 440 / 577;
  height: 577px !important;
  overflow: hidden;
  border-radius: 30px !important;
}

#rec2047657203 [data-elem-id="1730388904759"] {
  height: 577px !important;
}

.sample9-venue-slideshow {
  position: absolute;
  inset: 0;
  overflow: hidden;
  border-radius: inherit;
  background: #f7f2ed;
  cursor: pointer;
  touch-action: manipulation;
}

.sample9-venue-slideshow__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity .75s ease, transform 1.1s ease;
  animation: sample9-venue-fade 8s cubic-bezier(.45, 0, .25, 1) infinite;
}

.sample9-venue-slideshow__image--1 {
  animation-delay: 0s;
}

.sample9-venue-slideshow__image--2 {
  animation-delay: 4s;
}

.sample9-venue-slideshow.is-touched .sample9-venue-slideshow__image {
  animation: none;
}

.sample9-venue-slideshow.is-touched .sample9-venue-slideshow__image {
  opacity: 0;
  transform: scale(1.012);
}

.sample9-venue-slideshow.is-touched[data-active-slide="0"] .sample9-venue-slideshow__image--1,
.sample9-venue-slideshow.is-touched[data-active-slide="1"] .sample9-venue-slideshow__image--2 {
  opacity: 1;
  transform: scale(1);
}

@keyframes sample9-venue-fade {
  0%, 42% {
    opacity: 1;
    transform: scale(1);
  }

  50%, 100% {
    opacity: 0;
    transform: scale(1.012);
  }
}

.sample9-map-link:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.sample9-venue-list {
  position: absolute;
  top: 108px;
  left: 0;
  right: 0;
  z-index: 4;
  background: transparent;
  padding: 0 20px;
}

.sample9-venue-list__inner {
  max-width: 440px;
  margin: 0 auto;
  display: grid;
  gap: 12px;
}

.sample9-venue-card {
  text-align: center;
  padding: 0;
}

.sample9-venue-card__event {
  margin: 0 0 6px;
  font-family: 'newtemplate', Arial, sans-serif;
  font-size: 26px;
  line-height: 1.2;
  color: #7a9aaa;
}

.sample9-venue-card__name,
.sample9-venue-card__address {
  margin: 4px 0 0;
  font-family: var(--t-text-font, Arial), Arial, sans-serif;
  color: #4a4a4a;
}

.sample9-venue-card__name {
  font-size: 20px;
  font-weight: 500;
}

.sample9-venue-card__address {
  font-size: 17px;
  line-height: 1.35;
}

.sample9-pinned-venue-event {
  position: absolute;
  top: 112px;
  left: 50%;
  z-index: 5;
  width: min(440px, calc(100vw - 72px));
  transform: translate(-50%, var(--sample9-venue-extra-offset, 0px));
  margin: 0;
  text-align: center;
  font-family: 'newtemplate', Arial, sans-serif;
  font-size: 26px;
  line-height: 1.2;
  color: #7a9aaa;
  pointer-events: none;
}

#rec2047657203 [data-elem-id="1730388904759"],
#rec2047657203 [data-elem-id="1773836400824"],
#rec2047657203 [data-elem-id="1776866271348000002"],
#rec2047657203 [data-elem-id="1776866271348000003"],
#rec2047657203 [data-elem-id="1776866271348000004"] {
  transform: translateY(var(--sample9-venue-extra-offset, 0px)) !important;
}

#rec2047564733 [data-elem-id="1776926930895000002"] .tn-atom {
  background-position: center center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

#rec2053153433 [data-elem-id="1773847037346"] img,
#rec2053153433 [data-elem-id="1773847037346"] .tn-atom,
#rec2053153433 [data-elem-id="1773847037346"] .tn-atom__img {
  border-radius: 50% !important;
  overflow: hidden !important;
}

#rec2053153433 [data-elem-id="1773847037346"] img,
#rec2053153433 [data-elem-id="1773847037346"] .tn-atom__img {
  aspect-ratio: 1 / 1;
  object-fit: cover !important;
}

.sample9-story-video {
  background: #fffdfb;
  padding: 34px 18px 72px;
}

.sample9-story-video__inner {
  width: min(440px, calc(100vw - 36px));
  margin: 0 auto;
  text-align: center;
}

.sample9-story-video__eyebrow {
  margin: 0 0 10px;
  color: #7a9aaa;
  font-family: var(--t-text-font, Arial), Arial, sans-serif;
  font-size: 12px;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.sample9-story-video h2 {
  margin: 0;
  color: #4a4a4a;
  font-family: 'newtemplate', Georgia, serif;
  font-size: clamp(38px, 12vw, 54px);
  font-weight: 500;
  line-height: 1.05;
}

.sample9-story-video__description {
  max-width: 390px;
  margin: 18px auto 26px;
  color: #555;
  font-family: Georgia, serif;
  font-size: 17px;
  line-height: 1.42;
}

.sample9-story-video__frame {
  overflow: hidden;
  border-radius: 26px;
  background: #111;
  box-shadow: 0 18px 44px rgba(41, 43, 42, .18);
}

.sample9-story-video__frame video {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.sample9-hero-overlay--slogan-only {
  top: 0;
  width: 100%;
  min-height: 100%;
  padding: 0 28px;
  background: transparent;
  border-radius: 0;
  text-shadow:
    0 2px 18px rgba(0, 0, 0, .55),
    0 1px 3px rgba(0, 0, 0, .45);
}

.sample9-hero-overlay--slogan-only .sample9-hero-overlay__line {
  width: min(760px, 100%);
  margin: 0;
  color: #fffdfb;
  font-family: 'Libre Baskerville', Georgia, serif;
  font-size: clamp(36px, 8vw, 76px);
  line-height: 1.08;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
}

.sample9-hero-overlay--slogan-only .sample9-hero-overlay__line span {
  display: block;
  margin: 0 0 6px;
  color: rgba(255, 253, 251, .78);
  font-family: var(--t-text-font, Arial), Arial, sans-serif;
  font-size: .62em;
  font-weight: 300;
  letter-spacing: .08em;
}

.sample9-hero-overlay--slogan-only .sample9-hero-overlay__line strong {
  display: block;
  font-weight: 800;
  letter-spacing: .025em;
}

@media screen and (max-width: 480px) {
  #rec2053153433 .t396__artboard,
  #rec2053153433 .t396__carrier,
  #rec2053153433 .t396__filter {
    height: 100vh !important;
    min-height: 844px;
  }

  .sample9-about {
    padding: 30px 18px 40px;
  }

  .sample9-about__line {
    max-width: 320px;
  }
}

.sample9-language-toggle {
  position: fixed;
  top: max(16px, env(safe-area-inset-top));
  right: 16px;
  z-index: 2147483601;
  display: inline-grid;
  grid-template-columns: 1fr 1fr;
  gap: 3px;
  padding: 4px;
  border: 1px solid rgba(82, 131, 156, .24);
  border-radius: 999px;
  background: rgba(255, 253, 251, .84);
  box-shadow: 0 10px 30px rgba(35, 35, 35, .12);
  backdrop-filter: blur(14px);
}

.sample9-language-toggle button {
  min-width: 72px;
  height: 34px;
  padding: 0 12px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #4a4a4a;
  font-family: var(--t-text-font, Arial), Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
  cursor: pointer;
}

.sample9-language-toggle button.is-active {
  background: #52839c;
  color: #fffdfb;
}

.sample9-child-memory {
  background: #fffdfb;
  padding: 28px 18px 72px;
  color: #3f3f3f;
}

.sample9-child-memory__inner {
  width: min(820px, 100%);
  margin: 0 auto;
}

.sample9-child-memory__image {
  margin: 0 auto 30px;
  overflow: hidden;
  border-radius: 8px;
  background: #e7edf0;
  box-shadow: 0 18px 52px rgba(54, 68, 72, .16);
  opacity: 0;
  transform: translateY(24px) scale(.985);
  transition:
    opacity 1.15s ease,
    transform 1.15s cubic-bezier(.2, .72, .18, 1);
}

.sample9-child-memory__image.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.sample9-child-memory__image img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.sample9-child-memory__text {
  max-width: 720px;
  margin: 0 auto;
  color: #424242;
  font-family: 'Libre Baskerville', Georgia, serif;
  font-size: clamp(22px, 4.8vw, 38px);
  line-height: 1.34;
  text-align: center;
}

.sample9-text-effect-line {
  display: block;
  opacity: 0;
  filter: blur(12px);
  transform: translateY(28px);
  transition:
    opacity .7s ease,
    filter .7s ease,
    transform .7s ease;
  transition-delay: calc(var(--sample9-line-index, 0) * 150ms);
}

.sample9-text-effect-visible .sample9-text-effect-line {
  opacity: 1;
  filter: blur(0);
  transform: translateY(0);
}

.sample9-products {
  overflow: hidden;
  background: #050505;
  color: #fffdfb;
  padding: 72px 0 88px;
}

.sample9-products__inner {
  width: min(820px, calc(100vw - 36px));
  margin: 0 auto 44px;
}

.sample9-products__text {
  margin: 0 auto;
  font-family: 'Libre Baskerville', Georgia, serif;
  font-size: clamp(23px, 4.8vw, 40px);
  line-height: 1.34;
  text-align: center;
  color: #fffdfb;
}

.sample9-products__slider {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 16px 0 28px;
  mask: linear-gradient(90deg, transparent 0%, black 10%, black 90%, transparent 100%);
  -webkit-mask: linear-gradient(90deg, transparent 0%, black 10%, black 90%, transparent 100%);
  scroll-behavior: smooth;
  overscroll-behavior-inline: contain;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, .38) rgba(255, 255, 255, .12);
  touch-action: pan-x pan-y;
}

.sample9-products__slider::-webkit-scrollbar {
  height: 10px;
}

.sample9-products__slider::-webkit-scrollbar-track {
  border-radius: 999px;
  background: rgba(255, 255, 255, .12);
}

.sample9-products__slider::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: rgba(255, 255, 255, .42);
}

.sample9-products__track {
  display: flex;
  width: max-content;
  gap: 24px;
}

.sample9-products__item {
  position: relative;
  flex: 0 0 auto;
  width: clamp(190px, 28vw, 320px);
  aspect-ratio: 1 / 1;
  padding: 0;
  border: 0;
  overflow: hidden;
  border-radius: 12px;
  background: #181818;
  box-shadow: 0 22px 52px rgba(0, 0, 0, .46);
  transition: transform .3s ease, filter .3s ease;
  cursor: pointer;
}

.sample9-products__item:hover {
  transform: scale(1.045);
  filter: brightness(1.1);
}

.sample9-products__item img,
.sample9-products__item video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sample9-bundles {
  position: relative;
  overflow: hidden;
  background: #080808;
  color: #fff;
  padding: 74px 18px 82px;
}

.sample9-bundles__bg {
  position: absolute;
  inset: 0;
  opacity: .38;
  background:
    radial-gradient(circle at 50% 20%, rgba(122, 154, 170, .24), transparent 36%),
    linear-gradient(180deg, #101010 0%, #050505 100%);
  pointer-events: none;
}

.sample9-bundles__inner {
  position: relative;
  z-index: 1;
  width: min(1120px, 100%);
  margin: 0 auto;
}

.sample9-bundles__title {
  margin: 0 auto 34px;
  max-width: 860px;
  color: #fffdfb;
  font-family: 'Libre Baskerville', Georgia, serif;
  font-size: clamp(30px, 6vw, 58px);
  font-weight: 600;
  line-height: 1.12;
  text-align: center;
  letter-spacing: 0;
}

.sample9-bundles__stage {
  outline: none;
}

.sample9-bundles__rail {
  position: relative;
  height: 390px;
  perspective: 1200px;
}

.sample9-bundles__card {
  position: absolute;
  top: 0;
  left: 50%;
  width: min(300px, 64vw);
  aspect-ratio: 3 / 4;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 18px;
  overflow: hidden;
  background: #171717;
  box-shadow: 0 26px 70px rgba(0, 0, 0, .54);
  cursor: pointer;
  opacity: var(--bundle-opacity);
  transform: translateX(calc(-50% + var(--bundle-x))) rotateY(var(--bundle-rotate)) scale(var(--bundle-scale));
  filter: blur(var(--bundle-blur));
  transition: transform .5s cubic-bezier(.2, .8, .2, 1), opacity .35s ease, filter .35s ease, box-shadow .35s ease;
  transform-style: preserve-3d;
}

.sample9-bundles__card.is-active {
  z-index: 5;
  box-shadow: 0 30px 90px rgba(255, 255, 255, .12);
  animation: sample9-bundle-tap .48s cubic-bezier(.2, 1.2, .2, 1);
}

.sample9-bundles__card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}

.sample9-bundles__card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, .12), transparent 38%, rgba(0, 0, 0, .16));
  pointer-events: none;
}

.sample9-bundles__info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: min(760px, 100%);
  min-height: 92px;
  margin: 30px auto 0;
}

.sample9-bundles__info h3 {
  margin: 0;
  color: #fffdfb;
  font-family: var(--t-text-font, Arial), Arial, sans-serif;
  font-size: clamp(26px, 5vw, 40px);
  font-weight: 700;
  line-height: 1.1;
}

.sample9-bundles__controls {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 5px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 999px;
  background: rgba(20, 20, 20, .82);
}

.sample9-bundles__controls span {
  min-width: 46px;
  color: rgba(255, 255, 255, .56);
  font: 700 12px/1 var(--t-text-font, Arial), Arial, sans-serif;
  text-align: center;
}

.sample9-bundles__button {
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: rgba(255, 255, 255, .72);
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
  transition: background .2s ease, color .2s ease, transform .2s ease;
}

.sample9-bundles__button:hover {
  background: rgba(255, 255, 255, .1);
  color: #fff;
}

.sample9-bundles__button:active {
  transform: scale(.94);
}

.sample9-media-play {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, .9);
  color: #111;
  font-size: 22px;
  transform: translate(-50%, -50%);
  box-shadow: 0 18px 40px rgba(0, 0, 0, .22);
  pointer-events: none;
}

.sample9-event-page {
  overflow: hidden;
  background: #fffdfb;
  color: #3f3f3f;
  padding: 70px 18px 86px;
}

.sample9-event-page__inner {
  width: min(860px, 100%);
  margin: 0 auto 38px;
}

.sample9-event-page__text {
  margin: 0 auto;
  font-family: 'Libre Baskerville', Georgia, serif;
  font-size: clamp(24px, 5vw, 42px);
  line-height: 1.34;
  text-align: center;
}

.sample9-event-page__rail {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 18px;
  width: min(1120px, 100%);
  margin: 0 auto;
  padding: 6px 18px 26px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scroll-padding-inline: 18px;
  overscroll-behavior-inline: contain;
  touch-action: pan-x pan-y;
  -webkit-overflow-scrolling: touch;
}

.sample9-event-page__rail-wrap {
  position: relative;
  isolation: isolate;
  width: min(1120px, 100%);
  margin: 0 auto;
}

.sample9-event-page__rail-btn {
  position: absolute;
  top: 50%;
  z-index: 30;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid rgba(82, 131, 156, .22);
  border-radius: 999px;
  background: rgba(255, 253, 249, .9);
  color: #52839c;
  box-shadow: 0 14px 30px rgba(55, 55, 55, .16);
  cursor: pointer;
  font-size: 32px;
  line-height: 1;
  pointer-events: auto;
  transform: translateY(-50%);
  transition: transform .2s ease, background-color .2s ease, color .2s ease;
}

.sample9-event-page__rail-btn:hover {
  background: #52839c;
  color: #fff;
  transform: translateY(-50%) scale(1.04);
}

.sample9-event-page__rail-btn--prev {
  left: 4px;
}

.sample9-event-page__rail-btn--next {
  right: 4px;
}

.sample9-event-page__rail::-webkit-scrollbar {
  height: 8px;
}

.sample9-event-page__rail::-webkit-scrollbar-track {
  background: rgba(82, 131, 156, .12);
  border-radius: 999px;
}

.sample9-event-page__rail::-webkit-scrollbar-thumb {
  background: rgba(82, 131, 156, .44);
  border-radius: 999px;
}

.sample9-event-page__item {
  position: relative;
  flex: 0 0 min(300px, 74vw);
  min-height: 360px;
  padding: 0;
  border: 0;
  border-radius: 8px;
  overflow: hidden;
  background: #111;
  box-shadow: 0 18px 44px rgba(38, 38, 38, .18);
  cursor: pointer;
  scroll-snap-align: center;
  touch-action: pan-x;
  transition: transform .28s ease, filter .28s ease;
}

.sample9-event-page__item:hover {
  transform: translateY(-5px);
  filter: brightness(1.06);
}

.sample9-event-page__item img,
.sample9-event-page__item video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sample9-event-page__closing {
  width: min(760px, calc(100vw - 36px));
  margin: 42px auto 0;
  color: #52839c;
  font-family: 'newtemplate', Georgia, serif;
  font-size: clamp(30px, 6.2vw, 56px);
  line-height: 1.08;
  text-align: center;
  opacity: 0;
  filter: blur(10px);
  transform: translateY(24px) scale(.98);
  transition:
    opacity .9s ease,
    filter .9s ease,
    transform .9s cubic-bezier(.2, .9, .2, 1);
}

.sample9-event-page__closing.sample9-sales-visible {
  opacity: 1;
  filter: blur(0);
  transform: translateY(0) scale(1);
}

.sample9-collobrations {
  background: #050505;
  color: #fffdfb;
}

.sample9-collobrations .sample9-event-page__text {
  color: #fffdfb;
}

.sample9-collobrations .sample9-event-page__rail-btn {
  border-color: rgba(255, 255, 255, .18);
  background: rgba(10, 10, 10, .72);
  color: #fffdfb;
}

.sample9-collobrations .sample9-event-page__rail-btn:hover {
  background: #fffdfb;
  color: #111;
}

.sample9-collobrations .sample9-event-page__rail::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, .08);
}

.sample9-collobrations .sample9-event-page__rail::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, .32);
}

.sample9-media-lightbox {
  position: fixed;
  inset: 0;
  z-index: 2147483602;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 22px;
  background: rgba(0, 0, 0, .82);
}

.sample9-media-lightbox.is-open {
  display: flex;
}

.sample9-media-lightbox__dialog {
  position: relative;
  width: min(980px, 100%);
  max-height: 92vh;
}

.sample9-media-lightbox__dialog img,
.sample9-media-lightbox__dialog video {
  display: block;
  width: 100%;
  max-height: 92vh;
  border-radius: 8px;
  object-fit: contain;
  background: #000;
}

.sample9-media-lightbox__close {
  position: absolute;
  top: -16px;
  right: -12px;
  z-index: 2;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 50%;
  background: #fff;
  color: #111;
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 14px 34px rgba(0, 0, 0, .28);
}

.sample9-lightbox-open {
  overflow: hidden;
}

.sample9-final-surprise {
  position: relative;
  overflow: hidden;
  padding: 84px 18px 92px;
  background:
    radial-gradient(circle at 50% 18%, rgba(248, 213, 165, .35), transparent 34%),
    linear-gradient(180deg, #050505 0%, #14100d 50%, #fffdfb 100%);
  color: #fffaf2;
  text-align: center;
}

.sample9-recovery-pause {
  padding: 76px 18px 82px;
  background: #fffdfb;
  color: #3a3a3a;
  text-align: center;
}

.sample9-recovery-pause__inner {
  width: min(820px, 100%);
  margin: 0 auto;
}

.sample9-recovery-pause__text {
  margin: 0;
  color: #4a4a4a;
  font-family: 'Libre Baskerville', Georgia, serif;
  font-size: clamp(24px, 4.5vw, 46px);
  line-height: 1.34;
}

.sample9-final-surprise__inner {
  position: relative;
  z-index: 1;
  width: min(780px, 100%);
  margin: 0 auto;
}

.sample9-final-surprise__visual {
  position: relative;
  width: 154px;
  height: 142px;
  margin: 0 auto 26px;
}

.sample9-final-surprise__glow {
  position: absolute;
  inset: 8px 0 auto;
  height: 106px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(255, 213, 143, .62), rgba(255, 213, 143, .08) 54%, transparent 72%);
  filter: blur(6px);
  animation: sample9-candle-glow 2.8s ease-in-out infinite;
}

.sample9-final-surprise__flame {
  position: absolute;
  top: 10px;
  left: 50%;
  width: 22px;
  height: 34px;
  border-radius: 60% 60% 55% 55%;
  background: linear-gradient(180deg, #fff7b8 0%, #ffbf62 54%, #e77635 100%);
  box-shadow: 0 0 26px rgba(255, 192, 96, .9);
  transform: translateX(-50%) rotate(-5deg);
  animation: sample9-flame 1.4s ease-in-out infinite alternate;
}

.sample9-final-surprise__candle {
  position: absolute;
  top: 46px;
  left: 50%;
  width: 18px;
  height: 54px;
  border-radius: 8px 8px 4px 4px;
  background: linear-gradient(90deg, #f7f3ea, #fff, #eadfce);
  transform: translateX(-50%);
  box-shadow: inset -4px 0 8px rgba(95, 68, 45, .12);
}

.sample9-final-surprise__cake {
  position: absolute;
  left: 50%;
  bottom: 12px;
  width: 118px;
  height: 46px;
  border-radius: 16px 16px 22px 22px;
  background: linear-gradient(180deg, #fff4e1 0 36%, #eec9a6 36% 100%);
  box-shadow: 0 18px 34px rgba(0, 0, 0, .18);
  transform: translateX(-50%);
}

.sample9-final-surprise__cake::before {
  content: '';
  position: absolute;
  inset: -10px 10px auto;
  height: 20px;
  border-radius: 999px;
  background: #fff9ef;
}

.sample9-final-surprise__eyebrow {
  margin: 0 0 12px;
  color: #f1c78d;
  font-family: var(--t-text-font, Arial), Arial, sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.sample9-final-surprise__title {
  margin: 0 auto 20px;
  max-width: 720px;
  font-family: 'newtemplate', Georgia, serif;
  font-size: clamp(40px, 7vw, 72px);
  font-weight: 500;
  line-height: .98;
}

.sample9-final-surprise__body {
  margin: 0 auto;
  max-width: 640px;
  color: rgba(255, 250, 242, .88);
  font-family: 'Libre Baskerville', Georgia, serif;
  font-size: clamp(17px, 2.2vw, 23px);
  line-height: 1.72;
}

@keyframes sample9-flame {
  from {
    transform: translateX(-50%) rotate(-6deg) scale(.96);
  }

  to {
    transform: translateX(-50%) rotate(6deg) scale(1.06);
  }
}

@keyframes sample9-candle-glow {
  0%, 100% {
    opacity: .68;
    transform: scale(.96);
  }

  50% {
    opacity: 1;
    transform: scale(1.04);
  }
}

@keyframes sample9-bundle-tap {
  0% {
    transform: translateX(calc(-50% + var(--bundle-x))) rotateY(var(--bundle-rotate)) scale(.94);
  }
  55% {
    transform: translateX(calc(-50% + var(--bundle-x))) rotateY(var(--bundle-rotate)) scale(1.045);
  }
  100% {
    transform: translateX(calc(-50% + var(--bundle-x))) rotateY(var(--bundle-rotate)) scale(var(--bundle-scale));
  }
}

@media screen and (max-width: 480px) {
  .sample9-language-toggle {
    top: max(10px, env(safe-area-inset-top));
    right: 10px;
  }

  .sample9-language-toggle button {
    min-width: 58px;
    height: 30px;
    padding: 0 8px;
    font-size: 11px;
  }

  #rec2047657203 [data-elem-id="1776866271348000001"] {
    left: 18px !important;
    width: calc(100vw - 36px) !important;
  }

  #rec2047657203 [data-elem-id="1776866271348000001"] .tn-atom {
    font-size: 24px !important;
    line-height: 1.28 !important;
  }

  .sample9-child-memory {
    padding: 22px 14px 54px;
  }

  .sample9-child-memory__text {
    font-size: 24px;
  }

  .sample9-products {
    padding: 52px 0 68px;
  }

  .sample9-products__inner {
    margin-bottom: 30px;
  }

  .sample9-products__track {
    gap: 16px;
  }

  .sample9-products__item {
    width: 190px;
    border-radius: 10px;
  }

  .sample9-bundles {
    padding: 54px 12px 66px;
  }

  .sample9-bundles__rail {
    height: 335px;
  }

  .sample9-bundles__card {
    width: 225px;
    transform: translateX(calc(-50% + var(--bundle-mobile-x))) rotateY(var(--bundle-mobile-rotate)) scale(var(--bundle-scale));
  }

  .sample9-bundles__info {
    flex-direction: column;
    justify-content: center;
    gap: 18px;
    text-align: center;
  }

  .sample9-event-page {
    padding: 50px 14px 64px;
  }

  .sample9-event-page__rail {
    width: 100%;
    padding-inline: 14px;
    scroll-padding-inline: 14px;
  }

  .sample9-event-page__rail-btn {
    width: 38px;
    height: 38px;
    font-size: 28px;
  }

  .sample9-event-page__item {
    flex-basis: min(285px, 78vw);
    min-height: 430px;
  }
}
