.home-page {
  overflow: clip;
}

.hero-section {
  position: relative;
  isolation: isolate;
  background:
    radial-gradient(
      circle at top left,
      rgba(235, 175, 48, 0.16),
      transparent 24%
    ),
    radial-gradient(
      circle at 84% 12%,
      rgba(198, 142, 168, 0.18),
      transparent 26%
    ),
    linear-gradient(180deg, #fffdf9 0%, #fff9f2 100%);
  padding: clamp(2.5rem, 5vw, 4.75rem) 0;
}

.hero-shell {
  width: var(--container);
  margin-inline: auto;
  display: grid;
  gap: 2.25rem;
  align-items: center;
}

.hero-copy {
  display: grid;
  gap: 1.15rem;
}

.hero-kicker {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 0.5rem;
  padding: 0.45rem 0.8rem;
  border: 1px solid rgba(31, 26, 22, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.76);
  box-shadow: var(--shadow-card);
  color: var(--secondary-deep);
  font-size: var(--small-font-size);
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.hero-copy h1 {
  max-width: 11ch;
  line-height: 0.9;
}

.hero-copy h1 span {
  display: block;
}

.hero-description {
  max-width: 34rem;
  color: var(--text-muted);
  font-size: clamp(1.02rem, 1.85vw, 1.22rem);
  line-height: 1.68;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
}

.hero-button {
  min-width: 140px;
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.8rem 1.35rem;
  border-radius: 999px;
  border: 1px solid transparent;
  font-size: 0.98rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease,
    background-color 0.22s ease,
    color 0.22s ease;
}

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

.hero-button--primary {
  background: linear-gradient(135deg, var(--primary), #f3c457);
  color: #33220a;
  box-shadow: 0 18px 34px rgba(235, 175, 48, 0.28);
}

.hero-button--secondary {
  background: rgba(255, 255, 255, 0.74);
  border-color: rgba(31, 26, 22, 0.1);
  color: var(--dark);
  box-shadow: var(--shadow-card);
}

.hero-highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  padding-top: 0.25rem;
}

.hero-highlights li {
  padding: 0.6rem 0.9rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(31, 26, 22, 0.08);
  color: var(--dark);
  font-size: var(--small-font-size);
  box-shadow: var(--shadow-card);
}

.hero-trust {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.9rem;
  padding-top: 0.55rem;
}

.hero-trust__item {
  padding: 1rem 0.95rem;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(31, 26, 22, 0.08);
  box-shadow: var(--shadow-card);
}

.hero-trust__item strong {
  display: block;
  margin-bottom: 0.2rem;
  font-size: 1.2rem;
}

.hero-trust__item span {
  color: var(--text-muted);
  font-size: var(--small-font-size);
  line-height: 1.45;
}

.hero-showcase {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-gallery {
  position: relative;
  width: min(100%, 560px);
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(180px, 0.9fr);
  gap: 1rem;
  align-items: stretch;
}

.hero-gallery figure {
  margin: 0;
}

.hero-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-gallery__primary,
.hero-gallery__secondary {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  box-shadow: 0 26px 60px rgba(31, 26, 22, 0.18);
}

.hero-gallery__primary {
  min-height: 500px;
}

.hero-gallery__primary::after,
.hero-gallery__secondary::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    transparent 30%,
    rgba(24, 18, 14, 0.48) 100%
  );
}

.hero-gallery__primary figcaption {
  position: absolute;
  right: 1.1rem;
  bottom: 1.1rem;
  left: 1.1rem;
  z-index: 1;
  color: var(--light);
  display: grid;
  gap: 0.35rem;
}

.hero-gallery__primary figcaption strong {
  font-size: 1.35rem;
}

.hero-gallery__primary figcaption span {
  font-size: 0.98rem;
  line-height: 1.45;
}

.hero-gallery__stack {
  display: grid;
  gap: 1rem;
}

.hero-gallery__secondary {
  min-height: 242px;
}

.hero-gallery__secondary figcaption {
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: 0.95rem;
  z-index: 1;
  color: var(--light);
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.hero-badge {
  position: absolute;
  z-index: 2;
  max-width: 230px;
  padding: 0.95rem 1rem;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(31, 26, 22, 0.08);
  box-shadow: 0 18px 34px rgba(31, 26, 22, 0.12);
}

.hero-badge span {
  display: block;
  margin-bottom: 0.25rem;
  color: var(--secondary-deep);
  font-size: var(--xs-font-size);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-badge strong {
  font-size: 1rem;
  line-height: 1.35;
}

.hero-badge--top {
  top: 1rem;
  left: -1.25rem;
}

.hero-badge--bottom {
  right: -1.2rem;
  bottom: 1rem;
}

@media (max-width: 767px) {
  .hero-copy h1 {
    max-width: none;
  }

  .hero-trust {
    grid-template-columns: 1fr;
  }

  .hero-gallery {
    grid-template-columns: 1fr;
  }

  .hero-gallery__primary {
    min-height: 340px;
  }

  .hero-gallery__secondary {
    min-height: 190px;
  }

  .hero-badge {
    position: static;
    max-width: none;
  }
}

@media (min-width: 992px) {
  .hero-shell {
    grid-template-columns: minmax(0, 1fr) minmax(420px, 0.95fr);
    gap: 3rem;
  }
}

.boutique-banner {
  position: relative;
  overflow: clip;
  padding: clamp(2.5rem, 5vw, 5rem) 0 clamp(3rem, 6vw, 5.5rem);
  background: linear-gradient(180deg, #fffdf9 0%, #fff8f2 100%);
  color: var(--dark);
}

.boutique-banner__mesh {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(
      circle at 15% 18%,
      rgba(235, 175, 48, 0.08),
      transparent 26%
    ),
    radial-gradient(
      circle at 82% 16%,
      rgba(198, 142, 168, 0.08),
      transparent 28%
    ),
    radial-gradient(
      circle at 64% 72%,
      rgba(235, 175, 48, 0.05),
      transparent 24%
    ),
    linear-gradient(180deg, rgba(255, 255, 255, 0.35), rgba(255, 255, 255, 0));
  pointer-events: none;
}

.boutique-banner__shell {
  position: relative;
  z-index: 1;
  width: var(--container);
  margin-inline: auto;
  display: grid;
  gap: 2.2rem;
  align-items: center;
}

.boutique-banner__copy {
  position: relative;
  z-index: 2;
}

.boutique-banner__glass {
  max-width: 42rem;
  padding: clamp(1.5rem, 3vw, 2.3rem);
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.48);
  backdrop-filter: blur(18px);
  box-shadow: 0 26px 60px rgba(31, 26, 22, 0.12);
}

.boutique-banner__eyebrow {
  display: inline-flex;
  margin-bottom: 1rem;
  padding: 0.45rem 0.85rem;
  border: 1px solid rgba(31, 26, 22, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--secondary-deep);
  font-size: var(--small-font-size);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.boutique-banner__glass h1 {
  margin-bottom: 1rem;
  color: var(--dark);
  line-height: 0.92;
}

.boutique-banner__accent {
  display: block;
  width: fit-content;
  background: linear-gradient(135deg, #ebaf30 0%, #c68ea8 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  position: relative;
}

.boutique-banner__accent::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.22em;
  height: 0.12em;
  border-radius: 999px;
  background: linear-gradient(
    135deg,
    rgba(235, 175, 48, 0.95),
    rgba(198, 142, 168, 0.95)
  );
}

.boutique-banner__glass p {
  max-width: 34rem;
  margin-bottom: 1.4rem;
  color: var(--text-muted);
  font-size: clamp(1.05rem, 1.85vw, 1.18rem);
  line-height: 1.72;
}

.boutique-banner__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-bottom: 1.2rem;
}

.boutique-banner__button {
  min-width: 150px;
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.85rem 1.45rem;
  border-radius: 999px;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  transition:
    transform 0.24s ease,
    box-shadow 0.24s ease,
    filter 0.24s ease,
    background-color 0.24s ease;
}

.boutique-banner__button--primary {
  background: linear-gradient(135deg, #ebaf30 0%, #c68ea8 100%);
  color: #221710;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.2),
    0 0 28px rgba(235, 175, 48, 0.18);
}

.boutique-banner__button--primary:hover {
  transform: translateY(-2px) scale(1.03);
  filter: saturate(1.05);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.08),
    0 0 38px rgba(198, 142, 168, 0.28);
}

.boutique-banner__button--secondary {
  border: 1px solid rgba(31, 26, 22, 0.1);
  background: rgba(255, 255, 255, 0.72);
  color: var(--dark);
}

.boutique-banner__button--secondary:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.92);
}

.boutique-banner__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.boutique-banner__meta span {
  padding: 0.58rem 0.9rem;
  border-radius: 999px;
  border: 1px solid rgba(31, 26, 22, 0.08);
  background: rgba(255, 255, 255, 0.72);
  color: var(--dark);
  font-size: var(--small-font-size);
}

.boutique-banner__visual {
  display: flex;
  justify-content: center;
}

.boutique-banner__stack {
  position: relative;
  width: min(100%, 590px);
  min-height: 560px;
}

.boutique-banner__image {
  position: absolute;
  overflow: hidden;
  border-radius: 30px;
  box-shadow: 0 28px 60px rgba(31, 26, 22, 0.16);
}

.boutique-banner__image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.boutique-banner__image--main {
  inset: 0 3.5rem 2.5rem 0;
  border: 1px solid rgba(255, 255, 255, 0.55);
}

.boutique-banner__image--primary,
.boutique-banner__image--rose {
  animation: bannerFloat 5s ease-in-out infinite;
}

.boutique-banner__image--primary {
  top: 1.25rem;
  right: 0;
  width: 210px;
  height: 250px;
  border: 3px solid rgba(235, 175, 48, 0.9);
  animation-delay: 0.15s;
}

.boutique-banner__image--rose {
  left: 2.2rem;
  bottom: 0;
  width: 190px;
  height: 210px;
  border: 3px solid rgba(198, 142, 168, 0.92);
  animation-delay: 0.55s;
}

.boutique-banner__card {
  position: absolute;
  max-width: 245px;
  padding: 1rem 1.05rem;
  border: 1px solid rgba(255, 255, 255, 0.52);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.66);
  backdrop-filter: blur(14px);
  box-shadow: 0 18px 42px rgba(31, 26, 22, 0.12);
}

