/* Shublie public — "Obsidian Shoe-Care Atelier"
   Isolated from admin/dashboard themes. Single stylesheet.
   Palette: porcelain/obsidian base · champagne gold brand · cognac leather. */
@import url("https://fonts.googleapis.com/css2?family=Bodoni+Moda:opsz,wght@6..96,500;6..96,600;6..96,700;6..96,800&family=Fraunces:ital,opsz,wght@0,9..144,400;0,9..144,500;0,9..144,600;0,9..144,700;1,9..144,500&family=DM+Sans:ital,opsz,wght@0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700;1,9..40,400&display=swap");

/* ========== TOKENS — LIGHT ========== */
body.shub-public {
  --shub-bg: #F6F4EF;
  --shub-bg-pure: #FCFBF8;
  --shub-surface: #FFFFFF;
  --shub-surface-soft: #EEEAE2;
  --shub-surface-strong: #E4DFD4;
  --shub-ink: #111315;
  --shub-ink-soft: #34383A;
  --shub-muted: #747877;
  --shub-border: #DDD8CF;
  --shub-border-strong: #CBC4B6;

  /* Gold brand (legacy --shub-emerald* aliases kept for markup stability) */
  --shub-emerald: #8F6B2E;
  --shub-emerald-hover: #6F5222;
  --shub-emerald-bright: #C5A66A;
  --shub-emerald-soft: #F0E8D6;

  --shub-cognac: #9A5733;
  --shub-cognac-dark: #713B22;
  --shub-cognac-soft: #F0E4DA;
  --shub-champagne: #C5A66A;
  --shub-champagne-soft: #E8D8B4;

  --shub-obsidian: #0B0D0E;
  --shub-obsidian-2: #14181A;

  /* Semantic brand aliases (keep markup stable) */
  --shub-brand: var(--shub-champagne);
  --shub-brand-hover: var(--shub-emerald-hover);
  --shub-brand-bright: var(--shub-emerald-bright);
  --shub-brand-soft: var(--shub-emerald-soft);
  --shub-brand-strong: var(--shub-emerald-hover);
  --shub-accent: var(--shub-champagne);
  --shub-danger: #C0492F;
  --shub-error: #C0492F;
  --shub-success: #8A7340;
  --shub-focus: var(--shub-champagne);

  --shub-footer: var(--shub-obsidian);
  --shub-footer-text: #F1ECE2;
  --shub-footer-muted: #9B9C93;

  --shub-radius: 18px;
  --shub-radius-sm: 12px;
  --shub-radius-lg: 26px;
  --shub-radius-pill: 999px;
  --shub-radius-md: 18px;
  --shub-shadow-sm: 0 1px 2px rgba(17, 19, 21, 0.05);
  --shub-shadow-md: 0 18px 50px rgba(17, 19, 21, 0.10);
  --shub-shadow-lg: 0 40px 100px rgba(17, 19, 21, 0.18);
  --shub-shadow-cognac: 0 20px 60px rgba(122, 62, 34, 0.22);

  --shub-container: 1320px;
  --shub-narrow: 720px;
  --shub-section: clamp(5rem, 9vw, 9rem);
  --shub-pad: clamp(1.125rem, 3.5vw, 3.25rem);

  --shub-font-display: "Fraunces", "Times New Roman", serif;
  --shub-font-brand: "Bodoni Moda", "Didot", "Times New Roman", serif;
  --shub-font-body: "DM Sans", system-ui, sans-serif;

  /* Bolder editorial scale */
  --shub-fs-hero: clamp(3.1rem, 5.7vw, 5.25rem);
  --shub-fs-h1: clamp(2.25rem, 4vw, 3.75rem);
  --shub-fs-h2: clamp(1.9rem, 3vw, 2.85rem);
  --shub-fs-h3: clamp(1.2rem, 1.5vw, 1.35rem);
  --shub-fs-body: clamp(1rem, 1.25vw, 1.125rem);
  --shub-fs-lead: clamp(1.0625rem, 1.25vw, 1.2rem);
  --shub-fs-sm: 0.9375rem;
  --shub-fs-xs: 0.8125rem;

  --shub-duration: 260ms;
  --shub-ease: cubic-bezier(0.22, 1, 0.36, 1);

  /* legacy aliases used by earlier markup */
  --shub-text: var(--shub-ink);
  --shub-text-secondary: var(--shub-ink-soft);
  --shub-text-muted: var(--shub-muted);
  --shub-text-disabled: #A7A296;
  --shub-bg-secondary: var(--shub-surface-soft);
  --shub-card: var(--shub-surface);
  --shub-surface-elevated: var(--shub-surface);
  --shub-header: rgba(246, 244, 239, 0.9);
  --shub-gap: 1.5rem;

  margin: 0;
  font-family: var(--shub-font-body);
  font-size: var(--shub-fs-body);
  line-height: 1.65;
  color: var(--shub-ink);
  background: var(--shub-bg);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: clip;
}

/* ========== TOKENS — DARK ========== */
body.shub-public.shub-theme-dark {
  --shub-bg: #090B0C;
  --shub-bg-pure: #050607;
  --shub-surface: #121617;
  --shub-surface-soft: #191E1F;
  --shub-surface-strong: #202627;
  --shub-ink: #F7F4ED;
  --shub-ink-soft: #D2CEC5;
  --shub-muted: #999C98;
  --shub-border: #2B3131;
  --shub-border-strong: #3A4142;

  --shub-emerald: #D4AF5A;
  --shub-emerald-hover: #E8C97A;
  --shub-emerald-bright: #E8C97A;
  --shub-emerald-soft: #2A2418;

  --shub-cognac: #BB7246;
  --shub-cognac-dark: #864B2E;
  --shub-cognac-soft: #241812;
  --shub-champagne: #D3B572;
  --shub-champagne-soft: #3A3220;

  --shub-obsidian: #050607;
  --shub-obsidian-2: #0E1213;

  --shub-danger: #E27A63;
  --shub-error: #E27A63;
  --shub-success: #D4AF5A;

  --shub-footer: #050607;
  --shub-footer-text: #F1ECE2;
  --shub-footer-muted: #8C8F8A;

  --shub-shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.5);
  --shub-shadow-md: 0 20px 55px rgba(0, 0, 0, 0.5);
  --shub-shadow-lg: 0 40px 100px rgba(0, 0, 0, 0.6);
  --shub-shadow-cognac: 0 22px 60px rgba(0, 0, 0, 0.55);
  --shub-header: rgba(9, 11, 12, 0.85);
  --shub-text-disabled: #6C6F6A;
}

body.shub-public *,
body.shub-public *::before,
body.shub-public *::after { box-sizing: border-box; }

body.shub-public.shub-nav-open { overflow: hidden; }

.shub-skip { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.shub-skip:focus {
  left: 1rem; top: 1rem; z-index: 10000; width: auto; height: auto;
  padding: 0.85rem 1.1rem; background: var(--shub-champagne); color: #1A1208;
  border-radius: var(--shub-radius-sm); font-weight: 600;
}

.shub-container { width: min(100% - (var(--shub-pad) * 2), var(--shub-container)); margin-inline: auto; }
.shub-container--narrow { width: min(100% - (var(--shub-pad) * 2), var(--shub-narrow)); }

.shub-public a { color: var(--shub-cognac); text-decoration: none; transition: color var(--shub-duration) var(--shub-ease); }
.shub-public a:hover { color: var(--shub-cognac-dark); }
.shub-public :focus-visible { outline: 2px solid var(--shub-focus); outline-offset: 3px; }

/* ========== TYPOGRAPHY ========== */
.shub-display {
  font-family: var(--shub-font-display);
  font-weight: 600;
  font-optical-sizing: auto;
  letter-spacing: -0.03em;
  line-height: 1.02;
  color: var(--shub-ink);
  margin: 0;
}
.shub-h1 { font-size: var(--shub-fs-h1); line-height: 1.02; letter-spacing: -0.04em; }
.shub-h2 { font-size: var(--shub-fs-h2); line-height: 1.05; letter-spacing: -0.035em; }
.shub-h3 { font-size: var(--shub-fs-h3); font-weight: 600; letter-spacing: -0.01em; line-height: 1.25; }
.shub-lead {
  font-size: var(--shub-fs-lead);
  line-height: 1.7;
  color: var(--shub-ink-soft);
  max-width: 42rem;
  margin: 0;
}
.shub-muted { color: var(--shub-muted); font-size: var(--shub-fs-sm); }
.shub-sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
.shub-eyebrow {
  display: inline-flex; align-items: center; gap: 0.6rem;
  font-family: var(--shub-font-body);
  font-size: 0.75rem; font-weight: 700; letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--shub-champagne); margin-bottom: 1.1rem;
}
.shub-eyebrow::before { content: ""; width: 1.75rem; height: 1px; background: var(--shub-champagne); }
.shub-eyebrow--plain::before { display: none; }

/* ========== BUTTONS ========== */
.shub-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 0.55rem;
  min-height: 54px; padding: 0.9rem 1.7rem;
  border-radius: var(--shub-radius-sm);
  border: 1.5px solid transparent;
  font-family: var(--shub-font-body);
  font-size: 0.9688rem; font-weight: 600; line-height: 1; letter-spacing: 0.01em;
  cursor: pointer;
  transition: transform var(--shub-duration) var(--shub-ease), background var(--shub-duration) var(--shub-ease),
    border-color var(--shub-duration) var(--shub-ease), box-shadow var(--shub-duration) var(--shub-ease), color var(--shub-duration) var(--shub-ease);
  text-decoration: none !important;
}
.shub-btn:active { transform: translateY(1px); }

