/* Phuket Sounds — Hero v2 */

.hero-ps {
  position: relative;
  contain: paint;
  height: 100vh;
  min-height: 600px;
  overflow: hidden;
  isolation: isolate;
  background: #05050a;
}

.hero-ps__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.hero-ps__gradient {
  position: absolute;
  inset: -50%;
  background:
    conic-gradient(from 0deg at 50% 50%,
      rgba(5, 5, 10, 0.1) 0deg,
      rgba(138, 44, 255, 0.28) 55deg,
      rgba(255, 47, 214, 0.24) 110deg,
      rgba(0, 245, 255, 0.2) 165deg,
      rgba(34, 124, 255, 0.22) 220deg,
      rgba(255, 222, 89, 0.16) 280deg,
      rgba(5, 5, 10, 0.1) 360deg);
  animation: hero-ps-gradient-spin 30s linear infinite;
  opacity: 0.65;
  filter: blur(40px);
}

.hero-ps__orbs {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.hero-ps__orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(90px);
  animation: hero-ps-orb-drift 30s ease-in-out infinite;
}

.hero-ps__orb--gold {
  width: 48vw;
  height: 48vw;
  top: -5%;
  left: -12%;
  background: rgba(255, 222, 89, 0.22);
}

.hero-ps__orb--cyan {
  width: 42vw;
  height: 42vw;
  top: 10%;
  right: -10%;
  background: rgba(0, 245, 255, 0.18);
  animation-delay: -5s;
}

.hero-ps__orb--violet {
  width: 40vw;
  height: 40vw;
  bottom: 5%;
  left: 10%;
  background: rgba(138, 44, 255, 0.22);
  animation-delay: -10s;
}

.hero-ps__orb--magenta {
  width: 36vw;
  height: 36vw;
  bottom: 15%;
  right: 5%;
  background: rgba(255, 47, 214, 0.2);
  animation-delay: -3s;
}

.hero-ps__canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  filter: saturate(1.1) brightness(0.9);
  contain: strict;
}

.hero-ps__fog {
  position: absolute;
  inset: 0;
  z-index: 3;
  background:
    radial-gradient(ellipse 100% 60% at 50% 50%, rgba(138, 44, 255, 0.18), transparent 65%),
    radial-gradient(ellipse 70% 50% at 20% 60%, rgba(0, 245, 255, 0.14), transparent 58%),
    radial-gradient(ellipse 60% 45% at 80% 40%, rgba(255, 47, 214, 0.16), transparent 55%),
    radial-gradient(ellipse 50% 40% at 50% 80%, rgba(34, 124, 255, 0.12), transparent 52%);
  animation: hero-ps-fog-drift 30s ease-in-out infinite;
  mix-blend-mode: screen;
}

.hero-ps__horizon {
  display: none;
}

.hero-ps__horizon svg {
  width: 100%;
  height: 100%;
}

.hero-ps__beams {
  position: absolute;
  inset: 0;
  z-index: 3;
  overflow: hidden;
}

.hero-ps__beam {
  position: absolute;
  top: -15%;
  width: 160px;
  height: 130%;
  transform-origin: top center;
  opacity: 0.28;
  filter: blur(28px);
  animation: hero-ps-beam-sweep 30s ease-in-out infinite;
  mix-blend-mode: screen;
}

.hero-ps__beam--1 {
  left: 8%;
  background: linear-gradient(to bottom, rgba(0, 245, 255, 0.55), transparent 75%);
  --beam-rotate: 14deg;
  transform: rotate(14deg);
}

.hero-ps__beam--2 {
  left: 32%;
  background: linear-gradient(to bottom, rgba(255, 222, 89, 0.42), transparent 70%);
  --beam-rotate: 8deg;
  transform: rotate(8deg);
  animation-delay: -6s;
}

.hero-ps__beam--3 {
  left: 55%;
  background: linear-gradient(to bottom, rgba(255, 47, 214, 0.5), transparent 72%);
  --beam-rotate: -10deg;
  transform: rotate(-10deg);
  animation-delay: -12s;
}

.hero-ps__beam--4 {
  left: 72%;
  background: linear-gradient(to bottom, rgba(34, 124, 255, 0.5), transparent 70%);
  --beam-rotate: -16deg;
  transform: rotate(-16deg);
  animation-delay: -18s;
}

.hero-ps__beam--5 {
  left: 88%;
  background: linear-gradient(to bottom, rgba(138, 44, 255, 0.48), transparent 68%);
  --beam-rotate: 12deg;
  transform: rotate(12deg);
  animation-delay: -24s;
}

.hero-ps__neon {
  position: absolute;
  inset: 0;
  z-index: 3;
}

.hero-ps__neon-line {
  position: absolute;
  left: -10%;
  right: -10%;
  height: 2px;
  background: linear-gradient(90deg,
      transparent,
      rgba(255, 222, 89, 0.35),
      rgba(255, 234, 120, 0.55),
      rgba(255, 222, 89, 0.7),
      rgba(255, 200, 50, 0.55),
      rgba(255, 222, 89, 0.4),
      transparent);
  opacity: 0.5;
  filter: blur(0.8px);
  animation: hero-ps-neon-pulse 30s ease-in-out infinite;
  mix-blend-mode: screen;
}

.hero-ps__neon-line--1 {
  top: 28%;
}

