:root {
  --bg: #050505;
  --bg-soft: #0c0c0c;
  --bg-elevated: #121110;
  --card: #151412;
  --gold: #c9a84c;
  --gold-mid: #dfc56e;
  --gold-soft: #f2e6a8;
  --gold-dim: rgba(201, 168, 76, 0.45);
  --text: #f4f4f4;
  --muted: #9a9a9a;
  --line: rgba(201, 168, 76, 0.28);
  --line-strong: rgba(201, 168, 76, 0.55);
  --shadow-deep: 0 32px 64px rgba(0, 0, 0, 0.55);
  --ease-out: cubic-bezier(0.22, 1, 0.36, 1);
  --lux-radius: 6px;
  --lux-border: rgba(201, 168, 76, 0.24);
  --lux-border-hover: rgba(214, 179, 106, 0.48);
  --lux-bg: linear-gradient(
    155deg,
    rgba(26, 24, 21, 0.96) 0%,
    rgba(12, 11, 10, 0.98) 48%,
    rgba(16, 15, 13, 0.97) 100%
  );
  --lux-shadow:
    0 8px 32px rgba(0, 0, 0, 0.42),
    0 0 0 1px rgba(255, 255, 255, 0.03) inset,
    0 1px 0 rgba(201, 168, 76, 0.1) inset;
  --lux-shadow-hover:
    0 28px 56px rgba(0, 0, 0, 0.52),
    0 0 40px rgba(201, 168, 76, 0.12),
    0 0 0 1px rgba(201, 168, 76, 0.06) inset,
    0 1px 0 rgba(255, 255, 255, 0.05) inset;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

html,
body {
  margin: 0;
  padding: 0;
  font-family: Montserrat, system-ui, sans-serif;
  background: var(--bg);
  color: var(--text);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  opacity: 0.055;
  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.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.35'/%3E%3C/svg%3E");
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background:
    radial-gradient(ellipse 80% 50% at 50% -20%, rgba(201, 168, 76, 0.14), transparent 55%),
    radial-gradient(ellipse 60% 40% at 100% 50%, rgba(201, 168, 76, 0.06), transparent 50%),
    radial-gradient(ellipse 50% 35% at 0% 80%, rgba(201, 168, 76, 0.05), transparent 45%);
}

a {
  color: inherit;
  text-decoration: none;
}

.site-wrap {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 22px;
  position: relative;
  z-index: 1;
}

.nav {
  position: sticky;
  top: 0;
  z-index: 100;
  background: linear-gradient(180deg, rgba(5, 5, 5, 0.96), rgba(5, 5, 5, 0.88));
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(16px) saturate(1.2);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.03);
}

.nav::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(201, 168, 76, 0.55), transparent);
  opacity: 0.35;
  animation: navGoldPulse 5.5s ease-in-out infinite;
  pointer-events: none;
}

.nav-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 0;
  gap: 16px;
  flex-wrap: wrap;
}

.brand {
  font-family: "Cormorant Garamond", Georgia, serif;
  letter-spacing: 0.38em;
  font-weight: 600;
  color: var(--gold-soft);
  font-size: clamp(18px, 2.4vw, 24px);
  text-shadow: 0 0 40px rgba(201, 168, 76, 0.25);
}

.links {
  display: flex;
  gap: 22px;
  flex-wrap: wrap;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: #c8c8c8;
}

.links a {
  position: relative;
  transition: color 0.35s var(--ease-out);
}

.links a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -4px;
  height: 1px;
  background: linear-gradient(90deg, var(--gold), var(--gold-mid));
  transition: right 0.4s var(--ease-out);
}

.links a:hover {
  color: var(--gold-soft);
}

.links a:hover::after {
  right: 0;
}

.hero {
  min-height: 78vh;
  display: grid;
  align-items: end;
  padding: 100px 0 72px;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
}

.hero--carousel {
  min-height: 100vh;
}

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

.hero-slide {
  position: absolute;
  inset: 0;
  display: block;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  visibility: visible;
  transition: opacity 1.2s ease-in-out;
  transform: none;
  z-index: 1;
  filter: none;
  mix-blend-mode: normal;
}

.hero--carousel .hero-slide {
  /* Slight zoom-out framing so storefront/building is more visible. */
  background-size: 90%;
  background-position: center;
  background-repeat: no-repeat;
}

.hero-slide.is-active {
  opacity: 1;
}

.hero-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(201, 168, 76, 0.6);
  background: rgba(8, 8, 8, 0.52);
  color: var(--gold-soft);
  font-size: 24px;
  line-height: 1;
  display: grid;
  place-items: center;
  cursor: pointer;
  transition: background 0.35s, border-color 0.35s, transform 0.35s;
}

.hero-nav:hover {
  background: rgba(201, 168, 76, 0.22);
  border-color: var(--gold-soft);
  transform: translateY(-50%) scale(1.04);
}

.hero-nav--prev {
  left: 20px;
}

.hero-nav--next {
  right: 20px;
}

.hero--carousel .hero-nav {
  display: none !important;
}

.hero-arrow,
.slider-arrow,
.swiper-button-next,
.swiper-button-prev,
.slick-arrow {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
}

.hero-arrow::before,
.hero-arrow::after,
.slider-arrow::before,
.slider-arrow::after,
.swiper-button-next::before,
.swiper-button-next::after,
.swiper-button-prev::before,
.swiper-button-prev::after,
.slick-arrow::before,
.slick-arrow::after {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
  content: none !important;
}

#heroBanner {
  animation: heroBgPan 48s ease-in-out infinite alternate;
}

#verifyHero.hero--carousel {
  animation: none;
  background-image: none !important;
}

#verifyHero.hero--carousel .hero__layer {
  display: block;
  z-index: 3;
}

#verifyHero.hero--carousel::before {
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.7) 0%,
    rgba(0, 0, 0, 0.45) 42%,
    rgba(0, 0, 0, 0.82) 100%
  );
  z-index: 3;
}

#verifyHero .hero-slide {
  background-size: cover;
  background-repeat: no-repeat;
  transition: opacity 1.35s ease-in-out;
  transform: scale(1.05);
  will-change: opacity, transform;
}

#verifyHero .hero-slide--auth-1 {
  background-position: center 42%;
}

#verifyHero .hero-slide--auth-2 {
  background-position: center 38%;
}

#verifyHero .hero-slide--auth-3 {
  background-position: center 40%;
}

#verifyHero .hero-slide.is-active {
  animation: verifyHeroKenBurns 8s ease-out forwards;
}

@keyframes verifyHeroKenBurns {
  from {
    transform: scale(1.1);
  }
  to {
    transform: scale(1.04);
  }
}

#sellHero.hero--carousel {
  animation: none;
  background-image: none !important;
}

#sellHero.hero--carousel .hero__layer {
  display: block;
  z-index: 3;
}

#sellHero.hero--carousel::before {
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.78) 0%,
    rgba(0, 0, 0, 0.48) 42%,
    rgba(0, 0, 0, 0.82) 100%
  );
  z-index: 3;
}

#sellHero .hero__vignette {
  background: radial-gradient(ellipse 85% 75% at 50% 45%, transparent 0%, rgba(5, 5, 5, 0.45) 65%, rgba(5, 5, 5, 0.85) 100%);
}

#sellHero .hero-carousel {
  z-index: 1;
}

#sellHero .hero-slide {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 0;
  transition: opacity 1.85s ease-in-out;
  transform: scale(1.08);
  will-change: opacity, transform;
  filter: brightness(0.88) contrast(1.04) saturate(0.92);
}

#sellHero .hero-slide--lv {
  filter: brightness(0.7) contrast(1.08) saturate(0.78) sepia(0.12);
}

#sellHero .hero-slide.is-active {
  opacity: 1;
  z-index: 2;
  animation: sellHeroKenBurns 6.5s ease-out forwards;
}

#sellHero .hero-content {
  position: relative;
  z-index: 5;
  width: 100%;
}

@media (max-width: 900px) {
  #sellHero .hero-slide--lv {
    background-position: center 55%;
    background-size: cover;
  }
}

@keyframes sellHeroKenBurns {
  from {
    transform: scale(1.12);
  }
  to {
    transform: scale(1.04);
  }
}

.hero__layer {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 3;
}

.hero--cinema {
  min-height: 88vh;
  align-items: center;
}

.hero--carousel.hero--cinema {
  min-height: 100vh;
}

.hero__layer {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.hero__vignette {
  background: radial-gradient(ellipse 70% 60% at 50% 40%, transparent 0%, rgba(5, 5, 5, 0.32) 70%, rgba(5, 5, 5, 0.72) 100%);
}

.hero__goldwash {
  background: linear-gradient(125deg, rgba(201, 168, 76, 0.12) 0%, transparent 42%, rgba(201, 168, 76, 0.06) 100%);
  animation: heroGoldDrift 14s ease-in-out infinite alternate;
}

.hero__gridlines {
  opacity: 0.07;
  background-image:
    linear-gradient(rgba(201, 168, 76, 0.5) 1px, transparent 1px),
    linear-gradient(90deg, rgba(201, 168, 76, 0.5) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: radial-gradient(ellipse 80% 70% at 50% 50%, black 20%, transparent 75%);
}

.hero__shine {
  background: linear-gradient(105deg, transparent 40%, rgba(255, 250, 220, 0.06) 50%, transparent 60%);
  background-size: 200% 100%;
  animation: heroShine 7s ease-in-out infinite;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
  z-index: 3;
}

.hero--carousel::before {
  background: rgba(0, 0, 0, 0.3);
}

.hero--carousel .hero__layer {
  display: none;
}

.hero-content {
  position: relative;
  z-index: 4;
  animation: fadeInUp 1s var(--ease-out) both;
}

.hero--cinema .hero-content {
  text-align: center;
  max-width: 920px;
  margin: 0 auto;
}

.hero .eyebrow {
  font-size: 10px;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: var(--gold-mid);
  margin-bottom: 16px;
  opacity: 0.95;
}

.hero h1 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(72px, 10vw, 140px);
  margin: 0 0 20px;
  font-weight: 600;
  color: #eadca3;
  line-height: 0.95;
  letter-spacing: 4px;
  text-shadow: 0 4px 20px rgba(0, 0, 0, 0.35);
}

.hero--cinema h1 {
  letter-spacing: 0.02em;
}

.hero p {
  color: #dedede;
  max-width: 640px;
  margin: 0 auto;
  line-height: 1.9;
  font-weight: 300;
  font-size: clamp(14px, 1.5vw, 17px);
}

.hero-subtitle {
  font-family: Montserrat, system-ui, sans-serif !important;
  font-size: clamp(17px, 2.1vw, 24px) !important;
  color: rgba(250, 250, 250, 0.96) !important;
  margin-bottom: 18px !important;
  font-weight: 500 !important;
  letter-spacing: 0.03em !important;
  text-shadow: 0 4px 20px rgba(0, 0, 0, 0.35) !important;
}

.hero-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 28px;
}

.hero--cinema .hero-actions {
  justify-content: center;
}

.btn {
  border: 1px solid var(--line-strong);
  color: var(--gold-soft);
  background: rgba(10, 10, 10, 0.5);
  padding: 14px 22px;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 10px;
  font-weight: 600;
  transition: transform 0.35s var(--ease-out), box-shadow 0.35s, border-color 0.35s, background 0.35s, color 0.35s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.06), transparent);
  transform: translateX(-100%);
  transition: transform 0.6s var(--ease-out);
}

.btn:hover::before {
  transform: translateX(100%);
}

.btn:hover {
  transform: translateY(-2px);
  border-color: var(--gold);
  box-shadow: 0 12px 36px rgba(201, 168, 76, 0.18);
}

.btn.primary {
  background: linear-gradient(135deg, #f0dc8a, var(--gold) 55%, #a88b2e);
  color: #0a0a0a;
  border: none;
  box-shadow: 0 8px 32px rgba(201, 168, 76, 0.25);
}

.btn.primary:hover {
  box-shadow: 0 16px 48px rgba(201, 168, 76, 0.38);
}

.grid {
  display: grid;
  gap: 24px;
}

.grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

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

.card {
  background: var(--lux-bg);
  border: 1px solid var(--lux-border);
  border-radius: var(--lux-radius);
  padding: clamp(28px, 3.2vw, 34px);
  box-shadow: var(--lux-shadow);
  backdrop-filter: blur(8px);
  transition:
    transform 0.55s var(--ease-out),
    border-color 0.55s var(--ease-out),
    box-shadow 0.55s var(--ease-out);
  position: relative;
  overflow: hidden;
}

.card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(
    125deg,
    rgba(255, 250, 235, 0.04) 0%,
    transparent 38%,
    rgba(201, 168, 76, 0.05) 100%
  );
  opacity: 1;
}

.card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 12%;
  right: 12%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(201, 168, 76, 0.55), transparent);
  pointer-events: none;
  opacity: 0.65;
}

.card:hover {
  transform: translateY(-4px);
  border-color: var(--lux-border-hover);
  box-shadow: var(--lux-shadow-hover);
}

.card h2 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(28px, 3.2vw, 36px);
  font-weight: 600;
  letter-spacing: 0.04em;
  color: var(--gold-soft);
  margin: 0 0 16px;
  position: relative;
  z-index: 1;
}

.section {
  padding: 72px 0;
  position: relative;
  z-index: 1;
}

.section--tight {
  padding: 56px 0;
}

.section--alt {
  background: linear-gradient(180deg, rgba(201, 168, 76, 0.04), transparent 40%);
  border-top: 1px solid rgba(201, 168, 76, 0.12);
  border-bottom: 1px solid rgba(201, 168, 76, 0.08);
}

.section h2,
.section-head {
  font-family: "Cormorant Garamond", Georgia, serif;
  color: var(--gold-soft);
  margin: 0 0 18px;
  font-size: clamp(32px, 4.2vw, 50px);
  font-weight: 600;
  letter-spacing: 0.06em;
  text-shadow: 0 2px 28px rgba(201, 168, 76, 0.1);
}

.section-sub {
  color: var(--muted);
  max-width: 720px;
  line-height: 1.85;
  margin-bottom: 36px;
  font-weight: 300;
  letter-spacing: 0.02em;
}

