body.theme-hair-salon {
  --salon-ink: #211a17;
  --salon-clay: #985840;
  --salon-clay-soft: #c99780;
  --salon-blush: #f7eee8;
  --salon-cream: #fffaf6;
  --salon-card: #fffbf7;
  --salon-muted: #5f6b65;
  --salon-line: rgba(152, 88, 64, 0.2);
  --accent: var(--salon-clay);
  --accent-2: #76685d;
  --bg: #fff8f3;
  --card-bg: var(--salon-card);
  --card-border: var(--salon-line);
  --card-shadow: 0 18px 38px rgba(68, 47, 38, 0.09);
  --dark: #171310;
  --muted: var(--salon-muted);
  --section-soft-bg: linear-gradient(135deg, #f2e5dc 0%, #fff8f3 100%);
  background:
    linear-gradient(180deg, #fffaf6 0%, #f8eee7 44%, #fffaf6 100%);
  color: var(--salon-ink);
}

.theme-hair-salon h1,
.theme-hair-salon h2,
.theme-hair-salon h3,
.theme-hair-salon .brand strong {
  color: var(--salon-ink);
  font-family: Georgia, "Times New Roman", serif;
  letter-spacing: -0.01em;
}

.theme-hair-salon h1 {
  max-width: 13.5ch;
  margin-top: 1.05rem;
  font-size: clamp(3.2rem, 5.7vw, 5.35rem);
  line-height: 0.98;
}

.theme-hair-salon h2 {
  max-width: 14.5ch;
  font-size: clamp(2.25rem, 3.7vw, 4.05rem);
  line-height: 1;
}

.theme-hair-salon h3 {
  font-size: clamp(1.35rem, 2vw, 1.8rem);
  line-height: 1.05;
}

.theme-hair-salon .topbar {
  background: #171310;
}

.theme-hair-salon .topbar-row {
  min-height: 2.7rem;
  flex-wrap: nowrap;
}

.theme-hair-salon .topbar-row p {
  min-width: 0;
}

.theme-hair-salon .topbar-row a {
  flex: 0 0 auto;
  white-space: nowrap;
}

.theme-hair-salon .site-header {
  background: rgba(255, 250, 246, 0.92);
}

.theme-hair-salon .brand-mark {
  background: #171310;
}

.theme-hair-salon .site-nav a:last-child {
  border-color: rgba(152, 88, 64, 0.28);
  background: rgba(255, 250, 246, 0.88);
  color: var(--salon-clay);
}

.theme-hair-salon .hero {
  padding: clamp(3.8rem, 6.5vw, 6rem) 0 clamp(4rem, 6vw, 5.7rem);
  border-bottom: 1px solid rgba(152, 88, 64, 0.16);
  background:
    linear-gradient(115deg, #fffaf6 0%, #fff6ef 48%, #eadbd1 100%);
  color: var(--salon-ink);
}

.theme-hair-salon .hero-grid {
  grid-template-columns: minmax(0, 0.95fr) minmax(23rem, 0.9fr);
  align-items: center;
  gap: clamp(2.25rem, 5vw, 4.8rem);
}

.theme-hair-salon .hero-copy {
  max-width: 640px;
}

.theme-hair-salon .hero-lead,
.theme-hair-salon .section-heading p,
.theme-hair-salon .large-text {
  max-width: 58ch;
  color: var(--salon-muted);
  line-height: 1.55;
}

.theme-hair-salon .eyebrow,
.theme-hair-salon .section-label,
.theme-hair-salon .card-label {
  min-height: 1.95rem;
  border-color: rgba(152, 88, 64, 0.2);
  background: rgba(255, 253, 250, 0.82);
  color: var(--salon-clay);
  font-size: 0.73rem;
  letter-spacing: 0.09em;
}

.theme-hair-salon .button {
  border-radius: 999px;
}

.theme-hair-salon .button-primary {
  background: var(--salon-clay);
  color: #ffffff;
  box-shadow: 0 14px 30px rgba(152, 88, 64, 0.24);
}

.theme-hair-salon .button-primary:hover,
.theme-hair-salon .button-primary:focus-visible {
  background: #854a36;
}

.theme-hair-salon .button-secondary {
  border-color: rgba(33, 26, 23, 0.14);
  background: rgba(255, 255, 255, 0.8);
}

.theme-hair-salon .button-row {
  max-width: 36rem;
  margin-top: 1.45rem;
}

.theme-hair-salon .hero-proof {
  max-width: 38rem;
}

.theme-hair-salon .hero-proof li {
  border-color: rgba(152, 88, 64, 0.22);
  background: rgba(255, 253, 250, 0.78);
  color: #3e332e;
  font-size: 0.88rem;
}

.theme-hair-salon .demo-safety-note {
  max-width: 36rem;
  margin-top: 1.1rem;
  border-color: rgba(33, 26, 23, 0.12);
  background: rgba(255, 253, 250, 0.72);
  color: #5b665f;
  line-height: 1.55;
}

.theme-hair-salon .hero-media {
  position: relative;
  min-height: clamp(29rem, 40vw, 35rem);
}

.theme-hair-salon .visual-card,
.theme-hair-salon .service-card,
.theme-hair-salon .area-panel,
.theme-hair-salon .faq-card,
.theme-hair-salon .contact-form {
  border: 1px solid var(--salon-line);
  border-radius: 8px;
  background: rgba(255, 250, 246, 0.96);
  box-shadow: var(--card-shadow);
}

.theme-hair-salon .visual-card {
  min-height: 260px;
  padding: clamp(1.05rem, 2vw, 1.35rem);
}

.theme-hair-salon .hero-result-card {
  position: relative;
  min-height: clamp(27rem, 38vw, 33.5rem);
  overflow: hidden;
  align-content: end;
  padding: clamp(1.35rem, 2.5vw, 1.8rem);
  background:
    linear-gradient(180deg, rgba(33, 26, 23, 0.02) 0%, rgba(33, 26, 23, 0.04) 52%, rgba(255, 250, 246, 0.96) 100%),
    linear-gradient(135deg, rgba(201, 151, 128, 0.38), rgba(255, 250, 246, 0.72) 42%, rgba(236, 219, 207, 0.92));
}

.theme-hair-salon .hero-result-card::before {
  content: "";
  position: absolute;
  inset: clamp(1rem, 2vw, 1.35rem) clamp(1rem, 2vw, 1.35rem) 9.5rem;
  border: 1px solid rgba(152, 88, 64, 0.16);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 250, 246, 0.28), rgba(255, 255, 255, 0.72)),
    repeating-linear-gradient(90deg, rgba(152, 88, 64, 0.07) 0 1px, transparent 1px 5.8rem),
    linear-gradient(135deg, rgba(177, 118, 92, 0.18), rgba(255, 250, 246, 0.7));
}

.theme-hair-salon .hero-result-card::after {
  content: "Reserved for client-approved salon imagery";
  position: absolute;
  top: clamp(1.75rem, 3vw, 2.2rem);
  left: clamp(1.75rem, 3vw, 2.2rem);
  max-width: 17rem;
  padding: 0.42rem 0.6rem;
  border: 1px solid rgba(152, 88, 64, 0.14);
  border-radius: 999px;
  background: rgba(255, 250, 246, 0.86);
  color: #76685d;
  font-size: 0.78rem;
  font-weight: 850;
  line-height: 1.25;
}

.theme-hair-salon .hero-result-card > * {
  position: relative;
  z-index: 1;
  max-width: 24rem;
}

.theme-hair-salon .hero-result-card strong {
  display: block;
  margin-top: 0.25rem;
  font-size: clamp(1.15rem, 2vw, 1.45rem);
  line-height: 1.16;
}

.theme-hair-salon .hero-result-card p {
  color: #53605b;
  line-height: 1.55;
}

.theme-hair-salon .hero-note {
  right: 1.25rem;
  top: 1.25rem;
  bottom: auto;
  max-width: 16.5rem;
  border: 1px solid rgba(152, 88, 64, 0.16);
  border-radius: 8px;
  background: rgba(255, 253, 250, 0.94);
  box-shadow: 0 16px 34px rgba(68, 47, 38, 0.13);
  line-height: 1.45;
}

.theme-hair-salon .hero-note p {
  color: #53605b;
}

.theme-hair-salon .trust-strip {
  padding: 1.05rem 0;
  background: #171310;
}

.theme-hair-salon .trust-grid {
  gap: 0;
}

.theme-hair-salon .trust-item {
  padding: 1.2rem 1.25rem;
  border-left-color: rgba(255, 250, 246, 0.18);
}

.theme-hair-salon .trust-item strong {
  display: block;
  margin-bottom: 0.2rem;
}

.theme-hair-salon .trust-item p {
  max-width: 29ch;
  line-height: 1.5;
}

.theme-hair-salon .section {
  padding: clamp(3.6rem, 6vw, 5.7rem) 0;
}

.theme-hair-salon .section-heading {
  max-width: 720px;
  margin-bottom: clamp(1.35rem, 2.6vw, 2rem);
}

.theme-hair-salon .section-heading p {
  margin-top: 0.35rem;
}

.theme-hair-salon .service-grid {
  grid-template-columns: 0.98fr 1.08fr 0.98fr;
  gap: 1.05rem;
  align-items: stretch;
}

.theme-hair-salon .service-card {
  position: relative;
  min-height: 18.75rem;
  overflow: hidden;
  padding: clamp(1.25rem, 2vw, 1.6rem);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.64), rgba(255, 250, 246, 0.9)),
    var(--salon-card);
}

