.about-hero {
  position: relative;
  min-height: 480px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  padding: 90px 32px 90px;
}
.about-hero-bg {
  position: absolute;
  inset: 0;
  background: url("https://images.unsplash.com/photo-1566417713940-fe7c737a9ef2?w=1600&q=85")
    center center / cover no-repeat;
  transform: scale(1.08);
  transition: transform 2.4s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: transform;
}
.about-hero-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      to bottom,
      rgba(18, 8, 5, 0.45) 0%,
      rgba(18, 8, 5, 0.62) 60%,
      var(--dark) 100%
    ),
    radial-gradient(
      ellipse at 30% 60%,
      rgba(139, 26, 47, 0.28) 0%,
      transparent 55%
    ),
    radial-gradient(
      ellipse at 70% 20%,
      rgba(201, 168, 76, 0.1) 0%,
      transparent 50%
    );
}
.about-hero-bg.loaded {
  animation: heroBgPan 22s ease-in-out 2.4s infinite;
}
@keyframes heroBgPan {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05) translateX(8px);
  }
  100% {
    transform: scale(1);
  }
}
.about-hero-grain {
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.035'/%3E%3C/svg%3E");
  background-size: 180px;
  pointer-events: none;
  z-index: 2;
}
.about-hero-deco-l,
.about-hero-deco-r {
  position: absolute;
  top: 14%;
  bottom: 14%;
  width: 1px;
  background: linear-gradient(
    to bottom,
    transparent,
    rgba(201, 168, 76, 0.35),
    transparent
  );
  z-index: 3;
}
.about-hero-deco-l {
  left: 64px;
}
.about-hero-deco-r {
  right: 64px;
}
.about-hero-content {
  position: relative;
  z-index: 4;
  max-width: 700px;
  opacity: 0;
  transform: translateY(32px);
  transition:
    opacity 0.9s ease 0.5s,
    transform 0.9s ease 0.5s;
}
.about-hero-content.visible {
  opacity: 1;
  transform: translateY(0);
}
.about-hero-tag {
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--gold);
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}
.about-hero-tag::before,
.about-hero-tag::after {
  content: "";
  width: 40px;
  height: 1px;
  background: var(--gold);
  opacity: 0.45;
}
.about-hero-h1 {
  font-family: "Playfair Display", serif;
  font-size: clamp(30px, 4vw, 52px);
  font-weight: 700;
  color: var(--ivory);
  line-height: 1.08;
  margin-bottom: 22px;
  text-shadow: 0 4px 32px rgba(0, 0, 0, 0.5);
}
.about-hero-h1 em {
  font-style: italic;
  color: var(--gold);
}
.about-hero-sub {
  font-size: 13px;
  color: var(--champ);
  opacity: 0.7;
  line-height: 1.9;
  font-weight: 300;
  max-width: 520px;
  margin: 0 auto 34px;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.4);
}
.about-hero-chips {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
}
.ah-chip {
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  padding: 5px 14px;
  border-radius: 50px;
  border: 1px solid rgba(201, 168, 76, 0.4);
  color: var(--gold);
  background: rgba(201, 168, 76, 0.08);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.ah-chip-vip {
  background: var(--gold);
  color: var(--dark);
  border-color: var(--gold);
}

.about-b3 {
  background: var(--dark-3);
  position: relative;
  overflow: hidden;
}
.about-b3::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(
      ellipse at 85% 15%,
      rgba(201, 168, 76, 0.05) 0%,
      transparent 50%
    ),
    radial-gradient(
      ellipse at 10% 85%,
      rgba(139, 26, 47, 0.08) 0%,
      transparent 50%
    );
}
.b3-top-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 64px;
  border-bottom: 1px solid rgba(201, 168, 76, 0.1);
  position: relative;
  z-index: 2;
}
.b3-top-left {
  display: flex;
  align-items: center;
  gap: 16px;
}
.b3-top-label {
  font-size: 8.5px;
  font-weight: 700;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: var(--gold);
  opacity: 0.7;
}
.b3-top-divider {
  width: 1px;
  height: 20px;
  background: rgba(201, 168, 76, 0.2);
}
.b3-top-title {
  font-family: "Playfair Display", serif;
  font-size: 16px;
  font-weight: 700;
  color: var(--ivory);
}
.b3-top-right {
  display: flex;
  align-items: center;
  gap: 8px;
}
.b3-chip {
  font-size: 7.5px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  padding: 4px 12px;
  border-radius: 50px;
  border: 1px solid rgba(201, 168, 76, 0.35);
  color: var(--gold);
}
.b3-main {
  display: grid;
  grid-template-columns: 380px 1fr;
  min-height: 460px;
  position: relative;
  z-index: 2;
}
.b3-img {
  position: relative;
  overflow: hidden;
  background: url("/assets/images/15.jpeg") center top / cover no-repeat;
  cursor: default;
}
.b3-img::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to right, transparent 55%, var(--dark-3) 100%),
    linear-gradient(to bottom, transparent 60%, rgba(12, 6, 3, 0.9) 100%);
}
.b3-img-reveal {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
}
.b3-img-reveal-content {
  width: 100%;
  padding: 32px 28px;
  background: linear-gradient(
    to top,
    rgba(10, 5, 3, 0.97) 0%,
    rgba(10, 5, 3, 0.72) 60%,
    transparent 100%
  );
  transform: translateY(calc(100% - 0px));
  transition: transform 0.55s cubic-bezier(0.16, 1, 0.3, 1);
}
.b3-img:hover .b3-img-reveal-content {
  transform: translateY(0);
}
.b3-img-reveal-tag {
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 8px;
  opacity: 0;
  transform: translateY(12px);
  transition:
    opacity 0.4s ease 0.15s,
    transform 0.4s ease 0.15s;
}
.b3-img:hover .b3-img-reveal-tag {
  opacity: 1;
  transform: translateY(0);
}
.b3-img-reveal-name {
  font-family: "Playfair Display", serif;
  font-size: 22px;
  font-weight: 700;
  color: var(--ivory);
  margin-bottom: 5px;
  opacity: 0;
  transform: translateY(14px);
  transition:
    opacity 0.4s ease 0.22s,
    transform 0.4s ease 0.22s;
}
.b3-img:hover .b3-img-reveal-name {
  opacity: 1;
  transform: translateY(0);
}
.b3-img-reveal-meta {
  font-size: 10px;
  color: var(--champ);
  opacity: 0;
  letter-spacing: 0.06em;
  margin-bottom: 20px;
  transform: translateY(12px);
  transition:
    opacity 0.4s ease 0.28s,
    transform 0.4s ease 0.28s;
}
.b3-img:hover .b3-img-reveal-meta {
  opacity: 0.5;
  transform: translateY(0);
}
.b3-img-reveal-btn {
  opacity: 0;
  transform: translateY(10px);
  transition:
    opacity 0.4s ease 0.34s,
    transform 0.4s ease 0.34s;
  display: inline-flex;
}
.b3-img:hover .b3-img-reveal-btn {
  opacity: 1;
  transform: translateY(0);
}
.b3-content {
  padding: 56px 64px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.b3-title {
  font-family: "Playfair Display", serif;
  font-size: clamp(28px, 3.5vw, 46px);
  font-weight: 700;
  color: var(--ivory);
  line-height: 1.1;
  margin-bottom: 16px;
}
.b3-title em {
  font-style: italic;
  color: var(--gold);
}
.b3-desc {
  font-size: 13px;
  color: var(--champ);
  opacity: 0.55;
  line-height: 1.9;
  font-weight: 300;
  max-width: 420px;
  margin-bottom: 32px;
}
.b3-feature-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-bottom: 36px;
}
.b3-feat {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  background: rgba(255, 245, 228, 0.04);
  border: 1px solid rgba(201, 168, 76, 0.12);
  border-radius: 12px;
  padding: 14px 16px;
  transition:
    border-color 0.25s,
    background 0.25s,
    transform 0.25s;
}
.b3-feat:hover {
  border-color: rgba(201, 168, 76, 0.3);
  background: rgba(255, 245, 228, 0.07);
  transform: translateY(-2px);
}
.b3-feat-icon {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(201, 168, 76, 0.1);
  border: 1px solid rgba(201, 168, 76, 0.28);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition:
    background 0.25s,
    border-color 0.25s;
}
.b3-feat:hover .b3-feat-icon {
  background: rgba(201, 168, 76, 0.18);
  border-color: rgba(201, 168, 76, 0.5);
}
.b3-feat-icon i {
  font-size: 12px;
  color: var(--gold);
}
.b3-feat-title {
  font-size: 11px;
  font-weight: 600;
  color: var(--ivory);
  margin-bottom: 3px;
}
.b3-feat-desc {
  font-size: 9.5px;
  color: var(--champ);
  opacity: 0.45;
  line-height: 1.45;
}
.b3-btns {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.b3-bottom-bar {
  border-top: 1px solid rgba(201, 168, 76, 0.12);
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  position: relative;
  z-index: 2;
}
.b3-stat-cell {
  padding: 22px 28px;
  border-right: 1px solid rgba(201, 168, 76, 0.1);
  transition: background 0.25s;
  cursor: default;
}
.b3-stat-cell:last-child {
  border-right: none;
}
.b3-stat-cell:hover {
  background: rgba(201, 168, 76, 0.03);
}
.b3-stat-val {
  font-family: "Playfair Display", serif;
  font-size: 24px;
  font-weight: 700;
  color: var(--gold);
  line-height: 1;
  display: block;
  margin-bottom: 4px;
}
.b3-stat-lbl {
  font-size: 8.5px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--champ);
  opacity: 0.55;
}