.hero-ps__neon-line--2 {
  top: 62%;
  animation-delay: -10s;
}

.hero-ps__neon-line--3 {
  top: 82%;
  animation-delay: -20s;
}

.hero-ps__overlay {
  position: absolute;
  inset: 0;
  z-index: 4;
  background:
    linear-gradient(to bottom,
      rgba(3, 3, 8, 0.52) 0%,
      rgba(5, 5, 10, 0.32) 38%,
      rgba(5, 5, 10, 0.22) 62%,
      rgba(5, 5, 10, 0.5) 100%);
  pointer-events: none;
}

.hero-ps__content {
  position: relative;
  z-index: 5;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 100%;
  padding: 6.5rem 1.5rem 3rem;
  max-width: 52rem;
  margin: 0 auto;
}

.hero-ps__logo-wrap {
  position: relative;
  width: min(260px, 56vw);
  height: min(220px, 48vw);
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-ps__logo-glow {
  display: none;
}

.hero-ps__logo-img {
  position: relative;
  z-index: 2;
  width: 100%;
  height: auto;
  display: block;
  filter:
    brightness(1.1)
    contrast(1.14)
    saturate(1.12);
}

.hero-ps__logo-sweep {
  display: none;
}

.hero-ps__title {
  font-size: clamp(1.5rem, 4vw, 2.35rem);
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  margin-bottom: 1rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-shadow: 0 2px 30px rgba(0, 0, 0, 0.6);
}

.hero-ps__subtitle {
  font-size: clamp(0.95rem, 2.2vw, 1.15rem);
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.78);
  max-width: 36rem;
  margin-bottom: 2.25rem;
}

.hero-ps__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
}

.hero-ps__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.95rem 2rem;
  border-radius: 999px;
  font-weight: 600;
  font-size: 1rem;
  letter-spacing: 0.02em;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
  text-decoration: none;
}

.hero-ps__btn--primary {
  color: #05050a;
  background: #ffde59;
  box-shadow: 0 0 36px rgba(255, 222, 89, 0.45);
}

.hero-ps__btn--primary:hover {
  background: #ffe264;
  box-shadow: 0 0 52px rgba(255, 222, 89, 0.6);
  transform: translateY(-2px);
}

.hero-ps__btn--secondary {
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(8px);
}

.hero-ps__btn--secondary:hover {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(0, 245, 255, 0.5);
  box-shadow: 0 0 28px rgba(0, 245, 255, 0.2);
  transform: translateY(-2px);
}

.page__main.hero-ps-wrap {
  padding-bottom: 0;
}

.hero-ps--page {
  height: auto;
  min-height: clamp(26rem, 58vh, 38rem);
}

.hero-ps--page .hero-ps__content {
  padding: calc(var(--header-main-h) + 2.5rem) 1.5rem 3.5rem;
  min-height: clamp(26rem, 58vh, 38rem);
}

.hero-ps__logo-wrap--page {
  width: min(180px, 40vw);
  height: min(152px, 34vw);
  margin-bottom: 1.5rem;
}

.page--contact .page__main.hero-ps-wrap {
  padding-bottom: 0;
}

/* Branded marquee — hero → about bridge */

.phuket-marquee {
  position: relative;
  z-index: 10;
  width: 100%;
  height: 3.25rem;
  margin-top: -1.625rem;
  margin-bottom: -1.625rem;
  padding: 0;
  overflow: hidden;
  background: transparent;
}

.phuket-marquee__inner {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  background: #ffde59;
  color: rgba(5, 5, 10, 0.88);
  border-top: 1px solid rgba(5, 5, 10, 0.06);
  border-bottom: 1px solid rgba(5, 5, 10, 0.06);
  -webkit-mask-image: linear-gradient(
    90deg,
    transparent 0%,
    #000 14%,
    #000 86%,
    transparent 100%
  );
  mask-image: linear-gradient(
    90deg,
    transparent 0%,
    #000 14%,
    #000 86%,
    transparent 100%
  );
}

.phuket-marquee__track {
  display: flex;
  width: max-content;
  will-change: transform;
  backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
}