.theme-hair-salon .service-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, var(--salon-clay), rgba(201, 151, 128, 0.38));
}

.theme-hair-salon .service-card--colour::before {
  background: linear-gradient(90deg, #8c4f3d, rgba(201, 151, 128, 0.42));
}

.theme-hair-salon .service-card--style::before {
  background: linear-gradient(90deg, #7f6a55, rgba(201, 151, 128, 0.42));
}

.theme-hair-salon .service-card h3 {
  margin-top: 0.65rem;
}

.theme-hair-salon .service-card p {
  color: #3f4744;
  line-height: 1.55;
}

.theme-hair-salon .service-card ul,
.theme-hair-salon .check-list {
  display: grid;
  gap: 0.45rem;
  margin-top: auto;
  padding-top: 1.05rem;
}

.theme-hair-salon .service-card li,
.theme-hair-salon .check-list li {
  color: #5a665f;
  line-height: 1.45;
}

.theme-hair-salon .service-card li::before,
.theme-hair-salon .check-list li::before {
  top: 0.6em;
  width: 0.34rem;
  height: 0.34rem;
  background: var(--salon-clay);
}

.theme-hair-salon .gallery-grid {
  grid-template-columns: minmax(0, 1.25fr) minmax(0, 0.85fr);
  gap: 1.05rem;
}

.theme-hair-salon .gallery-card {
  position: relative;
  min-height: 24rem;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 0.45rem;
  padding: 1.15rem;
  background:
    linear-gradient(180deg, rgba(255, 250, 246, 0.26) 0%, rgba(255, 250, 246, 0.88) 68%, #fffaf6 100%),
    linear-gradient(135deg, rgba(152, 88, 64, 0.12), rgba(255, 255, 255, 0.78));
}

.theme-hair-salon .gallery-card::before {
  content: "";
  position: absolute;
  inset: 1rem 1rem 6.25rem;
  border: 1px dashed rgba(152, 88, 64, 0.2);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.68), rgba(247, 238, 232, 0.72)),
    repeating-linear-gradient(135deg, rgba(152, 88, 64, 0.07) 0 1px, transparent 1px 0.75rem);
}

.theme-hair-salon .gallery-card::after {
  content: "Image reserved";
  position: absolute;
  top: 1.65rem;
  left: 1.65rem;
  color: #76685d;
  font-size: 0.75rem;
  font-weight: 850;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.theme-hair-salon .gallery-card--wide {
  min-height: 24rem;
}

.theme-hair-salon .gallery-card--wide::before {
  bottom: 6.25rem;
}

.theme-hair-salon .gallery-card:nth-child(3),
.theme-hair-salon .gallery-card:nth-child(4) {
  min-height: 18rem;
}

.theme-hair-salon .gallery-card strong,
.theme-hair-salon .gallery-card p {
  position: relative;
  z-index: 1;
}

.theme-hair-salon .gallery-card strong {
  font-size: 1.05rem;
}

.theme-hair-salon .gallery-card p {
  max-width: 44rem;
  color: #56615c;
  line-height: 1.5;
}

.theme-hair-salon .split-grid {
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.05fr);
  gap: clamp(2rem, 4vw, 4rem);
  align-items: center;
}

.theme-hair-salon .steps-grid {
  gap: 1rem;
}

.theme-hair-salon .step-card {
  min-height: 13.25rem;
  padding: 1.15rem;
}

.theme-hair-salon .step-card strong {
  display: block;
  max-width: 11rem;
  margin-bottom: 0.55rem;
  color: var(--salon-ink);
  line-height: 1.35;
}

.theme-hair-salon .step-card p,
.theme-hair-salon .area-panel p {
  color: #3f4744;
  line-height: 1.55;
}

.theme-hair-salon .area-grid,
.theme-hair-salon .faq-grid,
.theme-hair-salon .contact-grid {
  gap: clamp(2rem, 4.5vw, 4rem);
}

.theme-hair-salon .hours-panel {
  padding: clamp(1.15rem, 2vw, 1.45rem);
}

.theme-hair-salon .hours-panel strong {
  display: block;
  margin-bottom: 0.35rem;
}

.theme-hair-salon .faq-grid {
  align-items: start;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 0.95fr);
}