.muted {
  color: var(--muted);
  line-height: 1.85;
}

.gallery-photo {
  height: 280px;
  border: 1px solid var(--lux-border);
  border-radius: var(--lux-radius);
  object-fit: cover;
  width: 100%;
  transition:
    transform 0.55s var(--ease-out),
    filter 0.55s var(--ease-out),
    box-shadow 0.55s var(--ease-out),
    border-color 0.55s var(--ease-out);
  filter: saturate(1.04) contrast(1.04);
  box-shadow: var(--lux-shadow);
}

.gallery-photo:hover {
  transform: translateY(-3px) scale(1.015);
  filter: saturate(1.08) contrast(1.06);
  border-color: var(--lux-border-hover);
  box-shadow: var(--lux-shadow-hover);
}

.about-block {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: clamp(28px, 4vw, 40px);
  align-items: center;
}

.about-photo-wrap {
  position: relative;
  width: 100%;
  border-radius: var(--lux-radius);
  overflow: hidden;
  border: 1px solid var(--lux-border);
  box-shadow: var(--lux-shadow);
  backdrop-filter: blur(6px);
  transition:
    transform 0.55s var(--ease-out),
    box-shadow 0.55s var(--ease-out),
    border-color 0.55s var(--ease-out);
}

.about-photo-wrap::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  border-radius: inherit;
  background: linear-gradient(
    145deg,
    rgba(255, 236, 205, 0.14) 0%,
    rgba(201, 168, 76, 0.08) 28%,
    transparent 52%,
    rgba(42, 28, 14, 0.22) 100%
  );
  mix-blend-mode: soft-light;
}

.about-photo-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  border-radius: inherit;
  box-shadow: inset 0 0 0 1px rgba(201, 168, 76, 0.18);
}

.about-photo-wrap:hover {
  transform: translateY(-4px);
  border-color: var(--lux-border-hover);
  box-shadow: var(--lux-shadow-hover);
}

.about-photo {
  display: block;
  width: 100%;
  height: clamp(280px, 38vw, 420px);
  object-fit: cover;
  object-position: center 42%;
  border: none;
  box-shadow: none;
  filter: saturate(1.06) contrast(1.04) sepia(0.07) brightness(1.02);
  transition: transform 0.7s var(--ease-out), filter 0.55s var(--ease-out);
}

.about-photo-wrap:hover .about-photo {
  transform: scale(1.03);
  filter: saturate(1.1) contrast(1.06) sepia(0.09) brightness(1.04);
}

.about-photo-wrap--poster {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  min-height: clamp(280px, 38vw, 420px);
  background: linear-gradient(165deg, rgba(28, 24, 20, 0.92), rgba(12, 11, 10, 0.98));
}

.about-photo-wrap--poster::before {
  background: linear-gradient(
    145deg,
    rgba(201, 168, 76, 0.08) 0%,
    transparent 50%,
    rgba(0, 0, 0, 0.12) 100%
  );
  mix-blend-mode: normal;
}

.about-photo-wrap--poster .about-photo,
.about-photo.about-photo--poster {
  width: 100%;
  height: 100%;
  max-height: min(58vh, 500px);
  object-fit: contain;
  object-position: center center;
  border-radius: inherit;
  filter: saturate(1.04) contrast(1.03) brightness(1.03);
}

.about-photo-wrap--poster:hover .about-photo--poster {
  transform: none;
  filter: saturate(1.05) contrast(1.04) brightness(1.04);
}

.brand-auth {
  padding: clamp(32px, 4vw, 42px);
  border: 1px solid var(--lux-border);
  border-radius: var(--lux-radius);
  background: var(--lux-bg);
  box-shadow: var(--lux-shadow);
  backdrop-filter: blur(8px);
  position: relative;
  overflow: hidden;
  transition:
    transform 0.55s var(--ease-out),
    border-color 0.55s var(--ease-out),
    box-shadow 0.55s var(--ease-out);
}

.brand-auth:hover {
  transform: translateY(-3px);
  border-color: var(--lux-border-hover);
  box-shadow: var(--lux-shadow-hover);
}

.brand-auth::after {
  content: "";
  position: absolute;
  top: -40%;
  right: -20%;
  width: 50%;
  height: 120%;
  background: radial-gradient(circle, rgba(201, 168, 76, 0.08), transparent 65%);
  pointer-events: none;
}

.brand-auth h3 {
  margin: 0 0 10px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(28px, 3.5vw, 38px);
  color: var(--gold-soft);
  position: relative;
  z-index: 1;
}

.wa-list {
  display: grid;
  gap: 12px;
  max-width: 560px;
}

.wa-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(37, 211, 102, 0.65);
  color: #5ef29a;
  padding: 14px 18px;
  font-size: 12px;
  letter-spacing: 0.08em;
  transition: 0.3s var(--ease-out);
  background: rgba(37, 211, 102, 0.04);
}

.wa-btn:hover {
  background: #25d366;
  color: #0a0a0a;
  transform: translateY(-2px);
  box-shadow: 0 12px 32px rgba(37, 211, 102, 0.25);
}

#sellForm {
  scroll-margin-top: 96px;
}

.form {
  display: grid;
  gap: 16px;
}

.form-field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.form-field--receipt {
  margin: 0;
  padding: 0;
  border: none;
  min-width: 0;
}

.form-label {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold-mid);
}

.form-label__optional {
  font-size: 9px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 400;
}

.form-radio-group {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.form-radio {
  position: relative;
  display: block;
  cursor: pointer;
}

.form-radio input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  pointer-events: none;
}

.form-radio__pill {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 16px;
  border: 1px solid rgba(201, 168, 76, 0.24);
  background: #0a0a0a;
  color: rgba(236, 232, 224, 0.88);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  transition:
    border-color 0.35s var(--ease-out),
    background 0.35s var(--ease-out),
    color 0.35s var(--ease-out),
    box-shadow 0.35s var(--ease-out);
}

.form-radio input:focus-visible + .form-radio__pill {
  outline: none;
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(201, 168, 76, 0.12);
}

.form-radio input:checked + .form-radio__pill {
  border-color: rgba(214, 179, 106, 0.55);
  background: linear-gradient(135deg, rgba(201, 168, 76, 0.14), rgba(12, 11, 10, 0.95));
  color: var(--gold-soft);
  box-shadow:
    0 0 24px rgba(201, 168, 76, 0.1),
    inset 0 1px 0 rgba(255, 236, 205, 0.06);
}

.form-radio:hover .form-radio__pill {
  border-color: rgba(201, 168, 76, 0.38);
}

.sell-form-note {
  margin: 4px 0 0;
  padding: 14px 16px;
  border-left: 2px solid rgba(201, 168, 76, 0.45);
  background: rgba(201, 168, 76, 0.05);
  font-size: 12px;
  line-height: 1.65;
  letter-spacing: 0.03em;
  color: rgba(220, 215, 205, 0.88);
}

.sell-form-error {
  margin: 0;
  padding: 10px 12px;
  border: 1px solid rgba(220, 80, 80, 0.35);
  background: rgba(220, 80, 80, 0.08);
  font-size: 12px;
  letter-spacing: 0.04em;
  color: #f0a8a8;
}

.input,
.select,
.textarea {
  width: 100%;
  padding: 12px 14px;
  background: #0a0a0a;
  color: var(--text);
  border: 1px solid #2a2a2a;
  transition: border-color 0.3s, box-shadow 0.3s;
  font-family: inherit;
}

.input:focus,
.select:focus,
.textarea:focus {
  outline: none;
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(201, 168, 76, 0.12);
}

.textarea {
  min-height: 110px;
  resize: vertical;
}

.footer {
  border-top: 1px solid var(--line);
  padding: 28px 0 48px;
  color: var(--muted);
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.lux-footer {
  position: relative;
  margin-top: 0;
  padding: clamp(48px, 6vw, 68px) 0 clamp(40px, 5vw, 56px);
  text-align: center;
  overflow: hidden;
  border-top: 1px solid rgba(201, 168, 76, 0.22);
  background:
    radial-gradient(ellipse 70% 50% at 50% 0%, rgba(201, 168, 76, 0.06), transparent 62%),
    linear-gradient(180deg, #0c0b0a 0%, #050505 100%);
  box-shadow: 0 -24px 48px rgba(0, 0, 0, 0.35);
}

.lux-footer__halo {
  position: absolute;
  top: -48px;
  left: 50%;
  transform: translateX(-50%);
  width: min(720px, 90%);
  height: 140px;
  background: radial-gradient(ellipse, rgba(201, 168, 76, 0.14), transparent 68%);
  pointer-events: none;
}

.lux-footer__inner {
  position: relative;
  z-index: 1;
}

.lux-footer__brand {
  margin: 0 0 clamp(18px, 2.5vw, 24px);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(26px, 4.2vw, 42px);
  font-weight: 600;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--gold-soft);
  text-shadow: 0 0 36px rgba(201, 168, 76, 0.22);
}

.lux-footer__rule {
  width: min(140px, 36%);
  height: 1px;
  margin: 0 auto clamp(26px, 3.5vw, 34px);
  background: linear-gradient(90deg, transparent, rgba(201, 168, 76, 0.65), transparent);
}

.lux-footer__social {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: clamp(14px, 2.5vw, 20px);
  margin-bottom: clamp(26px, 3.5vw, 34px);
}

.lux-footer__card {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-width: min(220px, 88vw);
  max-width: 280px;
  flex: 1 1 200px;
  padding: 15px 24px;
  border: 1px solid var(--lux-border);
  border-radius: var(--lux-radius);
  background: var(--lux-bg);
  color: rgba(236, 232, 224, 0.9);
  text-decoration: none;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  box-shadow: var(--lux-shadow);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition:
    transform 0.55s var(--ease-out),
    border-color 0.55s var(--ease-out),
    box-shadow 0.55s var(--ease-out),
    color 0.55s var(--ease-out);
}

.lux-footer__card:hover {
  transform: translateY(-3px);
  border-color: var(--lux-border-hover);
  box-shadow: var(--lux-shadow-hover);
  color: var(--gold-soft);
}

.lux-footer__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gold-mid);
  transition: color 0.5s var(--ease-out), filter 0.5s var(--ease-out);
}

.lux-footer__card:hover .lux-footer__icon {
  color: var(--gold-soft);
  filter: drop-shadow(0 0 10px rgba(201, 168, 76, 0.45));
}

.lux-footer__svg {
  width: 20px;
  height: 20px;
  display: block;
}

.lux-footer__label {
  line-height: 1;
}

.lux-footer__copy {
  margin: 0;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
  opacity: 0.88;
  line-height: 1.7;
}

.hidden {
  display: none !important;
}

.cert {
  background: linear-gradient(155deg, #131313, #0b0b0b);
  border: 1px solid var(--line);
  padding: 24px;
  box-shadow: 0 30px 55px rgba(0, 0, 0, 0.46), inset 0 1px 0 rgba(201, 168, 76, 0.13);
}

.cert h3 {
  margin-top: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  color: var(--gold-soft);
  font-size: 38px;
}

.badge-ok,
.badge-ng {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  margin-bottom: 16px;
  display: inline-block;
  padding: 8px 14px;
  border-radius: 2px;
}

.badge-ok {
  color: #7ef0a8;
  background: rgba(103, 216, 145, 0.12);
  border: 1px solid rgba(103, 216, 145, 0.35);
  animation: badgePulseOk 2.4s ease-in-out infinite;
}

.badge-ng {
  color: #ff9a9a;
  background: rgba(255, 124, 124, 0.1);
  border: 1px solid rgba(255, 124, 124, 0.35);
}

.admin-shell {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 32px 20px;
  position: relative;
}

.stats-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.stat-card {
  text-align: center;
  padding: clamp(28px, 3vw, 34px) 20px;
  border: 1px solid var(--lux-border);
  border-radius: var(--lux-radius);
  background: var(--lux-bg);
  box-shadow: var(--lux-shadow);
  backdrop-filter: blur(8px);
  position: relative;
  overflow: hidden;
  transition:
    transform 0.55s var(--ease-out),
    border-color 0.55s var(--ease-out),
    box-shadow 0.55s var(--ease-out);
}

.stat-card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 18%;
  right: 18%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(201, 168, 76, 0.5), transparent);
  opacity: 0.6;
}

.stat-card:hover {
  transform: translateY(-4px);
  border-color: var(--lux-border-hover);
  box-shadow: var(--lux-shadow-hover);
}

.stat-value {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(38px, 5vw, 54px);
  color: var(--gold-soft);
  line-height: 1;
  margin-bottom: 12px;
  text-shadow: 0 0 24px rgba(201, 168, 76, 0.15);
  position: relative;
  z-index: 1;
}

.stat-label {
  font-size: 10px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--muted);
  position: relative;
  z-index: 1;
}

.testimonials {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
}

.testimonial {
  padding: clamp(28px, 3vw, 32px);
  border: 1px solid var(--lux-border);
  border-radius: var(--lux-radius);
  background: var(--lux-bg);
  box-shadow: var(--lux-shadow);
  backdrop-filter: blur(8px);
  position: relative;
  overflow: hidden;
  transition:
    transform 0.55s var(--ease-out),
    border-color 0.55s var(--ease-out),
    box-shadow 0.55s var(--ease-out);
}

.testimonial::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(160deg, rgba(201, 168, 76, 0.06) 0%, transparent 55%);
}

.testimonial::after {
  content: "";
  position: absolute;
  top: 0;
  left: 10%;
  right: 10%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(201, 168, 76, 0.45), transparent);
  opacity: 0.55;
}

.testimonial:hover {
  transform: translateY(-4px);
  border-color: var(--lux-border-hover);
  box-shadow: var(--lux-shadow-hover);
}

.testimonial p {
  margin: 0 0 20px;
  font-size: 14px;
  line-height: 1.8;
  color: rgba(220, 215, 205, 0.92);
  font-weight: 300;
  position: relative;
  z-index: 1;
}

.testimonial .who {
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold-mid);
  position: relative;
  z-index: 1;
  padding-top: 16px;
  border-top: 1px solid rgba(201, 168, 76, 0.18);
}