.boutique-banner__card span {
  display: block;
  margin-bottom: 0.3rem;
  color: #f1d28d;
  font-size: var(--xs-font-size);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.boutique-banner__card strong {
  color: var(--dark);
  font-size: 1rem;
  line-height: 1.45;
}

.boutique-banner__card--top {
  top: 1.5rem;
  left: -0.75rem;
}

.boutique-banner__card--bottom {
  right: 0.6rem;
  bottom: 1.6rem;
}

@keyframes bannerFloat {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }
}

@media (min-width: 992px) {
  .boutique-banner__shell {
    grid-template-columns: minmax(0, 1fr) minmax(420px, 0.95fr);
    gap: 3rem;
  }
}

@media (max-width: 991px) {
  .boutique-banner__glass h1 {
    max-width: none;
  }

  .boutique-banner__stack {
    min-height: 500px;
  }
}

@media (max-width: 767px) {
  .boutique-banner {
    padding-top: 2rem;
  }

  .boutique-banner__glass {
    padding: 1.25rem;
    border-radius: 26px;
  }

  .boutique-banner__actions {
    flex-direction: column;
  }

  .boutique-banner__button {
    width: 100%;
  }

  .boutique-banner__stack {
    min-height: auto;
    display: grid;
    gap: 1rem;
  }

  .boutique-banner__image,
  .boutique-banner__card {
    position: static;
    width: 100%;
    height: auto;
    animation: none;
  }

  .boutique-banner__image--main {
    inset: auto;
    min-height: 320px;
  }

  .boutique-banner__image--primary,
  .boutique-banner__image--rose {
    min-height: 220px;
  }

  .boutique-banner__image img {
    min-height: inherit;
  }
}

.about-luxury-section {
  padding: clamp(4rem, 7vw, 6rem) 0;
}

.about-luxury-shell {
  width: var(--container);
  margin-inline: auto;
  display: grid;
  gap: 2.5rem;
  align-items: center;
}

.about-luxury-media {
  position: relative;
  min-height: 560px;
}

.about-luxury-media__primary,
.about-luxury-media__secondary {
  margin: 0;
  overflow: hidden;
  border: 20px solid #ffffff;
  border-radius: 30px;
  box-shadow: 0 26px 52px rgba(31, 26, 22, 0.12);
}

.about-luxury-media__primary {
  width: min(100%, 430px);
  height: 100%;
  min-height: 560px;
}

.about-luxury-media__secondary {
  position: absolute;
  right: 0;
  bottom: 2rem;
  width: min(72%, 320px);
  min-height: 220px;
}

.about-luxury-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.about-luxury-badge {
  position: absolute;
  left: clamp(1rem, 3vw, 2rem);
  bottom: 1rem;
  z-index: 2;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.85rem;
  align-items: center;
  max-width: 300px;
  padding: 1rem 1.1rem;
  border: 1px solid rgba(255, 255, 255, 0.68);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(10px);
  box-shadow: 0 18px 40px rgba(31, 26, 22, 0.1);
}

.about-luxury-badge__icon {
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background: linear-gradient(
    145deg,
    rgba(235, 175, 48, 0.16),
    rgba(198, 142, 168, 0.14)
  );
  color: #ebaf30;
}

.about-luxury-badge__icon svg {
  width: 22px;
  height: 22px;
  fill: currentColor;
}

