
:root {
  --color-primary-fixed-dim:      #fab97f;
  --color-surface:                #fbf9f8;
  --color-surface-low:            #f5f3f3;
  --color-surface-container:      #efeded;
  --color-surface-high:           #e9e8e7;
  --color-surface-highest:        #e4e2e2;
  --color-surface-dim:            #dbdad9;
  --color-on-background:          #1b1c1c;
  --color-on-surface:             #1b1c1c;
  --color-on-surface-variant:     #51443a;
  --color-outline:                #837469;
  --color-outline-variant:        #d6c3b6;
  --color-inverse-on-surface:     #f2f0f0;
  --color-surface-variant:        #e4e2e2;
  --color-surface-tint:           #845323;

  --font-family:    'Roboto Condensed', sans-serif;
}

.facial-jewelry-page {
  font-family: var(--font-family) !important;
  background-color: var(--color-surface);
  color: var(--color-on-surface);
}

.facial-jewelry-page h1,
.facial-jewelry-page h2,
.facial-jewelry-page h3,
.facial-jewelry-page h4,
.facial-jewelry-page p,
.facial-jewelry-page a,
.facial-jewelry-page button,
.facial-jewelry-page .label-caps,
.facial-jewelry-page .product-name {
  font-family: var(--font-family) !important;
}

/* ---------- Material Symbols ---------- */
.facial-jewelry-page .material-symbols-outlined {
  font-family: 'Material Symbols Outlined' !important;
  font-variation-settings: 'FILL' 0, 'wght' 300, 'GRAD' 0, 'opsz' 24;
  line-height: 1;
  vertical-align: middle;
}

/* Modifier classes to replace inline font-variation-settings */
.icon-filled {
  font-variation-settings: 'FILL' 1, 'wght' 300, 'GRAD' 0, 'opsz' 24;
}
.icon-sm {
  font-size: 16px;
}

/* ---------- Typography helpers ---------- */
.text-primary-brand         { color: var(--btn-bg-dark) !important; }
.text-primary-fixed-dim     { color: var(--color-primary-fixed-dim) !important; }
.text-on-surface-variant    { color: var(--color-on-surface-variant) !important; }
.text-surface-variant       { color: var(--color-surface-variant) !important; }

.label-caps {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  line-height: 1;
}

/* ---------- Navbar ---------- */
.site-navbar {
  background: rgba(251, 249, 248, 0.85);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(214, 195, 182, 0.35);
  height: 80px;
}

.site-navbar .brand {
  font-family: var(--font-family);
  font-size: 28px;
  font-weight: 700;
  color: var(--btn-bg-dark);
  text-decoration: none;
}

.site-navbar .nav-link {
  font-size: 15px;
  color: var(--color-on-surface-variant);
  transition: color 0.25s;
}
.site-navbar .nav-link:hover,
.site-navbar .nav-link.active {
  color: var(--btn-bg-dark);
}
.site-navbar .nav-link.active {
  font-weight: 700;
  border-bottom: 2px solid var(--btn-bg-dark);
  padding-bottom: 2px;
}

.btn-nav-signin {
  background: transparent;
  border: none;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--color-on-surface-variant);
  cursor: pointer;
  transition: color 0.2s;
}
.btn-nav-signin:hover { color: var(--btn-bg-dark); }

