:root {
  --yb-bg: #1f1f1f;
  --yb-panel: #2a2a2a;
  --yb-panel-2: #323232;
  --yb-ink: #f3eee2;
  --yb-muted: #c9c2b4;
  --yb-line: #b5a47f;
  --yb-sand: #e6d3a5;
  --yb-black: #050505;
  --yb-max: 1180px;
}

body.yas-barber-installed,
body.elementor-page {
  background: var(--yb-bg);
}

.yb-header,
.yb-footer,
.yb-page,
.yb-section {
  font-family: Arial, Helvetica, sans-serif;
  color: var(--yb-ink);
}

.yb-header {
  background: #1b1b1b;
  border-bottom: 1px solid rgba(181, 164, 127, .2);
  padding: 18px 28px;
  position: relative;
  z-index: 50;
}

.yb-header > .e-con-inner,
.yb-header.elementor-element,
.yb-shell.elementor-element {
  width: 100%;
}

.yb-header-inner,
.yb-shell {
  max-width: var(--yb-max);
  margin-inline: auto;
  width: 100%;
}

.yb-header-inner {
  display: grid !important;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 34px;
}

.yb-wordmark .elementor-heading-title,
.yb-display .elementor-heading-title,
.yb-section-title .elementor-heading-title,
.yb-card-title .elementor-heading-title,
.yb-price .elementor-heading-title,
.yb-footer-title .elementor-heading-title {
  font-family: Impact, Haettenschweiler, "Arial Black", sans-serif;
  text-transform: uppercase;
  letter-spacing: .035em;
  line-height: .98;
  color: var(--yb-ink);
  text-shadow: 1px 1px 0 rgba(181,164,127,.45);
}

.yb-wordmark .elementor-heading-title {
  font-size: clamp(23px, 2.2vw, 34px);
  white-space: nowrap;
}

.yb-nav .elementor-nav-menu--main .elementor-item {
  color: var(--yb-muted);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .12em;
  padding: 12px 15px;
}

.yb-nav .elementor-nav-menu--main .elementor-item:hover,
.yb-nav .elementor-nav-menu--main .elementor-item.elementor-item-active {
  color: var(--yb-ink);
}

.yb-nav .elementor-menu-toggle {
  color: var(--yb-ink);
  background: transparent;
}

.yb-nav .elementor-nav-menu--dropdown {
  background: #171717;
  border: 1px solid rgba(181,164,127,.25);
}

.yb-nav .elementor-nav-menu--dropdown .elementor-item {
  color: var(--yb-ink);
  text-transform: uppercase;
  letter-spacing: .08em;
}

.yb-button .elementor-button,
.yb-pro-form .elementor-button,
.yb-header-button .elementor-button {
  background: var(--yb-black);
  color: #fff;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 999px;
  padding: 14px 25px;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .1em;
  transition: transform .2s ease, background .2s ease;
}

.yb-button .elementor-button:hover,
.yb-pro-form .elementor-button:hover,
.yb-header-button .elementor-button:hover {
  background: #111;
  transform: translateY(-1px);
}

.yb-page {
  background: var(--yb-bg);
  overflow: hidden;
}

.yb-section {
  padding: 92px 28px;
  background: var(--yb-bg);
}

