/* Royal Barber 2.7.0 compiled design system. Do not edit generated file directly. */
html:root {
  --rb-bg: #0f0b06;
  --rb-bg-soft: #171108;
  --rb-panel: #21170c;
  --rb-panel-2: #2c1e0f;
  --rb-text: #f7e8c3;
  --rb-text-soft: #d9bd7c;
  --rb-muted: #a57a34;
  --rb-accent: #bf7a11;
  --rb-accent-bright: #dd9716;
  --rb-accent-dark: #513518;
  --rb-border: rgba(221,151,22,.22);
  --rb-dark: #0f0b06;
  --rb-white: #fff7e3;
  --rb-success: #8eaa67;
  --rb-danger: #b44934;
  --rb-shadow: 0 30px 80px rgba(15,11,6,.48);
  --rb-radius: 18px;
  --rb-radius-sm: 10px;
  --rb-container: 1220px;
  --rb-header-height: 84px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--rb-bg);
  color: var(--rb-text);
  font-family: "Manrope", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.7;
  text-rendering: optimizeLegibility;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
a:hover { color: var(--rb-accent-bright); }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
::selection { color: var(--rb-dark); background: var(--rb-accent-bright); }

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 0.8em;
  font-family: "Playfair Display", Georgia, serif;
  line-height: 1.08;
  letter-spacing: -0.025em;
}
h1 { font-size: clamp(3rem, 7vw, 6.8rem); }
h2 { font-size: clamp(2.2rem, 4vw, 4.2rem); }
h3 { font-size: clamp(1.35rem, 2vw, 1.8rem); }
p { margin: 0 0 1.3em; color: var(--rb-text-soft); white-space: pre-wrap; }

.container { width: min(calc(100% - 40px), var(--rb-container)); margin-inline: auto; }
.content-shell { width: min(100%, 820px); }
.section { padding: clamp(78px, 10vw, 140px) 0; }
.section--muted { background: var(--rb-bg-soft); }
.section--accent { color: var(--rb-dark); background: var(--rb-accent-bright); }
.section--accent p { color: rgba(11, 12, 10, 0.75); }
.site-main { min-height: 60vh; }

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.screen-reader-text:focus, .skip-link:focus {
  clip: auto;
  width: auto;
  height: auto;
  margin: 12px;
  padding: 12px 18px;
  z-index: 99999;
  color: var(--rb-dark);
  background: var(--rb-white);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 28px;
  border: 1px solid var(--rb-accent);
  border-radius: 999px;
  color: var(--rb-dark);
  background: var(--rb-accent-bright);
  font-size: 0.86rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  transition: transform 180ms ease, box-shadow 180ms ease, color 180ms ease, background 180ms ease;
}
.button:hover { transform: translateY(-2px); color: var(--rb-dark); box-shadow: 0 12px 30px rgba(185, 130, 79, 0.25); }
.button--small { min-height: 42px; padding: 0 20px; font-size: 0.74rem; }
.button--outline { color: var(--rb-text); background: transparent; border-color: rgba(243, 234, 219, 0.35); }
.button--outline:hover { color: var(--rb-dark); background: var(--rb-text); }
.button--dark { color: var(--rb-text); background: var(--rb-dark); border-color: var(--rb-dark); }
.button--dark:hover { color: var(--rb-white); }
.button--block { width: 100%; }
.button.is-disabled, .button[aria-disabled="true"] { pointer-events: none; opacity: 0.45; }
.text-link { color: var(--rb-accent-bright); font-weight: 700; }
.text-link:hover { color: var(--rb-white); }
.eyebrow {
  display: inline-block;
  margin-bottom: 18px;
  color: var(--rb-accent-bright);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.announcement-bar { position: relative; z-index: 1002; color: var(--rb-dark); background: var(--rb-accent-bright); }
.announcement-bar__inner { display: flex; align-items: center; justify-content: center; min-height: 42px; padding-top: 7px; padding-bottom: 7px; }
.announcement-bar__content { display: flex; align-items: center; justify-content: center; gap: 13px; font-size: 0.82rem; text-align: center; }
.announcement-bar__content strong { font-weight: 900; }
.announcement-bar__content span { color: rgba(11, 12, 10, 0.8); }
.announcement-bar__content code { padding: 2px 8px; border: 1px dashed rgba(11, 12, 10, 0.45); border-radius: 4px; background: rgba(255, 255, 255, 0.15); font-weight: 800; }
.announcement-bar__content a { border-bottom: 1px solid currentColor; font-weight: 800; }
.announcement-bar__close { position: absolute; right: 18px; border: 0; color: var(--rb-dark); background: none; font-size: 1.5rem; line-height: 1; }
.announcement-bar.is-hidden { display: none; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  height: var(--rb-header-height);
  border-bottom: 1px solid transparent;
  background: rgba(17, 18, 16, 0.94);
  backdrop-filter: blur(18px);
  transition: background 240ms ease, border-color 240ms ease, box-shadow 240ms ease;
}
.admin-bar .site-header { top: 32px; }
.has-transparent-header .site-header { position: sticky; margin-bottom: calc(-1 * var(--rb-header-height)); background: linear-gradient(to bottom, rgba(5, 6, 5, 0.78), rgba(5, 6, 5, 0)); backdrop-filter: none; }
.has-transparent-header .site-header.is-scrolled { background: rgba(17, 18, 16, 0.96); border-color: var(--rb-border); box-shadow: 0 12px 35px rgba(0, 0, 0, 0.16); backdrop-filter: blur(18px); }
.site-header__inner { display: grid; grid-template-columns: auto minmax(0, 1fr) auto; align-items: center; gap: 30px; height: 100%; }
.brand-mark { display: inline-flex; align-items: center; gap: 12px; color: var(--rb-text); }
.brand-mark__icon { display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid var(--rb-accent); border-radius: 50%; font-family: "Playfair Display", serif; font-weight: 700; }
.brand-mark__text { font-family: "Playfair Display", serif; font-size: 1.15rem; font-weight: 700; white-space: nowrap; }
.custom-logo-link { display: inline-flex; align-items: center; }
.custom-logo { width: auto; max-height: 54px; }
.primary-navigation .menu { display: flex; align-items: center; justify-content: center; gap: clamp(16px, 2vw, 30px); margin: 0; padding: 0; list-style: none; }
.primary-navigation a { position: relative; color: var(--rb-text); font-size: 0.78rem; font-weight: 700; letter-spacing: 0.035em; white-space: nowrap; }
.primary-navigation a::after { position: absolute; right: 0; bottom: -8px; left: 0; height: 1px; content: ""; background: var(--rb-accent-bright); transform: scaleX(0); transform-origin: left; transition: transform 180ms ease; }
.primary-navigation a:hover::after, .primary-navigation .current-menu-item > a::after { transform: scaleX(1); }
.site-header__actions { display: flex; align-items: center; gap: 16px; }
.header-phone { color: var(--rb-text-soft); font-size: 0.78rem; font-weight: 700; white-space: nowrap; }
.language-switcher { display: flex; gap: 5px; color: var(--rb-muted); font-size: 0.72rem; font-weight: 800; }
.language-switcher ul { display: flex; gap: 6px; margin: 0; padding: 0; list-style: none; }
.language-switcher a { color: var(--rb-text); }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 10px; border: 0; background: none; }
.menu-toggle > span:not(.screen-reader-text) { display: block; width: 100%; height: 2px; margin: 5px 0; background: var(--rb-text); transition: transform 180ms ease, opacity 180ms ease; }
.mobile-booking-button { display: none; }