.about-luxury-badge__label {
  display: block;
  margin-bottom: 0.2rem;
  color: #c68ea8;
  font-size: var(--xs-font-size);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.about-luxury-badge strong {
  color: #2c2521;
  font-size: 1rem;
  line-height: 1.45;
}

.about-luxury-copy {
  display: grid;
  gap: 1rem;
}

.about-luxury-tag {
  color: #c68ea8;
  font-size: var(--small-font-size);
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.about-luxury-copy h2 {
  color: #2a2420;
  line-height: 0.98;
}

.about-luxury-divider {
  width: 92px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, #ebaf30 0%, rgba(235, 175, 48, 0.18) 100%);
}

.about-luxury-lead {
  max-width: 39rem;
  color: #655f5a;
  font-size: clamp(1rem, 1.8vw, 1.14rem);
  line-height: 1.75;
}

.about-luxury-bullets {
  display: grid;
  gap: 0.7rem;
}

.about-luxury-bullets li {
  position: relative;
  padding-left: 1.25rem;
  color: #655f5a;
  font-size: 1rem;
  line-height: 1.65;
}

.about-luxury-bullets li::before {
  content: "";
  position: absolute;
  top: 0.65rem;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: #ebaf30;
  box-shadow: 0 0 0 4px rgba(235, 175, 48, 0.12);
}

.about-luxury-features {
  display: grid;
  gap: 1rem;
  padding-top: 0.4rem;
}

.about-luxury-feature {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.9rem;
  align-items: start;
  padding: 1.1rem 1.15rem;
  border: 1px solid rgba(31, 26, 22, 0.07);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 12px 28px rgba(31, 26, 22, 0.05);
}

.about-luxury-feature__icon {
  width: 50px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background: linear-gradient(
    145deg,
    rgba(235, 175, 48, 0.12),
    rgba(198, 142, 168, 0.1)
  );
  color: #ebaf30;
}

.about-luxury-feature__icon svg {
  width: 23px;
  height: 23px;
  fill: currentColor;
}

.about-luxury-feature h3 {
  margin-bottom: 0.35rem;
  color: #2a2420;
  font-size: clamp(1.35rem, 2vw, 1.7rem);
}

.about-luxury-feature p {
  color: #655f5a;
  font-size: 0.98rem;
  line-height: 1.65;
}

@media (min-width: 960px) {
  .about-luxury-shell {
    grid-template-columns: minmax(0, 0.94fr) minmax(0, 1.06fr);
    gap: 3rem;
  }
}

@media (max-width: 959px) {
  .about-luxury-media__primary {
    width: 100%;
  }

  .about-luxury-copy h2 {
    max-width: none;
  }
}

@media (max-width: 767px) {
  .about-luxury-media {
    min-height: auto;
    display: grid;
    gap: 1rem;
  }

  .about-luxury-media__primary,
  .about-luxury-media__secondary {
    position: static;
    width: 100%;
    min-height: 280px;
    border-width: 14px;
  }

  .about-luxury-badge {
    position: static;
    max-width: none;
  }

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

@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600&family=Playfair+Display:wght@600;700&display=swap");

.services-editorial-section {
  padding: clamp(4rem, 7vw, 6rem) 0;
}

.services-editorial-shell {
  width: var(--container);
  margin-inline: auto;
  display: grid;
  gap: 2.2rem;
}

.services-editorial-head {
  display: grid;
  justify-items: center;
  gap: 0.7rem;
  text-align: center;
}

.services-editorial-tag {
  color: #c68ea8;
  font-family: "Montserrat", "Segoe UI", sans-serif;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.services-editorial-head h2 {
  color: #2a2420;
  line-height: 0.98;
}

.services-editorial-divider {
  width: 92px;
  height: 1px;
  background: linear-gradient(
    90deg,
    rgba(235, 175, 48, 0.25),
    #ebaf30,
    rgba(235, 175, 48, 0.25)
  );
}

.services-editorial-panels {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  min-height: 560px;
}

.services-editorial-panel {
  position: relative;
  min-width: 0;
  min-height: 270px;
  overflow: hidden;
  border-radius: 28px;
  background-color: #f7f2ee;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 0 18px 42px rgba(31, 26, 22, 0.08);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.services-editorial-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.72),
    rgba(255, 255, 255, 0.9)
  );
  transition: opacity 0.35s ease;
}

.services-editorial-panel:hover {
  transform: translateY(-4px);
  box-shadow: 0 26px 58px rgba(31, 26, 22, 0.14);
}

.services-editorial-panel:hover::before {
  opacity: 0;
}

.services-editorial-panel__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(31, 26, 22, 0.1) 0%,
    rgba(31, 26, 22, 0.68) 100%
  );
  opacity: 0;
  transition: opacity 0.35s ease;
}

.services-editorial-panel:hover .services-editorial-panel__overlay {
  opacity: 1;
}

.services-editorial-panel__inner {
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 1.15rem;
  color: #2a2420;
}

.services-editorial-panel__number {
  position: absolute;
  top: 0.8rem;
  left: 0.9rem;
  color: rgba(198, 142, 168, 0.22);
  font-family: "Montserrat", "Segoe UI", sans-serif;
  font-size: clamp(2.8rem, 4vw, 4.4rem);
  font-weight: 600;
  line-height: 1;
}

.services-editorial-panel h3 {
  position: relative;
  margin-top: auto;
  color: #2a2420;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.2rem, 1.6vw, 1.65rem);
  line-height: 1.08;
  transition: color 0.35s ease;
}

.services-editorial-panel p,
.services-editorial-panel__link {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition:
    opacity 0.28s ease,
    max-height 0.35s ease,
    margin-top 0.28s ease,
    color 0.35s ease;
}

.services-editorial-panel p {
  margin-top: 0;
  color: rgba(255, 255, 255, 0.9);
  font-family: "Montserrat", "Segoe UI", sans-serif;
  font-size: 0.88rem;
  line-height: 1.6;
}

.services-editorial-panel__link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin-top: 0;
  color: #ebaf30;
  font-family: "Montserrat", "Segoe UI", sans-serif;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.services-editorial-panel:hover h3 {
  color: #ffffff;
}

.services-editorial-panel:hover p,
.services-editorial-panel:hover .services-editorial-panel__link {
  max-height: 150px;
  opacity: 1;
}

.services-editorial-panel:hover p {
  margin-top: 0.85rem;
}

.services-editorial-panel:hover .services-editorial-panel__link {
  margin-top: 1rem;
}

.services-editorial-panel--corporate {
  background-image: url("https://images.unsplash.com/photo-1511578314322-379afb476865?auto=format&fit=crop&w=1400&q=80");
}

.services-editorial-panel--weddings {
  background-image: url("https://images.unsplash.com/photo-1519225421980-715cb0215aed?auto=format&fit=crop&w=1400&q=80");
}

.services-editorial-panel--soirees {
  background-image: url("https://images.unsplash.com/photo-1530103862676-de8c9debad1d?auto=format&fit=crop&w=1400&q=80");
}

.services-editorial-panel--destination {
  background-image: url("https://images.unsplash.com/photo-1505236858219-8359eb29e329?auto=format&fit=crop&w=1400&q=80");
}

.services-editorial-panel--decor {
  background-image: url("https://images.unsplash.com/photo-1464366400600-7168b8af9bc3?auto=format&fit=crop&w=1400&q=80");
}

.services-editorial-panel--planning {
  background-image: url("https://images.unsplash.com/photo-1517457373958-b7bdd4587205?auto=format&fit=crop&w=1400&q=80");
}

@media (max-width: 991px) {
  .services-editorial-panels {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    min-height: auto;
  }

  .services-editorial-panel {
    border-radius: 26px;
  }
}

@media (max-width: 767px) {
  .services-editorial-panels {
    grid-template-columns: 1fr;
  }

  .services-editorial-panel {
    min-height: 220px;
  }

  .services-editorial-panel::before {
    opacity: 0;
    background: linear-gradient(
      180deg,
      rgba(31, 26, 22, 0.18),
      rgba(31, 26, 22, 0.72)
    );
  }

  .services-editorial-panel__overlay {
    opacity: 1;
  }

  .services-editorial-panel h3,
  .services-editorial-panel p,
  .services-editorial-panel__link {
    color: #ffffff;
  }

  .services-editorial-panel p,
  .services-editorial-panel__link {
    max-height: none;
    opacity: 1;
  }

  .services-editorial-panel p {
    margin-top: 0.75rem;
  }

  .services-editorial-panel__link {
    margin-top: 1rem;
  }

  .services-editorial-panel__number {
    color: rgba(255, 255, 255, 0.22);
  }
}

/* --- PREMIUM ARCHITECTURAL GRID --- */
.portfolio-exhibition {
}

.exhibition-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 25px;
}

