:root {
  --phos-black: #090806;
  --phos-ink: #17130f;
  --phos-paper: #f6f1e8;
  --phos-soft: #e3d8ca;
  --phos-gold: #caa56b;
  --phos-warm: #8e6a42;
  --phos-white: #fffaf1;
}

body.bricks-is-frontend {
  background: var(--phos-black);
}

body.home,
body.home #brx-content,
body.home .brx-body {
  background: var(--phos-black);
}

body.home #brx-content,
body.home main {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

.phos-hero.brxe-section,
.phos-about.brxe-section,
.phos-booths.brxe-section,
.phos-pricing.brxe-section,
.phos-packages.brxe-section,
.phos-contact.brxe-section,
.phos-hero > .brxe-container,
.phos-about > .brxe-container,
.phos-booths > .brxe-container,
.phos-pricing > .brxe-container,
.phos-packages > .brxe-container,
.phos-contact > .brxe-container,
.phos-bricks-shell,
.phos-bricks-shell.brxe-section,
.phos-bricks-shell > .brxe-container {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.phos-bricks-shell .brxe-shortcode {
  width: 100%;
}

.phos-site {
  background: var(--phos-black);
  color: var(--phos-white);
  font-family: Inter, Arial, sans-serif;
  overflow: hidden;
}

.phos-site *,
.phos-hero *,
.phos-about *,
.phos-booths *,
.phos-pricing *,
.phos-packages *,
.phos-contact * {
  box-sizing: border-box;
}

.phos-hero {
  min-height: 100vh;
  position: relative;
  display: flex;
  align-items: center;
  padding: clamp(5rem, 8vw, 8rem) clamp(1.25rem, 5vw, 5rem);
  isolation: isolate;
  background:
    radial-gradient(circle at 72% 20%, rgba(202, 165, 107, 0.2), transparent 18rem),
    linear-gradient(135deg, #090806 0%, #17130f 58%, #2b2116 100%);
}

.phos-hero.brxe-section {
  display: flex;
}

.phos-hero__wrap {
  width: min(1220px, 100%) !important;
  max-width: 1220px !important;
  margin-inline: auto !important;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
  padding: 0 !important;
}

.phos-hero > .phos-hero__wrap.brxe-container {
  max-width: 1220px !important;
  margin-inline: auto !important;
}

.phos-hero__content {
  position: relative;
  z-index: 2;
}

.phos-logo {
  width: clamp(7rem, 11vw, 11rem);
  height: auto;
  margin-bottom: clamp(1.5rem, 3vw, 2.4rem);
}

.phos-logo img {
  width: 100%;
  height: auto;
}

.phos-kicker,
.phos-label,
.phos-section-title p,
.phos-booths__intro p {
  color: var(--phos-gold);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.phos-hero h1 {
  max-width: 760px;
  margin: 0;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(3rem, 6.8vw, 7.4rem);
  font-weight: 400;
  line-height: 0.94;
}

.phos-rotator {
  color: var(--phos-gold);
  display: inline-block;
  min-width: 0;
  transition: opacity 180ms ease, transform 180ms ease;
}

.phos-rotator.is-changing {
  opacity: 0;
  transform: translateY(0.18em);
}

.phos-hero__text {
  max-width: 660px;
  margin: 2rem 0 0;
  color: rgba(255, 250, 241, 0.84);
  font-size: clamp(1.12rem, 1.8vw, 1.45rem);
  line-height: 1.65;
}

.phos-hero__actions,
.phos-contact__links {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
  margin-top: 2.2rem;
}

.phos-button,
.phos-link,
.phos-contact__links a {
  color: var(--phos-white);
  text-decoration: none;
  font-weight: 700;
}

.phos-button {
  border: 1px solid rgba(255, 250, 241, 0.5);
  border-radius: 999px;
  padding: 0.95rem 1.35rem;
  background: rgba(255, 250, 241, 0.08);
  backdrop-filter: blur(12px);
}

.phos-link {
  color: var(--phos-gold);
}

.phos-hero__meta {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
  max-width: 660px;
  margin-top: clamp(2rem, 4vw, 3rem);
}

.phos-hero__meta > div {
  min-height: 6rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 0.35rem;
  padding: 1rem;
  border: 1px solid rgba(255, 250, 241, 0.16);
  background: rgba(255, 250, 241, 0.055);
}

.phos-hero__meta strong {
  color: var(--phos-gold);
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(1.7rem, 3vw, 2.55rem);
  font-weight: 400;
  line-height: 1;
}

.phos-hero__meta span {
  color: rgba(255, 250, 241, 0.74);
  font-size: 0.82rem;
  line-height: 1.35;
}

.phos-hero__visual {
  position: relative;
  min-height: clamp(28rem, 54vw, 42rem);
  border: 1px solid rgba(255, 250, 241, 0.16);
  background: #17130f;
  overflow: hidden;
}

.phos-hero__visual::before {
  content: "";
  position: absolute;
  inset: 1rem;
  z-index: 2;
  border: 1px solid rgba(255, 250, 241, 0.32);
  pointer-events: none;
}

.phos-hero__image,
.phos-hero__image img {
  width: 100%;
  height: 100%;
}

.phos-hero__image {
  position: absolute;
  inset: 0;
  margin: 0;
}

.phos-hero__image img {
  object-fit: cover;
  filter: saturate(0.92) contrast(1.05);
}

.phos-hero__visual::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(9, 8, 6, 0.08) 0%, rgba(9, 8, 6, 0.78) 100%),
    radial-gradient(circle at 70% 18%, rgba(255, 248, 226, 0.26), transparent 16rem);
  pointer-events: none;
}

.phos-hero__caption {
  position: absolute;
  left: 2rem;
  right: 2rem;
  bottom: 2rem;
  z-index: 3;
  max-width: 24rem;
  padding: 1.1rem 1.2rem;
  background: rgba(9, 8, 6, 0.74);
  border: 1px solid rgba(255, 250, 241, 0.18);
  backdrop-filter: blur(14px);
}

.phos-hero__caption span {
  color: var(--phos-gold);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.16em;
}

.phos-hero__caption p {
  margin: 0.45rem 0 0;
  color: rgba(255, 250, 241, 0.82);
  line-height: 1.45;
}

.phos-scroll-line {
  position: absolute;
  left: clamp(1.2rem, 3.5vw, 3rem);
  bottom: 0;
  width: 1px;
  height: 34vh;
  background: rgba(255, 250, 241, 0.22);
  transform-origin: bottom;
}

.phos-scroll-line span,
.phos-scroll-line__fill {
  display: block;
  width: 100%;
  height: 100%;
  background: var(--phos-white);
  transform: scaleY(0);
  transform-origin: top;
}

.phos-about,
.phos-booths,
.phos-pricing,
.phos-packages,
.phos-contact {
  padding: clamp(4.5rem, 9vw, 9rem) clamp(1.5rem, 5vw, 5rem);
}

.phos-about {
  display: grid;
  grid-template-columns: minmax(220px, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(2rem, 6vw, 7rem);
  background: var(--phos-paper);
  color: var(--phos-ink);
}

.phos-section-title h2,
.phos-booths__intro h2,
.phos-pricing h2,
.phos-contact h2 {
  margin: 0;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(2.2rem, 5vw, 5rem);
  font-weight: 400;
  line-height: 1;
}

.phos-about__copy {
  display: grid;
  gap: 1.5rem;
  color: rgba(23, 19, 15, 0.78);
  font-size: clamp(1.15rem, 1.8vw, 1.55rem);
  line-height: 1.75;
}

.phos-about__copy p {
  margin: 0;
}

.phos-booths {
  background: #11100d;
}

.phos-booths__intro {
  width: min(1040px, 100%);
  margin: 0 auto 3rem;
}

.phos-booth-grid {
  width: min(1180px, 100%);
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.phos-booth-card {
  min-height: 34rem;
  position: relative;
  overflow: hidden;
  border-radius: 0;
  background: #201a14;
  opacity: 0;
  transform: translateY(2rem);
  transition: opacity 600ms ease, transform 600ms ease;
}

.phos-booth-card.is-visible {
  opacity: 1;
  transform: translateY(0);
  transition-delay: calc(var(--i) * 70ms);
}

.phos-booth-card__image,
.phos-booth-card__image img {
  position: absolute;
  inset: 0;
}

.phos-booth-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.74;
  transition: transform 800ms ease, opacity 800ms ease;
}

.phos-booth-card:hover img {
  transform: scale(1.06);
  opacity: 0.92;
}

.phos-booth-card__body {
  min-height: inherit;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 1.4rem;
  background: linear-gradient(0deg, rgba(9, 8, 6, 0.94), rgba(9, 8, 6, 0.18) 70%);
}

.phos-booth-card__body span {
  color: var(--phos-gold);
  font-weight: 800;
}

.phos-booth-card h3 {
  margin: 0.45rem 0 0.75rem;
  font-size: clamp(1.55rem, 2.3vw, 2.35rem);
  line-height: 1;
}

.phos-booth-card p {
  margin: 0;
  color: rgba(255, 250, 241, 0.78);
  font-size: 1rem;
  line-height: 1.55;
}

.phos-pricing {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1fr);
  gap: clamp(2rem, 6vw, 6rem);
  align-items: start;
  background: var(--phos-paper);
  color: var(--phos-ink);
  opacity: 0;
  transform: translateY(2rem);
  transition: opacity 600ms ease, transform 600ms ease;
}

.phos-pricing.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.phos-pricing p:not(.phos-label) {
  color: rgba(23, 19, 15, 0.72);
  font-size: 1.2rem;
  line-height: 1.7;
}

.phos-price-list {
  border-top: 1px solid rgba(23, 19, 15, 0.2);
}

.phos-price-list div {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.2rem 0;
  border-bottom: 1px solid rgba(23, 19, 15, 0.2);
  font-size: clamp(1.05rem, 1.8vw, 1.35rem);
}

.phos-price-list strong {
  color: var(--phos-warm);
  white-space: nowrap;
}

.phos-packages {
  background: #13110f;
}

.phos-package-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  width: min(1180px, 100%);
  margin: 2rem auto 0;
}

.phos-package-grid article,
.phos-package-card {
  border: 1px solid rgba(255, 250, 241, 0.16);
  padding: clamp(1.3rem, 3vw, 2rem);
  min-height: 22rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  opacity: 0;
  transform: translateY(2rem);
  transition: opacity 600ms ease, transform 600ms ease, border-color 300ms ease;
}

.phos-package-grid article.is-visible,
.phos-package-card.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.phos-package-grid article:hover,
.phos-package-card:hover {
  border-color: rgba(202, 165, 107, 0.7);
}

.phos-package-grid span,
.phos-package-card .phos-package-label {
  color: var(--phos-gold);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.phos-package-grid h3,
.phos-package-card h3 {
  margin: 1rem 0;
  font-size: clamp(1.55rem, 2.4vw, 2.4rem);
  line-height: 1.08;
}

.phos-package-grid p,
.phos-package-card p {
  color: rgba(255, 250, 241, 0.72);
  line-height: 1.65;
}

.phos-package-grid strong,
.phos-package-card strong {
  color: var(--phos-gold);
  font-size: 2rem;
}

.phos-contact {
  display: grid;
  grid-template-columns: 14rem minmax(0, 1fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
  background: var(--phos-black);
}

.phos-contact__mark {
  width: 14rem;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 250, 241, 0.18);
  border-radius: 50%;
}

.phos-contact__mark img {
  width: 55%;
  height: auto;
}

.phos-contact__links a {
  color: var(--phos-white);
  border-bottom: 1px solid rgba(255, 250, 241, 0.32);
  padding-bottom: 0.3rem;
}

@media (max-width: 980px) {
  .phos-hero__wrap {
    grid-template-columns: 1fr;
  }

  .phos-hero__visual {
    min-height: 34rem;
  }

  .phos-about,
  .phos-pricing,
  .phos-contact {
    grid-template-columns: 1fr;
  }

  .phos-booth-grid,
  .phos-package-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .phos-hero {
    min-height: auto;
    padding-top: 5rem;
    padding-bottom: 4rem;
  }

  .phos-hero h1 {
    font-size: clamp(2.65rem, 16vw, 4.25rem);
  }

  .phos-hero__meta {
    grid-template-columns: 1fr;
  }

  .phos-hero__visual {
    min-height: 28rem;
  }

  .phos-hero__caption {
    left: 1rem;
    right: 1rem;
    bottom: 1rem;
  }

  .phos-booth-grid,
  .phos-package-grid {
    grid-template-columns: 1fr;
  }

  .phos-booth-card {
    min-height: 28rem;
  }

  .phos-contact__mark {
    width: 9rem;
  }

  .phos-price-list div {
    align-items: flex-start;
    flex-direction: column;
  }
}

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


/* Salient/WPBakery homepage support */
body.home #ajax-content-wrap,
body.home .container-wrap,
body.home #page-header-wrap,
body.home #footer-outer { background: var(--phos-black); }

body.home .container-wrap,
body.home .main-content,
body.home .wpb_content_element { margin: 0; padding: 0; }

body.home .wpb_text_column,
body.home .wpb_text_column > .wpb_wrapper { margin-bottom: 0; }

body.home .vc_row.phos-hero,
body.home .vc_row.phos-about,
body.home .vc_row.phos-booths,
body.home .vc_row.phos-pricing,
body.home .vc_row.phos-packages,
body.home .vc_row.phos-contact { margin-left: 0 !important; margin-right: 0 !important; }

body.home .vc_row.phos-hero > .row_col_wrap_12,
body.home .vc_row.phos-about > .row_col_wrap_12,
body.home .vc_row.phos-booths > .row_col_wrap_12,
body.home .vc_row.phos-pricing > .row_col_wrap_12,
body.home .vc_row.phos-packages > .row_col_wrap_12,
body.home .vc_row.phos-contact > .row_col_wrap_12,
body.home .vc_row.phos-hero .vc_column-inner,
body.home .vc_row.phos-about .vc_column-inner,
body.home .vc_row.phos-booths .vc_column-inner,
body.home .vc_row.phos-pricing .vc_column-inner,
body.home .vc_row.phos-packages .vc_column-inner,
body.home .vc_row.phos-contact .vc_column-inner {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

body.home .phos-hero p,
body.home .phos-about p,
body.home .phos-booths p,
body.home .phos-pricing p,
body.home .phos-packages p,
body.home .phos-contact p,
body.home .phos-hero figure,
body.home .phos-about figure,
body.home .phos-booths figure,
body.home .phos-pricing figure,
body.home .phos-packages figure,
body.home .phos-contact figure { margin-bottom: 0; }

body.home .phos-package-grid article { box-sizing: border-box; }


/* Salient/WPBakery home full-bleed overflow fix 20260618 */
body.home,
body.home #ajax-content-wrap {
  overflow-x: clip;
}

@supports not (overflow-x: clip) {
  body.home,
  body.home #ajax-content-wrap {
    overflow-x: hidden;
  }
}

body.home .container-wrap > .main-content,
body.home #ajax-content-wrap .container-wrap .container.main-content {
  width: 100%;
  max-width: none;
}

body.home .vc_row,
body.home .wpb_row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

body.home .vc_row > .row_col_wrap_12,
body.home .wpb_row > .row_col_wrap_12,
body.home .vc_column_container > .vc_column-inner {
  width: 100%;
  max-width: none;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