.theme-hair-salon .faq-list {
  gap: 0.95rem;
}

.theme-hair-salon .faq-card {
  padding: clamp(1.05rem, 2vw, 1.35rem);
}

.theme-hair-salon .faq-card h3 {
  max-width: 24ch;
  margin-bottom: 0.4rem;
  font-size: clamp(1.35rem, 2vw, 1.85rem);
}

.theme-hair-salon .faq-card p {
  max-width: 54ch;
  color: #56615c;
  line-height: 1.55;
}

.theme-hair-salon .contact-grid {
  align-items: center;
}

.theme-hair-salon .contact-form {
  padding: clamp(1.15rem, 2.2vw, 1.45rem);
}

.theme-hair-salon label {
  margin-bottom: 0.42rem;
  color: var(--salon-ink);
  font-size: 0.95rem;
}

.theme-hair-salon input,
.theme-hair-salon select,
.theme-hair-salon textarea {
  min-height: 3.25rem;
  margin-bottom: 1.05rem;
  border-color: rgba(33, 26, 23, 0.14);
  background: #fffefd;
  color: var(--salon-ink);
}

.theme-hair-salon textarea {
  min-height: 9.25rem;
}

.theme-hair-salon input::placeholder,
.theme-hair-salon textarea::placeholder {
  color: #7a827e;
}

