body.theme-barber {
  --barber-ink: #111111;
  --barber-ink-soft: #1b1815;
  --barber-brass: #b58b55;
  --barber-brass-dark: #8f6b3e;
  --barber-bone: #f5efe4;
  --barber-paper: #fffaf1;
  --barber-muted: #5d6862;
  --barber-line: rgba(66, 49, 32, 0.16);
  --accent: var(--barber-brass);
  --accent-2: #8d7b67;
  --bg: var(--barber-bone);
  --surface-soft: #ece3d5;
  --section-soft-bg: #f0e8db;
  --card-bg: var(--barber-paper);
  --card-border: rgba(181, 139, 85, 0.28);
  --card-shadow: 0 20px 48px rgba(35, 29, 22, 0.11);
  --dark: var(--barber-ink);
  --muted: var(--barber-muted);
  --on-dark: #fbf5ea;
  --radius-lg: 4px;
  --radius-md: 3px;
  background:
    linear-gradient(90deg, rgba(17, 17, 17, 0.026) 1px, transparent 1px) 0 0 / 42px 42px,
    linear-gradient(180deg, #f7f1e6 0%, var(--barber-bone) 48%, #f3ebdf 100%);
  font-family: "Manrope", "Arial", "Helvetica Neue", system-ui, sans-serif;
}

.theme-barber h1,
.theme-barber h2,
.theme-barber h3,
.theme-barber .brand strong {
  font-family: Impact, "Arial Narrow", "Helvetica Neue", sans-serif;
  letter-spacing: 0;
  text-transform: uppercase;
}

.theme-barber .site-header {
  background: rgba(247, 241, 230, 0.94);
}

.theme-barber .topbar {
  background: #141414;
  color: rgba(251, 245, 234, 0.88);
}

.theme-barber .brand-mark {
  background: var(--barber-ink);
  color: var(--on-dark);
}

.theme-barber .site-nav a:last-child {
  border-color: rgba(181, 139, 85, 0.34);
  background: rgba(255, 250, 241, 0.82);
  color: var(--barber-brass-dark);
}

.theme-barber .button {
  border-radius: 3px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.theme-barber .button-primary,
.theme-barber .mobile-contact-bar a:first-child {
  border-color: var(--barber-brass);
  background: var(--barber-brass);
  color: #111111;
  box-shadow: 0 16px 34px rgba(181, 139, 85, 0.2);
}

.theme-barber .button-secondary {
  border-color: rgba(17, 17, 17, 0.16);
  background: rgba(255, 250, 241, 0.84);
  color: var(--barber-ink);
}

.theme-barber .eyebrow,
.theme-barber .section-label,
.theme-barber .card-label {
  border-color: rgba(181, 139, 85, 0.28);
  background: rgba(255, 250, 241, 0.76);
  color: var(--barber-brass-dark);
}

.theme-barber .hero {
  padding-block: clamp(2.7rem, 5vw, 4.6rem);
  border-bottom: 0;
  background:
    linear-gradient(90deg, rgba(181, 139, 85, 0.16) 1px, transparent 1px) 0 0 / 38px 38px,
    linear-gradient(135deg, #111111 0%, #1c1915 48%, #3a2b1c 100%);
}

.theme-barber .hero-grid {
  grid-template-columns: minmax(0, 1fr) minmax(20rem, 0.92fr);
  gap: clamp(2rem, 4vw, 3rem);
  align-items: center;
}

.theme-barber .hero-copy {
  max-width: 44rem;
}

.theme-barber h1 {
  max-width: 20ch;
  margin: 0.95rem 0 1rem;
  font-size: clamp(2.7rem, 4.2vw, 3.15rem);
  line-height: 0.95;
}

.theme-barber h2 {
  max-width: 15.5ch;
  font-size: clamp(2.25rem, 4.35vw, 3.55rem);
  line-height: 0.96;
}

.theme-barber h3 {
  font-size: clamp(1.35rem, 2.45vw, 1.85rem);
  line-height: 1;
}

.theme-barber .hero .hero-lead {
  max-width: 37rem;
  color: rgba(251, 245, 234, 0.84);
  font-weight: 750;
}

.theme-barber .hero .eyebrow,
.theme-barber .hero .button-secondary,
.theme-barber .hero .hero-proof li,
.theme-barber .hero .demo-safety-note {
  border-color: rgba(251, 245, 234, 0.22);
  background: rgba(251, 245, 234, 0.1);
  color: rgba(251, 245, 234, 0.92);
}

.theme-barber .hero .demo-safety-note {
  max-width: 39rem;
  color: rgba(251, 245, 234, 0.78);
}

.theme-barber .hero-proof {
  gap: 0.55rem;
  margin-top: 1.2rem;
}

.theme-barber .hero-proof li {
  min-height: 2.45rem;
  padding-inline: 0.78rem;
}

.theme-barber .hero-media {
  align-self: center;
  min-height: 0;
}

.theme-barber .visual-card {
  position: relative;
  overflow: hidden;
  min-height: 100%;
  border: 1px solid rgba(181, 139, 85, 0.45);
  border-radius: 3px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px) 0 0 / 34px 34px,
    linear-gradient(145deg, rgba(181, 139, 85, 0.22), transparent 42%),
    linear-gradient(155deg, #24201a 0%, #171717 56%, #0f0f0f 100%);
  color: #fbf5ea;
  box-shadow: 0 24px 60px rgba(17, 17, 17, 0.24);
}

.theme-barber .visual-card > * {
  position: relative;
  z-index: 1;
}

.theme-barber .hero-media .visual-card {
  height: clamp(22rem, 30vw, 28rem);
  min-height: 0;
  padding: clamp(1.25rem, 3vw, 2rem);
}

.theme-barber .hero-media .visual-card::before {
  content: "";
  position: absolute;
  inset: clamp(1rem, 2vw, 1.6rem) clamp(1rem, 2vw, 1.6rem) 10.5rem;
  border: 1px solid rgba(251, 245, 234, 0.14);
  background:
    repeating-linear-gradient(90deg, transparent 0 22px, rgba(251, 245, 234, 0.055) 22px 23px),
    linear-gradient(135deg, rgba(181, 139, 85, 0.2), rgba(255, 255, 255, 0.035) 42%, rgba(0, 0, 0, 0.22));
}

.theme-barber .hero-media .visual-card::after {
  content: "Demo photo slot";
  position: absolute;
  top: clamp(1.75rem, 3vw, 2.4rem);
  left: clamp(1.75rem, 3vw, 2.4rem);
  padding: 0.35rem 0.55rem;
  border: 1px solid rgba(251, 245, 234, 0.15);
  background: rgba(17, 17, 17, 0.6);
  color: rgba(251, 245, 234, 0.72);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.theme-barber .hero-media .visual-card strong {
  max-width: 28rem;
  color: #fffaf2;
  font-size: clamp(1.35rem, 2vw, 1.75rem);
  line-height: 1.14;
}

.theme-barber .visual-card p {
  max-width: 36rem;
  color: rgba(251, 245, 234, 0.68);
}

.theme-barber .hero-note {
  top: 1.35rem;
  right: 1.35rem;
  bottom: auto;
  max-width: 18rem;
  border: 1px solid rgba(181, 139, 85, 0.3);
  border-radius: 3px;
  background: #fbf5ea;
  color: var(--barber-ink);
  box-shadow: 0 18px 36px rgba(17, 17, 17, 0.22);
}

.theme-barber .hero-note p {
  color: #3e403a;
}

.theme-barber .trust-strip,
.theme-barber .site-footer {
  background: #101010;
}

.theme-barber .trust-strip {
  padding: 1.1rem 0;
}

.theme-barber .trust-grid {
  gap: 0;
}

.theme-barber .trust-item {
  padding-block: 1rem;
}

.theme-barber .trust-item strong {
  color: #fbf5ea;
}

.theme-barber .section {
  padding: clamp(3.75rem, 6vw, 5.8rem) 0;
}

.theme-barber .section-soft {
  background:
    linear-gradient(180deg, rgba(255, 250, 241, 0.32), rgba(236, 227, 213, 0.62)),
    var(--section-soft-bg);
}

.theme-barber .section-heading {
  max-width: 48rem;
  margin-bottom: clamp(1.35rem, 3vw, 2rem);
}

.theme-barber .section-heading p,
.theme-barber .large-text {
  color: var(--barber-muted);
  font-size: clamp(1rem, 1.25vw, 1.14rem);
  font-weight: 650;
  line-height: 1.55;
}

.theme-barber .service-grid {
  grid-template-columns: 1fr;
  gap: 0.9rem;
}

.theme-barber .service-card {
  display: grid;
  grid-template-columns: minmax(8.5rem, 0.22fr) minmax(0, 1fr) minmax(13rem, 0.32fr);
  gap: 0.75rem clamp(1rem, 3vw, 1.7rem);
  align-items: center;
  padding: clamp(1rem, 2.4vw, 1.35rem);
  border: 1px solid var(--card-border);
  border-left: 0.42rem solid var(--barber-brass);
  border-radius: 0;
  background:
    linear-gradient(90deg, rgba(181, 139, 85, 0.08), transparent 38%),
    var(--barber-paper);
  box-shadow: none;
}

.theme-barber .price-chip {
  grid-row: 1 / span 2;
  display: grid;
  min-height: 5rem;
  place-content: center;
  padding: 0.65rem 0.8rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  text-align: center;
}

.theme-barber .price-chip span {
  font-size: 0.68rem;
  line-height: 1.1;
}

.theme-barber .price-chip strong {
  color: var(--barber-ink);
  font-family: Impact, "Arial Narrow", "Helvetica Neue", sans-serif;
  font-size: clamp(1.55rem, 3vw, 2.1rem);
  font-weight: 900;
  line-height: 0.95;
}

.theme-barber .service-card h3 {
  grid-column: 2;
  margin: 0;
}

.theme-barber .service-card p {
  grid-column: 2;
  color: #1c1c1c;
  line-height: 1.55;
}

.theme-barber .service-card ul {
  grid-row: 1 / span 2;
  grid-column: 3;
  display: grid;
  gap: 0.35rem;
  margin: 0;
  padding-left: 1rem;
  border-left: 1px solid rgba(181, 139, 85, 0.24);
}

.theme-barber .service-card li {
  color: var(--barber-muted);
  font-weight: 750;
}

.theme-barber .service-card li::before,
.theme-barber .check-list li::before {
  background: var(--barber-brass);
}

.theme-barber .gallery-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.theme-barber .gallery-grid .visual-card {
  min-height: 18rem;
  align-content: end;
  padding: 1.05rem;
}

.theme-barber .gallery-grid .visual-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.1) 48%, rgba(0, 0, 0, 0.74) 100%),
    repeating-linear-gradient(135deg, rgba(251, 245, 234, 0.06) 0 1px, transparent 1px 15px);
}

.theme-barber .gallery-grid .visual-card::after {
  content: "Image placeholder";
  position: absolute;
  top: 0.9rem;
  left: 0.9rem;
  padding: 0.32rem 0.5rem;
  border: 1px solid rgba(251, 245, 234, 0.16);
  background: rgba(17, 17, 17, 0.54);
  color: rgba(251, 245, 234, 0.72);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.theme-barber .gallery-grid .visual-card:nth-child(2) {
  background:
    linear-gradient(145deg, rgba(181, 139, 85, 0.16), transparent 44%),
    linear-gradient(155deg, #201c18, #111111 66%);
}

.theme-barber .gallery-grid .visual-card:nth-child(3) {
  background:
    linear-gradient(145deg, rgba(251, 245, 234, 0.08), transparent 40%),
    linear-gradient(155deg, #2b241c, #141414 62%);
}

.theme-barber .gallery-grid .visual-card:nth-child(4) {
  background:
    linear-gradient(145deg, rgba(181, 139, 85, 0.24), transparent 44%),
    linear-gradient(155deg, #171717, #251f18 72%);
}

.theme-barber .gallery-grid .visual-card strong {
  color: #fffaf2;
  font-size: 1.08rem;
  line-height: 1.2;
}

.theme-barber .gallery-grid .visual-card p {
  color: rgba(251, 245, 234, 0.68);
  font-size: 0.96rem;
  line-height: 1.55;
}

.theme-barber .area-grid {
  grid-template-columns: minmax(0, 0.82fr) minmax(20rem, 0.72fr);
  gap: clamp(2rem, 7vw, 5rem);
  align-items: center;
}

.theme-barber .area-panel {
  padding: clamp(1.15rem, 2.4vw, 1.6rem);
  border-radius: 3px;
  background: rgba(255, 250, 241, 0.88);
  box-shadow: 0 18px 40px rgba(35, 29, 22, 0.08);
}

.theme-barber .area-panel strong {
  display: block;
  margin-bottom: 0.8rem;
  font-size: 1.05rem;
}

.theme-barber .check-list {
  display: grid;
  gap: 0.35rem;
  margin-top: 1rem;
}

.theme-barber .check-list li,
.theme-barber .check-list a {
  color: var(--barber-muted);
  font-weight: 700;
}

.theme-barber .faq-grid {
  grid-template-columns: minmax(0, 0.76fr) minmax(0, 1fr);
  gap: clamp(2rem, 6vw, 4.2rem);
  align-items: start;
}

.theme-barber .faq-list {
  gap: 0.9rem;
}

.theme-barber .faq-card {
  padding: clamp(1rem, 2.2vw, 1.25rem);
  border-radius: 3px;
  background: rgba(255, 250, 241, 0.9);
  box-shadow: 0 14px 34px rgba(35, 29, 22, 0.07);
}

.theme-barber .faq-card h3 {
  margin-bottom: 0.45rem;
  font-size: clamp(1.35rem, 2.3vw, 1.75rem);
}

.theme-barber .faq-card p {
  color: var(--barber-muted);
  font-weight: 650;
}

.theme-barber .contact-grid {
  grid-template-columns: minmax(0, 0.78fr) minmax(22rem, 0.74fr);
  gap: clamp(2rem, 7vw, 5rem);
  align-items: center;
}

.theme-barber .contact-form {
  padding: clamp(1.15rem, 2.8vw, 1.55rem);
  border: 1px solid rgba(181, 139, 85, 0.36);
  border-radius: 3px;
  background:
    linear-gradient(135deg, rgba(181, 139, 85, 0.12), transparent 36%),
    #151515;
  color: #fbf5ea;
  box-shadow: 0 24px 58px rgba(17, 17, 17, 0.18);
}

.theme-barber .contact-form label {
  color: #fbf5ea;
  font-size: 0.95rem;
  font-weight: 900;
}

.theme-barber .contact-form input,
.theme-barber .contact-form select,
.theme-barber .contact-form textarea {
  margin-bottom: 0.9rem;
  border: 1px solid rgba(251, 245, 234, 0.26);
  border-radius: 3px;
  background: #fffdf8;
  color: #111111;
}

.theme-barber .contact-form input:focus,
.theme-barber .contact-form select:focus,
.theme-barber .contact-form textarea:focus {
  border-color: var(--barber-brass);
  outline: 3px solid rgba(181, 139, 85, 0.34);
  outline-offset: 1px;
}

.theme-barber .contact-form textarea::placeholder {
  color: #838383;
}

.theme-barber .form-note,
.theme-barber .form-message {
  color: rgba(251, 245, 234, 0.72);
  font-weight: 650;
}

.theme-barber .form-message {
  min-height: 1.35rem;
  margin-top: 0.75rem;
}

.theme-barber .form-message.success {
  color: #a9edc7;
}

.theme-barber .form-message.error {
  color: #ffc1ad;
}

.theme-barber .form-trust {
  margin: 0.8rem 0 1rem;
  border-color: rgba(251, 245, 234, 0.16);
  background: rgba(251, 245, 234, 0.08);
  color: rgba(251, 245, 234, 0.72);
}

.theme-barber .form-trust strong {
  color: #fbf5ea;
}

.theme-barber .mobile-contact-bar {
  border-color: rgba(181, 139, 85, 0.22);
  background: rgba(251, 245, 234, 0.96);
}

.theme-barber .mobile-contact-bar a {
  border-radius: 3px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.theme-barber .site-footer {
  padding-top: 2.6rem;
}

@media (max-width: 1080px) {
  .theme-barber .service-card {
    grid-template-columns: minmax(8rem, 0.25fr) minmax(0, 1fr);
  }

  .theme-barber .service-card ul {
    grid-row: auto;
    grid-column: 2;
    border-left: 0;
    padding-left: 0;
  }

  .theme-barber .gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 759px) {
  body.theme-barber {
    background:
      linear-gradient(90deg, rgba(17, 17, 17, 0.022) 1px, transparent 1px) 0 0 / 34px 34px,
      var(--barber-bone);
  }

  .theme-barber .container {
    width: min(calc(100% - 1.15rem), var(--max));
  }

  .theme-barber .topbar-row {
    align-items: flex-start;
  }

  .theme-barber .hero {
    padding-block: 2.6rem 3rem;
  }

  .theme-barber .hero-grid,
  .theme-barber .service-card,
  .theme-barber .gallery-grid,
  .theme-barber .area-grid,
  .theme-barber .faq-grid,
  .theme-barber .contact-grid {
    grid-template-columns: 1fr;
  }

  .theme-barber h1 {
    max-width: 11ch;
    font-size: clamp(2.55rem, 13vw, 3.35rem);
  }

  .theme-barber h2 {
    max-width: 12.4ch;
    font-size: clamp(2.15rem, 11vw, 3.05rem);
  }

  .theme-barber .section {
    padding: 3.5rem 0;
  }

  .theme-barber .hero-media {
    min-height: auto;
  }

  .theme-barber .hero-media .visual-card {
    min-height: 24rem;
  }

  .theme-barber .hero-media .visual-card::before {
    bottom: 8.5rem;
  }

  .theme-barber .hero-note {
    position: static;
    max-width: none;
    margin: 0.8rem 0 0;
  }

  .theme-barber .service-card {
    gap: 0.75rem;
    padding: 1rem;
  }

  .theme-barber .price-chip,
  .theme-barber .service-card h3,
  .theme-barber .service-card p,
  .theme-barber .service-card ul {
    grid-row: auto;
    grid-column: 1;
  }

  .theme-barber .price-chip {
    min-height: 0;
    width: fit-content;
    justify-items: start;
    place-content: initial;
    text-align: left;
  }

  .theme-barber .service-card ul {
    padding-top: 0.75rem;
    border-top: 1px solid rgba(181, 139, 85, 0.22);
  }

  .theme-barber .gallery-grid .visual-card {
    min-height: 16rem;
  }

  .theme-barber .area-grid,
  .theme-barber .faq-grid,
  .theme-barber .contact-grid {
    gap: 1.4rem;
  }

  .theme-barber .contact-form {
    padding: 1rem;
  }

  .theme-barber .site-footer {
    padding-bottom: 6.2rem;
  }
}