.phuket-marquee__text {
  flex-shrink: 0;
  white-space: nowrap;
  padding-right: 5rem;
  font-size: clamp(0.9rem, 1.85vw, 1.5rem);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  line-height: 1.2;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (max-width: 47.999rem) {
  .phuket-marquee {
    height: 2.75rem;
    margin-top: -1.375rem;
    margin-bottom: -1.375rem;
  }

  .phuket-marquee__text {
    font-size: 0.8125rem;
    letter-spacing: 0.07em;
    padding-right: 3.5rem;
  }
}

@keyframes hero-ps-gradient-spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes hero-ps-orb-drift {
  0%,
  100% {
    transform: translate(0, 0) scale(1);
  }

  25% {
    transform: translate(4%, -2%) scale(1.06);
  }

  50% {
    transform: translate(2%, 4%) scale(1.1);
  }

  75% {
    transform: translate(-3%, 2%) scale(1.04);
  }
}

@keyframes hero-ps-fog-drift {
  0%,
  100% {
    opacity: 0.92;
    transform: translateX(0);
  }

  50% {
    opacity: 1;
    transform: translateX(1.5%);
  }
}

@keyframes hero-ps-beam-sweep {
  0%,
  100% {
    opacity: 0.18;
    filter: blur(28px);
    transform: rotate(var(--beam-rotate, 0deg)) scaleX(0.95);
  }

  50% {
    opacity: 0.42;
    filter: blur(36px);
    transform: rotate(var(--beam-rotate, 0deg)) scaleX(1.02);
  }
}

@keyframes hero-ps-neon-pulse {
  0%,
  100% {
    opacity: 0.35;
    transform: scaleX(0.92) translateX(-1%);
  }

  50% {
    opacity: 0.58;
    transform: scaleX(1) translateX(1%);
  }
}

@keyframes hero-ps-logo-glow {
  0% {
    opacity: 0.75;
    transform: scale(0.96);
  }

  100% {
    opacity: 0.95;
    transform: scale(1.04);
  }
}

@media (max-width: 47.999rem) {
  .hero-ps__content {
    padding-top: 7rem;
  }

  .hero-ps__logo-wrap {
    width: min(210px, 62vw);
    height: min(180px, 54vw);
    margin-bottom: 1.75rem;
  }

  .hero-ps__actions {
    flex-direction: column;
    width: 100%;
    max-width: 280px;
  }

  .hero-ps__btn {
    width: 100%;
  }

}

@media (prefers-reduced-motion: reduce) {
  .hero-ps__gradient,
  .hero-ps__fog,
  .hero-ps__orb,
  .hero-ps__beam,
  .hero-ps__neon-line,
  .hero-ps__logo-glow,
  .about__neon-line {
    animation: none !important;
  }

  .hero-ps__canvas,
  .about__canvas {
    display: none;
  }

  .outro--dark .outro-faq .spollers-faq__text,
  .outro--dark .outro-faq .spollers-faq__inner {
    transition: none;
  }

  .outro--dark .outro-faq .outro-faq__chevron {
    transition: none;
  }
}

/* Shared dark surface — about + services (homepage) */

.ps-dark-zone {
  position: relative;
  background-color: #05050a;
  background-image:
    linear-gradient(180deg,
      transparent 0%,
      transparent 52%,
      rgba(5, 5, 10, 0.35) 68%,
      rgba(5, 5, 10, 0.72) 80%,
      #05050a 92%,
      #05050a 100%),
    radial-gradient(ellipse 100% 55% at 50% 75%, rgba(50, 10, 80, 0.05), transparent 75%),
    radial-gradient(ellipse 80% 30% at 30% 74%, rgba(70, 15, 100, 0.03), transparent 70%),
    radial-gradient(ellipse 100% 55% at 25% 15%, rgba(138, 44, 255, 0.14), transparent 72%),
    radial-gradient(ellipse 90% 50% at 78% 28%, rgba(255, 47, 214, 0.11), transparent 70%),
    radial-gradient(ellipse 95% 55% at 50% 75%, rgba(34, 124, 255, 0.1), transparent 68%),
    radial-gradient(ellipse 70% 45% at 15% 55%, rgba(0, 245, 255, 0.07), transparent 65%),
    radial-gradient(ellipse 55% 40% at 85% 70%, rgba(255, 222, 89, 0.05), transparent 62%);
}

.services--dark,
.video-section {
  content-visibility: auto;
  contain-intrinsic-size: auto 720px;
}

/* About block — dark premium (homepage) */

.about--dark {
  position: relative;
  overflow: hidden;
  background: transparent;
  isolation: isolate;
}

.about--dark .about__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.about--dark .about__canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  filter: saturate(1.05);
  contain: strict;
}

.about--dark .about__neon {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.about--dark .about__neon-line {
  position: absolute;
  left: -10%;
  right: -10%;
  height: 2px;
  background: linear-gradient(90deg,
      transparent,
      rgba(255, 222, 89, 0.35),
      rgba(255, 234, 120, 0.55),
      rgba(255, 222, 89, 0.7),
      rgba(255, 200, 50, 0.55),
      rgba(255, 222, 89, 0.4),
      transparent);
  opacity: 0.45;
  filter: blur(0.8px);
  animation: hero-ps-neon-pulse 30s ease-in-out infinite;
  mix-blend-mode: screen;
}

.about--dark .about__neon-line--1 {
  top: 22%;
}

.about--dark .about__neon-line--2 {
  top: 55%;
  animation-delay: -10s;
}

.about--dark .about__neon-line--3 {
  top: 78%;
  animation-delay: -20s;
}

.about--dark .about-grid,
.about--dark .about__container.about-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 4rem;
  align-items: start;
  justify-content: initial;
  padding-top: 6rem;
  padding-bottom: 2.5rem;
  container-type: inline-size;
  container-name: about;
}

.about--dark .about-image,
.about--dark .about__image {
  width: 100%;
  aspect-ratio: 1024 / 682;
  height: auto;
  max-width: none;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 12px 48px rgba(0, 0, 0, 0.55);
  line-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about--dark .about-image img,
.about--dark .about__image img {
  display: block;
  width: calc(100% * 682 / 512);
  max-width: none;
  height: auto;
  object-fit: contain;
  object-position: center;
  border-radius: 16px;
}

.about--dark .about-content {
  display: flex;
  flex-direction: column;
  max-width: 580px;
  min-width: 0;
  min-height: 0;
  max-height: calc((100cqw - 4rem) * 1.1 / 2.1 * 682 / 1024);
  text-align: left;
}

.about--dark .about-content .about__title {
  margin-top: -1.75rem;
  margin-bottom: 0.9rem;
  line-height: 1.05;
  color: #fff;
  font-size: clamp(1.5rem, 2.5vw, 2.1rem);
  flex-shrink: 0;
}

.about--dark .about-text {
  flex: 1;
  min-height: 0;
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
  max-width: none;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(0.86rem, 1.02vw, 0.96rem);
  line-height: 1.44;
}

.about--dark .about-text > p:not(.about__text-label) {
  margin-bottom: 0.65rem;
}

.about--dark .about__text-label {
  margin-top: 0.55rem;
  margin-bottom: 0;
  color: #fff;
  font-weight: 600;
  font-size: clamp(0.88rem, 1.05vw, 0.98rem);
  letter-spacing: 0.01em;
}

.about--dark .about__list {
  list-style: none;
  display: grid;
  gap: 0.38rem;
  padding: 0;
  margin: 0;
  margin-top: auto;
  flex-shrink: 0;
}

.about--dark .about__list li {
  position: relative;
  padding-left: 1.1rem;
  color: rgba(255, 255, 255, 0.88);
  line-height: 1.38;
  font-size: clamp(0.84rem, 0.98vw, 0.92rem);
}

.about--dark .about__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  background: #ffde59;
  box-shadow: 0 0 10px rgba(255, 222, 89, 0.45);
  transform: translateY(-50%);
}

.about--dark .about__button.button {
  color: #05050a;
  background: #ffde59;
  box-shadow: 0 0 28px rgba(255, 222, 89, 0.35);
}

.about--dark .about__button.button:hover {
  background: #ffe264;
  box-shadow: 0 0 40px rgba(255, 222, 89, 0.5);
}

@media (max-width: 62rem) {
  .about--dark .about-grid {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  .about--dark .about-content {
    max-width: none;
    max-height: none;
    height: auto;
  }

  .about--dark .about-content .about__title {
    margin-top: 0;
    margin-bottom: 1.25rem;
  }

  .about--dark .about-text {
    flex: none;
  }

  .about--dark .about__text-label {
    margin-top: 1rem;
  }

  .about--dark .about__list {
    margin-top: 0;
  }
}

@media (max-width: 47.999rem) {
  .about--dark .about-grid {
    padding-top: 4rem;
    padding-bottom: 2rem;
    gap: 2rem;
  }

  .about--dark .about-content {
    text-align: center;
  }

  .about--dark .about-content .about__title {
    font-size: clamp(1.75rem, 5vw, 2.25rem);
  }

  .about--dark .about-text {
    font-size: clamp(0.92rem, 2.8vw, 1.02rem);
    line-height: 1.55;
  }

  .about--dark .about-text > p:not(.about__text-label) {
    margin-bottom: 1rem;
  }

  .about--dark .about__text-label {
    margin-top: 1.25rem;
    margin-bottom: 0.75rem;
    font-size: 1rem;
    text-align: center;
  }

  .about--dark .about__list {
    gap: 0.65rem;
    text-align: left;
    max-width: 22rem;
    margin-left: auto;
    margin-right: auto;
  }

  .about--dark .about__list li {
    padding-left: 1.25rem;
  }

  .services--dark .services__container {
    padding-top: 1rem;
  }

  .services--dark .services__title {
    margin-bottom: 2.5rem;
  }
}

/* Services block — static dark premium (homepage) */

.services--dark {
  position: relative;
  background: transparent;
  margin-top: 0;
  padding-top: 0;
}

.services--dark .services__container {
  position: relative;
  z-index: 1;
  max-width: 87.5rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1rem;
  padding-bottom: 4.5rem;
  padding-left: clamp(1rem, 3vw, 1.5rem);
  padding-right: clamp(1rem, 3vw, 1.5rem);
}

.services--dark .services__title {
  color: #fff;
  margin-bottom: clamp(2rem, 4vw, 2.75rem);
}

.services--dark .services__row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  align-items: stretch;
  width: 100%;
  max-width: 87.5rem;
  margin: 0 auto;
}

.services--dark .services__column {
  display: flex;
  min-width: 0;
  height: 100%;
}

.services--dark .item-services {
  display: grid;
  grid-template-rows: 8fr 2fr;
  width: 100%;
  height: calc(148px + 7.75rem);
  min-height: calc(148px + 7.75rem);
  max-height: calc(148px + 7.75rem);
  padding: 0;
  overflow: hidden;
  border-radius: 16px;
  border: 1px solid rgba(255, 222, 89, 0.22);
  background-color: #ffe264;
  box-shadow: 0 10px 32px rgba(0, 0, 0, 0.26);
  transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.services--dark .item-services:hover,
.services--dark .item-services:focus-within {
  border-color: rgba(255, 216, 77, 0.55);
  box-shadow:
    0 12px 36px rgba(0, 0, 0, 0.3),
    0 0 24px rgba(255, 216, 77, 0.22),
    0 0 48px rgba(255, 216, 77, 0.12);
  transform: translateY(-1px);
}

.services--dark .item-services__media {
  display: block;
  width: 100%;
  min-height: 0;
  height: 100%;
  margin: 0;
  padding: 0;
  line-height: 0;
  overflow: hidden;
}

.services--dark .item-services__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px 16px 0 0;
}

#service-dj-setup .item-services__media img {
  object-position: center 66%;
}