.companion-feature-section {
  background: var(--dark-2);
  position: relative;
  overflow: hidden;
  padding: 72px 64px;
}
.companion-feature-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(
      ellipse at 20% 50%,
      rgba(139, 26, 47, 0.1) 0%,
      transparent 55%
    ),
    radial-gradient(
      ellipse at 80% 10%,
      rgba(201, 168, 76, 0.06) 0%,
      transparent 50%
    );
}
.cf-inner {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 420px 1fr;
  gap: 64px;
  align-items: center;
}
.cf-card {
  position: relative;
  height: 580px;
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid rgba(201, 168, 76, 0.2);
  flex-shrink: 0;
}
.cf-card-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
  animation: cfImgBreath 16s ease-in-out infinite;
  will-change: transform;
}
@keyframes cfImgBreath {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.06);
  }
}
.cf-card:hover .cf-card-img {
  animation-play-state: paused;
  transform: scale(1.08);
  transition: transform 1.2s cubic-bezier(0.16, 1, 0.3, 1);
}
.cf-card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(10, 5, 3, 0.97) 0%,
    rgba(10, 5, 3, 0.55) 50%,
    rgba(10, 5, 3, 0.1) 100%
  );
  z-index: 2;
}
.cf-card-badge {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 4;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  padding: 5px 13px;
  border-radius: 50px;
  background: var(--gold);
  color: var(--dark);
}
.cf-card-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
  padding: 28px 28px 32px;
}
.cf-card-name {
  font-family: "Playfair Display", serif;
  font-size: 24px;
  font-weight: 700;
  color: var(--ivory);
  margin-bottom: 5px;
}
.cf-card-meta {
  font-size: 10px;
  color: var(--champ);
  opacity: 0.55;
  letter-spacing: 0.1em;
  margin-bottom: 16px;
}
.cf-card-tags {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.cf-tag {
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 4px 11px;
  border-radius: 50px;
  border: 1px solid rgba(201, 168, 76, 0.45);
  color: var(--gold);
}
.cf-tag-vip {
  background: rgba(201, 168, 76, 0.18);
  border-color: var(--gold);
}
.cf-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cf-title {
  font-family: "Playfair Display", serif;
  font-size: clamp(28px, 3.5vw, 46px);
  font-weight: 700;
  color: var(--ivory);
  line-height: 1.1;
  margin-bottom: 16px;
}
.cf-title em {
  font-style: italic;
  color: var(--gold);
}
.cf-desc {
  font-size: 13px;
  color: var(--champ);
  opacity: 0.55;
  line-height: 1.9;
  font-weight: 300;
  margin-bottom: 36px;
  max-width: 460px;
}
.cf-reasons {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-bottom: 40px;
  border: 1px solid rgba(201, 168, 76, 0.12);
  border-radius: 16px;
  overflow: hidden;
}
.cf-reason {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 20px 24px;
  border-bottom: 1px solid rgba(201, 168, 76, 0.08);
  background: rgba(255, 245, 228, 0.02);
  transition: background 0.25s;
}
.cf-reason:last-child {
  border-bottom: none;
}
.cf-reason:hover {
  background: rgba(255, 245, 228, 0.05);
}
.cf-reason-icon {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: rgba(201, 168, 76, 0.08);
  border: 1px solid rgba(201, 168, 76, 0.22);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition:
    background 0.25s,
    border-color 0.25s;
}
.cf-reason:hover .cf-reason-icon {
  background: rgba(201, 168, 76, 0.14);
  border-color: rgba(201, 168, 76, 0.4);
}
.cf-reason-icon i {
  font-size: 14px;
  color: var(--gold);
}
.cf-reason-title {
  font-size: 11.5px;
  font-weight: 600;
  color: var(--ivory);
  margin-bottom: 4px;
}
.cf-reason-desc {
  font-size: 12px;
  color: var(--champ);
  opacity: 0.5;
  line-height: 1.65;
  font-weight: 300;
}
.cf-btns {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.cf-strip {
  max-width: 1200px;
  margin: 36px auto 0;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 48px;
  padding-top: 28px;
  border-top: 1px solid rgba(201, 168, 76, 0.12);
  flex-wrap: wrap;
}
.cf-strip-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 11px;
  color: var(--champ);
  opacity: 0.6;
  letter-spacing: 0.06em;
}
.cf-strip-item i {
  color: var(--gold);
  font-size: 13px;
}

.collection-section {
  background: var(--dark-3);
  padding: 72px 0;
  overflow: hidden;
}
.collection-header {
  padding: 0 64px;
  margin-bottom: 36px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
}
.collection-title {
  font-family: "Playfair Display", serif;
  font-size: clamp(26px, 3.5vw, 42px);
  font-weight: 700;
  color: var(--ivory);
  line-height: 1.1;
  margin-bottom: 0;
}
.collection-title em {
  font-style: italic;
  color: var(--gold);
}
.collection-scroll-outer {
  overflow: visible;
}
.collection-scroll {
  display: flex;
  gap: 18px;
  padding: 8px 64px 24px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  scroll-behavior: smooth;
}
.collection-scroll::-webkit-scrollbar {
  display: none;
}
.col-card-wrap {
  padding: 6px 0;
  flex-shrink: 0;
}
.col-card {
  width: 280px;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid rgba(201, 168, 76, 0.18);
  position: relative;
  cursor: pointer;
  transition: transform 0.4s ease;
  transform: translateZ(0);
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}
.col-card:hover {
  transform: translateY(-6px);
}
.col-card img {
  width: 100%;
  height: 380px;
  object-fit: cover;
  object-position: center top;
  display: block;
  transition: transform 0.6s;
}
.col-card:hover img {
  transform: scale(1.06);
}
.col-badge {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 5;
}
.col-badge-inner {
  display: inline-block;
  font-size: 7.5px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  padding: 4px 12px;
  border-radius: 50px;
  background: var(--gold);
  color: var(--dark);
}
.col-ribbon {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 5;
  font-size: 7px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 4px 12px;
  border-radius: 50px;
  background: rgba(18, 8, 5, 0.85);
  border: 1px solid rgba(201, 168, 76, 0.45);
  color: var(--gold);
  backdrop-filter: blur(8px);
}
.col-default-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(
    to top,
    rgba(10, 5, 3, 0.92) 0%,
    rgba(10, 5, 3, 0.2) 40%,
    transparent 70%
  );
  transition: opacity 0.4s ease;
}
.col-card:hover .col-default-overlay {
  opacity: 0;
}
.col-name-static {
  position: absolute;
  bottom: 22px;
  left: 20px;
  right: 20px;
  z-index: 3;
  font-family: "Playfair Display", serif;
  font-size: 20px;
  font-weight: 700;
  color: var(--ivory);
  transition: opacity 0.3s ease;
}
.col-card:hover .col-name-static {
  opacity: 0;
}
.col-hover-overlay {
  position: absolute;
  inset: 0;
  z-index: 4;
  background: linear-gradient(
    to top,
    rgba(6, 2, 1, 0.95) 0%,
    rgba(6, 2, 1, 0.75) 45%,
    rgba(6, 2, 1, 0.35) 100%
  );
  display: flex;
  align-items: flex-end;
  transform: translateY(100%);
  transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}