.btn-nav-signup {
  background: var(--btn-bg-dark);
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 10px 22px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  transition: transform 0.2s;
}
.btn-nav-signup:hover { transform: scale(0.95); color: #fff; }

/* ---------- Hero (scoped — avoid site_features.css hero overrides) ---------- */
.facial-jewelry-page .facial-hero-section.hero-section {
  background: radial-gradient(circle at top right, #fbf9f8 0%, #efeded 100%) !important;
  min-height: auto !important;
  padding: 120px 0;
  overflow: hidden;
  width: 100%;
  display: block;
  align-items: unset;
}

.facial-jewelry-page .hero-display {
  font-family: var(--font-family) !important;
  font-size: clamp(40px, 6vw, 72px);
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -0.02em;
}
.hero-display em { color: var(--btn-bg-dark); }

.hero-body {
  font-size: 18px;
  line-height: 1.6;
  color: var(--color-on-surface-variant);
}

/* Constrains hero intro paragraph width without inline style */
.hero-body--constrained {
  max-width: 480px;
}

/* Buttons: .btn-heritage-gold, .btn-outline-luxury, .btn-tryon from site_features.css */

/* Hero image card */
.hero-img-wrap {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 30px 60px -12px rgba(0,0,0,0.1);
  aspect-ratio: 4/5;
}
.hero-img-wrap img { width: 100%; height: 100%; object-fit: cover; }

/* AI overlay glass panel */
.glass-panel {
  background: rgba(255,255,255,0.62);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  border: 1px solid rgba(255,255,255,0.35);
  border-radius: 12px;
  box-shadow: 0 20px 40px -10px rgba(0,0,0,0.08);
}

.ai-overlay-card {
  position: absolute;
  bottom: -40px;
  left: -40px;
  width: 280px;
  padding: 28px;
}

.ai-icon-wrap {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: color-mix(in srgb, var(--btn-bg-dark) 12%, transparent);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--btn-bg-dark);
  flex-shrink: 0;
}

.ai-label { font-size: 12px; font-weight: 700; letter-spacing: 0.12em; color: var(--btn-bg-dark); }
.ai-sub   { font-size: 11px; opacity: 0.7; }

.progress-bar-wrap {
  height: 4px;
  background: rgba(214, 195, 182, 0.4);
  border-radius: 9999px;
  overflow: hidden;
}
.progress-bar-fill {
  height: 100%;
  width: 75%;
  background: var(--btn-bg-dark);
  border-radius: 9999px;
}

/* ---------- Technology Section ---------- */
.tech-section { padding: 120px 0; background: var(--color-surface); }

.tech-img-wrap {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 30px 60px -12px rgba(0,0,0,0.1);
  border: 1px solid rgba(255,255,255,0.5);
  aspect-ratio: 4/5;
}
.tech-img-wrap img { width: 100%; height: 100%; object-fit: cover; }

.section-number {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--btn-bg-dark);
}

.section-headline {
  font-family: var(--font-family) !important;
  font-size: clamp(28px, 3.5vw, 48px);
  font-weight: 500;
  line-height: 1.2;
}

.feature-icon-wrap {
  width: 48px;
  height: 48px;
  border-radius: 8px;
  background: var(--color-surface-high);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--btn-bg-dark);
  flex-shrink: 0;
}

/* ---------- Product Grid ---------- */
.product-section {
  padding: 120px 0;
  background: var(--color-surface-low);
}

.section-eyebrow {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.15em;
  color: var(--btn-bg-dark);
  text-transform: uppercase;
  display: block;
  margin-bottom: 12px;
}

/* Filter pills */
.filter-pill {
  padding: 10px 28px;
  border-radius: 9999px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.2s;
  border: none;
}
.filter-pill.active {
  background: var(--btn-bg-dark);
  color: #fff;
}
.filter-pill.inactive {
  background: transparent;
  border: 1px solid var(--color-outline-variant);
  color: var(--color-on-surface-variant);
}
.filter-pill.inactive:hover { background: var(--color-surface-highest); }

/* Product card */
.product-card { cursor: pointer; }

.product-card-img-wrap {
  position: relative;
  aspect-ratio: 3/4;
  overflow: hidden;
  border-radius: 12px;
  background: #fff;
  margin-bottom: 20px;
}

.product-card-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s ease;
}
.product-card:hover .product-card-img-wrap img { transform: scale(1.05); }