.services--dark .item-services__content {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto minmax(0, 1fr);
  column-gap: 0.5rem;
  row-gap: 0.1rem;
  align-items: end;
  min-height: 0;
  height: 100%;
  padding: 0.35rem 0.65rem 0.4rem;
  overflow: hidden;
}

.services--dark .item-services__title {
  grid-column: 1 / -1;
  min-height: 1.2em;
  font-size: 0.84rem;
  line-height: 1.2;
  margin: 0;
  font-weight: 700;
  color: #05050a;
}

.services--dark .item-services__text {
  grid-column: 1;
  grid-row: 2;
  min-width: 0;
  min-height: 0;
  max-height: 2.5em;
  font-size: 0.7rem;
  line-height: 1.28;
  margin: 0;
  color: rgba(5, 5, 10, 0.82);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  align-self: end;
}

.services--dark .item-services__button {
  grid-column: 2;
  grid-row: 2;
  flex: 0 0 auto;
  margin: 0;
  align-self: end;
  justify-self: end;
  white-space: nowrap;
  background: #05050a;
  border: 1px solid rgba(5, 5, 10, 0.25);
  color: #ffde59;
  padding: 0.3rem 0.65rem;
  border-radius: 999px;
  font-size: 0.62rem;
  line-height: 1.15;
  transition: background 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease, border-color 0.25s ease;
}