.theme-hair-salon input:focus,
.theme-hair-salon select:focus,
.theme-hair-salon textarea:focus {
  border-color: var(--salon-clay);
  outline: none;
  box-shadow: 0 0 0 3px rgba(152, 88, 64, 0.16);
}

.theme-hair-salon .form-note {
  margin-bottom: 0.4rem;
  color: #5b665f;
}

.theme-hair-salon .form-message {
  min-height: 1.45rem;
  margin-top: 0.7rem;
  font-weight: 800;
}

.theme-hair-salon .site-footer {
  background: #171310;
}

.theme-hair-salon .site-footer .button-secondary {
  color: var(--salon-ink);
}

@media (min-width: 760px) {
  .theme-hair-salon .site-nav {
    gap: 1rem;
  }
}

@media (max-width: 1080px) {
  .theme-hair-salon h1 {
    font-size: clamp(3rem, 6.2vw, 4.65rem);
  }

  .theme-hair-salon .hero-grid {
    grid-template-columns: minmax(0, 0.95fr) minmax(20rem, 0.9fr);
    gap: 2rem;
  }

  .theme-hair-salon .hero-result-card > * {
    max-width: 20rem;
  }
}

@media (max-width: 940px) {
  .theme-hair-salon .hero-grid,
  .theme-hair-salon .split-grid,
  .theme-hair-salon .area-grid,
  .theme-hair-salon .faq-grid,
  .theme-hair-salon .contact-grid {
    grid-template-columns: 1fr;
  }

  .theme-hair-salon .service-grid,
  .theme-hair-salon .steps-grid {
    grid-template-columns: 1fr;
  }

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

  .theme-hair-salon .hero-result-card {
    min-height: 27rem;
  }

  .theme-hair-salon .hero-result-card > * {
    max-width: 28rem;
  }

  .theme-hair-salon .service-card,
  .theme-hair-salon .step-card {
    min-height: auto;
  }

  .theme-hair-salon .gallery-grid {
    grid-template-columns: 1fr 1fr;
  }

  .theme-hair-salon .gallery-card--wide {
    grid-row: auto;
    min-height: 24rem;
  }
}