/* Home — Google Business reviews */
.google-reviews-section {
  position: relative;
  overflow: hidden;
}

.google-reviews-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse 70% 55% at 18% 50%, rgba(201, 168, 76, 0.07), transparent 60%),
    radial-gradient(ellipse 60% 50% at 82% 40%, rgba(201, 168, 76, 0.05), transparent 55%);
}

.google-reviews-section .site-wrap {
  text-align: center;
  position: relative;
  z-index: 1;
}

.google-reviews__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 0 auto 18px;
  padding: 10px 20px;
  width: fit-content;
  max-width: 100%;
  border: 1px solid rgba(201, 168, 76, 0.38);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(201, 168, 76, 0.12), rgba(12, 11, 10, 0.92));
  box-shadow:
    0 0 28px rgba(201, 168, 76, 0.14),
    inset 0 1px 0 rgba(255, 236, 205, 0.08);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold-soft);
}

.google-reviews__badge-icon {
  display: flex;
  color: var(--gold-mid);
  filter: drop-shadow(0 0 6px rgba(201, 168, 76, 0.35));
}

.google-reviews__location {
  margin: -4px auto 10px;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold-mid);
  opacity: 0.92;
}

.google-reviews__intro {
  max-width: 640px;
  margin: 0 auto clamp(28px, 4vw, 40px);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(18px, 2.6vw, 24px);
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: 0.04em;
  color: rgba(236, 232, 224, 0.92);
}

.google-reviews__summary {
  text-align: center;
  margin: 0 auto 28px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(20px, 2.8vw, 26px);
  letter-spacing: 0.08em;
  color: var(--gold-mid);
}

.google-reviews-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.88fr) minmax(320px, 1.12fr);
  gap: clamp(24px, 3.5vw, 48px);
  align-items: start;
  text-align: left;
  margin-top: 8px;
}

.google-trust-panel {
  position: sticky;
  top: 96px;
  padding: clamp(28px, 3.2vw, 36px) clamp(24px, 2.8vw, 32px);
  border: 1px solid var(--lux-border);
  border-radius: var(--lux-radius);
  background: var(--lux-bg);
  box-shadow: var(--lux-shadow);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  overflow: hidden;
  isolation: isolate;
  transition:
    transform 0.55s var(--ease-out),
    border-color 0.55s var(--ease-out),
    box-shadow 0.55s var(--ease-out);
}

.google-trust-panel:hover {
  border-color: var(--lux-border-hover);
  box-shadow: var(--lux-shadow-hover);
  transform: translateY(-3px);
}

.google-trust-panel__shine {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse 90% 60% at 50% -10%, rgba(201, 168, 76, 0.14), transparent 55%),
    linear-gradient(180deg, rgba(255, 236, 205, 0.04) 0%, transparent 38%);
  opacity: 0.85;
  transition: opacity 0.55s var(--ease-out);
}

.google-trust-panel:hover .google-trust-panel__shine {
  opacity: 1;
}

.google-trust-panel__corner {
  position: absolute;
  width: 28px;
  height: 28px;
  pointer-events: none;
  opacity: 0.55;
  transition: opacity 0.55s var(--ease-out);
}

.google-trust-panel__corner--tl {
  top: 12px;
  left: 12px;
  border-top: 1px solid rgba(201, 168, 76, 0.45);
  border-left: 1px solid rgba(201, 168, 76, 0.45);
}

.google-trust-panel__corner--br {
  right: 12px;
  bottom: 12px;
  border-right: 1px solid rgba(201, 168, 76, 0.45);
  border-bottom: 1px solid rgba(201, 168, 76, 0.45);
}

.google-trust-panel:hover .google-trust-panel__corner {
  opacity: 0.9;
}

.google-trust-panel__brand {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: clamp(22px, 3vw, 28px);
  position: relative;
  z-index: 1;
}

.google-trust-panel__brand-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(201, 168, 76, 0.2);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25);
  transition: transform 0.55s var(--ease-out), box-shadow 0.55s var(--ease-out);
}

.google-trust-panel:hover .google-trust-panel__brand-icon {
  transform: scale(1.05);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.32), 0 0 16px rgba(201, 168, 76, 0.12);
}

.google-trust-panel__brand-text {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(236, 232, 224, 0.92);
}

.google-trust-panel__rating-block {
  text-align: center;
  margin-bottom: clamp(22px, 2.8vw, 28px);
  padding-bottom: clamp(20px, 2.6vw, 26px);
  border-bottom: 1px solid rgba(201, 168, 76, 0.16);
  position: relative;
  z-index: 1;
}

.google-trust-panel__score-wrap {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 6px;
  margin-bottom: 14px;
}

.google-trust-panel__score {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(52px, 7vw, 68px);
  font-weight: 600;
  line-height: 1;
  color: var(--gold-soft);
  text-shadow: 0 0 32px rgba(201, 168, 76, 0.3);
  letter-spacing: 0.02em;
  transition: text-shadow 0.55s var(--ease-out);
}

.google-trust-panel:hover .google-trust-panel__score {
  text-shadow: 0 0 40px rgba(201, 168, 76, 0.42);
}

.google-trust-panel__out-of {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(18px, 2.4vw, 22px);
  font-weight: 400;
  color: var(--gold-mid);
  opacity: 0.75;
  letter-spacing: 0.06em;
}

.google-trust-panel__stars {
  display: inline-flex;
  gap: 4px;
  margin-bottom: 12px;
  font-size: clamp(16px, 2vw, 20px);
  line-height: 1;
}

.google-trust-panel__star {
  color: rgba(201, 168, 76, 0.22);
  transition: transform 0.45s var(--ease-out), color 0.45s var(--ease-out);
}

.google-trust-panel__star.is-filled {
  color: var(--gold-soft);
  text-shadow: 0 0 10px rgba(201, 168, 76, 0.4);
}

.google-trust-panel__star.is-partial {
  color: var(--gold-mid);
  opacity: 0.85;
}

.google-trust-panel:hover .google-trust-panel__star.is-filled {
  transform: translateY(-1px);
}

.google-trust-panel:hover .google-trust-panel__star.is-filled:nth-child(1) { transition-delay: 0.02s; }
.google-trust-panel:hover .google-trust-panel__star.is-filled:nth-child(2) { transition-delay: 0.04s; }
.google-trust-panel:hover .google-trust-panel__star.is-filled:nth-child(3) { transition-delay: 0.06s; }
.google-trust-panel:hover .google-trust-panel__star.is-filled:nth-child(4) { transition-delay: 0.08s; }

.google-trust-panel__count {
  margin: 0;
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(236, 232, 224, 0.88);
}

.google-trust-panel__indicators {
  list-style: none;
  margin: 0 0 clamp(22px, 2.8vw, 28px);
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
  position: relative;
  z-index: 1;
}

.google-trust-panel__indicator {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 11px 14px;
  border: 1px solid rgba(201, 168, 76, 0.14);
  border-radius: calc(var(--lux-radius) - 1px);
  background: rgba(8, 8, 8, 0.45);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(220, 215, 205, 0.9);
  transition:
    border-color 0.45s var(--ease-out),
    background 0.45s var(--ease-out),
    transform 0.45s var(--ease-out);
}

.google-trust-panel__indicator:hover {
  border-color: rgba(201, 168, 76, 0.32);
  background: rgba(201, 168, 76, 0.06);
  transform: translateX(3px);
}

.google-trust-panel__indicator-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid rgba(201, 168, 76, 0.35);
  font-size: 10px;
  color: var(--gold-soft);
  background: rgba(201, 168, 76, 0.08);
}

.google-trust-panel__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  padding: 14px 18px;
  border: 1px solid rgba(201, 168, 76, 0.38);
  border-radius: var(--lux-radius);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--gold-soft);
  background: linear-gradient(135deg, rgba(201, 168, 76, 0.1), rgba(12, 11, 10, 0.85));
  box-shadow: inset 0 1px 0 rgba(255, 236, 205, 0.06);
  position: relative;
  z-index: 1;
  transition:
    background 0.45s var(--ease-out),
    border-color 0.45s var(--ease-out),
    transform 0.45s var(--ease-out),
    box-shadow 0.45s var(--ease-out);
}

.google-trust-panel__cta-arrow {
  opacity: 0.85;
  transition: transform 0.45s var(--ease-out), opacity 0.45s var(--ease-out);
}

.google-trust-panel__cta:hover {
  background: linear-gradient(135deg, rgba(201, 168, 76, 0.18), rgba(18, 16, 14, 0.92));
  border-color: var(--lux-border-hover);
  transform: translateY(-2px);
  box-shadow:
    0 8px 24px rgba(0, 0, 0, 0.35),
    0 0 24px rgba(201, 168, 76, 0.1),
    inset 0 1px 0 rgba(255, 236, 205, 0.1);
}

.google-trust-panel__cta:hover .google-trust-panel__cta-arrow {
  transform: translateX(3px);
  opacity: 1;
}

.google-trust-panel__cta--showroom {
  background: linear-gradient(135deg, rgba(201, 168, 76, 0.16), rgba(18, 16, 14, 0.92));
  border-color: rgba(214, 179, 106, 0.42);
}

.google-trust-panel__cta--showroom:hover {
  background: linear-gradient(135deg, rgba(201, 168, 76, 0.24), rgba(22, 20, 18, 0.96));
}

.google-trust-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin-top: clamp(32px, 4vw, 44px);
}

.google-trust-actions .google-trust-panel__cta {
  width: auto;
  min-width: min(100%, 280px);
  flex: 1 1 240px;
  max-width: 320px;
}

.google-showcase-gallery {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(16px, 2.2vw, 24px);
  margin-top: clamp(40px, 5vw, 56px);
  text-align: left;
}

.google-showcase-gallery__item {
  margin: 0;
}

.google-showcase-gallery__frame {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4 / 5;
  border: 1px solid rgba(201, 168, 76, 0.22);
  border-radius: var(--lux-radius);
  background: rgba(8, 8, 8, 0.6);
  box-shadow: var(--lux-shadow);
  transition:
    border-color 0.55s var(--ease-out),
    box-shadow 0.55s var(--ease-out),
    transform 0.55s var(--ease-out);
}

.google-showcase-gallery__frame::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, transparent 55%, rgba(5, 5, 5, 0.55) 100%);
  opacity: 0.75;
  transition: opacity 0.55s var(--ease-out);
}

.google-showcase-gallery__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.75s var(--ease-out), filter 0.55s var(--ease-out);
}

.google-showcase-gallery__caption {
  margin: 12px 2px 0;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold-mid);
  transition: color 0.45s var(--ease-out);
}

.google-showcase-gallery__item:hover .google-showcase-gallery__frame {
  border-color: rgba(214, 179, 106, 0.55);
  box-shadow:
    0 20px 48px rgba(0, 0, 0, 0.48),
    0 0 36px rgba(201, 168, 76, 0.16),
    inset 0 0 0 1px rgba(201, 168, 76, 0.12);
  transform: translateY(-4px);
}

.google-showcase-gallery__item:hover .google-showcase-gallery__img {
  transform: scale(1.06);
  filter: brightness(1.04) contrast(1.03);
}

.google-showcase-gallery__item:hover .google-showcase-gallery__frame::after {
  opacity: 0.55;
}

.google-showcase-gallery__item:hover .google-showcase-gallery__caption {
  color: var(--gold-soft);
}

.google-trust-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(14px, 2vw, 22px);
  margin-top: clamp(40px, 5vw, 52px);
  padding: clamp(24px, 3vw, 32px);
  border: 1px solid rgba(201, 168, 76, 0.2);
  border-radius: var(--lux-radius);
  background: linear-gradient(155deg, rgba(18, 16, 14, 0.92), rgba(8, 8, 8, 0.96));
  box-shadow: var(--lux-shadow);
}

.google-trust-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: clamp(14px, 2vw, 20px) 10px;
  text-align: center;
  border-right: 1px solid rgba(201, 168, 76, 0.12);
  transition: transform 0.45s var(--ease-out);
}

.google-trust-stat:last-child {
  border-right: none;
}

.google-trust-stat:hover {
  transform: translateY(-2px);
}

.google-trust-stat__value {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(24px, 3.2vw, 34px);
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: 0.04em;
  color: var(--gold-soft);
  text-shadow: 0 0 20px rgba(201, 168, 76, 0.22);
}

.google-trust-stat__label {
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(220, 215, 205, 0.82);
}

@media (max-width: 1024px) {
  .google-showcase-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .google-trust-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .google-trust-stat {
    border-right: none;
  }

  .google-trust-stat:nth-child(odd) {
    border-right: 1px solid rgba(201, 168, 76, 0.12);
  }
}

@media (max-width: 640px) {
  .google-showcase-gallery {
    grid-template-columns: 1fr;
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
  }

  .google-trust-stats {
    grid-template-columns: 1fr;
    padding: 20px;
  }

  .google-trust-stat,
  .google-trust-stat:nth-child(odd) {
    border-right: none;
    border-bottom: 1px solid rgba(201, 168, 76, 0.12);
  }

  .google-trust-stat:last-child {
    border-bottom: none;
  }

  .google-trust-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .google-trust-actions .google-trust-panel__cta {
    max-width: none;
    flex: 1 1 auto;
  }
}

.google-reviews-column {
  min-width: 0;
}

.google-reviews-layout .google-reviews {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  min-height: 120px;
}

