/* Shared luxury emerald styling — Products page & Regulatory Compliance Framework */

.workshop-orbit--luxury,
.lk-lux-page .workshop-orbit {
  background: rgba(12, 40, 36, 0.55);
  border: 1px solid rgba(184, 151, 94, 0.22);
  border-radius: 4px;
  padding: 2rem 1.75rem;
  margin-bottom: 2.5rem;
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.25);
}

.workshop-orbit--luxury h2,
.lk-lux-page .workshop-orbit h2 {
  margin: 0 0 0.5rem;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.65rem, 3.5vw, 2.15rem);
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.02em;
}

.workshop-orbit--luxury > p,
.lk-lux-page .workshop-orbit > p,
.workshop-orbit--luxury .workshop-funnel-note,
.lk-lux-page .workshop-funnel-note {
  margin: 0 0 1.5rem;
  font-size: 0.95rem;
  line-height: 1.65;
  color: rgba(235, 248, 245, 0.62);
}

.workshop-orbit--luxury .workshop-funnel-note a,
.lk-lux-page .workshop-funnel-note a {
  color: #d4c4a0;
}

.workshop-orbit--luxury .workshop-orbit-track,
.lk-lux-page .workshop-orbit-track {
  display: grid;
  gap: 0.85rem;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}

.workshop-orbit--luxury .workshop-orbit-step,
.lk-lux-page .workshop-orbit-step {
  padding: 1.1rem 1.15rem;
  border-radius: 4px;
  background: rgba(4, 15, 14, 0.55);
  border: 1px solid rgba(184, 151, 94, 0.2);
  text-decoration: none;
  color: rgba(235, 248, 245, 0.92);
  transition: border-color 0.2s, background 0.2s, transform 0.15s;
}