.col-card:hover .col-hover-overlay {
  transform: translateY(0);
}
.col-body {
  width: 100%;
  padding: 22px 20px 24px;
  transform: translateY(20px);
  opacity: 0;
  transition:
    transform 0.4s ease 0.1s,
    opacity 0.35s ease 0.1s;
}
.col-card:hover .col-body {
  transform: translateY(0);
  opacity: 1;
}
.col-name {
  font-family: "Playfair Display", serif;
  font-size: 20px;
  font-weight: 700;
  color: var(--ivory);
  margin-bottom: 4px;
}
.col-meta {
  font-size: 9px;
  color: var(--champ);
  opacity: 0.5;
  margin-bottom: 10px;
  letter-spacing: 0.06em;
}
.col-chips {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
  margin-bottom: 12px;
}
.col-chip {
  font-size: 7.5px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 4px 11px;
  border-radius: 50px;
  border: 1px solid rgba(201, 168, 76, 0.4);
  color: var(--gold);
  background: rgba(201, 168, 76, 0.08);
}
.col-chip-vip {
  background: rgba(201, 168, 76, 0.18);
  border-color: var(--gold);
}
.col-price-row {
  display: flex;
  align-items: baseline;
  gap: 5px;
  margin-bottom: 12px;
}
.col-price-val {
  font-family: "Playfair Display", serif;
  font-size: 22px;
  font-weight: 700;
  color: var(--gold);
}
.col-price-unit {
  font-size: 9px;
  color: var(--champ);
  opacity: 0.45;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.col-btn {
  width: 100%;
  justify-content: center;
}
.collection-dots {
  padding: 0 64px;
  display: flex;
  gap: 6px;
  margin-top: 4px;
  flex-wrap: wrap;
}
.col-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(201, 168, 76, 0.2);
  transition:
    background 0.2s,
    width 0.2s;
  cursor: pointer;
}
.col-dot.active {
  background: var(--gold);
  width: 20px;
  border-radius: 3px;
}