.services--dark .item-services__button:hover,
.services--dark .item-services__button:focus-visible {
  background: #05050a;
  border-color: rgba(5, 5, 10, 0.9);
  box-shadow:
    0 0 14px rgba(5, 5, 10, 0.5),
    0 0 28px rgba(5, 5, 10, 0.35),
    0 0 44px rgba(0, 0, 0, 0.22);
  transform: translateY(-1px);
}

@media (max-width: 62rem) {
  .services--dark .services__container {
    padding-left: clamp(1rem, 4vw, 1.5rem);
    padding-right: clamp(1rem, 4vw, 1.5rem);
  }

  .services--dark .services__row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 36rem;
    gap: 24px;
  }
}

@media (max-width: 47.999rem) {
  .services--dark .services__container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .services--dark .services__row {
    grid-template-columns: 1fr;
    max-width: 20rem;
    gap: 24px;
  }
}

/* PHUKET SESSIONS — YouTube video rail (homepage) */

.video-section {
  position: relative;
  z-index: 2;
  padding: clamp(4rem, 8vw, 7rem) 0 clamp(6rem, 10vw, 9rem);
  background: transparent;
  overflow: visible;
}

.video-section::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: clamp(18rem, 34vw, 28rem);
  pointer-events: none;
  background: linear-gradient(180deg,
      transparent 0%,
      rgba(5, 5, 10, 0.08) 12%,
      rgba(5, 5, 10, 0.28) 28%,
      rgba(5, 5, 10, 0.52) 44%,
      rgba(5, 5, 10, 0.76) 60%,
      rgba(5, 5, 10, 0.92) 76%,
      #05050a 90%,
      #05050a 100%);
  z-index: 0;
}

.video-section__container {
  position: relative;
  z-index: 4;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 clamp(1rem, 3vw, 2.5rem);
}

.video-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: clamp(2rem, 4vw, 3.25rem);
  padding-left: clamp(0rem, 2vw, 1.5rem);
  padding-right: clamp(0rem, 2vw, 1.5rem);
}

.video-header__intro {
  min-width: 0;
}

.video-header__title-row {
  display: flex;
  align-items: center;
  gap: clamp(0.65rem, 1.2vw, 1rem);
  margin-bottom: 0.65rem;
}

.video-dot {
  flex-shrink: 0;
  width: clamp(0.55rem, 1vw, 0.75rem);
  height: clamp(0.55rem, 1vw, 0.75rem);
  border-radius: 50%;
  background: #ffd84d;
  box-shadow: 0 0 18px rgba(255, 216, 77, 0.55);
}

.video-header__title {
  margin: 0;
  font-size: clamp(3.5rem, 9vw, 8.75rem);
  font-weight: 800;
  line-height: 0.92;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #fff;
}

.video-header__subtitle {
  margin: 0;
  padding-left: calc(clamp(0.55rem, 1vw, 0.75rem) + clamp(0.65rem, 1.2vw, 1rem));
  font-size: clamp(0.85rem, 1.1vw, 1rem);
  color: rgba(255, 255, 255, 0.55);
  letter-spacing: 0.04em;
}

.video-header__actions {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.75rem;
}

.video-header__link {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.85rem 1.35rem;
  border: 1px solid rgba(255, 216, 77, 0.45);
  border-radius: 999px;
  color: #ffd84d;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  transition: background 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease, border-color 0.25s ease, color 0.25s ease;
}

.video-header__link:hover {
  background: rgba(255, 216, 77, 0.1);
  box-shadow: 0 0 28px rgba(255, 216, 77, 0.25);
  transform: translateY(-1px);
}

.video-header__link--instagram:hover {
  color: #ffd84d;
  border-color: rgba(255, 48, 140, 0.85);
  background: rgba(8, 2, 14, 0.45);
  box-shadow:
    0 0 16px rgba(255, 55, 130, 0.5),
    0 0 30px rgba(252, 92, 125, 0.38),
    0 0 44px rgba(180, 55, 255, 0.22);
  transform: translateY(-1px);
}