@media (max-width: 759px) {
  body.theme-hair-salon {
    padding-bottom: 0;
  }

  .theme-hair-salon .mobile-contact-bar {
    position: static;
    width: min(calc(100% - 1rem), var(--max));
    margin: 0.7rem auto 0;
    border-color: rgba(152, 88, 64, 0.18);
    background: rgba(255, 250, 246, 0.96);
    box-shadow: 0 10px 24px rgba(68, 47, 38, 0.08);
  }

  .theme-hair-salon .mobile-contact-bar a:first-child {
    background: var(--salon-clay);
  }

  .theme-hair-salon .topbar-row {
    flex-wrap: wrap;
    gap: 0.35rem;
    padding: 0.7rem 0;
  }

  .theme-hair-salon .topbar-row p {
    max-width: none;
  }

  .theme-hair-salon .hero {
    padding: 3rem 0 3.35rem;
  }

  .theme-hair-salon h1 {
    max-width: 100%;
    font-size: clamp(2.45rem, 10.9vw, 3.35rem);
    line-height: 1;
  }

  .theme-hair-salon h2 {
    max-width: 100%;
    font-size: clamp(2.15rem, 10vw, 3.05rem);
  }

  .theme-hair-salon h3 {
    font-size: clamp(1.25rem, 6vw, 1.55rem);
  }

  .theme-hair-salon .hero-lead,
  .theme-hair-salon .section-heading p,
  .theme-hair-salon .large-text {
    max-width: 100%;
    font-size: 1rem;
  }

  .theme-hair-salon .button-row {
    max-width: none;
    gap: 0.65rem;
  }

  .theme-hair-salon .hero-proof li {
    flex: 1 1 10.5rem;
    justify-content: center;
    min-height: 2.15rem;
    padding: 0.36rem 0.58rem;
    width: auto;
  }

  .theme-hair-salon .hero-result-card {
    min-height: 23rem;
    padding: 1.1rem;
  }

  .theme-hair-salon .hero-result-card::before {
    inset: 0.9rem 0.9rem 8.35rem;
  }

  .theme-hair-salon .hero-result-card::after {
    top: 1.35rem;
    left: 1.35rem;
    right: 1.35rem;
    max-width: none;
  }

  .theme-hair-salon .hero-note {
    position: static;
    max-width: none;
    margin: 0.75rem 0 0;
  }

  .theme-hair-salon .trust-grid,
  .theme-hair-salon .gallery-grid {
    grid-template-columns: 1fr;
  }

  .theme-hair-salon .trust-item {
    border-top: 1px solid rgba(255, 250, 246, 0.14);
    border-left: 0;
    padding: 1rem 0;
  }

  .theme-hair-salon .trust-item:first-child {
    border-top: 0;
  }

  .theme-hair-salon .section {
    padding: 3.25rem 0;
  }

  .theme-hair-salon .section-heading {
    margin-bottom: 1.15rem;
  }

  .theme-hair-salon .service-card {
    padding: 1.15rem;
  }

  .theme-hair-salon .gallery-card,
  .theme-hair-salon .gallery-card--wide {
    min-height: 21rem;
  }

  .theme-hair-salon .gallery-card::before {
    inset: 0.9rem 0.9rem 6.6rem;
  }

  .theme-hair-salon .gallery-card::after {
    top: 1.45rem;
    left: 1.45rem;
  }

  .theme-hair-salon .step-card,
  .theme-hair-salon .hours-panel,
  .theme-hair-salon .faq-card,
  .theme-hair-salon .contact-form {
    padding: 1rem;
  }

  .theme-hair-salon .contact-form .button {
    min-height: 3.25rem;
  }
}

@media (max-width: 420px) {
  .theme-hair-salon .container {
    width: min(calc(100% - 1.1rem), var(--max));
  }

  .theme-hair-salon h1 {
    font-size: clamp(2.25rem, 10.5vw, 3rem);
  }

  .theme-hair-salon h2 {
    font-size: clamp(1.95rem, 9.5vw, 2.55rem);
  }

  .theme-hair-salon .eyebrow,
  .theme-hair-salon .section-label,
  .theme-hair-salon .card-label {
    font-size: 0.68rem;
  }
}