@media (min-width: 1100px) {
  .google-reviews-layout .google-reviews--loaded {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.google-reviews {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
  min-height: 120px;
}

.google-reviews__status,
.google-reviews__empty {
  grid-column: 1 / -1;
  text-align: center;
  margin: 0;
  padding: 24px 12px;
}

.google-reviews__trust-fallback {
  grid-column: 1 / -1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 280px;
  padding: clamp(32px, 4vw, 48px) clamp(24px, 3vw, 36px);
  border: 1px solid var(--lux-border);
  border-radius: var(--lux-radius);
  background: var(--lux-bg);
  box-shadow: var(--lux-shadow);
  text-align: center;
}

.google-reviews--fallback {
  display: grid;
  grid-template-columns: 1fr;
}

.google-reviews__trust-lead {
  margin: 0 0 12px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(22px, 3vw, 28px);
  letter-spacing: 0.06em;
  color: var(--gold-soft);
}

.google-reviews__trust-sub {
  margin: 0;
  font-size: 13px;
  letter-spacing: 0.08em;
  line-height: 1.7;
}

.google-reviews__footer-note {
  text-align: center;
  margin: 28px 0 0;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.google-reviews__link {
  color: var(--gold-mid);
  text-decoration: none;
  border-bottom: 1px solid rgba(201, 168, 76, 0.35);
  transition: color 0.4s var(--ease-out), border-color 0.4s var(--ease-out);
}

.google-reviews__link:hover {
  color: var(--gold-soft);
  border-color: var(--gold-soft);
}

.google-review-card {
  display: flex;
  flex-direction: column;
  padding: clamp(26px, 3vw, 32px);
  border: 1px solid var(--lux-border);
  border-radius: var(--lux-radius);
  background: var(--lux-bg);
  box-shadow: var(--lux-shadow);
  backdrop-filter: blur(8px);
  position: relative;
  overflow: hidden;
  opacity: 0;
  transform: translateY(18px);
  transition:
    transform 0.55s var(--ease-out),
    border-color 0.55s var(--ease-out),
    box-shadow 0.55s var(--ease-out),
    opacity 0.55s var(--ease-out);
}

.google-reviews.is-visible .google-review-card,
.google-reviews--loaded.is-visible .google-review-card {
  animation: reviewCardIn 0.85s var(--ease-out) both;
}

@keyframes reviewCardIn {
  from {
    opacity: 0;
    transform: translateY(22px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.google-review-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(160deg, rgba(201, 168, 76, 0.07) 0%, transparent 55%);
}

.google-review-card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 10%;
  right: 10%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(201, 168, 76, 0.45), transparent);
  opacity: 0.55;
}

.google-review-card:hover {
  transform: translateY(-4px);
  border-color: var(--lux-border-hover);
  box-shadow: var(--lux-shadow-hover);
}

.google-reviews.is-visible .google-review-card:hover {
  transform: translateY(-4px);
}

.google-review-card__stars {
  display: flex;
  gap: 3px;
  margin-bottom: 16px;
  position: relative;
  z-index: 1;
}

.google-review-card__star {
  font-size: 14px;
  line-height: 1;
  color: rgba(201, 168, 76, 0.22);
}

.google-review-card__star.is-filled {
  color: var(--gold-soft);
  text-shadow: 0 0 10px rgba(201, 168, 76, 0.35);
}

.google-review-card__text {
  margin: 0 0 20px;
  flex: 1;
  font-size: 14px;
  line-height: 1.8;
  font-weight: 300;
  color: rgba(220, 215, 205, 0.92);
  position: relative;
  z-index: 1;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.google-review-card__text--muted {
  font-style: italic;
  opacity: 0.75;
}

.google-review-card__foot {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding-top: 16px;
  border-top: 1px solid rgba(201, 168, 76, 0.18);
  position: relative;
  z-index: 1;
}

.google-review-card__name {
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold-mid);
}

.google-review-card__date {
  font-size: 10px;
  letter-spacing: 0.1em;
  color: var(--muted);
  text-transform: uppercase;
}

/* Home — Our Services */
.lwl-services {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
}

.lwl-service {
  padding: clamp(30px, 3.5vw, 38px) clamp(24px, 2.8vw, 30px);
  border: 1px solid var(--lux-border);
  border-radius: var(--lux-radius);
  background: var(--lux-bg);
  box-shadow: var(--lux-shadow);
  backdrop-filter: blur(8px);
  position: relative;
  overflow: hidden;
  text-align: left;
  transition:
    transform 0.55s var(--ease-out),
    border-color 0.55s var(--ease-out),
    box-shadow 0.55s var(--ease-out);
}

.lwl-service::after {
  content: "";
  position: absolute;
  top: 0;
  left: 10%;
  right: 10%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(201, 168, 76, 0.5), transparent);
  opacity: 0.55;
}

.lwl-service:hover {
  transform: translateY(-4px);
  border-color: var(--lux-border-hover);
  box-shadow: var(--lux-shadow-hover);
}

.lwl-service__num {
  display: block;
  margin: 0 0 0;
  padding-bottom: 18px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(48px, 5.5vw, 68px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.08em;
  color: var(--gold-soft);
  text-shadow: 0 0 32px rgba(201, 168, 76, 0.22);
  border-bottom: 1px solid rgba(201, 168, 76, 0.22);
  position: relative;
  z-index: 1;
}

.lwl-service__name {
  margin: 0;
  padding: 20px 0 14px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(15px, 1.6vw, 18px);
  font-weight: 600;
  letter-spacing: 0.14em;
  line-height: 1.35;
  text-transform: uppercase;
  color: var(--gold-soft);
  position: relative;
  z-index: 1;
}

.lwl-service__text {
  margin: 0;
  padding-top: 16px;
  font-size: 13px;
  line-height: 1.8;
  color: rgba(210, 198, 175, 0.9);
  font-weight: 300;
  letter-spacing: 0.03em;
  border-top: 1px solid rgba(201, 168, 76, 0.14);
  position: relative;
  z-index: 1;
}

.seal-list {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 22px;
  position: relative;
  z-index: 1;
}

.seal {
  border: 1px solid var(--lux-border);
  border-radius: 2px;
  padding: 11px 18px;
  font-size: 9px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold-mid);
  background: rgba(201, 168, 76, 0.06);
  box-shadow: 0 0 20px rgba(201, 168, 76, 0.04);
  transition:
    border-color 0.45s var(--ease-out),
    box-shadow 0.45s var(--ease-out),
    transform 0.45s var(--ease-out);
}

.seal:hover {
  border-color: var(--lux-border-hover);
  box-shadow: 0 0 24px rgba(201, 168, 76, 0.12);
  transform: translateY(-1px);
}

.cta-panel {
  padding: clamp(48px, 6vw, 56px) clamp(28px, 4vw, 40px);
  border: 1px solid var(--lux-border-hover);
  border-radius: var(--lux-radius);
  background: linear-gradient(
    145deg,
    rgba(28, 24, 18, 0.98) 0%,
    rgba(12, 11, 10, 0.98) 45%,
    rgba(18, 16, 13, 0.97) 100%
  );
  box-shadow: var(--lux-shadow-hover);
  backdrop-filter: blur(10px);
  text-align: center;
  position: relative;
  overflow: hidden;
  transition:
    transform 0.55s var(--ease-out),
    box-shadow 0.55s var(--ease-out);
}

.cta-panel:hover {
  transform: translateY(-3px);
  box-shadow:
    0 32px 64px rgba(0, 0, 0, 0.55),
    0 0 56px rgba(201, 168, 76, 0.14);
}

.cta-panel::before {
  content: "";
  position: absolute;
  inset: -1px;
  background: linear-gradient(90deg, transparent, rgba(201, 168, 76, 0.15), transparent);
  opacity: 0.35;
  animation: ctaGlow 5s ease-in-out infinite;
}

.cta-panel .inner {
  position: relative;
  z-index: 1;
}

/* Home page — section rhythm & card spacing */
.home-page .section {
  padding: clamp(72px, 10vw, 88px) 0;
}

.home-page .section--tight {
  padding: clamp(64px, 8vw, 76px) 0;
}

.home-page .section--alt {
  background: linear-gradient(
    180deg,
    rgba(201, 168, 76, 0.05) 0%,
    rgba(201, 168, 76, 0.02) 35%,
    transparent 70%
  );
}

.home-page .stats-row + .muted {
  margin-top: 24px !important;
}

.home-page .brand-auth .muted {
  margin-bottom: 8px;
  position: relative;
  z-index: 1;
}

.brand-auth-gallery {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: minmax(260px, auto);
  gap: clamp(14px, 1.8vw, 22px);
  margin-top: 18px;
  position: relative;
  z-index: 1;
}

.brand-auth-gallery__cell {
  position: relative;
  margin: 0;
  overflow: hidden;
  min-height: clamp(220px, 22vw, 280px);
  border: 1px solid var(--lux-border);
  border-radius: var(--lux-radius);
  background: linear-gradient(165deg, rgba(32, 28, 22, 0.72), rgba(8, 7, 6, 0.96));
  box-shadow: var(--lux-shadow);
  transition:
    transform 0.55s var(--ease-out),
    border-color 0.55s var(--ease-out),
    box-shadow 0.55s var(--ease-out);
}

.brand-auth-gallery__cell::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  border-radius: inherit;
  box-shadow: inset 0 0 0 1px rgba(201, 168, 76, 0.14);
  background: linear-gradient(
    145deg,
    rgba(255, 236, 205, 0.1) 0%,
    transparent 42%,
    rgba(0, 0, 0, 0.12) 100%
  );
  mix-blend-mode: soft-light;
}

.brand-auth-gallery__cell:hover {
  transform: translateY(-3px);
  border-color: var(--lux-border-hover);
  box-shadow: var(--lux-shadow-hover);
}

.brand-auth-gallery__cell--feature {
  grid-column: span 2;
  grid-row: span 2;
  min-height: clamp(460px, 46vw, 580px);
}

.brand-auth-gallery__cell--tall {
  grid-row: span 2;
  min-height: clamp(460px, 46vw, 580px);
}

.brand-auth-gallery__cell--wide {
  grid-column: span 2;
}

.gallery-photo--brand {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
  object-fit: cover;
  object-position: center center;
  transform-origin: center center;
  transition:
    transform 0.6s var(--ease-out),
    filter 0.55s var(--ease-out);
}

.brand-auth-gallery__cell .gallery-photo--brand:hover {
  transform: none;
  filter: saturate(1.04) contrast(1.04);
}

.gallery-photo--brand.gallery-photo--contain {
  object-fit: contain;
  padding: 8px;
  filter: saturate(1.05) contrast(1.03) brightness(1.02);
}

.brand-auth-gallery__cell:hover .gallery-photo--brand {
  transform: scale(1.045);
  filter: saturate(1.1) contrast(1.06);
}

.brand-auth-gallery__cell:hover .gallery-photo--brand.gallery-photo--contain {
  transform: scale(1.02);
}

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.8s var(--ease-out), transform 0.8s var(--ease-out);
}

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

.sell-form-wrap {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
}

.sell-form-card {
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
}

/* Sell page — smooth luxury buyout flow (visual cards) */
.smooth-experience {
  padding-top: clamp(64px, 8vw, 88px);
  padding-bottom: clamp(48px, 6vw, 64px);
  background:
    radial-gradient(ellipse 80% 50% at 50% 0%, rgba(201, 168, 97, 0.06), transparent 62%),
    linear-gradient(180deg, #050505 0%, #0a0a09 100%);
}

.smooth-experience__inner {
  max-width: 1180px;
  margin: 0 auto;
}

.smooth-experience__header {
  text-align: center;
  margin-bottom: clamp(40px, 5vw, 56px);
}

.smooth-experience__eyebrow {
  margin: 0 0 14px;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: rgba(201, 168, 97, 0.95);
}

.smooth-experience__title {
  margin: 0 0 16px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(34px, 5vw, 56px);
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: 0.04em;
  color: var(--gold-soft);
  text-shadow: 0 0 36px rgba(201, 168, 97, 0.16);
}

.smooth-experience__subtitle {
  margin: 0 auto;
  max-width: 36em;
  font-size: clamp(13px, 1.6vw, 15px);
  font-weight: 300;
  line-height: 1.75;
  letter-spacing: 0.04em;
  color: rgba(200, 196, 188, 0.82);
}

.smooth-experience__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(24px, 3vw, 32px);
}

.smooth-step {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: clamp(26px, 3vw, 32px);
  border-radius: 22px;
  border: 1px solid rgba(201, 168, 97, 0.35);
  background: rgba(18, 18, 18, 0.88);
  box-shadow: 0 0 40px rgba(201, 168, 97, 0.08);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  overflow: hidden;
  transition:
    transform 0.55s var(--ease-out),
    border-color 0.55s var(--ease-out),
    box-shadow 0.55s var(--ease-out);
}

.smooth-step::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  background: linear-gradient(155deg, rgba(201, 168, 97, 0.07) 0%, transparent 48%);
}

.smooth-step:hover {
  transform: translateY(-6px);
  border-color: rgba(214, 182, 110, 0.52);
  box-shadow:
    0 0 48px rgba(201, 168, 97, 0.14),
    0 24px 48px rgba(0, 0, 0, 0.35);
}

.smooth-step__num {
  position: absolute;
  top: 18px;
  left: 18px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid rgba(201, 168, 97, 0.45);
  background: rgba(8, 8, 8, 0.75);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: var(--gold-soft);
  box-shadow: 0 0 16px rgba(201, 168, 97, 0.2);
}

.smooth-step__body {
  position: relative;
  z-index: 1;
  padding: 8px 8px 22px 52px;
}

.smooth-step__title {
  margin: 0 0 10px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(22px, 2.6vw, 28px);
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--gold-soft);
  text-shadow: 0 0 20px rgba(201, 168, 97, 0.12);
}

.smooth-step__text {
  margin: 0;
  font-size: clamp(13px, 1.5vw, 14px);
  font-weight: 300;
  line-height: 1.75;
  color: rgba(188, 184, 176, 0.88);
}

.smooth-step__media {
  position: relative;
  z-index: 1;
  margin-top: auto;
  padding-top: 8px;
}

.smooth-step__img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: center center;
  border-radius: 18px;
  border: 1px solid rgba(201, 168, 97, 0.18);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.4);
  transition: transform 0.65s var(--ease-out), filter 0.55s var(--ease-out);
}

.smooth-step:hover .smooth-step__img {
  transform: scale(1.02);
  filter: saturate(1.04) contrast(1.03);
}

/* Instant Payout — real cash photo (portrait, full subject visible) */
.smooth-step__media--payout {
  padding-top: 12px;
}