.video-row {
  position: relative;
  z-index: 4;
  display: flex;
  gap: clamp(1rem, 2vw, 1.5rem);
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 216, 77, 0.62) rgba(255, 216, 77, 0.1);
  padding: 0.5rem clamp(0rem, 2vw, 1.5rem) 1.25rem;
  margin: 0 calc(-1 * clamp(0rem, 2vw, 1.5rem));
}

.video-row::-webkit-scrollbar {
  height: 8px;
}

.video-row::-webkit-scrollbar-track {
  background: rgba(255, 216, 77, 0.1);
  border-radius: 999px;
}

.video-row::-webkit-scrollbar-thumb {
  background: rgba(255, 216, 77, 0.62);
  border-radius: 999px;
  box-shadow: 0 0 10px rgba(255, 216, 77, 0.28);
}

.video-card {
  flex: 0 0 auto;
  width: clamp(17.5rem, 32vw, 32.5rem);
}

.video-card__trigger {
  display: block;
  width: 100%;
  padding: 0;
  border: none;
  background: transparent;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
  color: inherit;
  font: inherit;
  border-radius: 4px;
  transition: transform 0.35s ease, filter 0.35s ease;
}

.video-card__trigger:hover,
.video-card__trigger:focus-visible {
  transform: translateY(-4px);
  outline: none;
}

.video-card__trigger:hover .video-thumb,
.video-card__trigger:focus-visible .video-thumb {
  box-shadow:
    0 0 0 1px rgba(255, 216, 77, 0.35),
    0 0 40px rgba(255, 216, 77, 0.22),
    0 20px 50px rgba(0, 0, 0, 0.55);
}

.video-card__trigger:hover .video-thumb img,
.video-card__trigger:focus-visible .video-thumb img {
  transform: scale(1.06);
}

.video-card__trigger:hover .play-button,
.video-card__trigger:focus-visible .play-button {
  transform: translate(-50%, -50%) scale(1.1);
}

.video-thumb {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 6px;
  background: #0a0a0f;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.45);
  transition: box-shadow 0.35s ease;
}

.video-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.45s ease;
}

.play-button {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(3.25rem, 6vw, 4.25rem);
  height: clamp(3.25rem, 6vw, 4.25rem);
  border-radius: 50%;
  background: #ffd84d;
  color: #05050a;
  border: 6px solid rgba(255, 255, 255, 0.85);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4);
  transition: transform 0.3s ease;
  pointer-events: none;
}

.play-button svg {
  margin-left: 3px;
}

.video-thumb__line {
  height: 2px;
  margin-top: 0;
  background: linear-gradient(90deg, #ffd84d, rgba(255, 216, 77, 0.15));
  opacity: 0.85;
}

.video-info {
  padding: 1rem 0.15rem 0.35rem;
}

.video-info__category {
  display: block;
  margin-bottom: 0.45rem;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #ffd84d;
}

.video-info__title {
  margin: 0 0 0.4rem;
  font-size: clamp(1.05rem, 1.5vw, 1.25rem);
  font-weight: 700;
  line-height: 1.25;
  color: #fff;
}

.video-info__desc {
  margin: 0;
  font-size: clamp(0.82rem, 1vw, 0.92rem);
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.55);
  overflow: visible;
  white-space: normal;
}

@media (max-width: 62rem) {
  .video-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.5rem;
  }

  .video-header__actions {
    align-self: flex-start;
    align-items: flex-start;
  }

  .video-header__link {
    align-self: flex-start;
  }
}

@media (max-width: 47.999rem) {
  .video-header__subtitle {
    padding-left: 0;
  }

  .video-card {
    width: clamp(16rem, 82vw, 20rem);
  }
}

/* Outro — inside ps-dark-zone (homepage) */

.outro--dark.outro_home {
  position: relative;
  overflow: hidden;
  background: transparent;
  isolation: isolate;
  margin-top: calc(-1 * clamp(7rem, 13vw, 11rem));
  padding-top: 0;
  z-index: 3;
}

.outro--dark .outro__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
  background-color: #05050a;
  background-image:
    linear-gradient(180deg,
      #05050a 0%,
      rgba(5, 5, 10, 0.94) 14%,
      rgba(5, 5, 10, 0.72) 26%,
      transparent 42%),
    radial-gradient(ellipse 100% 75% at 50% -10%, rgba(5, 5, 10, 0.92) 0%, transparent 68%),
    radial-gradient(ellipse 85% 58% at 14% 38%, rgba(88, 28, 135, 0.28), transparent 58%),
    radial-gradient(ellipse 72% 52% at 86% 28%, rgba(6, 182, 212, 0.18), transparent 54%),
    radial-gradient(ellipse 68% 48% at 52% 78%, rgba(138, 44, 255, 0.12), transparent 56%),
    radial-gradient(ellipse 52% 42% at 22% 88%, rgba(255, 222, 89, 0.06), transparent 52%);
}

.outro__veil {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(180deg,
      rgba(5, 5, 10, 0.42) 0%,
      rgba(5, 5, 10, 0.18) 16%,
      rgba(5, 5, 10, 0.06) 38%,
      rgba(5, 5, 10, 0.02) 58%,
      rgba(5, 5, 10, 0.04) 72%,
      rgba(5, 5, 10, 0.1) 100%);
}