/* Header Refinement */
.exhibition-header {
  margin-bottom: clamp(40px, 8vw, 80px);
}

.header-accent {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 10px;
}

.accent-line {
  width: 60px;
  height: 1px;
  background: #ebaf30;
}

.luxe-eyebrow {
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: #c68ea8;
  font-weight: 700;
}

.exhibition-title {
  color: #1a1a1a;
  line-height: 1;
}

.exhibition-title em {
  font-style: italic;
  color: #ebaf30;
  font-weight: 400;
}

.exhibition-lead {
  color: #888;
  font-size: 1.1rem;
  line-height: 1.7;
  margin-top: 20px;
}

/* --- THE MASTER 12-COLUMN PUZZLE --- */
.exhibition-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-auto-rows: 140px; /* Precise height control */
  gap: 25px;
}

/* Mapping your Layout Image perfectly */
.item-1 {
  grid-column: 1 / 7;
  grid-row: 1 / 3;
} /* Top Wide */
.item-2 {
  grid-column: 7 / 10;
  grid-row: 1 / 5;
} /* Tall Bridge */
.item-3 {
  grid-column: 10 / 13;
  grid-row: 1 / 3;
} /* Top Right */
.item-4 {
  grid-column: 10 / 13;
  grid-row: 3 / 6;
} /* Mid Right Vertical */
.item-5 {
  grid-column: 1 / 4;
  grid-row: 3 / 7;
} /* Tall Left Anchor */
.item-6 {
  grid-column: 4 / 7;
  grid-row: 3 / 5;
} /* Center Square */
.item-7 {
  grid-column: 4 / 13;
  grid-row: 5 / 7;
} /* Wide Bottom Anchor */

/* --- THE ELITE ELEGANT HOVER LOGIC --- */

.exhibit-inner {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 28px;
  overflow: hidden;
  background: #ffffff;
  /* Subtle outer glow instead of heavy shadow */
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.02);
  transition: box-shadow 0.5s ease;
}

.exhibit-inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* Ultra-smooth transformation curve */
  transition:
    transform 1.4s cubic-bezier(0.15, 1, 0.3, 1),
    filter 1s ease;
  will-change: transform;
}

/* --- THE REFINED SATIN-GLASS PANEL --- */
.exhibit-glass {
  position: absolute;
  bottom: 25px;
  left: 25px;
  right: 25px;
  padding: 22px 28px;

  /* Satin Effect: Semi-transparent white with a vertical gradient */
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.4) 0%,
    rgba(255, 255, 255, 0.2) 100%
  );

  /* Elite Blur Intensity */
  backdrop-filter: blur(12px) saturate(140%);
  -webkit-backdrop-filter: blur(12px) saturate(140%);

  /* The "Silk Border": Ultra-thin and subtle */
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 20px;

  /* Hidden State: Lowered and fully transparent */
  opacity: 0;
  transform: translateY(20px) scale(0.98);
  transition: all 0.7s cubic-bezier(0.16, 1, 0.3, 1);

  z-index: 5;
  pointer-events: none;
}

/* --- INTERACTIVE STATES --- */

.exhibit-item:hover .exhibit-inner {
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.08);
}

.exhibit-item:hover .exhibit-inner img {
  /* Subtle breathing expansion */
  transform: scale(1.06);
  filter: contrast(1.02) brightness(0.95);
}

/* The Reveal */
.exhibit-item:hover .exhibit-glass {
  opacity: 1;
  transform: translateY(0) scale(1);
}

/* Individual Content Transitions for a "Staggered" Feel */
.exhibit-tag {
  color: #ebaf30;
  font-family: "Montserrat", sans-serif;
  font-size: 10px;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-weight: 800;
  display: block;
  margin-bottom: 6px;

  /* Subtle text reveal delay */
  opacity: 0;
  transform: translateX(-5px);
  transition: all 0.5s ease 0.1s;
}

.exhibit-glass h3 {
  font-family: "Playfair Display", serif;
  font-size: 1.4rem;
  color: #1a1a1a;
  margin: 0;
  font-weight: 500;

  /* Subtle text reveal delay */
  opacity: 0;
  transform: translateY(5px);
  transition: all 0.5s ease 0.2s;
}

.exhibit-item:hover .exhibit-tag,
.exhibit-item:hover .exhibit-glass h3 {
  opacity: 1;
  transform: translate(0);
}

/* --- PREMIUM MOBILE ADAPTATION --- */
@media (max-width: 768px) {
  .exhibit-glass {
    opacity: 1;
    background: rgba(255, 255, 255, 0.9);
    transform: none;
    bottom: 15px;
    left: 15px;
    right: 15px;
    padding: 15px 20px;
  }
  .exhibit-tag,
  .exhibit-glass h3 {
    opacity: 1;
    transform: none;
  }
}

/* --- FULLY RESPONSIVE BREAKPOINTS --- */
@media (max-width: 1024px) {
  .exhibition-grid {
    grid-auto-rows: 110px;
    gap: 15px;
  }
  .exhibit-glass {
    padding: 15px;
  }
}

@media (max-width: 768px) {
  .exhibition-grid {
    display: flex;
    flex-direction: column;
    gap: 25px;
  }
  .exhibit-item {
    height: 400px !important;
  }
  .exhibit-glass {
    opacity: 1;
    background: rgba(255, 255, 255, 0.85);
    transform: none;
  }
}