.yb-section.yb-panel { background: var(--yb-panel); }
.yb-section.yb-panel-2 { background: var(--yb-panel-2); }
.yb-section.yb-sand { background: var(--yb-sand); color: #24211c; }
.yb-section.yb-tight { padding-block: 56px; }

.yb-shell {
  max-width: var(--yb-max);
  margin-inline: auto;
}

.yb-hero {
  padding-top: 72px;
  padding-bottom: 84px;
}

.yb-hero-copy {
  text-align: center;
  max-width: 900px;
  margin-inline: auto;
  margin-bottom: 42px;
}

.yb-kicker .elementor-heading-title {
  color: var(--yb-line);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .22em;
  font-weight: 700;
  margin-bottom: 12px;
}

.yb-display .elementor-heading-title {
  font-size: clamp(48px, 7.5vw, 98px);
  max-width: 980px;
  margin-inline: auto;
}

.yb-section-title .elementor-heading-title {
  font-size: clamp(38px, 5vw, 66px);
  max-width: 780px;
}

.yb-center .elementor-heading-title,
.yb-center .elementor-widget-container,
.yb-center { text-align: center; margin-inline: auto; }

.yb-copy,
.yb-copy p,
.yb-copy .elementor-widget-container {
  color: var(--yb-muted);
  font-size: 16px;
  line-height: 1.75;
}

.yb-copy.yb-dark-copy,
.yb-copy.yb-dark-copy p,
.yb-copy.yb-dark-copy .elementor-widget-container { color: #39342b; }

.yb-lead,
.yb-lead p {
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.55;
}

.yb-hero-image img,
.yb-image img {
  width: 100%;
  display: block;
  object-fit: cover;
  filter: saturate(.78) contrast(1.03);
}

.yb-hero-image img {
  height: clamp(320px, 45vw, 560px);
}

.yb-image-tall img { min-height: 520px; }

.yb-grid-2,
.yb-grid-3,
.yb-grid-4,
.yb-split,
.yb-contact-grid,
.yb-footer-grid {
  display: grid !important;
  gap: 24px;
}

.yb-grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.yb-grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.yb-grid-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.yb-split { grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr); align-items: center; gap: 52px; }
.yb-contact-grid { grid-template-columns: minmax(280px, .75fr) minmax(0, 1.25fr); align-items: stretch; }
.yb-footer-grid { grid-template-columns: 1.25fr .8fr .9fr .9fr; }

.yb-card,
.yb-price-card,
.yb-testimonial,
.yb-info-card {
  background: #242424;
  border: 1px solid rgba(181,164,127,.16);
  padding: 28px;
  min-height: 100%;
}

.yb-sand .yb-card,
.yb-sand .yb-testimonial {
  background: #292929;
  color: var(--yb-ink);
}

.yb-card-number .elementor-heading-title {
  color: var(--yb-line);
  font-size: 15px;
  letter-spacing: .1em;
}

.yb-card-title .elementor-heading-title {
  font-size: clamp(25px, 2.4vw, 38px);
  margin: 12px 0 14px;
}

.yb-card .yb-image img { height: 270px; margin-bottom: 22px; }

.yb-list .elementor-icon-list-item {
  padding: 13px 0;
  border-bottom: 1px solid rgba(181,164,127,.32);
  color: var(--yb-muted);
}

.yb-list .elementor-icon-list-text { color: inherit; }

.yb-price-card { padding: 34px; }
.yb-price .elementor-heading-title { font-size: 45px; }
.yb-price-meta .elementor-widget-container { color: var(--yb-line); text-transform: uppercase; font-size: 11px; letter-spacing: .12em; }

.yb-cta {
  position: relative;
  isolation: isolate;
  min-height: 420px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.yb-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(20,20,20,.86), rgba(48,39,28,.72));
  z-index: -1;
}

.yb-cta .yb-shell { max-width: 800px; text-align: center; }

.yb-form-wrap {
  background: #363636;
  padding: 36px;
}

.yb-pro-form .elementor-field-label {
  color: var(--yb-line);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.yb-pro-form .elementor-field,
.yb-pro-form textarea.elementor-field {
  background: transparent;
  color: var(--yb-ink);
  border: 0;
  border-bottom: 1px solid rgba(230,211,165,.45);
  border-radius: 0;
  min-height: 48px;
  padding-inline: 0;
}

.yb-pro-form textarea.elementor-field { min-height: 160px; }
.yb-pro-form .elementor-field:focus { box-shadow: none; border-bottom-color: var(--yb-sand); }
.yb-pro-form .elementor-button { width: 100%; justify-content: center; min-height: 54px; }

.yb-map iframe { min-height: 430px; filter: grayscale(1) contrast(.9); }

.yb-accordion .elementor-accordion-item { border: 0; border-bottom: 1px solid rgba(181,164,127,.42); }
.yb-accordion .elementor-tab-title { color: var(--yb-ink); font-size: 14px; padding: 18px 0; }
.yb-accordion .elementor-tab-content { color: var(--yb-muted); border: 0; padding: 0 0 20px; line-height: 1.7; }

.yb-footer {
  background: #1a1a1a;
  padding: 72px 28px 24px;
  border-top: 1px solid rgba(181,164,127,.2);
}

.yb-footer-title .elementor-heading-title { font-size: 24px; }
.yb-footer .yb-copy,
.yb-footer .yb-copy p { font-size: 14px; }
.yb-footer-rule { border-top: 1px solid var(--yb-line); margin: 28px 0 40px; }
.yb-footer-bottom { border-top: 1px solid rgba(181,164,127,.38); padding-top: 22px; margin-top: 42px; display: flex !important; justify-content: space-between; gap: 20px; }

@media (max-width: 1024px) {
  .yb-header-inner { grid-template-columns: auto 1fr; }
  .yb-header-button { display: none; }
  .yb-grid-4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .yb-grid-3 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .yb-split,
  .yb-contact-grid { grid-template-columns: 1fr; }
  .yb-footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 767px) {
  .yb-header { padding: 14px 18px; }
  .yb-header-inner { grid-template-columns: 1fr auto; gap: 16px; }
  .yb-nav { justify-self: end; }
  .yb-nav .elementor-nav-menu--dropdown { position: absolute; left: 18px; right: 18px; top: calc(100% + 10px); width: auto !important; }
  .yb-section { padding: 70px 20px; }
  .yb-hero { padding-top: 48px; }
  .yb-grid-2,
  .yb-grid-3,
  .yb-grid-4,
  .yb-footer-grid { grid-template-columns: 1fr; }
  .yb-display .elementor-heading-title { font-size: clamp(42px, 16vw, 68px); }
  .yb-section-title .elementor-heading-title { font-size: clamp(36px, 12vw, 52px); }
  .yb-form-wrap { padding: 24px 20px; }
  .yb-footer-bottom { flex-direction: column; }
}