.outro__top-cap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: clamp(12rem, 22vw, 18rem);
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(180deg,
      rgba(5, 5, 10, 0.88) 0%,
      rgba(5, 5, 10, 0.62) 32%,
      rgba(5, 5, 10, 0.34) 62%,
      rgba(5, 5, 10, 0.1) 84%,
      transparent 100%);
}

.outro--dark .outro__container {
  position: relative;
  z-index: 2;
  padding-top: clamp(4rem, 7vw, 5.5rem);
  padding-bottom: clamp(3rem, 5vw, 4.5rem);
}

.outro--dark .outro__button {
  border: none;
  cursor: pointer;
  font: inherit;
  color: #05050a;
  background-color: #ffde59;
  box-shadow: 0 0 28px rgba(255, 222, 89, 0.3);
}

.outro--dark .outro__button:hover {
  background-color: #ffe264;
  box-shadow: 0 0 40px rgba(255, 222, 89, 0.45);
}

/* Outro FAQ accordion */

.outro-faq {
  width: 100%;
  max-width: 52rem;
  margin: clamp(3rem, 6vw, 5rem) auto 0;
  position: relative;
  z-index: 2;
}

.outro-faq__title {
  margin: 0 0 clamp(2rem, 4vw, 3rem);
  text-align: center;
  color: #fff;
  font-size: clamp(1.35rem, 2.8vw, 2rem);
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.02em;
}

.outro--dark .outro-faq .spollers-faq__item {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 1rem;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.04);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25);
}

.outro--dark .outro-faq .spollers-faq__item:not(:last-child) {
  margin-bottom: 1rem;
}

.outro--dark .outro-faq .spollers-faq__button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  width: 100%;
  padding: 0;
  border: none !important;
  border-radius: 0 !important;
  background: transparent;
  box-shadow: none;
  color: #fff;
  cursor: pointer;
  text-align: left;
  font: inherit;
  -webkit-tap-highlight-color: transparent;
}

.outro--dark .outro-faq .spollers-faq__button:focus {
  outline: none;
}

.outro--dark .outro-faq .spollers-faq__button:focus-visible {
  outline: 2px solid rgba(255, 222, 89, 0.45);
  outline-offset: -2px;
}

.outro--dark .outro-faq .spollers-faq__button span {
  flex: 1;
  padding: clamp(1.1rem, 2.5vw, 1.35rem) clamp(1.25rem, 3vw, 1.75rem) !important;
  font-weight: 600;
  font-size: clamp(0.95rem, 1.8vw, 1.05rem);
  line-height: 1.4;
}

.outro--dark .outro-faq .outro-faq__chevron {
  flex-shrink: 0;
  margin-right: clamp(1rem, 2.5vw, 1.5rem);
  color: #ffde59;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.outro--dark .outro-faq__list {
  overflow-anchor: none;
}

.outro--dark .outro-faq .spollers-faq__text {
  display: block !important;
  height: 0;
  overflow: hidden;
  width: 100%;
  max-height: none !important;
  transition: height 0.55s cubic-bezier(0.33, 1, 0.68, 1);
}

.outro--dark .outro-faq .spollers-faq__item.active .spollers-faq__text {
  height: auto;
}

.outro--dark .outro-faq .spollers-faq__panel {
  overflow: hidden;
}

.outro--dark .outro-faq .spollers-faq__item.active .spollers-faq__button {
  border: none !important;
  border-radius: 0 !important;
  background: transparent;
}

.outro--dark .outro-faq .spollers-faq__item.active .outro-faq__chevron {
  transform: rotate(180deg);
}

.outro--dark .outro-faq .spollers-faq__inner {
  overflow: hidden;
  padding: clamp(1rem, 2.5vw, 1.35rem) clamp(1.25rem, 3vw, 1.75rem) clamp(1.25rem, 2.5vw, 1.5rem);
  border: none !important;
  border-radius: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(0.9rem, 1.6vw, 1rem);
  line-height: 1.65;
  opacity: 0;
  transform: translateY(-6px);
  transition:
    opacity 0.45s ease,
    transform 0.5s cubic-bezier(0.33, 1, 0.68, 1);
}

.outro--dark .outro-faq .spollers-faq__item.active .spollers-faq__inner {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.08s;
}

.outro--dark .outro-faq .spollers-faq__inner a {
  color: rgba(255, 222, 89, 0.78);
  text-decoration: underline;
  text-decoration-color: rgba(255, 222, 89, 0.35);
  text-underline-offset: 0.15em;
  transition: color 0.2s ease, text-decoration-color 0.2s ease;
}

.outro--dark .outro-faq .spollers-faq__inner a:hover,
.outro--dark .outro-faq .spollers-faq__inner a:focus-visible {
  color: #ffde59;
  text-decoration-color: rgba(255, 222, 89, 0.7);
}

.outro--dark .outro-faq .spollers-faq__inner p {
  margin: 0 0 0.85rem;
}

.outro--dark .outro-faq .spollers-faq__inner p:last-child {
  margin-bottom: 0;
}

.outro--dark .outro-faq .spollers-faq__inner strong {
  color: rgba(255, 255, 255, 0.9);
  font-weight: 600;
}