.product-card-overlay {
  position: absolute;
  inset: 0;
  background: rgba(27,28,28,0);
  transition: background 0.3s;
  display: flex;
  align-items: flex-end;
  padding: 20px;
}
.product-card:hover .product-card-overlay { background: rgba(27,28,28,0.1); }

/* Product card try-on: uses .btn-tryon from site_features.css */
.facial-jewelry-page .product-card .btn-try-on {
  width: 100%;
  padding: 14px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transform: translateY(40px);
  opacity: 0;
  transition: transform 0.3s, opacity 0.3s, background 0.3s, color 0.3s;
}

.facial-jewelry-page .product-card:hover .btn-try-on {
  transform: translateY(0);
  opacity: 1;
}

.product-name {
  font-family: var(--font-family) !important;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 6px;
}
.product-material {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--btn-bg-dark);
  margin-bottom: 10px;
}
.product-price {
  font-size: 16px;
  color: var(--color-on-surface-variant);
}

.btn-view-all {
  background: transparent;
  border: none;
  border-bottom: 1.5px solid var(--color-on-background);
  padding-bottom: 4px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  cursor: pointer;
  transition: color 0.2s, border-color 0.2s;
}
.btn-view-all:hover {
  color: var(--btn-bg-dark);
  border-bottom-color: var(--btn-bg-dark);
}

/* base_features primary alternative (jewellery category pages) */
.facial-jewelry-page .btn-fill-secondary {
  font-family: var(--font-family) !important;
}

/* ---------- CTA Section ---------- */
.cta-section { padding: 120px 0; }

.cta-inner {
  background: var(--color-on-background);
  border-radius: 16px;
  padding: 80px 96px;
  position: relative;
  overflow: hidden;
}

@media (max-width: 767px) {
  .cta-inner { padding: 48px 28px; }
  .font-body-lg { margin-bottom: 1.25rem !important; font-size: 1rem; }
}

.cta-bg-circle {
  position: absolute;
  top: 0; right: 0;
  width: 50%;
  height: 100%;
  opacity: 0.08;
  pointer-events: none;
}

/* Constrains CTA copy block width without inline style */
.cta-copy {
  max-width: 560px;
}

.cta-headline {
  font-family: var(--font-family) !important;
  font-size: clamp(28px, 3.5vw, 48px);
  font-weight: 500;
  line-height: 1.2;
  color: var(--color-surface);
  margin-bottom: 20px;
}
.cta-headline em { color: var(--color-primary-fixed-dim); }

.cta-body {
  font-size: 18px;
  line-height: 1.6;
  color: var(--color-surface-variant);
}

/* ---------- Footer ---------- */
.site-footer {
  background: var(--color-on-background);
  color: var(--color-surface);
  padding: 100px 0 60px;
}

.footer-brand {
  font-family: var(--font-family) !important;
  font-size: 28px;
  font-weight: 700;
  color: var(--color-primary-fixed-dim);
  display: block;
  margin-bottom: 20px;
}

.footer-tagline {
  font-size: 14px;
  color: var(--color-surface-variant);
  opacity: 0.8;
  max-width: 280px;
}

.footer-social a {
  color: rgba(251,249,248,0.6);
  text-decoration: none;
  transition: opacity 0.2s;
}
.footer-social a:hover { opacity: 1; color: #fff; }

.footer-heading {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--color-primary-fixed-dim);
  margin-bottom: 20px;
}

.footer-links { list-style: none; padding: 0; margin: 0; }
.footer-links li { margin-bottom: 14px; }
.footer-links a {
  font-size: 15px;
  color: rgba(251,249,248,0.7);
  text-decoration: none;
  transition: color 0.2s;
}
.footer-links a:hover { color: var(--color-primary-fixed-dim); }

.footer-subscribe p {
  font-size: 14px;
  color: rgba(251,249,248,0.7);
  margin-bottom: 16px;
}