/* --- COMPACT BUTTERFLY ENGINE --- */
.butterfly-compact {
}

.compact-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
}

.compact-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 60px;
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 30px;
}

.compact-title {
  color: #1a1a1a;
  margin: 0;
}

.compact-title em {
  color: #ebaf30;
  font-style: italic;
  font-weight: 400;
}

.compact-lead {
  max-width: 350px;
  color: #888;
  font-size: 0.95rem;
  line-height: 1.6;
  margin: 0;
}

/* --- GRID LOGIC --- */
.compact-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.compact-card {
  position: relative;
  background: #fafafa;
  border-radius: 20px;
  padding: 40px 30px;
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  border: 1px solid rgba(0, 0, 0, 0.02);
  overflow: hidden;
}

.card-inner {
  position: relative;
  z-index: 2;
}

.card-num {
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  font-weight: 800;
  color: #c68ea8;
  letter-spacing: 2px;
  display: block;
  margin-bottom: 20px;
}

.compact-card h3 {
  font-family: "Playfair Display", serif;
  font-size: 1.4rem;
  line-height: 1.2;
  margin-bottom: 15px;
  color: #1a1a1a;
}

.compact-card p {
  color: #777;
  font-size: 0.9rem;
  line-height: 1.5;
  margin: 0;
}

/* --- THE ELEGANT REVEAL --- */
.card-gold-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 4px;
  background: #ebaf30;
  transition: width 0.6s ease;
}

.compact-card:hover {
  background: #ffffff;
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
}

.compact-card:hover .card-gold-bar {
  width: 100%;
}

.compact-card:hover h3 {
  color: #ebaf30;
}

/* --- RESPONSIVE --- */
@media (max-width: 1024px) {
  .compact-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .compact-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  .compact-grid {
    grid-template-columns: 1fr;
  }
}

/* SECTION */
/* ===== HEADER ===== */
.bt-header {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 70px;
}

/* SMALL LABEL */
.bt-subtitle {
  display: inline-block;
  font-size: 11px;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #ebaf30;
  margin-bottom: 15px;
  font-weight: 600;
}

/* MAIN TITLE */
.bt-title {
  font-size: 42px;
  font-weight: 500;
  color: #111;
  margin-bottom: 15px;
  line-height: 1.2;
}

/* GOLD ACCENT WORD */
.bt-title span {
  color: #ebaf30;
  font-style: italic;
}

/* DESCRIPTION */
.bt-desc {
  font-size: 15px;
  color: #777;
  line-height: 1.7;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .bt-title {
    font-size: 30px;
  }

  .bt-header {
    margin-bottom: 50px;
    padding: 0 15px;
  }
}

.bt-testimonials {
  overflow: hidden;
}

.bt-slider-wrapper {
  max-width: 1300px; /* Slightly wider for 2-card breathing room */
  margin: auto;
  padding: 0 20px;
  position: relative;
}

/* SLIDER TRACK */
.bt-container {
  display: flex;
  gap: 30px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  padding: 20px 0;
  /* Hide scrollbar */
  scrollbar-width: none;
}
.bt-container::-webkit-scrollbar {
  display: none;
}

/* CARD - Optimized for 2 per screen */
.bt-card {
  position: relative;
  height: 480px;
  flex: 0 0 calc(50% - 15px); /* Forces 2 cards on laptop */
  scroll-snap-align: start;
  border-radius: 24px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  transition:
    transform 0.4s ease,
    box-shadow 0.4s ease;
}

.bt-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4); /* Lighter to show event decor */
}

/* INNER GLASS BOX */
.bt-inner {
  position: relative;
  text-align: center;
  padding: 40px 30px;
  max-width: 85%;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  border: 1px solid rgba(235, 175, 48, 0.5);
  border-radius: 15px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
}

.bt-text {
  color: #fff;
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 25px;
  font-family: "Playfair Display", serif;
  font-style: italic;
}

.bt-name {
  color: #ebaf30;
  font-size: 22px;
  margin-bottom: 5px;
  font-family: "Playfair Display", serif;
}

.bt-role {
  color: #ddd;
  font-size: 11px;
  letter-spacing: 3px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 15px;
}

.bt-stars {
  color: #ebaf30;
  font-size: 14px;
  letter-spacing: 3px;
}

/* CUSTOM DOTS */
.bt-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 30px;
}

.bt-dot {
  width: 8px;
  height: 8px;
  background: #ccc;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.3s;
}

.bt-dot.active {
  background: #ebaf30;
  width: 25px; /* Premium pill shape */
  border-radius: 5px;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .bt-card {
    flex: 0 0 100%; /* Forces 1 card on Tablet/Mobile */
  }
}

/* ===== HERO ===== */
.lux-hero {
  padding: 0 !important;
  position: relative;
  height: 100vh;
  width: 100%;
  background: var(--dark);
  overflow: hidden;
  font-family: "Montserrat", sans-serif;
  color: #fff;
}

/* ===== BACKGROUND ===== */
.lux-bg-slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transform: scale(1.05);
  transition:
    opacity 1.2s cubic-bezier(0.4, 0, 0.2, 1),
    transform 10s ease;
  z-index: 1;
}

.lux-bg-slide.active {
  opacity: 1;
  transform: scale(1.12);
}

/* CINEMATIC OVERLAY */
.lux-overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(
      circle at 20% 40%,
      rgba(235, 175, 48, 0.08),
      transparent 40%
    ),
    linear-gradient(
      90deg,
      rgba(0, 0, 0, 0.85) 0%,
      rgba(0, 0, 0, 0.4) 50%,
      rgba(0, 0, 0, 0.85) 100%
    );
  z-index: 2;
}

/* ===== LAYOUT ===== */
.lux-container {
  position: relative;
  z-index: 10;
  max-width: 1400px;
  margin: 0 auto;
  height: 100%;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  align-items: center;
  padding: 0 60px;
}

/* ===== WORDS ===== */
.lux-words-column {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* WORD STYLE */
.lux-word {
  font-size: clamp(3rem, 8vw, 6.5rem);
  text-transform: uppercase;
  cursor: pointer;
  margin: 0;

  font-weight: 500;
  letter-spacing: -2px;

  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);

  opacity: 0.15;
  filter: blur(3px);
  user-select: none;
}

/* ACTIVE WORD */
.lux-word.active {
  opacity: 1;
  filter: blur(0px);

  background: linear-gradient(to bottom, #fff 10%, var(--primary) 90%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

  transform: translateX(15px) scale(1.02);
}

/* HOVER */
.lux-word:hover {
  transform: translateX(8px);
  opacity: 0.6;
  filter: blur(0);
}

/* ===== ACTIONS (NOW INSIDE LEFT COLUMN) ===== */
.lux-actions {
  margin-top: 40px;
  display: flex;
  gap: 20px;
}

/* ===== BUTTONS ===== */
.btn-gold {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  padding: 16px 36px;
  border-radius: 40px;

  font-size: 13px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;

  color: var(--light);
  background: linear-gradient(135deg, var(--primary), var(--secondary));
  box-shadow: var(--shadow-card);

  text-decoration: none;
  transition: all 0.35s ease;
  position: relative;
  overflow: hidden;
}

.btn-gold:hover {
  transform: translateY(-4px) scale(1.02);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
}

/* SHINE EFFECT */
.btn-gold::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 40px;
  background: linear-gradient(
    120deg,
    transparent,
    rgba(255, 255, 255, 0.3),
    transparent
  );
  opacity: 0;
  transition: 0.4s;
}