.workshop-orbit--luxury .workshop-orbit-step:hover,
.lk-lux-page .workshop-orbit-step:hover {
  border-color: rgba(184, 151, 94, 0.45);
  background: rgba(12, 40, 36, 0.65);
  transform: translateY(-1px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

.workshop-orbit--luxury .workshop-orbit-step.is-current,
.lk-lux-page .workshop-orbit-step.is-current {
  border-color: #b8975e;
  background: rgba(184, 151, 94, 0.12);
}

.workshop-orbit--luxury .workshop-orbit-step-num,
.lk-lux-page .workshop-orbit-step-num {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #d4c4a0;
  margin: 0 0 0.4rem;
}

.workshop-orbit--luxury .workshop-orbit-step h3,
.lk-lux-page .workshop-orbit-step h3 {
  margin: 0 0 0.35rem;
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
}

.workshop-orbit--luxury .workshop-orbit-step p,
.lk-lux-page .workshop-orbit-step p {
  margin: 0 0 0.5rem;
  font-size: 0.84rem;
  line-height: 1.5;
  color: rgba(235, 248, 245, 0.62);
}

.workshop-orbit--luxury .workshop-orbit-step .step-price,
.lk-lux-page .workshop-orbit-step .step-price {
  font-size: 0.78rem;
  font-weight: 700;
  color: #d4c4a0;
  letter-spacing: 0.04em;
}

.workshop-orbit-step-cta {
  margin-top: 0.35rem;
  width: 100%;
  pointer-events: none;
}

.workshop-orbit--luxury .workshop-orbit-step.is-soon,
.lk-lux-page .workshop-orbit-step.is-soon {
  border-style: dashed;
  border-color: rgba(212, 196, 160, 0.45);
  background: rgba(180, 120, 20, 0.08);
}

.workshop-orbit--luxury .orbit-soon-badge,
.lk-lux-page .orbit-soon-badge {
  background: rgba(180, 120, 20, 0.25);
  color: #e8dcc4;
}

/* Dark band wrapper for funnel on lighter pages (e.g. workshop) */
.lk-lux-band {
  background: linear-gradient(180deg, #0c2824 0%, #071a18 50%, #061412 100%);
  padding: 3rem 1.5rem;
  margin: 2rem 0;
}

.lk-lux-band-inner {
  max-width: 72rem;
  margin: 0 auto;
}

/* Products page layout */
.products-lux-main {
  max-width: 72rem;
  margin: 0 auto;
  padding: 2.5rem 1.5rem 4rem;
}

.products-lux-section-label {
  margin: 0 0 0.5rem;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #d4c4a0;
}

.lk-lux-page .service-pricing-section {
  padding-top: 0.5rem;
}

.lk-lux-page .service-pricing-section .section-title {
  font-family: "Cormorant Garamond", Georgia, serif;
  color: #fff;
}

.lk-lux-page .service-pricing-section .section-intro,
.lk-lux-page .pricing-section-footnote {
  color: rgba(235, 248, 245, 0.62);
}

.lk-lux-page .service-focus-card {
  background: rgba(12, 40, 36, 0.55);
  border: 1px solid rgba(184, 151, 94, 0.22);
  border-radius: 4px;
}

.lk-lux-page .service-focus-card--featured {
  border-color: #b8975e;
  box-shadow: 0 0 0 1px rgba(184, 151, 94, 0.15);
}

.lk-lux-page .service-focus-card h3,
.lk-lux-page .service-focus-tag {
  color: #fff;
}

.lk-lux-page .service-focus-lead,
.lk-lux-page .service-focus-from-note,
.lk-lux-page .service-bed-tiers li,
.lk-lux-page .service-focus-features li {
  color: rgba(235, 248, 245, 0.62);
}

.lk-lux-page .service-focus-from-price,
.lk-lux-page .service-bed-tiers li strong {
  color: #d4c4a0;
}

.lk-lux-page .pricing-card {
  background: rgba(12, 40, 36, 0.55);
  border: 1px solid rgba(184, 151, 94, 0.22);
  border-radius: 4px;
}

.lk-lux-page .pricing-card--featured {
  border-color: #b8975e;
}

.lk-lux-page .pricing-tier,
.lk-lux-page .pricing-beds {
  color: rgba(235, 248, 245, 0.72);
}

.lk-lux-page .pricing-price {
  color: #d4c4a0;
}

.lk-lux-page .pricing-features li {
  color: rgba(235, 248, 245, 0.62);
}

.lk-lux-page .subsection-label {
  color: #d4c4a0;
}

.lk-lux-hero--compact {
  min-height: auto;
  padding: 6.5rem 1.5rem 2.5rem;
}

.lk-lux-hero--compact .lk-lux-hero-title-main {
  font-size: clamp(2rem, 5vw, 3.25rem);
}

.lk-lux-band .foundations-funnel {
  background: transparent;
  border: none;
  padding: 0;
  margin: 0;
}

.lk-lux-band .foundations-funnel-intro {
  color: rgba(235, 248, 245, 0.62);
}

.products-start-here {
  margin-bottom: 2.5rem;
  padding: 1.75rem;
  border: 1px solid rgba(184, 151, 94, 0.22);
  border-radius: 4px;
  background: rgba(12, 40, 36, 0.45);
}

.products-start-here h2 {
  margin: 0 0 0.5rem;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.5rem;
  font-weight: 600;
  color: #fff;
}

.products-start-lead {
  margin: 0 0 1.15rem;
  font-size: 0.92rem;
  color: rgba(235, 248, 245, 0.62);
  max-width: 42rem;
}

.products-start-grid--five {
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}

.products-start-featured {
  grid-column: 1 / -1;
  border-color: rgba(201, 162, 39, 0.45) !important;
  background: rgba(184, 151, 94, 0.1) !important;
}

.products-start-featured h3 {
  color: #d4c4a0 !important;
}

.products-start-featured a {
  color: #d4c4a0 !important;
  font-weight: 700;
}

.products-start-or {
  color: rgba(235, 248, 245, 0.4);
}

.products-start-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 0.85rem;
}

.products-start-grid article {
  padding: 1rem;
  border: 1px solid rgba(184, 151, 94, 0.18);
  border-radius: 4px;
  background: rgba(4, 15, 14, 0.35);
}

.products-start-grid h3 {
  margin: 0 0 0.35rem;
  font-size: 0.92rem;
  font-weight: 600;
  color: #d4c4a0;
}

.products-start-grid p {
  margin: 0 0 0.65rem;
  font-size: 0.82rem;
  line-height: 1.45;
  color: rgba(235, 248, 245, 0.62);
}

.products-start-grid a {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #d4c4a0 !important;
  text-decoration: none !important;
}

.products-start-grid a:hover {
  color: #fff !important;
}

.products-start-foot {
  margin: 1rem 0 0;
  font-size: 0.84rem;
  color: rgba(235, 248, 245, 0.62);
}

.products-start-foot a {
  color: #d4c4a0;
}

.ra-products-callout {
  margin-bottom: 2.5rem;
  padding: 1.75rem;
  border: 1px solid rgba(184, 151, 94, 0.28);
  border-radius: 4px;
  background: rgba(12, 40, 36, 0.45);
}

/* Products page — minimalist readable main (dark text on light surface) */
body.products-lux-body {
  background: #eef3f1;
  color: #1a2e2a;
}

body.products-lux-body .products-lux-main {
  background: #eef3f1;
}

body.products-lux-body .products-catalog-hub-lead,
body.products-lux-body .products-catalog-bucket-lead,
body.products-lux-body .products-catalog-card p:last-of-type,
body.products-lux-body .products-start-lead,
body.products-lux-body .products-start-grid p,
body.products-lux-body .products-start-foot,
body.products-lux-body .lk-lux-page .workshop-orbit > p,
body.products-lux-body .workshop-funnel-note,
body.products-lux-body .lk-lux-page .service-pricing-section .section-intro,
body.products-lux-body .lk-lux-page .pricing-section-footnote,
body.products-lux-body .lk-lux-page .service-focus-lead,
body.products-lux-body .lk-lux-page .service-focus-from-note,
body.products-lux-body .lk-lux-page .service-bed-tiers li,
body.products-lux-body .lk-lux-page .service-focus-features li,
body.products-lux-body .lk-lux-page .workshop-orbit-step p,
body.products-lux-body .ra-products-callout .section-intro {
  color: #3d524c;
}

body.products-lux-body .products-catalog-bucket h2,
body.products-lux-body .products-catalog-card h3,
body.products-lux-body .products-start-here h2,
body.products-lux-body .lk-lux-page .workshop-orbit h2,
body.products-lux-body .lk-lux-page .service-pricing-section .section-title,
body.products-lux-body .lk-lux-page .service-focus-card h3,
body.products-lux-body .lk-lux-page .workshop-orbit-step h3,
body.products-lux-body .ra-products-callout .section-title {
  color: #0c2824;
}

body.products-lux-body .products-catalog-card,
body.products-lux-body .products-start-here,
body.products-lux-body .products-start-grid article,
body.products-lux-body .lk-lux-page .workshop-orbit,
body.products-lux-body .lk-lux-page .service-focus-card,
body.products-lux-body .ra-products-callout {
  background: #fff;
  border-color: rgba(12, 40, 36, 0.12);
  box-shadow: 0 1px 3px rgba(12, 40, 36, 0.06);
}

body.products-lux-body .lk-lux-page .workshop-orbit-step {
  background: #f7faf9;
  border-color: rgba(12, 40, 36, 0.1);
  color: #1a2e2a;
}

body.products-lux-body .lk-lux-page .workshop-orbit-step:hover {
  background: #fff;
  border-color: rgba(26, 107, 92, 0.35);
}

body.products-lux-body .products-catalog-price,
body.products-lux-body .products-lux-section-label,
body.products-lux-body .products-start-grid h3,
body.products-lux-body .lk-lux-page .service-focus-tag,
body.products-lux-body .lk-lux-page .service-focus-from-price,
body.products-lux-body .lk-lux-page .service-bed-tiers li strong,
body.products-lux-body .lk-lux-page .workshop-orbit-step-num,
body.products-lux-body .lk-lux-page .workshop-orbit-step .step-price {
  color: #8f6b2e;
}

body.products-lux-body .products-catalog-link:not(.btn-product-gold),
body.products-lux-body .products-start-grid a:not(.btn-product-gold),
body.products-lux-body .products-start-foot a,
body.products-lux-body .workshop-funnel-note a {
  color: #1a6b5c;
}

body.products-lux-body .btn-product-gold {
  color: #071a18 !important;
}

body.products-lux-body .products-start-featured {
  background: #f3f8f6 !important;
  border-color: rgba(26, 107, 92, 0.25) !important;
}

body.products-lux-body .products-start-featured h3,
body.products-lux-body .products-start-featured a {
  color: #0c2824 !important;
}