.smooth-step__img-frame {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  border: 1px solid rgba(201, 168, 97, 0.35);
  background: linear-gradient(165deg, rgba(12, 12, 11, 0.98) 0%, rgba(22, 20, 16, 0.95) 100%);
  box-shadow:
    0 0 40px rgba(201, 168, 97, 0.08),
    0 20px 48px rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.smooth-step__img--payout {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 4;
  max-height: min(520px, 72vh);
  object-fit: cover;
  object-position: center 42%;
  border-radius: 0;
  border: none;
  box-shadow: none;
  transition: transform 0.7s var(--ease-out), filter 0.55s var(--ease-out);
}

.smooth-step__img-overlay {
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.42) 0%, rgba(0, 0, 0, 0.12) 38%, rgba(0, 0, 0, 0.55) 100%),
    radial-gradient(ellipse 90% 70% at 50% 50%, transparent 35%, rgba(0, 0, 0, 0.28) 100%);
  mix-blend-mode: multiply;
}

.smooth-step:hover .smooth-step__img--payout {
  transform: scale(1.04);
  filter: saturate(0.92) contrast(1.08) brightness(0.94);
}

.smooth-step:hover .smooth-step__img-overlay {
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.48) 0%, rgba(0, 0, 0, 0.16) 40%, rgba(0, 0, 0, 0.58) 100%),
    radial-gradient(ellipse 90% 70% at 50% 50%, transparent 30%, rgba(0, 0, 0, 0.32) 100%);
}

.smooth-experience__divider {
  position: relative;
  margin-top: clamp(44px, 6vw, 60px);
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(201, 168, 97, 0.45), transparent);
}

.smooth-experience__spark {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 236, 190, 0.95), rgba(201, 168, 97, 0.4) 45%, transparent 70%);
  box-shadow: 0 0 24px rgba(201, 168, 97, 0.65);
}

.smooth-experience__grid .smooth-step.reveal:nth-child(1) { transition-delay: 0.05s; }
.smooth-experience__grid .smooth-step.reveal:nth-child(2) { transition-delay: 0.12s; }
.smooth-experience__grid .smooth-step.reveal:nth-child(3) { transition-delay: 0.19s; }
.smooth-experience__grid .smooth-step.reveal:nth-child(4) { transition-delay: 0.26s; }

@media (max-width: 900px) {
  .smooth-experience__grid {
    grid-template-columns: 1fr;
    gap: clamp(22px, 5vw, 28px);
  }

  .smooth-step__body {
    padding-left: 48px;
  }

  .smooth-step__img {
    aspect-ratio: 16 / 11;
  }

  .smooth-step__img--payout {
    aspect-ratio: 3 / 4;
    max-height: none;
    object-fit: cover;
    object-position: center center;
  }

  .smooth-step__img-frame {
    max-width: 100%;
  }
}

/* Sell page — why sell to LOWEELUXURY (concierge value proposition) */
.sell-why {
  position: relative;
  padding-top: clamp(72px, 10vw, 108px);
  padding-bottom: clamp(72px, 10vw, 108px);
  overflow: hidden;
  background:
    radial-gradient(ellipse 90% 55% at 50% -8%, rgba(201, 168, 76, 0.14), transparent 58%),
    radial-gradient(ellipse 45% 40% at 0% 50%, rgba(201, 168, 76, 0.05), transparent 55%),
    radial-gradient(ellipse 45% 40% at 100% 60%, rgba(201, 168, 76, 0.06), transparent 55%),
    linear-gradient(180deg, #030303 0%, #080807 42%, #050505 100%);
  border-top: 1px solid rgba(201, 168, 76, 0.14);
  border-bottom: 1px solid rgba(201, 168, 76, 0.1);
}

.sell-why__ambient {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
  linear-gradient(90deg, transparent 0%, rgba(201, 168, 76, 0.04) 50%, transparent 100%);
  opacity: 0.65;
}

.sell-why__ambient::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(201, 168, 76, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(201, 168, 76, 0.04) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: radial-gradient(ellipse 70% 60% at 50% 40%, black 20%, transparent 72%);
  opacity: 0.35;
}

.sell-why__inner {
  position: relative;
  z-index: 1;
  max-width: 1180px;
  margin: 0 auto;
}

.sell-why__header {
  text-align: center;
  margin-bottom: clamp(48px, 6vw, 72px);
}

.sell-why__rule {
  display: block;
  width: min(420px, 72vw);
  height: 1px;
  margin: 0 auto;
  background: linear-gradient(90deg, transparent, rgba(201, 168, 76, 0.55), transparent);
  opacity: 0.75;
}

.sell-why__rule--top {
  margin-bottom: clamp(28px, 4vw, 40px);
}

.sell-why__rule--bottom {
  margin-top: clamp(28px, 4vw, 40px);
}

.sell-why__title {
  margin: 0 0 clamp(18px, 2.5vw, 24px);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(36px, 5.5vw, 62px);
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gold-soft);
  text-shadow:
    0 0 48px rgba(201, 168, 76, 0.22),
    0 2px 28px rgba(0, 0, 0, 0.45);
}

.sell-why__intro {
  margin: 0 auto;
  max-width: 38em;
  font-family: Montserrat, system-ui, sans-serif;
  font-size: clamp(14px, 1.7vw, 16px);
  font-weight: 300;
  line-height: 1.85;
  letter-spacing: 0.06em;
  color: rgba(210, 204, 192, 0.88);
}

.sell-why__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(22px, 3vw, 32px);
}

.sell-why__card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: clamp(28px, 3.5vw, 38px) clamp(26px, 3.2vw, 36px) clamp(30px, 3.6vw, 40px);
  border: 1px solid rgba(201, 168, 76, 0.28);
  border-radius: 2px;
  background:
    linear-gradient(
      158deg,
      rgba(22, 20, 17, 0.72) 0%,
      rgba(10, 10, 9, 0.58) 52%,
      rgba(14, 13, 11, 0.68) 100%
    );
  backdrop-filter: blur(18px) saturate(1.15);
  -webkit-backdrop-filter: blur(18px) saturate(1.15);
  box-shadow:
    0 24px 48px rgba(0, 0, 0, 0.42),
    0 0 36px rgba(201, 168, 76, 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    inset 0 0 0 1px rgba(255, 255, 255, 0.02);
  overflow: hidden;
  transition:
    transform 0.6s var(--ease-out),
    border-color 0.6s var(--ease-out),
    box-shadow 0.6s var(--ease-out);
}

.sell-why__card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(201, 168, 76, 0.62), transparent);
  opacity: 0.85;
  pointer-events: none;
}

.sell-why__card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(
    135deg,
    rgba(201, 168, 76, 0.09) 0%,
    transparent 42%,
    rgba(201, 168, 76, 0.04) 100%
  );
}

.sell-why__card:hover {
  transform: translateY(-6px);
  border-color: rgba(214, 182, 110, 0.48);
  box-shadow:
    0 32px 64px rgba(0, 0, 0, 0.5),
    0 0 56px rgba(201, 168, 76, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.07),
    inset 0 0 0 1px rgba(201, 168, 76, 0.08);
}

.sell-why__card-num {
  position: relative;
  z-index: 1;
  display: block;
  margin-bottom: clamp(18px, 2.4vw, 24px);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(13px, 1.4vw, 14px);
  font-weight: 500;
  letter-spacing: 0.28em;
  color: rgba(201, 168, 76, 0.72);
}

.sell-why__icon {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  margin-bottom: clamp(18px, 2.4vw, 22px);
  border: 1px solid rgba(201, 168, 76, 0.38);
  border-radius: 50%;
  color: var(--gold-mid);
  background:
    radial-gradient(circle at 35% 30%, rgba(201, 168, 76, 0.16), rgba(8, 8, 8, 0.82) 68%);
  box-shadow:
    0 0 24px rgba(201, 168, 76, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
  transition:
    color 0.55s var(--ease-out),
    border-color 0.55s var(--ease-out),
    box-shadow 0.55s var(--ease-out),
    transform 0.55s var(--ease-out);
}

.sell-why__icon svg {
  width: 22px;
  height: 22px;
  display: block;
  filter: drop-shadow(0 0 6px rgba(201, 168, 76, 0.28));
}

.sell-why__card:hover .sell-why__icon {
  color: var(--gold-soft);
  border-color: rgba(214, 182, 110, 0.55);
  box-shadow:
    0 0 32px rgba(201, 168, 76, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  transform: scale(1.04);
}

.sell-why__card-title {
  position: relative;
  z-index: 1;
  margin: 0 0 clamp(12px, 1.6vw, 16px);
  padding-bottom: clamp(12px, 1.6vw, 16px);
  border-bottom: 1px solid rgba(201, 168, 76, 0.16);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(24px, 2.8vw, 30px);
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--gold-soft);
  text-shadow: 0 0 22px rgba(201, 168, 76, 0.14);
}

.sell-why__card-text {
  position: relative;
  z-index: 1;
  margin: 0;
  flex: 1;
  font-family: Montserrat, system-ui, sans-serif;
  font-size: clamp(13px, 1.5vw, 14px);
  font-weight: 300;
  line-height: 1.82;
  letter-spacing: 0.03em;
  color: rgba(220, 214, 200, 0.9);
}

.sell-why__contact {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  margin-top: clamp(20px, 2.8vw, 26px);
  padding: clamp(16px, 2.2vw, 20px) clamp(14px, 2vw, 18px);
  text-align: center;
  text-decoration: none;
  color: inherit;
  border: 1px solid rgba(201, 168, 76, 0.42);
  border-radius: 2px;
  background:
    linear-gradient(
      155deg,
      rgba(201, 168, 76, 0.12) 0%,
      rgba(14, 13, 11, 0.88) 42%,
      rgba(8, 8, 7, 0.94) 100%
    );
  box-shadow:
    0 0 28px rgba(201, 168, 76, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
  transition:
    border-color 0.55s var(--ease-out),
    box-shadow 0.55s var(--ease-out),
    transform 0.55s var(--ease-out);
}

.sell-why__contact::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(
    180deg,
    rgba(201, 168, 76, 0.08) 0%,
    transparent 55%
  );
}

.sell-why__contact:hover,
.sell-why__contact:focus-visible {
  border-color: rgba(214, 182, 110, 0.58);
  box-shadow:
    0 0 36px rgba(201, 168, 76, 0.22),
    0 12px 28px rgba(0, 0, 0, 0.35),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  transform: translateY(-2px);
  outline: none;
}

.sell-why__contact-eyebrow {
  position: relative;
  z-index: 1;
  font-family: Montserrat, system-ui, sans-serif;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: rgba(201, 168, 76, 0.88);
}

.sell-why__contact-phone {
  position: relative;
  z-index: 1;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(22px, 2.6vw, 28px);
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: 0.06em;
  color: var(--gold-soft);
  text-shadow: 0 0 24px rgba(201, 168, 76, 0.28);
}

.sell-why__contact-name {
  position: relative;
  z-index: 1;
  margin-top: 2px;
  font-family: Montserrat, system-ui, sans-serif;
  font-size: clamp(11px, 1.3vw, 12px);
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(232, 224, 208, 0.92);
}

.sell-why__card-glow {
  position: absolute;
  bottom: -40%;
  right: -20%;
  width: 60%;
  height: 60%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(201, 168, 76, 0.12), transparent 68%);
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.6s var(--ease-out);
}

.sell-why__card:hover .sell-why__card-glow {
  opacity: 1;
}

.sell-why__grid .sell-why__card.reveal:nth-child(1) { transition-delay: 0.04s; }
.sell-why__grid .sell-why__card.reveal:nth-child(2) { transition-delay: 0.12s; }
.sell-why__grid .sell-why__card.reveal:nth-child(3) { transition-delay: 0.2s; }
.sell-why__grid .sell-why__card.reveal:nth-child(4) { transition-delay: 0.28s; }

@media (min-width: 1100px) {
  .sell-why__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: clamp(20px, 2.2vw, 28px);
  }

  .sell-why__card {
    padding: clamp(26px, 2.4vw, 32px) clamp(22px, 2vw, 28px) clamp(28px, 2.6vw, 34px);
  }

  .sell-why__card-title {
    font-size: clamp(20px, 1.8vw, 26px);
    letter-spacing: 0.06em;
  }
}

@media (max-width: 720px) {
  .sell-why {
    padding-top: clamp(56px, 12vw, 72px);
    padding-bottom: clamp(56px, 12vw, 72px);
  }

  .sell-why__header {
    margin-bottom: clamp(36px, 8vw, 48px);
  }

  .sell-why__title {
    letter-spacing: 0.06em;
    font-size: clamp(28px, 7.5vw, 40px);
  }

  .sell-why__intro {
    letter-spacing: 0.04em;
    line-height: 1.75;
  }

  .sell-why__grid {
    grid-template-columns: 1fr;
    gap: clamp(18px, 4.5vw, 24px);
  }

  .sell-why__card {
    padding: 26px 22px 28px;
  }

  .sell-why__icon {
    width: 48px;
    height: 48px;
  }

  .sell-why__icon svg {
    width: 20px;
    height: 20px;
  }

  .sell-why__contact {
    margin-top: 18px;
    padding: 14px 12px;
  }

  .sell-why__contact-phone {
    font-size: clamp(20px, 5.5vw, 24px);
  }
}

/* Sell page — buyout process steps */
.buyout-steps {
  padding-top: clamp(56px, 8vw, 80px);
  padding-bottom: clamp(56px, 8vw, 80px);
}

.buyout-steps__inner {
  max-width: 1080px;
  margin: 0 auto;
}

.buyout-steps__header {
  text-align: center;
  margin-bottom: clamp(36px, 5vw, 52px);
}

.buyout-steps__title {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(32px, 4.8vw, 52px);
  font-weight: 600;
  letter-spacing: 0.06em;
  color: var(--gold-soft);
  margin: 0 0 14px;
  line-height: 1.12;
  text-shadow: 0 2px 24px rgba(201, 168, 76, 0.12);
}

.buyout-steps__subtitle {
  font-family: Montserrat, system-ui, sans-serif;
  font-size: clamp(13px, 1.6vw, 15px);
  font-weight: 300;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold-mid);
  margin: 0 auto;
  max-width: 28em;
  line-height: 1.65;
  opacity: 0.92;
}

.buyout-steps__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(18px, 2.8vw, 28px);
}