.cta-section {
  position: relative;
  overflow: hidden;
  padding: 0;
}
.cta-bg-img {
  position: absolute;
  inset: 0;
  background: url("https://images.unsplash.com/photo-1502635385003-ee1e6a1a742d?w=1600&q=80")
    center center / cover no-repeat;
  filter: brightness(0.28) saturate(0.7);
  transform: scale(1.07);
  transition: transform 2.6s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: transform;
}
.cta-section.cta-bg-loaded .cta-bg-img {
  animation: ctaBgScale 24s ease-in-out 2.6s infinite;
}
@keyframes ctaBgScale {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05) translateY(-6px);
  }
}
.cta-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(18, 8, 5, 0.82) 0%,
    rgba(139, 26, 47, 0.22) 50%,
    rgba(18, 8, 5, 0.9) 100%
  );
}
.cta-grain {
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.03'/%3E%3C/svg%3E");
  background-size: 180px;
  pointer-events: none;
  z-index: 2;
}
.cta-inner {
  position: relative;
  z-index: 3;
  max-width: 820px;
  margin: 0 auto;
  text-align: center;
  padding: 72px 40px;
}
.cta-tag {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 18px;
  display: block;
  opacity: 0.8;
}
.cta-title {
  font-family: "Playfair Display", serif;
  font-size: clamp(28px, 3.5vw, 46px);
  font-weight: 700;
  color: var(--ivory);
  line-height: 1.1;
  margin-bottom: 24px;
  text-shadow: 0 4px 28px rgba(0, 0, 0, 0.5);
}
.cta-title em {
  font-style: italic;
  color: var(--gold);
}
.cta-desc {
  font-size: 13px;
  color: var(--champ);
  opacity: 0.65;
  line-height: 1.92;
  font-weight: 300;
  max-width: 580px;
  margin: 0 auto 48px;
}
.cta-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}
.btn-wa {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(135deg, #25d366, #128c7e);
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.17em;
  text-transform: uppercase;
  padding: 15px 34px;
  border-radius: 50px;
  text-decoration: none;
  box-shadow: 0 8px 28px rgba(37, 211, 102, 0.28);
  transition:
    transform 0.22s,
    box-shadow 0.22s,
    opacity 0.22s;
}
.btn-wa:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 38px rgba(37, 211, 102, 0.42);
  opacity: 0.92;
}
.btn-call {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: transparent;
  color: var(--gold);
  font-family: "Poppins", sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.17em;
  text-transform: uppercase;
  padding: 14px 32px;
  border-radius: 50px;
  border: 1.5px solid rgba(201, 168, 76, 0.5);
  text-decoration: none;
  transition:
    background 0.22s,
    border-color 0.22s,
    transform 0.22s,
    box-shadow 0.22s;
}
.btn-call:hover {
  background: rgba(201, 168, 76, 0.1);
  border-color: var(--gold);
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(201, 168, 76, 0.2);
}
.btn-book {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(255, 245, 228, 0.06);
  color: var(--champ);
  font-family: "Poppins", sans-serif;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.17em;
  text-transform: uppercase;
  padding: 14px 28px;
  border-radius: 50px;
  border: 1.5px solid rgba(232, 213, 176, 0.2);
  text-decoration: none;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  transition:
    background 0.22s,
    border-color 0.22s,
    transform 0.22s;
}
.btn-book:hover {
  background: rgba(255, 245, 228, 0.1);
  border-color: rgba(232, 213, 176, 0.4);
  transform: translateY(-3px);
}