/* Metallic gold CTA — brushed champagne metal + black arrow disc (matches mock) */
.shub-btn--primary,
.shub-btn--gold {
  position: relative;
  justify-content: space-between;
  gap: 1.15rem;
  min-height: 56px;
  padding: 0.45rem 0.45rem 0.45rem 1.55rem;
  border-radius: var(--shub-radius-pill);
  border: 1px solid rgba(255, 236, 180, 0.55);
  font-weight: 700;
  letter-spacing: 0.01em;
  white-space: nowrap;
  color: #0A0A0A !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.38) 0%, rgba(255, 255, 255, 0) 42%),
    linear-gradient(118deg,
      #E8D48A 0%,
      #F3E5AB 14%,
      #D4AF5A 38%,
      #C5A059 58%,
      #E2C878 78%,
      #B8860B 100%);
  background-size: 100% 100%, 140% 100%;
  background-position: center, 0% 50%;
  box-shadow:
    0 0 0 1px rgba(184, 134, 11, 0.22),
    0 10px 28px rgba(184, 134, 11, 0.28),
    0 22px 48px rgba(197, 160, 89, 0.18),
    0 28px 56px -8px rgba(232, 201, 122, 0.45),
    inset 0 1px 0 rgba(255, 255, 255, 0.65),
    inset 0 -1px 0 rgba(120, 80, 20, 0.28);
  overflow: visible;
  transition:
    transform var(--shub-duration) var(--shub-ease),
    box-shadow var(--shub-duration) var(--shub-ease),
    background-position 0.55s var(--shub-ease),
    color var(--shub-duration) var(--shub-ease);
}
.shub-btn--primary:hover,
.shub-btn--gold:hover {
  color: #0A0A0A !important;
  background-position: center, 100% 50%;
  box-shadow:
    0 0 0 1px rgba(184, 134, 11, 0.3),
    0 14px 34px rgba(184, 134, 11, 0.36),
    0 26px 56px rgba(197, 160, 89, 0.24),
    0 32px 64px -6px rgba(232, 201, 122, 0.55),
    inset 0 1px 0 rgba(255, 255, 255, 0.75),
    inset 0 -1px 0 rgba(120, 80, 20, 0.22);
}
.shub-btn--primary:active,
.shub-btn--gold:active {
  transform: translateY(1px);
  box-shadow:
    0 0 0 1px rgba(184, 134, 11, 0.22),
    0 6px 18px rgba(184, 134, 11, 0.28),
    0 16px 36px rgba(197, 160, 89, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.5),
    inset 0 -1px 0 rgba(120, 80, 20, 0.3);
}
body.shub-theme-dark .shub-btn--primary,
body.shub-theme-dark .shub-btn--gold {
  color: #0A0A0A !important;
}

/* Black disc + gold arrow (markup or CSS fallback) */
.shub-btn--primary .shub-btn__arrow,
.shub-btn--gold .shub-btn__arrow {
  flex-shrink: 0;
  width: 2.35rem;
  height: 2.35rem;
  border-radius: 50%;
  background: #0A0A0A;
  color: #E8D48A;
  font-size: 0.78rem;
  box-shadow: inset 0 0 0 1px rgba(232, 212, 138, 0.15);
}
.shub-btn--primary:not(:has(.shub-btn__arrow))::after,
.shub-btn--gold:not(:has(.shub-btn__arrow))::after {
  content: "\2192";
  flex-shrink: 0;
  display: inline-grid;
  place-items: center;
  width: 2.35rem;
  height: 2.35rem;
  border-radius: 50%;
  background: #0A0A0A;
  color: #E8D48A;
  font-size: 1.05rem;
  font-weight: 400;
  line-height: 1;
  box-shadow: inset 0 0 0 1px rgba(232, 212, 138, 0.15);
}
.shub-btn--secondary { background: transparent; color: var(--shub-ink) !important; border-color: var(--shub-border-strong); }
.shub-btn--secondary:hover { border-color: var(--shub-champagne); color: var(--shub-cognac) !important; }
.shub-btn--cognac { background: var(--shub-cognac); color: #fff !important; box-shadow: var(--shub-shadow-cognac); }
.shub-btn--cognac:hover { background: var(--shub-cognac-dark); color: #fff !important; }
.shub-btn--ghost { background: var(--shub-emerald-soft); color: var(--shub-cognac) !important; }
body.shub-theme-dark .shub-btn--ghost { color: var(--shub-champagne) !important; }
.shub-btn--on-dark { background: transparent; color: #F5F1E8 !important; border-color: rgba(245, 241, 232, 0.32); }
.shub-btn--on-dark:hover { border-color: var(--shub-champagne); color: var(--shub-champagne) !important; background: rgba(197, 166, 106, 0.08); }
.shub-btn--ghost-gold {
  background: rgba(255, 255, 255, 0.04);
  color: #F5F1E8 !important;
  border-color: rgba(212, 175, 90, 0.55);
}
.shub-btn--ghost-gold:hover {
  border-color: #E0BC6A;
  color: #fff !important;
  background: rgba(212, 175, 90, 0.1);
}
.shub-btn--ghost-nav {
  background: transparent;
  color: var(--shub-ink) !important;
  border-color: var(--shub-border-strong);
  min-height: 42px;
}
.shub-btn--ghost-nav:hover {
  border-color: var(--shub-champagne);
  color: var(--shub-cognac) !important;
  background: rgba(197, 166, 106, 0.1);
}
.shub-btn__arrow {
  display: inline-grid; place-items: center;
  width: 1.55rem; height: 1.55rem; border-radius: 50%;
  background: rgba(26, 18, 8, 0.18); font-size: 0.7rem;
}
.shub-btn--block { width: 100%; }
.shub-btn--sm { min-height: 44px; padding: 0.65rem 1.15rem; font-size: 0.875rem; }
.shub-btn--lg { min-height: 60px; padding: 1.05rem 2rem; font-size: 1.05rem; }

/* Size variants for metallic gold CTAs (must win over generic --sm/--lg padding) */
.shub-btn--primary.shub-btn--sm,
.shub-btn--gold.shub-btn--sm {
  min-height: 44px;
  padding: 0.3rem 0.3rem 0.3rem 1.15rem;
  gap: 0.85rem;
  font-size: 0.875rem;
}
.shub-btn--primary.shub-btn--sm .shub-btn__arrow,
.shub-btn--gold.shub-btn--sm .shub-btn__arrow,
.shub-btn--primary.shub-btn--sm:not(:has(.shub-btn__arrow))::after,
.shub-btn--gold.shub-btn--sm:not(:has(.shub-btn__arrow))::after {
  width: 1.9rem;
  height: 1.9rem;
  font-size: 0.7rem;
}
.shub-btn--primary.shub-btn--sm:not(:has(.shub-btn__arrow))::after,
.shub-btn--gold.shub-btn--sm:not(:has(.shub-btn__arrow))::after {
  font-size: 0.95rem;
}
.shub-btn--primary.shub-btn--lg,
.shub-btn--gold.shub-btn--lg {
  min-height: 64px;
  padding: 0.5rem 0.5rem 0.5rem 1.85rem;
  gap: 1.35rem;
  font-size: 1.05rem;
}
.shub-btn--primary.shub-btn--lg .shub-btn__arrow,
.shub-btn--gold.shub-btn--lg .shub-btn__arrow,
.shub-btn--primary.shub-btn--lg:not(:has(.shub-btn__arrow))::after,
.shub-btn--gold.shub-btn--lg:not(:has(.shub-btn__arrow))::after {
  width: 2.65rem;
  height: 2.65rem;
  font-size: 0.85rem;
}
.shub-btn--primary.shub-btn--lg:not(:has(.shub-btn__arrow))::after,
.shub-btn--gold.shub-btn--lg:not(:has(.shub-btn__arrow))::after {
  font-size: 1.15rem;
}

.shub-link-arrow {
  display: inline-flex; align-items: center; gap: 0.45rem;
  font-weight: 600; font-size: 0.9688rem; color: var(--shub-cognac) !important;
}
.shub-link-arrow::after { content: "\2192"; transition: transform var(--shub-duration) var(--shub-ease); }
.shub-link-arrow:hover::after { transform: translateX(5px); }

/* ========== HEADER ========== */
.shub-header {
  position: sticky; top: 0; z-index: 900;
  background: transparent;
  transition: color var(--shub-duration) var(--shub-ease);
}
.shub-header__bar {
  backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px);
  background: rgba(252, 251, 248, 0.94);
  border-bottom: 1px solid var(--shub-border);
  transition: background var(--shub-duration) var(--shub-ease), border-color var(--shub-duration) var(--shub-ease), box-shadow var(--shub-duration) var(--shub-ease);
}
body.shub-theme-dark .shub-header__bar {
  background: rgba(9, 11, 12, 0.9);
  border-bottom-color: rgba(245, 241, 232, 0.08);
}
.shub-header.is-scrolled .shub-header__bar { box-shadow: var(--shub-shadow-sm); }

/* Homepage: header overlays hero — no gap */
body.shub-home .shub-header {
  position: absolute;
  left: 0; right: 0; top: 0;
  width: 100%;
}
body.shub-home .shub-header.is-scrolled { position: fixed; }
body.shub-home .shub-header:not(.is-scrolled) .shub-header__bar {
  background: transparent;
  border-bottom-color: transparent;
  backdrop-filter: none; -webkit-backdrop-filter: none;
}
body.shub-home .shub-header:not(.is-scrolled) .shub-brand,
body.shub-home .shub-header:not(.is-scrolled) .shub-brand__name,
body.shub-home .shub-header:not(.is-scrolled) .shub-nav a,
body.shub-home .shub-header:not(.is-scrolled) .shub-btn--ghost-nav { color: #F5F1E8 !important; }
body.shub-home .shub-header:not(.is-scrolled) .shub-nav a:hover,
body.shub-home .shub-header:not(.is-scrolled) .shub-nav a:focus-visible,
body.shub-home .shub-header:not(.is-scrolled) .shub-nav a[aria-current="page"] {
  color: #E8C97A !important; background: transparent;
}
body.shub-home .shub-header:not(.is-scrolled) .shub-nav a:hover::after,
body.shub-home .shub-header:not(.is-scrolled) .shub-nav a:focus-visible::after,
body.shub-home .shub-header:not(.is-scrolled) .shub-nav a[aria-current="page"]::after {
  background: #E8C97A; opacity: 1;
}
body.shub-home .shub-header:not(.is-scrolled) .shub-icon-btn {
  background: rgba(255, 255, 255, 0.06); border-color: rgba(245, 241, 232, 0.2); color: #F5F1E8;
}
body.shub-home .shub-header:not(.is-scrolled) .shub-btn--ghost-nav { border-color: rgba(245, 241, 232, 0.28); }

/* Light theme: clean ivory header (scrolled home + all other pages) */
body.shub-theme-light .shub-header.is-scrolled .shub-header__bar,
body.shub-theme-light:not(.shub-home) .shub-header__bar {
  background: rgba(252, 251, 248, 0.96);
  border-bottom-color: var(--shub-border);
}
body.shub-theme-light .shub-header.is-scrolled .shub-brand,
body.shub-theme-light .shub-header.is-scrolled .shub-brand__name,
body.shub-theme-light .shub-header.is-scrolled .shub-nav a,
body.shub-theme-light:not(.shub-home) .shub-brand,
body.shub-theme-light:not(.shub-home) .shub-brand__name,
body.shub-theme-light:not(.shub-home) .shub-nav a {
  color: var(--shub-ink) !important;
}
body.shub-theme-light .shub-header.is-scrolled .shub-nav a:hover,
body.shub-theme-light .shub-header.is-scrolled .shub-nav a:focus-visible,
body.shub-theme-light .shub-header.is-scrolled .shub-nav a[aria-current="page"],
body.shub-theme-light:not(.shub-home) .shub-nav a:hover,
body.shub-theme-light:not(.shub-home) .shub-nav a:focus-visible,
body.shub-theme-light:not(.shub-home) .shub-nav a[aria-current="page"] {
  color: #C5A66A !important;
  background: transparent;
}
body.shub-theme-light .shub-header.is-scrolled .shub-nav a:hover::after,
body.shub-theme-light .shub-header.is-scrolled .shub-nav a:focus-visible::after,
body.shub-theme-light .shub-header.is-scrolled .shub-nav a[aria-current="page"]::after,
body.shub-theme-light:not(.shub-home) .shub-nav a:hover::after,
body.shub-theme-light:not(.shub-home) .shub-nav a:focus-visible::after,
body.shub-theme-light:not(.shub-home) .shub-nav a[aria-current="page"]::after {
  background: #C5A66A;
}

body.shub-theme-light .shub-header.is-scrolled .shub-btn--ghost-nav,
body.shub-theme-light:not(.shub-home) .shub-btn--ghost-nav {
  color: var(--shub-ink) !important;
  border-color: var(--shub-border-strong);
}
body.shub-theme-light .shub-header.is-scrolled .shub-icon-btn,
body.shub-theme-light:not(.shub-home) .shub-icon-btn {
  background: var(--shub-surface);
  border-color: var(--shub-border);
  color: var(--shub-ink);
}

/* Dark theme scrolled header */
body.shub-theme-dark .shub-header.is-scrolled .shub-brand,
body.shub-theme-dark .shub-header.is-scrolled .shub-brand__name,
body.shub-theme-dark .shub-header.is-scrolled .shub-nav a,
body.shub-theme-dark .shub-header.is-scrolled .shub-btn--ghost-nav {
  color: #F5F1E8 !important;
}
body.shub-theme-dark .shub-header.is-scrolled .shub-nav a:hover,
body.shub-theme-dark .shub-header.is-scrolled .shub-nav a:focus-visible,
body.shub-theme-dark .shub-header.is-scrolled .shub-nav a[aria-current="page"] {
  color: #E8C97A !important;
  background: transparent;
}
body.shub-theme-dark .shub-header.is-scrolled .shub-btn--ghost-nav {
  border-color: rgba(245, 241, 232, 0.22);
}
body.shub-theme-dark .shub-header.is-scrolled .shub-icon-btn {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(245, 241, 232, 0.18);
  color: #F5F1E8;
}

.shub-header__inner { display: flex; align-items: center; justify-content: space-between; gap: 1.25rem; min-height: 82px; }
.shub-brand { display: inline-flex; align-items: center; gap: 0.7rem; color: var(--shub-ink) !important; text-decoration: none !important; flex-shrink: 0; }
.shub-brand img { width: 44px; height: 44px; object-fit: contain; }
.shub-brand__name {
  font-family: var(--shub-font-brand);
  font-weight: 700;
  font-size: 1.7rem;
  letter-spacing: -0.04em;
  line-height: 1;
  font-optical-sizing: auto;
  font-variation-settings: "opsz" 96;
  -webkit-text-stroke: 0.35px currentColor;
  paint-order: stroke fill;
}
.shub-nav { display: flex; align-items: center; gap: 0.1rem; list-style: none; margin: 0; padding: 0; }
.shub-nav a {
  display: inline-flex; padding: 0.55rem 0.8rem; border-radius: 0;
  color: var(--shub-ink-soft) !important; font-weight: 500; font-size: 0.9375rem; position: relative;
  background: transparent;
  transition: color var(--shub-duration) var(--shub-ease);
}
.shub-nav a::after {
  content: ""; position: absolute; left: 0.8rem; right: 0.8rem; bottom: 0.2rem;
  height: 2px; background: #E8C97A; border-radius: 1px;
  opacity: 0; transform: scaleX(0.85);
  transition: opacity 180ms var(--shub-ease), transform 180ms var(--shub-ease);
}
.shub-nav a:hover,
.shub-nav a:focus-visible,
.shub-nav a[aria-current="page"] {
  color: #E8C97A !important;
  background: transparent !important;
  font-weight: 600;
}
.shub-nav a:hover::after,
.shub-nav a:focus-visible::after,
.shub-nav a[aria-current="page"]::after {
  opacity: 1;
  transform: scaleX(1);
}
.shub-header__actions { display: flex; align-items: center; gap: 0.5rem; }
.shub-icon-btn {
  width: 44px; height: 44px; display: inline-flex; align-items: center; justify-content: center;
  border-radius: var(--shub-radius-sm); border: 1px solid var(--shub-border);
  background: var(--shub-surface); color: var(--shub-ink); cursor: pointer;
  transition: border-color var(--shub-duration) var(--shub-ease), color var(--shub-duration) var(--shub-ease);
}
.shub-icon-btn:hover { border-color: var(--shub-champagne); color: var(--shub-cognac); }
.shub-menu-toggle { display: none; }

/* Mobile nav panel — body-level, not trapped by header backdrop-filter */
.shub-nav-panel {
  position: fixed; inset: 0; z-index: 1200;
  background: rgba(5, 6, 7, 0.62);
  opacity: 0; pointer-events: none; visibility: hidden;
  transition: opacity 260ms var(--shub-ease), visibility 260ms var(--shub-ease);
}
.shub-nav-panel[hidden] { display: none !important; }
.shub-nav-panel.is-open {
  opacity: 1; pointer-events: auto; visibility: visible;
}
.shub-nav-panel__sheet {
  position: absolute; top: 0; right: 0; width: min(100%, 400px); height: 100%;
  background: linear-gradient(165deg, #14110E 0%, #0B0B0B 55%, #0A0A0A 100%);
  color: #F5F1E8;
  padding: 1.25rem 1.35rem 2rem;
  transform: translateX(105%);
  transition: transform 280ms var(--shub-ease);
  display: flex; flex-direction: column; gap: 1.15rem; overflow: auto;
  border-left: 1px solid rgba(212, 175, 90, 0.22);
  box-shadow: -24px 0 60px rgba(0, 0, 0, 0.45);
}
[dir="rtl"] .shub-nav-panel__sheet { right: auto; left: 0; transform: translateX(-105%); border-left: 0; border-right: 1px solid rgba(212, 175, 90, 0.22); }
.shub-nav-panel.is-open .shub-nav-panel__sheet { transform: translateX(0); }
.shub-nav-panel__top { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.shub-nav-panel__top .shub-brand,
.shub-nav-panel__top .shub-brand__name { color: #F5F1E8 !important; }
.shub-nav-panel__top .shub-icon-btn { background: rgba(255,255,255,0.06); border-color: rgba(245,241,232,0.2); color: #F5F1E8; }
.shub-nav-panel .shub-nav { flex-direction: column; align-items: stretch; gap: 0.15rem; }
.shub-nav-panel .shub-nav a {
  padding: 0.95rem 1rem; font-size: 1.1rem; color: rgba(245, 241, 232, 0.88) !important;
  border-radius: 12px;
}
.shub-nav-panel .shub-nav a:hover,
.shub-nav-panel .shub-nav a:focus-visible,
.shub-nav-panel .shub-nav a[aria-current="page"] {
  color: #E8C97A !important; background: transparent !important;
}
.shub-nav-panel .shub-nav a::after {
  left: 1rem; right: auto; width: 1.5rem; bottom: 0.55rem;
  opacity: 0; transform: none;
}
.shub-nav-panel .shub-nav a:hover::after,
.shub-nav-panel .shub-nav a:focus-visible::after,
.shub-nav-panel .shub-nav a[aria-current="page"]::after {
  opacity: 1;
}
.shub-nav-panel__actions { display: flex; flex-direction: column; gap: 0.65rem; margin-top: auto; padding-top: 0.5rem; }
.shub-nav-panel__theme {
  display: flex; align-items: center; justify-content: space-between; gap: 1rem;
  padding: 0.75rem 0.25rem; color: rgba(245, 241, 232, 0.8); font-weight: 500;
}
.shub-nav-panel .shub-btn--ghost-nav { border-color: rgba(245, 241, 232, 0.22); color: #F5F1E8 !important; width: 100%; }
.shub-nav-panel .shub-btn--gold { width: 100%; }

@media (max-width: 1099px) {
  .shub-menu-toggle { display: inline-flex; }
  .shub-header__desktop-nav { display: none; }
}
@media (min-width: 1100px) {
  .shub-nav-panel { display: none !important; }
}

body.shub-nav-open { overflow: hidden; }

/* ========== SECTIONS ========== */
.shub-section { padding: var(--shub-section) 0; position: relative; }
.shub-section--pure { background: var(--shub-bg-pure); }
.shub-section--soft { background: var(--shub-surface); }
.shub-section--mute { background: var(--shub-surface-soft); }
.shub-section--ink {
  background:
    radial-gradient(ellipse 55% 65% at 88% 8%, rgba(196, 154, 69, 0.14), transparent 55%),
    radial-gradient(ellipse 50% 60% at 8% 100%, rgba(155, 87, 51, 0.16), transparent 55%),
    linear-gradient(155deg, #0B0D0E 0%, #131A1B 55%, #0B0D0E 100%);
  color: #F5F1E8;
}
.shub-section--ink .shub-display, .shub-section--ink .shub-h3 { color: #FBF8F1; }
.shub-section--ink .shub-lead, .shub-section--ink .shub-muted { color: #C9C4B8; }
.shub-section--ink .shub-eyebrow { color: var(--shub-champagne); }

.shub-section__head { max-width: 44rem; margin-bottom: clamp(2.25rem, 4vw, 3.25rem); }
.shub-section__head--center { margin-inline: auto; text-align: center; }
.shub-section__head--center .shub-lead { margin-inline: auto; }
.shub-section__head .shub-display { margin: 0 0 1rem; }
.shub-section__bar { display: flex; align-items: flex-end; justify-content: space-between; gap: 1.5rem; flex-wrap: wrap; margin-bottom: clamp(2.25rem, 4vw, 3.25rem); }
.shub-section__bar .shub-section__head { margin-bottom: 0; }

/* ========== HERO ========== */
.shub-hero {
  position: relative; overflow: hidden;
  min-height: clamp(720px, 94vh, 920px);
  display: flex; align-items: center;
  padding: clamp(5.75rem, 9vw, 7rem) 0 clamp(4.5rem, 7vw, 6rem);
  color: #F5F1E8;
  background:
    radial-gradient(ellipse 42% 55% at 78% 42%, rgba(196, 154, 69, 0.22), transparent 60%),
    radial-gradient(ellipse 36% 42% at 12% 18%, rgba(154, 87, 51, 0.14), transparent 55%),
    linear-gradient(155deg, #000000 0%, #070707 48%, #050505 100%);
}
.shub-hero--luxe { padding-bottom: clamp(3.5rem, 5vw, 4.5rem); }
.shub-hero__glow {
  position: absolute; inset: 0; pointer-events: none;
  background:
    radial-gradient(ellipse 50% 45% at 72% 48%, rgba(212, 175, 90, 0.28), transparent 62%),
    radial-gradient(ellipse 30% 35% at 20% 80%, rgba(154, 87, 51, 0.12), transparent 60%);
}
.shub-hero__grain {
  position: absolute; inset: 0; pointer-events: none; opacity: 0.45;
  background-image: url("../img/atelier/svg/leather-grain.svg");
  background-size: 240px 240px; mix-blend-mode: overlay;
}
.shub-hero__grid {
  position: relative; z-index: 2;
  display: grid; gap: clamp(2rem, 3.5vw, 3.25rem); align-items: center;
}
@media (min-width: 992px) {
  .shub-hero__grid {
    grid-template-columns: minmax(280px, 0.92fr) minmax(420px, 1.2fr);
    gap: clamp(1.25rem, 2.5vw, 2rem);
  }
}

/* Keep trio helpers unused if present */
.shub-hero__aside { display: none; }

/* Pull the visual toward the viewport’s right edge */
@media (min-width: 992px) {
  .shub-hero--mock .shub-hero__visual {
    margin-right: max(-1.5rem, calc(50% - 50vw + 1.25rem));
    padding-right: 0;
  }
}

.shub-hero .shub-eyebrow { color: #E0BC6A; }
.shub-hero__title {
  font-family: var(--shub-font-display); font-weight: 500; font-optical-sizing: auto;
  font-size: var(--shub-fs-hero); line-height: 0.98; letter-spacing: -0.045em;
  color: #FBF8F1; margin: 0 0 1.35rem; max-width: 14ch;
}
.shub-hero__title em {
  display: block; font-style: italic; font-weight: 500; color: #E8C97A;
  position: relative; width: fit-content; margin-top: 0.15em;
}
.shub-hero__title em::after {
  content: ""; position: absolute; left: 0; right: 8%; bottom: -0.12em; height: 0.45em;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 20' fill='none'%3E%3Cpath d='M2 14c40-10 80-12 120-6s50 4 76-2' stroke='%23E8C97A' stroke-width='3' stroke-linecap='round' opacity='0.75'/%3E%3C/svg%3E") center / 100% 100% no-repeat;
  pointer-events: none;
}
.shub-hero__lead { color: rgba(245, 241, 232, 0.78); font-size: var(--shub-fs-lead); line-height: 1.7; max-width: 34rem; margin: 0; }
.shub-hero__actions { display: flex; flex-wrap: wrap; gap: 0.9rem; margin-top: 2rem; }
.shub-hero__pillars {
  display: flex; flex-wrap: wrap; gap: 1.1rem 1.75rem; list-style: none; margin: 2.15rem 0 0; padding: 0;
  font-size: 0.9rem; color: rgba(245, 241, 232, 0.82); font-weight: 500;
}
.shub-hero__pillars li { display: inline-flex; align-items: center; gap: 0.55rem; }
.shub-hero__pillar-ico {
  width: 34px; height: 34px; border-radius: 50%; display: grid; place-items: center;
  background: rgba(212, 175, 90, 0.12); color: #E8C97A; border: 1px solid rgba(212, 175, 90, 0.35); font-size: 0.8rem;
}

.shub-hero__visual { position: relative; overflow: visible; }
.shub-hero__stage { position: relative; min-height: 420px; display: flex; align-items: center; justify-content: center; }
.shub-hero__aura {
  position: absolute; width: 78%; height: 78%; left: 50%; top: 46%; transform: translate(-50%, -50%);
  border-radius: 50%; background: radial-gradient(circle, rgba(212, 175, 90, 0.45) 0%, rgba(154, 87, 51, 0.12) 40%, transparent 70%);
  filter: blur(8px); pointer-events: none;
}
.shub-hero__slab {
  position: relative; z-index: 1; width: min(100%, 460px);
  border-radius: 22px; overflow: hidden;
  border: 1px solid rgba(212, 175, 90, 0.22);
  box-shadow: 0 40px 90px rgba(0, 0, 0, 0.55), 0 0 60px rgba(212, 175, 90, 0.18);
  background: linear-gradient(180deg, #1B1714, #0C0C0C);
  aspect-ratio: 5 / 4;
}
.shub-hero__slab img { width: 100%; height: 100%; object-fit: cover; object-position: center 45%; display: block; filter: saturate(1.05) contrast(1.05); }
.shub-hero__slab::after {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(180deg, transparent 55%, rgba(7, 7, 7, 0.45) 100%);
}

.shub-glass {
  position: absolute; z-index: 3;
  background: rgba(18, 16, 14, 0.55);
  backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(212, 175, 90, 0.28);
  border-radius: 16px;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.35);
  color: #F5F1E8;
}
.shub-glass--trust {
  top: 4%; left: 2%; width: 148px; height: 148px; border-radius: 50%;
  display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center;
  padding: 0.75rem; gap: 0.15rem;
}
.shub-glass--trust strong { font-size: 0.78rem; letter-spacing: 0.04em; text-transform: uppercase; line-height: 1.25; color: #E8C97A; }
.shub-glass--trust span { font-size: 0.7rem; color: rgba(245, 241, 232, 0.7); }
.shub-glass__ring {
  position: absolute; inset: 6px; border-radius: 50%;
  border: 1px dashed rgba(212, 175, 90, 0.45); pointer-events: none;
}
.shub-glass--checklist { top: 12%; right: -4%; padding: 1.05rem 1.15rem; min-width: 188px; }
.shub-glass__label {
  display: block; font-size: 0.68rem; letter-spacing: 0.16em; text-transform: uppercase;
  color: #E8C97A; font-weight: 700; margin-bottom: 0.7rem;
}
.shub-glass--checklist ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 0.45rem; }
.shub-glass--checklist li { font-size: 0.88rem; font-weight: 500; display: flex; align-items: center; gap: 0.5rem; }
.shub-glass--checklist i { color: #E8C97A; font-size: 0.75rem; }
.shub-glass--doorstep {
  bottom: 10%; right: 0; left: auto; max-width: 240px;
  display: flex; align-items: center; gap: 0.75rem; padding: 0.85rem 1rem;
}
.shub-glass__ico {
  flex-shrink: 0; width: 40px; height: 40px; border-radius: 50%; display: grid; place-items: center;
  background: linear-gradient(135deg, #B8863A, #E8C97A); color: #1A1208; font-size: 0.9rem;
}
.shub-glass--doorstep p { margin: 0; font-size: 0.82rem; line-height: 1.4; color: rgba(245, 241, 232, 0.88); }
.shub-glass--featured {
  left: 4%; bottom: 6%; padding: 0.85rem 1rem; text-decoration: none !important; color: #F5F1E8 !important; max-width: 200px;
}
.shub-glass--featured span { display: block; font-size: 0.65rem; letter-spacing: 0.14em; text-transform: uppercase; color: #E8C97A; font-weight: 700; margin-bottom: 0.25rem; }
.shub-glass--featured strong { display: block; font-family: var(--shub-font-display); font-size: 1rem; font-weight: 600; }
.shub-glass--featured em { display: block; margin-top: 0.25rem; font-style: normal; font-size: 0.85rem; color: rgba(245, 241, 232, 0.72); }
.shub-glass--featured:hover { border-color: rgba(232, 201, 122, 0.55); }

.shub-hero__stats {
  position: relative; z-index: 2; margin-top: clamp(2.25rem, 4vw, 3rem);
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem;
  padding: 1.15rem 1.25rem;
  border-radius: 999px;
  background: rgba(16, 14, 12, 0.65);
  backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(212, 175, 90, 0.22);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.35);
}
@media (min-width: 768px) {
  .shub-hero__stats { grid-template-columns: repeat(4, 1fr); padding: 1.25rem 1.75rem; gap: 0.5rem; }
}
.shub-hero__stat { display: flex; align-items: center; gap: 0.75rem; justify-content: center; }
.shub-hero__stat-ico {
  width: 40px; height: 40px; border-radius: 50%; display: grid; place-items: center; flex-shrink: 0;
  background: rgba(212, 175, 90, 0.12); color: #E8C97A; border: 1px solid rgba(212, 175, 90, 0.3); font-size: 0.9rem;
}
.shub-hero__stat strong { display: block; font-family: var(--shub-font-display); font-size: 1.35rem; font-weight: 600; color: #E8C97A; letter-spacing: -0.02em; line-height: 1.1; }
.shub-hero__stat span { display: block; font-size: 0.78rem; color: rgba(245, 241, 232, 0.65); }

.shub-hero__dots, .shub-hero__trust, .shub-hero__rings, .shub-hero__frame, .shub-hero__badge, .shub-hero__float { display: none; }
.shub-hero__apps { display: inline-flex; gap: 0.55rem; align-items: center; }
.shub-hero__apps img { height: 30px; }

/* ========== SEARCH / BOOKING PANEL ========== */
.shub-hero-search {
  position: relative; z-index: 5; margin: -2.5rem auto 0;
  width: min(100% - (var(--shub-pad) * 2), calc(var(--shub-container) - 60px));
  background: var(--shub-surface); border: 1px solid var(--shub-border);
  border-radius: var(--shub-radius-lg); box-shadow: var(--shub-shadow-lg);
  padding: 1.5rem; display: grid; gap: 1rem;
}
.shub-hero-search__label {
  grid-column: 1 / -1; display: inline-flex; align-items: center; gap: 0.6rem;
  font-size: 0.75rem; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--shub-champagne); margin-bottom: 0.15rem;
}
.shub-hero-search__label i { color: var(--shub-cognac); font-size: 1rem; }
@media (min-width: 900px) {
  .shub-hero-search { grid-template-columns: 1.25fr 1fr auto; align-items: end; padding: 1.65rem 1.85rem; gap: 1.15rem; }
  .shub-hero-search__label { grid-column: 1 / -1; }
}
.shub-hero-search .shub-field { display: flex; flex-direction: column; }
.shub-hero-search label:not(.shub-hero-search__label) { display: block; font-size: 0.75rem; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; color: var(--shub-muted); margin-bottom: 0.5rem; }
.shub-hero-search__control { position: relative; }
.shub-hero-search__control > i { position: absolute; left: 1rem; top: 50%; transform: translateY(-50%); color: var(--shub-emerald); font-size: 1.15rem; pointer-events: none; }
.shub-hero-search .shub-input, .shub-hero-search .shub-select {
  min-height: 58px; width: 100%; border: 1.5px solid var(--shub-border-strong);
  border-radius: var(--shub-radius-sm); background: var(--shub-bg); color: var(--shub-ink);
  padding: 0.7rem 1rem 0.7rem 2.75rem; font: inherit; font-weight: 500;
}
.shub-hero-search .shub-input:focus, .shub-hero-search .shub-select:focus {
  border-color: var(--shub-emerald); outline: none; box-shadow: 0 0 0 4px var(--shub-emerald-soft); background: var(--shub-surface);
}
.shub-hero-search .shub-btn { min-height: 58px; }

/* ========== GRIDS ========== */
.shub-grid { display: grid; gap: 1.5rem; }
.shub-grid--services { grid-template-columns: repeat(auto-fill, minmax(min(100%, 290px), 1fr)); }
@media (min-width: 1180px) { .shub-grid--services { grid-template-columns: repeat(4, 1fr); gap: 1.75rem; } }
.shub-grid--partners { grid-template-columns: 1fr; gap: 1.25rem; }
@media (min-width: 640px) { .shub-grid--partners { grid-template-columns: 1fr 1fr; } }
.shub-grid--categories { grid-template-columns: repeat(auto-fill, minmax(min(100%, 260px), 1fr)); }

/* ========== SERVICE CARD ========== */
.shub-card {
  background: var(--shub-surface); border: 1px solid var(--shub-border);
  border-radius: var(--shub-radius); box-shadow: var(--shub-shadow-sm); overflow: hidden;
  transition: transform var(--shub-duration) var(--shub-ease), box-shadow var(--shub-duration) var(--shub-ease), border-color var(--shub-duration) var(--shub-ease);
}
a.shub-card { color: inherit; }
.shub-card:hover { transform: translateY(-6px); box-shadow: var(--shub-shadow-md); border-color: var(--shub-border-strong); }

.shub-service-card { display: flex; flex-direction: column; }
.shub-service-card__media { position: relative; aspect-ratio: 4 / 3; min-height: 228px; background: var(--shub-surface-strong); overflow: hidden; }
.shub-service-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform 560ms var(--shub-ease); }
.shub-card:hover .shub-service-card__media img { transform: scale(1.06); }
.shub-service-card__cat {
  position: absolute; top: 0.9rem; left: 0.9rem; z-index: 2;
  display: inline-flex; align-items: center; padding: 0.35rem 0.75rem; border-radius: 8px;
  background: rgba(7, 94, 80, 0.92); color: #fff; font-size: 0.75rem; font-weight: 700; letter-spacing: 0.02em;
  backdrop-filter: blur(4px);
}
.shub-service-card__media::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 3px;
  background: linear-gradient(90deg, var(--shub-cognac), var(--shub-champagne));
  opacity: 0; transition: opacity var(--shub-duration) var(--shub-ease);
}
.shub-card:hover .shub-service-card__media::after { opacity: 1; }
.shub-service-card__body { padding: 1.35rem 1.4rem 1.45rem; display: flex; flex-direction: column; gap: 0.5rem; flex: 1; }
.shub-service-card__meta { display: flex; flex-wrap: wrap; gap: 0.4rem 0.7rem; align-items: center; font-size: var(--shub-fs-xs); color: var(--shub-muted); }
.shub-service-card__rating { display: inline-flex; align-items: center; gap: 0.3rem; color: var(--shub-cognac); font-weight: 600; }
.shub-service-card__title {
  font-family: var(--shub-font-display); font-size: 1.3125rem; font-weight: 600; margin: 0.1rem 0 0;
  line-height: 1.25; letter-spacing: -0.02em;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
.shub-service-card__title a { color: var(--shub-ink) !important; }
.shub-service-card__title a:hover { color: var(--shub-emerald) !important; }
.shub-service-card__footer { display: flex; align-items: center; justify-content: space-between; gap: 0.75rem; margin-top: auto; padding-top: 1rem; border-top: 1px solid var(--shub-border); }
.shub-price { font-family: var(--shub-font-display); font-weight: 600; font-size: 1.5rem; color: var(--shub-ink); letter-spacing: -0.02em; }
.shub-price small { font-size: 0.7rem; color: var(--shub-muted); font-family: var(--shub-font-body); font-weight: 500; letter-spacing: 0.04em; text-transform: uppercase; display: block; }
.shub-chip { display: inline-flex; align-items: center; padding: 0.3rem 0.7rem; border-radius: 8px; background: var(--shub-emerald-soft); color: var(--shub-emerald); font-size: 0.75rem; font-weight: 700; }

/* ========== CATEGORY MOSAIC ========== */
.shub-section--categories {
  position: relative;
  overflow: hidden;
  color: #F5F1E8;
  background:
    radial-gradient(ellipse 50% 55% at 92% 12%, rgba(196, 154, 69, 0.12), transparent 55%),
    radial-gradient(ellipse 45% 50% at 6% 88%, rgba(122, 62, 34, 0.14), transparent 55%),
    linear-gradient(160deg, #0A0B0C 0%, #14110E 48%, #0B0D0E 100%);
}
.shub-categories__grain {
  position: absolute; inset: 0; pointer-events: none; opacity: 0.4;
  background: url("../img/atelier/svg/leather-grain.svg") 0 0 / 240px 240px;
  mix-blend-mode: overlay;
}
.shub-section--categories .shub-container { position: relative; z-index: 1; }
.shub-section--categories .shub-eyebrow { color: #E8C97A; }
.shub-section--categories .shub-display { color: #FBF8F1; }
.shub-section--categories .shub-display em {
  font-style: italic;
  font-weight: 500;
  color: #E8C97A;
}
.shub-section--categories .shub-section__bar { align-items: flex-start; }

.shub-cat-mosaic {
  display: grid;
  gap: 0.85rem;
  grid-template-columns: 1fr;
}
@media (min-width: 560px) {
  .shub-cat-mosaic { grid-template-columns: repeat(2, 1fr); gap: 1rem; }
}
@media (min-width: 992px) {
  .shub-cat-mosaic {
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: minmax(210px, 24vw) minmax(250px, 28vw);
    gap: 1.05rem;
  }
  .shub-cat-mosaic > :nth-child(1) { grid-column: 1 / 4; grid-row: 1 / 3; }
  .shub-cat-mosaic > :nth-child(2) { grid-column: 4 / 9; grid-row: 1; }
  .shub-cat-mosaic > :nth-child(3) { grid-column: 9 / 13; grid-row: 1; }
  .shub-cat-mosaic > :nth-child(4) { grid-column: 4 / 7; grid-row: 2; }
  .shub-cat-mosaic > :nth-child(5) { grid-column: 7 / 10; grid-row: 2; }
  .shub-cat-mosaic > :nth-child(6) { grid-column: 10 / 13; grid-row: 2; }
}
.shub-cat-tile {
  position: relative; display: flex; flex-direction: column; justify-content: flex-end;
  min-height: 210px; padding: 1.25rem 1.35rem; border-radius: 16px; overflow: hidden;
  border: 1px solid rgba(212, 175, 90, 0.34); color: #F5F1E8 !important; text-decoration: none !important;
  background: linear-gradient(160deg, #14181A, #0B0D0E);
  transition: transform var(--shub-duration) var(--shub-ease), border-color var(--shub-duration) var(--shub-ease), box-shadow var(--shub-duration) var(--shub-ease);
}
.shub-cat-tile--tone-cognac { background: linear-gradient(160deg, #6B3D24, #2A1710); }
.shub-cat-tile--tone-emerald { background: linear-gradient(160deg, #3A2E18, #1A140C); }
.shub-cat-tile--tone-obsidian { background: linear-gradient(160deg, #1B1E1F, #0B0D0E); }
.shub-cat-tile__media { position: absolute; inset: 0; }
.shub-cat-tile__media img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform 700ms var(--shub-ease);
}
.shub-cat-tile__media::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(11, 13, 14, 0.08) 20%, rgba(11, 13, 14, 0.78) 72%, rgba(8, 8, 8, 0.92) 100%);
}
.shub-cat-tile__deco {
  position: absolute; top: 1.1rem; right: 1.1rem; width: 84px; height: 50px; color: var(--shub-champagne);
  opacity: 0.5; transition: transform var(--shub-duration) var(--shub-ease), opacity var(--shub-duration) var(--shub-ease);
}
.shub-cat-tile__deco svg { width: 100%; height: 100%; }
.shub-cat-tile:hover .shub-cat-tile__deco { opacity: 0.85; transform: translateX(4px); }
/* Engraved ivory emblem from the real category asset (clipart rendered as watermark) */
.shub-cat-tile__emblem {
  position: absolute; right: -8%; bottom: -10%; width: 52%; max-width: 190px; line-height: 0;
  opacity: 0.16; pointer-events: none;
  transition: transform var(--shub-duration) var(--shub-ease), opacity var(--shub-duration) var(--shub-ease);
}
.shub-cat-tile__emblem img { width: 100%; height: auto; filter: brightness(0) invert(1); }
.shub-cat-tile--xl .shub-cat-tile__emblem { width: 46%; max-width: 260px; right: 4%; bottom: -6%; }
.shub-cat-tile:hover .shub-cat-tile__emblem { opacity: 0.24; transform: translate(-4px, -6px) rotate(-3deg); }
.shub-cat-tile__body {
  position: relative; z-index: 1;
  display: flex; align-items: flex-end; justify-content: space-between; gap: 0.85rem;
}
.shub-cat-tile__meta { display: flex; align-items: flex-end; gap: 0.75rem; min-width: 0; }
.shub-cat-tile__icon {
  flex-shrink: 0; width: 36px; height: 36px; border-radius: 50%;
  display: grid; place-items: center;
  border: 1px solid rgba(232, 201, 122, 0.55);
  background: rgba(10, 9, 8, 0.35);
  color: #E8C97A; font-size: 0.78rem;
  backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px);
}
.shub-cat-tile h3 {
  margin: 0; font-family: var(--shub-font-display); font-size: clamp(1.15rem, 1.5vw, 1.55rem);
  font-weight: 600; letter-spacing: -0.02em; color: #FBF8F1; line-height: 1.2;
}
.shub-cat-mosaic > :nth-child(1) h3 { font-size: clamp(1.45rem, 2vw, 1.95rem); }
.shub-cat-tile p {
  margin: 0.3rem 0 0; color: rgba(232, 201, 122, 0.82);
  font-size: 0.8rem; font-weight: 500; letter-spacing: 0.01em;
}
.shub-cat-tile__arrow {
  flex-shrink: 0; width: 40px; height: 40px; border-radius: 50%; display: grid; place-items: center;
  border: 1px solid rgba(232, 201, 122, 0.5); color: #E8C97A; font-size: 0.95rem;
  background: rgba(10, 9, 8, 0.28);
  transition: background var(--shub-duration) var(--shub-ease), color var(--shub-duration) var(--shub-ease), transform var(--shub-duration) var(--shub-ease), border-color var(--shub-duration) var(--shub-ease);
}
.shub-cat-tile:hover {
  transform: translateY(-3px);
  border-color: rgba(232, 201, 122, 0.62);
  box-shadow: 0 22px 50px rgba(0, 0, 0, 0.35);
}
.shub-cat-tile:hover .shub-cat-tile__media img { transform: scale(1.04); }
.shub-cat-tile:hover .shub-cat-tile__arrow {
  background: var(--shub-champagne); color: #0B0D0E; border-color: var(--shub-champagne);
  transform: rotate(-45deg);
}

/* ========== PARTNER CARD ========== */
.shub-section--partners {
  background: linear-gradient(180deg, #F3F4F6 0%, #ECEEF1 100%);
}
.shub-section--partners .shub-section__bar {
  align-items: flex-end;
  margin-bottom: 0.25rem;
}
.shub-section--partners .shub-section__head .shub-lead {
  max-width: 38rem;
  color: #5C6166;
}
.shub-partners-slider {
  position: relative;
  margin-top: 0.25rem;
}
.shub-partners-slider__track {
  display: flex;
  align-items: stretch;
  gap: 1rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  padding: 2.85rem 0.15rem 1.1rem;
  margin: 0 -0.15rem;
}
.shub-partners-slider__track::-webkit-scrollbar { display: none; }
.shub-partners-slider__nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.85rem;
  margin-top: 0.15rem;
}
.shub-partners-slider__arrow {
  width: 2.35rem;
  height: 2.35rem;
  border-radius: 50%;
  border: 1px solid rgba(17, 19, 21, 0.12);
  background: #FFFFFF;
  color: #4A4E50;
  display: inline-grid;
  place-items: center;
  cursor: pointer;
  font-size: 0.72rem;
  transition:
    transform var(--shub-duration) var(--shub-ease),
    border-color var(--shub-duration) var(--shub-ease),
    color var(--shub-duration) var(--shub-ease),
    box-shadow var(--shub-duration) var(--shub-ease);
}
.shub-partners-slider__arrow:hover,
.shub-partners-slider__arrow:focus-visible {
  border-color: rgba(243, 156, 18, 0.55);
  color: #E67E22;
  box-shadow: 0 8px 20px rgba(17, 19, 21, 0.08);
  outline: none;
}
.shub-partners-slider__arrow:disabled {
  opacity: 0.35;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}
.shub-partners-slider__dots {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
}
.shub-partners-slider__dot {
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  border: 0;
  padding: 0;
  background: rgba(17, 19, 21, 0.18);
  cursor: pointer;
  transition: transform var(--shub-duration) var(--shub-ease), background var(--shub-duration) var(--shub-ease);
}
.shub-partners-slider__dot.is-active {
  background: #F39C12;
  transform: scale(1.25);
}

.shub-partner-card--slider {
  --partner-bg: #FFFFFF;
  --partner-border: rgba(17, 19, 21, 0.08);
  --partner-shadow: 0 6px 18px rgba(17, 19, 21, 0.08);
  --partner-title: #1F2933;
  --partner-title-active: #3D8CA8;
  --partner-muted: #6B7280;
  --partner-accent: #F39C12;
  --partner-ring: #D8EEF3;
  --partner-ring-border: #FFFFFF;
  --partner-divider: rgba(17, 19, 21, 0.08);
  --partner-action-bg: #EEF0F2;
  --partner-action-fg: #5F6670;

  position: relative;
  flex: 0 0 min(100%, 16rem);
  scroll-snap-align: start;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  text-align: center;
  padding: 3rem 1.1rem 1rem;
  min-height: 18.5rem;
  background: var(--partner-bg);
  border: 1px solid var(--partner-border);
  border-radius: 0.4rem;
  box-shadow: var(--partner-shadow);
  transition:
    transform var(--shub-duration) var(--shub-ease),
    box-shadow var(--shub-duration) var(--shub-ease),
    border-color var(--shub-duration) var(--shub-ease);
}
@media (min-width: 640px) {
  .shub-partner-card--slider { flex-basis: 16rem; min-height: 19.25rem; }
}
@media (min-width: 992px) {
  .shub-partner-card--slider { flex-basis: 16.5rem; min-height: 19.75rem; }
}
.shub-partner-card--slider::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  background: transparent;
  border-radius: 0 0 0.35rem 0.35rem;
  transition: background var(--shub-duration) var(--shub-ease);
}
.shub-partner-card--slider.is-active::after {
  background: var(--partner-accent);
}
.shub-partner-card--slider:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(17, 19, 21, 0.12);
}
.shub-partner-card__avatar-wrap {
  position: absolute;
  top: -2.55rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.shub-partner-card--slider .shub-partner-card__avatar {
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  overflow: hidden;
  display: block;
  padding: 0.24rem;
  background: var(--partner-ring);
  border: 4px solid var(--partner-ring-border);
  box-shadow: 0 6px 18px rgba(17, 19, 21, 0.14);
}
.shub-partner-card--slider .shub-partner-card__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  display: block;
}
.shub-partner-card--slider .shub-partner-card__body {
  flex: 1;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.78rem;
  padding: 0.25rem 0.15rem 0.45rem;
}
.shub-partner-card--slider h3 {
  margin: 0;
  font-family: var(--shub-font-body);
  font-size: 1.12rem;
  font-weight: 700;
  line-height: 1.35;
  max-width: 13rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.shub-partner-card--slider h3 a {
  color: var(--partner-title) !important;
  text-decoration: none !important;
}
.shub-partner-card--slider h3 a:hover {
  color: var(--partner-title-active) !important;
}
.shub-partner-card--slider.is-active h3 a {
  color: var(--partner-title-active) !important;
}
.shub-partner-card__rating {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.3rem 0.4rem;
  margin: 0;
}
.shub-partner-card__stars {
  color: var(--partner-accent);
  font-size: 0.9rem;
  letter-spacing: 0.04em;
  line-height: 1;
}
.shub-partner-card__reviews {
  font-size: 0.84rem;
  color: var(--partner-muted);
  font-weight: 500;
  line-height: 1.2;
}
.shub-partner-card--slider .shub-partner-card__loc {
  margin: 0;
  width: 100%;
  max-width: 13.25rem;
  font-size: 0.84rem;
  line-height: 1.55;
  color: var(--partner-muted);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.shub-partner-card--slider .shub-partner-card__actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  width: 100%;
  margin-top: auto;
  padding-top: 0.85rem;
  border-top: 1px solid var(--partner-divider);
}
.shub-partner-card__action {
  width: 2.15rem;
  height: 2.15rem;
  border-radius: 50%;
  display: inline-grid;
  place-items: center;
  background: var(--partner-action-bg);
  color: var(--partner-action-fg) !important;
  text-decoration: none !important;
  font-size: 0.84rem;
  transition:
    background var(--shub-duration) var(--shub-ease),
    color var(--shub-duration) var(--shub-ease),
    transform var(--shub-duration) var(--shub-ease);
}
.shub-partner-card__action:hover {
  background: var(--partner-accent);
  color: #FFFFFF !important;
  transform: translateY(-1px);
}

/* Legacy partner card (list layout) */
.shub-partner-card:not(.shub-partner-card--slider) {
  display: grid; gap: 1.1rem; align-items: center; padding: 1.5rem;
  background: var(--shub-surface); border: 1px solid var(--shub-border); border-radius: var(--shub-radius);
  transition: transform var(--shub-duration) var(--shub-ease), box-shadow var(--shub-duration) var(--shub-ease), border-color var(--shub-duration) var(--shub-ease);
  min-height: 176px;
}
@media (min-width: 480px) {
  .shub-partner-card:not(.shub-partner-card--slider) {
    grid-template-columns: 108px 1fr;
    grid-template-areas: "avatar body" "avatar actions";
    padding: 1.6rem 1.75rem;
    align-items: start;
  }
}
.shub-partner-card:not(.shub-partner-card--slider):hover {
  transform: translateY(-4px);
  box-shadow: var(--shub-shadow-md);
  border-color: var(--shub-border-strong);
}
.shub-partner-card:not(.shub-partner-card--slider) .shub-partner-card__avatar {
  grid-area: avatar;
  width: 108px;
  height: 108px;
  border-radius: var(--shub-radius-sm);
  overflow: hidden;
  border: 1px solid var(--shub-border);
  background: var(--shub-surface-soft);
  position: relative;
}
.shub-partner-card:not(.shub-partner-card--slider) .shub-partner-card__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.shub-partner-card:not(.shub-partner-card--slider) .shub-partner-card__avatar::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  box-shadow: inset 0 0 0 1px rgba(197, 166, 106, 0.25);
}
.shub-partner-card:not(.shub-partner-card--slider) .shub-partner-card__body { grid-area: body; }
.shub-partner-card:not(.shub-partner-card--slider) h3 {
  margin: 0 0 0.3rem;
  font-size: 1.3rem;
  font-family: var(--shub-font-display);
  font-weight: 600;
  letter-spacing: -0.02em;
}
.shub-partner-card:not(.shub-partner-card--slider) h3 a { color: var(--shub-ink) !important; }
.shub-partner-card:not(.shub-partner-card--slider) h3 a:hover { color: var(--shub-emerald) !important; }
.shub-partner-card__tags { display: flex; flex-wrap: wrap; gap: 0.4rem; margin-top: 0.6rem; }
.shub-partner-card__tag {
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--shub-cognac);
  background: var(--shub-cognac-soft);
  padding: 0.25rem 0.6rem;
  border-radius: 7px;
}
.shub-partner-card:not(.shub-partner-card--slider) .shub-partner-card__actions {
  grid-area: actions;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  align-items: center;
  margin-top: 0.9rem;
}
@media (max-width: 479px) {
  .shub-partner-card:not(.shub-partner-card--slider) { text-align: center; }
  .shub-partner-card:not(.shub-partner-card--slider) .shub-partner-card__avatar { margin-inline: auto; }
  .shub-partner-card:not(.shub-partner-card--slider) .shub-partner-card__actions,
  .shub-partner-card:not(.shub-partner-card--slider) .shub-partner-card__tags { justify-content: center; }
}

/* ========== PROCESS / HOW IT WORKS ========== */
.shub-process-split { display: grid; gap: clamp(2.5rem, 4vw, 4rem); align-items: center; }
@media (min-width: 992px) { .shub-process-split { grid-template-columns: 0.9fr 1.1fr; } }
.shub-process-visual {
  position: relative; border-radius: var(--shub-radius-lg); overflow: hidden; min-height: 340px;
  border: 1px solid rgba(245, 241, 232, 0.1);
  background: url("../img/atelier/svg/sole-tread.svg") center / 150px 150px, linear-gradient(160deg, #14181A, #0B0D0E);
}
.shub-process-visual__inner { position: absolute; inset: 0; display: flex; flex-direction: column; justify-content: flex-end; padding: 2rem; }
.shub-process-visual .shub-shoe { position: absolute; top: 12%; left: 8%; right: 8%; color: rgba(197, 166, 106, 0.6); }
.shub-process-visual .shub-shoe svg { width: 100%; height: auto; }
.shub-process-visual h3 { position: relative; font-family: var(--shub-font-display); font-size: 1.65rem; font-weight: 600; color: #FBF8F1; margin: 0 0 0.5rem; }
.shub-process-visual p { position: relative; color: #C9C4B8; margin: 0; max-width: 24rem; }
.shub-process { display: grid; gap: 0; }
.shub-process__step { position: relative; padding: 1.75rem 0 1.75rem 5.5rem; border-bottom: 1px solid rgba(245, 241, 232, 0.12); }
.shub-process__step:last-child { border-bottom: 0; }
.shub-process__step::before {
  content: attr(data-step); position: absolute; left: 0; top: 1.5rem;
  font-family: var(--shub-font-display); font-weight: 600; font-size: 3rem; line-height: 1;
  color: transparent; -webkit-text-stroke: 1px rgba(197, 166, 106, 0.55); text-stroke: 1px rgba(197, 166, 106, 0.55);
}
.shub-process__step::after {
  content: ""; position: absolute; left: 1.55rem; top: 4.6rem; bottom: -0.2rem; width: 1px;
  background: linear-gradient(180deg, rgba(197, 166, 106, 0.5), transparent);
}
.shub-process__step:last-child::after { display: none; }
.shub-process__icon { position: absolute; left: 0; top: 1.4rem; display: none; }
.shub-process__step h3 { margin: 0 0 0.5rem; font-size: 1.35rem; color: #FBF8F1; font-family: var(--shub-font-display); font-weight: 600; }
.shub-process__step p { margin: 0; color: #C9C4B8; max-width: 34rem; }

/* ========== WHY (editorial split) ========== */
.shub-why { display: grid; gap: clamp(2rem, 4vw, 3.5rem); align-items: stretch; }
@media (min-width: 992px) { .shub-why { grid-template-columns: 1fr 1fr; } .shub-why--reverse .shub-why__visual { order: 2; } }
.shub-why__visual {
  position: relative; border-radius: var(--shub-radius-lg); overflow: hidden;
  min-height: 420px; border: 1px solid var(--shub-border); background: var(--shub-surface-soft);
}
.shub-why__visual img { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; }
.shub-why__visual-tag {
  position: absolute; left: 1.5rem; bottom: 1.5rem; z-index: 2;
  display: inline-flex; align-items: center; gap: 0.55rem; padding: 0.6rem 1rem;
  border-radius: var(--shub-radius-pill); background: rgba(11, 13, 14, 0.8); backdrop-filter: blur(8px);
  color: #F5F1E8; font-size: 0.8125rem; font-weight: 600; border: 1px solid rgba(197, 166, 106, 0.35);
}
.shub-why__visual-tag i { color: var(--shub-champagne); }
.shub-why__panel {
  border-radius: var(--shub-radius-lg); padding: clamp(2rem, 3.5vw, 3.25rem);
  background:
    radial-gradient(ellipse 70% 60% at 100% 0%, rgba(155, 87, 51, 0.24), transparent 55%),
    linear-gradient(160deg, #14181A, #0B0D0E);
  color: #F5F1E8; border: 1px solid rgba(245, 241, 232, 0.08);
  display: flex; flex-direction: column; justify-content: center;
}
.shub-why__panel .shub-display { color: #FBF8F1; }
.shub-why__panel > .shub-lead { color: #C9C4B8; }
.shub-why__rows { margin: 1.75rem 0 0; display: flex; flex-direction: column; }
.shub-why__row { display: grid; grid-template-columns: 52px 1fr; gap: 1.1rem; align-items: start; padding: 1.25rem 0; }
.shub-why__row + .shub-why__row { border-top: 1px dashed rgba(197, 166, 106, 0.3); }
.shub-why__row .shub-why__ico { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 14px; background: rgba(197, 166, 106, 0.16); color: var(--shub-champagne); font-size: 1.35rem; }
.shub-why__row h3 { margin: 0 0 0.3rem; color: #FBF8F1; font-size: 1.15rem; font-family: var(--shub-font-body); font-weight: 700; letter-spacing: -0.01em; }
.shub-why__row p { margin: 0; color: #C9C4B8; font-size: var(--shub-fs-sm); }
.shub-why__panel .shub-btn { margin-top: 1.85rem; align-self: flex-start; }

/* Legacy why grid (used by other pages) */
.shub-why__grid { display: grid; gap: 1rem; grid-template-columns: 1fr; }
@media (min-width: 560px) { .shub-why__grid { grid-template-columns: 1fr 1fr; } }
.shub-why__item { padding: 1.25rem; border: 1px solid rgba(245, 241, 232, 0.1); border-radius: var(--shub-radius-sm); background: rgba(255, 255, 255, 0.03); }
.shub-why__item .shub-feature__icon { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 12px; background: rgba(197, 166, 106, 0.16); color: var(--shub-champagne); margin-bottom: 0.85rem; font-size: 1.25rem; }
.shub-why__item h3 { margin: 0 0 0.4rem; color: #fff; font-size: 1.05rem; }
.shub-why__item p { margin: 0; color: #C9C4B8; font-size: var(--shub-fs-sm); }

/* ========== SERVICE AREAS ========== */
.shub-areas { display: grid; gap: 1.5rem; }
@media (min-width: 992px) { .shub-areas { grid-template-columns: 0.95fr 1.05fr; align-items: stretch; } }
.shub-areas__panel {
  position: relative; overflow: hidden; padding: clamp(2rem, 3.5vw, 3rem);
  border-radius: var(--shub-radius-lg); color: #F5F1E8; border: 1px solid rgba(245, 241, 232, 0.08);
  background: radial-gradient(ellipse 80% 70% at 100% 0%, rgba(196, 154, 69, 0.18), transparent 55%), linear-gradient(160deg, #0B0D0E, #1A1510);
  display: flex; flex-direction: column; justify-content: center;
}
.shub-areas__map { position: absolute; inset: 0; opacity: 0.5; pointer-events: none; background: url("../img/atelier/svg/map-contour.svg") no-repeat center / cover; }
.shub-areas__panel > * { position: relative; z-index: 1; }
.shub-areas__panel .shub-display { color: #FBF8F1; margin-bottom: 0.85rem; }
.shub-areas__panel p { color: #C9C4B8; max-width: 30rem; }
.shub-areas__list { display: grid; gap: 0.85rem; grid-template-columns: 1fr 1fr; }
@media (min-width: 700px) { .shub-areas__list { grid-template-columns: repeat(3, 1fr); } }
.shub-area-item { padding: 1.35rem 1.3rem; border-radius: var(--shub-radius-sm); border: 1px solid var(--shub-border); background: var(--shub-surface); transition: border-color var(--shub-duration) var(--shub-ease), transform var(--shub-duration) var(--shub-ease); }
.shub-area-item:hover { border-color: var(--shub-emerald); transform: translateY(-3px); }
.shub-area-item h3 { margin: 0 0 0.3rem; font-size: 1.15rem; font-family: var(--shub-font-display); font-weight: 600; }
.shub-area-item p { margin: 0; color: var(--shub-cognac); font-size: var(--shub-fs-sm); font-weight: 600; }

/* ========== TESTIMONIALS ========== */
.shub-testimonials { display: grid; gap: 1.25rem; }
@media (min-width: 992px) { .shub-testimonials { grid-template-columns: 1.4fr 1fr; } }
.shub-quote-feature {
  position: relative; padding: clamp(2rem, 3.5vw, 3rem); border-radius: var(--shub-radius-lg);
  background: var(--shub-bg-pure); border: 1px solid var(--shub-border); min-height: 100%; overflow: hidden;
}
.shub-quote-feature::before {
  content: "\201C"; font-family: var(--shub-font-display); font-weight: 700;
  font-size: 9rem; line-height: 0.8; color: var(--shub-champagne); opacity: 0.35;
  position: absolute; top: 1rem; left: 1.5rem;
}
.shub-quote-feature__stars { color: var(--shub-champagne); font-size: 0.95rem; letter-spacing: 0.1em; margin-bottom: 1rem; position: relative; }
.shub-quote-feature h3 { position: relative; margin: 2.5rem 0 1rem; font-size: clamp(1.5rem, 2.2vw, 2rem); font-family: var(--shub-font-display); font-weight: 600; letter-spacing: -0.03em; line-height: 1.15; }
.shub-quote-feature p { position: relative; color: var(--shub-ink-soft); font-size: 1.1rem; line-height: 1.7; max-width: 38rem; }
.shub-quote-feature__meta { position: relative; margin-top: 1.75rem; padding-top: 1.25rem; border-top: 1px solid var(--shub-border); font-weight: 700; color: var(--shub-ink); }
.shub-quote-feature__meta span { display: block; font-weight: 500; color: var(--shub-cognac); font-size: var(--shub-fs-sm); margin-top: 0.15rem; }
.shub-quote-stack { display: grid; gap: 1.25rem; }
.shub-quote-mini { padding: 1.6rem; border-radius: var(--shub-radius); background: var(--shub-surface); border: 1px solid var(--shub-border); }
.shub-quote-mini__stars { color: var(--shub-champagne); font-size: 0.85rem; letter-spacing: 0.08em; margin-bottom: 0.75rem; }
.shub-quote-mini h3 { margin: 0 0 0.6rem; font-size: 1.15rem; font-family: var(--shub-font-display); font-weight: 600; letter-spacing: -0.02em; }
.shub-quote-mini p { margin: 0; color: var(--shub-ink-soft); font-size: var(--shub-fs-sm); line-height: 1.65; }
.shub-quote-mini__meta { margin-top: 1rem; font-size: var(--shub-fs-xs); color: var(--shub-muted); font-weight: 600; }

/* ========== FAQ SPLIT ========== */
.shub-faq-split { display: grid; gap: clamp(2rem, 4vw, 3.5rem); }
@media (min-width: 992px) { .shub-faq-split { grid-template-columns: 0.85fr 1.15fr; gap: 3.5rem; align-items: start; } }
.shub-stats-strip {
  display: grid; gap: 1px; grid-template-columns: repeat(2, 1fr);
  margin-top: 2.5rem; border-radius: var(--shub-radius); overflow: hidden;
  background: var(--shub-border); border: 1px solid var(--shub-border);
}
.shub-stats-strip > div { padding: 1.4rem 1.25rem; background: var(--shub-surface); }
.shub-stats-strip strong { display: block; font-family: var(--shub-font-display); font-weight: 600; font-size: clamp(1.7rem, 2.5vw, 2.25rem); color: var(--shub-cognac); letter-spacing: -0.03em; line-height: 1; margin-bottom: 0.35rem; }
.shub-stats-strip span { color: var(--shub-muted); font-size: var(--shub-fs-sm); }

/* ========== ACCORDION ========== */
.shub-accordion { display: flex; flex-direction: column; gap: 0.85rem; }
.shub-accordion__item { border: 1px solid var(--shub-border); border-radius: var(--shub-radius); background: var(--shub-surface); overflow: hidden; transition: border-color var(--shub-duration) var(--shub-ease); }
.shub-accordion__item:has(.shub-accordion__trigger[aria-expanded="true"]) { border-color: var(--shub-emerald); box-shadow: var(--shub-shadow-sm); }
.shub-accordion__trigger { width: 100%; text-align: left; background: transparent; border: 0; padding: 1.4rem 1.5rem; font: inherit; font-weight: 600; font-size: 1.125rem; color: var(--shub-ink); cursor: pointer; display: flex; justify-content: space-between; gap: 1rem; align-items: center; }
.shub-accordion__trigger span[aria-hidden] { width: 32px; height: 32px; display: grid; place-items: center; border-radius: 9px; background: var(--shub-emerald-soft); color: var(--shub-emerald); font-size: 1.25rem; transition: transform var(--shub-duration) var(--shub-ease), background var(--shub-duration) var(--shub-ease); flex-shrink: 0; }
.shub-accordion__trigger[aria-expanded="true"] span[aria-hidden] { transform: rotate(45deg); background: var(--shub-champagne); color: #1A1208; }
.shub-accordion__panel { padding: 0 1.5rem 1.4rem; color: var(--shub-ink-soft); display: none; line-height: 1.7; }
.shub-accordion__panel.is-open { display: block; }

/* ========== FORMS ========== */
.shub-form-group { margin-bottom: 1rem; }
.shub-label { display: block; margin-bottom: 0.45rem; font-weight: 600; font-size: var(--shub-fs-sm); }
.shub-input, .shub-select, .shub-textarea { width: 100%; min-height: 52px; padding: 0.75rem 1rem; border-radius: var(--shub-radius-sm); border: 1px solid var(--shub-border-strong); background: var(--shub-surface); color: var(--shub-ink); font: inherit; }
.shub-textarea { min-height: 140px; resize: vertical; }
.shub-input:focus, .shub-select:focus, .shub-textarea:focus { border-color: var(--shub-emerald); outline: none; box-shadow: 0 0 0 3px var(--shub-emerald-soft); }
.shub-error { color: var(--shub-danger); font-size: var(--shub-fs-xs); margin-top: 0.35rem; }
.shub-alert { padding: 1rem 1.15rem; border-radius: var(--shub-radius-sm); margin-bottom: 1rem; border: 1px solid var(--shub-border); }
.shub-alert--success { background: rgba(197, 166, 106, 0.12); color: var(--shub-cognac-dark); border-color: rgba(197, 166, 106, 0.35); }
.shub-alert--error { background: rgba(192, 73, 47, 0.1); color: var(--shub-danger); border-color: rgba(192, 73, 47, 0.25); }

/* ========== PAGE HERO / DETAIL / LEGAL (secondary pages) ========== */
.shub-page-hero {
  position: relative; overflow: hidden;
  padding: clamp(4.5rem, 8vw, 6.5rem) 0 clamp(2.75rem, 5vw, 4rem);
  color: #F5F1E8;
  background:
    radial-gradient(ellipse 50% 70% at 90% 0%, rgba(196, 154, 69, 0.18), transparent 55%),
    radial-gradient(ellipse 50% 70% at 5% 100%, rgba(155, 87, 51, 0.22), transparent 55%),
    linear-gradient(150deg, #0B0D0E, #14181A);
}
.shub-page-hero__glow {
  position: absolute; inset: 0; pointer-events: none;
  background:
    radial-gradient(ellipse 45% 55% at 78% 30%, rgba(212, 175, 90, 0.2), transparent 60%),
    radial-gradient(ellipse 30% 40% at 12% 80%, rgba(154, 87, 51, 0.14), transparent 60%);
}
.shub-page-hero__grain {
  position: absolute; inset: 0; opacity: 0.5; pointer-events: none;
  background: url("../img/atelier/svg/leather-grain.svg") 0 0 / 240px 240px;
  mix-blend-mode: overlay;
}
.shub-page-hero .shub-container {
  position: relative;
  z-index: 1;
  text-align: left;
}
.shub-page-hero .shub-display {
  color: #FBF8F1;
  max-width: 18ch;
  margin: 0;
  text-align: left;
}
.shub-page-hero .shub-display em {
  font-style: italic; font-weight: 500;
  color: var(--shub-champagne);
}
.shub-page-hero .shub-lead {
  color: #C9C4B8; max-width: 36rem; margin: 0.85rem 0 0;
  text-align: left;
}
.shub-page-hero .shub-eyebrow {
  color: var(--shub-champagne); margin-bottom: 0.85rem;
  justify-content: flex-start;
}
.shub-page-hero__actions {
  display: flex; flex-wrap: wrap; gap: 0.85rem;
  margin-top: 1.75rem;
  justify-content: flex-start;
}
.shub-breadcrumb {
  display: flex; flex-wrap: wrap; gap: 0.4rem; list-style: none;
  padding: 0; margin: 0 0 1.25rem; font-size: var(--shub-fs-sm);
  color: rgba(245, 241, 232, 0.65); position: relative;
  justify-content: flex-start;
}
.shub-breadcrumb a { color: rgba(245, 241, 232, 0.85) !important; }
.shub-breadcrumb a:hover { color: var(--shub-champagne) !important; }
.shub-breadcrumb li:not(:last-child)::after {
  content: "/"; margin-left: 0.4rem; color: rgba(245, 241, 232, 0.4);
}

.shub-detail { display: grid; gap: 1.75rem; padding: 2.5rem 0 4rem; }
@media (min-width: 992px) {
  .shub-detail { grid-template-columns: minmax(0, 1.45fr) minmax(300px, 0.7fr); align-items: start; }
  .shub-booking { position: sticky; top: 110px; }
}
.shub-gallery { display: grid; gap: 0.75rem; }
.shub-gallery__main {
  aspect-ratio: 16 / 11; border-radius: var(--shub-radius-lg); overflow: hidden;
  background: var(--shub-surface-soft); border: 1px solid var(--shub-border);
}
.shub-gallery__main img { width: 100%; height: 100%; object-fit: cover; }
.shub-gallery__thumbs { display: grid; grid-template-columns: repeat(auto-fill, minmax(72px, 1fr)); gap: 0.5rem; }
.shub-gallery__thumbs button {
  aspect-ratio: 1; border-radius: var(--shub-radius-sm); overflow: hidden;
  border: 1px solid var(--shub-border); padding: 0; cursor: pointer; background: var(--shub-surface-soft);
}
.shub-gallery__thumbs button:hover,
.shub-gallery__thumbs button:focus-visible { border-color: var(--shub-champagne); }
.shub-gallery__thumbs img { width: 100%; height: 100%; object-fit: cover; display: block; }

.shub-booking {
  background: var(--shub-surface); border: 1px solid var(--shub-border);
  border-radius: var(--shub-radius-lg); padding: 1.75rem; box-shadow: var(--shub-shadow-md);
}
.shub-booking--atelier {
  border-color: rgba(197, 166, 106, 0.35);
  box-shadow: var(--shub-shadow-md), 0 0 0 1px rgba(197, 166, 106, 0.08);
}
.shub-booking__price {
  font-family: var(--shub-font-display); font-size: 2.15rem; font-weight: 600;
  color: var(--shub-ink); margin: 0 0 1rem;
}

.shub-mobile-book {
  display: none; position: fixed; inset-inline: 0; bottom: 0; z-index: 800;
  padding: 0.75rem 1rem calc(0.75rem + env(safe-area-inset-bottom));
  background: var(--shub-header); backdrop-filter: blur(12px);
  border-top: 1px solid var(--shub-border); box-shadow: var(--shub-shadow-lg);
}
@media (max-width: 991px) {
  .shub-mobile-book { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
  body.shub-public:not(.shub-no-mobile-book) { padding-bottom: 76px; }
  body.shub-public.shub-no-mobile-book .shub-mobile-book { display: none; }
}

.shub-contact-grid { display: grid; gap: 1.5rem; align-items: stretch; }
@media (min-width: 960px) {
  .shub-contact-grid { grid-template-columns: 1fr 1fr; gap: 1.75rem; }
}
.shub-section--contact { padding-top: 0.5rem; }
.shub-section--tight { padding-block: clamp(2rem, 4vw, 3.25rem); }

.shub-contact-panel {
  background: var(--shub-surface); border: 1px solid var(--shub-border);
  border-radius: var(--shub-radius-lg); padding: 1.75rem;
}
.shub-contact-panel--form {
  padding: clamp(1.75rem, 3vw, 2.65rem);
  display: flex; flex-direction: column; justify-content: center;
  box-shadow: var(--shub-shadow-md);
}
body.shub-theme-dark .shub-contact-panel--form {
  background: linear-gradient(165deg, #161A1C 0%, #101315 100%);
  border-color: rgba(197, 166, 106, 0.22);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
}
body.shub-theme-dark .shub-contact-panel--form .shub-input,
body.shub-theme-dark .shub-contact-panel--form .shub-textarea {
  background: rgba(8, 10, 12, 0.55);
  border-color: rgba(197, 166, 106, 0.22);
  color: #F5F1E8;
}
body.shub-theme-dark .shub-contact-panel--form .shub-input::placeholder,
body.shub-theme-dark .shub-contact-panel--form .shub-textarea::placeholder {
  color: rgba(245, 241, 232, 0.4);
}
body.shub-theme-dark .shub-contact-panel--form .shub-label { color: rgba(245, 241, 232, 0.88); }
body.shub-theme-dark .shub-contact-panel--form .shub-muted { color: #9B9C93; }
body.shub-theme-dark .shub-contact-panel--form .shub-display { color: #FBF8F1; }

.shub-contact-stage {
  position: relative; overflow: hidden;
  border-radius: var(--shub-radius-lg);
  border: 1px solid rgba(197, 166, 106, 0.28);
  min-height: clamp(420px, 62vw, 640px);
  box-shadow: var(--shub-shadow-md);
}
.shub-contact-stage__media { position: absolute; inset: 0; }
.shub-contact-stage__media img {
  width: 100%; height: 100%; object-fit: cover; object-position: center 40%;
  display: block;
}
.shub-contact-stage__shade {
  position: absolute; inset: 0;
  background:
    linear-gradient(180deg, rgba(8, 10, 12, 0.15) 0%, rgba(8, 10, 12, 0.35) 42%, rgba(8, 10, 12, 0.88) 100%),
    linear-gradient(90deg, rgba(8, 10, 12, 0.45) 0%, transparent 55%);
}

.shub-contact-tiles {
  position: absolute; inset: auto 0 0 0; z-index: 1;
  list-style: none; margin: 0; padding: 1rem;
  display: grid; gap: 0.7rem;
  grid-template-columns: 1fr;
}
@media (min-width: 520px) {
  .shub-contact-tiles { grid-template-columns: 1fr 1fr; padding: 1.15rem; gap: 0.8rem; }
}
.shub-contact-tile {
  display: flex; gap: 0.8rem; align-items: flex-start;
  padding: 0.9rem 1rem;
  border-radius: 14px;
  background: rgba(12, 14, 16, 0.72);
  border: 1px solid rgba(197, 166, 106, 0.22);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  color: #F5F1E8;
}
.shub-contact-tile__ico {
  width: 38px; height: 38px; flex-shrink: 0; display: grid; place-items: center;
  border-radius: 11px; background: rgba(197, 166, 106, 0.16); color: #E8C97A;
  font-size: 0.9rem;
}
.shub-contact-tile h3 {
  margin: 0 0 0.2rem; font-size: 0.7rem; text-transform: uppercase;
  letter-spacing: 0.12em; color: #E8C97A; font-weight: 600;
}
.shub-contact-tile a, .shub-contact-tile p {
  margin: 0; color: #F5F1E8; font-weight: 500; line-height: 1.4; font-size: 0.9rem;
}
.shub-contact-tile p { color: rgba(245, 241, 232, 0.72); font-weight: 400; font-size: 0.8rem; margin-top: 0.15rem; }
.shub-contact-tile a:hover { color: #E8C97A; }

.shub-btn--block { width: 100%; }
.shub-contact-panel--form .shub-btn--gold { margin-top: 0.35rem; }

.shub-contact-mosaic {
  display: grid; gap: 0.85rem;
  grid-template-columns: 1fr;
}
@media (min-width: 700px) {
  .shub-contact-mosaic { grid-template-columns: repeat(3, 1fr); gap: 1rem; }
}
.shub-contact-mosaic__item {
  margin: 0; overflow: hidden; border-radius: var(--shub-radius);
  border: 1px solid rgba(197, 166, 106, 0.22);
  aspect-ratio: 4 / 3;
  box-shadow: var(--shub-shadow-sm);
}
.shub-contact-mosaic__item img {
  width: 100%; height: 100%; object-fit: cover; display: block;
  transition: transform 0.55s ease;
}
.shub-contact-mosaic__item:hover img { transform: scale(1.04); }

.shub-contact-trust {
  list-style: none; margin: 0; padding: 0;
  display: grid; gap: 1.25rem;
  grid-template-columns: 1fr;
}
@media (min-width: 640px) {
  .shub-contact-trust { grid-template-columns: 1fr 1fr; }
}
@media (min-width: 1000px) {
  .shub-contact-trust { grid-template-columns: repeat(4, 1fr); gap: 1.5rem; }
}
.shub-contact-trust__item {
  display: flex; gap: 0.9rem; align-items: flex-start;
}
.shub-contact-trust__ico {
  width: 44px; height: 44px; flex-shrink: 0; display: grid; place-items: center;
  border-radius: 12px; background: rgba(197, 166, 106, 0.14); color: var(--shub-champagne);
  font-size: 1.05rem;
}
.shub-contact-trust__item strong {
  display: block; font-size: 0.95rem; color: var(--shub-ink); margin-bottom: 0.15rem;
}
.shub-contact-trust__item span {
  display: block; font-size: var(--shub-fs-xs); color: var(--shub-muted);
}
body.shub-theme-dark .shub-contact-trust__item strong { color: #F5F1E8; }
body.shub-theme-dark .shub-contact-trust__item span { color: #9B9C93; }

/* legacy contact item helpers (footer / other pages may still reference) */
.shub-contact-aside {
  border-radius: var(--shub-radius-lg); overflow: hidden;
  border: 1px solid var(--shub-border); background: var(--shub-surface);
  display: flex; flex-direction: column;
}
.shub-contact-aside__media { aspect-ratio: 16 / 10; overflow: hidden; }
.shub-contact-aside__media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.shub-contact-aside__body { padding: 1.5rem 1.6rem 1.75rem; }
.shub-contact-item {
  display: flex; gap: 0.9rem; align-items: flex-start;
  margin-bottom: 1.25rem;
}
.shub-contact-item__ico {
  width: 42px; height: 42px; flex-shrink: 0; display: grid; place-items: center;
  border-radius: 12px; background: rgba(197, 166, 106, 0.14); color: var(--shub-cognac);
  font-size: 0.95rem;
}
.shub-contact-item h3 {
  margin: 0 0 0.25rem; font-size: 0.75rem; text-transform: uppercase;
  letter-spacing: 0.1em; color: var(--shub-champagne);
}
.shub-contact-item a, .shub-contact-item p {
  margin: 0; color: var(--shub-ink); font-weight: 500; line-height: 1.45;
}
.shub-contact-item a:hover { color: var(--shub-cognac); }

.shub-legal { display: grid; gap: 2rem; padding: 2.5rem 0 4rem; }
@media (min-width: 992px) { .shub-legal { grid-template-columns: 240px minmax(0, 1fr); } }
.shub-legal__toc {
  position: sticky; top: 110px; align-self: start; font-size: var(--shub-fs-sm);
  padding: 1.35rem 1.4rem; border-radius: var(--shub-radius);
  background: var(--shub-surface); border: 1px solid var(--shub-border);
}
.shub-legal__toc ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 0.45rem; }
.shub-legal__toc a { color: var(--shub-ink-soft) !important; }
.shub-legal__toc a:hover { color: var(--shub-cognac) !important; }
.shub-legal__content {
  background: var(--shub-surface); border: 1px solid var(--shub-border);
  border-radius: var(--shub-radius-lg); padding: clamp(1.5rem, 3vw, 2.75rem); max-width: 54rem;
}
.shub-legal__content h1, .shub-legal__content h2 {
  font-family: var(--shub-font-display); font-weight: 600; scroll-margin-top: 110px;
}
.shub-legal__content h2 { font-size: 1.4rem; margin-top: 2.25rem; }
.shub-legal__content p, .shub-legal__content li { color: var(--shub-ink-soft); }

.shub-vendor-hero {
  display: flex; flex-wrap: wrap; gap: 1.75rem; align-items: center;
  padding: 2rem; background: var(--shub-surface); border: 1px solid var(--shub-border);
  border-radius: var(--shub-radius-lg); margin-bottom: 2rem;
}
.shub-vendor-hero--atelier {
  border-color: rgba(197, 166, 106, 0.3);
  background:
    radial-gradient(ellipse 60% 80% at 100% 0%, rgba(197, 166, 106, 0.1), transparent 55%),
    var(--shub-surface);
}
.shub-vendor-hero__avatar {
  width: 120px; height: 120px; border-radius: 50%; overflow: hidden;
  border: 3px solid var(--shub-champagne); flex-shrink: 0;
}
.shub-vendor-hero__avatar img { width: 100%; height: 100%; object-fit: cover; }

.shub-feature {
  padding: 1.5rem; background: var(--shub-surface);
  border: 1px solid var(--shub-border); border-radius: var(--shub-radius);
}
.shub-feature__icon {
  width: 48px; height: 48px; display: grid; place-items: center; border-radius: 13px;
  background: var(--shub-emerald-soft); color: var(--shub-emerald); margin-bottom: 1rem; font-size: 1.3rem;
}
.shub-feature h3 { margin: 0 0 0.5rem; font-size: 1.15rem; font-family: var(--shub-font-display); font-weight: 600; }
.shub-feature p { margin: 0; color: var(--shub-ink-soft); font-size: var(--shub-fs-sm); }

.shub-grid--features { grid-template-columns: repeat(auto-fill, minmax(min(100%, 220px), 1fr)); }
.shub-grid--stats {
  grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 768px) { .shub-grid--stats { grid-template-columns: repeat(4, 1fr); } }
.shub-grid--stats-compact { gap: 0.75rem; }
.shub-grid--quotes {
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 280px), 1fr));
  margin-bottom: 1.5rem;
}

.shub-stat-tile {
  text-align: center; padding: 1.75rem 1.25rem;
  border-radius: var(--shub-radius); border: 1px solid rgba(245, 241, 232, 0.12);
  background: rgba(255, 255, 255, 0.03);
}
.shub-stat-tile .shub-display {
  display: block; font-size: clamp(1.75rem, 3vw, 2.35rem);
  color: var(--shub-champagne); margin: 0 0 0.35rem;
}
.shub-stat-tile span { color: #C9C4B8; font-size: var(--shub-fs-sm); }
.shub-stat-tile--compact {
  padding: 0.9rem 0.65rem; background: rgba(255, 255, 255, 0.04);
}
.shub-stat-tile--compact .shub-display { font-size: 1.25rem; }
.shub-faq-cta .shub-stat-tile { border-color: rgba(212, 175, 90, 0.2); }
.shub-faq-cta .shub-stat-tile span { color: rgba(245, 241, 232, 0.7); }

.shub-empty {
  text-align: center; padding: 3.5rem 1.5rem;
  border: 1px dashed var(--shub-border-strong); border-radius: var(--shub-radius-lg);
  color: var(--shub-muted);
}

/* About company — obsidian card panel (dark default) */
.shub-section--about-company {
  padding-top: clamp(3rem, 6vw, 5rem);
  padding-bottom: clamp(3.5rem, 7vw, 6rem);
  background:
    radial-gradient(ellipse 55% 45% at 18% 0%, rgba(197, 166, 106, 0.08), transparent 58%),
    linear-gradient(180deg, #090B0C 0%, #0E1011 100%);
}
.shub-about-card {
  position: relative;
  padding: clamp(1.35rem, 3vw, 1.75rem);
  border-radius: clamp(1.35rem, 2.5vw, 1.85rem);
  background:
    radial-gradient(ellipse 70% 55% at 0% 0%, rgba(197, 166, 106, 0.12), transparent 55%),
    radial-gradient(ellipse 50% 45% at 100% 100%, rgba(154, 87, 51, 0.08), transparent 58%),
    linear-gradient(165deg, #161D20 0%, #121617 52%, #0E1011 100%);
  border: 1px solid rgba(197, 166, 106, 0.18);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.04) inset,
    0 28px 70px rgba(0, 0, 0, 0.42);
}
.shub-about-card__grid {
  display: grid;
  gap: clamp(2rem, 4vw, 3.5rem);
  align-items: center;
}
@media (min-width: 992px) {
  .shub-about-card__grid {
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
    gap: clamp(2.5rem, 4.5vw, 4rem);
  }
}
.shub-about-card__visual {
  position: relative;
  margin: 0;
}
.shub-about-card__photo {
  position: relative;
  overflow: hidden;
  border-radius: clamp(1rem, 1.8vw, 1.35rem);
  border: 1px solid rgba(197, 166, 106, 0.22);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.45);
  aspect-ratio: 4 / 5;
  max-height: 560px;
}
.shub-about-card__photo::after {
  content: "";
  position: absolute;
  inset: 0.65rem;
  border: 1px solid rgba(212, 175, 90, 0.38);
  border-radius: calc(clamp(1rem, 1.8vw, 1.35rem) - 0.45rem);
  pointer-events: none;
  z-index: 1;
}
.shub-about-card__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.shub-about-card__est {
  position: absolute;
  top: clamp(0.85rem, 2vw, 1.15rem);
  left: clamp(0.85rem, 2vw, 1.15rem);
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.35rem 0.55rem 0.35rem 0.35rem;
  border-radius: var(--shub-radius-pill);
  background: rgba(14, 16, 17, 0.92);
  border: 1px solid rgba(197, 166, 106, 0.35);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(10px);
}
.shub-about-card__est-mark {
  display: inline-grid;
  place-items: center;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: linear-gradient(145deg, #E8C97A, #B8863A);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.35);
}
.shub-about-card__est-mark img {
  width: 1.15rem;
  height: 1.15rem;
  display: block;
  object-fit: contain;
}
.shub-about-card__est-year {
  font-family: var(--shub-font-brand);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #E8C97A;
}
.shub-about-card__badge {
  position: absolute;
  left: clamp(0.85rem, 2vw, 1.15rem);
  bottom: clamp(0.85rem, 2vw, 1.15rem);
  z-index: 2;
  width: min(7.5rem, 34%);
  padding: 0.85rem 0.75rem 0.8rem;
  border-radius: 1rem;
  text-align: center;
  background: rgba(8, 8, 8, 0.92);
  border: 1px solid rgba(212, 175, 90, 0.35);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(10px);
  color: #F5F1E8;
}
.shub-about-card__badge-ico {
  display: block;
  margin: 0 auto 0.35rem;
  font-size: 0.72rem;
  color: #E8C97A;
}
.shub-about-card__badge-num {
  display: block;
  font-family: var(--shub-font-display);
  font-size: clamp(1.55rem, 2.5vw, 1.85rem);
  line-height: 1;
  font-weight: 600;
  color: #E8C97A;
}
.shub-about-card__badge-years {
  display: block;
  margin-top: 0.15rem;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #E8C97A;
}
.shub-about-card__badge-copy {
  display: block;
  margin-top: 0.45rem;
  font-size: 0.68rem;
  line-height: 1.35;
  color: rgba(245, 241, 232, 0.72);
}
.shub-about-card__copy {
  padding: clamp(0.25rem, 1vw, 0.75rem) 0;
}
.shub-about-card__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #E8C97A;
}
.shub-about-card__eyebrow::before {
  content: "";
  width: 2rem;
  height: 1px;
  background: linear-gradient(90deg, #E8C97A, rgba(232, 201, 122, 0.25));
}
.shub-about-card__title {
  margin: 0 0 1.15rem;
  color: #FBF8F1;
  max-width: 18ch;
}
.shub-about-card__title em {
  font-style: italic;
  font-weight: 500;
  color: #E8C97A;
}
.shub-about-card__rule {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  max-width: 34rem;
  margin-bottom: 1.35rem;
  color: rgba(232, 201, 122, 0.75);
}
.shub-about-card__rule::before,
.shub-about-card__rule::after {
  content: "";
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, rgba(212, 175, 90, 0.55), rgba(212, 175, 90, 0.08));
}
.shub-about-card__rule::after {
  background: linear-gradient(90deg, rgba(212, 175, 90, 0.08), rgba(212, 175, 90, 0.55));
}
.shub-about-card__rule span {
  font-size: 0.68rem;
  line-height: 1;
  color: #E8C97A;
}
.shub-about-card__body {
  margin: 0 0 1.5rem;
  max-width: 38rem;
  color: rgba(245, 241, 232, 0.72);
  font-size: var(--shub-fs-lead);
  line-height: 1.75;
}
.shub-about-card__features {
  list-style: none;
  margin: 0;
  padding: 0;
  max-width: 34rem;
  border-top: 1px solid rgba(245, 241, 232, 0.1);
}
.shub-about-card__features li {
  display: flex;
  align-items: center;
  gap: 0.95rem;
  padding: 0.95rem 0;
  border-bottom: 1px solid rgba(245, 241, 232, 0.08);
  color: #F5F1E8;
  font-weight: 600;
  font-size: 0.98rem;
}
.shub-about-card__feat-ico {
  flex-shrink: 0;
  width: 2.35rem;
  height: 2.35rem;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  border: 1px solid rgba(197, 166, 106, 0.45);
  color: #E8C97A;
  font-size: 0.82rem;
  background: rgba(197, 166, 106, 0.08);
}
@media (max-width: 991px) {
  .shub-about-card__title { max-width: none; }
  .shub-about-card__photo { max-height: 420px; }
}
@media (max-width: 575px) {
  .shub-about-card { padding: 1rem; border-radius: 1.15rem; }
  .shub-about-card__badge { width: min(6.75rem, 38%); padding: 0.7rem 0.55rem; }
  .shub-about-card__features li { font-size: 0.92rem; gap: 0.8rem; }
}

.shub-check-list {
  list-style: none; padding: 0; margin: 1.5rem 0 0;
  display: grid; gap: 0.75rem;
}
.shub-check-list li {
  display: flex; gap: 0.7rem; align-items: flex-start;
  color: var(--shub-ink-soft); font-weight: 500;
}
.shub-check-list i { color: var(--shub-cognac); margin-top: 0.2rem; flex-shrink: 0; }

.FAKESECRET_g2h3i4j5k6l7m8n9o0p1 {
  grid-template-columns: 1fr;
}
@media (min-width: 700px) {
  .FAKESECRET_g2h3i4j5k6l7m8n9o0p1 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1100px) {
  .FAKESECRET_g2h3i4j5k6l7m8n9o0p1 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

/* ========== FINAL CTA ========== */
.shub-cta-band {
  position: relative; overflow: hidden; border-radius: var(--shub-radius-lg);
  display: grid; align-items: stretch; min-height: 420px;
  border: 1px solid rgba(245, 241, 232, 0.08);
}
@media (min-width: 900px) { .shub-cta-band { grid-template-columns: 1.05fr 0.95fr; } }
.shub-cta-band__content {
  padding: clamp(2.5rem, 5vw, 4.5rem); color: #F5F1E8;
  background:
    radial-gradient(ellipse 60% 80% at 0% 100%, rgba(155, 87, 51, 0.26), transparent 55%),
    linear-gradient(150deg, #0B0D0E, #14181A);
  display: flex; flex-direction: column; justify-content: center;
}
.shub-cta-band__content .shub-eyebrow { color: var(--shub-champagne); }
.shub-cta-band__content .shub-display { color: #FBF8F1; margin-bottom: 1rem; }
.shub-cta-band__content p { color: rgba(245, 241, 232, 0.82); max-width: 34rem; margin: 0 0 1.75rem; font-size: var(--shub-fs-lead); line-height: 1.7; }
.shub-cta-band__stitch { width: 180px; height: 8px; margin-bottom: 1.5rem; background: url("../img/atelier/svg/stitch-line.svg") left center / auto 8px repeat-x; }
.shub-cta-band__actions { display: flex; flex-wrap: wrap; gap: 0.85rem; }
.shub-cta-band__visual { position: relative; overflow: hidden; min-height: 320px; background: radial-gradient(ellipse 70% 60% at 50% 40%, rgba(196, 154, 69, 0.16), transparent 60%), linear-gradient(160deg, #14181A, #0B0D0E); }
.shub-cta-band__visual img { width: 100%; height: 100%; object-fit: cover; object-position: center; position: absolute; inset: 0; }
.shub-cta-band__visual--contain img { object-fit: contain; padding: clamp(1.5rem, 3vw, 3rem); filter: drop-shadow(0 30px 50px rgba(0,0,0,0.6)); }
.shub-cta-band__visual::before { content: ""; position: absolute; inset: 0; z-index: 1; background: url("../img/atelier/svg/shine-rings.svg") no-repeat center / 120% auto; opacity: 0.4; }

/* ========== FOOTER ========== */
.shub-footer {
  --shub-footer-line: rgba(197, 166, 106, 0.18);
  --shub-footer-line-strong: rgba(197, 166, 106, 0.42);
  background:
    radial-gradient(ellipse 70% 45% at 50% -8%, rgba(197, 166, 106, 0.14), transparent 55%),
    linear-gradient(180deg, #0E1112 0%, #080A0B 48%, #050607 100%);
  color: var(--shub-footer-text);
  padding: clamp(3.75rem, 7vw, 5.75rem) 0 0;
  position: relative;
  overflow: hidden;
}
.shub-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.28;
  pointer-events: none;
  background: url("../img/atelier/svg/leather-grain.svg") 0 0 / 240px 240px;
  mix-blend-mode: overlay;
}
.shub-footer__flare {
  position: absolute;
  left: 10%;
  right: 10%;
  top: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(232, 201, 122, 0.55), transparent);
  pointer-events: none;
  z-index: 1;
}
.shub-footer .shub-container { position: relative; z-index: 1; }
.shub-footer a { color: var(--shub-footer-text) !important; text-decoration: none !important; }
.shub-footer a:hover { color: var(--shub-champagne) !important; }

.shub-footer__grid {
  display: grid;
  gap: 2.5rem 1.75rem;
  grid-template-columns: 1fr;
  padding-bottom: clamp(2.5rem, 5vw, 3.75rem);
}
@media (min-width: 640px) {
  .shub-footer__grid { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 992px) {
  .shub-footer__grid {
    grid-template-columns: 1.35fr 1fr 0.85fr 1.15fr 1.05fr;
    gap: 0;
    align-items: start;
  }
  .shub-footer__brand,
  .shub-footer__col {
    padding-right: clamp(1.25rem, 2vw, 2rem);
    margin-right: clamp(1rem, 1.5vw, 1.5rem);
    border-right: 1px solid var(--shub-footer-line);
  }
  .shub-footer__col--support { border-right: none; margin-right: 0; }
  .shub-footer__cta { margin-left: 0.35rem; }
}

.shub-footer__logo {
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
  margin-bottom: 1.15rem;
  color: #fff !important;
}
.shub-footer__logo:hover { color: #fff !important; }
.shub-footer__mark {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--shub-champagne);
  background: transparent;
  border: none;
  box-shadow: none;
  flex-shrink: 0;
}
.shub-footer__mark img {
  width: 52px;
  height: 52px;
  object-fit: contain;
}
.shub-footer__wordmark { display: flex; flex-direction: column; gap: 0.28rem; min-width: 0; }
.shub-footer__name {
  font-family: var(--shub-font-brand);
  font-weight: 700;
  font-size: clamp(1.85rem, 2.4vw, 2.25rem);
  letter-spacing: -0.04em;
  line-height: 1;
  color: #fff;
  font-optical-sizing: auto;
  font-variation-settings: "opsz" 96;
}
.shub-footer__tagline {
  font-family: var(--shub-font-body);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--shub-champagne);
  line-height: 1.3;
}
.shub-footer__brand p {
  color: rgba(241, 236, 226, 0.78);
  font-size: var(--shub-fs-sm);
  max-width: 22rem;
  margin: 0 0 1.25rem;
  line-height: 1.7;
}
.shub-footer__social {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}
.shub-footer__social-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--shub-champagne) !important;
  border: 1px solid rgba(197, 166, 106, 0.45);
  background: rgba(197, 166, 106, 0.06);
  font-size: 0.95rem;
  transition: border-color var(--shub-duration) var(--shub-ease), background var(--shub-duration) var(--shub-ease),
    color var(--shub-duration) var(--shub-ease), transform var(--shub-duration) var(--shub-ease);
}
a.shub-footer__social-btn:hover {
  color: #0B0D0E !important;
  background: var(--shub-champagne);
  border-color: var(--shub-champagne);
  transform: translateY(-2px);
}
.shub-footer__social--static .shub-footer__social-btn { cursor: default; }

.shub-footer__heading {
  font-family: var(--shub-font-body);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin: 0 0 1.35rem;
  color: var(--shub-champagne);
  position: relative;
  padding-top: 0.85rem;
}
.shub-footer__heading::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1.75rem;
  height: 2px;
  background: linear-gradient(90deg, var(--shub-champagne), rgba(197, 166, 106, 0.15));
  border-radius: 2px;
}

.shub-footer__services,
.shub-footer__links,
.shub-footer__contact,
.shub-footer__legal {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
}

.shub-footer__services li + li { border-top: 1px solid rgba(255, 255, 255, 0.06); }
.shub-footer__services a {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.72rem 0;
  font-size: 0.95rem;
  color: rgba(241, 236, 226, 0.88) !important;
  transition: color var(--shub-duration) var(--shub-ease), transform var(--shub-duration) var(--shub-ease);
}
.shub-footer__services a:hover {
  color: #fff !important;
  transform: translateX(2px);
}
.shub-footer__svc-ico {
  width: 1.35rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--shub-champagne);
  font-size: 1.1rem;
  flex-shrink: 0;
}

.shub-footer__links { gap: 0.85rem; }
.shub-footer__links a {
  font-size: 0.98rem;
  color: rgba(241, 236, 226, 0.82) !important;
  transition: color var(--shub-duration) var(--shub-ease), padding-left var(--shub-duration) var(--shub-ease);
}
.shub-footer__links a:hover {
  color: #fff !important;
  padding-left: 0.2rem;
}

.shub-footer__contact { gap: 0.95rem; margin-bottom: 1.35rem; }
.shub-footer__contact a,
.shub-footer__hours {
  display: flex;
  align-items: flex-start;
  gap: 0.7rem;
  font-size: 0.95rem;
  color: rgba(241, 236, 226, 0.88) !important;
  line-height: 1.45;
}
.shub-footer__contact a:hover { color: var(--shub-champagne) !important; }
.shub-footer__contact-ico {
  color: var(--shub-champagne);
  font-size: 1.05rem;
  margin-top: 0.1rem;
  flex-shrink: 0;
}

.shub-footer__legal {
  gap: 0.65rem;
  padding-top: 1.15rem;
  border-top: 1px solid var(--shub-footer-line);
}
.shub-footer__legal a {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.92rem;
  color: rgba(241, 236, 226, 0.78) !important;
}
.shub-footer__legal a i {
  color: var(--shub-champagne);
  font-size: 0.95rem;
  transition: transform var(--shub-duration) var(--shub-ease);
}
.shub-footer__legal a:hover { color: #fff !important; }
.shub-footer__legal a:hover i { transform: translateX(3px); }

.shub-footer__cta {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.85rem;
  padding: 1.55rem 1.4rem 1.45rem;
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(197, 166, 106, 0.12) 0%, transparent 28%),
    linear-gradient(160deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.015));
  border: 1px solid rgba(197, 166, 106, 0.32);
  box-shadow:
    inset 0 1px 0 rgba(232, 201, 122, 0.22),
    0 18px 48px rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(10px);
  overflow: hidden;
}
.shub-footer__cta::before {
  content: "";
  position: absolute;
  left: 12%;
  right: 12%;
  top: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(243, 229, 171, 0.75), transparent);
  pointer-events: none;
}
.shub-footer__cta-ico {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--shub-champagne);
  font-size: 1.35rem;
  border: 1px solid rgba(197, 166, 106, 0.45);
  background: rgba(197, 166, 106, 0.1);
  box-shadow: 0 0 24px rgba(197, 166, 106, 0.12);
}
.shub-footer__cta h3 {
  margin: 0;
  font-family: var(--shub-font-display);
  font-weight: 600;
  font-size: clamp(1.35rem, 1.8vw, 1.55rem);
  letter-spacing: -0.02em;
  line-height: 1.2;
  color: #FBF8F1;
  padding: 0;
  text-transform: none;
}
.shub-footer__cta h3::before { display: none; }
.shub-footer__cta p {
  margin: 0;
  color: rgba(241, 236, 226, 0.62);
  font-size: 0.875rem;
  line-height: 1.6;
  max-width: 16.5rem;
}
.shub-footer__cta-btn {
  margin-top: 0.35rem;
  width: 100%;
  justify-content: space-between;
}

.shub-footer__bottom {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1.5rem;
  justify-content: space-between;
  align-items: center;
  padding: 1.15rem 0 1.35rem;
  border-top: 1px solid transparent;
  border-image: linear-gradient(90deg, transparent, rgba(197, 166, 106, 0.35), transparent) 1;
  font-size: var(--shub-fs-xs);
  color: var(--shub-footer-muted);
}
.shub-footer__copy {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  margin: 0;
  max-width: 28rem;
  line-height: 1.45;
}
.shub-footer__copy-ico {
  color: var(--shub-champagne);
  font-size: 1rem;
  flex-shrink: 0;
}
.shub-footer__meta {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem 0;
  justify-content: center;
}
.shub-footer__meta a {
  color: rgba(241, 236, 226, 0.62) !important;
  font-size: var(--shub-fs-xs);
  padding: 0 0.65rem;
  position: relative;
}
.shub-footer__meta a:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 0.75em;
  background: rgba(241, 236, 226, 0.28);
}
.shub-footer__meta a:first-child { padding-left: 0; }
.shub-footer__meta a:hover { color: var(--shub-champagne) !important; }

.shub-footer__lang {
  position: relative;
  margin-left: auto;
}
.shub-footer__lang summary {
  list-style: none;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.45rem 0.85rem;
  border-radius: var(--shub-radius-pill);
  border: 1px solid rgba(197, 166, 106, 0.4);
  color: var(--shub-champagne);
  cursor: pointer;
  font-size: var(--shub-fs-xs);
  font-weight: 500;
  background: rgba(197, 166, 106, 0.06);
  transition: border-color var(--shub-duration) var(--shub-ease), background var(--shub-duration) var(--shub-ease);
}
.shub-footer__lang summary::-webkit-details-marker { display: none; }
.shub-footer__lang summary:hover,
.shub-footer__lang[open] summary {
  border-color: rgba(197, 166, 106, 0.7);
  background: rgba(197, 166, 106, 0.12);
}
.shub-footer__lang-menu {
  position: absolute;
  right: 0;
  bottom: calc(100% + 0.45rem);
  min-width: 9.5rem;
  padding: 0.4rem;
  border-radius: 12px;
  background: #121617;
  border: 1px solid rgba(197, 166, 106, 0.28);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.45);
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  z-index: 5;
}
.shub-footer__lang-menu a {
  padding: 0.5rem 0.7rem;
  border-radius: 8px;
  color: rgba(241, 236, 226, 0.82) !important;
  font-size: var(--shub-fs-xs);
}
.shub-footer__lang-menu a:hover,
.shub-footer__lang-menu a[aria-current="true"] {
  background: rgba(197, 166, 106, 0.12);
  color: var(--shub-champagne) !important;
}

@media (max-width: 991px) {
  .shub-footer__bottom { justify-content: flex-start; }
  .shub-footer__lang { margin-left: 0; }
  .shub-footer__meta { width: 100%; justify-content: flex-start; }
  .shub-footer__meta a:first-child { padding-left: 0; }
}
@media (max-width: 639px) {
  .shub-footer__cta { max-width: none; }
}

.shub-lang { display: flex; gap: 0.5rem; flex-wrap: wrap; }
.shub-lang a { padding: 0.45rem 0.8rem; border-radius: 8px; border: 1px solid rgba(245, 241, 232, 0.16); font-size: var(--shub-fs-xs); }
.shub-lang a:hover { border-color: var(--shub-champagne); }
.shub-app-row { display: flex; gap: 0.7rem; flex-wrap: wrap; }
.shub-app-row img { height: 46px; }

/* ========== MODALS ========== */
.shub-public .modal-content { background: var(--shub-surface); color: var(--shub-ink); border: 1px solid var(--shub-border); border-radius: var(--shub-radius-lg); }
.shub-public .modal-header, .shub-public .modal-footer { border-color: var(--shub-border); }
.shub-app-choice { display: grid; gap: 1rem; }
@media (min-width: 700px) { .shub-app-choice { grid-template-columns: 1fr 1fr; } }
.shub-app-choice__card { padding: 1.5rem; border: 1px solid var(--shub-border); border-radius: var(--shub-radius); text-align: center; background: var(--shub-bg); }
.shub-app-choice__card img { height: 64px; margin-bottom: 0.75rem; }

/* ========== REVEAL ========== */
.shub-reveal { opacity: 0; transform: translateY(18px); transition: opacity 640ms var(--shub-ease), transform 640ms var(--shub-ease); }
.shub-reveal.is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .shub-reveal { opacity: 1; transform: none; transition: none; }
  .shub-card:hover, .shub-btn:active, .shub-card:hover .shub-service-card__media img, .shub-cat-tile:hover, .shub-partner-card:hover, .shub-area-item:hover { transform: none; }
}

body.shub-public .main-wrapper { background: transparent; }
body.shub-public img { max-width: 100%; height: auto; }

/* ========== RESPONSIVE ========== */
@media (max-width: 991px) {
  .shub-hero { min-height: auto; }
  .shub-glass--checklist { right: 0; top: 6%; }
  .shub-glass--trust { width: 120px; height: 120px; left: 0; }
  .shub-hero__stats { border-radius: 24px; }
  .shub-book-bar { border-radius: 20px; flex-direction: column; align-items: stretch; }
  .shub-book-bar .shub-btn { width: 100%; }
  .shub-journey__cta .shub-btn { width: 100%; }
  .shub-beyond { grid-template-columns: 1fr; }
  .shub-faq-mock { grid-template-columns: 1fr; }
  .shub-testi-luxe { grid-template-columns: 1fr; }
  .shub-testi-luxe__frame { min-height: 320px; }
  .shub-testi-luxe__frame img { min-height: 320px; }
}
@media (max-width: 575px) {
  .shub-hero { padding-top: 5.25rem; }
  .shub-hero__title { max-width: none; font-size: clamp(2.05rem, 9vw, 2.9rem); }
  .shub-hero__actions { flex-direction: column; align-items: stretch; }
  .shub-hero__actions .shub-btn { width: 100%; }
  .shub-hero__slab { width: 100%; }
  .shub-glass--checklist:not(.shub-glass--checklist-atelier),
  .shub-glass--doorstep,
  .shub-glass--featured { position: static; margin-top: 0.75rem; max-width: none; width: 100%; }
  .shub-hero__stage:not(.shub-hero__stage--atelier) { flex-direction: column; min-height: 0; }
  .shub-hero__features { grid-template-columns: 1fr 1fr; border-radius: 18px; }
  .shub-hero-search { margin-top: -1.75rem; }
  .shub-brand__name { font-size: 1.45rem; letter-spacing: -0.035em; -webkit-text-stroke: 0.25px currentColor; }
  .shub-brand img { width: 40px; height: 40px; }
  .shub-cta-band__visual { min-height: 240px; }
  .shub-easy-steps { grid-template-columns: 1fr; }
  .shub-cat-grid { grid-template-columns: 1fr 1fr; }
}

/* ========== MOCK HOMEPAGE ADDITIONS ========== */
.shub-section--cream { background: #F7F3EB; }
body.shub-theme-dark .shub-section--cream { background: var(--shub-surface-soft); }

.shub-eyebrow--dark { color: var(--shub-cognac); }
.shub-eyebrow--dark::before { background: var(--shub-champagne); }

.shub-hero--mock .shub-hero__title { max-width: 16ch; }
.shub-hero--mock .shub-hero__title em { display: inline; margin-top: 0; }
.shub-hero--mock .shub-hero__title em::after { left: 0; right: 0; bottom: -0.08em; }

/* Hero right stage — photo as background, dissolves into page */
.shub-hero__stage--atelier {
  position: relative;
  display: block;
  min-height: clamp(520px, 74vh, 780px);
  width: 100%;
  max-width: none;
  margin-inline: 0;
  padding: 0;
  isolation: isolate;
  border: none;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  overflow: visible;
}
.shub-hero__stage--atelier .shub-hero__aura {
  width: 78%;
  height: 78%;
  left: 68%;
  top: 48%;
  transform: translate(-50%, -50%);
  opacity: 0.45;
  filter: blur(40px);
  background: radial-gradient(circle, rgba(196, 154, 69, 0.34) 0%, transparent 70%);
}

/* Background photo plane — anchored right, dissolves into black */
.shub-hero__slab--atelier {
  position: absolute;
  inset: 0 0 0 8%;
  z-index: 1;
  margin: 0;
  border: none;
  border-radius: 0;
  box-shadow: none;
  overflow: visible;
  background: transparent;
}
.shub-hero__slab--atelier img { display: none; }

.shub-hero__slab-blur,
.shub-hero__slab-photo,
.shub-hero__slab-fade {
  position: absolute;
  inset: 0;
  display: block;
  background-image: var(--shub-hero-bg);
  background-repeat: no-repeat;
  background-size: 128% auto;
  background-position: 78% 46%;
  pointer-events: none;
}

/* Soft blurred bloom — edges melt into black */
.shub-hero__slab-blur {
  inset: -20% -10% -20% -18%;
  z-index: 0;
  filter: blur(72px) brightness(0.38) saturate(1.08);
  opacity: 1;
  transform: scale(1.14);
}

/* Crisp photo — mass sits on the right */
.shub-hero__slab-photo {
  z-index: 1;
  border-radius: 40% / 36%;
  -webkit-mask-image: radial-gradient(
    ellipse 78% 84% at 72% 48%,
    #000 0%,
    #000 34%,
    rgba(0,0,0,0.55) 62%,
    transparent 100%
  );
  mask-image: radial-gradient(
    ellipse 78% 84% at 72% 48%,
    #000 0%,
    #000 34%,
    rgba(0,0,0,0.55) 62%,
    transparent 100%
  );
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  box-shadow:
    inset 110px 0 80px 14px #000,
    inset -40px 0 50px 6px #000,
    inset 0 70px 60px 8px #000,
    inset 0 -70px 60px 10px #000;
}

/* Black wash — heavier dissolve on the left so mass reads as right-side */
.shub-hero__slab-fade {
  z-index: 2;
  background-image: none !important;
  background-color: transparent;
  background:
    linear-gradient(90deg, #000 0%, rgba(0,0,0,0.92) 22%, rgba(0,0,0,0.35) 48%, transparent 62%),
    linear-gradient(270deg, #000 0%, rgba(0,0,0,0.55) 10%, transparent 28%),
    linear-gradient(180deg, #000 0%, rgba(0,0,0,0.7) 16%, transparent 38%),
    linear-gradient(0deg, #000 0%, rgba(0,0,0,0.8) 18%, transparent 40%),
    radial-gradient(ellipse 68% 72% at 72% 48%, transparent 18%, rgba(0,0,0,0.4) 55%, #000 100%);
}

.shub-hero__stage--atelier::before {
  content: "";
  position: absolute;
  inset: -14% -8% -14% -12%;
  z-index: 0;
  pointer-events: none;
  background: radial-gradient(ellipse 48% 48% at 72% 45%, rgba(196, 154, 69, 0.12), transparent 70%);
}

.shub-hero__stage--atelier::after {
  content: none;
}

@media (max-width: 991px) {
  .shub-hero__stage--atelier {
    min-height: clamp(340px, 58vw, 480px);
  }
  .shub-hero__slab--atelier { inset: 0; }
  .shub-hero__slab-blur,
  .shub-hero__slab-photo {
    background-position: 58% 44%;
    background-size: 130% auto;
  }
  .shub-hero__slab-photo {
    -webkit-mask-image: radial-gradient(
      ellipse 88% 86% at 58% 48%,
      #000 0%, #000 34%, rgba(0,0,0,0.55) 62%, transparent 100%
    );
    mask-image: radial-gradient(
      ellipse 88% 86% at 58% 48%,
      #000 0%, #000 34%, rgba(0,0,0,0.55) 62%, transparent 100%
    );
  }
  .shub-glass--trust-circle { width: 128px; height: 128px; left: 2%; top: 2%; }
  .shub-glass--checklist-atelier { position: absolute; right: 0%; top: 4%; min-width: 168px; width: auto; }
  .shub-glass--doorstep-float { position: absolute; width: min(94%, 320px); bottom: 2%; right: 0%; }
}
@media (max-width: 575px) {
  .shub-hero__stage--atelier {
    min-height: 360px;
  }
  .shub-hero__slab-blur,
  .shub-hero__slab-photo {
    background-position: 50% 42%;
    background-size: 145% auto;
  }
  .shub-glass--trust-circle {
    width: 112px; height: 112px; top: 2%; left: 2%;
  }
  .shub-glass--trust-circle strong { font-size: 1.05rem; }
  .shub-glass__trust-kicker,
  .shub-glass__trust-sub { font-size: 0.5rem; }
  .shub-glass--checklist-atelier,
  .shub-glass--doorstep-float {
    position: absolute;
  }
  .shub-glass--checklist-atelier {
    top: auto; bottom: 26%; right: 2%; left: auto;
    min-width: 0; width: auto;
  }
  .shub-glass--doorstep-float {
    width: calc(100% - 1rem);
    left: 0.5rem; right: 0.5rem; bottom: 4%;
  }
}
/* Legacy floating glass (kept for other uses / future live overlays) */
.shub-glass--trust-circle {
  position: absolute;
  z-index: 4;
  top: 6%; left: 10%;
  width: 158px; height: 158px; border-radius: 50%;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  text-align: center; padding: 0.85rem 0.7rem 0.75rem; gap: 0.08rem;
  background: rgba(10, 9, 8, 0.72);
  border: 1px solid rgba(212, 175, 90, 0.42);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.35);
}
.shub-glass--checklist-atelier {
  position: absolute;
  z-index: 4;
  top: 8%; right: 2%;
  left: auto;
  width: auto;
  padding: 1.05rem 1.1rem;
  min-width: 190px;
  background: rgba(10, 9, 8, 0.72);
  border-color: rgba(212, 175, 90, 0.35);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.3);
}
.shub-glass--trust-circle .shub-glass__ring {
  inset: 8px;
  border: 1px dashed rgba(212, 175, 90, 0.5);
}
.shub-glass__trust-ico {
  position: relative; z-index: 1;
  font-size: 0.72rem; color: #E8C97A; margin-bottom: 0.12rem;
}
.shub-glass__trust-kicker {
  position: relative; z-index: 1;
  font-size: 0.58rem; letter-spacing: 0.14em; text-transform: uppercase;
  color: rgba(245, 241, 232, 0.7);
}
.shub-glass--trust-circle strong {
  position: relative; z-index: 1;
  font-family: var(--shub-font-display);
  font-size: 1.3rem; font-weight: 600; letter-spacing: 0.02em;
  line-height: 1.1; color: #FBF8F1;
}
.shub-glass__trust-sub {
  position: relative; z-index: 1;
  font-size: 0.58rem; letter-spacing: 0.12em; text-transform: uppercase;
  color: rgba(245, 241, 232, 0.72); margin-bottom: 0.12rem;
}
.shub-hero__avatars--sm {
  position: relative; z-index: 1;
  display: flex; align-items: center; margin-top: 0.3rem;
}
.shub-hero__avatars--sm span {
  width: 22px; height: 22px; border-radius: 50%; margin-left: -6px;
  border: 1.5px solid #0B0B0B;
  background: linear-gradient(135deg, #C5A059, #7A5230);
}
.shub-hero__avatars--sm span:first-child { margin-left: 0; }
.shub-hero__avatars--sm span:nth-child(2) { background: linear-gradient(135deg, #E8C97A, #9A5733); }
.shub-hero__avatars--sm span:nth-child(3) { background: linear-gradient(135deg, #B8863A, #3A2A18); }
.shub-hero__avatars--sm i {
  width: 22px; height: 22px; margin-left: 4px; border-radius: 50%;
  display: grid; place-items: center; font-size: 0.55rem;
  background: linear-gradient(135deg, #B8863A, #E8C97A); color: #1A1208;
}

.shub-glass--checklist-atelier .shub-glass__label,
.shub-glass--doorstep-bar .shub-glass__label {
  display: flex; align-items: center; gap: 0.55rem;
}
.shub-glass--checklist-atelier .shub-glass__label::before,
.shub-glass--doorstep-bar .shub-glass__label::before {
  content: ""; width: 18px; height: 1px; background: rgba(212, 175, 90, 0.7); flex-shrink: 0;
}
.shub-glass--checklist-atelier li { gap: 0.65rem; }
.shub-glass--checklist-atelier i {
  color: #E8C97A; font-size: 0.95rem;
}

.shub-glass--doorstep-bar {
  position: absolute;
  left: auto;
  right: 2%;
  bottom: 4%;
  width: min(100%, 360px);
  margin: 0;
  display: flex; align-items: center; justify-content: space-between; gap: 1rem;
  padding: 1rem 1.15rem;
  border-radius: 18px;
  background: rgba(10, 9, 8, 0.82);
  border: 1px solid rgba(212, 175, 90, 0.32);
  backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.35);
  z-index: 4;
}
.shub-glass--doorstep-float {
  right: 1%;
  bottom: 3%;
  width: min(88%, 340px);
}
.shub-glass--doorstep-bar .shub-glass__label { margin-bottom: 0.2rem; }
.shub-glass--doorstep-bar p {
  margin: 0; font-size: 0.88rem; line-height: 1.4;
  color: rgba(245, 241, 232, 0.9); max-width: 22rem;
}
.shub-glass--doorstep-bar .shub-glass__ico {
  width: 48px; height: 48px; font-size: 1rem;
  flex-shrink: 0;
}

.shub-glass--book-strip {
  position: relative;
  left: auto; right: auto; bottom: auto;
  width: calc(100% - 1.5rem);
  margin: 0.75rem auto 0;
  z-index: 4;
  display: flex; flex-wrap: wrap; align-items: center; gap: 0.85rem 1.25rem;
  padding: 0.9rem 1.1rem;
  border-radius: 18px;
  background: rgba(10, 9, 8, 0.82);
  border: 1px solid rgba(212, 175, 90, 0.28);
  backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.3);
}
.shub-glass__book-step {
  display: flex; align-items: center; gap: 0.65rem; flex: 1 1 120px;
  color: #F5F1E8;
}
.shub-glass__book-step > i {
  width: 36px; height: 36px; border-radius: 50%; display: grid; place-items: center; flex-shrink: 0;
  background: rgba(212, 175, 90, 0.12); color: #E8C97A;
  border: 1px solid rgba(212, 175, 90, 0.35); font-size: 0.85rem;
}
.shub-glass__book-step strong { display: block; font-size: 0.88rem; color: #FBF8F1; line-height: 1.2; }
.shub-glass__book-step span { display: block; font-size: 0.72rem; color: rgba(245, 241, 232, 0.62); }
.shub-glass--book-strip .shub-btn { margin-left: auto; }

.shub-hero__social-proof {
  display: inline-flex; align-items: center; gap: 0.85rem;
  margin-top: 1.85rem; padding: 0.65rem 1rem 0.65rem 0.65rem;
  border-radius: 999px; background: rgba(255,255,255,0.06);
  border: 1px solid rgba(212, 175, 90, 0.28);
}
.shub-hero__avatars { display: flex; }
.shub-hero__avatars span {
  width: 30px; height: 30px; border-radius: 50%; margin-left: -8px;
  border: 2px solid #0B0B0B;
  background: linear-gradient(135deg, #C5A059, #7A5230);
}
.shub-hero__avatars span:first-child { margin-left: 0; }
.shub-hero__avatars span:nth-child(2) { background: linear-gradient(135deg, #E8C97A, #9A5733); }
.shub-hero__avatars span:nth-child(3) { background: linear-gradient(135deg, #B8863A, #3A2A18); }
.shub-hero__avatars span:nth-child(4) { background: linear-gradient(135deg, #D4AF5A, #5C3D22); }
.shub-hero__social-proof strong { display: block; font-size: 0.88rem; color: #E8C97A; line-height: 1.2; }
.shub-hero__social-proof span { font-size: 0.75rem; color: rgba(245,241,232,0.7); }

.shub-hero__features {
  position: relative; z-index: 2; margin: 2.25rem 0 0; padding: 1rem 1.25rem;
  list-style: none; display: grid; grid-template-columns: repeat(2, 1fr); gap: 0.85rem 1.25rem;
  border-radius: 999px; background: rgba(16, 14, 12, 0.62);
  backdrop-filter: blur(14px); border: 1px solid rgba(212, 175, 90, 0.22);
}
@media (min-width: 900px) {
  .shub-hero__features { grid-template-columns: repeat(4, 1fr); padding: 1.1rem 1.75rem; }
}
.shub-hero__features li {
  display: inline-flex; align-items: center; gap: 0.6rem; justify-content: center;
  font-size: 0.88rem; font-weight: 500; color: rgba(245,241,232,0.88);
}

/* Legacy book-bar (kept for secondary pages) */
.shub-book-bar {
  position: relative; z-index: 5;
  margin: -1.75rem auto 0;
  width: min(100% - (var(--shub-pad) * 2), var(--shub-container));
  display: flex; flex-wrap: wrap; align-items: center; gap: 1.25rem 1.75rem;
  padding: 1.25rem 1.5rem;
  border-radius: 999px;
  background: #14110E;
  border: 1px solid rgba(212, 175, 90, 0.28);
  box-shadow: var(--shub-shadow-lg);
  color: #F5F1E8;
}
.shub-book-bar__step { display: flex; align-items: center; gap: 0.75rem; flex: 1 1 180px; }
.shub-book-bar__ico {
  width: 44px; height: 44px; border-radius: 50%; display: grid; place-items: center; flex-shrink: 0;
  background: rgba(212,175,90,0.12); color: #E8C97A; border: 1px solid rgba(212,175,90,0.35);
}
.shub-book-bar__step strong { display: block; font-size: 0.95rem; color: #FBF8F1; }
.shub-book-bar__step span { display: block; font-size: 0.78rem; color: rgba(245,241,232,0.62); }
.shub-book-bar .shub-btn { margin-left: auto; }

/* Single modern journey strip under hero */
.shub-journey {
  position: relative;
  z-index: 5;
  margin: -2.5rem auto 0;
  width: min(100% - (var(--shub-pad) * 2), var(--shub-container));
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.15rem;
  align-items: center;
  padding: 1.35rem 1.35rem 1.4rem;
  border-radius: 28px;
  background:
    radial-gradient(ellipse 55% 100% at 0% 0%, rgba(232, 201, 122, 0.12), transparent 55%),
    radial-gradient(ellipse 50% 90% at 100% 100%, rgba(184, 134, 58, 0.1), transparent 52%),
    linear-gradient(165deg, rgba(30, 26, 22, 0.82), rgba(10, 9, 8, 0.92));
  border: 1px solid rgba(212, 175, 90, 0.34);
  box-shadow:
    0 0 0 1px rgba(232, 201, 122, 0.07) inset,
    0 0 40px rgba(212, 175, 90, 0.06),
    0 28px 70px rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}
@media (min-width: 960px) {
  .shub-journey {
    grid-template-columns: 1fr auto auto;
    gap: 0 1.75rem;
    padding: 1.15rem 1.35rem 1.15rem 1.85rem;
    border-radius: 999px;
  }
}
.shub-journey__steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem 0.65rem;
  position: relative;
}
@media (min-width: 720px) {
  .shub-journey__steps {
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
  }
}
.shub-journey__step {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.3rem;
  padding: 0 0.65rem;
}
@media (min-width: 720px) {
  .shub-journey__step:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 1.5rem;
    left: calc(50% + 1.65rem);
    width: calc(100% - 3.3rem);
    height: 1px;
    background: linear-gradient(90deg,
      rgba(232, 201, 122, 0.15),
      rgba(232, 201, 122, 0.7) 45%,
      rgba(232, 201, 122, 0.7) 55%,
      rgba(232, 201, 122, 0.15));
    box-shadow: 0 0 8px rgba(232, 201, 122, 0.35);
    pointer-events: none;
  }
  .shub-journey__step:not(:last-child)::before {
    content: "";
    position: absolute;
    top: 1.5rem;
    left: 100%;
    width: 6px;
    height: 6px;
    margin-top: -3px;
    margin-left: -3px;
    border-radius: 50%;
    background: #F0D690;
    box-shadow:
      0 0 0 2px rgba(12, 10, 8, 0.85),
      0 0 12px 3px rgba(232, 201, 122, 0.85),
      0 0 22px rgba(232, 201, 122, 0.45);
    z-index: 2;
    pointer-events: none;
  }
}
.shub-journey__mark {
  position: relative;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #E8C97A;
  background:
    radial-gradient(circle at 32% 28%, rgba(232, 201, 122, 0.22), transparent 55%),
    linear-gradient(160deg, #1A1612 0%, #0A0908 100%);
  border: 1px solid rgba(212, 175, 90, 0.5);
  box-shadow:
    0 0 0 1px rgba(0, 0, 0, 0.35) inset,
    0 6px 14px rgba(0, 0, 0, 0.45),
    0 0 26px rgba(212, 175, 90, 0.28);
}
.shub-journey__ico {
  width: 1.35rem;
  height: 1.35rem;
  display: block;
  color: #E8C97A;
  filter: drop-shadow(0 0 5px rgba(232, 201, 122, 0.55));
}
.shub-journey__ico--shoe {
  width: 1.55rem;
  height: auto;
}
.shub-journey__badge {
  position: absolute;
  right: -1px;
  bottom: -1px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #1A1208;
  background: linear-gradient(135deg, #F0D690, #B8863A);
  border: 1.5px solid #0C0A08;
  box-shadow: 0 0 10px rgba(232, 201, 122, 0.55);
}
.shub-journey__badge svg {
  width: 9px;
  height: 9px;
  display: block;
}
.shub-journey__num {
  margin-top: 0.35rem;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: #E8C97A;
  line-height: 1;
}
.shub-journey__step strong {
  font-size: 0.95rem;
  font-weight: 500;
  color: #F5F1E8;
  letter-spacing: 0.01em;
}
.shub-journey__divider {
  display: none;
}
@media (min-width: 960px) {
  .shub-journey__divider {
    display: block;
    width: 1px;
    align-self: stretch;
    min-height: 4.5rem;
    background: linear-gradient(180deg, transparent, rgba(212, 175, 90, 0.55), transparent);
    position: relative;
  }
  .shub-journey__divider::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 7px;
    height: 7px;
    transform: translate(-50%, -50%) rotate(45deg);
    background: linear-gradient(135deg, #E8C97A, #B8863A);
    box-shadow: 0 0 12px rgba(232, 201, 122, 0.65);
  }
}
.shub-journey__cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}
.shub-journey__book {
  width: 100%;
  min-width: 168px;
  border-radius: 14px;
  box-shadow: 0 12px 36px rgba(196, 154, 69, 0.45), 0 0 24px rgba(232, 201, 122, 0.18);
}
.shub-journey__book .shub-btn__arrow {
  background: rgba(26, 18, 8, 0.28);
  color: #F5F1E8;
}
.shub-journey__trust {
  margin: 0;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.7rem;
  color: rgba(245, 241, 232, 0.68);
  white-space: nowrap;
}
.shub-journey__trust i { color: #E8C97A; font-size: 0.68rem; }

/* Services atelier band (journey + services on dark) */
.shub-section--services-atelier {
  padding-top: 0;
  background:
    radial-gradient(ellipse 60% 40% at 50% 0%, rgba(212, 175, 90, 0.06), transparent 55%),
    linear-gradient(180deg, #12100E 0%, #0C0A08 100%);
}
.shub-section--services-atelier .shub-journey {
  margin-top: -2.5rem;
  margin-bottom: clamp(2.5rem, 4.5vw, 3.5rem);
}
.shub-section__bar--atelier {
  align-items: flex-end;
  padding-bottom: 1.15rem;
  margin-bottom: clamp(2rem, 3.5vw, 2.75rem);
  border-bottom: 1px solid rgba(212, 175, 90, 0.22);
  position: relative;
}
.shub-section__bar--atelier::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 4.5rem;
  height: 2px;
  border-radius: 2px;
  background: linear-gradient(90deg, #E8C97A, transparent);
  box-shadow: 0 0 12px rgba(232, 201, 122, 0.55);
}
.shub-eyebrow--atelier {
  color: #E8C97A;
  margin-bottom: 0.85rem;
}
.shub-eyebrow--atelier::before { display: none; }
.shub-eyebrow--atelier::after {
  content: "";
  width: 2.25rem;
  height: 1px;
  background: linear-gradient(90deg, #E8C97A, transparent);
}
.shub-section--services-atelier .shub-display {
  color: #FBF8F1;
}
.shub-section--services-atelier .shub-display em {
  font-style: italic;
  font-weight: 500;
  color: #E8C97A;
}
.shub-link-arrow--gold {
  color: #E8C97A !important;
  margin-bottom: 0.35rem;
}
.shub-link-arrow--gold:hover { color: #F0D690 !important; }
.shub-link-arrow--uline {
  padding-bottom: 0.2rem;
  border-bottom: 1px solid rgba(232, 201, 122, 0.55);
  align-self: flex-start;
}
.shub-link-arrow--uline:hover { border-bottom-color: rgba(240, 214, 144, 0.9); }

.shub-grid--services-row {
  display: grid; gap: 1.25rem;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 220px), 1fr));
}
@media (min-width: 1100px) {
  .shub-grid--services-row { grid-template-columns: repeat(5, 1fr); }
}

.shub-service-card--mock { background: #fff; border-color: #E8E2D6; }
body.shub-theme-dark .shub-service-card--mock { background: var(--shub-surface); border-color: var(--shub-border); }
.shub-service-card--mock .shub-service-card__media { min-height: 180px; aspect-ratio: 4/3; }
.shub-service-card--mock .shub-service-card__title { font-size: 1.1rem; }
.shub-icon-circle {
  width: 42px; height: 42px; border-radius: 50%; display: inline-grid; place-items: center;
  background: linear-gradient(135deg, #B8863A, #E8C97A); color: #1A1208 !important;
  text-decoration: none !important; transition: transform var(--shub-duration) var(--shub-ease);
}
.shub-icon-circle:hover { transform: rotate(-20deg) scale(1.05); color: #1A1208 !important; }

/* ========== PROCESS — luxury gold glass steps ========== */
.shub-section--process {
  overflow-x: clip;
  overflow-y: visible;
  color: #F5F1E8;
  background:
    radial-gradient(ellipse 50% 45% at 50% 0%, rgba(212, 175, 90, 0.1), transparent 58%),
    radial-gradient(ellipse 40% 35% at 12% 88%, rgba(154, 87, 51, 0.08), transparent 55%),
    linear-gradient(180deg, #12100E 0%, #0A0908 52%, #070706 100%);
}
.shub-process-bg {
  position: absolute;
  inset: auto 0 0;
  height: 38%;
  pointer-events: none;
  background:
    radial-gradient(ellipse 70% 80% at 50% 100%, rgba(212, 175, 90, 0.05), transparent 70%),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='60' viewBox='0 0 120 60' fill='none'%3E%3Cpath d='M0 40c20-12 40-12 60 0s40 12 60 0' stroke='%23C5A66A' stroke-opacity='.06' stroke-width='1'/%3E%3Cpath d='M0 52c20-10 40-10 60 0s40 10 60 0' stroke='%23C5A66A' stroke-opacity='.04' stroke-width='1'/%3E%3C/svg%3E")
      center bottom / 320px auto repeat-x;
  opacity: 0.9;
  mask-image: linear-gradient(180deg, transparent, #000 40%);
  -webkit-mask-image: linear-gradient(180deg, transparent, #000 40%);
}
.shub-process__head { max-width: 40rem; position: relative; z-index: 1; }
.shub-eyebrow--process {
  color: #E8C97A;
  gap: 1rem;
  margin-bottom: 1.35rem;
}
.shub-eyebrow--process::before,
.shub-eyebrow--process::after {
  content: "";
  width: 2.75rem;
  height: 1px;
  background: linear-gradient(90deg, transparent, #E8C97A 30%, #E8C97A 70%, transparent);
  box-shadow: 0 0 8px rgba(232, 201, 122, 0.45);
}
/* Left-aligned process labels on inner pages */
.shub-section__head:not(.shub-section__head--center) .shub-eyebrow--process {
  justify-content: flex-start;
}
.shub-section__head:not(.shub-section__head--center) .shub-eyebrow--process::before {
  display: none;
}
.shub-section__head:not(.shub-section__head--center) .shub-eyebrow--process::after {
  background: linear-gradient(90deg, #E8C97A, transparent);
}
.shub-section--process .shub-display { color: #FBF8F1; }
.shub-section--process .shub-display em {
  font-style: normal;
  font-weight: 600;
  color: #E8C97A;
  text-shadow: 0 0 28px rgba(232, 201, 122, 0.35);
}
.shub-section--process .shub-lead {
  color: rgba(245, 241, 232, 0.78);
  max-width: 36rem;
}

.shub-easy-steps {
  list-style: none;
  margin: 0;
  padding: 1.4rem 0 0;
  display: grid;
  gap: 2.75rem;
  grid-template-columns: 1fr;
  position: relative;
  z-index: 1;
}
@media (min-width: 900px) {
  .shub-easy-steps {
    grid-template-columns: repeat(3, 1fr);
    gap: 2.5rem;
    align-items: stretch;
    margin-top: 1.25rem;
    padding-top: 0.5rem;
  }
}
.shub-easy-step {
  position: relative;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2.65rem 1.6rem 2rem;
  border-radius: 22px;
  background:
    radial-gradient(ellipse 70% 55% at 50% 0%, rgba(232, 201, 122, 0.14), transparent 58%),
    radial-gradient(ellipse 55% 40% at 50% 100%, rgba(184, 134, 58, 0.08), transparent 60%),
    linear-gradient(165deg, rgba(32, 28, 24, 0.92), rgba(14, 12, 11, 0.96));
  border: 1px solid rgba(212, 175, 90, 0.38);
  box-shadow:
    0 0 0 1px rgba(232, 201, 122, 0.06) inset,
    0 0 36px rgba(212, 175, 90, 0.07),
    0 22px 50px rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  transition:
    transform var(--shub-duration) var(--shub-ease),
    border-color var(--shub-duration) var(--shub-ease),
    box-shadow var(--shub-duration) var(--shub-ease);
}
.shub-easy-step:hover {
  transform: translateY(-4px);
  border-color: rgba(232, 201, 122, 0.55);
  box-shadow:
    0 0 0 1px rgba(232, 201, 122, 0.1) inset,
    0 0 48px rgba(212, 175, 90, 0.14),
    0 28px 60px rgba(0, 0, 0, 0.45);
}
.shub-easy-step__num {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 2.65rem;
  height: 2.65rem;
  display: grid;
  place-items: center;
  border-radius: 50%;
  font-family: var(--shub-font-display);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #1A1208;
  background: linear-gradient(145deg, #F0D690 0%, #C5A66A 48%, #B8863A 100%);
  border: 1.5px solid rgba(255, 236, 180, 0.55);
  box-shadow:
    0 0 0 4px rgba(12, 10, 8, 0.92),
    0 0 22px rgba(232, 201, 122, 0.55),
    0 6px 14px rgba(0, 0, 0, 0.35);
  line-height: 1;
}
.shub-easy-step__ico {
  width: 5.25rem;
  height: 5.25rem;
  margin: 0.35rem auto 1.35rem;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #E8C97A;
  background:
    radial-gradient(circle at 35% 30%, rgba(232, 201, 122, 0.16), transparent 58%),
    rgba(10, 9, 8, 0.45);
  border: 1.5px dashed rgba(232, 201, 122, 0.55);
  box-shadow:
    0 0 0 6px rgba(232, 201, 122, 0.05),
    0 0 28px rgba(212, 175, 90, 0.18);
}
.shub-easy-step__ico svg {
  width: 2.15rem;
  height: 2.15rem;
  display: block;
  filter: drop-shadow(0 0 6px rgba(232, 201, 122, 0.45));
}
.shub-easy-step h3 {
  margin: 0 0 0.85rem;
  font-family: var(--shub-font-display);
  font-size: 1.45rem;
  font-weight: 600;
  color: #FBF8F1;
  position: relative;
  padding-bottom: 0.85rem;
}
.shub-easy-step h3::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 2.25rem;
  height: 2px;
  border-radius: 2px;
  transform: translateX(-50%);
  background: linear-gradient(90deg, #B8863A, #E8C97A, #B8863A);
  box-shadow: 0 0 10px rgba(232, 201, 122, 0.55);
}
.shub-easy-step p {
  margin: 0;
  color: rgba(245, 241, 232, 0.72);
  font-size: var(--shub-fs-sm);
  line-height: 1.65;
  max-width: 16.5rem;
}

/* Connector line + glowing nodes between steps (desktop) */
@media (min-width: 900px) {
  .shub-easy-step:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 50%;
    left: calc(100% + 0.15rem);
    width: calc(2.25rem - 0.3rem);
    height: 1px;
    background: linear-gradient(90deg,
      rgba(232, 201, 122, 0.15),
      rgba(232, 201, 122, 0.75) 48%,
      rgba(232, 201, 122, 0.15));
    box-shadow: 0 0 10px rgba(232, 201, 122, 0.35);
    pointer-events: none;
    z-index: 2;
  }
  .shub-easy-step:not(:last-child)::before {
    content: "";
    position: absolute;
    top: 50%;
    left: calc(100% + 1.125rem);
    width: 9px;
    height: 9px;
    margin-top: -4.5px;
    margin-left: -4.5px;
    border-radius: 50%;
    background: radial-gradient(circle at 40% 35%, #FFF6D6, #E8C97A 55%, #B8863A);
    box-shadow:
      0 0 0 3px rgba(12, 10, 8, 0.9),
      0 0 14px 3px rgba(232, 201, 122, 0.75),
      0 0 26px rgba(232, 201, 122, 0.4);
    pointer-events: none;
    z-index: 3;
  }
}

/* ========== ARTISANS (dark curated grid) ========== */
.shub-section--artisans {
  overflow: hidden;
  background:
    radial-gradient(ellipse 48% 42% at 85% 12%, rgba(197, 160, 89, 0.12), transparent 58%),
    radial-gradient(ellipse 40% 38% at 8% 92%, rgba(154, 87, 51, 0.1), transparent 55%),
    linear-gradient(165deg, #0E1416 0%, #121A1D 48%, #0B1012 100%);
}
.shub-artisans__grain {
  position: absolute; inset: 0; pointer-events: none; opacity: 0.28; z-index: 0;
  background-image: url("../img/atelier/svg/leather-grain.svg");
  background-size: 220px 220px; mix-blend-mode: overlay;
}
.shub-section--artisans > .shub-container { position: relative; z-index: 1; }
.shub-section--artisans .shub-lead {
  color: rgba(245, 241, 232, 0.72);
  max-width: 34rem;
  margin-top: 0.85rem;
  font-size: 0.98rem;
}
.shub-section--artisans .shub-section__bar {
  align-items: flex-start;
}
.shub-section--artisans .shub-link-arrow--gold {
  margin-top: 2.35rem;
  flex-shrink: 0;
}
.shub-empty--on-dark {
  color: rgba(245, 241, 232, 0.65);
  border-color: rgba(245, 241, 232, 0.12);
  background: rgba(255, 255, 255, 0.03);
  grid-column: 1 / -1;
}

.shub-grid--artisans {
  display: grid; gap: 1.35rem;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 240px), 1fr));
}
@media (min-width: 1100px) { .shub-grid--artisans { grid-template-columns: repeat(4, 1fr); gap: 1.5rem; } }

.shub-artisan-card {
  position: relative;
  display: flex; flex-direction: column;
  background: #161D20;
  border: 1px solid rgba(197, 160, 89, 0.14);
  border-radius: 20px;
  overflow: hidden;
  transition:
    transform var(--shub-duration) var(--shub-ease),
    box-shadow var(--shub-duration) var(--shub-ease),
    border-color var(--shub-duration) var(--shub-ease);
}
.shub-artisan-card:hover,
.shub-artisan-card:focus-within {
  transform: translateY(-5px);
  border-color: rgba(232, 201, 122, 0.72);
  box-shadow:
    0 0 0 1px rgba(232, 201, 122, 0.35),
    0 0 28px rgba(197, 160, 89, 0.28),
    0 22px 48px rgba(0, 0, 0, 0.45);
}
.shub-artisan-card__photo {
  position: relative;
  display: block;
  aspect-ratio: 5 / 4.35;
  overflow: hidden;
  background: #0B1012;
}
.shub-artisan-card__photo img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform 560ms var(--shub-ease);
}
.shub-artisan-card:hover .shub-artisan-card__photo img { transform: scale(1.045); }

.shub-artisan-card__badges {
  position: absolute; inset: 0; pointer-events: none; z-index: 2;
}
.shub-artisan-badge {
  position: absolute;
  display: inline-flex; align-items: center; gap: 0.35rem;
  font-family: var(--shub-font-body);
  font-size: 0.68rem; font-weight: 700; letter-spacing: 0.02em;
  line-height: 1; white-space: nowrap;
  border-radius: 999px;
  backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px);
}
.shub-artisan-badge--rated {
  left: 0.75rem; bottom: 0.75rem;
  padding: 0.42rem 0.7rem;
  color: #F8F1DF;
  background: rgba(12, 14, 16, 0.72);
  border: 1px solid rgba(232, 201, 122, 0.35);
}
.shub-artisan-badge--rated i { color: #E8C97A; font-size: 0.62rem; }
.shub-artisan-badge--verified {
  top: 0.75rem; right: 0.75rem;
  width: 1.85rem; height: 1.85rem;
  justify-content: center;
  color: #1A1208;
  background: linear-gradient(145deg, #F0D690, #C5A059);
  border: 1px solid rgba(255, 236, 180, 0.45);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.35);
}
.shub-artisan-badge--verified i { font-size: 0.78rem; }
.shub-artisan-badge--fast {
  top: 0.75rem; right: 0.75rem;
  padding: 0.42rem 0.7rem;
  color: #1A1208;
  background: linear-gradient(145deg, #F0D690, #C5A059);
  border: 1px solid rgba(255, 236, 180, 0.4);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.3);
}
.shub-artisan-badge--fast i { font-size: 0.62rem; }
.shub-artisan-badge--seal {
  right: 0.75rem; bottom: 0.75rem;
  width: 2.35rem; height: 2.35rem;
  justify-content: center;
  padding: 0;
  border-radius: 50%;
  background: linear-gradient(145deg, #E8C97A, #A87E32);
  border: 1.5px solid rgba(255, 236, 180, 0.55);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.4);
}
.shub-artisan-badge--seal img {
  width: 1.25rem; height: 1.25rem; object-fit: contain;
  filter: brightness(0) invert(1); opacity: 0.92;
}

.shub-artisan-card__body {
  display: flex; flex-direction: column; flex: 1;
  padding: 1.15rem 1.2rem 1.2rem;
}
.shub-artisan-card h3 {
  margin: 0 0 0.2rem;
  font-family: var(--shub-font-display);
  font-size: 1.22rem; font-weight: 600; letter-spacing: -0.01em;
  line-height: 1.25;
}
.shub-artisan-card h3 a { color: #F5F1E8 !important; }
.shub-artisan-card h3 a:hover { color: #E8C97A !important; }
.shub-artisan-card__specialty {
  margin: 0 0 0.85rem;
  font-size: 0.82rem; font-weight: 500;
  color: #C5A059;
  letter-spacing: 0.01em;
}
.shub-artisan-card__meta {
  display: flex; flex-wrap: wrap; align-items: center;
  gap: 0.55rem 1.1rem;
  margin-top: auto;
  font-size: 0.82rem; font-weight: 500;
  color: rgba(245, 241, 232, 0.82);
}
.shub-artisan-card__rating,
.shub-artisan-card__loc {
  display: inline-flex; align-items: center; gap: 0.35rem;
}
.shub-artisan-card__rating i,
.shub-artisan-card__loc i {
  color: #E8C97A; font-size: 0.72rem;
}
.shub-artisan-card__rating span {
  color: rgba(245, 241, 232, 0.5); font-weight: 500;
}
.shub-artisan-card__exp {
  display: flex; align-items: center; gap: 0.45rem;
  margin: 0.95rem 0 0; padding-top: 0.85rem;
  border-top: 1px solid rgba(245, 241, 232, 0.1);
  font-size: 0.8rem; font-weight: 500;
  color: rgba(245, 241, 232, 0.72);
}
.shub-artisan-card__exp i {
  color: #C5A059; font-size: 0.78rem;
}

.shub-cat-grid {
  display: grid; gap: 1rem;
  grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 768px) { .shub-cat-grid { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 1100px) { .shub-cat-grid { grid-template-columns: repeat(6, 1fr); } }
.shub-cat-tile--sq { min-height: 220px; aspect-ratio: 1; }
.shub-cat-tile--mosaic { min-height: 210px; aspect-ratio: auto; }
.shub-cat-tile--photo .shub-cat-tile__media img { opacity: 1; }
.shub-cat-tile--photo .shub-cat-tile__media::after {
  background: linear-gradient(180deg, rgba(11,13,14,0.05) 18%, rgba(11,13,14,0.72) 68%, rgba(8,8,8,0.92) 100%);
}

/* ========== BEYOND / WHY SHUBLIE ========== */
.shub-section--beyond {
  overflow: hidden;
  color: #F5F1E8;
  background:
    radial-gradient(ellipse 70% 55% at 12% 0%, rgba(212, 175, 90, 0.12), transparent 55%),
    radial-gradient(ellipse 55% 50% at 92% 88%, rgba(197, 160, 89, 0.16), transparent 58%),
    radial-gradient(ellipse 80% 40% at 50% 110%, rgba(184, 134, 11, 0.18), transparent 60%),
    linear-gradient(165deg, #070809 0%, #0C0E10 48%, #090B0C 100%);
}
.shub-section--beyond::before {
  content: "";
  position: absolute; inset: 0;
  pointer-events: none; opacity: 0.28;
  background: url("../img/atelier/svg/leather-grain.svg") 0 0 / 220px 220px;
  mix-blend-mode: soft-light;
}
.shub-section--beyond .shub-container { position: relative; z-index: 1; }
.shub-section--beyond .shub-lead { color: rgba(245, 241, 232, 0.78); max-width: 36rem; }

.shub-beyond {
  display: grid; gap: clamp(2rem, 4vw, 3.25rem); align-items: center;
}
@media (min-width: 992px) {
  .shub-beyond { grid-template-columns: 1.08fr 0.92fr; gap: clamp(2.5rem, 4vw, 4rem); }
}

.shub-eyebrow--beyond {
  color: #E0BC6A;
  margin-bottom: 1.1rem;
}
.shub-eyebrow--beyond::before { background: #E0BC6A; }
.shub-beyond__spark {
  display: inline-block;
  color: #E8C97A;
  font-size: 0.72em;
  line-height: 1;
  transform: translateY(-0.05em);
}

.shub-beyond__title {
  color: #FBF8F1;
  margin: 0 0 1.1rem;
  max-width: 14ch;
}
.shub-beyond__accent {
  background: linear-gradient(100deg, #F0D690 0%, #C5A059 42%, #E8C97A 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #E0BC6A;
}
.shub-beyond__flare {
  position: relative;
  display: inline-block;
  margin-left: 0.02em;
  color: #F0D690;
  -webkit-text-fill-color: #F0D690;
  text-shadow:
    0 0 12px rgba(240, 214, 144, 0.95),
    0 0 28px rgba(232, 201, 122, 0.75),
    0 0 48px rgba(197, 160, 89, 0.45);
}
.shub-beyond__flare::after {
  content: "";
  position: absolute;
  left: 50%; top: 50%;
  width: 7.5rem; height: 1.1rem;
  transform: translate(-18%, -50%);
  background: linear-gradient(90deg, transparent, rgba(240, 214, 144, 0.55), transparent);
  filter: blur(3px);
  pointer-events: none;
}

.shub-beyond__grid {
  display: grid; gap: 0.95rem; margin: 1.85rem 0 1.85rem;
  grid-template-columns: 1fr;
}
@media (min-width: 560px) { .shub-beyond__grid { grid-template-columns: 1fr 1fr; } }

.shub-beyond__card {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.85rem;
  align-items: start;
  padding: 1.05rem 1.15rem 1.1rem;
  border-radius: 16px;
  border: 1px solid rgba(212, 175, 90, 0.42);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.01)),
    rgba(8, 10, 12, 0.55);
  box-shadow: inset 0 1px 0 rgba(255, 236, 180, 0.06);
  transition: border-color var(--shub-duration) var(--shub-ease), transform var(--shub-duration) var(--shub-ease);
}
.shub-beyond__card:hover {
  border-color: rgba(232, 201, 122, 0.7);
  transform: translateY(-2px);
}
.shub-beyond__spark--card {
  position: absolute;
  top: 0.7rem; right: 0.75rem;
  font-size: 0.65rem;
  opacity: 0.85;
}
.shub-beyond__ico {
  width: 2.55rem; height: 2.55rem;
  display: grid; place-items: center;
  border-radius: 50%;
  border: 1px solid rgba(224, 188, 106, 0.75);
  color: #E8C97A;
  font-size: 0.92rem;
  background: rgba(197, 160, 89, 0.08);
  box-shadow: 0 0 0 3px rgba(197, 160, 89, 0.06);
}
.shub-beyond__card h3 {
  margin: 0 0 0.28rem;
  padding-right: 1rem;
  font-size: 0.98rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: #E8C97A;
  font-family: var(--shub-font-body);
}
.shub-beyond__card p {
  margin: 0;
  color: rgba(245, 241, 232, 0.72);
  font-size: 0.84rem;
  line-height: 1.5;
}

.shub-beyond__visual {
  position: relative;
  border-radius: clamp(1.5rem, 3vw, 2.15rem);
  overflow: hidden;
  min-height: clamp(380px, 52vw, 560px);
  border: 1.5px solid rgba(224, 188, 106, 0.55);
  box-shadow:
    0 0 0 1px rgba(184, 134, 11, 0.12),
    0 28px 70px rgba(0, 0, 0, 0.45),
    0 0 60px rgba(197, 160, 89, 0.12);
}
.shub-beyond__visual img {
  width: 100%; height: 100%;
  object-fit: cover; object-position: center 22%;
  position: absolute; inset: 0;
}
.shub-beyond__visual::after {
  content: "";
  position: absolute; inset: 0; z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(7, 8, 9, 0.15) 0%, transparent 28%, transparent 55%, rgba(7, 8, 9, 0.45) 100%),
    radial-gradient(ellipse 50% 40% at 80% 15%, rgba(232, 201, 122, 0.12), transparent 60%);
}

.shub-beyond__chip {
  position: absolute; z-index: 2;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.7rem;
  align-items: start;
  max-width: min(15.5rem, 72%);
  padding: 0.85rem 0.95rem;
  border-radius: 14px;
  border: 1px solid rgba(224, 188, 106, 0.5);
  background: rgba(8, 10, 12, 0.62);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.35);
}
.shub-beyond__chip--top { top: 1.1rem; right: 1.1rem; }
.shub-beyond__chip--bottom { left: 1.1rem; bottom: 1.25rem; }
.shub-beyond__chip-ico {
  width: 1.85rem; height: 1.85rem;
  display: grid; place-items: center;
  border-radius: 8px;
  color: #E8C97A;
  font-size: 0.78rem;
  background: rgba(197, 160, 89, 0.12);
  border: 1px solid rgba(224, 188, 106, 0.35);
}
.shub-beyond__chip strong {
  display: block;
  margin: 0 0 0.2rem;
  font-size: 0.88rem;
  font-weight: 700;
  color: #E8C97A;
  letter-spacing: -0.01em;
}
.shub-beyond__chip p {
  margin: 0;
  font-size: 0.74rem;
  line-height: 1.45;
  color: rgba(245, 241, 232, 0.82);
}

.shub-beyond__seal {
  position: absolute; z-index: 2;
  right: 1rem; bottom: 1.1rem;
  width: 6.4rem; height: 6.4rem;
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  gap: 0.15rem;
  border-radius: 50%;
  text-align: center;
  color: #1A1208;
  background:
    radial-gradient(circle at 35% 28%, #F3E5AB, #C5A059 55%, #A87E32 100%);
  border: 2px solid rgba(255, 236, 180, 0.65);
  box-shadow:
    0 0 0 4px rgba(8, 10, 12, 0.35),
    0 14px 36px rgba(0, 0, 0, 0.4),
    inset 0 1px 0 rgba(255, 255, 255, 0.45);
}
.shub-beyond__seal::before,
.shub-beyond__seal::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 1.15rem; height: 3.6rem;
  background:
    radial-gradient(ellipse 60% 50% at 50% 20%, rgba(255, 236, 180, 0.9), transparent 70%),
    linear-gradient(180deg, #E8C97A, transparent 80%);
  opacity: 0.7;
  pointer-events: none;
}
.shub-beyond__seal::before { left: 0.15rem; transform: translateY(-50%) rotate(-18deg); border-radius: 40% 10%; }
.shub-beyond__seal::after { right: 0.15rem; transform: translateY(-50%) rotate(18deg); border-radius: 10% 40%; }
.shub-beyond__seal-pct {
  position: relative; z-index: 1;
  font-family: var(--shub-font-display);
  font-size: 1.45rem; font-weight: 700;
  line-height: 1; letter-spacing: -0.03em;
}
.shub-beyond__seal-label {
  position: relative; z-index: 1;
  font-size: 0.52rem; font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  max-width: 4.6rem;
  line-height: 1.2;
}
.shub-beyond__seal-stars {
  position: relative; z-index: 1;
  font-size: 0.48rem;
  letter-spacing: 0.08em;
  color: #6F5222;
}

@media (max-width: 640px) {
  .shub-beyond__chip { max-width: min(13.5rem, 78%); padding: 0.7rem 0.8rem; }
  .shub-beyond__chip p { font-size: 0.7rem; }
  .shub-beyond__seal { width: 5.4rem; height: 5.4rem; right: 0.75rem; bottom: 0.85rem; }
  .shub-beyond__seal-pct { font-size: 1.2rem; }
  .shub-beyond__chip--bottom { left: 0.75rem; bottom: 0.9rem; }
}

/* ========== CUSTOMERS / TESTIMONIALS (luxe split) ========== */
.shub-section--customers {
  background:
    radial-gradient(ellipse 48% 55% at 92% 18%, rgba(197, 166, 106, 0.12), transparent 58%),
    radial-gradient(ellipse 42% 50% at 6% 88%, rgba(154, 87, 51, 0.12), transparent 55%),
    linear-gradient(165deg, #050607 0%, #0B0D0E 48%, #08090A 100%);
  color: #F5F1E8;
}
.shub-section--customers .shub-eyebrow { color: var(--shub-champagne); }
.shub-section--customers .shub-display { color: #FBF8F1; }
.shub-section--customers .shub-display em {
  font-style: italic;
  color: #C9A46A;
  font-weight: 500;
}

.shub-testi-luxe {
  display: grid;
  gap: clamp(2rem, 4vw, 3.25rem);
  align-items: stretch;
}
@media (min-width: 992px) {
  .shub-testi-luxe { grid-template-columns: 1.05fr 0.95fr; gap: clamp(2.5rem, 4vw, 3.75rem); }
}

.shub-testi-luxe__copy {
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.shub-testi-luxe__head { margin-bottom: 1.75rem; max-width: 28rem; }
.shub-testi-luxe__head .shub-display { margin: 0; }
.shub-testi-luxe__rule {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  margin-top: 1.35rem;
  color: rgba(197, 166, 106, 0.85);
}
.shub-testi-luxe__rule::before,
.shub-testi-luxe__rule::after {
  content: "";
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, rgba(197, 166, 106, 0.55), rgba(197, 166, 106, 0.08));
}
.shub-testi-luxe__rule::after {
  background: linear-gradient(90deg, rgba(197, 166, 106, 0.08), rgba(197, 166, 106, 0.55));
}
.shub-testi-luxe__rule span {
  font-size: 0.7rem;
  line-height: 1;
  color: #C9A46A;
}

.shub-testi-luxe__cards {
  display: grid;
  gap: 0.9rem;
  flex: 1;
}
.shub-testi-card {
  position: relative;
  margin: 0;
  padding: 1.2rem 1.3rem 1.25rem;
  border-radius: 16px;
  background: rgba(18, 20, 22, 0.92);
  border: 1px solid rgba(197, 166, 106, 0.32);
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.28);
  transition: border-color var(--shub-duration) var(--shub-ease), transform var(--shub-duration) var(--shub-ease);
}
.shub-testi-card:hover { border-color: rgba(197, 166, 106, 0.55); }
.shub-testi-card[hidden] { display: none !important; }
.shub-testi-card__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.55rem;
}
.shub-testi-card__stars {
  color: #C9A46A;
  letter-spacing: 0.12em;
  font-size: 0.78rem;
  line-height: 1;
}
.shub-testi-card__quote {
  font-family: var(--shub-font-display);
  font-size: 2.4rem;
  line-height: 0.6;
  color: rgba(245, 241, 232, 0.18);
  font-weight: 600;
}
.shub-testi-card p {
  margin: 0;
  color: rgba(245, 241, 232, 0.92);
  font-size: 0.98rem;
  line-height: 1.6;
}
.shub-testi-card footer {
  margin-top: 1.05rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.shub-testi-card__avatar {
  flex-shrink: 0;
  width: 2.35rem;
  height: 2.35rem;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #F5F1E8;
  background:
    radial-gradient(circle at 30% 25%, rgba(232, 201, 122, 0.45), transparent 55%),
    linear-gradient(145deg, #3A2E1C, #1A1612);
  border: 1px solid rgba(197, 166, 106, 0.4);
}
.shub-testi-card__who { display: flex; flex-direction: column; gap: 0.12rem; min-width: 0; }
.shub-testi-card__who strong {
  color: #FBF8F1;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: -0.01em;
}
.shub-testi-card__who span {
  color: #C9A46A;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.12em;
}

.shub-testi-luxe__nav {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: 1.5rem;
}
.shub-testi-luxe__arrow {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  display: grid;
  place-items: center;
  border: 1px solid rgba(197, 166, 106, 0.55);
  background: transparent;
  color: #C9A46A;
  cursor: pointer;
  transition: background var(--shub-duration) var(--shub-ease), color var(--shub-duration) var(--shub-ease), border-color var(--shub-duration) var(--shub-ease);
}
.shub-testi-luxe__arrow:hover,
.shub-testi-luxe__arrow:focus-visible {
  background: rgba(197, 166, 106, 0.14);
  border-color: #C9A46A;
  color: #E8C97A;
  outline: none;
}
.shub-testi-luxe__arrow:disabled {
  opacity: 0.35;
  cursor: default;
  pointer-events: none;
}
.shub-testi-luxe__dots {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  flex: 1;
  justify-content: center;
}
.shub-testi-luxe__dot {
  width: 0.45rem;
  height: 0.45rem;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(245, 241, 232, 0.28);
  cursor: pointer;
  transition: background var(--shub-duration) var(--shub-ease), transform var(--shub-duration) var(--shub-ease);
}
.shub-testi-luxe__dot.is-active {
  background: #C9A46A;
  transform: scale(1.15);
}
.shub-testi-luxe__dot:focus-visible { outline: 2px solid #C9A46A; outline-offset: 2px; }

.shub-testi-luxe__visual { min-width: 0; }
.shub-testi-luxe__frame {
  position: relative;
  height: 100%;
  min-height: 420px;
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid rgba(197, 166, 106, 0.4);
  background: #0A0A0A;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.45);
}
.shub-testi-luxe__glow {
  position: absolute;
  inset: 18% 12% 28%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(197, 166, 106, 0.28) 0%, rgba(154, 87, 51, 0.1) 42%, transparent 70%);
  pointer-events: none;
  z-index: 1;
  filter: blur(2px);
}
.shub-testi-luxe__frame img {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
  object-position: center 28%;
  display: block;
}
.shub-testi-luxe__badge {
  position: absolute;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 0.7rem;
  padding: 0.7rem 0.9rem;
  border-radius: 14px;
  background: rgba(12, 12, 12, 0.78);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(197, 166, 106, 0.28);
  color: #F5F1E8;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.35);
}
.shub-testi-luxe__badge--trust {
  top: 1.15rem;
  right: 1.15rem;
  max-width: 11.5rem;
}
.shub-testi-luxe__badge--trust div {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}
.shub-testi-luxe__badge--trust span {
  font-size: 0.68rem;
  color: rgba(245, 241, 232, 0.78);
  font-weight: 500;
}
.shub-testi-luxe__badge--trust strong {
  font-family: var(--shub-font-display);
  font-size: 1.35rem;
  font-weight: 600;
  color: #C9A46A;
  letter-spacing: -0.02em;
  margin: 0.05rem 0;
}
.shub-testi-luxe__badge--quality {
  left: 1.15rem;
  bottom: 1.15rem;
}
.shub-testi-luxe__badge--quality div {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
}
.shub-testi-luxe__badge--quality strong {
  font-size: 0.88rem;
  font-weight: 700;
  color: #FBF8F1;
}
.shub-testi-luxe__badge--quality span {
  font-size: 0.72rem;
  color: rgba(245, 241, 232, 0.65);
}
.shub-testi-luxe__badge-ico {
  flex-shrink: 0;
  width: 2rem;
  height: 2rem;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #C9A46A;
  background: rgba(197, 166, 106, 0.12);
  border: 1px solid rgba(197, 166, 106, 0.35);
  font-size: 0.85rem;
}
.shub-testi-luxe__badge-ico--star { font-size: 0.75rem; }

@media (max-width: 575px) {
  .shub-testi-luxe__badge--trust { top: 0.85rem; right: 0.85rem; max-width: 10rem; padding: 0.55rem 0.7rem; }
  .shub-testi-luxe__badge--trust strong { font-size: 1.15rem; }
  .shub-testi-luxe__badge--quality { left: 0.85rem; bottom: 0.85rem; }
  .shub-testi-luxe__nav { justify-content: center; }
}

.shub-faq-mock { display: grid; gap: 2rem; align-items: start; }
@media (min-width: 992px) { .shub-faq-mock { grid-template-columns: 1.2fr 0.8fr; gap: 3rem; } }
.shub-faq-cta {
  padding: clamp(1.75rem, 3vw, 2.5rem); border-radius: var(--shub-radius-lg);
  background: linear-gradient(160deg, #14110E, #0B0B0B);
  border: 1px solid rgba(212,175,90,0.28); color: #F5F1E8;
}
.shub-faq-cta h3 { margin: 0 0 0.65rem; font-family: var(--shub-font-display); font-size: 1.75rem; font-weight: 600; color: #FBF8F1; }
.shub-faq-cta p { margin: 0 0 1.35rem; color: rgba(245,241,232,0.75); }

.shub-final-cta {
  position: relative; overflow: hidden; border-radius: var(--shub-radius-lg);
  min-height: clamp(320px, 42vw, 420px); display: grid; place-items: center; text-align: center;
  border: 1px solid rgba(212,175,90,0.2);
}
.shub-final-cta__bg { position: absolute; inset: 0; }
.shub-final-cta__bg img {
  width: 100%; height: 100%; object-fit: cover; object-position: center;
  filter: brightness(0.72) contrast(1.05);
}
.shub-final-cta__bg::after {
  content: ""; position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 55% 70% at 50% 50%, rgba(0,0,0,0.55) 0%, rgba(0,0,0,0.25) 55%, transparent 78%),
    linear-gradient(180deg, rgba(8,8,8,0.35), rgba(8,8,8,0.55));
}
.shub-final-cta__content { position: relative; z-index: 1; padding: clamp(2.5rem, 5vw, 4rem); max-width: 40rem; color: #F5F1E8; }
.shub-final-cta__content .shub-display { color: #FBF8F1; margin-bottom: 0.85rem; }
.shub-final-cta__content p { color: rgba(245,241,232,0.8); margin: 0 0 1.5rem; }

.shub-grid--categories-photo {
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 240px), 1fr));
  gap: 1.15rem;
}
@media (min-width: 900px) {
  .shub-grid--categories-photo { grid-template-columns: repeat(3, 1fr); }
}
@media (min-width: 1200px) {
  .shub-grid--categories-photo { grid-template-columns: repeat(4, 1fr); }
}
.shub-easy-step__ico i { font-size: 1.65rem; line-height: 1; }
.shub-testi-card__title {
  margin: 0 0 0.65rem;
  font-family: var(--shub-font-display);
  font-size: 1.15rem;
  font-weight: 600;
  color: var(--shub-ink);
}

/* ============================================================
   LIGHT THEME — every hard-coded dark/black section becomes
   porcelain/white. Dark theme keeps the obsidian look.
   ============================================================ */

body.shub-theme-light {
  --shub-gold-strong: #8F6B2E;
  --shub-gold-mid: #B8863A;
  --shub-gold-line: rgba(143, 107, 46, 0.28);
  --shub-gold-line-soft: rgba(143, 107, 46, 0.18);
}

/* Eyebrows: darker gold for contrast on light surfaces */
body.shub-theme-light .shub-eyebrow { color: var(--shub-gold-strong); }
body.shub-theme-light .shub-eyebrow::before { background: var(--shub-gold-strong); }

/* ---------- HERO ---------- */
body.shub-theme-light .shub-hero {
  color: var(--shub-ink);
  background:
    radial-gradient(ellipse 42% 55% at 78% 42%, rgba(197, 166, 106, 0.16), transparent 60%),
    radial-gradient(ellipse 36% 42% at 12% 18%, rgba(154, 87, 51, 0.07), transparent 55%),
    #F4F1E9;
}
body.shub-theme-light .shub-hero__glow {
  background:
    radial-gradient(ellipse 50% 45% at 72% 48%, rgba(212, 175, 90, 0.18), transparent 62%),
    radial-gradient(ellipse 30% 35% at 20% 80%, rgba(154, 87, 51, 0.06), transparent 60%);
}
body.shub-theme-light .shub-hero__grain { opacity: 0.18; }
body.shub-theme-light .shub-hero .shub-eyebrow { color: var(--shub-gold-strong); }
body.shub-theme-light .shub-hero__title { color: var(--shub-ink); }
body.shub-theme-light .shub-hero__title em { color: var(--shub-gold-strong); }
body.shub-theme-light .shub-hero__lead { color: var(--shub-ink-soft); }
body.shub-theme-light .shub-hero__pillars { color: var(--shub-ink-soft); }
body.shub-theme-light .shub-hero__pillar-ico {
  background: rgba(143, 107, 46, 0.1); color: var(--shub-gold-strong); border-color: var(--shub-gold-line);
}
body.shub-theme-light .shub-hero__social-proof {
  background: rgba(255, 255, 255, 0.72);
  border-color: var(--shub-gold-line);
}
body.shub-theme-light .shub-hero__social-proof strong { color: var(--shub-gold-strong); }
body.shub-theme-light .shub-hero__social-proof span { color: var(--shub-muted); }
body.shub-theme-light .shub-hero__avatars span { border-color: #F4F1E9; }
body.shub-theme-light .shub-hero__stats {
  background: rgba(255, 255, 255, 0.78);
  border-color: var(--shub-gold-line);
  box-shadow: var(--shub-shadow-md);
}
body.shub-theme-light .shub-hero__stat strong { color: var(--shub-gold-strong); }
body.shub-theme-light .shub-hero__stat span { color: var(--shub-muted); }
body.shub-theme-light .shub-hero__stat-ico {
  background: rgba(143, 107, 46, 0.1); color: var(--shub-gold-strong); border-color: var(--shub-gold-line);
}
body.shub-theme-light .shub-hero__features {
  background: rgba(255, 255, 255, 0.78);
  border-color: var(--shub-gold-line);
}
body.shub-theme-light .shub-hero__features li { color: var(--shub-ink-soft); }

/* Hero photo — light theme drops the black-dissolve treatment and frames
   the photo as a crisp rounded card that reads cleanly on porcelain. */
body.shub-theme-light .shub-hero__stage--atelier .shub-hero__aura {
  opacity: 0.35;
  filter: blur(48px);
}
body.shub-theme-light .shub-hero__slab--atelier { inset: 3% 0 5% 10%; }
body.shub-theme-light .shub-hero__slab-blur,
body.shub-theme-light .shub-hero__slab-fade { display: none; }
body.shub-theme-light .shub-hero__slab-photo {
  border-radius: 26px;
  background-size: cover;
  background-position: 72% 46%;
  -webkit-mask-image: none;
  mask-image: none;
  box-shadow:
    0 0 0 1px rgba(143, 107, 46, 0.4),
    0 0 0 6px rgba(255, 255, 255, 0.55),
    0 34px 80px rgba(17, 19, 21, 0.3),
    0 0 70px rgba(197, 166, 106, 0.28);
}
body.shub-theme-light .shub-hero__slab-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(180deg, transparent 62%, rgba(11, 13, 14, 0.28) 100%);
}
@media (max-width: 991px) {
  body.shub-theme-light .shub-hero__slab--atelier { inset: 0; }
  body.shub-theme-light .shub-hero__slab-photo { background-position: 58% 44%; }
}
@media (max-width: 575px) {
  body.shub-theme-light .shub-hero__slab-photo { background-position: 50% 42%; border-radius: 20px; }
}

/* Glass cards over hero — frosted ivory */
body.shub-theme-light .shub-glass {
  background: rgba(255, 255, 255, 0.78);
  border-color: var(--shub-gold-line);
  box-shadow: 0 18px 50px rgba(17, 19, 21, 0.12);
  color: var(--shub-ink);
}
body.shub-theme-light .shub-glass--trust-circle,
body.shub-theme-light .shub-glass--checklist-atelier,
body.shub-theme-light .shub-glass--doorstep-bar,
body.shub-theme-light .shub-glass--book-strip {
  background: rgba(255, 255, 255, 0.82);
  border-color: var(--shub-gold-line);
  box-shadow: 0 16px 40px rgba(17, 19, 21, 0.12);
}
body.shub-theme-light .shub-glass__label,
body.shub-theme-light .shub-glass--trust strong,
body.shub-theme-light .shub-glass__trust-ico { color: var(--shub-gold-strong); }
body.shub-theme-light .shub-glass--trust span,
body.shub-theme-light .shub-glass__trust-kicker,
body.shub-theme-light .shub-glass__trust-sub { color: var(--shub-muted); }
body.shub-theme-light .shub-glass--trust-circle strong { color: var(--shub-ink); }
body.shub-theme-light .shub-glass__ring,
body.shub-theme-light .shub-glass--trust-circle .shub-glass__ring { border-color: rgba(143, 107, 46, 0.45); }
body.shub-theme-light .shub-glass--checklist i,
body.shub-theme-light .shub-glass--checklist-atelier i { color: var(--shub-gold-strong); }
body.shub-theme-light .shub-glass--doorstep p,
body.shub-theme-light .shub-glass--doorstep-bar p { color: var(--shub-ink-soft); }
body.shub-theme-light .shub-glass--featured { color: var(--shub-ink) !important; }
body.shub-theme-light .shub-glass--featured span { color: var(--shub-gold-strong); }
body.shub-theme-light .shub-glass--featured em { color: var(--shub-muted); }
body.shub-theme-light .shub-hero__avatars--sm span { border-color: #FFFFFF; }
body.shub-theme-light .shub-glass__book-step { color: var(--shub-ink); }
body.shub-theme-light .shub-glass__book-step strong { color: var(--shub-ink); }
body.shub-theme-light .shub-glass__book-step span { color: var(--shub-muted); }
body.shub-theme-light .shub-glass__book-step > i {
  background: rgba(143, 107, 46, 0.1); color: var(--shub-gold-strong); border-color: var(--shub-gold-line);
}

/* Home header over light hero: dark text from the start */
body.shub-theme-light.shub-home .shub-header:not(.is-scrolled) .shub-brand,
body.shub-theme-light.shub-home .shub-header:not(.is-scrolled) .shub-brand__name,
body.shub-theme-light.shub-home .shub-header:not(.is-scrolled) .shub-nav a,
body.shub-theme-light.shub-home .shub-header:not(.is-scrolled) .shub-btn--ghost-nav { color: var(--shub-ink) !important; }
body.shub-theme-light.shub-home .shub-header:not(.is-scrolled) .shub-nav a:hover,
body.shub-theme-light.shub-home .shub-header:not(.is-scrolled) .shub-nav a:focus-visible,
body.shub-theme-light.shub-home .shub-header:not(.is-scrolled) .shub-nav a[aria-current="page"] { color: var(--shub-gold-strong) !important; }
body.shub-theme-light.shub-home .shub-header:not(.is-scrolled) .shub-nav a:hover::after,
body.shub-theme-light.shub-home .shub-header:not(.is-scrolled) .shub-nav a:focus-visible::after,
body.shub-theme-light.shub-home .shub-header:not(.is-scrolled) .shub-nav a[aria-current="page"]::after { background: var(--shub-gold-strong); }
body.shub-theme-light.shub-home .shub-header:not(.is-scrolled) .shub-icon-btn {
  background: rgba(255, 255, 255, 0.6); border-color: var(--shub-border); color: var(--shub-ink);
}
body.shub-theme-light.shub-home .shub-header:not(.is-scrolled) .shub-btn--ghost-nav { border-color: var(--shub-border-strong); }

/* Ghost buttons that sat on dark surfaces */
body.shub-theme-light .shub-btn--on-dark,
body.shub-theme-light .shub-btn--ghost-gold {
  background: rgba(255, 255, 255, 0.55);
  color: var(--shub-ink) !important;
  border-color: rgba(143, 107, 46, 0.45);
}
body.shub-theme-light .shub-btn--on-dark:hover,
body.shub-theme-light .shub-btn--ghost-gold:hover {
  border-color: var(--shub-gold-strong);
  color: var(--shub-gold-strong) !important;
  background: rgba(197, 166, 106, 0.12);
}

/* ---------- GENERIC INK SECTIONS ---------- */
body.shub-theme-light .shub-section--ink {
  background:
    radial-gradient(ellipse 55% 65% at 88% 8%, rgba(196, 154, 69, 0.1), transparent 55%),
    radial-gradient(ellipse 50% 60% at 8% 100%, rgba(155, 87, 51, 0.06), transparent 55%),
    var(--shub-bg);
  color: var(--shub-ink);
}
body.shub-theme-light .shub-section--ink .shub-display,
body.shub-theme-light .shub-section--ink .shub-h3 { color: var(--shub-ink); }
body.shub-theme-light .shub-section--ink .shub-lead { color: var(--shub-ink-soft); }
body.shub-theme-light .shub-section--ink .shub-muted { color: var(--shub-muted); }

/* ---------- SERVICES ATELIER BAND + JOURNEY ---------- */
body.shub-theme-light .shub-section--services-atelier {
  background:
    radial-gradient(ellipse 60% 40% at 50% 0%, rgba(212, 175, 90, 0.08), transparent 55%),
    linear-gradient(180deg, #F6F4EF 0%, #FCFBF8 100%);
}
body.shub-theme-light .shub-journey {
  background:
    radial-gradient(ellipse 55% 100% at 0% 0%, rgba(232, 201, 122, 0.14), transparent 55%),
    linear-gradient(165deg, #FFFFFF, #FBF8F1);
  border-color: var(--shub-gold-line);
  box-shadow:
    0 0 0 1px rgba(143, 107, 46, 0.05) inset,
    0 24px 60px rgba(17, 19, 21, 0.12);
}
body.shub-theme-light .shub-journey__mark {
  color: var(--shub-gold-strong);
  background:
    radial-gradient(circle at 32% 28%, rgba(232, 201, 122, 0.35), transparent 55%),
    #FBF7EC;
  border-color: rgba(143, 107, 46, 0.45);
  box-shadow: 0 6px 14px rgba(17, 19, 21, 0.1);
}
body.shub-theme-light .shub-journey__ico { color: var(--shub-gold-strong); filter: none; }
body.shub-theme-light .shub-journey__badge { border-color: #FFFFFF; box-shadow: 0 0 10px rgba(184, 134, 58, 0.35); }
body.shub-theme-light .shub-journey__num { color: var(--shub-gold-strong); }
body.shub-theme-light .shub-journey__step strong { color: var(--shub-ink); }
body.shub-theme-light .shub-journey__trust { color: var(--shub-muted); }
body.shub-theme-light .shub-journey__trust i { color: var(--shub-gold-strong); }
@media (min-width: 720px) {
  body.shub-theme-light .shub-journey__step:not(:last-child)::after {
    background: linear-gradient(90deg,
      rgba(143, 107, 46, 0.12),
      rgba(143, 107, 46, 0.55) 45%,
      rgba(143, 107, 46, 0.55) 55%,
      rgba(143, 107, 46, 0.12));
    box-shadow: none;
  }
  body.shub-theme-light .shub-journey__step:not(:last-child)::before {
    background: var(--shub-gold-mid);
    box-shadow: 0 0 0 2px #FFFFFF;
  }
}
body.shub-theme-light .shub-section__bar--atelier { border-bottom-color: var(--shub-gold-line); }
body.shub-theme-light .shub-section__bar--atelier::after {
  background: linear-gradient(90deg, var(--shub-gold-mid), transparent);
  box-shadow: none;
}
body.shub-theme-light .shub-eyebrow--atelier { color: var(--shub-gold-strong); }
body.shub-theme-light .shub-eyebrow--atelier::after { background: linear-gradient(90deg, var(--shub-gold-strong), transparent); }
body.shub-theme-light .shub-section--services-atelier .shub-display { color: var(--shub-ink); }
body.shub-theme-light .shub-section--services-atelier .shub-display em { color: var(--shub-gold-strong); }
body.shub-theme-light .shub-link-arrow--gold { color: var(--shub-gold-strong) !important; }
body.shub-theme-light .shub-link-arrow--gold:hover { color: var(--shub-gold-mid) !important; }
body.shub-theme-light .shub-link-arrow--uline { border-bottom-color: rgba(143, 107, 46, 0.45); }
body.shub-theme-light .shub-link-arrow--uline:hover { border-bottom-color: var(--shub-gold-strong); }

/* ---------- PROCESS / EASY STEPS ---------- */
body.shub-theme-light .shub-section--process {
  color: var(--shub-ink);
  background:
    radial-gradient(ellipse 50% 45% at 50% 0%, rgba(212, 175, 90, 0.1), transparent 58%),
    linear-gradient(180deg, #FCFBF8 0%, #F6F4EF 100%);
}
body.shub-theme-light .shub-eyebrow--process { color: var(--shub-gold-strong); }
body.shub-theme-light .shub-eyebrow--process::before,
body.shub-theme-light .shub-eyebrow--process::after {
  background: linear-gradient(90deg, transparent, var(--shub-gold-strong) 30%, var(--shub-gold-strong) 70%, transparent);
  box-shadow: none;
}
body.shub-theme-light .shub-section__head:not(.shub-section__head--center) .shub-eyebrow--process::after {
  background: linear-gradient(90deg, var(--shub-gold-strong), transparent);
}
body.shub-theme-light .shub-section--process .shub-display { color: var(--shub-ink); }
body.shub-theme-light .shub-section--process .shub-display em { color: var(--shub-gold-strong); text-shadow: none; }
body.shub-theme-light .shub-section--process .shub-lead { color: var(--shub-ink-soft); }
body.shub-theme-light .shub-easy-step {
  background: #FFFFFF;
  border-color: var(--shub-gold-line);
  box-shadow: 0 18px 44px rgba(17, 19, 21, 0.08);
}
body.shub-theme-light .shub-easy-step:hover {
  border-color: rgba(143, 107, 46, 0.5);
  box-shadow: 0 24px 54px rgba(17, 19, 21, 0.12);
}
body.shub-theme-light .shub-easy-step__num { box-shadow: 0 0 0 4px #FCFBF8, 0 6px 14px rgba(17, 19, 21, 0.15); }
body.shub-theme-light .shub-easy-step__ico {
  color: var(--shub-gold-strong);
  background: radial-gradient(circle at 35% 30%, rgba(232, 201, 122, 0.2), transparent 58%), #FBF7EC;
  border-color: rgba(143, 107, 46, 0.45);
  box-shadow: 0 0 0 6px rgba(143, 107, 46, 0.05);
}
body.shub-theme-light .shub-easy-step__ico svg { filter: none; }
body.shub-theme-light .shub-easy-step h3 { color: var(--shub-ink); }
body.shub-theme-light .shub-easy-step h3::after { box-shadow: none; }
body.shub-theme-light .shub-easy-step p { color: var(--shub-ink-soft); }
@media (min-width: 900px) {
  body.shub-theme-light .shub-easy-step:not(:last-child)::after {
    background: linear-gradient(90deg,
      rgba(143, 107, 46, 0.12),
      rgba(143, 107, 46, 0.55) 48%,
      rgba(143, 107, 46, 0.12));
    box-shadow: none;
  }
  body.shub-theme-light .shub-easy-step:not(:last-child)::before {
    box-shadow: 0 0 0 3px #FCFBF8;
  }
}

/* ---------- ARTISANS ---------- */
body.shub-theme-light .shub-section--artisans {
  background:
    radial-gradient(ellipse 48% 42% at 85% 12%, rgba(197, 160, 89, 0.1), transparent 58%),
    linear-gradient(165deg, #FCFBF8 0%, #F4F1E9 100%);
}
body.shub-theme-light .shub-artisans__grain { opacity: 0.12; }
body.shub-theme-light .shub-section--artisans .shub-lead { color: var(--shub-ink-soft); }
body.shub-theme-light .shub-artisan-card {
  background: #FFFFFF;
  border-color: var(--shub-border);
}
body.shub-theme-light .shub-artisan-card:hover,
body.shub-theme-light .shub-artisan-card:focus-within {
  border-color: rgba(143, 107, 46, 0.55);
  box-shadow:
    0 0 0 1px rgba(143, 107, 46, 0.2),
    0 22px 48px rgba(17, 19, 21, 0.14);
}
body.shub-theme-light .shub-artisan-card__photo { background: var(--shub-surface-soft); }
body.shub-theme-light .shub-artisan-card h3 a { color: var(--shub-ink) !important; }
body.shub-theme-light .shub-artisan-card h3 a:hover { color: var(--shub-gold-strong) !important; }
body.shub-theme-light .shub-artisan-card__specialty { color: var(--shub-gold-strong); }
body.shub-theme-light .shub-artisan-card__meta { color: var(--shub-ink-soft); }
body.shub-theme-light .shub-artisan-card__rating i,
body.shub-theme-light .shub-artisan-card__loc i { color: var(--shub-gold-mid); }
body.shub-theme-light .shub-artisan-card__rating span { color: var(--shub-muted); }
body.shub-theme-light .shub-artisan-card__exp {
  border-top-color: var(--shub-border);
  color: var(--shub-ink-soft);
}
body.shub-theme-light .shub-artisan-card__exp i { color: var(--shub-gold-mid); }
body.shub-theme-light .shub-empty--on-dark {
  color: var(--shub-muted);
  border-color: var(--shub-border-strong);
  background: var(--shub-surface);
}

/* ---------- CATEGORIES ---------- */
body.shub-theme-light .shub-section--categories {
  color: var(--shub-ink);
  background:
    radial-gradient(ellipse 50% 55% at 92% 12%, rgba(196, 154, 69, 0.1), transparent 55%),
    linear-gradient(160deg, #F4F1E9 0%, #FCFBF8 100%);
}
body.shub-theme-light .shub-categories__grain { opacity: 0.12; }
body.shub-theme-light .shub-section--categories .shub-eyebrow { color: var(--shub-gold-strong); }
body.shub-theme-light .shub-section--categories .shub-display { color: var(--shub-ink); }
body.shub-theme-light .shub-section--categories .shub-display em { color: var(--shub-gold-strong); }

/* ---------- BEYOND / WHY ---------- */
body.shub-theme-light .shub-section--beyond {
  color: var(--shub-ink);
  background:
    radial-gradient(ellipse 70% 55% at 12% 0%, rgba(212, 175, 90, 0.12), transparent 55%),
    radial-gradient(ellipse 55% 50% at 92% 88%, rgba(197, 160, 89, 0.1), transparent 58%),
    linear-gradient(165deg, #FCFBF8 0%, #F5F2EA 100%);
}
body.shub-theme-light .shub-section--beyond::before { opacity: 0.1; }
body.shub-theme-light .shub-section--beyond .shub-lead { color: var(--shub-ink-soft); }
body.shub-theme-light .shub-eyebrow--beyond { color: var(--shub-gold-strong); }
body.shub-theme-light .shub-eyebrow--beyond::before { background: var(--shub-gold-strong); }
body.shub-theme-light .shub-beyond__spark { color: var(--shub-gold-mid); }
body.shub-theme-light .shub-beyond__title { color: var(--shub-ink); }
body.shub-theme-light .shub-beyond__accent {
  background: linear-gradient(100deg, #A87E32 0%, #8F6B2E 42%, #B8863A 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: var(--shub-gold-strong);
}
body.shub-theme-light .shub-beyond__flare {
  color: var(--shub-gold-mid);
  -webkit-text-fill-color: var(--shub-gold-mid);
  text-shadow: none;
}
body.shub-theme-light .shub-beyond__flare::after { display: none; }
body.shub-theme-light .shub-beyond__card {
  background: #FFFFFF;
  border-color: var(--shub-gold-line);
  box-shadow: var(--shub-shadow-sm);
}
body.shub-theme-light .shub-beyond__card:hover { border-color: rgba(143, 107, 46, 0.55); }
body.shub-theme-light .shub-beyond__card h3 { color: var(--shub-gold-strong); }
body.shub-theme-light .shub-beyond__card p { color: var(--shub-ink-soft); }
body.shub-theme-light .shub-beyond__ico {
  color: var(--shub-gold-strong);
  border-color: rgba(143, 107, 46, 0.5);
  background: rgba(197, 160, 89, 0.12);
  box-shadow: 0 0 0 3px rgba(197, 160, 89, 0.08);
}

/* ---------- TESTIMONIALS ---------- */
body.shub-theme-light .shub-section--customers {
  color: var(--shub-ink);
  background:
    radial-gradient(ellipse 48% 55% at 92% 18%, rgba(197, 166, 106, 0.1), transparent 58%),
    linear-gradient(165deg, #F6F4EF 0%, #FCFBF8 100%);
}
body.shub-theme-light .shub-section--customers .shub-eyebrow { color: var(--shub-gold-strong); }
body.shub-theme-light .shub-section--customers .shub-display { color: var(--shub-ink); }
body.shub-theme-light .shub-section--customers .shub-display em { color: var(--shub-gold-strong); }
body.shub-theme-light .shub-testi-luxe__rule { color: rgba(143, 107, 46, 0.75); }
body.shub-theme-light .shub-testi-luxe__rule span { color: var(--shub-gold-strong); }
body.shub-theme-light .shub-testi-card {
  background: #FFFFFF;
  border-color: var(--shub-border);
  box-shadow: var(--shub-shadow-sm);
}
body.shub-theme-light .shub-testi-card:hover { border-color: rgba(143, 107, 46, 0.45); }
body.shub-theme-light .shub-testi-card__stars { color: var(--shub-gold-mid); }
body.shub-theme-light .shub-testi-card__quote { color: rgba(17, 19, 21, 0.14); }
body.shub-theme-light .shub-testi-card p { color: var(--shub-ink-soft); }
body.shub-theme-light .shub-testi-card__avatar {
  color: var(--shub-gold-strong);
  background: radial-gradient(circle at 30% 25%, rgba(232, 201, 122, 0.5), transparent 55%), #F0E8D6;
  border-color: rgba(143, 107, 46, 0.35);
}
body.shub-theme-light .shub-testi-card__who strong { color: var(--shub-ink); }
body.shub-theme-light .shub-testi-card__who span { color: var(--shub-gold-strong); }
body.shub-theme-light .shub-testi-luxe__arrow { border-color: rgba(143, 107, 46, 0.45); color: var(--shub-gold-strong); }
body.shub-theme-light .shub-testi-luxe__arrow:hover,
body.shub-theme-light .shub-testi-luxe__arrow:focus-visible {
  background: rgba(197, 166, 106, 0.16);
  border-color: var(--shub-gold-strong);
  color: var(--shub-gold-strong);
}
body.shub-theme-light .shub-testi-luxe__dot { background: rgba(17, 19, 21, 0.2); }
body.shub-theme-light .shub-testi-luxe__dot.is-active { background: var(--shub-gold-mid); }
body.shub-theme-light .shub-testi-luxe__frame {
  background: var(--shub-surface-soft);
  border-color: var(--shub-gold-line);
  box-shadow: var(--shub-shadow-md);
}

/* ---------- FAQ CTA ---------- */
body.shub-theme-light .shub-faq-cta {
  background: #FFFFFF;
  border-color: var(--shub-gold-line);
  color: var(--shub-ink);
  box-shadow: var(--shub-shadow-sm);
}
body.shub-theme-light .shub-faq-cta h3 { color: var(--shub-ink); }
body.shub-theme-light .shub-faq-cta p { color: var(--shub-ink-soft); }
body.shub-theme-light .shub-faq-cta .shub-stat-tile { border-color: var(--shub-border); }
body.shub-theme-light .shub-faq-cta .shub-stat-tile span { color: var(--shub-muted); }

/* ---------- STAT TILES / LEGACY DARK HELPERS ---------- */
body.shub-theme-light .shub-stat-tile {
  border-color: var(--shub-border);
  background: var(--shub-surface);
}
body.shub-theme-light .shub-stat-tile .shub-display { color: var(--shub-gold-strong); }
body.shub-theme-light .shub-stat-tile span { color: var(--shub-muted); }
body.shub-theme-light .shub-why__item {
  border-color: var(--shub-border);
  background: var(--shub-surface);
}
body.shub-theme-light .shub-why__item h3 { color: var(--shub-ink); }
body.shub-theme-light .shub-why__item p { color: var(--shub-ink-soft); }

/* ---------- PAGE HERO (inner pages) ---------- */
body.shub-theme-light .shub-page-hero {
  color: var(--shub-ink);
  background:
    radial-gradient(ellipse 50% 70% at 90% 0%, rgba(196, 154, 69, 0.14), transparent 55%),
    radial-gradient(ellipse 50% 70% at 5% 100%, rgba(155, 87, 51, 0.08), transparent 55%),
    linear-gradient(150deg, #F4F1E9, #FCFBF8);
}
body.shub-theme-light .shub-page-hero__glow {
  background:
    radial-gradient(ellipse 45% 55% at 78% 30%, rgba(212, 175, 90, 0.14), transparent 60%),
    radial-gradient(ellipse 30% 40% at 12% 80%, rgba(154, 87, 51, 0.06), transparent 60%);
}
body.shub-theme-light .shub-page-hero__grain { opacity: 0.16; }
body.shub-theme-light .shub-page-hero .shub-display { color: var(--shub-ink); }
body.shub-theme-light .shub-page-hero .shub-display em { color: var(--shub-gold-strong); }
body.shub-theme-light .shub-page-hero .shub-lead { color: var(--shub-ink-soft); }
body.shub-theme-light .shub-page-hero .shub-eyebrow { color: var(--shub-gold-strong); }
body.shub-theme-light .shub-breadcrumb { color: var(--shub-muted); }
body.shub-theme-light .shub-breadcrumb a { color: var(--shub-ink-soft) !important; }
body.shub-theme-light .shub-breadcrumb a:hover { color: var(--shub-gold-strong) !important; }
body.shub-theme-light .shub-breadcrumb li:not(:last-child)::after { color: var(--shub-border-strong); }

/* ---------- ABOUT COMPANY CARD ---------- */
body.shub-theme-light .shub-section--about-company {
  background: linear-gradient(180deg, #FFFFFF 0%, #F6F4EF 100%);
}
body.shub-theme-light .shub-about-card {
  background:
    radial-gradient(ellipse 80% 60% at 0% 0%, rgba(197, 166, 106, 0.08), transparent 55%),
    linear-gradient(165deg, #FCFBF8 0%, #F7F4ED 52%, #F3EFE6 100%);
  border-color: rgba(203, 196, 182, 0.65);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.85) inset,
    0 28px 70px rgba(17, 19, 21, 0.08);
}
body.shub-theme-light .shub-about-card__photo {
  border-color: rgba(58, 46, 36, 0.22);
  box-shadow: 0 18px 44px rgba(17, 19, 21, 0.12);
}
body.shub-theme-light .shub-about-card__photo::after {
  border-color: rgba(197, 166, 106, 0.42);
}
body.shub-theme-light .shub-about-card__est {
  background: rgba(252, 251, 248, 0.92);
  border-color: rgba(197, 166, 106, 0.35);
  box-shadow: 0 8px 22px rgba(17, 19, 21, 0.08);
  backdrop-filter: none;
}
body.shub-theme-light .shub-about-card__est-mark img {
  opacity: 1;
}
body.shub-theme-light .shub-about-card__est-year { color: #6F5222; }
body.shub-theme-light .shub-about-card__badge {
  background: rgba(18, 18, 18, 0.9);
  border-color: rgba(197, 166, 106, 0.28);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.28);
}
body.shub-theme-light .shub-about-card__eyebrow { color: var(--shub-gold-strong); }
body.shub-theme-light .shub-about-card__eyebrow::before {
  background: linear-gradient(90deg, #C5A66A, rgba(197, 166, 106, 0.35));
}
body.shub-theme-light .shub-about-card__title { color: var(--shub-ink); }
body.shub-theme-light .shub-about-card__title em { color: var(--shub-cognac); }
body.shub-theme-light .shub-about-card__rule { color: rgba(143, 107, 46, 0.75); }
body.shub-theme-light .shub-about-card__rule::before,
body.shub-theme-light .shub-about-card__rule::after {
  background: linear-gradient(90deg, rgba(197, 166, 106, 0.55), rgba(197, 166, 106, 0.08));
}
body.shub-theme-light .shub-about-card__rule::after {
  background: linear-gradient(90deg, rgba(197, 166, 106, 0.08), rgba(197, 166, 106, 0.55));
}
body.shub-theme-light .shub-about-card__rule span { color: var(--shub-gold-mid); }
body.shub-theme-light .shub-about-card__body { color: #4A4E50; }
body.shub-theme-light .shub-about-card__features { border-top-color: rgba(203, 196, 182, 0.55); }
body.shub-theme-light .shub-about-card__features li {
  border-bottom-color: rgba(203, 196, 182, 0.45);
  color: var(--shub-ink);
}
body.shub-theme-light .shub-about-card__feat-ico {
  border-color: rgba(197, 166, 106, 0.55);
  color: var(--shub-gold-strong);
  background: rgba(255, 255, 255, 0.45);
}

/* ---------- PARTNERS SLIDER ---------- */
body.shub-theme-dark .shub-section--partners {
  background:
    radial-gradient(ellipse 50% 40% at 12% 0%, rgba(197, 166, 106, 0.08), transparent 58%),
    linear-gradient(180deg, #090B0C 0%, #0E1011 100%);
}
body.shub-theme-dark .shub-section--partners .shub-display { color: #FBF8F1; }
body.shub-theme-dark .shub-section--partners .shub-eyebrow--dark { color: #E8C97A; }
body.shub-theme-dark .shub-section--partners .shub-section__head .shub-lead { color: rgba(245, 241, 232, 0.72); }
body.shub-theme-dark .shub-section--partners .shub-link-arrow--gold { color: #E8C97A !important; }
body.shub-theme-dark .shub-partner-card--slider {
  --partner-bg: linear-gradient(165deg, #171B1E 0%, #121617 100%);
  --partner-border: rgba(197, 166, 106, 0.18);
  --partner-shadow: 0 10px 26px rgba(0, 0, 0, 0.38);
  --partner-title: #F5F1E8;
  --partner-title-active: #E8C97A;
  --partner-muted: rgba(245, 241, 232, 0.62);
  --partner-accent: #E8C97A;
  --partner-ring: rgba(197, 166, 106, 0.14);
  --partner-ring-border: #171B1E;
  --partner-divider: rgba(245, 241, 232, 0.1);
  --partner-action-bg: rgba(245, 241, 232, 0.07);
  --partner-action-fg: rgba(245, 241, 232, 0.78);
}
body.shub-theme-dark .shub-partner-card--slider:hover {
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.45);
  border-color: rgba(232, 201, 122, 0.35);
}
body.shub-theme-dark .shub-partner-card__action:hover {
  color: #1A1208 !important;
}
body.shub-theme-dark .shub-partners-slider__arrow {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(245, 241, 232, 0.12);
  color: rgba(245, 241, 232, 0.82);
}
body.shub-theme-dark .shub-partners-slider__arrow:hover,
body.shub-theme-dark .shub-partners-slider__arrow:focus-visible {
  border-color: rgba(232, 201, 122, 0.55);
  color: #E8C97A;
}
body.shub-theme-dark .shub-partners-slider__dot { background: rgba(245, 241, 232, 0.22); }
body.shub-theme-dark .shub-partners-slider__dot.is-active { background: #E8C97A; }

body.shub-theme-light .shub-section--partners {
  background: linear-gradient(180deg, #F3F4F6 0%, #ECEEF1 100%);
}
body.shub-theme-light .shub-section--partners .shub-display { color: var(--shub-ink); }
body.shub-theme-light .shub-section--partners .shub-eyebrow--dark { color: var(--shub-gold-strong); }
body.shub-theme-light .shub-section--partners .shub-section__head .shub-lead { color: #5C6166; }

/* ---------- WHY PANEL / AREAS / PROCESS SPLIT / CTA BAND ---------- */
body.shub-theme-light .shub-why__panel {
  background:
    radial-gradient(ellipse 70% 60% at 100% 0%, rgba(155, 87, 51, 0.08), transparent 55%),
    #FFFFFF;
  color: var(--shub-ink);
  border-color: var(--shub-border);
}
body.shub-theme-light .shub-why__panel .shub-display { color: var(--shub-ink); }
body.shub-theme-light .shub-why__panel > .shub-lead { color: var(--shub-ink-soft); }
body.shub-theme-light .shub-why__row + .shub-why__row { border-top-color: rgba(143, 107, 46, 0.3); }
body.shub-theme-light .shub-why__row .shub-why__ico { background: rgba(197, 166, 106, 0.18); color: var(--shub-gold-strong); }
body.shub-theme-light .shub-why__row h3 { color: var(--shub-ink); }
body.shub-theme-light .shub-why__row p { color: var(--shub-ink-soft); }
body.shub-theme-light .shub-areas__panel {
  color: var(--shub-ink);
  border-color: var(--shub-border);
  background:
    radial-gradient(ellipse 80% 70% at 100% 0%, rgba(196, 154, 69, 0.14), transparent 55%),
    #FFFFFF;
}
body.shub-theme-light .shub-areas__panel .shub-display { color: var(--shub-ink); }
body.shub-theme-light .shub-areas__panel p { color: var(--shub-ink-soft); }
body.shub-theme-light .shub-process-visual {
  border-color: var(--shub-border);
  background: url("../img/atelier/svg/sole-tread.svg") center / 150px 150px, linear-gradient(160deg, #EFEBE1, #F8F5EE);
}
body.shub-theme-light .shub-process-visual h3 { color: var(--shub-ink); }
body.shub-theme-light .shub-process-visual p { color: var(--shub-ink-soft); }
body.shub-theme-light .shub-process-visual .shub-shoe { color: rgba(143, 107, 46, 0.55); }
body.shub-theme-light .shub-process__step { border-bottom-color: var(--shub-border); }
body.shub-theme-light .shub-process__step h3 { color: var(--shub-ink); }
body.shub-theme-light .shub-process__step p { color: var(--shub-ink-soft); }
body.shub-theme-light .shub-process__step::before {
  -webkit-text-stroke: 1px rgba(143, 107, 46, 0.55);
  text-stroke: 1px rgba(143, 107, 46, 0.55);
}
body.shub-theme-light .shub-process__step::after {
  background: linear-gradient(180deg, rgba(143, 107, 46, 0.45), transparent);
}
body.shub-theme-light .shub-cta-band { border-color: var(--shub-border); box-shadow: var(--shub-shadow-md); }
body.shub-theme-light .shub-cta-band__content {
  color: var(--shub-ink);
  background:
    radial-gradient(ellipse 60% 80% at 0% 100%, rgba(155, 87, 51, 0.1), transparent 55%),
    linear-gradient(150deg, #FFFFFF, #F4F1E9);
}
body.shub-theme-light .shub-cta-band__content .shub-eyebrow { color: var(--shub-gold-strong); }
body.shub-theme-light .shub-cta-band__content .shub-display { color: var(--shub-ink); }
body.shub-theme-light .shub-cta-band__content p { color: var(--shub-ink-soft); }
body.shub-theme-light .shub-cta-band__visual {
  background:
    radial-gradient(ellipse 70% 60% at 50% 40%, rgba(196, 154, 69, 0.16), transparent 60%),
    linear-gradient(160deg, #EFEBE1, #F8F5EE);
}
body.shub-theme-light .shub-book-bar {
  background: #FFFFFF;
  border-color: var(--shub-gold-line);
  color: var(--shub-ink);
}
body.shub-theme-light .shub-book-bar__ico {
  background: rgba(143, 107, 46, 0.1); color: var(--shub-gold-strong); border-color: var(--shub-gold-line);
}
body.shub-theme-light .shub-book-bar__step strong { color: var(--shub-ink); }
body.shub-theme-light .shub-book-bar__step span { color: var(--shub-muted); }

/* ---------- MOBILE NAV SHEET ---------- */
body.shub-theme-light .shub-nav-panel__sheet {
  background: linear-gradient(165deg, #FFFFFF 0%, #F6F4EF 100%);
  color: var(--shub-ink);
  border-left-color: var(--shub-gold-line);
  box-shadow: -24px 0 60px rgba(17, 19, 21, 0.18);
}
body.shub-theme-light[dir="rtl"] .shub-nav-panel__sheet,
[dir="rtl"] body.shub-theme-light .shub-nav-panel__sheet { border-right-color: var(--shub-gold-line); }
body.shub-theme-light .shub-nav-panel__top .shub-brand,
body.shub-theme-light .shub-nav-panel__top .shub-brand__name { color: var(--shub-ink) !important; }
body.shub-theme-light .shub-nav-panel__top .shub-icon-btn {
  background: var(--shub-surface); border-color: var(--shub-border); color: var(--shub-ink);
}
body.shub-theme-light .shub-nav-panel .shub-nav a { color: var(--shub-ink-soft) !important; }
body.shub-theme-light .shub-nav-panel .shub-nav a:hover,
body.shub-theme-light .shub-nav-panel .shub-nav a:focus-visible,
body.shub-theme-light .shub-nav-panel .shub-nav a[aria-current="page"] { color: var(--shub-gold-strong) !important; }
body.shub-theme-light .shub-nav-panel__theme { color: var(--shub-ink-soft); }
body.shub-theme-light .shub-nav-panel .shub-btn--ghost-nav {
  border-color: var(--shub-border-strong);
  color: var(--shub-ink) !important;
}

/* ---------- FOOTER ---------- */
body.shub-theme-light .shub-footer {
  --shub-footer-line: rgba(143, 107, 46, 0.2);
  --shub-footer-line-strong: rgba(143, 107, 46, 0.4);
  background:
    radial-gradient(ellipse 70% 45% at 50% -8%, rgba(197, 166, 106, 0.14), transparent 55%),
    linear-gradient(180deg, #F1EDE4 0%, #EAE5D9 100%);
  color: var(--shub-ink);
}
body.shub-theme-light .shub-footer::before { opacity: 0.1; }
body.shub-theme-light .shub-footer__flare {
  background: linear-gradient(90deg, transparent, rgba(143, 107, 46, 0.45), transparent);
}
body.shub-theme-light .shub-footer a { color: var(--shub-ink-soft) !important; }
body.shub-theme-light .shub-footer a:hover { color: var(--shub-gold-strong) !important; }
body.shub-theme-light .shub-footer__logo,
body.shub-theme-light .shub-footer__logo:hover { color: var(--shub-ink) !important; }
body.shub-theme-light .shub-footer__name { color: var(--shub-ink); }
body.shub-theme-light .shub-footer__tagline { color: var(--shub-gold-strong); }
body.shub-theme-light .shub-footer__mark { color: var(--shub-gold-strong); }
body.shub-theme-light .shub-footer__brand p { color: var(--shub-ink-soft); }
body.shub-theme-light .shub-footer__social-btn {
  color: var(--shub-gold-strong) !important;
  border-color: rgba(143, 107, 46, 0.45);
  background: rgba(143, 107, 46, 0.06);
}
body.shub-theme-light a.shub-footer__social-btn:hover {
  color: #1A1208 !important;
  background: var(--shub-champagne);
  border-color: var(--shub-champagne);
}
body.shub-theme-light .shub-footer__heading { color: var(--shub-gold-strong); }
body.shub-theme-light .shub-footer__heading::before {
  background: linear-gradient(90deg, var(--shub-gold-strong), rgba(143, 107, 46, 0.15));
}
body.shub-theme-light .shub-footer__services li + li { border-top-color: rgba(17, 19, 21, 0.08); }
body.shub-theme-light .shub-footer__services a,
body.shub-theme-light .shub-footer__links a,
body.shub-theme-light .shub-footer__contact a,
body.shub-theme-light .shub-footer__hours,
body.shub-theme-light .shub-footer__legal a { color: var(--shub-ink-soft) !important; }
body.shub-theme-light .shub-footer__services a:hover,
body.shub-theme-light .shub-footer__links a:hover,
body.shub-theme-light .shub-footer__legal a:hover { color: var(--shub-ink) !important; }
body.shub-theme-light .shub-footer__contact a:hover { color: var(--shub-gold-strong) !important; }
body.shub-theme-light .shub-footer__svc-ico,
body.shub-theme-light .shub-footer__contact-ico,
body.shub-theme-light .shub-footer__copy-ico,
body.shub-theme-light .shub-footer__legal a i { color: var(--shub-gold-strong); }
body.shub-theme-light .shub-footer__cta {
  background:
    linear-gradient(180deg, rgba(197, 166, 106, 0.14) 0%, transparent 28%),
    #FFFFFF;
  border-color: rgba(143, 107, 46, 0.35);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.8),
    0 18px 48px rgba(17, 19, 21, 0.1);
}
body.shub-theme-light .shub-footer__cta::before {
  background: linear-gradient(90deg, transparent, rgba(143, 107, 46, 0.45), transparent);
}
body.shub-theme-light .shub-footer__cta-ico {
  color: var(--shub-gold-strong);
  border-color: rgba(143, 107, 46, 0.45);
  background: rgba(143, 107, 46, 0.08);
  box-shadow: none;
}
body.shub-theme-light .shub-footer__cta h3 { color: var(--shub-ink); }
body.shub-theme-light .shub-footer__cta p { color: var(--shub-muted); }
body.shub-theme-light .shub-footer__bottom {
  color: var(--shub-muted);
  border-image: linear-gradient(90deg, transparent, rgba(143, 107, 46, 0.35), transparent) 1;
}
body.shub-theme-light .shub-footer__meta a { color: var(--shub-muted) !important; }
body.shub-theme-light .shub-footer__meta a:hover { color: var(--shub-gold-strong) !important; }
body.shub-theme-light .shub-footer__meta a:not(:last-child)::after { background: rgba(17, 19, 21, 0.22); }
body.shub-theme-light .shub-footer__lang summary {
  border-color: rgba(143, 107, 46, 0.4);
  color: var(--shub-gold-strong);
  background: rgba(143, 107, 46, 0.06);
}
body.shub-theme-light .shub-footer__lang summary:hover,
body.shub-theme-light .shub-footer__lang[open] summary {
  border-color: rgba(143, 107, 46, 0.65);
  background: rgba(143, 107, 46, 0.1);
}
body.shub-theme-light .shub-footer__lang-menu {
  background: #FFFFFF;
  border-color: var(--shub-gold-line);
  box-shadow: 0 16px 40px rgba(17, 19, 21, 0.16);
}
body.shub-theme-light .shub-footer__lang-menu a { color: var(--shub-ink-soft) !important; }
body.shub-theme-light .shub-footer__lang-menu a:hover,
body.shub-theme-light .shub-footer__lang-menu a[aria-current="true"] {
  background: rgba(197, 166, 106, 0.14);
  color: var(--shub-gold-strong) !important;
}
body.shub-theme-light .shub-lang a { border-color: var(--shub-border-strong); }
body.shub-theme-light .shub-lang a:hover { border-color: var(--shub-gold-strong); }

@media print {
  .shub-header, .shub-footer, .shub-mobile-book, .shub-menu-toggle { display: none !important; }
  body.shub-public { background: #fff; color: #000; }
}