.buyout-step {
  position: relative;
  padding: clamp(22px, 3vw, 30px) clamp(22px, 3vw, 32px) clamp(24px, 3.2vw, 32px);
  background: linear-gradient(155deg, rgba(22, 21, 18, 0.98) 0%, rgba(10, 10, 9, 0.99) 100%);
  border: 1px solid rgba(201, 168, 76, 0.32);
  border-radius: 4px;
  box-shadow:
    0 20px 40px rgba(0, 0, 0, 0.45),
    0 0 32px rgba(201, 168, 76, 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
  transition:
    transform 0.55s var(--ease-out),
    border-color 0.55s var(--ease-out),
    box-shadow 0.55s var(--ease-out);
  overflow: hidden;
}

.buyout-step::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(
    125deg,
    rgba(201, 168, 76, 0.1) 0%,
    transparent 38%,
    rgba(201, 168, 76, 0.05) 100%
  );
  opacity: 0.85;
}

.buyout-step::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(201, 168, 76, 0.55),
    transparent
  );
  opacity: 0.7;
}

.buyout-step:hover {
  transform: translateY(-4px);
  border-color: rgba(201, 168, 76, 0.52);
  box-shadow:
    0 28px 52px rgba(0, 0, 0, 0.5),
    0 0 48px rgba(201, 168, 76, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.buyout-step__head {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 16px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(201, 168, 76, 0.18);
}

.buyout-step__label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}

.buyout-step__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  color: var(--gold-mid);
  opacity: 0.92;
}

.buyout-step__icon svg {
  width: 18px;
  height: 18px;
  display: block;
  filter: drop-shadow(0 0 5px rgba(201, 168, 76, 0.22));
}

.buyout-step__num {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(36px, 4.5vw, 48px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.08em;
  color: var(--gold-soft);
  text-shadow: 0 0 28px rgba(201, 168, 76, 0.35);
}

.buyout-step__num::after {
  content: "—";
  display: inline-block;
  margin-left: 0.35em;
  font-weight: 400;
  color: rgba(201, 168, 76, 0.55);
  text-shadow: none;
}

.buyout-step__rule {
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, rgba(201, 168, 76, 0.35), transparent);
  opacity: 0.6;
}

.buyout-step__text {
  position: relative;
  z-index: 1;
  margin: 0;
  font-family: Montserrat, system-ui, sans-serif;
  font-size: clamp(13px, 1.5vw, 14px);
  font-weight: 300;
  line-height: 1.82;
  letter-spacing: 0.02em;
  color: rgba(228, 220, 200, 0.92);
}

.buyout-steps__grid .buyout-step.reveal:nth-child(1) { transition-delay: 0s; }
.buyout-steps__grid .buyout-step.reveal:nth-child(2) { transition-delay: 0.08s; }
.buyout-steps__grid .buyout-step.reveal:nth-child(3) { transition-delay: 0.16s; }
.buyout-steps__grid .buyout-step.reveal:nth-child(4) { transition-delay: 0.24s; }

/* Sell page — showroom locations */
.showroom-locations {
  padding-top: clamp(56px, 8vw, 80px);
  padding-bottom: clamp(56px, 8vw, 80px);
}

.showroom-locations__inner {
  max-width: 1180px;
  margin: 0 auto;
}

.showroom-locations__header {
  text-align: center;
  margin-bottom: clamp(36px, 5vw, 52px);
}

.showroom-locations__title {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(32px, 4.8vw, 52px);
  font-weight: 600;
  letter-spacing: 0.06em;
  color: var(--gold-soft);
  margin: 0;
  line-height: 1.12;
  text-shadow: 0 2px 24px rgba(201, 168, 76, 0.12);
}

.showroom-locations__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 2.5vw, 26px);
}

.showroom-location {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: clamp(22px, 3vw, 28px) clamp(20px, 2.8vw, 26px) clamp(24px, 3vw, 30px);
  text-decoration: none;
  color: inherit;
  background: linear-gradient(155deg, rgba(22, 21, 18, 0.98) 0%, rgba(10, 10, 9, 0.99) 100%);
  border: 1px solid rgba(201, 168, 76, 0.32);
  border-radius: 4px;
  box-shadow:
    0 20px 40px rgba(0, 0, 0, 0.45),
    0 0 32px rgba(201, 168, 76, 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
  transition:
    transform 0.55s var(--ease-out),
    border-color 0.55s var(--ease-out),
    box-shadow 0.55s var(--ease-out);
  overflow: hidden;
  cursor: pointer;
}

.showroom-location::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(
    125deg,
    rgba(201, 168, 76, 0.1) 0%,
    transparent 42%,
    rgba(201, 168, 76, 0.06) 100%
  );
  opacity: 0.85;
}

.showroom-location::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(201, 168, 76, 0.55), transparent);
  opacity: 0.7;
}

.showroom-location:hover,
.showroom-location:focus-visible {
  transform: translateY(-4px);
  border-color: rgba(201, 168, 76, 0.55);
  box-shadow:
    0 28px 52px rgba(0, 0, 0, 0.5),
    0 0 48px rgba(201, 168, 76, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
  outline: none;
}

.showroom-location__top {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  margin-bottom: 14px;
}

.showroom-location__icon {
  position: relative;
  z-index: 1;
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  margin-bottom: 0;
  border: 1px solid rgba(201, 168, 76, 0.35);
  border-radius: 50%;
  color: var(--gold-soft);
  background: rgba(201, 168, 76, 0.08);
  box-shadow: 0 0 20px rgba(201, 168, 76, 0.12);
}

.showroom-location__badge {
  position: relative;
  z-index: 1;
  display: inline-block;
  align-self: flex-start;
  margin-bottom: 12px;
  padding: 5px 10px;
  font-family: Montserrat, system-ui, sans-serif;
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold-mid);
  border: 1px solid rgba(201, 168, 76, 0.35);
  background: rgba(201, 168, 76, 0.06);
}

.showroom-location__num {
  position: relative;
  z-index: 1;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(32px, 3.5vw, 40px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.08em;
  color: var(--gold-soft);
  margin-bottom: 10px;
  text-shadow: 0 0 24px rgba(201, 168, 76, 0.3);
}

.showroom-location__num::after {
  content: "—";
  display: inline-block;
  margin-left: 0.35em;
  font-weight: 400;
  color: rgba(201, 168, 76, 0.5);
  text-shadow: none;
}

.showroom-location__name {
  position: relative;
  z-index: 1;
  flex: 1;
  min-width: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(15px, 1.8vw, 18px);
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: none;
  color: var(--gold-soft);
  margin: 0;
  line-height: 1.25;
  text-shadow: 0 0 18px rgba(201, 168, 76, 0.15);
}

.showroom-location__address {
  position: relative;
  z-index: 1;
  flex: 1;
  margin: 0 0 18px;
  font-family: Montserrat, system-ui, sans-serif;
  font-size: clamp(12px, 1.4vw, 13px);
  font-weight: 300;
  line-height: 1.78;
  letter-spacing: 0.02em;
  color: rgba(228, 220, 200, 0.9);
  font-style: normal;
}

.showroom-location__cta {
  position: relative;
  z-index: 1;
  margin-top: auto;
  font-family: Montserrat, system-ui, sans-serif;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold-mid);
  opacity: 0.9;
  transition: color 0.35s, opacity 0.35s;
}

.showroom-location:hover .showroom-location__cta,
.showroom-location:focus-visible .showroom-location__cta {
  color: var(--gold-soft);
  opacity: 1;
}

.showroom-locations__grid .showroom-location.reveal:nth-child(1) { transition-delay: 0s; }
.showroom-locations__grid .showroom-location.reveal:nth-child(2) { transition-delay: 0.08s; }
.showroom-locations__grid .showroom-location.reveal:nth-child(3) { transition-delay: 0.16s; }

/* Sell page — luxury showroom videos */
.showroom-videos {
  text-align: center;
}

.showroom-videos__eyebrow {
  font-family: Montserrat, system-ui, sans-serif;
  font-size: 10px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--gold-mid);
  margin: 0 0 12px;
}

.showroom-videos__title {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(28px, 4.5vw, 42px);
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold-soft);
  margin: 0 0 14px;
  line-height: 1.15;
}

.showroom-videos__sub {
  font-family: Montserrat, system-ui, sans-serif;
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 0.06em;
  color: rgba(210, 198, 175, 0.92);
  max-width: 36em;
  margin: 0 auto 36px;
  line-height: 1.7;
}

.showroom-videos__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: repeat(2, auto);
  gap: clamp(16px, 3vw, 28px);
  align-items: stretch;
}

.showroom-videos__frame {
  position: relative;
  aspect-ratio: 16 / 9;
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid rgba(201, 168, 76, 0.38);
  background: #0a0a09;
  box-shadow:
    0 24px 48px rgba(0, 0, 0, 0.55),
    0 0 48px rgba(201, 168, 76, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
  transition:
    transform 0.55s var(--ease-out),
    box-shadow 0.55s var(--ease-out),
    border-color 0.55s var(--ease-out);
}

.showroom-videos__frame::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  z-index: 1;
  box-shadow: inset 0 0 0 1px rgba(201, 168, 76, 0.12);
  background: linear-gradient(
    180deg,
    rgba(201, 168, 76, 0.06) 0%,
    transparent 35%,
    transparent 65%,
    rgba(0, 0, 0, 0.35) 100%
  );
}

.showroom-videos__frame:hover {
  transform: translateY(-4px);
  border-color: rgba(214, 179, 106, 0.55);
  box-shadow:
    0 32px 64px rgba(0, 0, 0, 0.6),
    0 0 64px rgba(201, 168, 76, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.showroom-videos__player {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  object-position: center;
  background: #0c0c0b;
  pointer-events: none;
}

.showroom-videos__player::-webkit-media-controls {
  display: none !important;
}

.showroom-videos__player::-webkit-media-controls-enclosure {
  display: none !important;
}

/* Sell page — cinematic lifestyle carousel (homepage hero style) */
.lifestyle-carousel-section {
  padding-bottom: 0;
  overflow: hidden;
}

.lifestyle-carousel-section__header {
  padding-bottom: 28px;
}

.lifestyle-carousel-wrap {
  position: relative;
  width: 100%;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  height: clamp(340px, 56vw, 640px);
  min-height: 320px;
  overflow: hidden;
  border-top: 1px solid rgba(201, 168, 76, 0.28);
  border-bottom: 1px solid rgba(201, 168, 76, 0.28);
  box-shadow:
    0 32px 64px rgba(0, 0, 0, 0.45),
    inset 0 1px 0 rgba(201, 168, 76, 0.12);
}

.lifestyle-carousel {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.lifestyle-slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 0;
  visibility: visible;
  transition: opacity 1.35s ease-in-out;
  transform: scale(1.08);
  will-change: opacity, transform;
}

.lifestyle-slide.is-active {
  opacity: 1;
  animation: lifestyleKenBurns 8s ease-out forwards;
}

@keyframes lifestyleKenBurns {
  from {
    transform: scale(1.14);
  }
  to {
    transform: scale(1.04);
  }
}

.lifestyle-carousel__vignette {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background:
    radial-gradient(ellipse 75% 65% at 50% 45%, transparent 0%, rgba(5, 5, 5, 0.35) 68%, rgba(5, 5, 5, 0.82) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.55) 0%, transparent 28%, transparent 72%, rgba(0, 0, 0, 0.65) 100%);
}

.lifestyle-carousel__goldwash {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(
    125deg,
    rgba(201, 168, 76, 0.14) 0%,
    transparent 42%,
    rgba(201, 168, 76, 0.08) 100%
  );
  animation: heroGoldDrift 14s ease-in-out infinite alternate;
}

.lifestyle-carousel__shine {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(105deg, transparent 40%, rgba(255, 250, 220, 0.07) 50%, transparent 60%);
  background-size: 200% 100%;
  animation: heroShine 7s ease-in-out infinite;
}

.trust-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
  padding: 22px 26px;
  border: 1px solid var(--line);
  background: rgba(201, 168, 76, 0.04);
  margin-top: 28px;
}

.trust-bar div {
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold-mid);
}

.verify-shell {
  max-width: 960px;
  margin: 0 auto;
}

.verify-card {
  position: relative;
  border-radius: 4px;
  padding: 36px 32px 40px;
  background: linear-gradient(168deg, #141311 0%, #0a0a09 55%, #080807 100%);
  border: 1px solid rgba(201, 168, 76, 0.42);
  box-shadow:
    0 40px 80px rgba(0, 0, 0, 0.55),
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 0 80px rgba(201, 168, 76, 0.06);
  overflow: hidden;
}

.verify-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent, var(--gold), var(--gold-mid), transparent);
  opacity: 0.85;
}

.verify-card .a4-top h2 {
  font-family: "Cormorant Garamond", Georgia, serif;
  color: var(--gold-soft);
  font-size: clamp(26px, 3.5vw, 34px);
}

.qr-panel {
  padding: 20px;
  background: linear-gradient(180deg, #fff, #f4f4f4);
  border: 1px solid #ddd;
  border-radius: 4px;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.2);
}

.verify-tools-stack {
  display: flex;
  flex-direction: column;
  gap: clamp(20px, 3vw, 28px);
}

.auth-fee-plaque {
  position: relative;
  width: 100%;
  margin: 0;
  transition:
    transform 0.6s var(--ease-out),
    filter 0.6s var(--ease-out);
}

.auth-fee-plaque__halo {
  position: absolute;
  inset: -12px -8px;
  border-radius: 12px;
  background: radial-gradient(
    ellipse 85% 70% at 50% 42%,
    rgba(201, 168, 76, 0.16),
    transparent 68%
  );
  opacity: 0.85;
  pointer-events: none;
  transition: opacity 0.6s var(--ease-out);
}

.auth-fee-plaque:hover {
  transform: translateY(-2px);
}

.auth-fee-plaque:hover .auth-fee-plaque__halo {
  opacity: 1;
}

.auth-fee-plaque:hover .auth-fee-plaque__frame {
  border-color: rgba(214, 179, 106, 0.55);
  box-shadow:
    0 0 0 1px rgba(201, 168, 76, 0.12) inset,
    0 28px 72px rgba(0, 0, 0, 0.58),
    0 0 100px rgba(201, 168, 76, 0.2);
}