.btn-gold:hover::after {
  opacity: 1;
}

/* SECONDARY BUTTON */
.link-explore {
  display: inline-flex;
  align-items: center;
  gap: 10px;

  padding: 14px 22px;
  border-radius: 30px;

  color: #fff;
  text-decoration: none;
  font-size: 13px;
  letter-spacing: 1.5px;

  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);

  border: 1px solid rgba(255, 255, 255, 0.1);

  transition: all 0.3s ease;
}

.link-explore:hover {
  background: rgba(255, 255, 255, 0.1);
  transform: translateY(-2px);
}

.link-explore span {
  color: var(--primary);
  transition: 0.3s;
}

.link-explore:hover span {
  transform: translateX(6px);
}

/* ===== GLASS CARD ===== */
.lux-info-panel {
  display: flex;
  justify-content: flex-end;
}

.lux-glass-card {
  background: rgba(20, 20, 20, 0.45);
  backdrop-filter: blur(30px);
  border: 1px solid rgba(255, 255, 255, 0.15);

  padding: 50px;
  border-radius: 12px;
  max-width: 450px;

  box-shadow:
    0 30px 60px rgba(0, 0, 0, 0.6),
    inset 0 0 20px rgba(255, 255, 255, 0.05);

  animation: slideIn 1s ease-out;
}

.lux-glass-card h3 {
  font-family: "Playfair Display", serif;
  font-size: 2.2rem;
  margin-bottom: 20px;

  background: linear-gradient(to right, #fff, var(--primary));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.lux-glass-card p {
  font-size: 1rem;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 30px;
}

#luxTitle,
#luxDesc {
  transition: opacity 0.4s ease;
}

/* ===== STATS ===== */
.lux-stats {
  display: flex;
  gap: 30px;
  align-items: center;
}

.stat-item strong {
  display: block;
  font-size: 1.5rem;
  color: var(--primary);
}

.stat-item span {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  opacity: 0.6;
}

.stat-sep {
  width: 1px;
  height: 40px;
  background: rgba(255, 255, 255, 0.1);
}

/* ===== ANIMATION ===== */
@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateX(30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* ===== RESPONSIVE (APP STYLE) ===== */
@media (max-width: 992px) {
  .lux-container {
    grid-template-columns: 1fr;
    padding: 100px 30px 40px;
    gap: 40px;
  }

  .lux-info-panel {
    justify-content: flex-start;
  }

  .lux-word {
    font-size: 3.5rem;
  }
}

@media (max-width: 768px) {
  .lux-hero {
    height: auto;
    min-height: 100vh;
    padding-bottom: 40px;
  }

  .lux-container {
    padding: 100px 20px 40px;
  }

  .lux-word {
    font-size: 2.4rem;
  }

  .lux-glass-card {
    width: 100%;
    padding: 30px 25px;
    border-radius: 16px;
  }

  /* APP-LIKE BUTTON STACK */
  .lux-actions {
    flex-direction: column;
    width: 100%;
    gap: 15px;
  }

  .btn-gold,
  .link-explore {
    width: 100%;
    justify-content: center;
  }
}

/* ===== SECTION ===== */
.bt-process-section {
  overflow: hidden;
}

/* ===== HEADER ===== */
.bt-process-header {
  text-align: center;
  margin-bottom: 100px;
}

.bt-process-badge {
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 5px;
  color: #ebaf30;
  margin-bottom: 15px;
  display: block;
}

.bt-process-main-title {
  font-family: "Playfair Display", serif;
  font-size: clamp(2.5rem, 5vw, 3.5rem);
  color: #1a1a1a;
}

.bt-process-main-title span {
  font-style: italic;
  color: #ebaf30;
}

/* ===== CONTAINER ===== */
.bt-process-container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  padding: 0 40px;
}

/* ===== TIMELINE ===== */
.bt-process-line {
  position: absolute;
  top: 45px;
  left: 40px;
  right: 40px;
  height: 2px;
  background: rgba(0, 0, 0, 0.06);
  z-index: 1;
}

/* GOLD PROGRESS */
.bt-process-progress {
  position: absolute;
  height: 100%;
  width: 25%;
  background: linear-gradient(90deg, #ebaf30, #d89c1f);
  box-shadow: 0 0 20px rgba(235, 175, 48, 0.5);
  transition: 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

/* ===== GRID ===== */
.bt-process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  position: relative;
  z-index: 5;
}

/* ===== STEP ===== */
.bt-process-step {
  text-align: center;
  transition: all 0.4s ease;
}

/* ICON CIRCLE */
.bt-step-icon {
  width: 100px;
  height: 100px;

  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(10px);

  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 50%;

  margin: 0 auto 30px;

  display: flex;
  align-items: center;
  justify-content: center;

  position: relative;
  transition: 0.4s;

  box-shadow:
    0 10px 30px rgba(0, 0, 0, 0.04),
    inset 0 0 10px rgba(255, 255, 255, 0.3);
}

/* NUMBER */
.bt-step-number {
  font-family: "Playfair Display", serif;
  font-size: 1.6rem;
  font-weight: 700;
  color: #ccc;
  transition: 0.4s;
}

/* ACTIVE STATE */
.bt-process-step.active .bt-step-icon {
  background: linear-gradient(135deg, var(--primary), var(--secondary));
  border-color: transparent;

  box-shadow:
    0 20px 40px rgba(235, 175, 48, 0.3),
    0 0 20px rgba(235, 175, 48, 0.4);
}

.bt-process-step.active .bt-step-number {
  color: #fff;
}

/* HOVER EFFECT */
.bt-process-step:hover {
  transform: translateY(-8px);
}

.bt-process-step:hover .bt-step-icon {
  transform: scale(1.05);
}

/* CONTENT */
.bt-step-content h3 {
  font-family: "Playfair Display", serif;
  font-size: 1.5rem;
  margin-bottom: 12px;
  color: #1a1a1a;
}

.bt-step-content p {
  font-size: 0.95rem;
  color: #777;
  line-height: 1.7;
  padding: 0 10px;
}

/* ===== MOBILE (APP STYLE TIMELINE) ===== */
@media (max-width: 992px) {
  .bt-process-section {
    padding: 100px 0;
  }

  .bt-process-grid {
    grid-template-columns: 1fr;
    gap: 60px;
  }

  /* VERTICAL LINE */
  .bt-process-line {
    width: 2px;
    height: 100%;
    left: 30px;
    top: 0;
    transform: none;
  }

  .bt-process-progress {
    width: 100%;
    height: 25%;
  }

  /* STEP LAYOUT */
  .bt-process-step {
    display: flex;
    align-items: flex-start;
    text-align: left;
    gap: 20px;
  }

  .bt-step-icon {
    width: 70px;
    height: 70px;
    margin: 0;
    flex-shrink: 0;
  }

  .bt-step-number {
    font-size: 1.2rem;
  }

  .bt-step-content {
    padding-top: 5px;
  }

  .bt-step-content h3 {
    font-size: 1.2rem;
  }

  .bt-step-content p {
    font-size: 0.9rem;
    padding: 0;
  }
}

/* ===== SMALL MOBILE ===== */
@media (max-width: 576px) {
  .bt-process-container {
    padding: 0 20px;
  }

  .bt-process-header {
    margin-bottom: 60px;
  }

  .bt-process-main-title {
    font-size: 2rem;
  }
}

.bt-fixed-hero {
  position: relative;
  height: 150vh; /* Extra height to allow scrolling over the image */
  background: #000;
}

/* --- THE FIXED WINDOW (The Background) --- */
.bt-fixed-window {
  position: sticky;
  top: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  z-index: 1;
}

.bt-fixed-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.4) saturate(1.2);
}