.outro-faq__equipment-list {
  margin: 0 0 0.85rem;
  padding-left: 1.15rem;
  list-style: disc;
}

.outro-faq__equipment-list li {
  margin-bottom: 0.55rem;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.55;
}

.outro-faq__equipment-list li:last-child {
  margin-bottom: 0;
}

.outro-faq__equipment-list strong {
  color: rgba(255, 222, 89, 0.82);
}

.footer--dark {
  background-color: #05050a;
  color: rgba(255, 255, 255, 0.55);
}

.footer--dark .footer__policy,
.footer--dark .footer__logo,
.footer--dark .footer__copyright {
  color: rgba(255, 255, 255, 0.55);
}

.footer--dark .footer__policy:hover,
.footer--dark .footer__logo:hover {
  color: rgba(255, 222, 89, 0.85);
}

@media (max-width: 47.999rem) {
  .video-section::after {
    height: clamp(14rem, 42vw, 20rem);
  }

  .outro--dark.outro_home {
    margin-top: calc(-1 * clamp(5rem, 16vw, 8rem));
  }

  .outro--dark .outro__container {
    padding-top: clamp(3rem, 8vw, 4rem);
    padding-bottom: clamp(2.5rem, 6vw, 3.5rem);
  }
}

/* Contact modal (homepage CTA) */

.contact-modal {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: grid;
  place-items: center;
  padding: clamp(1rem, 3vw, 2rem);
}

.contact-modal[hidden] {
  display: none;
}

.contact-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(2, 2, 8, 0.78);
  backdrop-filter: blur(6px);
}

.contact-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(100%, 28rem);
  padding: clamp(1.75rem, 4vw, 2.25rem);
  border-radius: 1.25rem;
  border: 1px solid rgba(255, 222, 89, 0.14);
  background:
    linear-gradient(165deg, rgba(18, 8, 32, 0.98), rgba(5, 5, 10, 0.98));
  box-shadow:
    0 24px 80px rgba(0, 0, 0, 0.55),
    0 0 40px rgba(255, 222, 89, 0.08);
}

.contact-modal__close {
  position: absolute;
  top: 0.85rem;
  right: 0.85rem;
  width: 2.25rem;
  height: 2.25rem;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
}

.contact-modal__close:hover {
  background: rgba(255, 222, 89, 0.14);
  color: #fff;
}

.contact-modal__title {
  margin: 0 2rem 0.5rem 0;
  color: #fff;
  font-size: clamp(1.35rem, 3vw, 1.65rem);
}

.contact-modal__desc {
  margin: 0 0 1.5rem;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.95rem;
  line-height: 1.5;
}

.contact-modal__form {
  display: grid;
  gap: 1rem;
}

.contact-modal__field {
  display: grid;
  gap: 0.45rem;
}

.contact-modal__label {
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.8rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.contact-modal__input {
  width: 100%;
  padding: 0.85rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 0.65rem;
  background: rgba(255, 255, 255, 0.04);
  color: #fff;
  font: inherit;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.contact-modal__input::placeholder {
  color: rgba(255, 255, 255, 0.28);
}

.contact-modal__input:focus {
  outline: none;
  border-color: rgba(255, 222, 89, 0.45);
  box-shadow: 0 0 0 3px rgba(255, 222, 89, 0.12);
}

.contact-modal__input:invalid:not(:placeholder-shown) {
  border-color: rgba(255, 100, 100, 0.45);
}

.contact-modal__submit {
  margin-top: 0.35rem;
  width: 100%;
  border: none;
  cursor: pointer;
  color: #05050a;
  background-color: #ffde59;
  box-shadow: 0 0 24px rgba(255, 222, 89, 0.25);
}

.contact-modal__submit:hover {
  background-color: #ffe264;
}

.contact-modal__social {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.85rem;
  margin-top: 0.25rem;
}

.contact-modal__social-link {
  width: 2.65rem;
  height: 2.65rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.04);
  transition: border-color 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
}

.contact-modal__social-link img {
  width: 1.05rem;
  height: 1.05rem;
  filter: brightness(0) invert(1);
  opacity: 0.88;
  transition: filter 0.3s ease, opacity 0.3s ease;
}

.contact-modal__social-link--telegram img {
  width: 1.1rem;
  height: 1.1rem;
}

.contact-modal__social-link--instagram:hover {
  border-color: rgba(240, 130, 170, 0.5);
  background: rgba(225, 48, 108, 0.1);
  box-shadow: 0 0 18px rgba(225, 48, 108, 0.2);
}

.contact-modal__social-link--whatsapp:hover {
  border-color: rgba(80, 230, 140, 0.5);
  background: rgba(37, 211, 102, 0.1);
  box-shadow: 0 0 18px rgba(37, 211, 102, 0.2);
}

.contact-modal__social-link--telegram:hover {
  border-color: rgba(90, 190, 255, 0.55);
  background: rgba(42, 171, 238, 0.1);
  box-shadow: 0 0 18px rgba(42, 171, 238, 0.22);
}

.contact-modal__social-link:hover img {
  opacity: 1;
}

.contact-modal__success {
  margin: 0;
  padding: 0.85rem 1rem;
  border-radius: 0.65rem;
  background: rgba(255, 222, 89, 0.1);
  color: #ffde59;
  font-size: 0.95rem;
  line-height: 1.45;
  text-align: center;
}