.auth-fee-plaque__frame {
  position: relative;
  width: 100%;
  padding: clamp(44px, 6.5vw, 64px) clamp(20px, 4vw, 48px);
  text-align: center;
  border: 1px solid rgba(201, 168, 76, 0.42);
  border-radius: 8px;
  background:
    radial-gradient(ellipse 90% 55% at 50% 0%, rgba(201, 168, 76, 0.09), transparent 58%),
    radial-gradient(ellipse 70% 40% at 50% 100%, rgba(201, 168, 76, 0.04), transparent 55%),
    linear-gradient(180deg, #141210 0%, #0a0908 42%, #070706 100%);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.03) inset,
    0 24px 64px rgba(0, 0, 0, 0.55),
    0 0 72px rgba(201, 168, 76, 0.1);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  overflow: hidden;
  transition:
    border-color 0.6s var(--ease-out),
    box-shadow 0.6s var(--ease-out);
}

.auth-fee-plaque__frame::before {
  content: "";
  position: absolute;
  inset: 12px;
  border: 1px solid rgba(201, 168, 76, 0.14);
  border-radius: 4px;
  pointer-events: none;
}

.auth-fee-plaque__frame::after {
  content: "";
  position: absolute;
  top: 0;
  left: 8%;
  right: 8%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(201, 168, 76, 0.65), transparent);
  opacity: 0.9;
}

.auth-fee-plaque__head {
  position: relative;
  z-index: 1;
  margin-bottom: clamp(8px, 1.5vw, 12px);
}

.auth-fee-plaque__title {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(34px, 5.5vw, 56px);
  font-weight: 600;
  line-height: 1.12;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold-soft);
  text-shadow:
    0 0 40px rgba(201, 168, 76, 0.35),
    0 2px 24px rgba(0, 0, 0, 0.45);
}

.auth-fee-plaque__ornament {
  width: min(200px, 42%);
  height: 1px;
  margin: clamp(18px, 2.8vw, 26px) auto 0;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(201, 168, 76, 0.25) 12%,
    rgba(201, 168, 76, 0.75) 50%,
    rgba(201, 168, 76, 0.25) 88%,
    transparent
  );
}

.auth-fee-plaque__list {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 1;
  max-width: 38rem;
  margin-inline: auto;
}

.auth-fee-plaque__item {
  padding: clamp(16px, 2.4vw, 22px) 0;
  border-bottom: 1px solid rgba(201, 168, 76, 0.16);
}

.auth-fee-plaque__item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.auth-fee-plaque__item--duration {
  margin-top: clamp(4px, 1vw, 8px);
  padding-top: clamp(20px, 3vw, 28px);
  border-top: 1px solid rgba(201, 168, 76, 0.22);
  border-bottom: none;
}

.auth-fee-plaque__row {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: center;
  gap: 0.35em 0.5em;
  font-size: clamp(13px, 1.65vw, 15px);
  font-weight: 300;
  line-height: 1.65;
  letter-spacing: 0.05em;
}

.auth-fee-plaque__label {
  color: rgba(244, 240, 232, 0.9);
}

.auth-fee-plaque__dash {
  color: rgba(201, 168, 76, 0.55);
  font-weight: 300;
}

.auth-fee-plaque__price {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(18px, 2.4vw, 24px);
  font-weight: 600;
  letter-spacing: 0.08em;
  color: var(--gold-soft);
  text-shadow: 0 0 20px rgba(201, 168, 76, 0.22);
}

.verify-lookup-card {
  border: 1px solid var(--lux-border);
  border-radius: var(--lux-radius);
  background: var(--lux-bg);
  padding: clamp(24px, 3vw, 28px);
  box-shadow: var(--lux-shadow);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition:
    transform 0.55s var(--ease-out),
    border-color 0.55s var(--ease-out),
    box-shadow 0.55s var(--ease-out);
}

.verify-lookup-card:hover {
  border-color: var(--lux-border-hover);
  box-shadow: var(--lux-shadow-hover);
}

.verify-lookup-card__title {
  font-family: "Cormorant Garamond", Georgia, serif;
  color: var(--gold-soft);
  margin: 0 0 12px;
  font-size: clamp(24px, 3vw, 28px);
  font-weight: 600;
  letter-spacing: 0.04em;
}

@media (max-width: 640px) {
  .lux-footer__brand {
    letter-spacing: 0.18em;
    font-size: clamp(22px, 7vw, 30px);
  }

  .lux-footer__social {
    flex-direction: column;
    align-items: center;
  }

  .lux-footer__card {
    width: 100%;
    max-width: 320px;
    min-width: 0;
    flex: none;
  }

  .auth-fee-plaque__frame {
    padding: 36px 18px 40px;
  }

  .auth-fee-plaque__frame::before {
    inset: 8px;
  }

  .auth-fee-plaque__title {
    letter-spacing: 0.1em;
    font-size: clamp(28px, 8vw, 40px);
  }

  .auth-fee-plaque__row {
    flex-direction: column;
    align-items: center;
    gap: 0.2em;
  }

  .auth-fee-plaque__dash {
    display: none;
  }

  .auth-fee-plaque__label {
    max-width: 20em;
  }
}

body.admin-page {
  min-height: 100vh;
}

.admin-page .admin-shell {
  background: radial-gradient(ellipse at 50% 0%, rgba(201, 168, 76, 0.08), transparent 50%);
}

.admin-login-card {
  max-width: 480px;
  width: 100%;
  border: 1px solid var(--line-strong);
  background: linear-gradient(165deg, #161513, #0c0c0b);
  padding: 36px;
  box-shadow: var(--shadow-deep);
}

.admin-login-card h2 {
  font-family: "Cormorant Garamond", Georgia, serif;
  color: var(--gold-soft);
  margin-top: 0;
}

.admin-badge {
  display: inline-block;
  font-size: 9px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold-mid);
  border: 1px solid var(--line);
  padding: 6px 10px;
  margin-bottom: 14px;
}

.admin-dash-header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  gap: 16px;
  margin-bottom: 22px;
}

.admin-dash-header h2 {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  color: var(--gold-soft);
  font-size: 28px;
}

.admin-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.admin-table-wrap {
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: #0a0a09;
}

.admin-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 12px;
  min-width: 720px;
}

.admin-table th,
.admin-table td {
  padding: 14px 16px;
  text-align: left;
  border-bottom: 1px solid rgba(201, 168, 76, 0.12);
}

.admin-table th {
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold-mid);
  background: rgba(201, 168, 76, 0.06);
}

.admin-table tr:hover td {
  background: rgba(255, 255, 255, 0.02);
}

.admin-thumb {
  width: 52px;
  height: 52px;
  object-fit: cover;
  border: 1px solid var(--line);
}

.admin-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.btn--sm {
  padding: 8px 12px;
  font-size: 9px;
}

.btn--danger {
  border-color: rgba(255, 120, 120, 0.45);
  color: #ff9a9a;
}

.btn--danger:hover {
  background: rgba(255, 100, 100, 0.15);
  color: #ffcfcf;
}

.admin-form-grid {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 22px;
  align-items: start;
}

.admin-preview-card {
  border: 1px solid var(--line);
  padding: 20px;
  background: linear-gradient(165deg, #141311, #0a0a09);
  position: sticky;
  top: 88px;
}

.admin-loading {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: rgba(5, 5, 5, 0.72);
  display: grid;
  place-items: center;
  backdrop-filter: blur(6px);
}

.admin-loading__box {
  padding: 24px 32px;
  border: 1px solid var(--line);
  background: #10100f;
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold-mid);
}

.admin-spinner {
  width: 36px;
  height: 36px;
  border: 2px solid rgba(201, 168, 76, 0.2);
  border-top-color: var(--gold);
  border-radius: 50%;
  animation: spin 0.85s linear infinite;
  margin: 0 auto 14px;
}

#toastHost {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 10000;
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 360px;
  pointer-events: none;
}

.toast {
  pointer-events: auto;
  padding: 14px 18px;
  font-size: 12px;
  border: 1px solid var(--line);
  background: rgba(18, 17, 15, 0.96);
  color: #e8e8e8;
  box-shadow: var(--shadow-deep);
  animation: toastIn 0.45s var(--ease-out) both;
}

.toast--ok {
  border-color: rgba(103, 216, 145, 0.45);
  color: #b8f5cf;
}

.toast--err {
  border-color: rgba(255, 140, 140, 0.45);
  color: #ffc9c9;
}