.bt-fixed-overlay {
  position: absolute;
  inset: 0;
  background: radial-gradient(
    circle at center,
    transparent 0%,
    rgba(0, 0, 0, 0.8) 100%
  );
  z-index: 2;
}

/* --- THE SCROLLING SECTION --- */
.bt-fixed-content {
  position: relative;
  z-index: 10;
  margin-top: -50vh; /* Makes the card start mid-way up */
  padding-bottom: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bt-3d-reveal-box {
  width: 100%;
  max-width: 900px;
  padding: 20px;
  perspective: 2000px; /* Essential for 3D look */
}

.bt-glass-container {
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(40px);
  -webkit-backdrop-filter: blur(40px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 40px;
  padding: 80px 40px;
  box-shadow: 0 50px 100px rgba(0, 0, 0, 0.5);
  transform: rotateX(5deg); /* Slight 3D tilt */
  transition: transform 0.5s ease;
}

/* --- TYPOGRAPHY & BUTTONS --- */
.bt-tag {
  display: block;
  color: #ebaf30;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 5px;
  margin-bottom: 25px;
  font-weight: 800;
}

.bt-main-cta-title {
  font-family: "Playfair Display", serif;
  font-size: clamp(2.5rem, 8vw, 4.5rem);
  color: #fff;
  line-height: 1.1;
  margin-bottom: 30px;
}

.bt-main-cta-title span {
  color: #ebaf30;
  font-style: italic;
}

.bt-desc {
  color: rgba(255, 255, 255, 0.6);
  max-width: 500px;
  margin: 0 auto 50px;
  font-size: 1.1rem;
  line-height: 1.8;
}

.bt-primary-btn {
  background: #ebaf30;
  color: #000;
  padding: 22px 50px;
  border-radius: 100px;
  text-decoration: none;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 2px;
  display: inline-block;
  box-shadow: 0 15px 30px rgba(235, 175, 48, 0.3);
  transition: 0.3s;
}

.bt-primary-btn:hover {
  transform: scale(1.05);
  background: #fff;
}

.bt-secondary-link {
  display: block;
  margin-top: 30px;
  color: #fff;
  text-decoration: none;
  font-size: 0.9rem;
  opacity: 0.7;
}

/* Mobile Adjustments */
@media (max-width: 768px) {
  .bt-fixed-content {
    margin-top: -30vh;
  }
  .bt-glass-container {
    padding: 60px 20px;
    border-radius: 0;
  }
}
/* --- CTA SECTION VIEWPORT --- */
.bt-cta-viewport {
  position: relative;
  height: 70vh; /* Extra height to allow the "scroll over" effect */
  background: #050505;
  overflow: visible;
}

/* --- THE FIXED WINDOW EFFECT --- */
.bt-cta-fixed-window {
  position: sticky;
  top: 0;
  width: 100%;
  height: 70vh;
  z-index: 1;
  overflow: hidden;
}

.bt-cta-bg-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.4);
}

.bt-cta-overlay {
  position: absolute;
  inset: 0;
  background: radial-gradient(
    circle at center,
    transparent 0%,
    rgba(0, 0, 0, 0.8) 100%
  );
  z-index: 2;
}

/* --- THE SCROLLING GLASS CARD --- */
.bt-cta-scroll-content {
  position: relative;
  z-index: 10;
  margin-top: -62vh; /* Pulls the card up into the fixed window area */
  display: flex;
  justify-content: center;
}

.bt-cta-glass-card {
  width: 80%;
  max-width: 800px;
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(40px);
  -webkit-backdrop-filter: blur(40px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 40px;
  padding: 50px 40px;
  box-shadow: 0 50px 100px rgba(0, 0, 0, 0.6);
  transform: rotateX(10deg); /* Initial 3D Tilt */
  transition: transform 0.1s ease-out; /* Smooth follow-scroll */
  text-align: center;
}

/* --- TYPOGRAPHY --- */
.bt-cta-tag {
  display: block;
  color: #ebaf30;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 5px;
  margin-bottom: 30px;
}

.bt-cta-heading {
  font-family: "Playfair Display", serif;
  font-size: clamp(2.5rem, 8vw, 4.8rem);
  color: #fff;
  line-height: 1.1;
  margin-bottom: 25px;
}

.bt-cta-heading span {
  color: #ebaf30;
  font-style: italic;
}

.bt-cta-subtext {
  color: rgba(255, 255, 255, 0.6);
  font-size: 1.1rem;
  max-width: 500px;
  margin: 0 auto 50px;
  line-height: 1.8;
}

/* --- THE CTA BUTTON --- */
.bt-cta-primary-btn {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  background: linear-gradient(135deg, var(--primary), var(--secondary));
  color: #ffffff;
  padding: 22px 60px;
  border-radius: 100px;
  text-decoration: none;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 14px;
  transition: 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  box-shadow: 0 20px 40px rgba(235, 175, 48, 0.2);
}

.bt-cta-primary-btn:hover {
  transform: translateY(-5px);
  box-shadow: 0 30px 50px rgba(255, 255, 255, 0.1);
}

/* Mobile Fixes */
@media (max-width: 768px) {
  .bt-cta-scroll-content {
    margin-top: -40vh;
  }
  .bt-cta-glass-card {
    position: absolute;
    top: -240px;
    padding: 60px 20px;
    border-radius: 0;
  }
  .bt-cta-primary-btn {
    width: 100%;
    justify-content: center;
  }
}

:root {
  --gold: #ebaf30;
  --insta-grey: #8e8e8e;
}

.bt-insta-wrapper {
  max-width: 1300px;
  margin: 80px auto;
  padding: 0 20px;
  font-family:
    -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial,
    sans-serif;
}

/* Header UI */
.bt-insta-header {
  margin-bottom: 50px;
  border-bottom: 1px solid #efefef;
  padding-bottom: 40px;
}

.bt-insta-profile {
  display: flex;
  gap: 80px;
  align-items: center;
}

.bt-insta-avatar {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  padding: 3px;
  background: linear-gradient(
    45deg,
    #f09433 0%,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
}

.bt-insta-avatar img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 4px solid #fff;
  object-fit: cover;
}

.bt-insta-user-row {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}

.bt-insta-username {
  font-size: 28px;
  font-weight: 300;
  margin: 0;
}

.bt-insta-cta-btn {
  background: #efefef;
  color: #000;
  text-decoration: none;
  padding: 7px 16px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  transition: 0.3s;
}

.bt-insta-cta-btn:hover {
  background: #dbdbdb;
}

.bt-insta-stats {
  font-size: 16px;
  margin-bottom: 20px;
  color: #262626;
}
.bt-insta-bio {
  font-size: 14px;
  line-height: 1.5;
  color: #262626;
}

/* Grid UI */
.bt-insta-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.bt-insta-post {
  position: relative;
  aspect-ratio: 1/1;
  overflow: hidden;
  cursor: pointer;
}

.bt-insta-post img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: filter 0.3s ease;
}