.hero { position: relative; display: grid; align-items: end; min-height: max(720px, 100svh); overflow: hidden; background: #090a08; }
.hero__media { position: absolute; inset: 0; background: radial-gradient(circle at 70% 36%, rgba(185, 130, 79, 0.3), transparent 22%), linear-gradient(120deg, #0a0b09 4%, #151712 50%, #090a08 100%); }
.hero__media::before { position: absolute; top: 12%; right: 8%; width: min(42vw, 650px); aspect-ratio: 0.76; border: 1px solid rgba(212, 165, 111, 0.3); border-radius: 48% 48% 8px 8px; content: ""; background: linear-gradient(145deg, rgba(255,255,255,.03), rgba(0,0,0,.45)), repeating-linear-gradient(90deg, transparent 0 48px, rgba(255,255,255,.018) 49px 50px); box-shadow: inset 0 0 80px rgba(0,0,0,.7), 0 50px 90px rgba(0,0,0,.42); transform: rotate(2deg); }
.hero__media::after { position: absolute; right: 16%; bottom: 8%; width: 13vw; min-width: 150px; aspect-ratio: .5; border-radius: 80px 80px 12px 12px; content: ""; background: linear-gradient(90deg, #0d0e0c, #28251f 45%, #0b0c0a); box-shadow: 0 30px 70px rgba(0,0,0,.65); opacity: .92; }
.hero__texture { position: absolute; inset: 0; background-image: radial-gradient(rgba(255,255,255,.08) .65px, transparent .65px); background-size: 7px 7px; opacity: .16; mix-blend-mode: overlay; }
.hero__spotlight { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,6,5,.94) 0%, rgba(5,6,5,.78) 42%, rgba(5,6,5,.12) 75%, rgba(5,6,5,.55) 100%), linear-gradient(to top, #090a08 0%, transparent 35%); }
.hero__content { position: relative; z-index: 2; padding-top: calc(var(--rb-header-height) + 110px); padding-bottom: 70px; }
.hero h1 { max-width: 990px; margin-bottom: 26px; }
.hero p { max-width: 670px; font-size: clamp(1.05rem, 1.4vw, 1.28rem); }
.hero__actions { display: flex; align-items: center; gap: 28px; margin-top: 36px; }
.hero__stats { display: flex; gap: clamp(36px, 6vw, 88px); margin-top: 80px; padding-top: 28px; border-top: 1px solid var(--rb-border); }
.hero__stats div { display: flex; flex-direction: column; }
.hero__stats strong { color: var(--rb-accent-bright); font-family: "Playfair Display", serif; font-size: 1.8rem; }
.hero__stats span { color: var(--rb-muted); font-size: .78rem; letter-spacing: .08em; text-transform: uppercase; }

.promotion-highlight { position: relative; z-index: 3; margin-top: -1px; padding: 25px 0; color: var(--rb-dark); background: var(--rb-accent-bright); }
.promotion-highlight__inner { display: flex; align-items: center; justify-content: space-between; gap: 35px; }
.promotion-highlight .eyebrow { margin: 0 0 6px; color: rgba(11, 12, 10, .62); }
.promotion-highlight h2 { margin: 0 0 4px; font-size: clamp(1.5rem, 2.4vw, 2.4rem); }
.promotion-highlight p { margin: 0; color: rgba(11, 12, 10, .72); }
.promotion-highlight__meta { display: flex; align-items: center; gap: 16px; }
.promotion-highlight__meta > strong { font-family: "Playfair Display", serif; font-size: 2.5rem; }
.promotion-highlight__meta code { padding: 7px 10px; border: 1px dashed rgba(11, 12, 10, .5); border-radius: 5px; font-weight: 800; }
.promotion-highlight .button { color: var(--rb-text); background: var(--rb-dark); border-color: var(--rb-dark); }

.split-layout { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: clamp(50px, 8vw, 120px); }
.split-layout--center { align-items: center; }
.brand-intro h2 { max-width: 660px; }
.brand-intro p { font-size: 1.08rem; }
.section-heading { max-width: 800px; margin: 0 auto 55px; text-align: center; }
.section-heading--left { margin: 0 0 32px; text-align: left; }
.section-heading p { max-width: 660px; margin-inline: auto; }
.section-heading--left p { margin-inline: 0; }

.card-grid { display: grid; gap: 26px; }
.card-grid--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.card-grid--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.card-grid--4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.service-card, .post-card, .content-card, .barber-card, .branch-card { overflow: hidden; border: 1px solid var(--rb-border); border-radius: var(--rb-radius); background: var(--rb-panel); transition: transform 240ms ease, border-color 240ms ease, box-shadow 240ms ease; }
.service-card:hover, .post-card:hover, .content-card:hover, .barber-card:hover, .branch-card:hover { transform: translateY(-7px); border-color: rgba(212,165,111,.45); box-shadow: var(--rb-shadow); }
.service-card__media, .post-card__media, .content-card__media, .barber-card__media { display: block; aspect-ratio: 1.28; overflow: hidden; background: #151612; }
.service-card__media img, .post-card__media img, .content-card__media img, .barber-card__media img, .branch-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform 500ms ease; }
.service-card:hover img, .post-card:hover img, .content-card:hover img, .barber-card:hover img, .branch-card:hover img { transform: scale(1.045); }
.service-card__body, .post-card__body, .content-card__body, .barber-card__body, .branch-card__body { padding: 25px; }
.service-card__meta, .content-card__meta { display: flex; justify-content: space-between; gap: 12px; margin-bottom: 16px; color: var(--rb-accent-bright); font-size: .76rem; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.service-card h3, .post-card h3, .post-card h2, .content-card h2, .barber-card h3, .branch-card h3 { margin-bottom: 13px; font-size: 1.38rem; }
.service-card p, .post-card p, .content-card p { font-size: .9rem; }
.post-card__body > span { display: block; margin-bottom: 12px; color: var(--rb-muted); font-size: .74rem; text-transform: uppercase; }
.barber-card__media { aspect-ratio: .82; }
.barber-card__body > span { color: var(--rb-accent-bright); font-size: .72rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.barber-card__body p { margin: 0; color: var(--rb-muted); font-size: .84rem; }
.branch-card { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr); min-height: 380px; }
.branch-card__media { min-height: 100%; overflow: hidden; }
.branch-card__body { display: flex; flex-direction: column; justify-content: center; }
.branch-card__actions { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 20px; }
.card-placeholder { display: grid; place-items: center; width: 100%; height: 100%; min-height: 220px; background: radial-gradient(circle at 60% 30%, rgba(185,130,79,.22), transparent 25%), linear-gradient(145deg, #24251f, #11120f); }
.card-placeholder span { display: grid; place-items: center; width: 80px; height: 80px; border: 1px solid rgba(212,165,111,.5); border-radius: 50%; color: var(--rb-accent-bright); font-family: "Playfair Display", serif; font-size: 1.5rem; }

.combo-preview h2 { max-width: 710px; }
.combo-preview__panel { padding: 25px; border-radius: var(--rb-radius); color: var(--rb-text); background: var(--rb-dark); box-shadow: var(--rb-shadow); }
.combo-preview__panel > div { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 17px 0; border-bottom: 1px solid var(--rb-border); }
.combo-preview__panel > div:last-child { border-bottom: 0; }
.combo-preview__panel span { color: var(--rb-text-soft); }
.combo-preview__total strong { color: var(--rb-accent-bright); font-family: "Playfair Display", serif; font-size: 2rem; }

.ai-intro { overflow: hidden; }
.ai-visual { position: relative; display: grid; place-items: center; min-height: 520px; }
.ai-visual::before { position: absolute; width: 430px; height: 430px; border: 1px solid rgba(212,165,111,.2); border-radius: 50%; content: ""; box-shadow: 0 0 100px rgba(185,130,79,.12); }
.ai-visual__frame { position: relative; z-index: 2; display: grid; place-items: center; width: 260px; height: 330px; border: 1px solid var(--rb-accent); border-radius: 140px 140px 30px 30px; background: linear-gradient(145deg, rgba(212,165,111,.18), rgba(0,0,0,.55)); box-shadow: inset 0 0 50px rgba(0,0,0,.55), var(--rb-shadow); }
.ai-visual__frame span { color: var(--rb-accent-bright); font-family: "Playfair Display", serif; font-size: 3rem; }
.ai-visual__tag { position: absolute; z-index: 3; padding: 10px 16px; border: 1px solid var(--rb-border); border-radius: 999px; background: rgba(32,33,29,.88); backdrop-filter: blur(10px); font-size: .76rem; font-weight: 800; }
.ai-visual__tag--one { top: 20%; left: 6%; }
.ai-visual__tag--two { top: 42%; right: 2%; }
.ai-visual__tag--three { bottom: 15%; left: 14%; }

.event-card { display: grid; grid-template-columns: auto 1fr; gap: 22px; padding: 25px; border: 1px solid var(--rb-border); border-radius: var(--rb-radius); background: var(--rb-panel); }
.event-card__date { display: flex; flex-direction: column; align-items: center; justify-content: center; width: 78px; height: 88px; border: 1px solid rgba(212,165,111,.35); border-radius: 12px; color: var(--rb-accent-bright); }
.event-card__date strong { font-family: "Playfair Display", serif; font-size: 2rem; line-height: 1; }
.event-card__date span { margin-top: 7px; color: var(--rb-muted); font-size: .7rem; }
.event-card .eyebrow { margin-bottom: 8px; }
.event-card h3 { font-size: 1.45rem; }
.event-card p { margin-bottom: 0; font-size: .86rem; }

.process-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; }
.process-card { padding: 30px 24px; border-top: 1px solid var(--rb-accent); background: linear-gradient(180deg, rgba(185,130,79,.1), transparent 70%); }
.process-card > span { color: var(--rb-accent-bright); font-family: "Playfair Display", serif; font-size: 2.4rem; }
.process-card h3 { margin-top: 32px; font-size: 1.4rem; }
.process-card p { margin: 0; font-size: .86rem; }
.testimonial { margin: 0; padding: 32px; border: 1px solid var(--rb-border); border-radius: var(--rb-radius); background: var(--rb-panel); }
.testimonial p { color: var(--rb-text); font-family: "Playfair Display", serif; font-size: 1.25rem; line-height: 1.6; }
.testimonial cite { color: var(--rb-accent-bright); font-size: .76rem; font-style: normal; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.final-cta { padding: clamp(85px, 12vw, 160px) 0; text-align: center; background: radial-gradient(circle at 50% 15%, rgba(185,130,79,.2), transparent 28%), #0a0b09; }
.final-cta__inner { max-width: 900px; }
.final-cta h2 { font-size: clamp(2.7rem, 5vw, 5.4rem); }

.page-hero { position: relative; overflow: hidden; background: radial-gradient(circle at 78% 20%, rgba(185,130,79,.22), transparent 25%), linear-gradient(125deg, #0b0c0a, #1b1c18); }
.page-hero::after { position: absolute; inset: 0; content: ""; background-image: radial-gradient(rgba(255,255,255,.06) .55px, transparent .55px); background-size: 8px 8px; opacity: .18; }
.page-hero > .container, .page-hero__grid { position: relative; z-index: 1; }
.page-hero--compact { padding: clamp(120px, 15vw, 210px) 0 clamp(70px, 9vw, 120px); }
.page-hero--compact h1 { max-width: 1000px; font-size: clamp(3rem, 6vw, 6rem); }
.page-hero--compact p { max-width: 700px; font-size: 1.05rem; }
.page-hero--article { padding: clamp(120px, 15vw, 210px) 0 80px; }
.page-hero--article h1 { font-size: clamp(2.8rem, 5vw, 5.6rem); }
.page-hero--ai { padding: clamp(120px, 15vw, 200px) 0 90px; }
.page-hero__grid { display: grid; grid-template-columns: 1.2fr .8fr; align-items: center; gap: 80px; }
.ai-security-badge { display: flex; flex-direction: column; gap: 6px; padding: 30px; border: 1px solid rgba(212,165,111,.3); border-radius: var(--rb-radius); background: rgba(17,18,16,.65); backdrop-filter: blur(12px); }
.ai-security-badge > span { font-size: 2rem; }
.ai-security-badge small { color: var(--rb-muted); }

.entry-content { color: var(--rb-text-soft); }
.entry-content > *:first-child { margin-top: 0; }
.entry-content h2, .entry-content h3 { margin-top: 1.5em; color: var(--rb-text); }
.entry-content a { color: var(--rb-accent-bright); text-decoration: underline; text-underline-offset: 3px; }
.entry-content ul, .entry-content ol { padding-left: 1.4em; }
.entry-content blockquote { margin: 2em 0; padding-left: 24px; border-left: 3px solid var(--rb-accent); color: var(--rb-text); font-family: "Playfair Display", serif; font-size: 1.3rem; }
.article-featured-image { margin-top: -40px; position: relative; z-index: 2; }
.article-featured-image img { width: 100%; max-height: 640px; object-fit: cover; border-radius: var(--rb-radius); }
.article-cta { padding: 70px 0; background: var(--rb-bg-soft); }
.pagination { margin-top: 55px; }
.pagination .nav-links { display: flex; gap: 8px; }
.pagination a, .pagination span { display: grid; place-items: center; min-width: 44px; height: 44px; padding: 0 12px; border: 1px solid var(--rb-border); border-radius: 999px; }
.pagination .current { color: var(--rb-dark); background: var(--rb-accent-bright); }
.empty-state { padding: 70px; border: 1px dashed var(--rb-border); border-radius: var(--rb-radius); text-align: center; }

.detail-hero { position: relative; min-height: 700px; overflow: hidden; display: flex; align-items: flex-end; }
.detail-hero__media { position: absolute; inset: 0; }
.detail-hero__media img, .detail-hero__media .card-placeholder { width: 100%; height: 100%; object-fit: cover; }
.detail-hero__media::after { position: absolute; inset: 0; content: ""; background: linear-gradient(to top, rgba(7,8,7,.98), rgba(7,8,7,.3) 60%, rgba(7,8,7,.5)); }
.detail-hero__content { position: relative; z-index: 2; padding-bottom: 80px; }
.detail-hero__content h1 { max-width: 900px; }
.detail-hero__content p { max-width: 650px; font-size: 1.1rem; }
.detail-grid { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(320px, .75fr); gap: clamp(45px, 8vw, 110px); align-items: start; }
.info-panel { position: sticky; top: calc(var(--rb-header-height) + 30px); padding: 30px; border: 1px solid var(--rb-border); border-radius: var(--rb-radius); background: var(--rb-panel); }
.info-panel h2 { font-size: 1.8rem; }
.info-panel dl { margin: 0 0 22px; }
.info-panel dl > div { padding: 15px 0; border-bottom: 1px solid var(--rb-border); }
.info-panel dt { margin-bottom: 4px; color: var(--rb-muted); font-size: .72rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.info-panel dd { margin: 0; color: var(--rb-text); }
.promo-value { margin-bottom: 20px; color: var(--rb-accent-bright); font-family: "Playfair Display", serif; font-size: 4.5rem; }

.profile-hero { padding: clamp(130px, 15vw, 210px) 0 90px; background: linear-gradient(135deg, #0b0c0a, #1c1d19); }
.profile-hero__grid, .service-detail-hero__grid { display: grid; grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr); align-items: center; gap: clamp(45px, 8vw, 110px); }
.profile-hero__media { aspect-ratio: .78; overflow: hidden; border-radius: 180px 180px 20px 20px; box-shadow: var(--rb-shadow); }
.profile-hero__media img, .profile-hero__media .card-placeholder { width: 100%; height: 100%; object-fit: cover; }
.profile-hero__lead { max-width: 650px; font-size: 1.1rem; }
.profile-facts { display: flex; gap: 50px; margin: 35px 0; padding: 25px 0; border-top: 1px solid var(--rb-border); border-bottom: 1px solid var(--rb-border); }
.profile-facts div { display: flex; flex-direction: column; gap: 5px; }
.profile-facts strong { color: var(--rb-accent-bright); font-family: "Playfair Display", serif; font-size: 1.7rem; }
.profile-facts span { color: var(--rb-muted); font-size: .72rem; text-transform: uppercase; }
.service-detail-hero { padding: clamp(24px, 2vw, 32px) 0 32px; }
.service-detail-hero__grid { grid-template-columns: 1fr 1fr; }
.service-detail-hero__media { aspect-ratio: 1.1; overflow: hidden; border-radius: var(--rb-radius); }
.service-detail-hero__media img, .service-detail-hero__media .card-placeholder { width: 100%; height: 100%; object-fit: cover; }
.price-display { display: flex; align-items: baseline; gap: 14px; margin: 30px 0; }
.price-display strong { color: var(--rb-accent-bright); font-family: "Playfair Display", serif; font-size: 2.8rem; }
.price-display del { color: var(--rb-muted); }
.price-display span { margin-left: auto; color: var(--rb-text-soft); }
.notice-box { margin-top: 35px; padding: 22px 24px; border: 1px solid rgba(212,165,111,.32); border-radius: var(--rb-radius-sm); background: rgba(185,130,79,.08); }
.notice-box p { margin: 0; }
.notice-text { color: var(--rb-muted); font-size: .8rem; line-height: 1.55; }

.calculator-layout { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(340px, .7fr); gap: clamp(35px, 6vw, 80px); align-items: start; }
.calculator-service-list { display: grid; gap: 13px; }
.calculator-service { position: relative; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 18px; padding: 22px; border: 1px solid var(--rb-border); border-radius: var(--rb-radius-sm); background: var(--rb-panel); cursor: pointer; transition: border-color 180ms ease, transform 180ms ease, background 180ms ease; }
.calculator-service:hover { transform: translateY(-2px); border-color: rgba(212,165,111,.35); }
.calculator-service:has(input:checked) { border-color: var(--rb-accent); background: rgba(185,130,79,.1); }
.calculator-service input { position: absolute; opacity: 0; pointer-events: none; }
.calculator-service__check { display: grid; place-items: center; width: 26px; height: 26px; border: 1px solid var(--rb-border); border-radius: 50%; }
.calculator-service input:checked + .calculator-service__check { color: var(--rb-dark); background: var(--rb-accent-bright); }
.calculator-service input:checked + .calculator-service__check::after { content: "✓"; font-weight: 900; }
.calculator-service__info { display: flex; flex-direction: column; }
.calculator-service__info small { color: var(--rb-muted); }
.calculator-service__price { display: flex; flex-direction: column; align-items: flex-end; }
.calculator-service__price strong { color: var(--rb-accent-bright); }
.calculator-service__price small { color: var(--rb-muted); }
.calculator-summary { position: sticky; top: calc(var(--rb-header-height) + 28px); padding: 28px; border: 1px solid var(--rb-border); border-radius: var(--rb-radius); background: var(--rb-panel); box-shadow: var(--rb-shadow); }
.calculator-summary h2 { font-size: 1.8rem; }
.calculator-summary__items { min-height: 90px; padding: 15px 0; border-top: 1px solid var(--rb-border); border-bottom: 1px solid var(--rb-border); }
.calculator-summary__item { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 8px 0; font-size: .85rem; }
.calculator-summary__item button { border: 0; color: var(--rb-danger); background: none; }
.calculator-empty { margin: 0; color: var(--rb-muted); }
.calculator-totals { margin: 15px 0 22px; }
.calculator-totals > div { display: flex; justify-content: space-between; gap: 20px; padding: 8px 0; }
.calculator-totals dt { color: var(--rb-muted); }
.calculator-totals dd { margin: 0; }
.calculator-totals__total { margin-top: 12px; padding-top: 18px !important; border-top: 1px solid var(--rb-border); }
.calculator-totals__total dd { color: var(--rb-accent-bright); font-family: "Playfair Display", serif; font-size: 1.7rem; }

.integration-notice { margin-bottom: 35px; padding: 22px 25px; border-left: 3px solid var(--rb-accent); border-radius: 0 var(--rb-radius-sm) var(--rb-radius-sm) 0; background: var(--rb-panel); }
.integration-notice p { margin: 7px 0 0; font-size: .88rem; }
.integration-notice--compact { margin-bottom: 25px; }
.booking-plugin-shell { padding: 30px; border: 1px solid var(--rb-border); border-radius: var(--rb-radius); background: var(--rb-panel); }
.booking-wizard { padding: clamp(24px, 4vw, 48px); border: 1px solid var(--rb-border); border-radius: var(--rb-radius); background: var(--rb-panel); }
.booking-steps { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 10px; margin: 0 0 55px; padding: 0; list-style: none; }
.booking-steps li { position: relative; display: flex; flex-direction: column; align-items: center; gap: 8px; color: var(--rb-muted); font-size: .69rem; font-weight: 800; letter-spacing: .04em; text-align: center; text-transform: uppercase; }
.booking-steps li::after { position: absolute; top: 17px; left: calc(50% + 24px); width: calc(100% - 48px); height: 1px; content: ""; background: var(--rb-border); }
.booking-steps li:last-child::after { display: none; }
.booking-steps span { position: relative; z-index: 2; display: grid; place-items: center; width: 35px; height: 35px; border: 1px solid var(--rb-border); border-radius: 50%; background: var(--rb-panel); }
.booking-steps li.is-active, .booking-steps li.is-complete { color: var(--rb-text); }
.booking-steps li.is-active span, .booking-steps li.is-complete span { color: var(--rb-dark); background: var(--rb-accent-bright); border-color: var(--rb-accent-bright); }
.booking-panel { display: none; }
.booking-panel.is-active { display: block; animation: rbFadeUp 300ms ease both; }
.selection-grid { display: grid; gap: 15px; }
.selection-grid--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.selection-grid--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.selection-card { position: relative; display: flex; flex-direction: column; gap: 7px; min-height: 150px; padding: 23px; border: 1px solid var(--rb-border); border-radius: var(--rb-radius-sm); background: var(--rb-bg-soft); cursor: pointer; transition: transform 180ms ease, border-color 180ms ease, background 180ms ease; }
.selection-card:hover { transform: translateY(-3px); border-color: rgba(212,165,111,.38); }
.selection-card:has(input:checked) { border-color: var(--rb-accent); background: rgba(185,130,79,.1); }
.selection-card.is-hidden { display: none; }
.selection-card input { position: absolute; opacity: 0; pointer-events: none; }
.selection-card__check { position: absolute; top: 16px; right: 16px; display: grid; place-items: center; width: 23px; height: 23px; border: 1px solid var(--rb-border); border-radius: 50%; color: transparent; }
.selection-card:has(input:checked) .selection-card__check { color: var(--rb-dark); background: var(--rb-accent-bright); }
.selection-card > span:not(.selection-card__check) { color: var(--rb-text-soft); font-size: .86rem; }
.selection-card small { color: var(--rb-muted); line-height: 1.5; }
.selection-card--barber { align-items: center; text-align: center; }
.barber-avatar { width: 86px; height: 86px; margin-bottom: 7px; overflow: hidden; border-radius: 50%; background: var(--rb-panel-2); }
.barber-avatar img, .barber-avatar .card-placeholder { width: 100%; height: 100%; min-height: 0; object-fit: cover; }
.barber-avatar--any { display: grid; place-items: center; color: var(--rb-accent-bright); font-family: "Playfair Display", serif; font-size: 2.2rem; }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.form-grid label { display: flex; flex-direction: column; gap: 8px; }
.form-grid label > span { color: var(--rb-text-soft); font-size: .82rem; font-weight: 700; }
.form-grid__full { grid-column: 1 / -1; }
input[type="text"], input[type="email"], input[type="tel"], input[type="date"], input[type="time"], input[type="number"], input[type="url"], select, textarea {
  width: 100%; min-height: 52px; padding: 13px 15px; border: 1px solid var(--rb-border); border-radius: 8px; color: var(--rb-text); background: var(--rb-bg-soft); outline: none; transition: border-color 180ms ease, box-shadow 180ms ease;
}
textarea { min-height: 120px; resize: vertical; }
input:focus, select:focus, textarea:focus { border-color: var(--rb-accent); box-shadow: 0 0 0 3px rgba(185,130,79,.13); }
.checkbox-field { display: flex !important; flex-direction: row !important; align-items: flex-start; gap: 11px !important; }
.checkbox-field input { flex: 0 0 auto; width: 18px; height: 18px; margin-top: 4px; accent-color: var(--rb-accent-bright); }
.checkbox-field a { color: var(--rb-accent-bright); text-decoration: underline; }
.booking-navigation, .ai-form-navigation { display: flex; justify-content: space-between; gap: 15px; margin-top: 38px; padding-top: 25px; border-top: 1px solid var(--rb-border); }
.booking-error { min-height: 24px; margin: 13px 0 0; color: var(--rb-danger); font-size: .85rem; }
.booking-review { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 13px; margin-bottom: 25px; }
.booking-review__item { padding: 18px; border: 1px solid var(--rb-border); border-radius: var(--rb-radius-sm); background: var(--rb-bg-soft); }
.booking-review__item span { display: block; color: var(--rb-muted); font-size: .7rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.booking-review__item strong { display: block; margin-top: 5px; }

.ai-consultant { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(300px, .75fr); gap: clamp(35px, 6vw, 80px); align-items: start; }
.ai-form-panel { padding: clamp(24px, 4vw, 46px); border: 1px solid var(--rb-border); border-radius: var(--rb-radius); background: var(--rb-panel); }
.ai-form-step { display: none; }
.ai-form-step.is-active { display: block; animation: rbFadeUp 300ms ease both; }
.ai-upload { position: relative; display: grid; place-items: center; min-height: 330px; margin-top: 25px; padding: 30px; border: 1px dashed rgba(212,165,111,.45); border-radius: var(--rb-radius); background: var(--rb-bg-soft); text-align: center; cursor: pointer; overflow: hidden; }
.ai-upload input { position: absolute; opacity: 0; }
.ai-upload__icon { display: grid; place-items: center; width: 54px; height: 54px; margin-bottom: 15px; border: 1px solid var(--rb-accent); border-radius: 50%; color: var(--rb-accent-bright); font-size: 1.7rem; }
.ai-upload strong { font-family: "Playfair Display", serif; font-size: 1.4rem; }
.ai-upload small { color: var(--rb-muted); }
.ai-upload img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; padding: 12px; background: var(--rb-bg-soft); }
.ai-result { display: grid; grid-template-columns: .72fr 1.28fr; gap: 28px; }
.ai-result__score { display: flex; flex-direction: column; align-items: center; justify-content: center; min-height: 260px; padding: 28px; border: 1px solid rgba(212,165,111,.35); border-radius: var(--rb-radius); background: radial-gradient(circle at 50% 25%, rgba(185,130,79,.18), transparent 35%), var(--rb-bg-soft); text-align: center; }
.ai-result__score span, .ai-result__score small { color: var(--rb-muted); }
.ai-result__score strong { margin: 12px 0; color: var(--rb-accent-bright); font-family: "Playfair Display", serif; font-size: 3.2rem; }
.recommendation-list { display: grid; gap: 10px; }
.recommendation-item { padding: 15px; border-left: 2px solid var(--rb-accent); background: var(--rb-bg-soft); }
.recommendation-item strong { display: block; }
.recommendation-item span { color: var(--rb-muted); font-size: .82rem; }
.ai-side-panel { position: sticky; top: calc(var(--rb-header-height) + 30px); padding: 30px; border: 1px solid var(--rb-border); border-radius: var(--rb-radius); background: var(--rb-bg-soft); }
.check-list { display: grid; gap: 12px; margin: 25px 0; padding: 0; list-style: none; }
.check-list li { position: relative; padding-left: 27px; color: var(--rb-text-soft); }
.check-list li::before { position: absolute; left: 0; color: var(--rb-accent-bright); content: "✓"; font-weight: 900; }
.privacy-card { padding: 20px; border-radius: var(--rb-radius-sm); background: var(--rb-panel); }
.privacy-card p { margin: 7px 0 0; font-size: .82rem; }

.site-footer { padding: 80px 0 25px; border-top: 1px solid var(--rb-border); background: #090a08; }
.site-footer__grid { display: grid; grid-template-columns: 1.35fr .75fr .75fr 1fr; gap: 50px; }
.site-footer h3 { font-size: 1.25rem; }
.site-footer p, .site-footer a { color: var(--rb-button-text); font-size: .88rem; }
.site-footer a:hover { color: var(--rb-accent-bright); }
.brand-mark--footer { margin-bottom: 22px; }
.footer-menu { margin: 0; padding: 0; list-style: none; }
.footer-menu li { margin-bottom: 8px; }
.footer-widgets { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 30px; margin-top: 50px; padding-top: 35px; border-top: 1px solid var(--rb-border); }
.site-footer__bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 55px; padding-top: 22px; border-top: 1px solid var(--rb-border); color: var(--rb-muted); font-size: .74rem; }

.error-page { display: grid; place-items: center; min-height: 80vh; padding: 130px 0 80px; text-align: center; background: radial-gradient(circle at 50% 30%, rgba(185,130,79,.2), transparent 25%), var(--rb-bg); }
.error-page__inner { max-width: 850px; }
.error-page__code { display: block; color: rgba(212,165,111,.18); font-family: "Playfair Display", serif; font-size: clamp(8rem, 25vw, 20rem); line-height: .7; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity 600ms ease, transform 600ms ease; }
.reveal.is-visible { opacity: 1; transform: none; }
@keyframes rbFadeUp { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: none; } }

@media (max-width: 1024px) {
  .site-header__inner { grid-template-columns: auto auto 1fr; }
  .menu-toggle { display: block; order: 3; justify-self: end; }
  .site-header__actions { justify-self: end; }
  .site-header__actions .language-switcher, .site-header__actions .header-phone { display: none; }
  .primary-navigation { position: fixed; top: var(--rb-header-height); right: 0; bottom: 0; left: 0; display: none; padding: 40px; background: rgba(9,10,8,.98); }
  .admin-bar .primary-navigation { top: calc(var(--rb-header-height) + 32px); }
  .primary-navigation.is-open { display: block; }
  .primary-navigation .menu { flex-direction: column; align-items: flex-start; gap: 24px; }
  .primary-navigation a { font-family: "Playfair Display", serif; font-size: 2rem; }
  .menu-toggle[aria-expanded="true"] > span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] > span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] > span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
}
@media (max-width: 1180px) {
  .card-grid--4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .process-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .site-footer__grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
}

@media (max-width: 900px) {
  .split-layout, .page-hero__grid, .profile-hero__grid, .service-detail-hero__grid, .detail-grid, .calculator-layout, .ai-consultant { grid-template-columns: 1fr; }
  .split-layout { gap: 35px; }
  .card-grid--3 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .branch-card { grid-template-columns: 1fr; }
  .branch-card__media { aspect-ratio: 1.5; }
  .info-panel, .calculator-summary, .ai-side-panel { position: static; }
  .profile-hero__media { max-width: 580px; }
  .service-detail-hero__media { order: -1; }
  .booking-steps { overflow-x: auto; grid-template-columns: repeat(6, minmax(110px,1fr)); padding-bottom: 12px; }
  .selection-grid--3 { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .ai-result { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  :root { --rb-header-height: 70px; }
  .container { width: min(calc(100% - 28px), var(--rb-container)); }
  body { padding-bottom: 68px; }
  .section { padding: 72px 0; }
  h1 { font-size: clamp(2.65rem, 14vw, 4.8rem); }
  h2 { font-size: clamp(2rem, 10vw, 3.2rem); }
  .site-header__actions { display: none; }
  .site-header__inner { grid-template-columns: 1fr auto; }
  .menu-toggle { order: initial; }
  .brand-mark__text { font-size: 1rem; }
  .brand-mark__icon { width: 38px; height: 38px; }
  .announcement-bar__inner { padding-right: 32px; }
  .announcement-bar__content { flex-wrap: wrap; gap: 5px 9px; font-size: .72rem; }
  .announcement-bar__close { right: 7px; }
  .mobile-booking-button { position: fixed; right: 10px; bottom: 10px; left: 10px; z-index: 999; display: flex; align-items: center; justify-content: center; height: 50px; border-radius: 999px; color: var(--rb-dark); background: var(--rb-accent-bright); box-shadow: 0 15px 40px rgba(0,0,0,.45); font-size: .78rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
  .mobile-booking-button:hover { color: var(--rb-dark); }
  .hero { min-height: 760px; }
  .hero__content { padding-top: 150px; padding-bottom: 45px; }
  .hero h1 { font-size: clamp(3rem, 14vw, 4.7rem); }
  .hero__actions { align-items: flex-start; flex-direction: column; gap: 18px; }
  .hero__stats { display: grid; grid-template-columns: repeat(3,1fr); gap: 15px; margin-top: 52px; }
  .hero__stats strong { font-size: 1.35rem; }
  .hero__stats span { font-size: .6rem; }
  .hero__media::before { top: 25%; right: -28%; width: 80vw; opacity: .6; }
  .hero__media::after { display: none; }
  .promotion-highlight__inner, .promotion-highlight__meta { align-items: flex-start; flex-direction: column; }
  .promotion-highlight__meta { gap: 10px; }
  .card-grid--2, .card-grid--3, .card-grid--4, .process-grid, .selection-grid--2, .selection-grid--3, .form-grid, .booking-review { grid-template-columns: 1fr; }
  .branch-card__actions { align-items: flex-start; flex-direction: column; }
  .ai-visual { min-height: 400px; transform: scale(.85); }
  .event-card { grid-template-columns: 1fr; }
  .event-card__date { width: 70px; }
  .profile-facts { flex-direction: column; gap: 18px; }
  .price-display { align-items: flex-start; flex-direction: column; }
  .price-display span { margin-left: 0; }
  .calculator-service { grid-template-columns: auto 1fr; }
  .calculator-service__price { grid-column: 2; align-items: flex-start; }
  .booking-wizard, .ai-form-panel { padding: 20px; }
  .form-grid__full { grid-column: auto; }
  .site-footer__grid, .footer-widgets { grid-template-columns: 1fr; }
  .site-footer__bottom { flex-direction: column; }
  .error-page__code { font-size: 9rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

/* Royal Barber 1.1 multisite visual layer. */
:root {
  --rb-v2-cream: #f0e4d2;
  --rb-v2-gold: #d7a96f;
  --rb-v2-copper: #a86638;
  --rb-v2-ink: #080906;
  --rb-v2-line: rgba(240, 228, 210, .15);
}

body.rb-network-main,
body.rb-network-branch { background: #0a0b08; }
.site-header--v2 { border-bottom-color: rgba(240,228,210,.08); }
.site-header--v2 .site-header__inner { grid-template-columns: minmax(180px,auto) 1fr auto; }
.brand-mark--v2 .brand-mark__icon { border-radius: 4px 18px 4px 18px; transform: rotate(-3deg); }
.brand-mark__copy { display: flex; flex-direction: column; line-height: 1.1; }
.brand-mark__copy small { margin-top: 4px; color: var(--rb-muted); font-size: .55rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.header-phone { display: flex; flex-direction: column; line-height: 1.15; }
.header-phone span { color: var(--rb-muted); font-size: .55rem; letter-spacing: .16em; text-transform: uppercase; }
.rb-v2 { overflow: hidden; }
.rb-v2 .rb-lead { color: var(--rb-v2-cream); font-family: "Playfair Display",serif; font-size: clamp(1.35rem,2.2vw,2.15rem); line-height: 1.45; }

.rb-editorial-hero { position: relative; min-height: 930px; overflow: hidden; background: radial-gradient(circle at 74% 28%,rgba(168,102,56,.24),transparent 25%),linear-gradient(120deg,#080906 0%,#11120e 48%,#070805 100%); }
.rb-editorial-hero::before { position:absolute; inset:0; content:""; background-image:linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px); background-size:72px 72px; mask-image:linear-gradient(to bottom,rgba(0,0,0,.8),transparent 90%); }
.rb-editorial-hero__grid { position:relative; z-index:2; display:grid; grid-template-columns:minmax(0,1fr) 260px; align-items:end; gap:70px; min-height:930px; padding-top:calc(var(--rb-header-height) + 120px); padding-bottom:90px; }
.rb-editorial-hero__copy { max-width:950px; }
.rb-editorial-hero h1 { max-width:1000px; font-size:clamp(4rem,8.2vw,8.8rem); line-height:.91; text-wrap:balance; }
.rb-editorial-hero p { max-width:650px; font-size:1.1rem; }
.rb-editorial-hero__actions { display:flex; align-items:center; gap:28px; margin-top:36px; }
.rb-editorial-hero__side { padding:28px 0 0 28px; border-top:1px solid var(--rb-v2-gold); border-left:1px solid var(--rb-v2-line); }
.rb-editorial-hero__side > span { color:var(--rb-v2-gold); font-family:"Playfair Display",serif; font-size:3.8rem; }
.rb-editorial-hero__side p { font-size:.86rem; }
.rb-editorial-hero__visual { position:absolute; inset:0; pointer-events:none; }
.rb-editorial-hero__arch { position:absolute; top:12%; right:8%; width:min(40vw,610px); height:72%; border:1px solid rgba(215,169,111,.28); border-radius:50% 50% 2px 2px; background:linear-gradient(150deg,rgba(255,255,255,.04),rgba(0,0,0,.6)); box-shadow:inset 0 0 100px rgba(0,0,0,.7),0 70px 110px rgba(0,0,0,.35); transform:rotate(2deg); }
.rb-editorial-hero__blade { position:absolute; top:25%; right:17%; width:13px; height:48%; border-radius:999px; background:linear-gradient(#e7cfad,#815435 58%,#191a16); box-shadow:0 0 50px rgba(215,169,111,.28); transform:rotate(22deg); }
.rb-editorial-hero__portrait { position:absolute; right:12%; bottom:8%; width:min(30vw,430px); height:65%; border-radius:48% 48% 8px 8px; background:radial-gradient(circle at 52% 20%,rgba(240,228,210,.15),transparent 20%),linear-gradient(110deg,#0d0e0b,#302920 55%,#0b0c09); box-shadow:0 45px 100px rgba(0,0,0,.55); }
.rb-editorial-hero__serial { position:absolute; right:5%; bottom:45%; color:rgba(240,228,210,.28); font-size:.65rem; font-weight:800; letter-spacing:.32em; text-transform:uppercase; transform:rotate(90deg); transform-origin:right bottom; }
.rb-branch-quick-info { display:flex; flex-wrap:wrap; gap:42px; margin-top:70px; padding-top:24px; border-top:1px solid var(--rb-v2-line); }
.rb-branch-quick-info div { display:flex; flex-direction:column; max-width:360px; }
.rb-branch-quick-info small { color:var(--rb-muted); font-size:.62rem; font-weight:800; letter-spacing:.15em; text-transform:uppercase; }
.rb-branch-quick-info strong { margin-top:5px; color:var(--rb-v2-cream); font-size:.86rem; }

.rb-marquee { overflow:hidden; border-top:1px solid var(--rb-v2-line); border-bottom:1px solid var(--rb-v2-line); background:#0e0f0c; }
.rb-marquee__track { display:flex; align-items:center; width:max-content; min-height:72px; animation:rb-marquee 28s linear infinite; }
.rb-marquee span { padding:0 34px; color:var(--rb-v2-cream); font-family:"Playfair Display",serif; font-size:1.15rem; letter-spacing:.08em; }
.rb-marquee i { width:7px; height:7px; border-radius:50%; background:var(--rb-v2-gold); }
@keyframes rb-marquee { to { transform:translateX(-50%); } }

.rb-section-head { display:flex; align-items:end; justify-content:space-between; gap:45px; margin-bottom:58px; }
.rb-section-head > div { max-width:800px; }
.rb-section-head h2 { margin-bottom:0; }
.rb-section-head > p { max-width:390px; margin-bottom:6px; }
.rb-manifesto { background:linear-gradient(180deg,#0a0b08,#11120e); }
.rb-manifesto__grid { display:grid; grid-template-columns:1fr .9fr; gap:clamp(60px,9vw,140px); }
.rb-manifesto__body { padding-top:30px; }
.rb-signature { margin:45px 0 25px; color:rgba(215,169,111,.7); font-family:"Playfair Display",serif; font-size:2rem; font-style:italic; transform:rotate(-3deg); }

.rb-branches-section { background:#15120e; }
.rb-network-grid { display:grid; gap:28px; }
.rb-network-card { position:relative; display:grid; grid-template-columns:90px minmax(280px,.8fr) 1fr; min-height:360px; overflow:hidden; border:1px solid var(--rb-v2-line); background:#0c0d0a; transition:transform .3s ease,border-color .3s ease; }
.rb-network-card:hover { transform:translateY(-6px); border-color:rgba(215,169,111,.45); }
.rb-network-card__number { display:grid; place-items:center; border-right:1px solid var(--rb-v2-line); color:var(--rb-v2-gold); font-family:"Playfair Display",serif; font-size:2rem; writing-mode:vertical-rl; transform:rotate(180deg); }
.rb-network-card__visual { display:grid; place-items:center; background:radial-gradient(circle at 60% 30%,rgba(215,169,111,.24),transparent 20%),linear-gradient(145deg,#252018,#0c0d0a); }
.rb-network-card__visual span { display:grid; place-items:center; width:140px; height:180px; border:1px solid rgba(215,169,111,.38); border-radius:70px 70px 8px 8px; color:var(--rb-v2-gold); font-family:"Playfair Display",serif; font-size:2rem; }
.rb-network-card__body { display:flex; flex-direction:column; justify-content:center; padding:48px; }
.rb-network-card__body h3 { font-size:clamp(2rem,3vw,3.3rem); }
.rb-network-card__meta { display:flex; align-items:center; justify-content:space-between; gap:20px; margin-top:auto; padding-top:28px; border-top:1px solid var(--rb-v2-line); color:var(--rb-muted); font-size:.76rem; }
.rb-network-card__meta a { color:var(--rb-v2-gold); font-weight:800; }
.rb-empty-state { padding:60px; border:1px dashed rgba(215,169,111,.35); background:rgba(255,255,255,.02); text-align:center; }

.rb-values { background:#0a0b08; }
.rb-values__title { max-width:820px; margin-bottom:55px; }
.rb-values__grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:1px; background:var(--rb-v2-line); }
.rb-values__grid article { min-height:270px; padding:42px; background:#10110e; }
.rb-values__grid article > span { color:var(--rb-v2-gold); font-family:"Playfair Display",serif; font-size:2.8rem; }
.rb-values__grid h3 { margin-top:55px; }
.rb-values__grid p { margin-bottom:0; font-size:.9rem; }

.rb-service-list { border-top:1px solid var(--rb-v2-line); }
.rb-service-row { display:grid; grid-template-columns:65px 180px 1fr 170px; align-items:center; gap:32px; padding:28px 0; border-bottom:1px solid var(--rb-v2-line); transition:padding .25s ease,background .25s ease; }
.rb-service-row:hover { padding-right:22px; padding-left:22px; background:rgba(255,255,255,.025); }
.rb-service-row__index { color:var(--rb-v2-gold); font-family:"Playfair Display",serif; font-size:1.5rem; }
.rb-service-row__image { height:120px; overflow:hidden; }
.rb-service-row__image img,.rb-service-row__image .card-placeholder { width:100%; height:100%; min-height:0; object-fit:cover; }
.rb-service-row h3 { margin:0 0 8px; font-size:2rem; }
.rb-service-row p { margin:0; font-size:.88rem; }
.rb-service-row__price { display:flex; flex-direction:column; align-items:flex-end; }
.rb-service-row__price small { color:var(--rb-muted); }
.rb-service-row__price strong { color:var(--rb-v2-gold); font-family:"Playfair Display",serif; font-size:1.6rem; }

.rb-story-block { background:#d0a068; color:#0a0b08; }
.rb-story-block p,.rb-story-block .rb-lead { color:rgba(10,11,8,.78); }
.rb-story-block .eyebrow { color:#70431f; }
.rb-story-block__grid { display:grid; grid-template-columns:.8fr 1fr; align-items:center; gap:clamp(60px,9vw,130px); }
.rb-story-block__visual { display:grid; place-items:center; min-height:590px; border:1px solid rgba(10,11,8,.28); border-radius:48% 48% 4px 4px; background:radial-gradient(circle at 50% 25%,rgba(255,255,255,.18),transparent 25%),linear-gradient(140deg,#b67641,#17150f); box-shadow:0 45px 80px rgba(74,39,13,.2); }
.rb-story-block__visual span { color:#f0e4d2; font-family:"Playfair Display",serif; font-size:clamp(3rem,7vw,7rem); line-height:.85; text-align:center; }
.rb-story-block .button--outline { color:#0a0b08; border-color:rgba(10,11,8,.5); }

.rb-team-section { background:#0d0e0b; }
.rb-team-grid { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:22px; }
.rb-team-card { overflow:hidden; border-bottom:1px solid var(--rb-v2-line); }
.rb-team-card__media { display:block; aspect-ratio:.78; overflow:hidden; background:#171812; }
.rb-team-card__media img,.rb-team-card__media .card-placeholder { width:100%; height:100%; object-fit:cover; transition:transform .55s ease; }
.rb-team-card:hover img { transform:scale(1.045); }
.rb-team-card > div { padding:22px 2px 24px; }
.rb-team-card span { color:var(--rb-v2-gold); font-size:.68rem; font-weight:800; letter-spacing:.14em; text-transform:uppercase; }
.rb-team-card h3 { margin:8px 0; font-size:1.8rem; }
.rb-team-card p { margin:0; font-size:.82rem; }

.rb-gallery-section { background:#17130f; }
.rb-masonry-gallery { display:grid; grid-template-columns:repeat(12,1fr); grid-auto-rows:90px; gap:12px; }
.rb-masonry-gallery__item { position:relative; overflow:hidden; grid-column:span 3; grid-row:span 4; }
.rb-masonry-gallery__item:nth-child(1),.rb-masonry-gallery__item:nth-child(5) { grid-column:span 6; grid-row:span 6; }
.rb-masonry-gallery__item:nth-child(3),.rb-masonry-gallery__item:nth-child(6) { grid-row:span 5; }
.rb-masonry-gallery__item > div,.rb-masonry-gallery__item img,.rb-masonry-gallery__item .card-placeholder { width:100%; height:100%; object-fit:cover; }
.rb-masonry-gallery__item span { position:absolute; right:0; bottom:0; left:0; padding:34px 18px 16px; background:linear-gradient(transparent,rgba(0,0,0,.85)); font-weight:700; }
.rb-gallery-placeholder { display:grid; grid-template-columns:repeat(4,1fr); gap:12px; }
.rb-gallery-placeholder > div { min-height:330px; background:radial-gradient(circle at 50% 20%,rgba(215,169,111,.18),transparent 20%),linear-gradient(150deg,#282119,#0c0d0a); }
.rb-gallery-placeholder > div:nth-child(even) { transform:translateY(35px); }
.rb-gallery-placeholder p { grid-column:1/-1; margin:55px auto 0; text-align:center; }

.rb-review-section { background:#f0e4d2; color:#0a0b08; }
.rb-review-section p { color:rgba(10,11,8,.7); }
.rb-review-section .eyebrow { color:#8b542e; }
.rb-review-section__grid { display:grid; grid-template-columns:.8fr 1.2fr; gap:80px; align-items:center; }
.rb-review-embed { padding:34px; border:1px solid rgba(10,11,8,.18); background:#fffaf2; box-shadow:18px 18px 0 #b87947; }
.rb-review-empty { display:grid; min-height:250px; place-items:center; text-align:center; }
.rb-review-empty strong { font-size:1.8rem; }
.rb-review-empty span { color:#cc8a20; font-size:1.8rem; letter-spacing:.15em; }
.rb-review-empty p { max-width:450px; }
.rb-center-action { margin-top:48px; text-align:center; }

.rb-journal { background:#0b0c09; }
.rb-journal-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:28px; }
.rb-journal-card__media { display:block; aspect-ratio:1.35; overflow:hidden; }
.rb-journal-card__media img,.rb-journal-card__media .card-placeholder { width:100%; height:100%; object-fit:cover; transition:transform .5s ease; }
.rb-journal-card:hover img { transform:scale(1.045); }
.rb-journal-card > div { padding:24px 0; }
.rb-journal-card span { color:var(--rb-muted); font-size:.68rem; letter-spacing:.1em; text-transform:uppercase; }
.rb-journal-card h3 { margin:12px 0; }
.rb-journal-card p { font-size:.86rem; }

.site-footer--v2 { padding-top:0; background:#080906; }
.site-footer__topline { display:flex; justify-content:space-around; gap:30px; overflow:hidden; padding:22px; border-top:1px solid var(--rb-v2-line); border-bottom:1px solid var(--rb-v2-line); color:rgba(240,228,210,.35); font-size:.66rem; font-weight:800; letter-spacing:.28em; white-space:nowrap; }
.site-footer__lead { display:flex; align-items:end; justify-content:space-between; gap:50px; padding-top:90px; padding-bottom:80px; border-bottom:1px solid var(--rb-v2-line); }
.site-footer__statement { max-width:850px; }
.site-footer__statement h2 { margin-bottom:0; font-size:clamp(2.5rem,4.5vw,5rem); }
.site-footer__grid--v2 { grid-template-columns:1.25fr .7fr .9fr .85fr; padding-top:70px; padding-bottom:70px; }
.footer-brand-column { padding-right:35px; }
.footer-link-list { margin:0; padding:0; list-style:none; }
.footer-link-list li { margin:10px 0; }
.footer-link-list a { color:var(--rb-text-soft); font-size:.86rem; }
.footer-socials { display:flex; flex-wrap:wrap; gap:8px; }
.footer-socials a { padding:7px 12px; border:1px solid var(--rb-v2-line); border-radius:999px; color:var(--rb-text-soft); font-size:.68rem; }
.footer-contact { font-style:normal; }
.footer-hours { white-space:pre-line; }
.footer-note { font-size:.76rem; }
.site-footer__bottom--v2 { display:flex; justify-content:space-between; gap:30px; }
.site-footer__bottom--v2 div { display:flex; gap:22px; }

.rb-about-hero { min-height:760px; padding-top:calc(var(--rb-header-height) + 130px); background:radial-gradient(circle at 76% 30%,rgba(168,102,56,.24),transparent 25%),#090a07; }
.rb-about-hero__grid { display:grid; grid-template-columns:1fr 280px; align-items:end; gap:80px; min-height:600px; padding-bottom:80px; }
.rb-about-hero h1 { max-width:1050px; font-size:clamp(4rem,8vw,8rem); line-height:.92; }
.rb-about-hero__note { padding:30px; border-top:1px solid var(--rb-v2-gold); }
.rb-about-hero__note span { color:var(--rb-v2-gold); font-family:"Playfair Display",serif; font-size:3rem; line-height:.8; }
.rb-about-story__grid { display:grid; grid-template-columns:.8fr 1fr; align-items:center; gap:100px; }
.rb-about-story__visual { display:grid; place-items:center; min-height:620px; border-radius:48% 48% 4px 4px; background:radial-gradient(circle at 50% 25%,rgba(215,169,111,.22),transparent 20%),linear-gradient(145deg,#2b241b,#0c0d09); }
.rb-about-story__visual span { color:var(--rb-v2-gold); font-family:"Playfair Display",serif; font-size:5rem; }
.rb-about-principles { background:#15120e; }
.rb-hygiene { background:#d0a068; color:#0a0b08; }
.rb-hygiene p,.rb-hygiene .eyebrow { color:rgba(10,11,8,.7); }
.rb-hygiene__grid { display:grid; grid-template-columns:1fr 1fr; gap:100px; }
.rb-hygiene__list > div { display:grid; grid-template-columns:70px 1fr; gap:20px; padding:24px 0; border-bottom:1px solid rgba(10,11,8,.2); }
.rb-hygiene__list strong { font-family:"Playfair Display",serif; font-size:1.8rem; }
.rb-about-cta { padding:130px 0; text-align:center; background:#090a07; }
.rb-about-cta h2 { max-width:900px; margin:0 auto 36px; }

@media (max-width:1100px) {
  .rb-editorial-hero__grid { grid-template-columns:1fr; }
  .rb-editorial-hero__side { max-width:420px; }
  .rb-editorial-hero__arch,.rb-editorial-hero__portrait { opacity:.42; }
  .rb-network-card { grid-template-columns:70px .75fr 1fr; }
  .rb-team-grid { grid-template-columns:repeat(2,1fr); }
  .site-footer__grid--v2 { grid-template-columns:repeat(2,1fr); }
}
@media (max-width:782px) {
  .rb-editorial-hero,.rb-editorial-hero__grid { min-height:820px; }
  .rb-editorial-hero__grid { padding-top:calc(var(--rb-header-height) + 95px); padding-bottom:60px; }
  .rb-editorial-hero h1,.rb-about-hero h1 { font-size:clamp(3.1rem,15vw,5.5rem); }
  .rb-editorial-hero__arch { right:-25%; width:90vw; }
  .rb-editorial-hero__portrait { right:-22%; width:75vw; }
  .rb-editorial-hero__side { display:none; }
  .rb-editorial-hero__actions,.rb-section-head,.site-footer__lead { align-items:flex-start; flex-direction:column; }
  .rb-branch-quick-info { gap:20px; margin-top:45px; }
  .rb-manifesto__grid,.rb-story-block__grid,.rb-review-section__grid,.rb-about-story__grid,.rb-hygiene__grid,.rb-about-hero__grid { grid-template-columns:1fr; gap:45px; }
  .rb-network-card { grid-template-columns:55px 1fr; }
  .rb-network-card__visual { grid-column:2; min-height:260px; }
  .rb-network-card__body { grid-column:2; padding:30px; }
  .rb-network-card__number { grid-row:1/3; }
  .rb-network-card__meta { align-items:flex-start; flex-direction:column; }
  .rb-values__grid,.rb-journal-grid { grid-template-columns:1fr; }
  .rb-service-row { grid-template-columns:40px 90px 1fr; gap:15px; }
  .rb-service-row__price { grid-column:3; align-items:flex-start; }
  .rb-service-row h3 { font-size:1.45rem; }
  .rb-team-grid { grid-template-columns:1fr 1fr; }
  .rb-masonry-gallery { grid-template-columns:repeat(2,1fr); grid-auto-rows:230px; }
  .rb-masonry-gallery__item,.rb-masonry-gallery__item:nth-child(n) { grid-column:auto; grid-row:auto; }
  .rb-gallery-placeholder { grid-template-columns:1fr 1fr; }
  .site-footer__grid--v2 { grid-template-columns:1fr; }
  .site-footer__bottom--v2,.site-footer__bottom--v2 div { align-items:flex-start; flex-direction:column; }
  .rb-about-hero { min-height:auto; }
  .rb-about-hero__grid { min-height:640px; }
}
@media (max-width:520px) {
  .rb-team-grid,.rb-gallery-placeholder { grid-template-columns:1fr; }
  .rb-gallery-placeholder > div:nth-child(even) { transform:none; }
  .rb-network-card { display:block; }
  .rb-network-card__number { display:none; }
  .rb-service-row { grid-template-columns:32px 1fr; }
  .rb-service-row__image { display:none; }
  .rb-service-row__price { grid-column:2; }
}
@media (prefers-reduced-motion:reduce) {
  .rb-marquee__track { animation:none; }
}

/* Royal Barber Multisite v2 additions and overrides */
:root {
  --rb-copper: #b77745;
  --rb-copper-light: #d9a26c;
  --rb-cream: #f2eadf;
  --rb-ink: #10100f;
  --rb-ink-soft: #191816;
  --rb-line: rgba(242, 234, 223, .16);
  --rb-muted: #afa79d;
}

body { background: var(--rb-ink); }
body.rb-network-main, body.rb-network-branch { overflow-x: hidden; }
.site-main { min-height: 60vh; }
.rb-v2 { background: var(--rb-ink); color: var(--rb-cream); }
.rb-v2 .section { position: relative; }
.rb-v2 .section:nth-of-type(even)::before { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(105deg, transparent 0 55%, rgba(183,119,69,.035) 55% 100%); }

.site-header { border-bottom-color: transparent; transition: background .3s ease, border-color .3s ease, box-shadow .3s ease; }
.site-header.is-scrolled, body:not(.has-transparent-header) .site-header { background: rgba(16,16,15,.96); border-bottom-color: rgba(255,255,255,.09); box-shadow: 0 10px 35px rgba(0,0,0,.25); backdrop-filter: blur(16px); }
.site-header__inner { min-height: 86px; }
.text-logo { line-height: .9; letter-spacing: .16em; }
.text-logo span, .text-logo strong { display: block; }
.text-logo span { color: var(--rb-copper-light); font-size: .68rem; }
.text-logo strong { color: var(--rb-cream); font-size: 1.05rem; }
.header-phone { white-space: nowrap; font-size: .83rem; color: var(--rb-cream); }
.primary-navigation .menu > li > a { font-size: .76rem; letter-spacing: .08em; text-transform: uppercase; }
.language-switcher { display: flex; gap: 5px; align-items: center; font-size: .7rem; text-transform: uppercase; }

.rb-editorial-hero { min-height: 820px; isolation: isolate; }
.rb-editorial-hero::after { content: ""; position: absolute; inset: 0; z-index: -3; background: radial-gradient(circle at 72% 38%, rgba(183,119,69,.2), transparent 30%), linear-gradient(130deg, #0b0b0a 0%, #141311 55%, #090909 100%); }
.rb-editorial-hero__portrait { background-image: linear-gradient(180deg, rgba(10,10,9,.05), rgba(10,10,9,.55)), var(--rb-hero-image, linear-gradient(145deg,#45362b,#161412)); background-size: cover; background-position: center; }
.rb-editorial-hero__arch { border: 1px solid rgba(217,162,108,.4); box-shadow: 0 0 90px rgba(183,119,69,.12); }
.rb-editorial-hero__copy h1 { text-wrap: balance; }
.rb-editorial-hero__copy p { max-width: 650px; }
.rb-editorial-hero__serial { max-width: 44vw; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.rb-editorial-hero__side { backdrop-filter: blur(12px); background: rgba(8,8,8,.48); }

.rb-marquee { border-top: 1px solid var(--rb-line); border-bottom: 1px solid var(--rb-line); background: #0c0c0b; }
.rb-marquee__track { animation-duration: 34s; }

.rb-discount-strip { padding-top: 90px; background: #181512; }
.rb-discount-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 1px; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.12); }
.rb-discount-card { min-height: 290px; padding: 34px; display: flex; flex-direction: column; align-items: flex-start; background: #11100f; position: relative; overflow: hidden; }
.rb-discount-card::before { content: "%"; position: absolute; right: -12px; bottom: -55px; font-family: "Playfair Display",serif; font-size: 12rem; color: rgba(183,119,69,.08); }
.rb-discount-card > span { color: var(--rb-copper-light); font-size: .72rem; letter-spacing: .14em; text-transform: uppercase; }
.rb-discount-card h3 { margin: 28px 0 18px; font-size: 1.55rem; }
.rb-discount-card .text-link { margin-top: auto; }

.rb-price { display: flex; gap: 10px; align-items: center; flex-wrap: wrap; }
.rb-price strong { color: var(--rb-copper-light); font-size: 1.15rem; }
.rb-price del { color: var(--rb-muted); font-size: .85rem; }
.rb-discount-badge { display: inline-flex; padding: 5px 9px; border-radius: 999px; background: var(--rb-copper); color: #fff; font-size: .66rem; font-weight: 700; letter-spacing: .05em; }
.rb-service-row__price .rb-price { justify-content: flex-end; }
.rb-service-row__price .rb-discount-badge { display: none; }
.rb-discount-period { color: var(--rb-muted); }
.rb-discount-period strong { color: var(--rb-copper-light); }

.rb-network-card { --rb-card-image: linear-gradient(135deg,#493729,#181512); }
.rb-network-card__visual { background-image: linear-gradient(180deg,transparent 30%,rgba(5,5,5,.8)), var(--rb-card-image); background-size: cover; background-position: center; }
.rb-network-card:hover .rb-network-card__visual { transform: scale(.985); filter: saturate(1.08); }
.rb-network-card__actions { display: flex; flex-wrap: wrap; gap: 18px; }

.card-grid--4 { grid-template-columns: repeat(4,minmax(0,1fr)); }
.card-grid--gallery { grid-template-columns: repeat(3,minmax(0,1fr)); }
.card-grid--gallery .content-card:nth-child(3n+2) { transform: translateY(35px); }
.content-card__media { overflow: hidden; }
.content-card__media img { transition: transform .55s cubic-bezier(.2,.8,.2,1), filter .55s ease; }
.content-card:hover .content-card__media img { transform: scale(1.045); filter: contrast(1.04); }
.content-card__meta .rb-price { margin-left: auto; }
.content-card__meta .rb-price strong { font-size: .95rem; }
.content-card__meta .rb-discount-badge { display: none; }

.rb-products-section { background: #f1e9dd; color: #1b1814; }
.rb-products-section .eyebrow, .rb-products-section .text-link { color: #8a5731; }
.rb-products-section .content-card { background: #fffaf3; color: #1b1814; border-color: rgba(20,18,15,.12); }
.rb-products-section .content-card p, .rb-products-section .content-card__meta { color: #756b60; }
.rb-products-section .content-card a { color: inherit; }
.rb-products-note { margin: 28px 0 0; padding: 17px 20px; border-left: 3px solid var(--rb-copper); background: rgba(183,119,69,.1); }

.rb-review-embed { min-height: 260px; }
.rb-review-placeholder { min-height: 260px; display: grid; place-content: center; text-align: center; padding: 40px; border: 1px dashed rgba(242,234,223,.25); background: rgba(255,255,255,.025); }
.rb-review-placeholder strong { font-family: "Playfair Display",serif; font-size: 1.45rem; }

.page-hero--booking { min-height: 520px; display: flex; align-items: end; background: radial-gradient(circle at 80% 30%,rgba(183,119,69,.18),transparent 30%),#10100f; }
.page-hero__grid { display: grid; grid-template-columns: minmax(0,1.4fr) minmax(260px,.6fr); gap: 70px; align-items: end; }
.rb-booking-contact { border-left: 1px solid rgba(255,255,255,.2); padding-left: 32px; display: flex; flex-direction: column; gap: 12px; }
.rb-booking-contact span { color: var(--rb-copper-light); font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; }
.rb-booking-contact a { color: var(--rb-cream); font-size: 1.3rem; }
.rb-booking-process { padding: 0; background: #1b1713; }
.rb-process-grid { display: grid; grid-template-columns: repeat(3,1fr); }
.rb-process-grid > div { padding: 28px 30px; border-right: 1px solid rgba(255,255,255,.1); display: flex; gap: 18px; align-items: center; }
.rb-process-grid strong { color: var(--rb-copper-light); font-family: "Playfair Display",serif; font-size: 1.8rem; }
.rb-process-grid span { color: var(--rb-cream); }
.section--booking { background: #eee5d9; color: #1a1714; }
.rb-booking-layout { display: grid; grid-template-columns: minmax(0,1fr) 330px; gap: 45px; align-items: start; }
.rb-booking-main { min-width: 0; padding: 38px; background: #fffaf3; box-shadow: 0 18px 60px rgba(33,25,18,.12); }
.rb-booking-aside { position: sticky; top: 120px; padding: 30px; color: var(--rb-cream); background: #161412; }
.rb-booking-aside h2 { margin-top: 0; }
.rb-booking-aside ul { padding-left: 19px; color: #c6bdb2; }
.rb-booking-aside li + li { margin-top: 13px; }
.rb-booking-state { padding: 55px; text-align: center; border: 1px dashed rgba(30,25,20,.25); }
.rb-booking-state h2 { color: #1a1714; }
.rb-booking-state p { max-width: 660px; margin: 15px auto 25px; color: #6f655a; }
.rb-booking-state--warning { border-color: #bb773f; background: rgba(183,119,69,.08); }
.rb-booking-embed input, .rb-booking-embed select, .rb-booking-embed textarea { max-width: 100%; }

.rb-about-hero { min-height: 720px; padding-top: 150px; display: flex; align-items: center; background: #11100f; }
.rb-about-hero__grid { display: grid; grid-template-columns: minmax(0,1fr) minmax(340px,.8fr); gap: 80px; align-items: center; }
.rb-about-hero h1 { font-size: clamp(3.6rem,8vw,8.5rem); }
.rb-about-hero__image { min-height: 520px; border-radius: 45% 45% 4px 4px; background-image: linear-gradient(180deg,transparent,rgba(8,8,8,.45)), var(--rb-about-image,linear-gradient(145deg,#4c3828,#161412)); background-size: cover; background-position: center; border: 1px solid rgba(217,162,108,.3); }
.rb-about-intro { display: grid; grid-template-columns: minmax(0,.8fr) minmax(0,1fr); gap: 100px; }
.rb-about-values { background: #efe6da; color: #1a1714; }
.rb-value-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 1px; background: rgba(31,25,20,.16); }
.rb-value-grid article { min-height: 310px; padding: 30px; background: #f8f1e7; }
.rb-value-grid strong { font-size: 2rem; color: #a66b3e; font-family: "Playfair Display",serif; }
.rb-value-grid h3 { margin: 70px 0 15px; }
.rb-value-grid p { color: #6e6257; }
.rb-about-steps { background: #141311; }
.rb-timeline { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); border-top: 1px solid var(--rb-line); }
.rb-timeline > div { padding: 28px 28px 20px 0; border-right: 1px solid var(--rb-line); }
.rb-timeline > div:not(:first-child) { padding-left: 28px; }
.rb-timeline span { color: var(--rb-copper-light); }
.rb-timeline p { color: var(--rb-muted); }

.product-detail-hero, .gallery-detail-hero { padding: 170px 0 95px; background: #11100f; }
.product-detail-hero__grid, .gallery-detail-hero__grid { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,.9fr); gap: 75px; align-items: center; }
.product-detail-hero__media, .gallery-detail-hero__media { min-height: 580px; overflow: hidden; }
.product-detail-hero__media img, .gallery-detail-hero__media img { width: 100%; height: 100%; object-fit: cover; }
.product-detail-hero__content h1, .gallery-detail-hero__content h1 { font-size: clamp(3rem,6vw,6.6rem); }
.rb-product-facts { display: flex; justify-content: space-between; gap: 20px; padding: 18px 0; border-top: 1px solid var(--rb-line); border-bottom: 1px solid var(--rb-line); color: var(--rb-muted); }
.rb-product-facts strong { color: var(--rb-copper-light); }
.rb-product-price { margin: 25px 0; display: flex; flex-direction: column; }
.rb-product-price small { color: var(--rb-muted); }
.rb-product-price strong { font-size: 2rem; color: var(--rb-copper-light); }
.rb-contact-actions { display: flex; gap: 12px; flex-wrap: wrap; }

.info-row { display: flex; justify-content: space-between; gap: 20px; padding: 17px 0; border-bottom: 1px solid rgba(255,255,255,.12); }
.info-row span { color: var(--rb-muted); }
.info-row a { color: inherit; }

.site-footer { background: #080808; }
.site-footer__top { padding: 90px 0 70px; border-top: 1px solid rgba(255,255,255,.1); }
.site-footer__grid { display: grid; grid-template-columns: 1.2fr .9fr .8fr 1.1fr; gap: 55px; }
.footer-brand p { max-width: 370px; color: #9f978e; }
.text-logo--footer { display: inline-block; margin-bottom: 20px; }
.footer-column h2 { margin: 0 0 20px; font-size: 1.15rem; }
.footer-column p { color: #9f978e; }
.footer-column .menu { display: grid; gap: 10px; padding: 0; margin: 0; list-style: none; }
.footer-column .menu a, .footer-column a { color: #c8beb4; }
.footer-column--cta { padding: 28px; border: 1px solid rgba(255,255,255,.12); background: linear-gradient(145deg,rgba(183,119,69,.13),rgba(255,255,255,.02)); }
.footer-socials { display: flex; gap: 14px; flex-wrap: wrap; }
.footer-socials a { font-size: .72rem; letter-spacing: .08em; text-transform: uppercase; color: var(--rb-copper-light); }
.site-footer__bottom { border-top: 1px solid rgba(255,255,255,.08); }
.site-footer__bottom .container { min-height: 70px; display: flex; align-items: center; justify-content: space-between; gap: 25px; color: #827a72; font-size: .75rem; }
.site-footer__bottom .container > div { display: flex; gap: 18px; flex-wrap: wrap; }
.site-footer__bottom a { color: #a69e95; }

.rb-lightbox { position:fixed; inset:0; z-index:99999; display:grid; place-items:center; padding:24px; overflow:hidden; background:rgba(8,6,4,.98); }
.rb-lightbox[hidden] { display:none; }
.rb-lightbox__topbar { position:fixed; inset:0; z-index:2; pointer-events:none; }
.rb-lightbox__close { position:absolute; top:22px; right:22px; display:inline-flex; align-items:center; justify-content:center; width:46px; height:46px; padding:0; border:1px solid #DD9716; border-radius:999px; background:#0F0B06; color:#DD9716; font:700 1.6rem/1 Manrope,sans-serif; box-shadow:0 12px 34px rgba(0,0,0,.4); cursor:pointer; pointer-events:auto; transition:color .2s ease,background .2s ease,border-color .2s ease,box-shadow .2s ease,transform .2s ease; }
.rb-lightbox__close:hover,.rb-lightbox__close:focus-visible { border-color:#E4A51D; color:#0F0B06; background:linear-gradient(135deg,#E4A51D 0%,#BF7A11 100%); box-shadow:0 10px 28px rgba(221,151,22,.3); transform:translateY(-2px); }
.rb-lightbox__close:focus-visible { outline:2px solid #F7E8C3; outline-offset:3px; }
.rb-lightbox__stage { display:grid; place-items:center; width:min(1280px,86vw); height:82svh; overflow:hidden; }
.rb-lightbox__media { display:block; width:auto; height:auto; max-width:100%; max-height:100%; object-fit:contain; box-shadow:0 24px 80px rgba(0,0,0,.55); }
.rb-lightbox__stage iframe { width:min(1280px,100%); height:auto; aspect-ratio:16/9; max-height:100%; border:0; }
.rb-lightbox__caption { position:fixed; right:72px; bottom:28px; left:72px; margin:0; padding:8px 12px; color:#F7E8C3; font-weight:700; text-align:center; text-shadow:0 2px 12px #000; pointer-events:none; }
.rb-lightbox-open { overflow:hidden; }
.rb-gallery-filter-control { margin:0 0 28px; padding:0 0 16px; border-bottom:1px solid rgba(199,162,106,.16); }
.rb-gallery-filters { display:flex; flex-wrap:wrap; gap:9px; }
.rb-gallery-filter { appearance:none; display:inline-flex; align-items:center; min-height:40px; padding:8px 16px; border:1px solid rgba(221,151,22,.34); border-radius:999px; color:#D9BD7C; background:rgba(15,11,6,.42); font:700 .86rem/1.2 Manrope,sans-serif; cursor:pointer; box-shadow:inset 0 1px 0 rgba(221,151,22,.08); transition:color .2s ease,background-color .2s ease,border-color .2s ease,box-shadow .2s ease,transform .2s ease; }
.rb-gallery-filter:hover,.rb-gallery-filter:focus-visible { border-color:#BF7A11; color:#F0B52C; background:rgba(191,122,17,.18); box-shadow:0 7px 18px rgba(15,11,6,.3); transform:translateY(-1px); }
.rb-gallery-filter:focus-visible { outline:2px solid #DD9716; outline-offset:3px; }
.rb-gallery-filter.is-active { border-color:#DD9716; color:#0F0B06; background:linear-gradient(135deg,#E4A51D 0%,#BF7A11 100%); box-shadow:0 8px 22px rgba(221,151,22,.28),inset 0 1px 0 rgba(255,247,227,.24); transform:none; }
.rb-gallery-filter-select-wrap { display:none; }
.rb-gallery-filter-select-wrap > span { display:block; margin-bottom:8px; color:#DD9716; font-weight:700; }
.rb-gallery-filter-select { width:100%; min-height:48px; padding:10px 44px 10px 16px; border:1px solid rgba(221,151,22,.34); border-radius:12px; color:#DD9716; background:#0F0B06; font:700 1rem/1.3 Manrope,sans-serif; }
.rb-gallery-filter-select option { color:#F7E8C3; background:#211C18; }
.rb-gallery-lightbox-trigger { appearance:none; width:100%; padding:0; border:0!important; color:inherit; background:none; font:inherit; text-align:left; cursor:pointer; box-shadow:none!important; }
.rb-component-list--gallery .rb-network-masonry__item { border:0!important; box-shadow:none!important; }
.rb-gallery-lightbox-trigger[hidden] { display:none!important; }
.rb-gallery-lightbox-trigger:focus-visible { outline:3px solid #DD9716; outline-offset:3px; }
.rb-network-masonry__caption small { color:#DD9716!important; font-weight:700!important; }
.elementor-section:has(.elementor-widget-royal-barber-gallery) { padding-block:0!important; }
.elementor-widget-royal-barber-gallery { padding-block:32px!important; }
.elementor-section:has(.rb-el-notice) { display:none!important; }
body.rb-network-main.page-id-13 .rb-el-section--cta,
body.rb-network-branch.page-id-12 .rb-el-section--cta { padding-block:32px!important; }
body.rb-network-main.page-id-13 .rb-el-section--cta .rb-el-cta,
body.rb-network-branch.page-id-12 .rb-el-section--cta .rb-el-cta { padding:32px 24px!important; }

@media (max-width: 1180px) {
  .card-grid--4 { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .site-footer__grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .rb-value-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (max-width: 900px) {
  .header-phone, .header-actions .language-switcher { display: none; }
  .page-hero__grid, .rb-booking-layout, .rb-about-hero__grid, .rb-about-intro, .product-detail-hero__grid, .gallery-detail-hero__grid { grid-template-columns: 1fr; }
  .rb-booking-aside { position: static; }
  .rb-process-grid { grid-template-columns: 1fr; }
  .rb-process-grid > div { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.1); }
  .rb-discount-grid { grid-template-columns: 1fr; }
  .rb-about-hero { min-height: auto; padding-bottom: 80px; }
  .rb-about-hero__image { min-height: 420px; }
  .rb-timeline { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .card-grid--gallery { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .card-grid--gallery .content-card:nth-child(3n+2) { transform: none; }
}

@media (max-width: 640px) {
  .site-header__inner { min-height: 72px; }
  .header-actions .button { display: none; }
  .rb-editorial-hero { min-height: 730px; }
  .rb-editorial-hero__serial { max-width: 75vw; }
  .rb-service-row__price .rb-price { justify-content: flex-start; }
  .card-grid--4, .card-grid--gallery, .rb-value-grid, .rb-timeline, .site-footer__grid { grid-template-columns: 1fr; }
  .rb-timeline > div, .rb-timeline > div:not(:first-child) { padding: 24px 0; border-right: 0; border-bottom: 1px solid var(--rb-line); }
  .rb-booking-main { padding: 22px; }
  .rb-booking-state { padding: 34px 20px; }
  .product-detail-hero, .gallery-detail-hero { padding-top: 120px; }
  .product-detail-hero__media, .gallery-detail-hero__media { min-height: 380px; }
  .site-footer__top { padding: 65px 0 90px; }
  .site-footer__bottom .container { padding: 22px 0 90px; align-items: flex-start; flex-direction: column; }
  .elementor-widget-royal-barber-gallery { padding-block:24px!important; }
  body.rb-network-main.page-id-13 .rb-el-section--cta,
  body.rb-network-branch.page-id-12 .rb-el-section--cta { padding-block:24px!important; }
  body.rb-network-main.page-id-13 .rb-el-section--cta .rb-el-cta,
  body.rb-network-branch.page-id-12 .rb-el-section--cta .rb-el-cta { padding:24px 18px!important; }
  .rb-gallery-filters { display:none; }
  .rb-gallery-filter-select-wrap { display:block; }
  .rb-gallery-filter-control { margin-bottom:24px; padding-bottom:0; border-bottom:0; }
  .rb-lightbox { padding:12px; }
  .rb-lightbox__close { top:14px; right:14px; width:40px; height:40px; }
  .rb-lightbox__stage { width:92vw; height:78svh; }
  .rb-lightbox__caption { right:48px; bottom:18px; left:48px; font-size:.9rem; }
}

@media (prefers-reduced-motion: reduce) {
  .rb-marquee__track { animation: none !important; }
  .content-card__media img, .rb-network-card__visual { transition: none !important; }
}

/* Royal Barber 2.1 — redesigned network brand hub */
.rb-network-home--aggregate {
  --rb-hub-paper: #efe6d8;
  --rb-hub-paper-2: #f8f1e7;
  --rb-hub-ink: #12110f;
  --rb-hub-copper: #b77745;
  --rb-hub-muted: #a89f95;
}

.rb-network-hero {
  position: relative;
  min-height: 900px;
  display: flex;
  align-items: center;
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(circle at 18% 20%, rgba(183,119,69,.17), transparent 27%),
    linear-gradient(118deg, #0a0a09 0%, #131210 48%, #0b0b0a 100%);
}
.rb-network-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: .28;
  background-image:
    linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
  background-size: 62px 62px;
  mask-image: linear-gradient(to right, #000, transparent 82%);
}
.rb-network-hero__grid {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: minmax(0,1.15fr) minmax(270px,.42fr);
  align-items: end;
  gap: 90px;
  padding-top: 170px;
  padding-bottom: 110px;
}
.rb-network-hero__copy { max-width: 900px; }
.rb-network-hero__copy h1 {
  max-width: 920px;
  margin: 22px 0 28px;
  font-size: clamp(4rem,8.7vw,9.4rem);
  line-height: .91;
  letter-spacing: -.055em;
  text-wrap: balance;
}
.rb-network-hero__copy p {
  max-width: 660px;
  color: #c2b9ae;
  font-size: clamp(1rem,1.5vw,1.2rem);
}
.rb-network-hero__media {
  position: absolute;
  inset: 0 0 0 49%;
  z-index: 1;
  pointer-events: none;
}
.rb-network-hero__image {
  position: absolute;
  inset: 76px 0 0 4%;
  background-image:
    linear-gradient(90deg, #11100f 0%, rgba(17,16,15,.12) 25%, rgba(17,16,15,.05) 70%, #11100f 100%),
    linear-gradient(180deg, transparent 58%, #0d0d0c 100%),
    var(--rb-network-hero, linear-gradient(145deg,#59412e,#1d1915));
  background-size: cover;
  background-position: center;
  filter: saturate(.82) contrast(1.05);
}
.rb-network-hero__frame {
  position: absolute;
  width: min(35vw,520px);
  aspect-ratio: .78;
  top: 145px;
  left: 22%;
  border: 1px solid rgba(217,162,108,.47);
  border-radius: 48% 48% 4px 4px;
  box-shadow: 0 0 100px rgba(183,119,69,.11);
}
.rb-network-hero__vertical {
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  transform-origin: center;
  color: rgba(242,234,223,.46);
  letter-spacing: .28em;
  font-size: .65rem;
  white-space: nowrap;
}
.rb-network-hero__summary {
  align-self: end;
  padding: 28px 0 5px 30px;
  border-left: 1px solid rgba(242,234,223,.22);
  backdrop-filter: blur(8px);
}
.rb-network-hero__summary > div {
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 15px;
  align-items: center;
  padding: 16px 0;
  border-bottom: 1px solid rgba(242,234,223,.13);
}
.rb-network-hero__summary strong {
  color: var(--rb-copper-light);
  font-family: "Playfair Display",serif;
  font-size: 2.7rem;
  font-weight: 600;
}
.rb-network-hero__summary span,
.rb-network-hero__summary p { color: #b3aba1; font-size: .84rem; }
.rb-network-hero__summary p { margin: 22px 0 0; line-height: 1.75; }
.rb-network-hero__scroll {
  position: absolute;
  z-index: 4;
  left: max(24px,calc((100vw - 1240px)/2));
  bottom: 30px;
  display: inline-flex;
  align-items: center;
  gap: 13px;
  color: #aaa198;
  font-size: .67rem;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.rb-network-hero__scroll span {
  width: 42px;
  height: 1px;
  background: var(--rb-copper-light);
}

.rb-network-intro { background: var(--rb-hub-paper); color: var(--rb-hub-ink); }
.rb-network-intro__grid {
  display: grid;
  grid-template-columns: 120px minmax(0,1.08fr) minmax(330px,.8fr);
  gap: 62px;
  align-items: start;
}
.rb-network-intro__index {
  color: rgba(18,17,15,.16);
  font-family: "Playfair Display",serif;
  font-size: clamp(5rem,9vw,9rem);
  line-height: .8;
}
.rb-network-intro h2 { margin: 0; font-size: clamp(3rem,6vw,6.5rem); line-height: .98; }
.rb-network-intro .eyebrow,
.rb-network-intro .text-link { color: #8a5731; }
.rb-network-intro__body { padding-top: 38px; }
.rb-network-intro__body p { color: #625b53; font-size: 1.06rem; }
.rb-network-intro__body .button { margin-top: 18px; color: #171411; border-color: rgba(23,20,17,.4); }

.rb-network-branches--featured { background: #0e0e0d; }
.rb-network-grid--immersive { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 28px; }
.rb-network-grid--immersive .rb-network-card { border: 1px solid rgba(255,255,255,.1); background: #151412; }
.rb-network-grid--immersive .rb-network-card:nth-child(3n+1) { grid-column: span 2; display: grid; grid-template-columns: 1.25fr .75fr; }
.rb-network-grid--immersive .rb-network-card__visual { min-height: 430px; }
.rb-network-grid--immersive .rb-network-card:nth-child(3n+1) .rb-network-card__visual { min-height: 570px; }
.rb-network-grid--immersive .rb-network-card__content { padding: 30px; }
.rb-network-grid--immersive .rb-network-card__content h3 { font-size: clamp(2rem,4vw,4.6rem); }
.rb-network-card__meta { margin: 18px 0; color: #8e867d; font-size: .77rem; }

.rb-network-services { background: #191613; }
.rb-network-service-grid {
  display: grid;
  grid-template-columns: repeat(4,minmax(0,1fr));
  gap: 1px;
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.12);
}
.rb-network-service-card { min-width: 0; background: #11100f; transition: transform .35s ease, background .35s ease; }
.rb-network-service-card:hover { transform: translateY(-8px); background: #171512; }
.rb-network-content-media {
  position: relative;
  display: block;
  min-height: 270px;
  overflow: hidden;
  background: linear-gradient(145deg,#493729,#191613);
}
.rb-network-content-media img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  transition: transform .55s cubic-bezier(.2,.8,.2,1), filter .55s ease;
}
.rb-network-service-card:hover .rb-network-content-media img,
.rb-network-product-card:hover .rb-network-content-media img,
.rb-network-blog-card:hover .rb-network-content-media img { transform: scale(1.055); filter: contrast(1.04); }
.rb-network-placeholder {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: rgba(242,234,223,.25);
  font-family: "Playfair Display",serif;
  font-size: 2.5rem;
  letter-spacing: .12em;
}
.rb-network-card-number {
  position: absolute;
  left: 18px;
  bottom: 14px;
  color: #fff;
  font-family: "Playfair Display",serif;
  font-size: 2.5rem;
}
.rb-network-service-card__body { min-height: 330px; display: flex; flex-direction: column; padding: 26px; }
.rb-source-pill {
  align-self: flex-start;
  display: inline-flex;
  padding: 6px 10px;
  border: 1px solid rgba(217,162,108,.35);
  border-radius: 999px;
  color: var(--rb-copper-light);
  font-size: .63rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.rb-network-service-card h3 { margin: 22px 0 12px; font-size: 1.55rem; }
.rb-network-service-card p { color: #928a81; font-size: .88rem; }
.rb-network-service-card__footer {
  margin-top: auto;
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: end;
  border-top: 1px solid rgba(255,255,255,.1);
}
.rb-network-service-card__footer small { color: #8c847b; }
.rb-network-service-card__footer .rb-price { justify-content: flex-end; }
.rb-network-service-card__footer del { font-size: .72rem; }

.rb-network-team { background: var(--rb-hub-paper); color: var(--rb-hub-ink); }
.rb-network-team .eyebrow,
.rb-network-team .text-link { color: #8a5731; }
.rb-network-team .rb-section-head p { color: #6d655c; }
.rb-network-team-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 28px; }
.rb-network-team-card { background: #e4d8c8; }
.rb-network-team-card:nth-child(3n+2) { transform: translateY(45px); }
.rb-network-team-card__media { position: relative; display: block; min-height: 500px; overflow: hidden; background: #362a21; }
.rb-network-team-card__media img { width: 100%; height: 100%; min-height: inherit; object-fit: cover; transition: transform .55s ease; }
.rb-network-team-card:hover img { transform: scale(1.04); }
.rb-network-team-card__media > span:last-child {
  position: absolute;
  left: 18px;
  bottom: 18px;
  padding: 7px 11px;
  background: rgba(15,14,12,.82);
  color: #efe6d8;
  font-size: .67rem;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.rb-network-team-card > div { padding: 26px; }
.rb-network-team-card small { color: #8a5731; text-transform: uppercase; letter-spacing: .08em; }
.rb-network-team-card h3 { margin: 12px 0 8px; font-size: 2rem; }
.rb-network-team-card h3 a,
.rb-network-team-card .text-link { color: #171411; }
.rb-network-team-card p { color: #746b61; }

.rb-network-products { background: #f7efe4; color: #171411; }
.rb-network-products .eyebrow,
.rb-network-products .text-link { color: #8a5731; }
.rb-network-products .rb-section-head p { color: #6d655c; }
.rb-network-product-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 20px; }
.rb-network-product-card { background: #fffaf3; border: 1px solid rgba(20,18,15,.1); }
.rb-network-product-card .rb-network-content-media { min-height: 330px; background: #e8ddcf; }
.rb-network-product-card > div { padding: 24px; }
.rb-network-product-card h3 { margin: 20px 0 10px; font-size: 1.45rem; }
.rb-network-product-card h3 a { color: #171411; }
.rb-network-product-card p { color: #756b60; font-size: .87rem; }
.rb-network-product-card__footer { display: flex; justify-content: space-between; gap: 15px; align-items: center; padding-top: 20px; border-top: 1px solid rgba(20,18,15,.1); }
.rb-network-product-card__footer strong { color: #8a5731; }

.rb-network-gallery { background: #0e0e0d; }
.rb-network-masonry { columns: 4 250px; column-gap: 16px; }
.rb-network-masonry__item {
  position: relative;
  display: block;
  break-inside: avoid;
  margin-bottom: 16px;
  min-height: 250px;
  overflow: hidden;
  background: #241d18;
}
.rb-network-masonry__item:nth-child(4n+1) { min-height: 510px; }
.rb-network-masonry__item:nth-child(4n+2) { min-height: 330px; }
.rb-network-masonry__item img { width: 100%; min-height: inherit; height: 100%; object-fit: cover; transition: transform .55s ease; }
.rb-network-masonry__item:hover img { transform: scale(1.045); }
.rb-network-masonry__caption {
  position: absolute;
  inset: auto 0 0;
  padding: 70px 20px 20px;
  display: flex;
  flex-direction: column;
  background: linear-gradient(transparent,rgba(0,0,0,.84));
}
.rb-network-masonry__caption small { color: var(--rb-copper-light); text-transform: uppercase; letter-spacing: .08em; }
.rb-network-masonry__caption strong { margin-top: 5px; color: #fff; font-size: 1.08rem; }

.rb-network-blog { background: #171512; }
.rb-network-blog-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 30px; }
.rb-network-blog-card { display: grid; grid-template-columns: minmax(190px,.75fr) minmax(0,1fr); min-height: 320px; border: 1px solid rgba(255,255,255,.1); background: #11100f; }
.rb-network-blog-card .rb-network-content-media { min-height: 100%; }
.rb-network-blog-card > div { display: flex; flex-direction: column; padding: 28px; }
.rb-network-blog-card__meta { color: var(--rb-copper-light); font-size: .69rem; letter-spacing: .06em; text-transform: uppercase; }
.rb-network-blog-card h3 { margin: 18px 0 12px; font-size: 1.65rem; }
.rb-network-blog-card p { color: #918980; font-size: .87rem; }
.rb-network-blog-card .text-link { margin-top: auto; }

.rb-network-booking {
  padding: 120px 0;
  background:
    linear-gradient(90deg,rgba(13,13,12,.97),rgba(13,13,12,.76)),
    var(--rb-network-hero, linear-gradient(145deg,#493729,#171411));
  background-size: cover;
  background-position: center;
}
.rb-network-booking__intro { display: grid; grid-template-columns: .35fr 1.1fr .8fr; gap: 45px; align-items: start; margin-bottom: 55px; }
.rb-network-booking__intro h2 { margin: 0; font-size: clamp(3rem,6vw,6rem); line-height: .98; }
.rb-network-booking__intro p { color: #aaa198; }
.rb-network-booking__grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 1px; background: rgba(255,255,255,.13); border: 1px solid rgba(255,255,255,.13); }
.rb-network-booking-card {
  min-height: 200px;
  display: grid;
  grid-template-columns: 70px 1fr 40px;
  gap: 20px;
  align-items: center;
  padding: 30px;
  color: #efe7dc;
  background: #12110f;
  transition: background .3s ease, transform .3s ease;
}
.rb-network-booking-card:hover { background: #1d1915; transform: translateY(-4px); }
.rb-network-booking-card > span { color: var(--rb-copper-light); font-family: "Playfair Display",serif; font-size: 1.9rem; }
.rb-network-booking-card small { color: #9c948b; letter-spacing: .08em; text-transform: uppercase; }
.rb-network-booking-card h3 { margin: 7px 0; font-size: 1.8rem; }
.rb-network-booking-card p { margin: 0; color: #8e867d; font-size: .82rem; }
.rb-network-booking-card > strong { font-size: 1.7rem; color: var(--rb-copper-light); }

/* Header: phone removed; keep CTA visually balanced. */
.rb-network-branch .header-actions,
.rb-network-main .header-actions { gap: 14px; }

@media (max-width: 1180px) {
  .rb-network-hero__grid { grid-template-columns: minmax(0,1fr) 260px; gap: 50px; }
  .rb-network-hero__media { left: 42%; }
  .rb-network-intro__grid { grid-template-columns: 80px 1fr; }
  .rb-network-intro__body { grid-column: 2; }
  .rb-network-service-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .rb-network-product-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (max-width: 900px) {
  .rb-network-hero { min-height: 820px; align-items: end; }
  .rb-network-hero__grid { grid-template-columns: 1fr; padding-top: 150px; padding-bottom: 90px; }
  .rb-network-hero__media { inset: 0; opacity: .5; }
  .rb-network-hero__image { inset: 0; }
  .rb-network-hero__frame { right: 8%; left: auto; width: 48vw; opacity: .65; }
  .rb-network-hero__summary { max-width: 470px; }
  .rb-network-hero__vertical { display: none; }
  .rb-network-intro__grid { grid-template-columns: 1fr; gap: 30px; }
  .rb-network-intro__index { font-size: 5rem; }
  .rb-network-intro__body { grid-column: auto; padding-top: 0; }
  .rb-network-grid--immersive,
  .rb-network-grid--immersive .rb-network-card:nth-child(3n+1) { grid-template-columns: 1fr; }
  .rb-network-grid--immersive .rb-network-card:nth-child(3n+1) { grid-column: auto; display: block; }
  .rb-network-grid--immersive .rb-network-card__visual,
  .rb-network-grid--immersive .rb-network-card:nth-child(3n+1) .rb-network-card__visual { min-height: 390px; }
  .rb-network-team-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .rb-network-team-card:nth-child(3n+2) { transform: none; }
  .rb-network-blog-grid { grid-template-columns: 1fr; }
  .rb-network-booking__intro { grid-template-columns: 1fr; gap: 16px; }
}

@media (max-width: 640px) {
  .rb-network-hero { min-height: 760px; }
  .rb-network-hero__copy h1 { font-size: clamp(3.35rem,16vw,5.5rem); }
  .rb-network-hero__summary { display: none; }
  .rb-network-hero__scroll { display: none; }
  .rb-network-intro h2,
  .rb-network-booking__intro h2 { font-size: 3rem; }
  .rb-network-service-grid,
  .rb-network-team-grid,
  .rb-network-product-grid,
  .rb-network-booking__grid { grid-template-columns: 1fr; }
  .rb-network-service-card__body { min-height: auto; }
  .rb-network-team-card__media { min-height: 430px; }
  .rb-network-blog-card { grid-template-columns: 1fr; }
  .rb-network-blog-card .rb-network-content-media { min-height: 260px; }
  .rb-network-masonry { columns: 2 140px; }
  .rb-network-masonry__item,
  .rb-network-masonry__item:nth-child(4n+1),
  .rb-network-masonry__item:nth-child(4n+2) { min-height: 230px; }
  .rb-network-booking { padding: 85px 0 110px; }
  .rb-network-booking-card { grid-template-columns: 50px 1fr 28px; padding: 24px 20px; }
}

@media (prefers-reduced-motion: reduce) {
  .rb-network-service-card,
  .rb-network-content-media img,
  .rb-network-team-card__media img,
  .rb-network-masonry__item img,
  .rb-network-booking-card { transition: none !important; }
}

.header-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 14px;
  white-space: nowrap;
}
@media (max-width: 900px) {
  .header-actions .language-switcher { display: none; }
}
@media (max-width: 640px) {
  .header-actions { display: none; }
}

/* Royal Barber 2.2 — branch media, directory, contact and per-site visual system */

:root {
  --rb-light-surface: #efe6d8;
  --rb-ease-out: cubic-bezier(.22,1,.36,1);
  --rb-ease-spring: cubic-bezier(.2,.8,.2,1.15);
}

/* Removed by product decision. */
.rb-marquee { display: none !important; }

/* Refined global motion and card treatment. */
.reveal {
  opacity: 0;
  transform: translateY(32px) scale(.985);
  transition: opacity .75s var(--rb-ease-out), transform .75s var(--rb-ease-out);
}
.reveal.is-visible { opacity: 1; transform: none; }
[data-tilt-card] {
  position: relative;
  isolation: isolate;
  transform-style: preserve-3d;
  transition: transform .35s var(--rb-ease-out), box-shadow .35s var(--rb-ease-out), border-color .35s ease;
}
[data-tilt-card]::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  border-radius: inherit;
  pointer-events: none;
  content: "";
  opacity: 0;
  background: radial-gradient(circle at var(--rb-pointer-x,50%) var(--rb-pointer-y,50%), rgba(255,255,255,.11), transparent 38%);
  transition: opacity .25s ease;
}
[data-tilt-card]:hover::after { opacity: 1; }
[data-tilt-card]:hover { border-color: color-mix(in srgb, var(--rb-accent-bright) 55%, transparent); box-shadow: 0 28px 70px rgba(0,0,0,.3); }
.rb-network-content-media img,
.rb-team-card__media img,
.rb-directory-card__media::before,
.rb-philosophy__image,
.rb-branch-philosophy__visual > div { transition: transform .8s var(--rb-ease-out), filter .5s ease; }
article:hover .rb-network-content-media img,
.rb-team-card:hover .rb-team-card__media img,
.rb-directory-card:hover .rb-directory-card__media::before,
.rb-philosophy__visual:hover .rb-philosophy__image,
.rb-branch-philosophy__visual:hover > div { transform: scale(1.045); filter: saturate(1.05); }

/* Main-site philosophy redesign. */
.rb-philosophy {
  overflow: hidden;
  color: #17130f;
  background:
    radial-gradient(circle at 85% 10%, color-mix(in srgb, var(--rb-accent) 20%, transparent), transparent 28%),
    var(--rb-light-surface);
}
.rb-philosophy p { color: rgba(23,19,15,.7); }
.rb-philosophy .eyebrow { color: var(--rb-accent-dark); }
.rb-philosophy__header {
  display: grid;
  grid-template-columns: minmax(0,1.2fr) minmax(300px,.58fr);
  gap: clamp(45px,8vw,120px);
  align-items: end;
  margin-bottom: clamp(55px,8vw,110px);
}
.rb-philosophy__header h2 { max-width: 900px; margin: 0; font-size: clamp(3.2rem,6.6vw,7rem); line-height: .94; }
.rb-philosophy__header > p { max-width: 520px; margin: 0 0 10px; font-size: 1.04rem; }
.rb-philosophy__stage { display: grid; grid-template-columns: minmax(0,1.02fr) minmax(420px,.72fr); gap: clamp(40px,7vw,100px); align-items: stretch; }
.rb-philosophy__visual {
  position: relative;
  min-height: 720px;
  overflow: hidden;
  border-radius: 52% 52% 12px 12px;
  background: #211b16;
  box-shadow: 0 45px 100px rgba(67,42,23,.24);
}
.rb-philosophy__image {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, transparent 45%, rgba(7,7,6,.82) 100%),
    var(--rb-philosophy-image, radial-gradient(circle at 55% 25%, rgba(212,165,111,.28), transparent 25%), linear-gradient(145deg,#44301f,#11110f));
  background-position: center;
  background-size: cover;
}
.rb-philosophy__visual::before {
  position: absolute;
  inset: 24px;
  z-index: 2;
  border: 1px solid rgba(255,255,255,.25);
  border-radius: 52% 52% 6px 6px;
  content: "";
  pointer-events: none;
}
.rb-philosophy__quote {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 25px;
  padding: 42px;
  color: #fff8ee;
}
.rb-philosophy__quote span { color: var(--rb-accent-bright); font-family: "Playfair Display",serif; font-size: 4rem; line-height: .8; }
.rb-philosophy__quote strong { max-width: 310px; font-family: "Playfair Display",serif; font-size: clamp(1.8rem,3vw,3rem); line-height: 1; text-align: right; }
.rb-philosophy__principles { display: flex; flex-direction: column; justify-content: center; gap: 0; }
.rb-philosophy__principles article {
  display: grid;
  grid-template-columns: 66px 1fr;
  gap: 24px;
  padding: 30px 0;
  border-top: 1px solid rgba(23,19,15,.18);
}
.rb-philosophy__principles article > span { color: var(--rb-accent-dark); font-family: "Playfair Display",serif; font-size: 1.8rem; }
.rb-philosophy__principles h3 { margin-bottom: 9px; font-size: 1.7rem; }
.rb-philosophy__principles p { margin: 0; }
.rb-philosophy__principles .button { align-self: flex-start; margin-top: 34px; color: #17130f; border-color: rgba(23,19,15,.38); }
.rb-philosophy__principles .button:hover { color: var(--rb-text); background: #17130f; }

/* Branch information strip and philosophy. */
.rb-branch-location {
  position: relative;
  z-index: 5;
  padding: 52px 0;
  color: #18130f;
  background: var(--rb-light-surface);
  box-shadow: 0 25px 70px rgba(0,0,0,.15);
}
.rb-branch-location p { color: rgba(24,19,15,.66); }
.rb-branch-location .eyebrow { color: var(--rb-accent-dark); }
.rb-branch-location__grid { display: grid; grid-template-columns: minmax(220px,.5fr) minmax(0,1.5fr); gap: 60px; align-items: center; }
.rb-branch-location__heading h2 { margin: 0; font-size: clamp(2.2rem,4vw,4.3rem); }
.rb-branch-location__facts { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); border: 1px solid rgba(24,19,15,.16); background: rgba(255,255,255,.22); }
.rb-branch-location__facts article { min-height: 175px; padding: 27px; border-right: 1px solid rgba(24,19,15,.14); }
.rb-branch-location__facts article:last-child { border-right: 0; }
.rb-branch-location__facts span { display: block; margin-bottom: 14px; color: rgba(24,19,15,.55); font-size: .68rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.rb-branch-location__facts strong { display: block; color: #18130f; font-size: .95rem; line-height: 1.65; }
.rb-branch-location__facts a { display: inline-block; margin-top: 16px; color: var(--rb-accent-dark); font-size: .78rem; font-weight: 800; }
.rb-inline-contact { display: flex; flex-wrap: wrap; gap: 15px; }

.rb-branch-philosophy { color: #15120f; background: var(--rb-light-surface); }
.rb-branch-philosophy p { color: rgba(21,18,15,.69); }
.rb-branch-philosophy .eyebrow { color: var(--rb-accent-dark); }
.rb-branch-philosophy__grid { display: grid; grid-template-columns: minmax(0,.9fr) minmax(0,1fr); gap: clamp(55px,9vw,130px); align-items: center; }
.rb-branch-philosophy__visual { position: relative; min-height: 640px; overflow: hidden; border-radius: 52% 52% 8px 8px; background: #191511; box-shadow: 0 42px 90px rgba(60,36,18,.22); }
.rb-branch-philosophy__visual > div { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(0,0,0,.75)), var(--rb-branch-about, radial-gradient(circle at 50% 25%, rgba(212,165,111,.26), transparent 25%), linear-gradient(145deg,#44301f,#11110f)); background-size: cover; background-position: center; }
.rb-branch-philosophy__visual::after { position: absolute; inset: 22px; border: 1px solid rgba(255,255,255,.22); border-radius: 52% 52% 4px 4px; content: ""; }
.rb-branch-philosophy__visual > span { position: absolute; right: 28px; bottom: 30px; left: 28px; z-index: 2; color: #f8ecdc; font-size: .75rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.rb-branch-philosophy__content h2 { font-size: clamp(3rem,5.5vw,5.8rem); }
.rb-branch-philosophy__points { display: grid; gap: 0; margin: 34px 0 38px; }
.rb-branch-philosophy__points span { padding: 17px 0; border-top: 1px solid rgba(21,18,15,.18); font-weight: 700; }
.rb-branch-philosophy__content .button--outline { color: #15120f; border-color: rgba(21,18,15,.45); }

/* Dedicated branch directory. */
.rb-directory-hero { padding: calc(var(--rb-header-height) + 120px) 0 90px; overflow: hidden; background: radial-gradient(circle at 80% 20%, color-mix(in srgb,var(--rb-accent) 30%,transparent), transparent 30%), #0d0e0c; }
.rb-directory-hero__grid { display: grid; grid-template-columns: minmax(0,1fr) 220px; gap: 80px; align-items: end; }
.rb-directory-hero h1 { max-width: 900px; font-size: clamp(4rem,8vw,8.5rem); line-height: .92; }
.rb-directory-hero p { max-width: 650px; font-size: 1.08rem; }
.rb-directory-hero__count { padding: 30px 0 10px 30px; border-left: 1px solid var(--rb-border); }
.rb-directory-hero__count strong { display: block; color: var(--rb-accent-bright); font-family: "Playfair Display",serif; font-size: 5rem; line-height: .8; }
.rb-directory-hero__count span { display: block; margin-top: 16px; color: var(--rb-muted); font-size: .76rem; text-transform: uppercase; }
.rb-directory-list { background: var(--rb-bg-soft); }
.rb-directory-grid { display: grid; gap: 34px; }
.rb-directory-card { display: grid; grid-template-columns: minmax(320px,.75fr) minmax(0,1fr); min-height: 490px; overflow: hidden; border: 1px solid var(--rb-border); background: var(--rb-panel); }
.rb-directory-card__media { position: relative; display: block; min-height: 100%; overflow: hidden; background: #171713; }
.rb-directory-card__media::before { position: absolute; inset: 0; content: ""; background: linear-gradient(180deg,transparent 55%,rgba(0,0,0,.68)), var(--rb-directory-image, radial-gradient(circle at 50% 20%,rgba(212,165,111,.22),transparent 23%),linear-gradient(145deg,#2d281f,#0d0e0b)); background-size: cover; background-position: center; }
.rb-directory-card__media span { position: absolute; left: 30px; bottom: 24px; z-index: 2; color: #fff3e2; font-family: "Playfair Display",serif; font-size: 4rem; }
.rb-directory-card__body { display: flex; flex-direction: column; justify-content: center; padding: clamp(38px,6vw,78px); }
.rb-directory-card__body h2 { font-size: clamp(2.7rem,4.5vw,5rem); }
.rb-directory-card__facts { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; margin: 12px 0 35px; }
.rb-directory-card__facts > div { padding-top: 18px; border-top: 1px solid var(--rb-border); }
.rb-directory-card__facts small { display: block; margin-bottom: 10px; color: var(--rb-muted); font-size: .66rem; letter-spacing: .1em; text-transform: uppercase; }
.rb-directory-card__facts strong { font-size: .84rem; line-height: 1.65; }
.rb-directory-card__actions { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; }
.rb-directory-card__actions .text-link { margin-left: 6px; }

/* Gallery images and haircut videos. */
.rb-gallery-video-preview { position: relative; width: 100%; height: 100%; overflow: hidden; background: #0b0c0a; }
.rb-gallery-video-preview > img,
.rb-gallery-video-preview > video { width: 100%; height: 100%; object-fit: cover; }
.rb-gallery-video-preview::after { position: absolute; inset: 0; content: ""; background: linear-gradient(180deg,transparent 45%,rgba(0,0,0,.62)); pointer-events: none; }
.rb-video-play { position: absolute; z-index: 4; top: 50%; left: 50%; display: grid; place-items: center; width: 64px; height: 64px; border: 1px solid rgba(255,255,255,.65); border-radius: 50%; color: #fff; background: rgba(8,8,7,.52); backdrop-filter: blur(10px); transform: translate(-50%,-50%); transition: transform .25s var(--rb-ease-spring), background .25s ease; }
a:hover .rb-video-play { transform: translate(-50%,-50%) scale(1.12); background: var(--rb-accent); }
.rb-gallery-video-preview > small { position: absolute; z-index: 4; left: 16px; bottom: 13px; color: #fff; font-size: .66rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.rb-masonry-gallery__item.is-video > span > small { display: block; margin-top: 4px; color: var(--rb-accent-bright); font-size: .62rem; text-transform: uppercase; }
.rb-network-masonry__item.is-video { isolation: isolate; }
.rb-gallery-video-player { width: 100%; height: 100%; min-height: 520px; background: #050505; }
.rb-gallery-video-player video { display: block; width: 100%; height: 100%; min-height: 520px; object-fit: contain; background: #050505; }
.rb-gallery-video-player--embed { position: relative; height: 0; min-height: 0; padding-bottom: 56.25%; }
.rb-gallery-video-player--embed iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.rb-gallery-video-fallback { display: grid; place-items: center; min-height: 480px; padding: 40px; text-align: center; background: var(--rb-panel); }
.content-card__media.is-video { position: relative; }

/* Contact UI and footer clarification. */
.rb-footer-professional { position: relative; background: #080906; }
.rb-footer-professional__lead { display: flex; justify-content: space-between; align-items: end; gap: 50px; padding-top: 90px; padding-bottom: 70px; border-bottom: 1px solid var(--rb-border); }
.rb-footer-professional__lead > div { max-width: 850px; }
.rb-footer-professional__lead h2 { margin: 0; font-size: clamp(2.7rem,5vw,5.4rem); }
.rb-footer-professional__grid { grid-template-columns: 1.18fr .8fr .8fr .8fr; padding-top: 68px; padding-bottom: 68px; }
.rb-footer-contact-actions { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 18px; }
.rb-footer-contact-actions a { padding: 8px 13px; border: 1px solid var(--rb-border); border-radius: 999px; color: var(--rb-text-soft); font-size: .72rem; }
.rb-contact-dock { position: fixed; z-index: 999; right: 20px; bottom: 24px; display: flex; flex-direction: column; gap: 8px; padding: 8px; border: 1px solid var(--rb-border); border-radius: 18px; background: rgba(12,13,11,.86); box-shadow: 0 20px 55px rgba(0,0,0,.36); backdrop-filter: blur(18px); }
.rb-contact-dock a { display: grid; place-items: center; width: 56px; min-height: 56px; border-radius: 12px; color: var(--rb-text); transition: transform .2s ease, background .2s ease; }
.rb-contact-dock a:hover { transform: translateX(-3px); color: var(--rb-text); background: rgba(255,255,255,.08); }
.rb-contact-dock a.is-primary { color: var(--rb-dark); background: var(--rb-accent-bright); }
.rb-contact-dock span { font-size: 1.05rem; font-weight: 900; }
.rb-contact-dock small { margin-top: 2px; font-size: .56rem; font-weight: 800; text-transform: uppercase; }
.mobile-booking-bar { display: none; }
.rb-final-cta__actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px; }

/* Ensure site-specific colors override older hard-coded section colors. */
.rb-services-showcase,
.rb-team-section,
.rb-network-team,
.rb-network-blog { background: var(--rb-bg); }
.rb-products-section,
.rb-network-products { background: var(--rb-bg-soft); }
.rb-gallery-section,
.rb-network-gallery { background: color-mix(in srgb, var(--rb-bg) 88%, var(--rb-accent-dark)); }
.rb-discount-strip { background: color-mix(in srgb, var(--rb-bg-soft) 88%, var(--rb-accent-dark)); }
.rb-network-branches { background: color-mix(in srgb, var(--rb-bg-soft) 92%, var(--rb-accent)); }
.rb-review-section { color: #15120f; background: var(--rb-light-surface); }

@media (max-width: 1100px) {
  .rb-philosophy__stage { grid-template-columns: 1fr 1fr; }
  .rb-branch-location__grid { grid-template-columns: 1fr; gap: 30px; }
  .rb-footer-professional__grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .rb-directory-card { grid-template-columns: minmax(280px,.72fr) 1fr; }
  .rb-directory-card__facts { grid-template-columns: 1fr; }
}

@media (max-width: 782px) {
  body.rb-network-branch { padding-bottom: calc(74px + env(safe-area-inset-bottom)); }
  .rb-philosophy__header,
  .rb-philosophy__stage,
  .rb-branch-philosophy__grid,
  .rb-directory-hero__grid,
  .rb-directory-card { grid-template-columns: 1fr; }
  .rb-philosophy__header { gap: 25px; }
  .rb-philosophy__visual,
  .rb-branch-philosophy__visual { min-height: 520px; }
  .rb-philosophy__quote { padding: 28px; }
  .rb-philosophy__principles article { grid-template-columns: 48px 1fr; }
  .rb-branch-location { padding: 42px 0; }
  .rb-branch-location__facts { grid-template-columns: 1fr; }
  .rb-branch-location__facts article { min-height: auto; border-right: 0; border-bottom: 1px solid rgba(24,19,15,.14); }
  .rb-branch-location__facts article:last-child { border-bottom: 0; }
  .rb-directory-hero { padding-top: calc(var(--rb-header-height) + 90px); }
  .rb-directory-hero__count { padding-left: 0; border-left: 0; }
  .rb-directory-card__media { min-height: 330px; }
  .rb-footer-professional__lead { align-items: flex-start; flex-direction: column; }
  .rb-footer-professional__grid { grid-template-columns: 1fr; }
  .rb-contact-dock { display: none; }
  .mobile-booking-bar {
    position: fixed;
    z-index: 1200;
    right: 0;
    bottom: 0;
    left: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(0,1fr));
    gap: 1px;
    padding: 7px max(8px,env(safe-area-inset-right)) calc(7px + env(safe-area-inset-bottom)) max(8px,env(safe-area-inset-left));
    border-top: 1px solid var(--rb-border);
    background: rgba(10,11,9,.94);
    box-shadow: 0 -12px 35px rgba(0,0,0,.28);
    backdrop-filter: blur(18px);
  }
  .mobile-booking-bar a { display: flex; align-items: center; justify-content: center; gap: 7px; min-height: 52px; border-radius: 12px; color: var(--rb-text); font-size: .72rem; font-weight: 800; text-transform: uppercase; }
  .mobile-booking-bar a span { font-size: .95rem; }
  .mobile-booking-bar a.is-primary { color: var(--rb-dark); background: var(--rb-accent-bright); }
  .rb-gallery-video-player,
  .rb-gallery-video-player video { min-height: 360px; }
}

@media (max-width: 520px) {
  .rb-philosophy__header h2,
  .rb-branch-philosophy__content h2 { font-size: clamp(2.7rem,13vw,4.5rem); }
  .rb-philosophy__visual,
  .rb-branch-philosophy__visual { min-height: 430px; }
  .rb-philosophy__quote strong { font-size: 1.7rem; }
  .rb-directory-card__body { padding: 30px 24px; }
  .rb-directory-card__actions .button { width: 100%; }
  .rb-video-play { width: 54px; height: 54px; }
}

@media (prefers-reduced-motion: reduce) {
  .reveal,
  [data-tilt-card],
  .rb-network-content-media img,
  .rb-team-card__media img,
  .rb-directory-card__media::before,
  .rb-philosophy__image,
  .rb-branch-philosophy__visual > div { transition: none !important; transform: none !important; }
}

/* Royal Barber 2.3 — Elementor, page navigation, contrast and mobile menu fixes */
:root {
  --rb-light-text: #17130f;
  --rb-button-text: #111210;
  --rb-control-height: 50px;
  --rb-section-gap: clamp(72px, 9vw, 128px);
}

body.menu-is-open { overflow: hidden; }
body.menu-is-open .site-header {
  background: var(--rb-bg) !important;
  border-bottom-color: var(--rb-border) !important;
  box-shadow: 0 12px 40px rgba(0,0,0,.42) !important;
  backdrop-filter: blur(20px) !important;
}

/* Stable, consistent CTA system. */
.button,
.wp-element-button,
.elementor-button {
  min-height: var(--rb-control-height);
  padding: 0 26px;
  border: 1px solid var(--rb-accent);
  border-radius: 999px;
  color: var(--rb-button-text);
  background: var(--rb-accent-bright);
  font-family: "Manrope", system-ui, sans-serif;
  font-size: .78rem;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: .075em;
  text-align: center;
  text-transform: uppercase;
}
.button:hover,
.wp-element-button:hover,
.elementor-button:hover { color: var(--rb-button-text); background: var(--rb-accent); }
.button--small { min-height: 42px; padding-inline: 19px; font-size: .7rem; }
.button--outline {
  color: var(--rb-text);
  background: transparent;
  border-color: color-mix(in srgb, var(--rb-text) 36%, transparent);
}
.button--outline:hover { color: var(--rb-bg); background: var(--rb-text); }

/* Light sections always receive a matching readable text system. */
.rb-philosophy,
.rb-branch-philosophy,
.rb-review-section,
.rb-branch-location,
.section--accent {
  color: var(--rb-light-text);
  background: var(--rb-light-surface);
}
.rb-philosophy h1, .rb-philosophy h2, .rb-philosophy h3,
.rb-branch-philosophy h1, .rb-branch-philosophy h2, .rb-branch-philosophy h3,
.rb-review-section h1, .rb-review-section h2, .rb-review-section h3,
.rb-branch-location h1, .rb-branch-location h2, .rb-branch-location h3,
.rb-philosophy strong, .rb-branch-philosophy strong, .rb-review-section strong,
.rb-branch-location strong { color: var(--rb-light-text); }
.rb-philosophy p, .rb-branch-philosophy p, .rb-review-section p,
.rb-branch-location p, .rb-branch-location span { color: color-mix(in srgb, var(--rb-light-text) 76%, transparent); }
.rb-philosophy .eyebrow, .rb-branch-philosophy .eyebrow,
.rb-review-section .eyebrow, .rb-branch-location .eyebrow { color: var(--rb-accent-dark); }
.rb-philosophy .button--outline,
.rb-branch-philosophy .button--outline,
.rb-review-section .button--outline,
.rb-branch-location .button--outline {
  color: var(--rb-light-text);
  border-color: color-mix(in srgb, var(--rb-light-text) 42%, transparent);
}
.rb-philosophy .button--outline:hover,
.rb-branch-philosophy .button--outline:hover,
.rb-review-section .button--outline:hover,
.rb-branch-location .button--outline:hover { color: var(--rb-text); background: var(--rb-bg); }

/* Page layouts and Elementor Free. */
.rb-page-shell { min-height: 65vh; }
.rb-page-content { padding-bottom: 36px; }
.rb-page-content .content-shell { width: min(100%, 920px); }
.rb-page-dynamic { padding-top: 40px; background: var(--rb-bg-soft); }
.rb-elementor-content,
.rb-elementor-full-width { width: 100%; overflow: clip; }
.rb-elementor-content__inner { width: 100%; }
.rb-elementor-built .page-hero { display: none; }
.elementor-page .site-main { overflow: clip; }
.elementor-page .elementor-widget-text-editor { color: var(--rb-text-soft); }
.elementor-page .elementor-heading-title { color: inherit; }

.rb-catalog-notice {
  display: grid;
  grid-template-columns: minmax(220px,.7fr) minmax(0,1.3fr);
  gap: 28px;
  align-items: start;
  margin: 0 0 34px;
  padding: 24px 28px;
  border: 1px solid var(--rb-border);
  border-left: 3px solid var(--rb-accent-bright);
  background: var(--rb-panel);
}
.rb-catalog-notice strong { color: var(--rb-text); font-family: "Playfair Display",serif; font-size: 1.35rem; }
.rb-catalog-notice p { margin: 0; color: var(--rb-text-soft); }
.rb-network-service-card--catalog .rb-network-service-card__body { min-height: 300px; }
.rb-network-service-card--catalog .text-link { margin-top: auto; }

/* Central product catalogue + branch contacts. */
.rb-product-branches { background: var(--rb-bg-soft); }
.rb-product-branch-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 22px; }
.rb-product-branch-card {
  display: flex;
  flex-direction: column;
  min-height: 370px;
  padding: 32px;
  border: 1px solid var(--rb-border);
  background: var(--rb-panel);
  box-shadow: 0 24px 55px rgba(0,0,0,.16);
}
.rb-product-branch-card h3 { color: var(--rb-text); font-size: 2rem; }
.rb-product-branch-card p,
.rb-product-branch-card__hours { color: var(--rb-text-soft); }
.rb-product-branch-card__hours { margin-top: auto; padding-top: 22px; border-top: 1px solid var(--rb-border); }
.rb-product-branch-card__actions { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; margin-top: 24px; }
.rb-product-branch-card__actions .button { min-height: 44px; padding-inline: 17px; font-size: .67rem; }

/* Main-site service detail: content first, then branch selection. */
.rb-service-detail--hub .service-detail-hero,
.rb-service-detail--hub .rb-service-detail-content,
.rb-service-detail--hub .rb-product-branches { padding-block: 32px; }
.rb-service-detail--hub .service-detail-hero__content > p,
.rb-service-detail--hub .entry-content p,
.rb-service-detail--hub .entry-content li,
.rb-service-detail--hub .rb-section-head p,
.rb-service-detail--hub .rb-product-branch-card p,
.rb-service-detail--hub .rb-product-branch-card__hours { color: rgb(247 232 195 / 82%); }
.rb-service-hero-content > :first-child { margin-top: 0; }
.rb-service-hero-content > :last-child { margin-bottom: 0; }
.rb-service-branch-notice {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 32px;
  padding: 20px 24px;
  border: 1px solid var(--rb-border);
  border-left: 3px solid var(--rb-accent-bright);
  background: var(--rb-panel);
  box-shadow: 0 18px 42px rgba(0,0,0,.14);
}
.rb-service-branch-notice svg { flex: 0 0 24px; width: 24px; height: 24px; margin-top: 2px; color: var(--rb-accent-bright); }
.rb-service-branch-notice p { margin: 0; color: rgb(247 232 195 / 82%); line-height: 1.7; }
.rb-service-detail--hub .rb-product-branch-card__actions { flex-direction: column; align-items: stretch; }
.rb-service-detail--hub .rb-product-branch-card__actions .button { width: 100%; }

@media (min-width: 901px) {
  .rb-service-detail--hub .service-detail-hero__grid { align-items: start; }
  .rb-service-detail--hub .service-detail-hero__media { align-self: start; }
}

@media (min-width: 768px) and (max-width: 900px) {
  .rb-service-detail--hub .service-detail-hero__media {
    width: min(100%, 560px);
    max-height: 400px;
    aspect-ratio: 16 / 10;
    justify-self: center;
  }
}

@media (max-width: 767px) {
  .rb-service-detail--hub .service-detail-hero,
  .rb-service-detail--hub .rb-service-detail-content,
  .rb-service-detail--hub .rb-product-branches { padding-block: 24px; }
  .rb-service-branch-notice { gap: 12px; margin-bottom: 24px; padding: 16px 18px; }
  .rb-service-branch-notice svg { flex-basis: 21px; width: 21px; height: 21px; }
}

/* Cleaner visual hierarchy for dynamic cards. */
.content-card,
.rb-network-service-card,
.rb-network-team-card,
.rb-network-product-card,
.rb-network-blog-card {
  border: 1px solid var(--rb-border);
  background: var(--rb-panel);
}
.content-card h2, .content-card h3,
.rb-network-service-card h3,
.rb-network-team-card h3,
.rb-network-product-card h3,
.rb-network-blog-card h3 { color: var(--rb-text); }
.content-card p,
.rb-network-service-card p,
.rb-network-team-card p,
.rb-network-product-card p,
.rb-network-blog-card p { color: var(--rb-text-soft); }
.rb-section-head { gap: clamp(28px,5vw,70px); }
.rb-section-head__actions { display: flex; flex-direction: column; align-items: flex-end; gap: 14px; max-width: 520px; }
.rb-section-head__actions p { margin: 0; text-align: right; }

/* Mobile navigation must remain opaque after scrolling and opening. */
@media (max-width: 1024px) {
  .primary-navigation {
    top: var(--rb-mobile-nav-top, var(--rb-header-height)) !important;
    z-index: 1190;
    height: calc(100dvh - var(--rb-mobile-nav-top, var(--rb-header-height)));
    overflow-y: auto;
    background: var(--rb-bg) !important;
    background-image: radial-gradient(circle at 85% 12%, color-mix(in srgb, var(--rb-accent) 20%, transparent), transparent 28%) !important;
    opacity: 1 !important;
    backdrop-filter: none !important;
  }
  .primary-navigation.is-open { display: block !important; }
  .primary-navigation .menu { padding-bottom: 70px; }
  .primary-navigation a { color: var(--rb-text); }
  .menu-toggle { position: relative; z-index: 1201; }
  .site-header { background: color-mix(in srgb, var(--rb-bg) 96%, transparent); }
}
@media (max-width: 1100px) {
  .rb-product-branch-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (max-width: 782px) {
  .rb-catalog-notice { grid-template-columns: 1fr; gap: 10px; }
  .rb-section-head__actions { align-items: flex-start; max-width: none; }
  .rb-section-head__actions p { text-align: left; }
  .rb-product-branch-grid { grid-template-columns: 1fr; }
  .rb-product-branch-card { min-height: auto; padding: 26px; }
  .button, .wp-element-button, .elementor-button { min-height: 48px; padding-inline: 21px; font-size: .72rem; }
}
.rb-product-branch-card__contact {
  display: grid;
  gap: 7px;
  margin-top: 18px;
  color: var(--rb-text-soft);
  font-size: .86rem;
}
.rb-product-branch-card__contact a { color: var(--rb-text-soft); overflow-wrap: anywhere; }
.rb-product-branch-card__contact a:hover { color: var(--rb-accent-bright); }

/**
 * Royal Barber v2.4 — Elementor-first compatibility.
 */

/* Elementor owns the full page content area without theme-imposed widths. */
.rb-elementor-full-width,
.rb-front-page-content,
.elementor-page .site-main {
    width: 100%;
    max-width: none;
    overflow: clip;
}

.rb-elementor-full-width > .elementor,
.rb-front-page-content > .elementor,
.elementor-page .elementor {
    width: 100%;
}

/* Avoid theme colors making Elementor editor controls unreadable. */
.elementor-page .elementor-widget-container,
.elementor-page .elementor-widget-text-editor {
    color: inherit;
}

.elementor-page .elementor-button,
.elementor-page a.elementor-button {
    color: var(--rb-button-text, #111210);
    text-decoration: none;
}

.elementor-page .elementor-button.elementor-button-link:hover,
.elementor-page .elementor-button.elementor-button-link:focus-visible {
    color: var(--rb-button-text, #111210);
}

/* Native Royal Barber Elementor widgets. */
.rb-elementor-widget {
    width: 100%;
}

.rb-elementor-widget__heading {
    max-width: 780px;
}

.rb-elementor-widget__heading .eyebrow {
    display: inline-block;
    margin-bottom: .75rem;
}

.rb-elementor-widget__heading h2 {
    margin: 0;
    color: var(--rb-text);
    font-family: "Playfair Display", Georgia, serif;
    font-size: clamp(2rem, 5vw, 4.5rem);
    line-height: .98;
}

.rb-elementor-widget__heading p {
    max-width: 680px;
    margin: 1rem 0 0;
    color: var(--rb-text-soft);
    font-size: 1.05rem;
    line-height: 1.75;
}

/* Dynamic branch information widget. */
.rb-branch-info-widget {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1px;
    overflow: hidden;
    border: 1px solid color-mix(in srgb, var(--rb-accent) 35%, transparent);
    border-radius: 24px;
    background: color-mix(in srgb, var(--rb-accent) 25%, transparent);
}

.rb-branch-info-widget__item {
    display: flex;
    min-height: 190px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: .8rem;
    padding: clamp(1.5rem, 3vw, 2.5rem);
    background: var(--rb-panel);
}

.rb-branch-info-widget__item small {
    color: var(--rb-accent-bright);
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.rb-branch-info-widget__item strong {
    color: var(--rb-text);
    font-size: clamp(1rem, 2vw, 1.3rem);
    line-height: 1.55;
}

.rb-branch-info-widget__actions {
    display: flex;
    flex-wrap: wrap;
    gap: .75rem;
}

.rb-google-reviews-embed,
.rb-booking-embed {
    width: 100%;
}

/* Starter content generated for sites upgraded from 2.3. */
.rb-starter-hero {
    position: relative;
    display: grid;
    min-height: min(78vh, 840px);
    place-items: center;
    overflow: hidden;
    padding: 9rem 1.5rem 6rem;
    background:
        radial-gradient(circle at 78% 25%, color-mix(in srgb, var(--rb-accent) 24%, transparent), transparent 35%),
        linear-gradient(145deg, var(--rb-bg), var(--rb-bg-soft));
    text-align: center;
}

.rb-starter-hero__inner {
    width: min(960px, 100%);
    margin-inline: auto;
}

.rb-starter-hero h1 {
    margin: .75rem 0 1.25rem;
    color: var(--rb-text);
    font-family: "Playfair Display", Georgia, serif;
    font-size: clamp(3.25rem, 9vw, 7.5rem);
    line-height: .88;
}

.rb-starter-hero p {
    max-width: 720px;
    margin: 0 auto 2rem;
    color: var(--rb-text-soft);
    font-size: clamp(1rem, 2vw, 1.25rem);
}

.rb-starter-section {
    padding: clamp(4.5rem, 9vw, 8rem) 1.5rem;
}

.rb-starter-section--light {
    background: var(--rb-light-surface);
    color: var(--rb-light-text);
}

.rb-starter-section__inner {
    width: min(1240px, 100%);
    margin-inline: auto;
}

.rb-starter-section__head {
    max-width: 760px;
    margin-bottom: clamp(2rem, 4vw, 3.5rem);
}

.rb-starter-section__head h2 {
    margin: 0;
    color: inherit;
    font-family: "Playfair Display", Georgia, serif;
    font-size: clamp(2.2rem, 5vw, 4.8rem);
    line-height: .98;
}

.rb-starter-section__head p {
    margin-top: 1rem;
    color: inherit;
    opacity: .76;
}

@media (max-width: 780px) {
    .rb-branch-info-widget {
        grid-template-columns: 1fr;
    }

    .rb-branch-info-widget__item {
        min-height: auto;
    }
}

/* Royal Barber v2.5 — native Elementor components and production layouts. */

.rb-elementor-full-width,
.rb-elementor-built .site-main {
    overflow: clip;
}

.rb-el-section.elementor-section {
    position: relative;
}

.rb-el-section--dark,
.rb-el-section--services,
.rb-el-section--hero,
.rb-el-section--cta {
    color: var(--rb-text);
}

.rb-el-section--light,
.rb-el-section--light .elementor-widget-text-editor,
.rb-el-section--light .elementor-heading-title {
    color: var(--rb-light-text);
}

.rb-el-section--light .rb-elementor-widget__heading h2,
.rb-el-section--light .rb-elementor-widget__heading p,
.rb-el-section--light .rb-el-feature-card h3,
.rb-el-section--light .rb-el-feature-card p {
    color: var(--rb-light-text);
}

.rb-el-section--light .eyebrow,
.rb-el-section--light .rb-el-feature-card__number {
    color: var(--rb-accent-dark);
}

.rb-el-eyebrow .elementor-heading-title {
    display: inline-flex;
    color: var(--rb-accent) !important;
    align-items: center;
    gap: 10px;
    font-family: Manrope, sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .18em;
    line-height: 1.4;
    text-transform: uppercase;
}

.rb-el-eyebrow .elementor-heading-title::before {
    width: 28px;
    height: 1px;
    background: currentColor;
    content: "";
}

.rb-el-heading .elementor-heading-title {
    max-width: 900px;
    margin: 0;
    font-family: "Playfair Display", serif;
    font-size: clamp(2.2rem, 4.4vw, 4.9rem);
    font-weight: 600;
    letter-spacing: -.035em;
    line-height: 1.02;
}

.rb-el-lead {
    max-width: 100%;
}

.rb-el-lead p,
.rb-el-section .elementor-widget-text-editor p {
    margin: 0 0 1em;
    font-size: clamp(1rem, 1.2vw, 1.18rem);
    line-height: 1.8;
}

.rb-el-notice {
    max-width: 900px;
    padding: 28px 32px;
    border-left: 3px solid var(--rb-accent);
    background: rgb(255 255 255 / 42%);
}

/* Hero component */
.rb-el-hero {
    --rb-el-hero-image: none;
    position: relative;
    display: grid;
    min-height: 78vh;
    align-items: end;
    isolation: isolate;
    overflow: hidden;
    padding: clamp(130px, 16vw, 220px) max(24px, calc((100vw - 1240px) / 2)) clamp(76px, 9vw, 126px);
    background:
        linear-gradient(90deg, rgb(10 11 9 / 93%) 0%, rgb(10 11 9 / 72%) 48%, rgb(10 11 9 / 38%) 100%),
        var(--rb-el-hero-image),
        radial-gradient(circle at 78% 28%, rgb(185 130 79 / 25%), transparent 30%),
        linear-gradient(135deg, #0d0e0c 0%, #1b1c18 52%, #0d0e0c 100%);
    background-position: center;
    background-size: cover;
    color: var(--rb-text);
}

.rb-el-hero::before {
    position: absolute;
    z-index: -1;
    inset: 0;
    background: rgb(11 12 10 / 20%);
    content: "";
    pointer-events: none;
}

.rb-el-hero::after {
    display: none;
    position: absolute;
    z-index: -1;
    width: min(46vw, 720px);
    aspect-ratio: 1;
    right: -12%;
    bottom: -48%;
    border: 1px solid rgb(212 165 111 / 24%);
    border-radius: 50%;
    box-shadow: 0 0 0 60px rgb(212 165 111 / 4%), 0 0 0 120px rgb(212 165 111 / 3%);
    content: "";
}

.rb-el-hero__content {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 760px;
}

.rb-el-hero .eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 22px;
    color: var(--rb-accent-bright);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .22em;
}

.rb-el-hero .eyebrow::before {
    width: 34px;
    height: 1px;
    background: currentColor;
    content: "";
}

.rb-el-hero h1 {
    max-width: 920px;
    margin: 0;
    color: var(--rb-text);
    font-family: "Playfair Display", serif;
    font-size: clamp(3.1rem, 7.4vw, 7.6rem);
    font-weight: 600;
    letter-spacing: -.052em;
    line-height: .94;
    text-wrap: balance;
    white-space: pre-wrap;
}

.rb-el-hero__description {
    max-width: 680px;
    margin: 30px 0 0;
    color: var(--rb-text-soft);
    font-size: clamp(1.04rem, 1.45vw, 1.3rem);
    line-height: 1.75;
}

.rb-el-hero__actions,
.rb-el-cta__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 36px;
}

.rb-el-hero__badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 34px;
    color: var(--rb-text-soft);
    font-size: .82rem;
    letter-spacing: .06em;
}

.rb-el-hero__badge span {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--rb-accent-bright);
    box-shadow: 0 0 0 6px rgb(212 165 111 / 12%);
}

.rb-el-hero__decor span {
    display: none;
    position: absolute;
    z-index: 1;
    top: 18%;
    right: 8%;
    width: 1px;
    height: 38%;
    background: linear-gradient(transparent, rgb(212 165 111 / 55%), transparent);
}

.rb-el-hero__decor span:last-child {
    top: 30%;
    right: 12%;
    height: 24%;
}

/* Feature grid */
.rb-el-feature-grid {
    --rb-feature-columns: 3;
    display: grid;
    grid-template-columns: repeat(var(--rb-feature-columns), minmax(0, 1fr));
    gap: 20px;
    margin-top: 46px;
}

.rb-el-feature-card {
    position: relative;
    min-height: 270px;
    overflow: hidden;
    padding: clamp(28px, 3vw, 46px);
    border: 1px solid rgb(113 73 39 / 20%);
    background: rgb(255 255 255 / 28%);
    transition: transform .35s ease, border-color .35s ease, box-shadow .35s ease;
}

.rb-el-section--dark .rb-el-feature-card,
.rb-el-section--services .rb-el-feature-card {
    border-color: rgb(212 165 111 / 16%);
    background: rgb(255 255 255 / 3%);
}

.rb-el-feature-card::after {
    position: absolute;
    right: -40px;
    bottom: -40px;
    width: 110px;
    height: 110px;
    border: 1px solid rgb(185 130 79 / 22%);
    border-radius: 50%;
    content: "";
    transition: transform .4s ease;
}

.rb-el-feature-card:hover {
    border-color: rgb(185 130 79 / 52%);
    box-shadow: 0 22px 70px rgb(15 12 8 / 12%);
    transform: translateY(-7px);
}

.rb-el-feature-card:hover::after {
    transform: scale(1.35);
}

.rb-el-feature-card__number {
    display: block;
    margin-bottom: 74px;
    color: var(--rb-accent);
    font-size: 1rem !important;
    font-weight: 700;
    letter-spacing: .16em;
}

.rb-el-feature-card h3 {
    margin: 0 0 14px !important;
    font-family: "Playfair Display", serif;
    font-size: clamp(1.45rem, 2.2vw, 2.1rem);
    line-height: 1.15;
}

.rb-el-feature-card p {
    max-width: 40ch;
    margin: 0;
    color: inherit;
    opacity: .78;
    line-height: 1.75;
}

/* Dynamic Elementor widgets */
.rb-elementor-widget__heading {
    max-width: 880px;
}

.rb-elementor-widget__heading .eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 14px;
    color: var(--rb-accent);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .19em;
    text-transform: uppercase;
}

.rb-elementor-widget__heading .eyebrow::before {
    width: 26px;
    height: 1px;
    background: currentColor;
    content: "";
}

.rb-elementor-widget__heading h2 {
    margin: 0;
    color: var(--rb-text);
    font-family: "Playfair Display", serif;
    font-size: clamp(2.25rem, 4.8vw, 5rem);
    font-weight: 600;
    letter-spacing: -.04em;
    line-height: 1.02;
    text-wrap: balance;
}

.rb-elementor-widget__heading p {
    max-width: 720px;
    margin: 22px 0 0;
    color: var(--rb-text-soft);
    font-size: 1.06rem;
    line-height: 1.75;
}

.rb-elementor-widget--clean .card-grid article,
.rb-elementor-widget--clean .rb-network-service-card,
.rb-elementor-widget--clean .rb-network-team-card,
.rb-elementor-widget--clean .rb-network-product-card,
.rb-elementor-widget--clean .rb-network-blog-card {
    border-radius: 0;
    box-shadow: none;
}

.rb-elementor-widget--compact .card-grid,
.rb-elementor-widget--compact .rb-network-service-grid,
.rb-elementor-widget--compact .rb-network-team-grid,
.rb-elementor-widget--compact .rb-network-product-grid,
.rb-elementor-widget--compact .rb-network-blog-grid {
    gap: 14px;
}

/* CTA */
.rb-el-cta {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.4fr) minmax(260px, .6fr);
    gap: 40px;
    align-items: end;
    overflow: hidden;
    padding: clamp(42px, 6vw, 78px);
    border: 1px solid rgb(212 165 111 / 20%);
    background:
        radial-gradient(circle at 90% 20%, rgb(185 130 79 / 24%), transparent 34%),
        linear-gradient(135deg, #191a17, #0f100e);
    color: var(--rb-text);
}

.rb-el-cta::before {
    position: absolute;
    width: 320px;
    height: 320px;
    right: -150px;
    bottom: -190px;
    border: 1px solid rgb(212 165 111 / 22%);
    border-radius: 50%;
    content: "";
}

.rb-el-cta .eyebrow {
    color: var(--rb-accent-bright);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .18em;
}

.rb-el-cta h2 {
    max-width: 760px;
    margin: 14px 0 0;
    color: var(--rb-text);
    font-family: "Playfair Display", serif;
    font-size: clamp(2.2rem, 4.6vw, 4.9rem);
    font-weight: 600;
    letter-spacing: -.04em;
    line-height: 1.02;
}

.rb-el-cta p {
    max-width: 680px;
    margin: 22px 0 0;
    color: var(--rb-text-soft);
    line-height: 1.75;
}

.rb-el-cta__actions {
    position: relative;
    z-index: 2;
    justify-content: flex-end;
}

/* Elementor editor quality-of-life */
.elementor-editor-active .rb-el-hero,
.elementor-editor-preview .rb-el-hero {
    min-height: 620px;
}

.elementor-editor-active .rb-el-section.elementor-section {
    min-height: 40px;
}

/* Consistent buttons across Elementor and theme */
.elementor-widget-button .elementor-button,
.rb-el-section .button,
.rb-elementor-widget .button {
    display: inline-flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 13px 24px;
    border: 1px solid var(--rb-accent-bright);
    border-radius: 10px;
    background: var(--rb-accent-bright);
    color: var(--rb-button-text);
    font-family: Manrope, sans-serif;
    font-size: .84rem;
    font-weight: 700;
    letter-spacing: .07em;
    line-height: 1.2;
    text-decoration: none;
    text-transform: uppercase;
    transition: background .25s ease, color .25s ease, transform .25s ease, border-color .25s ease;
}

.elementor-widget-button .elementor-button:hover,
.rb-el-section .button:hover,
.rb-elementor-widget .button:hover {
    border-color: var(--rb-text);
    background: var(--rb-text);
    color: var(--rb-bg);
    transform: translateY(-2px);
}

.rb-el-section .button--outline,
.rb-elementor-widget .button--outline {
    border-color: rgb(243 234 219 / 48%);
    background: transparent;
    color: var(--rb-text);
}

.rb-el-section .button--outline:hover,
.rb-elementor-widget .button--outline:hover {
    border-color: var(--rb-accent-bright);
    background: var(--rb-accent-bright);
    color: var(--rb-button-text);
}

@media (max-width: 1024px) {
    .rb-el-feature-grid {
        --rb-feature-columns: 2;
    }

    .rb-el-cta {
        grid-template-columns: 1fr;
    }

    .rb-el-cta__actions {
        justify-content: flex-start;
    }
}

@media (max-width: 767px) {
    .rb-el-hero {
        min-height: 680px;
        align-items: center;
        padding: 130px 20px 84px;
        background:
            linear-gradient(180deg, rgb(10 11 9 / 82%), rgb(10 11 9 / 94%)),
            var(--rb-el-hero-image),
            linear-gradient(135deg, #0d0e0c, #1b1c18);
        background-position: center;
        background-size: cover;
    }

    .rb-el-hero h1 {
        font-size: clamp(2.85rem, 14vw, 4.6rem);
        line-height: .98;
    }

    .rb-el-hero__description {
        margin-top: 22px;
        font-size: 1rem;
    }

    .rb-el-hero__actions,
    .rb-el-cta__actions {
        display: grid;
        width: 100%;
        grid-template-columns: 1fr;
    }

    .rb-el-hero__actions .button,
    .rb-el-cta__actions .button {
        width: 100%;
    }

    .rb-el-feature-grid {
        --rb-feature-columns: 1;
    }

    .rb-el-feature-card {
        min-height: 230px;
    }

    .rb-el-feature-card__number {
        margin-bottom: 46px;
    }

    .rb-el-cta {
        padding: 36px 24px;
    }

    .rb-el-heading .elementor-heading-title,
    .rb-elementor-widget__heading h2,
    .rb-el-cta h2 {
        font-size: clamp(2.15rem, 11vw, 3.45rem);
    }
}

@media (prefers-reduced-motion: reduce) {
    .rb-el-feature-card,
    .rb-el-section .button,
    .rb-elementor-widget .button {
        transition: none !important;
    }
}

/* Royal Barber 2.6.0 final design system and Elementor parity layer. */

:root {
  --rb-bg: #111210;
  --rb-bg-soft: #181916;
  --rb-panel: #20211d;
  --rb-text: #f3eadb;
  --rb-text-soft: #c9bfaf;
  --rb-accent: #b9824f;
  --rb-accent-bright: #d4a56f;
  --rb-accent-dark: #714927;
  --rb-light-surface: #efe6d8;
  --rb-light-text: #17130f;
  --rb-button-text: #111210;
  --rb-radius-sm: 12px;
  --rb-radius-md: 20px;
  --rb-radius-lg: 32px;
  --rb-shadow-sm: 0 14px 38px rgba(0,0,0,.16);
  --rb-shadow-lg: 0 30px 90px rgba(0,0,0,.28);
  --rb-ease-out: cubic-bezier(.22,1,.36,1);
  --rb-section-space: clamp(72px, 9vw, 136px);
}

html { scroll-behavior: smooth; }
body { color: var(--rb-text); background: var(--rb-bg); }
body.menu-is-open { overflow: hidden; }

/* A single predictable content canvas shared by frontend and Elementor preview. */
:where(.elementor, .elementor-page, .rb-elementor-built) {
  color: var(--rb-text);
  background: transparent;
}
:where(.elementor, .rb-elementor-built) :where(p, li, figcaption) { color: inherit; }
:where(.elementor, .rb-elementor-built) :where(h1,h2,h3,h4,h5,h6) { color: inherit; }

.rb-el-section,
.rb-elementor-widget { position: relative; isolation: isolate; }
.rb-el-section { padding-block: var(--rb-section-space); }
.rb-el-section--hero { padding-block: 0; }
.rb-el-section--dark { color: var(--rb-text); background: var(--rb-bg-soft); }
.rb-el-section--light { color: var(--rb-light-text); background: var(--rb-light-surface); }
.rb-el-section--light :where(h1,h2,h3,h4,h5,h6,p,li,strong,small) { color: inherit; }
.rb-el-section--light .eyebrow { color: var(--rb-accent-dark); }
.rb-el-section--cta { padding-block: clamp(56px, 7vw, 96px); }

/* Elementor section backgrounds are class-driven, never frozen to old HEX values. */
.elementor-section.rb-el-section--dark,
.e-con.rb-el-section--dark { background: var(--rb-bg-soft); }
.elementor-section.rb-el-section--light,
.e-con.rb-el-section--light { background: var(--rb-light-surface); }

/* Native Royal Barber widgets inherit the current site palette. */
.rb-elementor-widget__heading { margin-inline: auto; }
.rb-elementor-widget__heading h2 { color: var(--rb-text); text-wrap: balance; }
.rb-elementor-widget__heading p { color: var(--rb-text-soft); }
.rb-el-section--light .rb-elementor-widget__heading h2 { color: var(--rb-light-text); }
.rb-el-section--light .rb-elementor-widget__heading p { color: color-mix(in srgb, var(--rb-light-text) 72%, transparent); }

/* Buttons share one visual contract across theme, Gutenberg and Elementor. */
:where(.button, .wp-element-button, .elementor-button, button[type="submit"], input[type="submit"]) {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 24px;
  border: 1px solid var(--rb-accent);
  border-radius: 999px;
  color: var(--rb-button-text);
  background: var(--rb-accent-bright);
  font-family: "Manrope", system-ui, sans-serif;
  font-size: .74rem;
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: .09em;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  box-shadow: none;
  transition: transform .25s var(--rb-ease-out), box-shadow .25s ease, background-color .25s ease, color .25s ease, border-color .25s ease;
}
:where(.button, .wp-element-button, .elementor-button, button[type="submit"], input[type="submit"]):hover {
  color: var(--rb-button-text);
  background: color-mix(in srgb, var(--rb-accent-bright) 82%, white);
  border-color: var(--rb-accent-bright);
  transform: translateY(-2px);
  box-shadow: 0 14px 34px color-mix(in srgb, var(--rb-accent) 26%, transparent);
}
:where(.button--outline, .elementor-button.rb-button-outline) {
  color: currentColor;
  background: transparent;
  border-color: color-mix(in srgb, currentColor 36%, transparent);
}
:where(.button--outline, .elementor-button.rb-button-outline):hover {
  color: var(--rb-bg);
  background: var(--rb-text);
  border-color: var(--rb-text);
}
.rb-el-section--light :where(.button--outline, .elementor-button.rb-button-outline):hover {
  color: var(--rb-text);
  background: var(--rb-light-text);
  border-color: var(--rb-light-text);
}

/* Professional card rhythm and readable contrast. */
:where(.service-card,.barber-card,.product-card,.post-card,.rb-directory-card,.rb-gallery-card,.rb-el-feature-card) {
  overflow: hidden;
  border: 1px solid color-mix(in srgb, var(--rb-text) 12%, transparent);
  border-radius: var(--rb-radius-md);
  background: color-mix(in srgb, var(--rb-panel) 94%, transparent);
  box-shadow: 0 1px 0 rgba(255,255,255,.03);
  transition: transform .45s var(--rb-ease-out), border-color .35s ease, box-shadow .45s ease;
}
:where(.service-card,.barber-card,.product-card,.post-card,.rb-directory-card,.rb-gallery-card,.rb-el-feature-card):hover {
  transform: translateY(-7px);
  border-color: color-mix(in srgb, var(--rb-accent) 56%, transparent);
  box-shadow: var(--rb-shadow-lg);
}
.rb-el-section--light :where(.service-card,.barber-card,.product-card,.post-card,.rb-directory-card,.rb-gallery-card,.rb-el-feature-card) {
  color: var(--rb-light-text);
  background: color-mix(in srgb, white 64%, var(--rb-light-surface));
  border-color: color-mix(in srgb, var(--rb-light-text) 13%, transparent);
}

/* Reusable motion classes. JavaScript adds is-visible in frontend and preview. */
.reveal,
.rb-motion-up,
.rb-motion-fade,
.rb-motion-scale {
  opacity: 0;
  transition: opacity .75s var(--rb-ease-out), transform .75s var(--rb-ease-out), filter .75s ease;
  will-change: transform, opacity;
}
.reveal,
.rb-motion-up { transform: translate3d(0,28px,0); }
.rb-motion-fade { transform: none; }
.rb-motion-scale { transform: scale(.975); filter: blur(2px); }
.reveal.is-visible,
.rb-motion-up.is-visible,
.rb-motion-fade.is-visible,
.rb-motion-scale.is-visible {
  opacity: 1;
  transform: none;
  filter: none;
}
.elementor-editor-active :where(.reveal,.rb-motion-up,.rb-motion-fade,.rb-motion-scale),
.elementor-editor-preview :where(.reveal,.rb-motion-up,.rb-motion-fade,.rb-motion-scale) {
  opacity: 1;
  transform: none;
  filter: none;
}

/* Mobile navigation must stay opaque even when the transparent header is active. */
@media (max-width: 1024px) {
  .primary-navigation {
    position: fixed;
    z-index: 9998;
    top: var(--rb-mobile-nav-top, var(--rb-header-height));
    right: 0;
    bottom: 0;
    left: 0;
    overflow-y: auto;
    padding: clamp(28px, 7vw, 54px);
    background: color-mix(in srgb, var(--rb-bg) 98%, black);
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: opacity .24s ease, transform .3s var(--rb-ease-out), visibility .24s ease;
  }
  .primary-navigation.is-open {
    display: block;
    opacity: 1;
    visibility: visible;
    transform: none;
  }
  .primary-navigation .menu { align-items: stretch; }
  .primary-navigation a { display: block; padding-block: 8px; color: var(--rb-text); }
  .site-header:has(.primary-navigation.is-open),
  .site-header.is-scrolled { background: color-mix(in srgb, var(--rb-bg) 96%, black); }
}

/* Elementor editing canvas quality-of-life. */
.elementor-page .site-main,
.rb-elementor-full-width,
.rb-front-page-content { overflow: clip; }
.elementor-edit-area-active .rb-elementor-widget { min-height: 32px; }
.elementor-widget-empty-icon { color: var(--rb-accent); }

/* Responsive finishing. */
@media (max-width: 767px) {
  :root { --rb-section-space: 64px; }
  .rb-el-hero__content h1 { font-size: clamp(2.55rem, 13vw, 4rem); }
  .rb-el-hero__actions,
  .rb-el-cta__actions { width: 100%; }
  .rb-el-hero__actions :where(.button,.elementor-button),
  .rb-el-cta__actions :where(.button,.elementor-button) { width: 100%; }
  .rb-mobile-contact-bar { padding-bottom: max(8px, env(safe-area-inset-bottom)); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .01ms !important; }
  :where(.reveal,.rb-motion-up,.rb-motion-fade,.rb-motion-scale) { opacity: 1; transform: none; filter: none; }
}


/* Elementor editor motion preview: content stays selectable while updates remain visible. */
@keyframes rbEditorPreview {
  from { opacity: .55; transform: translate3d(0, 12px, 0); }
  to { opacity: 1; transform: translate3d(0, 0, 0); }
}
.elementor-editor-active .rb-editor-preview {
  animation: rbEditorPreview .48s cubic-bezier(.2,.75,.25,1) both;
}
@media (prefers-reduced-motion: reduce) {
  .elementor-editor-active .rb-editor-preview { animation: none; }
}

/* ================================================================
   Royal Barber 2.7.0 — final visual QA and Elementor Free controls
   ================================================================ */
:root {
  --rb-container: 1240px;
  --rb-fs-body: 1rem;
  --rb-fs-small: .78rem;
  --rb-fs-card-title: clamp(1.15rem, 1.3vw, 1.4rem);
  --rb-fs-section-title: clamp(1.5rem, 1.8vw, 2rem);
  --rb-fs-page-title: clamp(1.75rem, 2.2vw, 2.25rem);
  --rb-fs-hero: clamp(2rem, 2.4vw, 2.5rem);
  --rb-section-space: clamp(64px, 6.5vw, 96px);
}

body {
  font-size: var(--rb-fs-body);
  line-height: 1.68;
  overflow-wrap: break-word;
}

h1,h2,h3,h4,h5,h6,
.elementor-heading-title {
  letter-spacing: -.012em;
  line-height: 1.12;
  text-wrap: pretty;
  word-break: normal;
  overflow-wrap: normal;
  font-kerning: normal;
}

h1 { font-size: var(--rb-fs-page-title); }
h2 { font-size: var(--rb-fs-section-title); }
h3 { font-size: var(--rb-fs-card-title); }
.section, .rb-el-section { padding-block: var(--rb-section-space); }
.rb-el-section--hero { padding-block: 0; }

/* Header navigation: Booking/Contact are excluded by PHP; CTA remains. */
.primary-navigation a { font-size: .72rem; letter-spacing: .045em; }
.header-actions .button { min-height: 42px; padding-inline: 20px; font-size: .7rem; }

/* Logo-aligned button contract for theme, Gutenberg and Elementor. */
:where(.button,.wp-element-button,.elementor-button,button[type="submit"],input[type="submit"]) {
  min-height: 46px;
  padding: 0 22px;
  border: 1px solid #9f6d1f;
  border-radius: 999px;
  color: #0f0b06;
  background: linear-gradient(135deg,#e4a51d 0%,#bf7a11 100%);
  font-family: "Manrope",system-ui,sans-serif;
  font-size: .72rem;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: .075em;
  text-transform: uppercase;
  box-shadow: 0 8px 22px rgba(221,151,22,.24);
}
:where(.button,.wp-element-button,.elementor-button,button[type="submit"],input[type="submit"]):hover {
  color: #0f0b06;
  border-color: #f0b52c;
  background: linear-gradient(135deg,#f0b52c 0%,#dd9716 100%);
  box-shadow: 0 14px 34px rgba(221,151,22,.4);
  transform: translateY(-3px);
}
:where(.button,.wp-element-button,.elementor-button,button[type="submit"],input[type="submit"]):focus-visible {
  outline: 3px solid #fff7e3;
  outline-offset: 3px;
  box-shadow: 0 0 0 5px rgba(221,151,22,.62);
}
:where(.button--outline,.elementor-button.rb-button-outline) {
  color: #f7e8c3;
  border-color: #bf7a11;
  background: rgba(15,11,6,.34);
}
body a.button--outline:hover,
body button.button--outline:hover {
  color: #0f0b06;
  border-color: #dd9716;
  background: #dd9716;
  box-shadow: 0 12px 30px rgba(221,151,22,.32);
}
.rb-standard-button { margin-top: 30px; text-align:left; }
.rb-standard-button .elementor-button {
  min-width: 210px;
  color:#0f0b06;
  border-color:#9f6d1f;
  background:linear-gradient(135deg,#e4a51d 0%,#bf7a11 100%);
  box-shadow:0 8px 22px rgba(221,151,22,.24);
}
.rb-standard-button .elementor-button:hover {
  color:#0f0b06;
  border-color:#f0b52c;
  background:linear-gradient(135deg,#f0b52c 0%,#dd9716 100%);
  box-shadow:0 15px 36px rgba(221,151,22,.42);
  transform:translateY(-3px);
}
.rb-elementor-section-heading { max-width:820px; margin:0 0 36px; text-align:left; }
.rb-elementor-section-heading h2 { margin:0; font-size:var(--rb-fs-section-title); line-height:1.12; }
.rb-elementor-section-heading p { max-width:720px; margin:16px 0 0; color:var(--rb-text-soft); }

/* Section headings always default to the left and remain responsive. */
.rb-elementor-widget__heading,
.rb-el-section > .elementor-container,
.rb-el-section .elementor-widget-wrap { min-width: 0; }
.rb-elementor-widget__heading {
  max-width: 820px;
  margin-inline: 0;
  text-align: left;
}
.rb-elementor-widget__heading h2,
.rb-el-heading .elementor-heading-title,
.rb-el-section .elementor-widget-heading .elementor-heading-title {
  max-width: 920px;
  margin: 0;
  color: inherit;
  font-size: var(--rb-fs-section-title);
  line-height: 1.12;
  letter-spacing: -.014em;
}
.rb-elementor-widget__heading p,
.rb-el-lead .elementor-widget-container,
.rb-el-lead p {
  max-width: 100%;
  font-size: clamp(.96rem,1vw,1.08rem);
  line-height: 1.72;
}
.rb-elementor-widget__heading p,
.rb-el-lead .elementor-widget-container {
  margin:18px 0 0;
}
.rb-el-lead p {
  margin:10px 0 0;
}
.rb-el-section--dark,
.rb-el-section--surface,
.rb-el-section--branches,
.rb-el-section--directory,
.rb-el-section--services-list,
.rb-el-section--team-list,
.rb-el-section--blog-list,
.rb-el-section--gallery-list,
.rb-el-section--branch-info {
  color: var(--rb-text);
  background: var(--rb-bg-soft);
}
.rb-el-section--surface {
  background:
    radial-gradient(circle at 86% 14%,color-mix(in srgb,var(--rb-accent) 12%,transparent),transparent 30%),
    var(--rb-bg-soft);
}
.rb-el-section--dark :where(.elementor-heading-title,.elementor-widget-text-editor,p),
.rb-el-section--surface :where(.elementor-heading-title,.elementor-widget-text-editor,p) { color: inherit; }
.rb-el-section--light { color: var(--rb-light-text); background: var(--rb-light-surface); }
.rb-el-section--light :where(.elementor-heading-title,h1,h2,h3,h4,p,li) { color: inherit; }

/* Full-screen hero: bounded typography, safe Vietnamese line-height and full image. */
.rb-el-hero {
  display: block;
  min-height: 100svh;
  padding:
    calc(var(--rb-header-height) + clamp(28px,4vh,52px))
    max(24px,calc((100vw - var(--rb-container)) / 2))
    clamp(64px,9vh,108px);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.rb-el-hero__content { max-width: 880px; }
.rb-el-hero h1 {
  max-width: 980px;
  font-size: var(--rb-fs-hero);
  font-weight: 600;
  line-height: 1.12;
  letter-spacing: -.014em;
  text-wrap: pretty;
}
.rb-el-hero__description {
  max-width: 650px;
  margin-top: 22px;
  font-size: clamp(1rem,1.1vw,1.16rem);
  line-height: 1.72;
}
.rb-el-hero__actions { margin-top: 28px; }
.rb-el-hero__badge { margin-top: 26px; font-size: .76rem; }

/* Philosophy/value cards use the same dark design language everywhere. */
.rb-el-feature-grid {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 24px;
  margin-top: 38px;
}
.rb-el-feature-card {
  display: flex;
  min-height: 225px;
  flex-direction: column;
  padding: 28px;
  border: 1px solid color-mix(in srgb,var(--rb-text) 12%,transparent);
  border-radius: 18px;
  color: var(--rb-text);
  background:
    linear-gradient(145deg,color-mix(in srgb,var(--rb-accent) 6%,transparent),transparent 55%),
    color-mix(in srgb,var(--rb-bg-soft) 94%,var(--rb-accent) 6%);
}
.rb-el-feature-card__number {
  margin-bottom: 26px;
  color: var(--rb-accent-bright);
  font-size: 1rem;
}
.rb-el-feature-card h3 {
  margin: auto 0 10px;
  color: var(--rb-text);
  font-size: clamp(1.18rem,1.3vw,1.46rem);
  line-height: 1.16;
}
.rb-el-feature-card p {
  margin: 0;
  color: var(--rb-text-soft);
  font-size: .94rem;
  line-height: 1.68;
  opacity: 1;
}
.rb-el-feature-card::after { width: 80px; height: 80px; opacity: .65; }

/* Elementor-native dynamic components. */
.rb-component-list { width: 100%; }
.rb-widget-grid,
.card-grid.rb-widget-grid,
.rb-directory-grid.rb-widget-grid,
.rb-network-service-grid.rb-widget-grid,
.rb-network-team-grid.rb-widget-grid,
.rb-network-product-grid.rb-widget-grid,
.rb-network-blog-grid.rb-widget-grid,
.rb-network-masonry.rb-widget-grid {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 28px;
  columns: auto;
  border: 0;
  background: transparent;
}
.rb-widget-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid color-mix(in srgb,var(--rb-text) 12%,transparent);
  border-radius: 18px;
  color: var(--rb-text);
  background: var(--rb-panel);
  box-shadow: none;
  transform: none;
}
.rb-widget-card__media,
.content-card__media {
  display: block;
  width: 100%;
  height: 230px;
  min-height: 230px;
  aspect-ratio: auto;
  overflow: hidden;
}
.rb-widget-card__media img,
.content-card__media img { width:100%; height:100%; object-fit:cover; }
.rb-widget-card__body,
.rb-manual-card .rb-widget-card__body { padding: 24px; }
.rb-widget-card__meta {
  display: block;
  margin-bottom: 12px;
  color: var(--rb-accent-bright);
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.rb-widget-card__title,
.content-card h2,
.content-card h3,
.rb-network-service-card h3,
.rb-network-product-card h3,
.rb-network-blog-card h3,
.rb-network-team-card h3 {
  margin: 0 0 10px;
  color: var(--rb-text);
  font-size: var(--rb-fs-card-title);
  line-height: 1.16;
}
.rb-widget-card__title { text-wrap: wrap; word-break: normal; overflow-wrap: normal; }
.rb-widget-card__title a { color: inherit; }
.rb-network-service-card--catalog,
.rb-network-product-card--catalog { display: flex; flex-direction: column; }
.rb-network-service-card--catalog .rb-widget-card__media,
.rb-network-product-card--catalog .rb-widget-card__media { flex: 0 0 auto; }
.rb-network-service-card--catalog .rb-widget-card__body,
.rb-network-product-card--catalog .rb-widget-card__body { display: flex; flex: 1 1 auto; flex-direction: column; }
.rb-widget-card__price { margin: 2px 0 14px; }
.rb-widget-card__price .rb-price strong { color: var(--rb-accent-bright); font-size: 1rem; }
.rb-widget-card__price .rb-price del { font-size: .78rem; }
.rb-widget-card__price .rb-discount-badge { padding: 4px 8px; font-size: .62rem; }
.rb-widget-card__excerpt,
.content-card p,
.rb-network-service-card p,
.rb-network-product-card p,
.rb-network-blog-card p,
.rb-network-team-card p {
  margin: 0 0 18px;
  color: var(--rb-text-soft);
  font-size: .91rem;
  line-height: 1.65;
}
.rb-widget-card__button { margin-top: auto; }
.rb-card-style--minimal .rb-widget-card { border-radius: 0; background: transparent; }
.rb-card-style--outlined .rb-widget-card { background: transparent; }
.rb-hide-image .rb-widget-card__media,
.rb-hide-image .content-card__media { display:none; }
.rb-hide-meta .rb-widget-card__meta,
.rb-hide-meta .content-card__meta { display:none; }
.rb-hide-excerpt .rb-widget-card__excerpt,
.rb-hide-excerpt .content-card p { display:none; }
.rb-hide-button .rb-widget-card__button,
.rb-hide-button .content-card .text-link { display:none; }

/* Services: exactly three cards per desktop row with comfortable rhythm. */
.rb-component-list--services .rb-widget-grid { grid-template-columns: repeat(3,minmax(0,1fr)); gap: 30px; }
.rb-network-service-card__body { min-height: 0; padding: 24px; }
.rb-network-service-card--catalog .rb-network-service-card__body { min-height: 230px; }
.rb-catalog-notice { margin-bottom: 30px; border-radius: 14px; }

/* Branches are compact cards, not oversized two-column banners. */
.rb-component-list--branches .rb-directory-grid { grid-template-columns: repeat(3,minmax(0,1fr)); gap: 26px; }
.rb-component-list--branches .rb-directory-card {
  display: flex;
  min-height: 0;
  flex-direction: column;
}
.rb-component-list--branches .rb-directory-card__media { height: 195px; min-height: 195px; }
.rb-component-list--branches .rb-directory-card__media span { left: 20px; bottom: 14px; font-size: 1.9rem; }
.rb-component-list--branches .rb-directory-card__body { justify-content: flex-start; padding: 24px; }
.rb-component-list--branches .rb-directory-card__body h3 { margin: 0 0 14px; font-size: 1.38rem; }
.rb-component-list--branches .rb-directory-card__facts {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  margin: 0 0 20px;
}
.rb-component-list--branches .rb-directory-card__facts > div { padding-top: 12px; }
.rb-component-list--branches .rb-directory-card__facts small {
  color: #DD9716;
}
.rb-component-list--branches .rb-directory-card__facts strong {
  color: rgb(247 232 195 / 82%);
  font-size: .82rem;
  line-height: 1.55;
}
.rb-component-list--branches .rb-directory-card__actions { margin-top: auto; }
.rb-component-list--branches .rb-directory-card__actions .button { width: auto; }
.rb-component-list--branches .rb-directory-card__map {
  position: relative;
  aspect-ratio: 16 / 9;
  min-height: 195px;
  overflow: hidden;
  border-bottom: 1px solid var(--rb-border);
  background: var(--rb-bg);
}
.rb-component-list--branches .rb-directory-card__map iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  filter: saturate(.78) contrast(1.05);
}
.rb-component-list--branches .rb-directory-card__map > a {
  position: absolute;
  right: 12px;
  bottom: 12px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 9px 12px;
  border: 1px solid rgba(221,151,22,.48);
  border-radius: 999px;
  background: rgba(15,11,6,.92);
  color: var(--rb-text);
  font-size: .76rem;
  font-weight: 700;
  line-height: 1;
  box-shadow: 0 8px 24px rgba(0,0,0,.28);
}

/* Product and blog cards share the same proportions. */
.rb-network-product-card .rb-network-content-media,
.rb-network-blog-card .rb-network-content-media,
.rb-network-team-card .rb-network-content-media { min-height: 230px; }
.rb-network-blog-card { display:flex; min-height:0; flex-direction:column; }
.rb-network-blog-card > div { padding:24px; }
.rb-network-team-card:nth-child(3n+2) { transform:none; }
.rb-network-team-card__media { min-height:270px; }

/* Editable branch information component. */
.rb-branch-info-widget {
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:24px;
}
.rb-branch-info-widget__item {
  min-height:190px;
  padding:26px;
  border:1px solid var(--rb-border);
  border-radius:18px;
  background:var(--rb-panel);
}
.rb-branch-info-widget__item small { color:var(--rb-accent-bright); }
.rb-branch-info-widget__item strong { color:var(--rb-text); font-size:1rem; line-height:1.65; }

/* Accessible numbered pagination. */
.rb-pagination { margin-top:48px; }
.rb-pagination ul.page-numbers {
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  justify-content:center;
  margin:0;
  padding:0;
  list-style:none;
}
.rb-pagination a,
.rb-pagination span {
  display:grid;
  min-width:42px;
  height:42px;
  place-items:center;
  padding-inline:12px;
  border:1px solid var(--rb-border);
  border-radius:999px;
  color:var(--rb-text);
  background:var(--rb-panel);
  font-size:.78rem;
  font-weight:800;
}
.rb-pagination .current,
.rb-pagination a:hover { color:var(--rb-button-text); border-color:var(--rb-accent-bright); background:var(--rb-accent-bright); }

/* CTA remains proportional and consistent with the global button system. */
.rb-el-cta { padding:clamp(38px,5vw,64px); border-radius:22px; }
.rb-el-cta h2 { font-size:clamp(1.9rem,2.7vw,3.25rem); line-height:1.08; }

/* Main homepage: gallery and blog headings use the full content width. */
.rb-network-main .rb-elementor-widget--royal-barber-gallery .rb-elementor-widget__heading,
.rb-network-main .rb-elementor-widget--royal-barber-gallery .rb-elementor-widget__heading h2,
.rb-network-main .rb-elementor-widget--royal-barber-blog .rb-elementor-widget__heading,
.rb-network-main .rb-elementor-widget--royal-barber-blog .rb-elementor-widget__heading h2 {
  max-width:100%;
}

/* Main homepage responsive full-width heading refinements. */
@media (max-width:1024px) {
  .rb-network-main .rb-elementor-widget--royal-barber-gallery .rb-elementor-widget__heading,
  .rb-network-main .rb-elementor-widget--royal-barber-gallery .rb-elementor-widget__heading h2,
  .rb-network-main .rb-elementor-widget--royal-barber-blog .rb-elementor-widget__heading,
  .rb-network-main .rb-elementor-widget--royal-barber-blog .rb-elementor-widget__heading h2 {
    width:100%;
    max-width:100%;
  }
}

@media (max-width:767px) {
  .rb-network-main .rb-elementor-widget--royal-barber-gallery .rb-elementor-widget__heading h2,
  .rb-network-main .rb-elementor-widget--royal-barber-blog .rb-elementor-widget__heading h2 {
    text-wrap:wrap;
  }
}

/* Main homepage carousel: image fills the frame and pagination overlays the image. */
.rb-network-main .elementor-element-8ff54d6,
.rb-network-main .elementor-element-8ff54d6 .elementor-widget-container,
.rb-network-main .elementor-element-8ff54d6 .elementor-image-carousel-wrapper.swiper {
  padding-bottom:0 !important;
  background:var(--rb-dark) !important;
}

.rb-network-main .elementor-element-8ff54d6 .swiper-wrapper,
.rb-network-main .elementor-element-8ff54d6 .swiper-slide,
.rb-network-main .elementor-element-8ff54d6 .swiper-slide-inner {
  height:100% !important;
}

.rb-network-main .elementor-element-8ff54d6 .swiper-slide-image {
  width:100%;
  height:100% !important;
  object-fit:cover;
}

.rb-network-main .elementor-element-8ff54d6 .swiper-pagination {
  bottom:14px !important;
  z-index:5;
}

/* Main homepage responsive carousel: ratio belongs to the viewport, not the multi-slide wrapper. */
@media (max-width:1024px) {
  .rb-network-main .elementor-element-8ff54d6 .elementor-widget-container,
  .rb-network-main .elementor-element-8ff54d6 .elementor-image-carousel-wrapper.swiper {
    height:auto !important;
    aspect-ratio:16 / 9;
    overflow:hidden;
  }

  .rb-network-main .elementor-element-8ff54d6 .swiper-wrapper,
  .rb-network-main .elementor-element-8ff54d6 .swiper-slide,
  .rb-network-main .elementor-element-8ff54d6 .swiper-slide-inner {
    height:100% !important;
    aspect-ratio:auto !important;
  }

  .rb-network-main .elementor-element-8ff54d6 .swiper-slide-image {
    width:100%;
    height:100% !important;
    object-fit:cover;
  }
}

/* Main homepage: tighten the transition from carousel to philosophy content. */
@media (max-width:1024px) {
  .rb-network-main .elementor-element-6ccd68c2 {
    padding-top:32px !important;
  }
}

@media (max-width:767px) {
  .rb-network-main .elementor-element-6ccd68c2 {
    padding-top:24px !important;
  }
}

/* Main homepage philosophy: balanced video and copy layout. */
@media (min-width:1025px) {
  .rb-network-main .elementor-element-bb1cff7 {
    display:grid !important;
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    gap:40px !important;
    align-items:start;
  }

  .rb-network-main .elementor-element-bb1cff7 > .elementor-element {
    width:100%;
    min-width:0;
  }
}

@media (max-width:1024px) {
  .rb-network-main .elementor-element-bb1cff7 {
    display:grid !important;
    grid-template-columns:minmax(0,1fr) !important;
    gap:28px !important;
  }
}

/* Large monitors: keep content readable while the image remains full-screen. */
@media (min-width: 1800px) {
  :root { --rb-container: 1320px; }
  .rb-el-hero { padding-left:max(32px,calc((100vw - var(--rb-container))/2)); padding-right:max(32px,calc((100vw - var(--rb-container))/2)); }
  .rb-el-hero h1 { max-width: 960px; }
}

@media (max-width: 1024px) {
  :root {
    --rb-fs-hero:clamp(2rem,4.6vw,2.25rem);
    --rb-fs-page-title:clamp(1.75rem,4vw,2rem);
    --rb-fs-section-title:clamp(1.5rem,3.2vw,1.75rem);
    --rb-fs-card-title:clamp(1.15rem,2vw,1.4rem);
  }
  .rb-widget-grid,
  .card-grid.rb-widget-grid,
  .rb-component-list--branches .rb-directory-grid,
  .rb-component-list--services .rb-widget-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .rb-el-feature-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .rb-branch-info-widget { grid-template-columns:repeat(2,minmax(0,1fr)); }
}

@media (max-width: 767px) {
  :root {
    --rb-fs-hero:clamp(1.8rem,8vw,2rem);
    --rb-fs-page-title:clamp(1.6rem,7vw,1.75rem);
    --rb-fs-section-title:clamp(1.35rem,6vw,1.5rem);
    --rb-fs-card-title:clamp(1.15rem,5vw,1.4rem);
    --rb-section-space:64px;
  }
  .container { width:min(calc(100% - 32px),var(--rb-container)); }
  .rb-el-hero {
    min-height:calc(100svh - 10px);
    padding:calc(var(--rb-header-height) + 24px) 18px 58px;
    background-position:center center;
  }
  .rb-el-hero h1 { line-height:1.13; }
  .rb-el-hero__actions { display:grid; grid-template-columns:1fr; width:100%; }
  .rb-el-hero__actions .button { width:100%; }
  .rb-widget-grid,
  .card-grid.rb-widget-grid,
  .rb-component-list--branches .rb-directory-grid,
  .rb-component-list--services .rb-widget-grid,
  .rb-el-feature-grid,
  .rb-branch-info-widget { grid-template-columns:1fr; }
  .rb-widget-card__media,.content-card__media { height:220px; min-height:220px; }
  .rb-component-list--branches .rb-directory-card__media { height:210px; min-height:210px; }
  .rb-el-feature-card { min-height:220px; padding:26px; }
  .rb-standard-button .elementor-button { width:100%; min-width:0; }
}

/* Gallery controls share the generic Elementor visibility contract. */
.rb-component-list--gallery.rb-hide-image .rb-network-masonry__item > img,
.rb-component-list--gallery.rb-hide-image .content-card__media { display:none; }
.rb-component-list--gallery.rb-hide-meta .rb-network-masonry__caption small { display:none; }
.rb-component-list--gallery .rb-network-masonry__item {
  position:relative;
  min-height:260px;
  border-radius:18px;
}


/* Final handoff alignment and internal-page hero safeguards. */
.section-heading {
  max-width: 820px;
  margin: 0 0 40px;
  text-align: left;
}
.section-heading p { max-width: 720px; margin-inline: 0; }
.rb-el-section--page-hero .rb-el-hero {
  min-height: max(520px, 62svh);
  padding-top: clamp(36px, 5vh, 64px);
  padding-bottom: clamp(52px, 7vh, 84px);
}
.rb-el-section--page-hero .rb-el-hero h1 {
  max-width: 900px;
  font-size: clamp(2.45rem, 3.1vw, 4rem);
  line-height: 1.13;
}
.rb-el-section--page-hero .rb-el-hero__description {
  max-width: 700px;
  font-size: clamp(.98rem, 1vw, 1.1rem);
}
@media (max-width: 767px) {
  .section-heading { margin-bottom: 30px; }
  .rb-el-section--page-hero .rb-el-hero {
    min-height: max(480px, 64svh);
    padding-top: 34px;
    padding-bottom: 52px;
  }
  .rb-el-section--page-hero .rb-el-hero h1 {
    font-size: clamp(2.2rem, 10vw, 3.15rem);
  }
}

/* Homepage transparent overlay header.
 * The existing runtime adds .is-scrolled after 24px of scroll. */
body.home .site-header {
  position: fixed;
  inset-inline: 0;
  width: 100%;
  background: linear-gradient(180deg, rgba(8, 9, 7, .72) 0%, rgba(8, 9, 7, .30) 58%, rgba(8, 9, 7, 0) 100%);
  border-bottom: 0;
  box-shadow: none;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  transition:
    background-color .32s ease,
    background .32s ease,
    border-color .32s ease,
    box-shadow .32s ease,
    -webkit-backdrop-filter .32s ease,
    backdrop-filter .32s ease;
}

body.home .site-header.is-scrolled,
body.home.menu-is-open .site-header {
  background: rgba(16, 16, 15, .96);
  border-bottom: 1px solid rgba(199, 162, 106, .16);
  box-shadow: 0 10px 30px rgba(0, 0, 0, .22);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
}

@media (prefers-reduced-motion: reduce) {
  body.home .site-header {
    transition: none;
  }
}

/* Homepage hero viewport rules and branch-list scroll chaining. */
@media (min-width: 768px) {
  body.home .elementor-element.elementor-element-8ff54d6 .elementor-widget-container,
  body.home .elementor-element.elementor-element-8ff54d6 .swiper,
  body.home .elementor-element.elementor-element-8ff54d6 .swiper-wrapper,
  body.home .elementor-element.elementor-element-8ff54d6 .swiper-slide,
  body.home .elementor-element.elementor-element-8ff54d6 .swiper-slide figure {
    height: 100vh;
    height: 100svh;
  }
}

@media (max-width: 767px) {
  body.home .elementor-element.elementor-element-8ff54d6 .elementor-widget-container,
  body.home .elementor-element.elementor-element-8ff54d6 .swiper,
  body.home .elementor-element.elementor-element-8ff54d6 .swiper-wrapper,
  body.home .elementor-element.elementor-element-8ff54d6 .swiper-slide,
  body.home .elementor-element.elementor-element-8ff54d6 .swiper-slide figure {
    height: clamp(420px, 62svh, 520px);
    background: #17120f;
  }

  body.home .elementor-element.elementor-element-8ff54d6 .swiper-slide img {
    object-fit: contain;
    object-position: center center;
  }
}

body.home .nsbm__list {
  overscroll-behavior-y: auto;
  touch-action: pan-y;
}

.rb-catalog-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 28px;
}

.rb-catalog-filter {
  min-height: 42px;
  padding: 9px 17px;
  border: 1px solid rgba(199, 162, 106, .28);
  border-radius: 999px;
  background: rgba(255, 255, 255, .035);
  color: inherit;
  font: inherit;
  font-size: .9rem;
  font-weight: 700;
  line-height: 1.15;
  cursor: pointer;
  transition: color .2s ease, background-color .2s ease, border-color .2s ease, transform .2s ease;
}

.rb-catalog-filter:hover,
.rb-catalog-filter:focus-visible {
  border-color: #c7a26a;
  color: #c7a26a;
  transform: translateY(-1px);
}

.rb-catalog-filter:focus-visible {
  outline: 2px solid #c7a26a;
  outline-offset: 3px;
}

.rb-catalog-filter.is-active {
  border-color: #c7a26a;
  background: #c7a26a;
  color: #17120f;
}

[data-rb-catalog][aria-busy="true"] [data-rb-catalog-grid] {
  opacity: .5;
  pointer-events: none;
}

[data-rb-catalog-grid] {
  transition: opacity .2s ease;
}

@media (max-width: 767px) {
  .rb-catalog-filters {
    flex-wrap: nowrap;
    gap: 8px;
    margin-inline: -18px;
    padding: 2px 18px 10px;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scrollbar-width: none;
    touch-action: pan-x;
  }

  .rb-catalog-filters::-webkit-scrollbar {
    display: none;
  }

  .rb-catalog-filter {
    flex: 0 0 auto;
    min-height: 40px;
    padding: 8px 15px;
    white-space: nowrap;
  }
}

.rb-branch-price-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
}

.rb-branch-price-heading h3 {
  margin: 0;
}

.rb-branch-price {
  flex: 0 0 auto;
  color: #c7a26a;
  font-size: 1.05rem;
  white-space: nowrap;
}

.rb-stock-status {
  display: inline-flex;
  margin: 10px 0 0;
  padding: 5px 10px;
  border-radius: 999px;
  background: rgba(199, 162, 106, .12);
  color: #c7a26a;
  font-size: .78rem;
  font-weight: 700;
}

.rb-stock-status--out_of_stock {
  background: rgba(190, 78, 62, .13);
  color: #d88b7d;
}

@media (max-width: 520px) {
  .rb-branch-price-heading {
    display: block;
  }

  .rb-branch-price {
    display: block;
    margin-top: 8px;
  }
}

/* Catalog toolbar integrated directly with the results list. */
.rb-catalog-filter-shell {
  margin: 0 0 28px;
  padding: 0 0 16px;
  border: 0;
  border-bottom: 1px solid rgba(199, 162, 106, .16);
  background: transparent;
  box-shadow: none;
}

.rb-catalog-filters--desktop {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin: 0;
}

[data-rb-catalog] .rb-catalog-filter {
  min-height: 40px;
  padding: 8px 16px;
  border: 1px solid rgba(221,151,22,.34);
  border-radius: 999px;
  background: rgba(15,11,6,.42);
  color: #d9bd7c;
  font: inherit;
  font-size: .86rem;
  font-weight: 700;
  line-height: 1.2;
  cursor: pointer;
  box-shadow: inset 0 1px 0 rgba(221,151,22,.08);
  transition: color .2s ease,background-color .2s ease,border-color .2s ease,box-shadow .2s ease,transform .2s ease;
}
[data-rb-catalog] .rb-catalog-filter:hover {
  border-color: #bf7a11;
  background: rgba(191,122,17,.18);
  color: #f0b52c;
  box-shadow: 0 7px 18px rgba(15,11,6,.3);
  transform: translateY(-1px);
}
[data-rb-catalog] .rb-catalog-filter:focus-visible {
  outline: 2px solid #dd9716;
  outline-offset: 3px;
}
[data-rb-catalog] .rb-catalog-filter.is-active {
  border-color: #dd9716;
  background: linear-gradient(135deg,#e4a51d 0%,#bf7a11 100%);
  color: #0f0b06;
  box-shadow: 0 8px 22px rgba(221,151,22,.28),inset 0 1px 0 rgba(255,247,227,.24);
  transform: none;
}

.rb-catalog-filter-mobile {
  display: none;
}

.rb-branch-price-heading {
  align-items: baseline;
}

.rb-branch-price-heading h3 {
  max-width: 72%;
  color: #f3eadb;
  font-size: clamp(1.05rem, 1.45vw, 1.25rem);
  line-height: 1.3;
}

.rb-branch-price {
  font-size: clamp(.95rem, 1.15vw, 1.08rem);
}

.rb-product-branch-card__address {
  margin: 14px 0 8px;
  color: rgba(243, 234, 219, .8);
  font-size: .9rem;
  line-height: 1.65;
}

.rb-product-branch-card__hours {
  color: rgba(243, 234, 219, .58);
  font-size: .84rem;
  line-height: 1.6;
}

.rb-branch-map {
  position: relative;
  margin: 18px 0;
  overflow: hidden;
  border: 1px solid rgba(199, 162, 106, .17);
  border-radius: 14px;
  background: #171512;
}

.rb-branch-map iframe {
  display: block;
  width: 100%;
  height: 190px;
  border: 0;
  filter: saturate(.72) contrast(.96);
}

.rb-branch-map > a {
  position: absolute;
  right: 10px;
  bottom: 10px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 34px;
  padding: 7px 11px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 999px;
  background: rgba(19, 17, 14, .9);
  color: #f3eadb;
  font-size: .73rem;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 6px 20px rgba(0, 0, 0, .28);
  backdrop-filter: blur(8px);
}

.rb-branch-map > a:hover,
.rb-branch-map > a:focus-visible {
  border-color: #d2aa6e;
  color: #e0bb80;
}

.rb-branch-map > a svg {
  width: 16px;
  height: 16px;
}

@media (max-width: 767px) {
  .rb-catalog-filter-shell {
    margin-bottom: 22px;
    padding-bottom: 14px;
  }

  .rb-catalog-filters--desktop {
    display: none;
  }

  .rb-catalog-filter-mobile {
    display: grid;
    gap: 8px;
    color: rgba(243, 234, 219, .7);
    font-size: .74rem;
    font-weight: 800;
    letter-spacing: .04em;
    text-transform: uppercase;
  }

  .rb-catalog-select-wrap {
    position: relative;
    display: block;
  }

  .rb-catalog-select-wrap select {
    width: 100%;
    min-height: 50px;
    appearance: none;
    padding: 0 48px 0 16px;
    border: 1px solid rgba(199, 162, 106, .36);
    border-radius: 12px;
    background: #211c18;
    color: #f3eadb;
    font: inherit;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: none;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .035);
  }

  .rb-catalog-select-wrap select:focus {
    border-color: #d2aa6e;
    outline: 2px solid rgba(210, 170, 110, .35);
    outline-offset: 2px;
  }

  .rb-catalog-select-wrap > svg {
    position: absolute;
    top: 50%;
    right: 16px;
    width: 20px;
    height: 20px;
    color: #d2aa6e;
    pointer-events: none;
    transform: translateY(-50%);
  }

  .rb-branch-price-heading {
    display: flex;
    align-items: flex-start;
    gap: 12px;
  }

  .rb-branch-price-heading h3 {
    max-width: 65%;
    font-size: 1.05rem;
  }

  .rb-branch-price {
    display: block;
    margin-top: 1px;
    font-size: .95rem;
  }

  .rb-branch-map iframe {
    height: 172px;
  }
}

@media (max-width: 420px) {
  .rb-branch-price-heading {
    display: grid;
    gap: 6px;
  }

  .rb-branch-price-heading h3 {
    max-width: 100%;
  }

  .rb-branch-price {
    margin: 0;
  }
}

/* Compact branch selector inside service and product detail heroes. */
.rb-branch-chooser {
  display: grid;
  gap: 12px;
  margin-top: 22px;
  padding: 15px;
  border: 1px solid rgba(199, 162, 106, .22);
  border-radius: 16px;
  background: rgba(24, 22, 18, .78);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .025);
}

.rb-branch-chooser__head {
  display: grid;
  gap: 3px;
}

.rb-branch-chooser__head .eyebrow {
  margin: 0;
  font-size: .62rem;
}

.rb-branch-chooser__head > strong {
  color: #f3eadb;
  font-family: "Playfair Display", serif;
  font-size: 1.08rem;
}

.rb-branch-chooser__list {
  display: grid;
  gap: 7px;
  max-height: 238px;
  padding-right: 3px;
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-color: rgba(199, 162, 106, .42) transparent;
  scrollbar-width: thin;
}

.rb-branch-choice {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 40px;
  overflow: hidden;
  border: 1px solid rgba(243, 234, 219, .1);
  border-radius: 11px;
  background: rgba(243, 234, 219, .025);
  transition: border-color .2s ease, background-color .2s ease;
}

.rb-branch-choice:hover,
.rb-branch-choice.is-active {
  border-color: rgba(210, 170, 110, .5);
  background: rgba(210, 170, 110, .075);
}

.elementor-kit-7 .rb-branch-choice > button,
.rb-branch-choice > button {
  display: flex;
  min-width: 0;
  min-height: 58px;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 9px 12px;
  border: 0;
  background: transparent;
  color: #f3eadb;
  text-align: left;
  cursor: pointer;
}

.rb-branch-choice > button > span {
  display: grid;
  min-width: 0;
  gap: 2px;
}

.rb-branch-choice > button strong {
  overflow: hidden;
  font-size: .86rem;
  line-height: 1.3;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.rb-branch-choice > button small {
  overflow: hidden;
  color: rgba(243, 234, 219, .55);
  font-size: .7rem;
  line-height: 1.35;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.rb-branch-choice > button b {
  flex: 0 0 auto;
  color: #d9ae70;
  font-size: .8rem;
  white-space: nowrap;
}

.rb-branch-choice > a {
  display: grid;
  place-items: center;
  border-left: 1px solid rgba(243, 234, 219, .09);
  color: rgba(243, 234, 219, .68);
}

.rb-branch-choice > a:hover,
.rb-branch-choice > a:focus-visible {
  background: #d2aa6e;
  color: #17120f;
}

.rb-branch-choice > a svg {
  width: 18px;
  height: 18px;
}

.rb-branch-chooser__map {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(199, 162, 106, .16);
  border-radius: 12px;
  background: #171512;
}

.rb-branch-chooser__map iframe {
  display: block;
  width: 100%;
  height: 168px;
  border: 0;
  filter: saturate(.72) contrast(.96);
}

.rb-branch-chooser__map > a {
  position: absolute;
  right: 8px;
  bottom: 8px;
  display: inline-flex;
  min-height: 32px;
  align-items: center;
  gap: 5px;
  padding: 6px 10px;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 999px;
  background: rgba(19, 17, 14, .9);
  color: #f3eadb;
  font-size: .68rem;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 5px 16px rgba(0, 0, 0, .26);
  backdrop-filter: blur(8px);
}

.rb-branch-chooser__map > a:hover,
.rb-branch-chooser__map > a:focus-visible {
  border-color: #d2aa6e;
  color: #e0bb80;
}

.rb-branch-chooser__map > a svg {
  width: 15px;
  height: 15px;
}

.rb-branch-chooser__empty {
  padding: 12px;
  border: 1px dashed rgba(199, 162, 106, .25);
  border-radius: 10px;
  color: rgba(243, 234, 219, .62);
  font-size: .82rem;
}

.rb-branch-chooser__empty p {
  margin: 0;
}

.detail-content--wide .entry-content {
  width: 100%;
  max-width: none;
  margin: 0;
  text-align: left;
}

.product-detail-hero__content h1 {
  max-width: 12ch;
  font-size: clamp(2.5rem, 5vw, 5.2rem);
  line-height: .98;
  overflow-wrap: anywhere;
}

.rb-product-facts--single {
  justify-content: flex-start;
}

@media (max-width: 767px) {
  .rb-branch-chooser {
    margin-top: 18px;
    padding: 12px;
    border-radius: 14px;
  }

  .rb-branch-chooser__list {
    max-height: 218px;
  }

  .rb-branch-choice {
    grid-template-columns: minmax(0, 1fr) 38px;
  }

  .elementor-kit-7 .rb-branch-choice > button,
  .rb-branch-choice > button {
    min-height: 56px;
    padding: 8px 10px;
  }

  .rb-branch-choice > button b {
    font-size: .76rem;
  }

  .rb-branch-chooser__map iframe {
    height: 154px;
  }
}

@media (max-width: 420px) {
  .elementor-kit-7 .rb-branch-choice > button,
  .rb-branch-choice > button {
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
  }

  .rb-branch-choice > button b {
    white-space: normal;
  }
}

/* Network staff catalog */
.rb-staff-detail-hero {
  padding: clamp(130px, 14vw, 190px) 0 clamp(60px, 8vw, 110px);
  background: radial-gradient(circle at 78% 16%, rgba(217,162,108,.14), transparent 30%), #0d0d0c;
}
.rb-staff-detail-hero__grid {
  display: grid;
  grid-template-columns: minmax(280px,.72fr) minmax(0,1.1fr);
  gap: clamp(36px,7vw,100px);
  align-items: center;
}
.rb-staff-detail-hero__media {
  min-height: min(660px,70vh);
  overflow: hidden;
  border: 1px solid rgba(217,162,108,.25);
  border-radius: 28px 28px 4px 4px;
  background: linear-gradient(145deg,#4b382a,#171512);
}
.rb-staff-detail-hero__media img { width: 100%; height: 100%; min-height: inherit; object-fit: cover; }
.rb-staff-detail-hero__content h1 { margin: 16px 0; font-size: clamp(3.2rem,7vw,7.6rem); line-height: .94; }
.rb-staff-detail__position { color: var(--rb-copper-light); font-size: clamp(1.05rem,2vw,1.4rem); }
.rb-staff-groups { display: flex; flex-wrap: wrap; gap: 8px; margin: 24px 0; }
.rb-staff-groups span { padding: 7px 13px; border: 1px solid rgba(217,162,108,.3); border-radius: 999px; color: #d8c9b8; font-size: .75rem; }
.rb-staff-detail__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.rb-staff-detail-body { max-width: 980px; margin-left: auto; margin-right: auto; }
.rb-staff-location-list { display: grid; gap: 12px; }
.rb-staff-location-card { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 20px 24px; border: 1px solid rgba(217,162,108,.2); border-radius: 16px; background: #171612; color: #f2eadf; }
.rb-staff-location-card span { display: grid; gap: 5px; }
.rb-staff-location-card small { color: #9f978d; }
.rb-staff-location-card b { color: var(--rb-copper-light); font-size: 1.25rem; }
.rb-network-team .rb-catalog-filter-shell { margin-bottom: 26px; }

@media (max-width: 767px) {
  .rb-staff-detail-hero { padding-top: 110px; }
  .rb-staff-detail-hero__grid { grid-template-columns: 1fr; gap: 28px; }
  .rb-staff-detail-hero__media { min-height: 420px; }
  .rb-staff-detail-hero__content h1 { font-size: clamp(2.8rem,14vw,4.8rem); }
  .rb-staff-detail__actions .button { width: 100%; }
  .rb-staff-location-card { align-items: flex-start; padding: 17px; }
}

/* Shared listing-page header — matches the approved About page.
   Detail views keep their existing header treatment via WordPress' .single class. */
body:not(.single) .site-header {
  position: fixed;
  inset-inline: 0;
  width: 100%;
  background: linear-gradient(180deg,rgba(8,9,7,.72) 0%,rgba(8,9,7,.30) 58%,rgba(8,9,7,0) 100%);
  border-bottom: 0;
  box-shadow: none;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}
body:not(.single) .site-header.is-scrolled,
body:not(.single).menu-is-open .site-header {
  background: rgba(15,11,6,.96);
  border-bottom: 1px solid rgba(81,53,24,.65);
  box-shadow: 0 10px 30px rgba(0,0,0,.28);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
}
/* Full desktop header above 1024px; 1024px and below use the mobile menu. */
@media (min-width:1025px) {
  .site-header__inner,
  html body.rbls-responsive-header .site-header .site-header__inner {
    grid-template-columns: 64px minmax(0,1fr) auto !important;
    grid-template-areas:none !important;
    gap:clamp(18px,1.8vw,30px) !important;
  }
  .site-branding,
  html body.rbls-responsive-header .site-header .site-branding {
    grid-area:auto !important;
    width:64px;
  }
  .custom-logo { max-height:58px; }
  .site-header .menu-toggle,
  html body.rbls-responsive-header .site-header .site-header__inner > .menu-toggle {
    display:none !important;
  }
  .primary-navigation,
  html body.rbls-responsive-header .site-header .primary-navigation {
    grid-area:auto !important;
    position:static;
    inset:auto;
    display:block;
    min-width:0;
    height:auto;
    overflow:visible;
    padding:0;
    background:transparent !important;
    background-image:none !important;
    opacity:1 !important;
    visibility:visible;
    transform:none;
    backdrop-filter:none;
  }
  .primary-navigation .menu {
    flex-direction:row;
    align-items:center;
    justify-content:center;
    gap:clamp(13px,1.25vw,24px);
    padding-bottom:0;
  }
  .primary-navigation a,
  .primary-navigation .menu > li > a {
    padding:0;
    font-family:"Manrope",system-ui,sans-serif;
    font-size:clamp(.69rem,.88vw,.74rem);
    line-height:1.2;
    letter-spacing:.035em;
  }
  .header-actions,
  html body.rbls-responsive-header .site-header .header-actions {
    grid-area:auto !important;
    gap:10px !important;
  }
  .header-actions .language-switcher { display:flex; }
  .header-actions .button {
    min-height:42px;
    padding-inline:clamp(15px,1.5vw,20px);
  }
}
body.page-id-9 .rb-el-section:not(.rb-el-section--hero),
body.page-id-909 .rb-el-section:not(.rb-el-section--hero) {
  padding-top: 32px !important;
  padding-bottom: 32px !important;
}
body.page-id-9 .ns-about-story,
body.page-id-909 .ns-about-story { background:#0f0b06; color:#f7e8c3; }
body.page-id-9 .ns-about-story > .elementor-container,
body.page-id-909 .ns-about-story > .elementor-container {
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(0,1fr);
  gap:32px;
  align-items:center;
}
body.page-id-9 .ns-about-story > .elementor-container > .elementor-column,
body.page-id-909 .ns-about-story > .elementor-container > .elementor-column {
  width:100% !important;
  max-width:none;
}
body.page-id-9 .ns-about-story .elementor-widget-video,
body.page-id-909 .ns-about-story .elementor-widget-video { width:100%; max-width:none; }
body.page-id-9 .ns-about-story .elementor-widget-video .elementor-widget-container,
body.page-id-909 .ns-about-story .elementor-widget-video .elementor-widget-container { width:100%; }
body.page-id-9 .ns-about-story .elementor-widget-video,
body.page-id-909 .ns-about-story .elementor-widget-video {
  overflow:hidden;
  border:1px solid #513518;
  background:#090603;
  box-shadow:0 24px 60px rgba(0,0,0,.32);
}
body.page-id-9 .ns-about-story .elementor-widget-video .elementor-wrapper,
body.page-id-909 .ns-about-story .elementor-widget-video .elementor-wrapper { aspect-ratio:4/3; }
body.page-id-9 .ns-about-story .elementor-widget-video :is(video,iframe,.elementor-custom-embed-image-overlay),
body.page-id-909 .ns-about-story .elementor-widget-video :is(video,iframe,.elementor-custom-embed-image-overlay) {
  width:100%;
  height:100%;
  object-fit:cover;
}
body.page-id-9 .ns-about-story .elementor-custom-embed-play,
body.page-id-909 .ns-about-story .elementor-custom-embed-play { color:#dd9716; }
body.page-id-9 .ns-about-process,
body.page-id-909 .ns-about-process { background:#17100a; color:#f7e8c3; }
body.page-id-9 .ns-about-standards,
body.page-id-909 .ns-about-standards { background:#0b0805; color:#f7e8c3; }
body.page-id-9 .ns-about-cta,
body.page-id-909 .ns-about-cta { background:#0f0b06; }
body.page-id-9 .rb-el-section .elementor-heading-title,
body.page-id-909 .rb-el-section .elementor-heading-title { color:#f7e8c3; }
/* Main-site descriptive copy: one consistent ivory tone across pages.
   Headings, eyebrows, navigation, controls, prices and status labels retain
   their semantic colors. Branch sites use .rb-network-branch and are excluded. */
body.rb-network-main :where(
  main,
  .site-main,
  .site-content,
  .elementor,
  .site-footer,
  .nsbs-footer-pro
) :where(
  p,
  .entry-summary,
  .archive-description,
  .taxonomy-description,
  .elementor-widget-text-editor,
  .elementor-widget-text-editor p,
  .rb-el-hero__description,
  .rb-el-hero__badge,
  .rb-el-feature-card p,
  .rb-el-cta p,
  .rb-network-service-card p,
  .rb-network-team-card p,
  .rb-network-product-card p,
  .rb-network-blog-card p,
  .content-card p,
  .post-card p,
  .service-card p,
  .branch-card p,
  .nsbs-footer-pro__description
) {
  color:rgb(247 232 195 / 82%) !important;
}
body.page-id-9 .rb-el-eyebrow .elementor-heading-title,
body.page-id-909 .rb-el-eyebrow .elementor-heading-title,
body.page-id-9 .rb-el-hero .eyebrow,
body.page-id-909 .rb-el-hero .eyebrow { color:#bf7a11 !important; }
body.page-id-9 .rb-el-eyebrow .elementor-heading-title,
body.page-id-909 .rb-el-eyebrow .elementor-heading-title {
  font-size:12px !important;
  font-weight:700;
  line-height:1.4;
  letter-spacing:.18em;
}
body.page-id-9 .rb-el-section--page-hero .rb-el-hero,
body.page-id-909 .rb-el-section--page-hero .rb-el-hero {
  min-height: 58vh !important;
  padding-top: clamp(120px,13vh,160px);
  padding-bottom: clamp(46px,6vh,72px);
}
body.page-id-9 .rb-el-section--page-hero .rb-el-hero h1,
body.page-id-909 .rb-el-section--page-hero .rb-el-hero h1 {
  max-width:760px;
  font-size:min(2.25rem,5vw) !important;
  line-height:1.16;
  letter-spacing:-.025em;
}
body.page-id-9 .rb-el-heading .elementor-heading-title,
body.page-id-909 .rb-el-heading .elementor-heading-title,
body.page-id-9 .rb-el-cta h2,
body.page-id-909 .rb-el-cta h2 {
  font-size:clamp(1.5rem,2vw,2rem) !important;
  line-height:1.2;
  letter-spacing:-.025em;
}
body.page-id-9 .rb-el-feature-grid,
body.page-id-909 .rb-el-feature-grid { margin-top:24px; }
body.page-id-9 .rb-el-feature-card,
body.page-id-909 .rb-el-feature-card {
  min-height:210px;
  padding:26px;
  border-color:#513518;
  background:rgba(15,11,6,.76);
}
body.page-id-9 .rb-el-feature-card__number,
body.page-id-909 .rb-el-feature-card__number { margin-bottom:28px; color:#bf7a11; }
body.page-id-9 .rb-el-feature-card h3,
body.page-id-909 .rb-el-feature-card h3 {
  color:#f7e8c3;
  font-size:clamp(1.15rem,1.5vw,1.4rem) !important;
  line-height:1.3;
}
body.page-id-9 .rb-el-feature-card p,
body.page-id-909 .rb-el-feature-card p { color:rgba(247,232,195,.76); }
body.page-id-9 .rb-el-cta,
body.page-id-909 .rb-el-cta {
  padding:32px;
  border-color:#513518;
  background:radial-gradient(circle at 90% 20%,rgba(191,122,17,.2),transparent 34%),linear-gradient(135deg,#17100a,#0f0b06);
}
@media (max-width:1024px) {
  body.page-id-9 .rb-el-section--page-hero .rb-el-hero,
  body.page-id-909 .rb-el-section--page-hero .rb-el-hero { min-height:520px !important; }
  body.page-id-9 .rb-el-section--page-hero .rb-el-hero h1,
  body.page-id-909 .rb-el-section--page-hero .rb-el-hero h1 { font-size:2rem !important; }
  body.page-id-9 .rb-el-heading .elementor-heading-title,
  body.page-id-909 .rb-el-heading .elementor-heading-title,
  body.page-id-9 .rb-el-cta h2,
  body.page-id-909 .rb-el-cta h2 { font-size:1.75rem !important; }
  body.page-id-9 .ns-about-story > .elementor-container,
  body.page-id-909 .ns-about-story > .elementor-container {
    display:grid;
    grid-template-columns:1fr;
    gap:24px;
  }
  body.page-id-9 .ns-about-story > .elementor-container > .elementor-column,
  body.page-id-909 .ns-about-story > .elementor-container > .elementor-column { width:100% !important; }
  body.page-id-9 .ns-about-story .elementor-widget-video .elementor-wrapper,
  body.page-id-909 .ns-about-story .elementor-widget-video .elementor-wrapper { aspect-ratio:16/9; }
}
@media (max-width:767px) {
  body.page-id-9 .rb-el-section:not(.rb-el-section--hero),
  body.page-id-909 .rb-el-section:not(.rb-el-section--hero) {
    padding-top:24px !important;
    padding-bottom:24px !important;
  }
  body.page-id-9 .rb-el-section--page-hero .rb-el-hero,
  body.page-id-909 .rb-el-section--page-hero .rb-el-hero {
    min-height:460px !important;
    padding:112px 18px 38px;
    background-position:center center;
  }
  body.page-id-9 .rb-el-section--page-hero .rb-el-hero h1,
  body.page-id-909 .rb-el-section--page-hero .rb-el-hero h1 { font-size:1.75rem !important; }
  body.page-id-9 .rb-el-heading .elementor-heading-title,
  body.page-id-909 .rb-el-heading .elementor-heading-title,
  body.page-id-9 .rb-el-cta h2,
  body.page-id-909 .rb-el-cta h2 { font-size:1.5rem !important; }
  body.page-id-9 .rb-el-feature-card,
  body.page-id-909 .rb-el-feature-card { min-height:0; padding:22px; }
  body.page-id-9 .rb-el-cta,
  body.page-id-909 .rb-el-cta { grid-template-columns:1fr; padding:24px; }
}

/* Main-site branch directory — shared header and compact section rhythm. */
body.page-id-18 .rb-el-section:not(.rb-el-section--hero),
body.page-id-915 .rb-el-section:not(.rb-el-section--hero) {
  padding-top:32px !important;
  padding-bottom:32px !important;
}
body.page-id-18 .rb-elementor-widget--royal-barber-branches .rb-elementor-widget__heading,
body.page-id-915 .rb-elementor-widget--royal-barber-branches .rb-elementor-widget__heading {
  max-width:820px;
  margin-bottom:24px !important;
}
@media (max-width:767px) {
  body.page-id-18 .rb-el-section:not(.rb-el-section--hero),
  body.page-id-915 .rb-el-section:not(.rb-el-section--hero) {
    padding-top:24px !important;
    padding-bottom:24px !important;
  }
  body.page-id-18 .rb-elementor-widget--royal-barber-branches .rb-elementor-widget__heading,
  body.page-id-915 .rb-elementor-widget--royal-barber-branches .rb-elementor-widget__heading {
    margin-bottom:18px !important;
  }
  .rb-component-list--branches .rb-directory-card__map {
    min-height:210px;
  }
  .rb-component-list--branches .rb-directory-card__map > a {
    right:10px;
    bottom:10px;
    padding:9px 11px;
  }
}

/* Homepage philosophy: vertically center the video against the copy column. */
@media (min-width:1025px) {
  body.home .elementor-element-6ccd68c2 .elementor-element-bb1cff7 {
    align-items:center;
  }
}

/* Main-site services page: stable sidebar, unified cards and AJAX-safe pagination. */
body.page-id-10 .rb-el-section:not(.rb-el-section--hero),
body.page-id-918 .rb-el-section:not(.rb-el-section--hero) {
  padding-top:32px !important;
  padding-bottom:32px !important;
}

body.page-id-10 .rb-el-hero,
body.page-id-918 .rb-el-hero {
  min-height:520px !important;
  padding-top:132px;
  padding-bottom:56px;
}

body.page-id-10 .rb-elementor-widget--royal-barber-services,
body.page-id-918 .rb-elementor-widget--royal-barber-services {
  opacity:1 !important;
  transform:none !important;
}

body.page-id-10 .rb-elementor-widget--royal-barber-services > .rb-elementor-widget__heading,
body.page-id-918 .rb-elementor-widget--royal-barber-services > .rb-elementor-widget__heading {
  margin-bottom:32px;
}

.rb-service-catalog-layout {
  display:grid;
  grid-template-columns:minmax(220px,260px) minmax(0,1fr);
  align-items:start;
  gap:24px;
}

.rb-service-catalog-sidebar {
  position:sticky;
  top:calc(var(--rb-header-offset, 92px) + 20px);
  min-width:0;
  padding:20px;
  border:1px solid rgba(221,151,22,.24);
  border-radius:16px;
  background:linear-gradient(180deg,rgba(39,25,13,.94),rgba(22,15,9,.96));
}

.rb-service-catalog-sidebar .rb-catalog-filter-shell {
  margin:0;
  padding:0;
  border:0;
}

.rb-catalog-search {
  margin:0 0 14px;
}

.rb-catalog-search label {
  display:block;
  margin-bottom:8px;
  color:#dd9716;
  font-size:.76rem;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.rb-catalog-search > div {
  position:relative;
}

.rb-catalog-search input {
  width:100%;
  min-height:46px;
  padding:10px 76px 10px 13px;
  border:1px solid rgba(221,151,22,.34);
  border-radius:10px;
  background:#171009;
  color:#f7e8c3;
  font:inherit;
  font-size:.9rem;
  outline:none;
}

.rb-catalog-search input:focus {
  border-color:#dd9716;
  box-shadow:0 0 0 3px rgba(221,151,22,.14);
}

.rb-catalog-search input::placeholder {
  color:rgb(247 232 195 / 52%);
  opacity:1;
}

.rb-catalog-search input::-webkit-input-placeholder {
  color:rgb(247 232 195 / 52%);
  opacity:1;
}

.rb-catalog-search input::-webkit-search-cancel-button {
  display:none;
  appearance:none;
}

.rb-catalog-search__clear {
  position:absolute;
  top:50%;
  right:38px;
  width:28px;
  height:28px;
  padding:0;
  border:0;
  background:transparent;
  color:#dd9716;
  font-size:1.45rem;
  line-height:1;
  cursor:pointer;
  transform:translateY(-50%);
}

.rb-catalog-search__clear[hidden] {
  display:none;
}

.rb-catalog-search > div::after {
  position:absolute;
  top:50%;
  right:13px;
  width:13px;
  height:13px;
  border:2px solid #dd9716;
  border-radius:50%;
  content:"";
  pointer-events:none;
  transform:translateY(-58%);
}

.rb-catalog-search > div::before {
  position:absolute;
  z-index:1;
  top:29px;
  right:10px;
  width:7px;
  height:2px;
  background:#dd9716;
  content:"";
  pointer-events:none;
  transform:rotate(45deg);
  transform-origin:right center;
}

.rb-service-catalog-sidebar .rb-catalog-summary {
  min-height:0;
  margin:0 0 12px;
  color:rgb(247 232 195 / 82%);
  font-size:.86rem;
}

.rb-service-catalog-sidebar .rb-catalog-filters--desktop {
  display:grid;
  gap:7px;
}

.rb-service-catalog-sidebar .rb-catalog-filter {
  width:100%;
  min-height:38px;
  padding:8px 11px;
  border-radius:8px;
  text-align:left;
}

.rb-service-catalog-results {
  min-width:0;
}

.rb-service-catalog-results .rb-catalog-notice {
  margin:0 0 20px;
}

.rb-service-catalog-results .rb-catalog-notice--description-only {
  display:block;
  min-height:0;
  padding:20px 22px;
}

.rb-service-catalog-results .rb-catalog-notice--description-only p {
  max-width:none;
}

.rb-service-catalog-results .rb-network-service-grid {
  grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  gap:20px;
}

.rb-service-catalog-results .rb-widget-card__media {
  display:block;
  height:clamp(220px,19vw,300px);
  min-height:0;
  overflow:hidden;
}

.rb-service-catalog-results .rb-widget-card__media img {
  display:block;
  width:100%;
  height:100% !important;
  object-fit:cover;
  object-position:center;
}

.rb-service-catalog-results .rb-network-service-card__body {
  min-height:230px;
}

.rb-service-catalog-results .rb-catalog-pagination {
  margin-top:24px;
}

body.page-id-10 .rb-el-cta,
body.page-id-918 .rb-el-cta {
  padding:32px;
  border-color:#513518;
  background:radial-gradient(circle at 90% 20%,rgba(191,122,17,.2),transparent 34%),linear-gradient(135deg,#17100a,#0f0b06);
}

body.page-id-10 .rb-el-cta h2,
body.page-id-918 .rb-el-cta h2 {
  font-size:clamp(1.5rem,2vw,2rem) !important;
  line-height:1.2;
  letter-spacing:-.025em;
}

@media (min-width:1025px) {
  .rb-service-catalog-sidebar {
    min-height:calc(100vh - var(--rb-header-offset, 92px) - 40px);
    max-height:calc(100vh - var(--rb-header-offset, 92px) - 40px);
    overflow-y:auto;
    scrollbar-width:thin;
    scrollbar-color:rgba(221,151,22,.5) transparent;
  }
}

@media (max-width:1024px) {
  body.page-id-10 .rb-el-hero,
  body.page-id-918 .rb-el-hero {
    min-height:460px !important;
    padding-top:118px;
    padding-bottom:44px;
  }

  .rb-service-catalog-layout {
    grid-template-columns:1fr;
    gap:20px;
  }

  .rb-service-catalog-sidebar {
    position:static;
    padding:18px;
  }

  .rb-service-catalog-sidebar .rb-catalog-filters--desktop {
    display:flex;
    flex-wrap:wrap;
    gap:8px;
  }

  .rb-service-catalog-sidebar .rb-catalog-filter {
    width:auto;
    flex:0 1 auto;
  }

  .rb-service-catalog-results .rb-widget-card__media {
    height:260px;
  }

  body.page-id-10 .rb-el-cta h2,
  body.page-id-918 .rb-el-cta h2 {
    font-size:1.75rem !important;
  }
}

@media (max-width:767px) {
  body.page-id-10 .rb-el-section:not(.rb-el-section--hero),
  body.page-id-918 .rb-el-section:not(.rb-el-section--hero) {
    padding-top:24px !important;
    padding-bottom:24px !important;
  }

  body.page-id-10 .rb-el-hero,
  body.page-id-918 .rb-el-hero {
    min-height:410px !important;
    padding:104px 18px 34px;
  }

  .rb-service-catalog-sidebar {
    padding:16px;
  }

  .rb-service-catalog-sidebar .rb-catalog-filters--desktop {
    display:none !important;
  }

  .rb-service-catalog-sidebar .rb-catalog-filter-mobile {
    display:grid;
    color:#dd9716;
  }

  .rb-service-catalog-sidebar .rb-catalog-select-wrap select {
    color:#dd9716;
  }

  .rb-service-catalog-sidebar .rb-catalog-select-wrap select option {
    color:#f7e8c3;
    background:#211c18;
  }

  .rb-service-catalog-results .rb-network-service-grid {
    grid-template-columns:1fr !important;
    gap:16px;
  }

  .rb-service-catalog-results .rb-widget-card__media {
    height:240px;
  }

  .rb-service-catalog-results .rb-network-service-card__body {
    min-height:0;
  }

  body.page-id-10 .rb-elementor-widget--royal-barber-services > .rb-elementor-widget__heading,
  body.page-id-918 .rb-elementor-widget--royal-barber-services > .rb-elementor-widget__heading {
    margin-bottom:24px;
  }

  body.page-id-10 .rb-elementor-widget--royal-barber-services > .rb-elementor-widget__heading h2,
  body.page-id-918 .rb-elementor-widget--royal-barber-services > .rb-elementor-widget__heading h2 {
    line-height:1.28 !important;
  }

  body.page-id-10 .rb-el-cta,
  body.page-id-918 .rb-el-cta {
    grid-template-columns:1fr;
    padding:24px;
  }

  body.page-id-10 .rb-el-cta h2,
  body.page-id-918 .rb-el-cta h2 {
    font-size:1.5rem !important;
  }
}

.rb-service-detail--hub .rb-branch-price-heading--no-price,
.rb-service-detail--hub .rb-branch-price-heading--no-price h3 {
  width:100%;
  max-width:none;
}

/* Main-site products page: mirrors the approved service directory without changing product pricing. */
body.page-id-12 .rb-el-section:not(.rb-el-section--hero) {
  padding-top:32px !important;
  padding-bottom:32px !important;
}
body.page-id-12 .rb-el-hero {
  min-height:520px !important;
  padding-top:132px;
  padding-bottom:56px;
}
body.page-id-12 .rb-elementor-widget--royal-barber-products {
  opacity:1 !important;
  transform:none !important;
}
body.page-id-12 .rb-elementor-widget--royal-barber-products > .rb-elementor-widget__heading {
  max-width:900px;
  margin-bottom:32px;
}
.rb-product-catalog-layout {
  display:grid;
  grid-template-columns:minmax(220px,260px) minmax(0,1fr);
  align-items:start;
  gap:24px;
}
.rb-product-catalog-sidebar {
  position:sticky;
  top:calc(var(--rb-header-offset, 92px) + 20px);
  min-width:0;
  padding:20px;
  border:1px solid rgba(221,151,22,.24);
  border-radius:16px;
  background:linear-gradient(180deg,rgba(39,25,13,.94),rgba(22,15,9,.96));
}
.rb-product-catalog-sidebar .rb-catalog-filter-shell {
  margin:0;
  padding:0;
  border:0;
}
.rb-product-catalog-sidebar .rb-catalog-summary {
  min-height:0;
  margin:0 0 12px;
  color:rgb(247 232 195 / 82%);
  font-size:.86rem;
}
.rb-product-catalog-sidebar .rb-catalog-filters--desktop {
  display:grid;
  gap:7px;
}
.rb-product-catalog-sidebar .rb-catalog-filter {
  width:100%;
  min-height:38px;
  padding:8px 11px;
  border-radius:8px;
  text-align:left;
}
.rb-product-catalog-results { min-width:0; }
.rb-product-catalog-results .rb-catalog-notice {
  margin:0 0 20px;
}
.rb-product-catalog-results .rb-catalog-notice--description-only {
  display:block;
  min-height:0;
  padding:20px 22px;
}
.rb-product-catalog-results .rb-catalog-notice--description-only p { max-width:none; }
.rb-product-catalog-results .rb-network-product-grid {
  grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  gap:20px;
}
.rb-product-catalog-results .rb-widget-card__media {
  display:block;
  height:clamp(220px,19vw,300px);
  min-height:0;
  overflow:hidden;
}
.rb-product-catalog-results .rb-widget-card__media img {
  display:block;
  width:100%;
  height:100% !important;
  object-fit:cover;
  object-position:center;
}
.rb-product-catalog-results .rb-network-product-card__body { min-height:230px; }
.rb-product-catalog-results .rb-catalog-pagination { margin-top:24px; }
body.page-id-12 .rb-el-cta {
  padding:32px;
  border-color:#513518;
  background:radial-gradient(circle at 90% 20%,rgba(191,122,17,.2),transparent 34%),linear-gradient(135deg,#17100a,#0f0b06);
}
body.page-id-12 .rb-el-cta h2 {
  font-size:clamp(1.5rem,2vw,2rem) !important;
  line-height:1.2;
  letter-spacing:-.025em;
}
@media (min-width:1025px) {
  .rb-product-catalog-sidebar {
    min-height:calc(100vh - var(--rb-header-offset, 92px) - 40px);
    max-height:calc(100vh - var(--rb-header-offset, 92px) - 40px);
    overflow-y:auto;
    scrollbar-width:thin;
    scrollbar-color:rgba(221,151,22,.5) transparent;
  }
}

/* Main-site product detail: editorial content first, image stays top-aligned. */
.rb-product-detail--hub .product-detail-hero {
  padding:32px 0;
}
.rb-product-detail--hub .product-detail-hero__grid {
  grid-template-columns:minmax(0,1.08fr) minmax(340px,.82fr);
  align-items:start;
  gap:clamp(32px,5vw,72px);
}
.rb-product-detail--hub .product-detail-hero__media {
  position:sticky;
  top:calc(var(--rb-header-offset, 92px) + 20px);
  min-height:0;
  aspect-ratio:4/5;
  border-radius:18px;
}
.rb-product-detail--hub .product-detail-hero__media img {
  width:100%;
  height:100%;
  object-fit:cover;
}
.rb-product-detail--hub .rb-product-detail-heading {
  margin-bottom:24px;
}
.rb-product-detail--hub .rb-product-detail-heading h1 {
  max-width:none;
  margin-bottom:10px;
  font-size:clamp(1.75rem,3vw,2.25rem);
  line-height:1.16;
}
.rb-product-detail--hub .rb-product-price--hero {
  margin:0;
}
.rb-service-detail--hub .rb-service-detail-heading h1 {
  max-width:none;
  margin:0 0 18px;
  font-size:clamp(1.75rem,3vw,2.25rem);
  line-height:1.16;
}
.rb-service-detail--hub .rb-service-hero-content > h2:first-child { display:none; }
body:not(.rb-network-branch) .rb-detail-price-actions {
  display:flex;
  align-items:center;
  justify-content:space-between;
  width:100%;
  flex-wrap:wrap;
  gap:16px;
  margin:0 0 24px;
}
body:not(.rb-network-branch) .rb-detail-price-actions .price-display,
body:not(.rb-network-branch) .rb-detail-price-actions .rb-product-price { margin:0; }
body:not(.rb-network-branch) .rb-detail-price-actions .button {
  flex:0 0 auto;
  background:linear-gradient(135deg,#E4A51D 0%,#BF7A11 100%);
  border-color:#9F6D1F;
  color:#0F0B06;
  box-shadow:0 8px 22px rgba(221,151,22,.24);
}
body:not(.rb-network-branch) .rb-detail-price-actions .button:hover,
body:not(.rb-network-branch) .rb-detail-price-actions .button:focus-visible {
  background:linear-gradient(135deg,#F0B52C 0%,#DD9716 100%);
  border-color:#F0B52C;
  color:#0F0B06;
  box-shadow:0 15px 36px rgba(221,151,22,.42);
  transform:translateY(-3px);
}
.rb-service-detail--hub .rb-service-detail__pricing strong,
.rb-product-detail--hub .rb-product-price--hero strong {
  color:#dd9716;
  font-family:"Playfair Display",Georgia,serif;
  font-size:clamp(1.35rem,2.2vw,1.8rem);
}
.rb-product-detail--hub .rb-product-hero-content { color:rgb(247 232 195 / 82%); }
.rb-product-detail--hub .rb-product-detail-extra {
  margin-top:28px;
  padding-top:24px;
  border-top:1px solid rgba(221,151,22,.24);
}
.rb-product-detail--hub .product-detail-hero__content h3 {
  margin-bottom:12px;
  font-size:1.15rem !important;
  line-height:1.25;
}
.rb-product-detail--hub .rb-product-detail-extra p { color:rgb(247 232 195 / 82%); }
.rb-product-detail--hub .rb-product-branches { padding-block:32px; }
.rb-product-branch-notice {
  display:flex;
  gap:16px;
  align-items:flex-start;
  margin-bottom:32px;
  padding:20px 22px;
  border:1px solid rgba(221,151,22,.44);
  border-left:4px solid #dd9716;
  border-radius:14px;
  background:linear-gradient(135deg,rgba(54,35,14,.95),rgba(27,18,9,.96));
}
.rb-product-branch-notice svg {
  flex:0 0 24px;
  width:24px;
  height:24px;
  margin-top:2px;
  color:var(--rb-accent-bright);
}
.rb-product-branch-notice p {
  margin:0;
  color:rgb(247 232 195 / 82%);
  line-height:1.7;
}
.rb-product-detail--hub .rb-branch-price-heading--no-price,
.rb-product-detail--hub .rb-branch-price-heading--no-price h3 {
  width:100%;
  max-width:none;
}
.rb-product-detail--hub .rb-product-branch-card__actions {
  flex-direction:column;
  align-items:stretch;
}

@media (max-width:1024px) {
  body.page-id-12 .rb-el-hero {
    min-height:460px !important;
    padding-top:118px;
    padding-bottom:44px;
  }
  .rb-product-catalog-layout { grid-template-columns:1fr; gap:20px; }
  .rb-product-catalog-sidebar { position:static; padding:18px; }
  .rb-product-catalog-sidebar .rb-catalog-filters--desktop {
    display:flex;
    flex-wrap:wrap;
    gap:8px;
  }
  .rb-product-catalog-sidebar .rb-catalog-filter { width:auto; flex:0 1 auto; }
  .rb-product-catalog-results .rb-widget-card__media { height:260px; }
  body.page-id-12 .rb-el-cta h2 { font-size:1.75rem !important; }
  .rb-product-detail--hub .product-detail-hero__grid {
    grid-template-columns:minmax(0,1fr) minmax(280px,360px);
    gap:28px;
  }
  .rb-product-detail--hub .product-detail-hero__media {
    position:static;
    width:100%;
    max-width:360px;
    justify-self:end;
  }
}
@media (max-width:767px) {
  body.page-id-12 .rb-el-section:not(.rb-el-section--hero) {
    padding-top:24px !important;
    padding-bottom:24px !important;
  }
  body.page-id-12 .rb-el-hero {
    min-height:410px !important;
    padding:104px 18px 34px;
  }
  .rb-product-catalog-sidebar { padding:16px; }
  .rb-product-catalog-sidebar .rb-catalog-filters--desktop { display:none !important; }
  .rb-product-catalog-sidebar .rb-catalog-filter-mobile { display:grid; color:#dd9716; }
  .rb-product-catalog-sidebar .rb-catalog-select-wrap select { color:#dd9716; }
  .rb-product-catalog-sidebar .rb-catalog-select-wrap select option {
    color:#f7e8c3;
    background:#211c18;
  }
  .rb-product-catalog-results .rb-network-product-grid {
    grid-template-columns:1fr !important;
    gap:16px;
  }
  .rb-product-catalog-results .rb-widget-card__media { height:240px; }
  .rb-product-catalog-results .rb-network-product-card__body { min-height:0; }
  body.page-id-12 .rb-elementor-widget--royal-barber-products > .rb-elementor-widget__heading { margin-bottom:24px; }
  body.page-id-12 .rb-el-cta { grid-template-columns:1fr; padding:24px; }
  body.page-id-12 .rb-el-cta h2 { font-size:1.5rem !important; }
  .rb-product-detail--hub .product-detail-hero {
    padding:24px 0;
  }
  .rb-product-detail--hub .product-detail-hero__grid {
    display:flex;
    flex-direction:column;
    gap:24px;
  }
  .rb-product-detail--hub .product-detail-hero__media {
    order:-1;
    max-width:none;
    aspect-ratio:4/3;
  }
  .rb-product-detail--hub .rb-product-branches { padding-block:24px; }
  .rb-product-branch-notice { gap:12px; margin-bottom:24px; padding:16px 18px; }
  .rb-product-branch-notice svg { flex-basis:21px; width:21px; height:21px; }
}

/* Main-site staff directory — isolated from homepage team widgets. */
body.page-id-11 .rb-el-section:not(.rb-el-section--hero) {
  padding-top:32px !important;
  padding-bottom:32px !important;
}
body.page-id-11 .rb-el-hero {
  min-height:520px !important;
  padding-top:132px;
  padding-bottom:56px;
}
body.page-id-11 .rb-elementor-widget--royal-barber-team {
  opacity:1 !important;
  transform:none !important;
}
body.page-id-11 .rb-elementor-widget--royal-barber-team > .rb-elementor-widget__heading {
  max-width:900px;
  margin-bottom:32px;
}
.rb-staff-catalog-layout {
  display:grid;
  grid-template-columns:minmax(220px,260px) minmax(0,1fr);
  align-items:start;
  gap:24px;
}
.rb-staff-catalog-sidebar {
  position:sticky;
  top:calc(var(--rb-header-height,84px) + 20px);
  min-width:0;
  padding:20px;
  border:1px solid rgba(221,151,22,.24);
  border-radius:16px;
  background:linear-gradient(180deg,rgba(39,25,13,.94),rgba(22,15,9,.96));
}
.rb-staff-catalog-sidebar .rb-catalog-filter-shell {
  margin:0;
  padding:0;
  border:0;
}
.rb-staff-catalog-sidebar .rb-catalog-summary {
  min-height:0;
  margin:0 0 12px;
  color:rgb(247 232 195 / 82%);
  font-size:.86rem;
}
.rb-staff-catalog-sidebar .rb-catalog-filters--desktop {
  display:grid;
  gap:7px;
}
.rb-staff-catalog-sidebar .rb-catalog-filter {
  width:100%;
  min-height:38px;
  padding:8px 11px;
  border-radius:8px;
  text-align:left;
}
.rb-staff-catalog-results { min-width:0; }
.rb-staff-catalog-results .rb-catalog-notice {
  margin:0 0 20px;
}
.rb-staff-catalog-results .rb-catalog-notice--description-only {
  display:block;
  min-height:0;
  padding:20px 22px;
}
.rb-staff-catalog-results .rb-catalog-notice--description-only p { max-width:none; }
.rb-staff-catalog-results .rb-network-staff-grid {
  grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  gap:20px;
}
.rb-staff-catalog-results .rb-widget-card__media,
body.home .rb-component-list--team .rb-widget-card__media {
  display:block;
  height:clamp(300px,30vw,440px);
  min-height:0;
  overflow:hidden;
}
.rb-staff-catalog-results .rb-widget-card__media img,
body.home .rb-component-list--team .rb-widget-card__media img {
  display:block;
  width:100%;
  height:100% !important;
  object-fit:cover;
  object-position:center 20%;
}
body.home .rb-component-list--team .rb-widget-card__media img {
  object-position:center 30%;
}
.rb-staff-catalog-results .rb-network-staff-card--catalog,
body.home .rb-component-list--team .rb-network-staff-card--catalog {
  display:flex;
  flex-direction:column;
}
.rb-staff-catalog-results .rb-network-staff-card__body,
body.home .rb-component-list--team .rb-network-staff-card__body {
  display:flex;
  flex:1 1 auto;
  min-height:220px;
  flex-direction:column;
}
.rb-staff-catalog-results .rb-network-staff-card__body > .rb-widget-card__meta,
body.home .rb-component-list--team .rb-network-staff-card__body > .rb-widget-card__meta {
  font-size:.75rem;
}
.rb-staff-catalog-results .rb-network-staff-card__body > .rb-widget-card__button,
body.home .rb-component-list--team .rb-network-staff-card__body > .rb-widget-card__button {
  align-self:flex-start;
  margin-top:auto;
  color:#dd9716 !important;
}
.rb-staff-catalog-results .rb-network-staff-card__body > .rb-widget-card__button:hover,
.rb-staff-catalog-results .rb-network-staff-card__body > .rb-widget-card__button:focus-visible,
body.home .rb-component-list--team .rb-network-staff-card__body > .rb-widget-card__button:hover,
body.home .rb-component-list--team .rb-network-staff-card__body > .rb-widget-card__button:focus-visible { color:#f7e8c3 !important; }
.rb-staff-catalog-results .rb-catalog-pagination { margin-top:24px; }
body.page-id-11 .rb-el-cta {
  padding:32px;
  border-color:#513518;
  background:radial-gradient(circle at 90% 20%,rgba(191,122,17,.2),transparent 34%),linear-gradient(135deg,#17100a,#0f0b06);
}
body.page-id-11 .rb-el-cta h2 {
  font-size:clamp(1.5rem,2vw,2rem) !important;
  line-height:1.2;
  letter-spacing:-.025em;
}
@media (min-width:1025px) {
  .rb-staff-catalog-sidebar {
    min-height:calc(100vh - var(--rb-header-height,84px) - 40px);
    max-height:calc(100vh - var(--rb-header-height,84px) - 40px);
    overflow-y:auto;
    scrollbar-width:thin;
    scrollbar-color:rgba(221,151,22,.5) transparent;
  }
}

/* Main-site staff detail: profile content first, portrait top-aligned. */
.rb-staff-detail--hub .rb-staff-detail-hero {
  padding:32px 0;
  background:#0f0b06;
}
.rb-staff-detail--hub .rb-staff-detail-hero__grid {
  grid-template-columns:minmax(0,1.08fr) minmax(340px,.82fr);
  align-items:start;
  gap:clamp(32px,5vw,72px);
}
.rb-staff-detail--hub .rb-staff-detail__heading {
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:12px 16px;
  margin:0 0 12px;
}
.rb-staff-detail--hub .rb-staff-detail-hero__content h1 {
  max-width:none;
  margin:0;
  font-size:clamp(1.75rem,3vw,2.25rem);
  line-height:1.16;
}
.rb-staff-detail--hub .rb-staff-detail__position {
  margin:0 0 18px;
  color:rgb(247 232 195 / 82%);
  font-size:1rem;
}
.rb-staff-detail--hub .rb-staff-groups {
  margin:0 0 24px;
}
.rb-staff-detail--hub .rb-staff-groups--heading {
  gap:8px;
  margin:0;
}
.rb-staff-detail--hub .rb-staff-groups--heading span {
  padding:8px 14px;
  border:1px solid #dd9716;
  border-radius:999px;
  background:linear-gradient(135deg,rgba(221,151,22,.24),rgba(191,122,17,.12));
  box-shadow:0 0 0 1px rgba(221,151,22,.08),0 8px 20px rgba(0,0,0,.18);
  color:#f7e8c3;
  font-size:.75rem;
  font-weight:800;
  line-height:1;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.rb-staff-detail--hub .rb-staff-hero-content {
  color:rgb(247 232 195 / 82%);
}
.rb-staff-detail--hub .rb-staff-hero-content h2,
.rb-staff-detail--hub .rb-staff-hero-content h3 {
  font-size:1.15rem !important;
  line-height:1.25;
}
.rb-staff-detail--hub .rb-staff-detail-hero__media {
  position:sticky;
  top:calc(var(--rb-header-height,84px) + 20px);
  width:100%;
  min-height:0;
  aspect-ratio:2/3;
  justify-self:end;
  overflow:hidden;
  border:1px solid rgba(221,151,22,.24);
  border-radius:18px;
  background:linear-gradient(145deg,#4b382a,#171512);
}
.rb-staff-detail--hub .rb-staff-detail-hero__media img,
.rb-staff-detail--hub .rb-staff-detail-hero__media .rb-network-placeholder {
  width:100%;
  height:100%;
  min-height:0;
  object-fit:contain;
  object-position:center top;
}
.rb-staff-detail--hub .rb-product-branches { padding-block:32px; }
.rb-staff-detail--hub .rb-branch-price-heading--no-price,
.rb-staff-detail--hub .rb-branch-price-heading--no-price h3 {
  width:100%;
  max-width:none;
}
.rb-staff-detail--hub .rb-product-branch-card__actions {
  flex-direction:column;
  align-items:stretch;
}

@media (max-width:1024px) {
  body.page-id-11 .rb-el-hero {
    min-height:460px !important;
    padding-top:118px;
    padding-bottom:44px;
  }
  .rb-staff-catalog-layout { grid-template-columns:1fr; gap:20px; }
  .rb-staff-catalog-sidebar { position:static; padding:18px; }
  .rb-staff-catalog-sidebar .rb-catalog-filters--desktop {
    display:flex;
    flex-wrap:wrap;
    gap:8px;
  }
  .rb-staff-catalog-sidebar .rb-catalog-filter { width:auto; flex:0 1 auto; }
  .rb-staff-catalog-results .rb-widget-card__media { height:340px; }
  body.page-id-11 .rb-el-cta h2 { font-size:1.75rem !important; }
  .rb-staff-detail--hub .rb-staff-detail-hero__grid {
    grid-template-columns:minmax(0,1fr) minmax(280px,360px);
    gap:28px;
  }
  .rb-staff-detail--hub .rb-staff-detail-hero__media {
    position:static;
    max-width:360px;
  }
}
@media (max-width:767px) {
  body.page-id-11 .rb-el-section:not(.rb-el-section--hero) {
    padding-top:24px !important;
    padding-bottom:24px !important;
  }
  body.page-id-11 .rb-el-hero {
    min-height:410px !important;
    padding:104px 18px 34px;
  }
  .rb-staff-catalog-sidebar { padding:16px; }
  .rb-staff-catalog-sidebar .rb-catalog-filters--desktop { display:none !important; }
  .rb-staff-catalog-sidebar .rb-catalog-filter-mobile { display:grid; color:#dd9716; }
  .rb-staff-catalog-sidebar .rb-catalog-select-wrap select { color:#dd9716; }
  .rb-staff-catalog-sidebar .rb-catalog-select-wrap select option {
    color:#f7e8c3;
    background:#211c18;
  }
  .rb-staff-catalog-results .rb-network-staff-grid {
    grid-template-columns:1fr !important;
    gap:16px;
  }
  .rb-staff-catalog-results .rb-widget-card__media { height:360px; }
  .rb-staff-catalog-results .rb-network-staff-card__body { min-height:0; }
  body.page-id-11 .rb-elementor-widget--royal-barber-team > .rb-elementor-widget__heading { margin-bottom:24px; }
  body.page-id-11 .rb-el-cta { grid-template-columns:1fr; padding:24px; }
  body.page-id-11 .rb-el-cta h2 { font-size:1.5rem !important; }
  .rb-staff-detail--hub .rb-staff-detail-hero {
    padding:24px 0;
  }
  .rb-staff-detail--hub .rb-staff-detail-hero__grid {
    display:flex;
    flex-direction:column;
    gap:24px;
  }
  .rb-staff-detail--hub .rb-staff-detail-hero__media {
    order:-1;
    max-width:none;
    aspect-ratio:2/3;
  }
  .rb-staff-detail--hub .rb-product-branches { padding-block:24px; }
}

/* Gallery hero is intentionally compact; the generic hero remains full-screen elsewhere. */
body.rb-network-main.page-id-13 .rb-el-hero,
body.rb-network-branch.page-id-12 .rb-el-hero {
  min-height:520px !important;
  padding-top:calc(var(--rb-header-height) + 44px);
  padding-bottom:56px;
}
@media (max-width:1024px) {
  body.rb-network-main.page-id-13 .rb-el-hero,
  body.rb-network-branch.page-id-12 .rb-el-hero {
    min-height:460px !important;
    padding-top:118px;
    padding-bottom:44px;
  }
}
@media (max-width:767px) {
  body.rb-network-main.page-id-13 .rb-el-hero,
  body.rb-network-branch.page-id-12 .rb-el-hero {
    min-height:410px !important;
    padding:104px 18px 34px;
  }
}

/* Final gallery lightbox control override: loaded after Elementor/theme button rules. */
body.rb-network-main.page-id-13 .rb-lightbox__close,
body.rb-network-branch.page-id-12 .rb-lightbox__close {
  border-color:#DD9716 !important;
  background:#0F0B06 !important;
  color:#DD9716 !important;
}
body.rb-network-main.page-id-13 .rb-lightbox__close:hover,
body.rb-network-main.page-id-13 .rb-lightbox__close:focus-visible,
body.rb-network-branch.page-id-12 .rb-lightbox__close:hover,
body.rb-network-branch.page-id-12 .rb-lightbox__close:focus-visible {
  border-color:#E4A51D !important;
  background:linear-gradient(135deg,#E4A51D 0%,#BF7A11 100%) !important;
  color:#0F0B06 !important;
  box-shadow:0 10px 28px rgba(221,151,22,.3) !important;
  transform:translateY(-2px);
}

@media (max-width:640px) {
  .rb-gallery-filter-control .rb-catalog-select-wrap select.rb-gallery-filter-select {
    color:#DD9716 !important;
    -webkit-text-fill-color:#DD9716;
  }
  .rb-gallery-filter-control .rb-gallery-filter-select option:checked {
    color:#DD9716;
  }
}

/* About hero CTAs: match the approved Services and Branch button shape. */
body:is(.page-id-9,.page-id-909) .rb-el-hero__actions .button {
  border-radius:999px !important;
}

/* Mobile/tablet menu control aligned with the Nhua Style logo palette. */
@media (max-width:1024px) {
  .menu-toggle {
    width:46px;
    height:46px;
    padding:10px 11px;
    border:1px solid #9F6D1F;
    border-radius:4px;
    background:linear-gradient(135deg,#E4A51D 0%,#BF7A11 100%);
    box-shadow:0 8px 24px rgba(221,151,22,.24);
  }
  .menu-toggle:hover,
  .menu-toggle:focus-visible {
    border-color:#F0B52C;
    background:linear-gradient(135deg,#F0B52C 0%,#DD9716 100%);
    box-shadow:0 10px 28px rgba(221,151,22,.34);
  }
  .menu-toggle > span:not(.screen-reader-text) {
    height:2px;
    border-radius:2px;
    background:#0F0B06;
  }
}

/* Editorial single-post layout: focused reading column, responsive media and related content. */
.rb-article-single { overflow:hidden; background:#0F0B06; }
.rb-article-hero {
  position:relative;
  padding:32px 0;
  background:none;
}
.rb-article-hero::after {
  content:"";
  position:absolute;
  inset:auto 0 0;
  height:1px;
  background:linear-gradient(90deg,transparent,rgba(221,151,22,.45),transparent);
}
.rb-article-hero__inner { width:min(calc(100% - 40px),1120px); }
.rb-article-hero h1 {
  max-width:800px;
  margin:0;
  color:#F7E8C3;
  font-size:2.25rem;
  line-height:1.22;
  letter-spacing:-.018em;
  text-wrap:balance;
}
.rb-article-hero__excerpt {
  max-width:720px;
  margin:24px 0 0;
  color:rgba(247,232,195,.76);
  font-size:clamp(1rem,1.5vw,1.18rem);
  line-height:1.75;
}
.rb-article-meta {
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:26px;
  color:rgba(247,232,195,.56);
  font-size:.76rem;
  font-weight:700;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.rb-article-featured {
  width:min(calc(100% - 40px),1120px);
  margin:32px auto 0;
}
.rb-article-featured img {
  display:block;
  width:100%;
  max-height:660px;
  border:1px solid rgba(221,151,22,.25);
  border-radius:18px;
  object-fit:cover;
  box-shadow:0 28px 80px rgba(0,0,0,.42);
}
.rb-article-body { padding:32px 0; }
.rb-article-reading-shell {
  width:min(calc(100% - 40px),1120px);
  color:rgba(247,232,195,.82);
  font-size:clamp(1rem,1.25vw,1.1rem);
  line-height:1.9;
}
.rb-article-reading-shell > * { width:100%; max-width:none; }
.rb-article-reading-shell p { margin:0 0 1.5em; }
.rb-article-reading-shell h2,
.rb-article-reading-shell h3 {
  color:#F7E8C3;
  line-height:1.25;
  text-wrap:balance;
}
.rb-article-reading-shell h2 { margin:.75em 0; font-size:1.75rem; }
.rb-article-reading-shell h3 { margin:1.9em 0 .65em; font-size:clamp(1.3rem,2vw,1.65rem); }
.rb-article-reading-shell :is(img,video,iframe) { max-width:100%; height:auto; }
.rb-article-reading-shell figure,
.rb-article-reading-shell .wp-block-embed { margin:2.2em 0; }
.rb-article-reading-shell iframe { display:block; width:100%; aspect-ratio:16/9; border:0; }
.rb-article-reading-shell blockquote {
  margin:2.2em 0;
  padding:22px 26px;
  border:1px solid rgba(221,151,22,.3);
  border-left:4px solid #DD9716;
  border-radius:0 12px 12px 0;
  background:rgba(221,151,22,.06);
}
.rb-article-location-cta {
  width:min(calc(100% - 40px),1120px);
  margin:0 auto;
  padding:32px 0;
}
.rb-article-location-cta .rb-el-cta { width:100%; }
.rb-article-related { width:min(calc(100% - 40px),1120px); padding:32px 0; }
.rb-article-related__grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:22px; }
.rb-article-related-card {
  min-width:0;
  overflow:hidden;
  border:1px solid #513518;
  border-radius:16px;
  background:linear-gradient(180deg,#17100A 0%,#0F0B06 100%);
  box-shadow:0 14px 36px rgba(0,0,0,.2);
  transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease;
}
.rb-article-related-card:hover {
  transform:translateY(-5px);
  border-color:#DD9716;
  box-shadow:0 20px 46px rgba(0,0,0,.32),0 0 0 1px rgba(221,151,22,.08);
}
.rb-article-related-card a {
  display:flex;
  flex-direction:column;
  min-height:100%;
  padding:0 20px 20px;
  color:#F7E8C3;
}
.rb-article-related-card img {
  display:block;
  width:calc(100% + 40px);
  max-width:none;
  aspect-ratio:16/10;
  margin:0 -20px;
  border-bottom:1px solid rgba(221,151,22,.2);
  object-fit:cover;
  transition:transform .35s ease;
}
.rb-article-related-card:hover img { transform:scale(1.025); }
.rb-article-related-card__date {
  display:block;
  margin-top:18px;
  color:#DD9716;
  font-size:.7rem;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.rb-article-related-card h3 {
  display:-webkit-box;
  min-height:2.7em;
  margin:9px 0 0;
  overflow:hidden;
  color:#F7E8C3;
  font-size:1.25rem;
  line-height:1.35;
  text-wrap:balance;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
}
.rb-article-related-card__link {
  display:inline-flex;
  align-items:center;
  width:max-content;
  margin-top:auto;
  padding-top:18px;
  color:#DD9716;
  font-size:.7rem;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.rb-article-related-card__link::after {
  content:"→";
  margin-left:8px;
  transition:transform .2s ease;
}
.rb-article-related-card:hover .rb-article-related-card__link::after { transform:translateX(4px); }

@media (max-width:1024px) {
  .rb-article-hero h1 { font-size:2rem; }
  .rb-article-reading-shell h2 { font-size:1.5rem; }
  .rb-article-related__grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .rb-article-related-card h3 { font-size:1.15rem; }
}

@media (max-width:767px) {
  .rb-article-hero { padding:24px 0; }
  .rb-article-hero__inner,
  .rb-article-featured,
  .rb-article-reading-shell,
  .rb-article-location-cta,
  .rb-article-related { width:min(calc(100% - 32px),100%); }
  .rb-article-hero h1 { font-size:1.75rem; line-height:1.24; }
  .rb-article-featured { margin-top:24px; }
  .rb-article-body { padding:24px 0; }
  .rb-article-reading-shell h2 { margin:.75em 0; font-size:1.25rem; }
  .rb-article-related,
  .rb-article-location-cta { padding:24px 0; }
  .rb-article-featured img { min-height:220px; border-radius:12px; }
  .rb-article-reading-shell { font-size:1rem; line-height:1.82; }
  .rb-article-reading-shell figure,
  .rb-article-reading-shell .wp-block-embed { margin:1.7em 0; }
  .rb-article-location-cta .rb-el-cta { grid-template-columns:1fr; padding:26px 22px; border-radius:16px; }
  .rb-article-location-cta .rb-el-cta__actions { width:100%; }
  .rb-article-location-cta .rb-el-cta__actions .button { width:100%; }
  .rb-article-related__grid { grid-template-columns:1fr; gap:24px; }
  .rb-article-related-card h3 { min-height:0; font-size:1.1rem; }
}

/* Homepage section and featured-card title palette. */
body.home :where(.rb-el-heading h2,.rb-elementor-widget__heading h2) {
  color:#F7E8C3 !important;
}
body.home :where(
  .rb-widget-card__title,
  .rb-widget-card__title a,
  .rb-network-masonry__caption strong
) {
  color:#F7E8C3 !important;
}

/* Branch-only visual parity with the system site. */
body.rb-network-branch {
  --rb-fs-hero:2.5rem;
  --rb-fs-page-title:2.25rem;
  --rb-fs-section-title:2rem;
  --rb-fs-card-title:clamp(1.15rem,1.5vw,1.4rem);
  --rb-section-space:32px;
}
body.rb-network-branch :where(.rb-el-hero h1,.hero h1) { font-size:var(--rb-fs-hero); }
body.rb-network-branch :where(.page-hero h1,.entry-header h1) { font-size:var(--rb-fs-page-title); }
body.rb-network-branch :where(.rb-el-heading h2,.rb-elementor-widget__heading h2,.entry-content h2) { font-size:var(--rb-fs-section-title); }
body.rb-network-branch .elementor-top-section:not(.rb-el-section--hero):not(:first-child) {
  padding-top:32px !important;
  padding-bottom:32px !important;
}
body.rb-network-branch .custom-logo--footer { max-height:72px; }
body.rb-network-branch .footer-brand .custom-logo-link { display:inline-flex; margin-bottom:20px; }
body.rb-network-branch .nsbs-footer-pro__logo {
  width:64px;
  height:64px;
  flex:0 0 64px;
  border-radius:14px;
  object-fit:cover;
}

/* Branch homepage: details card first, full-width map below. */
body.home.rb-network-branch section:has(.elementor-element-ac9cbbc) {
  padding-block:32px !important;
  background:
    radial-gradient(circle at 88% 18%,rgba(221,151,22,.11),transparent 28%),
    linear-gradient(135deg,#0F0B06 0%,#171108 100%);
}
body.home.rb-network-branch section:has(.elementor-element-ac9cbbc) > .elementor-container {
  width:100%;
  max-width:1140px;
  padding-inline:10px;
}
body.home.rb-network-branch .elementor-element-ac9cbbc { margin-bottom:10px; }
body.home.rb-network-branch .elementor-element-47e4faa { display:none !important; }
body.home.rb-network-branch .elementor-element-24ee671 .nsbm {
  display:flex;
  flex-direction:column;
  gap:24px;
  min-height:0;
  overflow:visible;
  border:0;
  border-radius:0;
  background:transparent;
  box-shadow:none;
}
body.home.rb-network-branch .elementor-element-24ee671 .nsbm__sidebar {
  display:block;
  width:100%;
  padding:34px 38px;
  border:1px solid rgba(221,151,22,.32);
  border-radius:24px;
  background:
    radial-gradient(circle at 92% 14%,rgba(221,151,22,.17),transparent 34%),
    linear-gradient(135deg,#171108 0%,#0F0B06 72%);
  box-shadow:0 20px 54px rgba(0,0,0,.28);
}
body.home.rb-network-branch .rb-branch-info { display:grid; gap:24px; }
body.home.rb-network-branch .rb-branch-info__eyebrow {
  color:#DD9716;
  font-size:.76rem;
  font-weight:800;
  letter-spacing:.18em;
}
body.home.rb-network-branch .rb-branch-info h3 {
  margin:0;
  color:#F7E8C3;
  font-family:"Playfair Display",Georgia,serif;
  font-size:clamp(1.5rem,2.2vw,2rem);
  line-height:1.18;
}
body.home.rb-network-branch .rb-branch-info__details {
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px 28px;
}
body.home.rb-network-branch .rb-branch-info__details p {
  display:flex;
  align-items:flex-start;
  gap:13px;
  margin:0;
  color:rgba(247,232,195,.82);
  font-size:1rem;
  line-height:1.6;
}
body.home.rb-network-branch .rb-branch-info__details strong {
  display:block;
  margin-bottom:2px;
  color:#F7E8C3;
  font-size:.82rem;
  letter-spacing:.08em;
  text-transform:uppercase;
}
body.home.rb-network-branch .rb-branch-info__icon {
  display:grid;
  width:38px;
  height:38px;
  flex:0 0 38px;
  place-items:center;
  border:1px solid rgba(221,151,22,.38);
  border-radius:50%;
  color:#DD9716;
  background:rgba(221,151,22,.08);
}
body.home.rb-network-branch .rb-branch-info__icon svg {
  width:19px;
  height:19px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
}
body.home.rb-network-branch .rb-branch-info__actions {
  display:flex;
  flex-wrap:wrap;
  gap:12px;
}
body.home.rb-network-branch .rb-branch-info__actions .button { min-width:150px; text-align:center; }
body.home.rb-network-branch .elementor-element-24ee671 .nsbm__map {
  width:100%;
  min-height:460px;
  overflow:hidden;
  border:1px solid rgba(221,151,22,.28);
  border-radius:24px;
  background:#0F0B06;
  box-shadow:0 20px 54px rgba(0,0,0,.24);
}
body.home.rb-network-branch .elementor-element-24ee671 .nsbm__iframe {
  width:100%;
  height:100%;
  min-height:460px;
}
body.home.rb-network-branch .elementor-element-cbd550bc { display:none; }

@media (max-width:1024px) {
  body.rb-network-branch {
    --rb-fs-hero:2.25rem;
    --rb-fs-page-title:2rem;
    --rb-fs-section-title:1.75rem;
  }
  body.home.rb-network-branch .elementor-element-24ee671 .nsbm__map,
  body.home.rb-network-branch .elementor-element-24ee671 .nsbm__iframe { min-height:380px; }
}

@media (max-width:767px) {
  body.rb-network-branch {
    --rb-fs-hero:2rem;
    --rb-fs-page-title:1.75rem;
    --rb-fs-section-title:1.5rem;
    --rb-section-space:24px;
  }
  body.rb-network-branch .elementor-top-section:not(.rb-el-section--hero):not(:first-child) {
    padding-top:24px !important;
    padding-bottom:24px !important;
  }
  body.home.rb-network-branch section:has(.elementor-element-ac9cbbc) { padding-block:24px !important; }
  body.home.rb-network-branch section:has(.elementor-element-ac9cbbc) > .elementor-container {
    width:100%;
    max-width:100%;
    padding-inline:16px;
  }
  body.home.rb-network-branch .elementor-element-24ee671 .nsbm__sidebar {
    padding:26px 20px;
    border-radius:18px;
  }
  body.home.rb-network-branch .rb-branch-info { gap:20px; }
  body.home.rb-network-branch .rb-branch-info__details { grid-template-columns:1fr; }
  body.home.rb-network-branch .rb-branch-info__actions,
  body.home.rb-network-branch .rb-branch-info__actions .button { width:100%; }
  body.home.rb-network-branch .elementor-element-24ee671 .nsbm__map {
    min-height:320px;
    border-radius:18px;
  }
  body.home.rb-network-branch .elementor-element-24ee671 .nsbm__iframe { min-height:320px; }
}

/* Branch homepage hero: mirror the system-site carousel at every breakpoint. */
body.home.rb-network-branch .elementor-element-8ff54d6,
body.home.rb-network-branch .elementor-element-8ff54d6 .elementor-widget-container,
body.home.rb-network-branch .elementor-element-8ff54d6 .elementor-image-carousel-wrapper.swiper {
  padding-bottom:0 !important;
  background:var(--rb-dark) !important;
}
body.home.rb-network-branch .elementor-element-8ff54d6 .swiper-wrapper,
body.home.rb-network-branch .elementor-element-8ff54d6 .swiper-slide,
body.home.rb-network-branch .elementor-element-8ff54d6 .swiper-slide-inner {
  height:100% !important;
}
body.home.rb-network-branch .elementor-element-8ff54d6 .swiper-slide-image {
  width:100%;
  height:100% !important;
  object-fit:cover;
  object-position:center center;
}
body.home.rb-network-branch .elementor-element-8ff54d6 .swiper-pagination {
  bottom:14px !important;
  z-index:5;
}
@media (min-width:1025px) {
  body.home.rb-network-branch .elementor-element-8ff54d6 .elementor-widget-container,
  body.home.rb-network-branch .elementor-element-8ff54d6 .elementor-image-carousel-wrapper.swiper {
    height:100svh !important;
    aspect-ratio:auto;
    overflow:hidden;
  }
}
@media (max-width:1024px) {
  body.home.rb-network-branch .elementor-element-8ff54d6 .elementor-widget-container,
  body.home.rb-network-branch .elementor-element-8ff54d6 .elementor-image-carousel-wrapper.swiper {
    height:auto !important;
    min-height:0 !important;
    aspect-ratio:16 / 9;
    overflow:hidden;
  }
  body.home.rb-network-branch .elementor-element-8ff54d6 .swiper-wrapper,
  body.home.rb-network-branch .elementor-element-8ff54d6 .swiper-slide,
  body.home.rb-network-branch .elementor-element-8ff54d6 .swiper-slide-inner,
  body.home.rb-network-branch .elementor-element-8ff54d6 .swiper-slide figure {
    height:100% !important;
    min-height:0 !important;
    aspect-ratio:auto !important;
  }
  body.home.rb-network-branch .elementor-element-8ff54d6 .swiper-slide img {
    width:100%;
    height:100% !important;
    object-fit:cover;
  }
}

/* Branch experience: stack video and copy on tablet/mobile like the system homepage. */
@media (max-width:1024px) {
  body.home.rb-network-branch .elementor-element-bb1cff7 {
    display:grid !important;
    grid-template-columns:minmax(0,1fr) !important;
    gap:28px !important;
    align-items:start;
  }
  body.home.rb-network-branch .elementor-element-bb1cff7 > .elementor-element {
    width:100%;
    min-width:0;
  }
}

/* Give Experience and Branch Information one identical alignment system. */
body.home.rb-network-branch :where(
  .elementor-element-6ccd68c2,
  .elementor-element-c54155ad
) > .elementor-container {
  width:min(calc(100% - 40px),1140px) !important;
  max-width:1140px !important;
  margin-inline:auto !important;
  padding-inline:0 !important;
}
body.home.rb-network-branch .elementor-element-24ee671,
body.home.rb-network-branch .elementor-element-24ee671 > .elementor-widget-container {
  width:100%;
  min-width:0;
}
body.home.rb-network-branch .elementor-element-24ee671 .nsbm__sidebar {
  width:100% !important;
  height:auto !important;
  min-height:0 !important;
  max-height:none !important;
  flex:none !important;
  overflow:visible !important;
  box-sizing:border-box;
}
body.home.rb-network-branch .rb-branch-info,
body.home.rb-network-branch .rb-branch-info__actions {
  position:static !important;
  transform:none !important;
}
body.home.rb-network-branch .rb-branch-info__actions {
  margin:0;
  padding:0 0 4px;
}
body.home.rb-network-branch .elementor-element-24ee671 .nsbm__map {
  margin:0;
}
@media (max-width:1024px) {
  body.home.rb-network-branch .rb-branch-info__details { grid-template-columns:1fr; }
}
@media (max-width:767px) {
  body.home.rb-network-branch :where(
    .elementor-element-6ccd68c2,
    .elementor-element-c54155ad
  ) > .elementor-container {
    width:calc(100% - 32px) !important;
    max-width:none !important;
  }
}

/* Card names stay ivory on homepage and catalogue pages across the network. */
:where(
  .rb-network-service-card,
  .rb-network-product-card,
  .rb-network-team-card,
  .rb-network-staff-card
) .rb-widget-card__title,
:where(
  .rb-network-service-card,
  .rb-network-product-card,
  .rb-network-team-card,
  .rb-network-staff-card
) .rb-widget-card__title a,
.rb-network-masonry__caption strong {
  color:#F7E8C3 !important;
}

/* Branch About review — typography and colour parity with the system About page. */
body.page-id-79 .rb-el-eyebrow .elementor-heading-title,
body.page-id-79 .rb-el-hero .eyebrow {
  color:#bf7a11 !important;
}
body.page-id-79 .rb-el-eyebrow .elementor-heading-title {
  font-size:12px !important;
  font-weight:700;
  line-height:1.4;
  letter-spacing:.18em;
}
body.page-id-79 .rb-el-section--page-hero .rb-el-hero {
  min-height:58vh !important;
  padding-top:clamp(120px,13vh,160px);
  padding-bottom:clamp(46px,6vh,72px);
}
body.page-id-79 .rb-el-section--page-hero .rb-el-hero h1 {
  max-width:760px;
  color:#F7E8C3 !important;
  font-size:min(2.25rem,5vw) !important;
  line-height:1.16;
  letter-spacing:-.025em;
}
body.page-id-79 h2,
body.elementor-page-79 h2,
body.page-id-79 .rb-el-heading .elementor-heading-title,
body.elementor-page-79 .rb-el-heading .elementor-heading-title,
body.page-id-79 .rb-elementor-section-heading h2,
body.elementor-page-79 .rb-elementor-section-heading h2,
body.page-id-79 .rb-el-cta h2,
body.elementor-page-79 .rb-el-cta h2 {
  color:#F7E8C3 !important;
  font-size:clamp(1.5rem,2vw,2rem) !important;
  line-height:1.2;
  letter-spacing:-.025em;
}
body.page-id-79 :where(
  .elementor-widget-text-editor,
  .elementor-widget-text-editor p,
  .rb-el-hero__description,
  .rb-el-feature-card p,
  .rb-el-cta p
) {
  color:rgb(247 232 195 / 82%) !important;
}
body.page-id-79 .rb-el-feature-card h3 {
  color:#F7E8C3 !important;
  font-size:clamp(1.15rem,1.5vw,1.4rem) !important;
  line-height:1.3;
}
body.page-id-79 .rb-el-feature-card p {
  color:rgba(247,232,195,.76) !important;
}
body.page-id-79 .rb-branch-about-story > .elementor-container,
body.elementor-page-79 .rb-branch-about-story > .elementor-container {
  align-items:center !important;
}
body.page-id-79 .rb-branch-about-story > .elementor-container > .elementor-column,
body.elementor-page-79 .rb-branch-about-story > .elementor-container > .elementor-column {
  align-self:center;
}
@media (max-width:1024px) {
  body.page-id-79 .rb-el-section--page-hero .rb-el-hero {
    min-height:520px !important;
  }
  body.page-id-79 .rb-el-section--page-hero .rb-el-hero h1 {
    font-size:2rem !important;
  }
  body.page-id-79 h2,
  body.elementor-page-79 h2,
  body.page-id-79 .rb-el-heading .elementor-heading-title,
  body.elementor-page-79 .rb-el-heading .elementor-heading-title,
  body.page-id-79 .rb-elementor-section-heading h2,
  body.elementor-page-79 .rb-elementor-section-heading h2,
  body.page-id-79 .rb-el-cta h2,
  body.elementor-page-79 .rb-el-cta h2 {
    font-size:1.75rem !important;
  }
  body.page-id-79 .rb-branch-about-story > .elementor-container {
    display:grid;
    grid-template-columns:1fr;
    gap:24px;
  }
  body.page-id-79 .rb-branch-about-story > .elementor-container > .elementor-column {
    width:100% !important;
  }
  body.page-id-79 .rb-branch-about-story .elementor-widget-video .elementor-wrapper {
    aspect-ratio:16/9;
  }
}
@media (max-width:767px) {
  body.page-id-79 .rb-el-section:not(.rb-el-section--hero) {
    padding-top:24px !important;
    padding-bottom:24px !important;
  }
  body.page-id-79 .rb-el-section--page-hero .rb-el-hero {
    min-height:460px !important;
    padding:112px 18px 38px;
    background-position:center center;
  }
  body.page-id-79 .rb-el-section--page-hero .rb-el-hero h1 {
    font-size:1.75rem !important;
  }
  body.page-id-79 h2,
  body.elementor-page-79 h2,
  body.page-id-79 .rb-el-heading .elementor-heading-title,
  body.elementor-page-79 .rb-el-heading .elementor-heading-title,
  body.page-id-79 .rb-elementor-section-heading h2,
  body.elementor-page-79 .rb-elementor-section-heading h2,
  body.page-id-79 .rb-el-cta h2,
  body.elementor-page-79 .rb-el-cta h2 {
    font-size:1.5rem !important;
  }
}

/* Complete system-site visual parity for branch sites. */
body.rb-network-branch {
  background:#0F0B06;
  color:#F7E8C3;
}
body.rb-network-branch :where(
  .entry-content p,
  .entry-content li,
  .rb-el-hero__description,
  .rb-el-hero__badge,
  .rb-elementor-section-heading p,
  .rb-widget-card p,
  .rb-el-feature-card p,
  .rb-el-cta p,
  .info-panel p,
  .notice-text
) {
  color:rgb(247 232 195 / 82%) !important;
}
body.rb-network-branch :where(
  .rb-el-heading .elementor-heading-title,
  .rb-elementor-section-heading h2,
  .rb-section-head h2,
  .rb-el-cta h2,
  .entry-content h2,
  .info-panel h2
) {
  color:#F7E8C3 !important;
  font-size:2rem !important;
  line-height:1.2;
  letter-spacing:-.025em;
}
body.rb-network-branch :where(
  .service-detail-hero h1,
  .product-detail-hero h1,
  .rb-staff-detail-hero h1,
  .gallery-detail-hero h1,
  .rb-article-hero h1
) {
  color:#F7E8C3;
  font-size:2.25rem !important;
  line-height:1.16;
  letter-spacing:-.025em;
}
body.rb-network-branch .rb-el-section--page-hero .rb-el-hero h1 {
  font-size:2.25rem !important;
}
body.rb-network-branch :where(
  .rb-widget-card__title,
  .rb-widget-card__title a,
  .rb-network-masonry__caption strong,
  .rb-el-feature-card h3,
  .rb-article-related-card h3
) {
  color:#F7E8C3 !important;
  font-size:clamp(1.15rem,1.5vw,1.4rem);
  line-height:1.3;
}
body.rb-network-branch :where(
  .rb-network-service-card,
  .rb-network-product-card,
  .rb-network-team-card,
  .rb-network-staff-card,
  .rb-el-feature-card,
  .info-panel,
  .rb-article-related-card
) {
  border-color:#513518;
  background:rgba(15,11,6,.88);
}
body.rb-network-branch :where(
  .service-detail-hero,
  .product-detail-hero,
  .rb-staff-detail-hero,
  .gallery-detail-hero,
  .rb-article-hero
) {
  background:
    radial-gradient(circle at 86% 12%,rgba(221,151,22,.11),transparent 30%),
    linear-gradient(135deg,#171108 0%,#0F0B06 72%);
}
body.rb-network-branch :where(
  .section,
  .rb-article-body,
  .rb-article-related,
  .rb-article-location-cta
) {
  padding-top:32px;
  padding-bottom:32px;
}
body.rb-network-branch .rb-article-reading-shell > * {
  max-width:none;
}
@media (max-width:1024px) {
  body.rb-network-branch { --rb-fs-page-title:2rem; --rb-fs-section-title:1.75rem; }
  body.rb-network-branch :where(
    .service-detail-hero h1,
    .product-detail-hero h1,
    .rb-staff-detail-hero h1,
    .gallery-detail-hero h1,
    .rb-article-hero h1,
    .rb-el-section--page-hero .rb-el-hero h1
  ) { font-size:2rem !important; }
  body.rb-network-branch :where(
    .rb-el-heading .elementor-heading-title,
    .rb-elementor-section-heading h2,
    .rb-section-head h2,
    .rb-el-cta h2,
    .entry-content h2,
    .info-panel h2
  ) { font-size:1.75rem !important; }
}
@media (max-width:767px) {
  body.rb-network-branch { --rb-fs-page-title:1.75rem; --rb-fs-section-title:1.5rem; --rb-section-space:24px; }
  body.rb-network-branch :where(
    .service-detail-hero h1,
    .product-detail-hero h1,
    .rb-staff-detail-hero h1,
    .gallery-detail-hero h1,
    .rb-article-hero h1,
    .rb-el-section--page-hero .rb-el-hero h1
  ) { font-size:1.75rem !important; }
  body.rb-network-branch :where(
    .rb-el-heading .elementor-heading-title,
    .rb-elementor-section-heading h2,
    .rb-section-head h2,
    .rb-el-cta h2,
    .entry-content h2,
    .info-panel h2
  ) { font-size:1.5rem !important; }
  body.rb-network-branch :where(
    .section,
    .rb-article-body,
    .rb-article-related,
    .rb-article-location-cta
  ) {
    padding-top:24px;
    padding-bottom:24px;
  }
}

/* Branch service directory: match the system site's two-card desktop rhythm. */
body.rb-network-branch .rb-component-list--services[data-rb-context="directory"] [data-rb-catalog-grid] {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}
@media (max-width:767px) {
  body.rb-network-branch .rb-component-list--services[data-rb-context="directory"] [data-rb-catalog-grid] {
    grid-template-columns: minmax(0, 1fr) !important;
  }
}

/* Branch staff directory: keep the inherited directory controls and brand link color. */
body.rb-network-branch .rb-component-list--team[data-rb-context="directory"] .rb-widget-card__button {
  color:#DD9716 !important;
}
body.rb-network-branch .rb-component-list--team[data-rb-context="directory"] .rb-widget-card__button:hover,
body.rb-network-branch .rb-component-list--team[data-rb-context="directory"] .rb-widget-card__button:focus-visible {
  color:#F7E8C3 !important;
}

/* Branch inherited details: retain the system layout with branch-only actions. */
body.rb-network-branch .rb-service-detail--branch .rb-service-hero-content,
body.rb-network-branch .rb-service-detail--branch .rb-service-hero-content p,
body.rb-network-branch .rb-service-detail--branch .rb-service-hero-content li {
  color:rgb(247 232 195 / 82%) !important;
}
body.rb-network-branch .rb-service-detail--branch .rb-service-detail-heading h1 {
  max-width:none;
  margin:0 0 18px;
  font-size:clamp(1.75rem,3vw,2.25rem);
  line-height:1.16;
}
body.rb-network-branch .rb-detail-price-actions {
  display:flex;
  align-items:center;
  justify-content:space-between;
  width:100%;
  flex-wrap:wrap;
  gap:16px;
  margin:0 0 24px;
}
body.rb-network-branch .rb-detail-price-actions .price-display,
body.rb-network-branch .rb-detail-price-actions .rb-product-price {
  margin:0;
}
body.rb-network-branch .rb-service-detail--branch .rb-service-detail__pricing strong {
  color:#DD9716;
  font-family:"Playfair Display",Georgia,serif;
  font-size:clamp(1.35rem,2.2vw,1.8rem);
}
body.rb-network-branch .rb-detail-price-actions .button {
  flex:0 0 auto;
}
@media (max-width:520px) {
  body.rb-network-branch .rb-detail-price-actions {
    gap:12px;
  }
}

/* Tablet footer: prevent narrow columns and horizontal overflow. */
@media (min-width:768px) and (max-width:1024px) {
  body .nsbs-footer-pro {
    max-width:100%;
    overflow-x:clip;
  }
  body .nsbs-footer-pro .nsbs-footer-pro__container {
    width:100%;
    max-width:100%;
    padding-inline:clamp(24px,4vw,40px);
    box-sizing:border-box;
  }
  body .nsbs-footer-pro .nsbs-footer-pro__grid {
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    gap:32px 28px !important;
  }
  body .nsbs-footer-pro .nsbs-footer-pro__grid > .nsbs-footer-pro__brand {
    grid-column:1 !important;
    grid-row:1 !important;
  }
  body .nsbs-footer-pro .nsbs-footer-pro__grid > details.nsbs-footer-pro__panel:nth-of-type(1) {
    grid-column:2 !important;
    grid-row:1 !important;
  }
  body .nsbs-footer-pro .nsbs-footer-pro__grid > details.nsbs-footer-pro__panel:nth-of-type(2) {
    grid-column:1 !important;
    grid-row:2 !important;
  }
  body .nsbs-footer-pro .nsbs-footer-pro__grid > .nsbs-footer-pro__explore {
    grid-column:2 !important;
    grid-row:2 !important;
  }
  body .nsbs-footer-pro .nsbs-footer-pro__brand,
  body .nsbs-footer-pro .nsbs-footer-pro__panel,
  body .nsbs-footer-pro .nsbs-footer-pro__panel-body,
  body .nsbs-footer-pro .nsbs-footer-pro__contact-line,
  body .nsbs-footer-pro .nsbs-footer-pro__contact-line > span,
  body .nsbs-footer-pro .nsbs-footer-pro__contact-line > a {
    min-width:0;
    max-width:100%;
  }
  body .nsbs-footer-pro .nsbs-footer-pro__contact-line a[href^="mailto:"] {
    white-space:nowrap;
    overflow-wrap:normal;
    word-break:normal;
  }
  body .nsbs-footer-pro .nsbs-footer-pro__bottom {
    flex-wrap:wrap;
    gap:16px 24px;
  }
}

/* Match primary directory-page heroes to the branch-directory hero. */
body:is(.page-id-9,.page-id-10,.page-id-11,.page-id-12,.page-id-13,.page-id-14) .elementor > .elementor-section:first-child,
body:is(.page-id-9,.page-id-10,.page-id-11,.page-id-12,.page-id-13,.page-id-14) .elementor > .elementor-section:first-child > .elementor-container,
body:is(.page-id-9,.page-id-10,.page-id-11,.page-id-12,.page-id-13,.page-id-14) .elementor > .elementor-section:first-child .elementor-column,
body:is(.page-id-9,.page-id-10,.page-id-11,.page-id-12,.page-id-13,.page-id-14) .elementor > .elementor-section:first-child .elementor-widget-royal-barber-hero,
body:is(.page-id-9,.page-id-10,.page-id-11,.page-id-12,.page-id-13,.page-id-14) .elementor > .elementor-section:first-child .elementor-widget-royal-barber-hero > .elementor-widget-container {
  width:100% !important;
  max-width:none !important;
  min-height:0 !important;
  margin:0 !important;
  padding:0 !important;
}
body:is(.page-id-9,.page-id-10,.page-id-11,.page-id-12,.page-id-13,.page-id-14) .elementor > .elementor-section:first-child .elementor-widget-royal-barber-hero > .elementor-widget-container {
  border:0 !important;
}
body:is(.page-id-9,.page-id-10,.page-id-11,.page-id-12,.page-id-13,.page-id-14) .elementor > .elementor-section:first-child .elementor-widget-wrap {
  width:100% !important;
  max-width:none !important;
  min-height:0 !important;
  margin:0 !important;
  padding:15px !important;
}
body:is(.page-id-9,.page-id-10,.page-id-11,.page-id-12,.page-id-13,.page-id-14) .rb-el-hero {
  box-sizing:border-box !important;
  height:auto !important;
  min-height:max(520px,62svh) !important;
  padding:
    calc(var(--rb-header-height) + clamp(28px,4vh,52px))
    max(24px,calc((100vw - var(--rb-container)) / 2))
    clamp(64px,9vh,108px) !important;
  background-position:center center !important;
}
body:is(.page-id-9,.page-id-10,.page-id-11,.page-id-12,.page-id-13,.page-id-14) .rb-el-hero__content {
  max-width:760px !important;
  margin:0 !important;
}
html body .eyebrow,
html body .rb-el-eyebrow .elementor-heading-title,
html body .elementor .elementor-section .elementor-widget .eyebrow,
html body .elementor .elementor-section .elementor-widget .rb-el-eyebrow .elementor-heading-title {
  color:#DD9716 !important;
}
@media (max-width:767px) {
  body:is(.page-id-9,.page-id-10,.page-id-11,.page-id-12,.page-id-13,.page-id-14) .elementor > .elementor-section:first-child .elementor-widget-wrap {
    padding:15px !important;
  }
  body:is(.page-id-9,.page-id-10,.page-id-11,.page-id-12,.page-id-13,.page-id-14) .rb-el-hero {
    height:auto !important;
    min-height:max(480px,64svh) !important;
    padding:calc(var(--rb-header-height) + 24px) 18px 58px !important;
  }
}

/* Central branch directory and footer social actions. */
.rb-branch-social,
.footer-socials {
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:10px;
}
.rb-branch-social {
  margin-top:auto;
  padding-top:24px;
}
.footer-socials { margin-top:20px; }
.rb-branch-social__link,
.footer-socials__link,
.nsbs-footer-pro__socials > a {
  display:inline-grid;
  place-items:center;
  width:40px;
  height:40px;
  padding:0;
  border:0;
  border-radius:0;
  background:transparent;
  text-decoration:none;
  transition:transform .2s ease,filter .2s ease;
}
.rb-branch-social__link:hover,
.rb-branch-social__link:focus-visible,
.footer-socials__link:hover,
.footer-socials__link:focus-visible,
.nsbs-footer-pro__socials > a:hover,
.nsbs-footer-pro__socials > a:focus-visible {
  border:0;
  background:transparent;
  transform:translateY(-2px) scale(1.05);
  filter:brightness(1.08);
}
.rb-social-icon {
  display:block;
  width:38px;
  height:38px;
  overflow:hidden;
  fill:currentColor;
}
.rb-social-icon--brand {
  background:#fff;
  -webkit-mask-position:center;
  -webkit-mask-size:contain;
  -webkit-mask-repeat:no-repeat;
  mask-position:center;
  mask-size:contain;
  mask-repeat:no-repeat;
}
.rb-social-icon--facebook { background:#1877F2; -webkit-mask-image:url("https://cdn.jsdelivr.net/npm/simple-icons@v16/icons/facebook.svg"); mask-image:url("https://cdn.jsdelivr.net/npm/simple-icons@v16/icons/facebook.svg"); }
.rb-social-icon--whatsapp { background:#25D366; -webkit-mask-image:url("https://cdn.jsdelivr.net/npm/simple-icons@v16/icons/whatsapp.svg"); mask-image:url("https://cdn.jsdelivr.net/npm/simple-icons@v16/icons/whatsapp.svg"); }
.rb-social-icon--instagram { background:linear-gradient(135deg,#833AB4 5%,#C13584 38%,#E1306C 58%,#FCAF45 100%); -webkit-mask-image:url("https://cdn.jsdelivr.net/npm/simple-icons@v16/icons/instagram.svg"); mask-image:url("https://cdn.jsdelivr.net/npm/simple-icons@v16/icons/instagram.svg"); }
.rb-social-icon--tiktok { background:linear-gradient(135deg,#25F4EE 10%,#fff 48%,#FE2C55 88%); -webkit-mask-image:url("https://cdn.jsdelivr.net/npm/simple-icons@v16/icons/tiktok.svg"); mask-image:url("https://cdn.jsdelivr.net/npm/simple-icons@v16/icons/tiktok.svg"); }
.rb-social-icon--youtube { background:#FF0000; -webkit-mask-image:url("https://cdn.jsdelivr.net/npm/simple-icons@v16/icons/youtube.svg"); mask-image:url("https://cdn.jsdelivr.net/npm/simple-icons@v16/icons/youtube.svg"); }
.rb-social-icon--wechat { background:#07C160; -webkit-mask-image:url("https://cdn.jsdelivr.net/npm/simple-icons@v16/icons/wechat.svg"); mask-image:url("https://cdn.jsdelivr.net/npm/simple-icons@v16/icons/wechat.svg"); }
.rb-social-icon--zalo { background:#0068FF; -webkit-mask-image:url("https://cdn.jsdelivr.net/npm/simple-icons@v16/icons/zalo.svg"); mask-image:url("https://cdn.jsdelivr.net/npm/simple-icons@v16/icons/zalo.svg"); }
.nsbs-footer-pro__socials > a {
  border:0 !important;
  border-radius:0 !important;
  background:transparent !important;
  box-shadow:none !important;
}
.nsbs-footer-pro__socials .rb-social-icon {
  width:38px !important;
  min-width:38px;
  max-width:38px;
  height:38px !important;
  flex:0 0 38px;
  overflow:hidden !important;
}
.rb-directory-card__actions {
  justify-content:center;
  margin-top:14px !important;
}
.rb-directory-card__actions .button {
  width:auto !important;
  min-height:40px;
  padding:10px 18px;
  border-radius:10px;
  font-size:.76rem;
  line-height:1;
}