.mono {
  font-family: "Courier New", monospace;
  letter-spacing: 0.08em;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(22px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes heroGoldDrift {
  from {
    transform: translateX(-4%) scale(1.02);
  }
  to {
    transform: translateX(4%) scale(1.05);
  }
}

@keyframes heroShine {
  0%,
  100% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
}

@keyframes badgePulseOk {
  0%,
  100% {
    box-shadow: 0 0 0 0 rgba(103, 216, 145, 0.25);
  }
  50% {
    box-shadow: 0 0 24px 2px rgba(103, 216, 145, 0.12);
  }
}

@keyframes ctaGlow {
  0%,
  100% {
    opacity: 0.2;
    transform: translateX(-20%);
  }
  50% {
    opacity: 0.45;
    transform: translateX(20%);
  }
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes toastIn {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes heroBgPan {
  from {
    background-position: 46% 48%;
  }
  to {
    background-position: 54% 52%;
  }
}

@keyframes navGoldPulse {
  0%,
  100% {
    opacity: 0.22;
    filter: drop-shadow(0 0 6px rgba(201, 168, 76, 0.15));
  }
  50% {
    opacity: 0.55;
    filter: drop-shadow(0 0 14px rgba(201, 168, 76, 0.35));
  }
}

@media (prefers-reduced-motion: reduce) {
  #heroBanner,
  #sellHero,
  #verifyHero {
    animation: none !important;
  }

  #sellHero .hero-slide.is-active,
  #verifyHero .hero-slide.is-active {
    animation: none !important;
    transform: none !important;
  }

  .nav::after,
  .hero__goldwash,
  .hero__shine,
  .cta-panel::before {
    animation: none !important;
  }

  .reveal {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }

  html {
    scroll-behavior: auto;
  }
}

@media (max-width: 900px) {
  .brand-auth-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: minmax(220px, auto);
  }

  .brand-auth-gallery__cell--feature,
  .brand-auth-gallery__cell--tall,
  .brand-auth-gallery__cell--wide {
    grid-column: auto;
    grid-row: auto;
    min-height: clamp(220px, 42vw, 280px);
  }

  .grid-3,
  .grid-2,
  .about-block,
  .showroom-videos__grid,
  .buyout-steps__grid,
  .showroom-locations__grid,
  .admin-form-grid {
    grid-template-columns: 1fr;
  }

  .about-photo {
    height: clamp(240px, 62vw, 360px);
    object-position: center 40%;
  }

  .about-photo-wrap--poster .about-photo,
  .about-photo.about-photo--poster {
    max-height: min(72vh, 440px);
    width: 100%;
    height: 100%;
    min-height: clamp(240px, 62vw, 360px);
    object-fit: contain;
    border-radius: inherit;
    object-position: center center;
  }

  .about-block {
    align-items: stretch;
  }

  .showroom-locations__header {
    margin-bottom: 28px;
  }

  .showroom-location {
    padding: 22px 20px 24px;
  }

  .showroom-location__top {
    gap: 10px;
    margin-bottom: 12px;
  }

  .showroom-location__icon {
    width: 32px;
    height: 32px;
  }

  .showroom-location__name {
    font-size: 15px;
    letter-spacing: 0.03em;
  }

  .buyout-steps__header {
    margin-bottom: 28px;
  }

  .buyout-step {
    padding: 22px 20px 24px;
  }

  .buyout-step__head {
    margin-bottom: 14px;
    padding-bottom: 12px;
  }

  .buyout-step__label {
    gap: 8px;
  }

  .buyout-step__icon {
    width: 24px;
    height: 24px;
  }

  .buyout-step__icon svg {
    width: 16px;
    height: 16px;
  }

  .showroom-videos__frame {
    aspect-ratio: 16 / 10;
  }

  .lifestyle-carousel-wrap {
    height: clamp(300px, 72svh, 520px);
    min-height: 280px;
    max-height: 72svh;
  }

  .lifestyle-slide {
    background-size: cover;
    background-position: center 42% !important;
  }

  .lifestyle-slide.is-active {
    animation-duration: 9s;
  }

  .stats-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .testimonials,
  .lwl-services {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .google-reviews-layout {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .google-trust-panel {
    position: static;
    top: auto;
    max-width: 420px;
    margin: 0 auto;
  }

  .google-trust-panel__score {
    font-size: clamp(48px, 14vw, 60px);
  }

  .google-trust-panel__indicator {
    padding: 10px 12px;
    letter-spacing: 0.12em;
  }

  .google-reviews-layout .google-reviews,
  .google-reviews {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    gap: 18px;
    padding: 4px 4px 18px;
    margin: 0 -4px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    scrollbar-color: rgba(201, 168, 76, 0.35) transparent;
  }

  .google-reviews-layout .google-reviews.google-reviews--fallback {
    display: grid;
    grid-template-columns: 1fr;
    overflow: visible;
    padding: 0;
    margin: 0;
    scroll-snap-type: none;
  }

  .google-reviews-layout .google-reviews::-webkit-scrollbar,
  .google-reviews::-webkit-scrollbar {
    height: 4px;
  }

  .google-reviews-layout .google-reviews::-webkit-scrollbar-thumb,
  .google-reviews::-webkit-scrollbar-thumb {
    background: rgba(201, 168, 76, 0.35);
    border-radius: 4px;
  }

  .google-reviews-layout .google-review-card,
  .google-review-card {
    flex: 0 0 min(88vw, 340px);
    scroll-snap-align: center;
    min-height: 280px;
  }

  .google-reviews__badge {
    display: flex;
    margin-bottom: 16px;
    padding: 9px 16px;
    letter-spacing: 0.16em;
  }

  .lwl-service {
    padding: 28px 22px 30px;
  }

  .lwl-service__num {
    font-size: clamp(44px, 14vw, 58px);
  }

  .home-page .section {
    padding: 64px 0;
  }

  .gallery-photo {
    height: 220px;
  }

  .hero,
  .hero--cinema {
    min-height: 70vh;
    padding-top: 72px;
  }

  .hero h1 {
    font-size: clamp(54px, 14vw, 86px);
    line-height: 1.02;
    letter-spacing: 2.5px;
    margin-bottom: 14px;
    text-shadow: 0 6px 28px rgba(0, 0, 0, 0.5);
  }

  .hero .hero-content > p:last-of-type {
    line-height: 1.85;
    margin-top: 0;
  }

  .hero-nav {
    width: 40px;
    height: 40px;
    font-size: 20px;
  }

  .hero-nav--prev {
    left: 10px;
  }

  .hero-nav--next {
    right: 10px;
  }

  .admin-preview-card {
    position: static;
  }

  #toastHost {
    left: 16px;
    right: 16px;
    bottom: 16px;
  }
}

/* =============================================================================
   MOBILE HOMEPAGE HERO — forced layout (max-width: 768px)
   Source HTML: index.html
   <section id="heroBanner" class="hero hero--cinema hero--carousel"> …
     <div class="hero-carousel" id="heroCarousel"> .hero-slide …
     <div class="site-wrap hero-content">
       <p class="eyebrow">, <h1>, <p class="hero-subtitle">, <p>, <div class="hero-actions"><a class="btn">…
   Linked CSS: index.html → href="styles.css"
   ============================================================================= */
@media (max-width: 768px) {
  #heroBanner.hero.hero--cinema.hero--carousel {
    display: grid !important;
    min-height: 72svh !important;
    min-height: 72dvh !important;
    padding-top: max(7.25rem, calc(4.75rem + env(safe-area-inset-top, 0px))) !important;
    padding-bottom: max(1.5rem, env(safe-area-inset-bottom, 0px)) !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    align-items: center !important;
    justify-items: stretch !important;
    box-sizing: border-box !important;
  }

  #heroBanner.hero--carousel::before {
    background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.82) 0%,
      rgba(0, 0, 0, 0.55) 45%,
      rgba(0, 0, 0, 0.88) 100%
    ) !important;
    z-index: 3 !important;
  }

  #heroBanner .hero-carousel {
    position: absolute !important;
    inset: 0 !important;
    z-index: 1 !important;
  }

  #heroBanner.hero--cinema .hero-content.site-wrap,
  #heroBanner.hero--cinema .hero-content {
    position: relative !important;
    z-index: 4 !important;
    max-width: min(22.5rem, calc(100vw - 2rem)) !important;
    width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: max(1rem, env(safe-area-inset-left, 0px)) !important;
    padding-right: max(1rem, env(safe-area-inset-right, 0px)) !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
    box-sizing: border-box !important;
  }

  #heroBanner .hero-content .eyebrow {
    margin: 0 0 1.125rem !important;
    font-size: 9px !important;
    letter-spacing: 0.3em !important;
    line-height: 1.6 !important;
    text-transform: uppercase !important;
    color: var(--gold-mid) !important;
    opacity: 0.95 !important;
  }

  #heroBanner.hero h1,
  #heroBanner .hero-content > h1 {
    font-family: "Cormorant Garamond", Georgia, serif !important;
    font-size: clamp(1.625rem, 6.5vw, 2.25rem) !important;
    line-height: 1.12 !important;
    letter-spacing: 0.08em !important;
    font-weight: 600 !important;
    color: #eadca3 !important;
    margin: 0 0 0.875rem !important;
    text-shadow: 0 4px 22px rgba(0, 0, 0, 0.55) !important;
  }

  #heroBanner .hero-content > .hero-subtitle {
    font-family: Montserrat, system-ui, sans-serif !important;
    font-size: 0.875rem !important;
    font-weight: 300 !important;
    letter-spacing: 0.025em !important;
    line-height: 1.65 !important;
    color: rgba(245, 245, 245, 0.95) !important;
    margin: 0 0 0.75rem !important;
    max-width: 20.5rem !important;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.5) !important;
  }

  #heroBanner .hero-content > p:not(.eyebrow):not(.hero-subtitle) {
    font-family: Montserrat, system-ui, sans-serif !important;
    font-size: 0.8125rem !important;
    font-weight: 300 !important;
    line-height: 1.72 !important;
    color: #d4d4d4 !important;
    margin: 0 !important;
    max-width: 20.5rem !important;
  }

  #heroBanner .hero-content > .hero-actions {
    display: flex !important;
    flex-direction: column !important;
    flex-wrap: nowrap !important;
    justify-content: center !important;
    align-items: stretch !important;
    gap: 0.75rem !important;
    width: 100% !important;
    max-width: 17.25rem !important;
    margin: 1.5rem auto 0 !important;
    padding: 0 !important;
  }

  #heroBanner .hero-content > .hero-actions .btn {
    width: 100% !important;
    min-height: 48px !important;
    padding: 13px 18px !important;
    box-sizing: border-box !important;
    flex: none !important;
    max-width: none !important;
  }

  #sellHero.hero.hero--cinema.hero--carousel {
    display: grid !important;
    min-height: 72svh !important;
    min-height: 72dvh !important;
    padding-top: max(7.25rem, calc(4.75rem + env(safe-area-inset-top, 0px))) !important;
    padding-bottom: max(1.5rem, env(safe-area-inset-bottom, 0px)) !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    align-items: center !important;
    justify-items: stretch !important;
    box-sizing: border-box !important;
  }

  #sellHero.hero--carousel::before {
    background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.82) 0%,
      rgba(0, 0, 0, 0.55) 45%,
      rgba(0, 0, 0, 0.88) 100%
    ) !important;
    z-index: 3 !important;
  }

  #sellHero .hero-carousel {
    position: absolute !important;
    inset: 0 !important;
    z-index: 1 !important;
  }

  #sellHero .hero-slide {
    background-size: cover !important;
    background-position: center 42% !important;
  }

  #sellHero .hero-slide.is-active {
    animation-duration: 9s;
  }

  #sellHero.hero--cinema .hero-content.site-wrap,
  #sellHero.hero--cinema .hero-content {
    position: relative !important;
    z-index: 4 !important;
    max-width: min(22.5rem, calc(100vw - 2rem)) !important;
    width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: max(1rem, env(safe-area-inset-left, 0px)) !important;
    padding-right: max(1rem, env(safe-area-inset-right, 0px)) !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
    box-sizing: border-box !important;
  }

  #sellHero .hero-content .eyebrow {
    margin: 0 0 1.125rem !important;
    font-size: 9px !important;
    letter-spacing: 0.3em !important;
    line-height: 1.6 !important;
    text-transform: uppercase !important;
    color: var(--gold-mid) !important;
    opacity: 0.95 !important;
  }

  #sellHero.hero h1,
  #sellHero .hero-content > h1 {
    font-family: "Cormorant Garamond", Georgia, serif !important;
    font-size: clamp(1.625rem, 6.5vw, 2.25rem) !important;
    line-height: 1.12 !important;
    letter-spacing: 0.08em !important;
    font-weight: 600 !important;
    color: #eadca3 !important;
    margin: 0 0 0.875rem !important;
    text-shadow: 0 4px 22px rgba(0, 0, 0, 0.55) !important;
  }

  #sellHero .hero-content > p:not(.eyebrow) {
    font-family: Montserrat, system-ui, sans-serif !important;
    font-size: 0.8125rem !important;
    font-weight: 300 !important;
    line-height: 1.72 !important;
    color: #d4d4d4 !important;
    margin: 0 !important;
    max-width: 20.5rem !important;
  }

  #sellHero .hero-content > .hero-actions {
    display: flex !important;
    flex-direction: column !important;
    flex-wrap: nowrap !important;
    justify-content: center !important;
    align-items: stretch !important;
    gap: 0.75rem !important;
    width: 100% !important;
    max-width: 17.25rem !important;
    margin: 1.5rem auto 0 !important;
    padding: 0 !important;
  }

  #sellHero .hero-content > .hero-actions .btn {
    width: 100% !important;
    min-height: 48px !important;
    padding: 13px 18px !important;
    box-sizing: border-box !important;
    flex: none !important;
    max-width: none !important;
  }

  #verifyHero.hero.hero--cinema.hero--carousel {
    display: grid !important;
    min-height: 72svh !important;
    min-height: 72dvh !important;
    padding-top: max(7.25rem, calc(4.75rem + env(safe-area-inset-top, 0px))) !important;
    padding-bottom: max(1.5rem, env(safe-area-inset-bottom, 0px)) !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    align-items: center !important;
    justify-items: stretch !important;
    box-sizing: border-box !important;
  }

  #verifyHero.hero--carousel::before {
    background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.84) 0%,
      rgba(0, 0, 0, 0.58) 45%,
      rgba(0, 0, 0, 0.9) 100%
    ) !important;
    z-index: 3 !important;
  }

  #verifyHero .hero-carousel {
    position: absolute !important;
    inset: 0 !important;
    z-index: 1 !important;
  }

  #verifyHero .hero-slide {
    background-size: cover !important;
  }

  #verifyHero .hero-slide--auth-1 {
    background-position: center 40% !important;
  }

  #verifyHero .hero-slide--auth-2 {
    background-position: center 36% !important;
  }

  #verifyHero .hero-slide--auth-3 {
    background-position: center 38% !important;
  }

  #verifyHero .hero-slide.is-active {
    animation-duration: 9s;
  }

  #verifyHero.hero--cinema .hero-content.site-wrap,
  #verifyHero.hero--cinema .hero-content {
    position: relative !important;
    z-index: 4 !important;
    max-width: min(22.5rem, calc(100vw - 2rem)) !important;
    width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: max(1rem, env(safe-area-inset-left, 0px)) !important;
    padding-right: max(1rem, env(safe-area-inset-right, 0px)) !important;
    text-align: center !important;
    box-sizing: border-box !important;
  }
}

/* --- Verify page (screen only): Android-safe layout + readable certificate fields --- */
@media screen {
  body.lwl-verify-page {
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
  }

  #verifyCertSection,
  #verifyCertSection .verify-shell {
    min-width: 0;
    max-width: 100%;
  }

  #printCert.a4-cert {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
    padding-left: max(6px, env(safe-area-inset-left, 0px));
    padding-right: max(6px, env(safe-area-inset-right, 0px));
  }

  #printCert .verify-card {
    overflow: visible;
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
  }

  #printCert .cert-body,
  #printCert .cert-image-col,
  #printCert .cert-details,
  #printCert .cert-print-strip {
    min-width: 0;
    max-width: 100%;
  }

  #printCert .cert-print-strip {
    flex-wrap: wrap;
    gap: clamp(12px, 3vw, 20px);
  }

  #printCert .cert-qr-cluster {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    min-width: 0;
    max-width: 100%;
    flex-shrink: 0;
  }

  #printCert .cert-qr-wrap {
    box-sizing: border-box;
    width: fit-content;
    max-width: min(300px, 100%);
    min-width: 0;
  }

  #printCert .verify-card #cImage.gallery-photo {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    min-height: 200px;
    max-height: 360px;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    object-position: center;
    flex-shrink: 0;
  }

  #printCert #qrBox.qr-panel,
  #printCert #qrBox {
    display: flex !important;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    min-height: clamp(104px, 34vw, 148px);
    padding: clamp(8px, 2.5vw, 18px);
    margin: 0;
    overflow: hidden;
  }

  #printCert #qrBox img,
  #printCert #qrBox canvas {
    display: block !important;
    max-width: 100% !important;
    width: auto !important;
    height: auto !important;
    object-fit: contain;
    flex-shrink: 0;
  }

  #printCert .verify-card .a4-top .muted {
    color: rgba(200, 190, 172, 0.92);
  }

  #printCert .verify-card .cert-seal-line {
    color: #e0c178;
  }

  #printCert .verify-card .cert-archive-micro {
    color: rgba(198, 188, 168, 0.9);
  }

  #printCert .verify-card .cert-terms__eyebrow {
    color: #dfc56e;
    opacity: 1;
  }

  #printCert .verify-card .a4-top .k,
  #printCert .verify-card .cert-qr-wrap .k,
  #printCert .verify-card .line .k {
    color: #d6b36a;
    font-weight: 600;
    font-size: 10px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    opacity: 1;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.55);
  }

  #printCert .verify-card .cert-details .line .v,
  #printCert .verify-card .notes-compact .v {
    color: #d6b36a !important;
    opacity: 1 !important;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.04em;
    line-height: 1.58;
    max-height: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-shadow:
      0 0 1px rgba(214, 179, 106, 0.95),
      0 0 22px rgba(214, 179, 106, 0.28),
      0 1px 0 rgba(0, 0, 0, 0.9),
      0 2px 8px rgba(0, 0, 0, 0.75);
  }

  #printCert #cId {
    color: #d6b36a !important;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 0.06em;
    opacity: 1 !important;
    text-shadow:
      0 0 1px rgba(214, 179, 106, 0.95),
      0 0 20px rgba(214, 179, 106, 0.3),
      0 1px 0 rgba(0, 0, 0, 0.9),
      0 2px 8px rgba(0, 0, 0, 0.75);
  }

  #printCert .verify-card .cert-terms__list li {
    color: rgba(248, 242, 228, 0.94);
  }

  #printCert .verify-card .cert-terms__sub {
    color: rgba(210, 198, 175, 0.92);
  }

  @media (max-width: 900px) {
    #printCert .cert-qr-cluster {
      align-items: flex-start;
      width: 100%;
    }

    #printCert .cert-qr-wrap {
      width: 100%;
      max-width: 280px;
      margin-inline: 0;
    }
  }

  @media (max-width: 520px) {
    #printCert .verify-card #cImage.gallery-photo {
      min-height: 180px;
      max-height: 320px;
      aspect-ratio: 3 / 2;
    }

    #printCert .verify-card .cert-details .line .v,
    #printCert .verify-card .notes-compact .v {
      font-size: 13.5px;
    }
  }
}

@media print {
  .no-print {
    display: none !important;
  }
}