.bt-insta-hover {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  opacity: 0;
  transition: 0.3s;
}

.bt-insta-post:hover .bt-insta-hover {
  opacity: 1;
}

/* CONVERSION HUB (THE CENTERPIECE) */
.bt-insta-hub {
  background: #000;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 30px;
}

.hub-gold-tag {
  color: var(--gold);
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 800;
  margin-bottom: 15px;
  display: block;
}

.hub-content h3 {
  font-family: "Playfair Display", serif;
  font-size: 1.8rem;
  margin-bottom: 15px;
  line-height: 1.2;
}

.hub-content p {
  font-size: 12px;
  color: #8e8e8e;
  margin-bottom: 25px;
}

.hub-btn {
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  font-size: 11px;
  text-transform: uppercase;
  border-bottom: 1px solid var(--gold);
  padding-bottom: 5px;
}

/* Mobile Adjustments */
@media (max-width: 768px) {
  .bt-insta-profile {
    gap: 20px;
    flex-direction: column;
    text-align: center;
  }
  .bt-insta-user-row {
    flex-direction: column;
  }
  .bt-insta-grid {
    gap: 3px;
  }
  .bt-insta-hub h3 {
    font-size: 1.1rem;
  }
}

/* ===== CONTACT SECTION ===== */
.bf-contact-area {
  padding: 180px 0;
  position: relative;
}

/* ===== CONTAINER ===== */
.bf-contact-container {
  max-width: 1300px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 120px;
  padding: 0 40px;
}

/* ===== SIDEBAR ===== */
.bf-sticky-meta {
  position: sticky;
  top: 120px;
}

.bf-pre-title {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 6px;
  color: #ebaf30;
  font-weight: 800;
  margin-bottom: 20px;
}

.bf-main-title {
  line-height: 1.1;
  margin-bottom: 30px;
}

.bf-contact-desc {
  font-size: 1.1rem;
  color: #666;
  line-height: 1.9;
  max-width: 420px;
  margin-bottom: 60px;
}

/* DIRECT LINKS */
.bf-direct-item {
  display: block;
  text-decoration: none;
  color: #1a1a1a;
  margin-bottom: 35px;
  transition: 0.3s;
}

.bf-direct-item small {
  text-transform: uppercase;
  color: #999;
  letter-spacing: 2px;
  display: block;
}

.bf-direct-item strong {
  font-size: 1.5rem;
  font-weight: 500;
  transition: 0.3s;
}

.bf-direct-item:hover strong {
  color: #ebaf30;
}

/* ===== FORM ===== */
.bf-premium-form {
  background:
    radial-gradient(
      circle at top left,
      rgba(235, 175, 48, 0.14),
      transparent 28%
    ),
    radial-gradient(
      circle at top right,
      rgba(198, 142, 168, 0.14),
      transparent 32%
    ),
    linear-gradient(180deg, #fffaf4 0%, #fffdfb 100%);
  backdrop-filter: blur(20px);

  padding: 40px 30px;
  border-radius: 20px;

  border: 1px solid rgba(0, 0, 0, 0.05);

  box-shadow:
    0 40px 80px rgba(0, 0, 0, 0.05),
    inset 0 0 10px rgba(255, 255, 255, 0.5);
}

/* FORM GRID */
.bf-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-bottom: 40px;
}

/* INPUT */
.bf-input-field {
  margin-bottom: 40px;
}

.bf-input-field label {
  text-transform: uppercase;
  font-weight: 700;
  color: #999;
  margin-bottom: 10px;
  display: block;
  letter-spacing: 2px;
}

/* PREMIUM INPUT STYLE */
.bf-input-field input,
.bf-input-field textarea {
  width: 100%;
  border: none;
  border-bottom: 1px solid #e5e5e5;

  background: transparent;

  padding: 6px 3px;
  color: #1a1a1a;

  outline: none;
  transition: all 0.3s ease;
}

/* FOCUS EFFECT */
.bf-input-field input:focus,
.bf-input-field textarea:focus {
  border-bottom: 1px solid #ebaf30;
  box-shadow: 0 2px 0 #ebaf30;
}

/* ===== BUTTON ===== */
.bf-btn-submit {
  width: 100%;
  background: linear-gradient(135deg, var(--primary), var(--secondary));
  color: #ffffff;

  border: none;
  padding: 24px;

  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 3px;

  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;

  cursor: pointer;
  transition: 0.4s;

  border-radius: 50px;

  box-shadow: 0 20px 40px rgba(235, 175, 48, 0.25);
}

.bf-btn-submit:hover {
  transform: translateY(-5px) scale(1.02);
  box-shadow: 0 30px 60px rgba(235, 175, 48, 0.4);
}

/* ARROW */
.bf-btn-arrow svg {
  width: 20px;
  height: 20px;
  transition: 0.3s;
}

.bf-btn-submit:hover .bf-btn-arrow svg {
  transform: translateX(5px);
}

/* ===== MOBILE ===== */
@media (max-width: 992px) {
  .bf-contact-container {
    grid-template-columns: 1fr;
    gap: 60px;
  }

  .bf-sticky-meta {
    position: static;
  }

  .bf-main-title {
    font-size: 2.5rem;
  }

  .bf-premium-form {
    padding: 40px 25px;
    border-radius: 15px;
  }

  .bf-form-row {
    grid-template-columns: 1fr;
    gap: 0;
  }

  /* APP-LIKE */
  .bf-btn-submit {
    width: 100%;
  }
}

@media (max-width: 576px) {
  .bf-contact-area {
    padding: 120px 0;
  }

  .bf-contact-container {
    padding: 0 20px;
  }

  .bf-contact-desc {
    font-size: 1rem;
  }
}