.anim-up {
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity 0.7s ease,
    transform 0.7s ease;
}
.anim-up.visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1100px) {
  .b3-bottom-bar {
    grid-template-columns: repeat(3, 1fr);
  }
  .b3-bottom-bar .b3-stat-cell:nth-child(4),
  .b3-bottom-bar .b3-stat-cell:nth-child(5) {
    display: none;
  }
  .cf-inner {
    grid-template-columns: 360px 1fr;
    gap: 44px;
  }
}
@media (max-width: 1024px) {
  .b3-main {
    grid-template-columns: 300px 1fr;
  }
  .b3-content {
    padding: 48px 44px;
  }
  .b3-top-bar {
    padding: 20px 28px;
  }
  .companion-feature-section {
    padding: 72px 36px;
  }
  .cf-inner {
    grid-template-columns: 320px 1fr;
    gap: 36px;
  }
}
@media (max-width: 900px) {
  .about-hero-deco-l,
  .about-hero-deco-r {
    display: none;
  }
  .b3-main {
    grid-template-columns: 1fr;
  }
  .b3-img {
    height: 300px;
  }
  .b3-img::after {
    background: linear-gradient(to bottom, transparent 50%, var(--dark-3) 100%);
  }
  .b3-content {
    padding: 40px 28px;
  }
  .cf-inner {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  .cf-card {
    height: 480px;
  }
  .collection-scroll {
    padding: 8px 20px 20px;
  }
  .collection-header {
    padding-left: 20px;
    padding-right: 20px;
  }
  .collection-dots {
    padding: 0 20px;
  }
}
@media (max-width: 720px) {
  .b3-feature-grid {
    grid-template-columns: 1fr;
  }
  .b3-bottom-bar {
    grid-template-columns: 1fr 1fr;
  }
  .b3-bottom-bar .b3-stat-cell:last-child {
    display: none;
  }
  .companion-feature-section {
    padding: 56px 24px;
  }
  .cta-actions {
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 480px) {
  .about-hero {
    padding: 70px 20px 70px;
  }
  .b3-top-bar {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
  .b3-content {
    padding: 32px 20px;
  }
  .b3-stat-cell {
    padding: 18px 16px;
  }
  .cta-inner {
    padding: 56px 24px;
  }
  .cf-card {
    height: 400px;
  }
}