.footer-email-row {
  display: flex;
  border-bottom: 1px solid rgba(251,249,248,0.3);
}
.footer-email-row input {
  background: transparent;
  border: none;
  outline: none;
  color: #fff;
  font-size: 14px;
  flex: 1;
  padding: 8px 0;
}
.footer-email-row input::placeholder { color: rgba(251,249,248,0.4); }
.footer-email-row button {
  background: transparent;
  border: none;
  color: rgba(251,249,248,0.7);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 8px 12px;
  cursor: pointer;
  transition: color 0.2s;
}
.footer-email-row button:hover { color: var(--color-primary-fixed-dim); }

/* ---------- Responsive helpers ---------- */
@media (max-width: 991px) {
  .facial-jewelry-page .facial-hero-section.hero-section { padding: 64px 0; }
  .tech-section { padding: 64px 0; }
  .product-section { padding: 64px 0; }
  .cta-section { padding: 64px 0; }
  .ai-overlay-card { display: none; }
}

.icon-circle-sm
{
width: 50px;
height: 50px;
}

.icon-circle-lg {
width: 80px;
height: 80px;
}

.btn-cloth-primary {
  background-color: var(--btn-bg-dark);
  color: #ffffff !important;
  transition: all 0.3s ease;
  border: none;
  text-decoration: none;
}
.btn-cloth-primary:hover {
  background-color: #f47e18;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(200, 115, 46, 0.28) !important;
}

/* =========================================
   How It Works Section
   ========================================= */
.how-it-works-eyebrow {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: var(--btn-bg-dark);
}

.how-it-works-divider {
    height: 2px;
    width: 60px;
    background-color: var(--btn-bg-dark);
}

.how-it-works-step {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 20px;
    text-align: left;
}

.how-it-works-text {
    flex: 1;
}

.how-it-works-hr {
    border-top: 1px solid var(--color-outline-variant);
    opacity: 0.5;
    margin: 0;
}

/* Tablet and up — switch to centered column layout */
@media (min-width: 768px) {
    .how-it-works-step {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
}
.cta-heading-accent {
    color: var(--btn-bg-dark) !important;
    font-style: italic;
}

/* =========================================
   TYPOGRAPHY — unified with Clothing CSS
   ========================================= */

.facial-jewelry-page .hero-display {
    font-family: var(--font-family) !important;
    font-size: clamp(3rem, 6vw, 72px);      /* was clamp(40px...) */
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: -0.02em;
}

.facial-jewelry-page .section-headline {
    font-family: var(--font-family) !important;
    font-size: clamp(2.5rem, 5vw, 48px);    /* was clamp(28px...) */
    font-weight: 500;                         /* already correct */
    line-height: 1.2;
}

.facial-jewelry-page .cta-headline {
    font-family: var(--font-family) !important;
    font-size: clamp(2.5rem, 5vw, 48px);    /* was clamp(28px...) */
    font-weight: 500;
    line-height: 1.2;
    color: var(--color-surface);
    margin-bottom: 20px;
}

/* How It Works title — was 700 uppercase, too heavy */
.how-it-works-title {
    font-family: var(--font-family);
    font-size: clamp(1.75rem, 4vw, 2.25rem); /* was clamp(22px, 4vw, 36px) */
    font-weight: 500;                          /* was 700 */
    text-transform: none;                      /* was uppercase */
    letter-spacing: -0.01em;
    color: var(--color-on-surface);
}

/* Step titles */
.how-it-works-step-title {
    font-family: var(--font-family);
    font-size: 18px;                          /* was 17px */
    font-weight: 600;                          /* was 700 */
    color: var(--color-on-surface);
}

/* Body text */
.hero-body {
    font-family: var(--font-family) !important;
    font-size: 18px;
    line-height: 1.6;
    color: var(--color-on-surface-variant);
}

.font-body-lg{
    font-family: "Roboto Condensed", sans-serif;
    font-size: 18px;
    line-height: 1.6;
    color: rgba(84, 67, 56, 0.85);
}

.font-label-caps {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    line-height: 1;
}