/* HAPPY HAIR SALON LLC — teal / coral / cool mint (distinct from burgundy editorial templates) */
:root {
  --hhs-bg: #eef8f6;
  --hhs-surface: #ffffff;
  --hhs-ink: #0f2f2e;
  --hhs-muted: rgba(15, 47, 46, 0.68);
  --hhs-teal: #0d4f4f;
  --hhs-coral: #e07a5f;
  --hhs-mint: #b8dfd7;
  --hhs-line: rgba(13, 79, 79, 0.12);
  --hhs-shadow: 0 20px 48px rgba(13, 79, 79, 0.12);
  --hhs-radius: 14px;
  --hhs-max: 1120px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  color: var(--hhs-ink);
  background: var(--hhs-bg);
  line-height: 1.55;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

a {
  color: inherit;
}

.hhs-wrap {
  width: min(var(--hhs-max), calc(100% - 2.25rem));
  margin: 0 auto;
}

/* Header — full-width bar */
.hhs-header {
  position: sticky;
  top: 0;
  z-index: 60;
  background: rgba(238, 248, 246, 0.94);
  backdrop-filter: blur(14px);
  border-bottom: 3px solid var(--hhs-mint);
}

.hhs-header__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.75rem 0;
  width: min(var(--hhs-max), calc(100% - 2.25rem));
  margin: 0 auto;
}

.hhs-brand {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.hhs-brand img {
  width: 200px;
  height: auto;
  display: block;
}

.hhs-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem 1.15rem;
  align-items: center;
}

.hhs-nav a {
  text-decoration: none;
  font-size: 0.92rem;
  font-weight: 650;
  color: var(--hhs-teal);
  padding: 0.4rem 0;
  border-bottom: 2px solid transparent;
}

.hhs-nav a:hover,
.hhs-nav a[aria-current="page"] {
  border-bottom-color: var(--hhs-coral);
}

@media (max-width: 640px) {
  .hhs-header__row {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* Hero — edge-to-edge within wrap */
.hhs-hero {
  position: relative;
  min-height: min(680px, 90vh);
  border-radius: 0 0 var(--hhs-radius) var(--hhs-radius);
  overflow: hidden;
  isolation: isolate;
  margin: 0 auto;
  width: min(var(--hhs-max), calc(100% - 2.25rem));
  margin-top: 1rem;
}

.hhs-hero__slides {
  position: absolute;
  inset: 0;
}

.hhs-hero__slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 700ms ease;
}

.hhs-hero__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.hhs-hero__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hhs-hero__overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    radial-gradient(900px 480px at 78% 18%, rgba(224, 122, 95, 0.22), transparent 50%),
    linear-gradient(110deg, rgba(13, 79, 79, 0.78) 0%, rgba(13, 79, 79, 0.35) 45%, rgba(15, 47, 46, 0.55) 100%);
}

.hhs-hero__inner {
  position: relative;
  z-index: 3;
  max-width: 640px;
  padding: clamp(2.75rem, 6.5vw, 5rem) clamp(1.15rem, 3.5vw, 1.75rem) 4.75rem;
  color: #fff;
}

.hhs-hero__kicker {
  letter-spacing: 0.32em;
  text-transform: uppercase;
  font-size: 0.72rem;
  opacity: 0.92;
  margin: 0 0 0.75rem;
}

.hhs-hero__title {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.95rem, 4.2vw, 3.15rem);
  line-height: 1.07;
  letter-spacing: -0.02em;
  margin: 0 0 0.95rem;
}

.hhs-hero__lead {
  max-width: 44ch;
  font-size: clamp(0.98rem, 1.5vw, 1.1rem);
  opacity: 0.9;
  margin: 0 0 1.65rem;
}

.hhs-hero__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.hhs-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.82rem 1.3rem;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 650;
  font-size: 0.93rem;
  border: 1px solid transparent;
  cursor: pointer;
  transition: transform 150ms ease, background 150ms ease, border-color 150ms ease;
  font-family: inherit;
}

.hhs-btn:hover {
  transform: translateY(-1px);
}

.hhs-btn--fill {
  background: var(--hhs-coral);
  color: #fff;
}

.hhs-btn--fill:hover {
  filter: brightness(1.06);
}

.hhs-btn--ghost {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.4);
  background: rgba(255, 255, 255, 0.08);
}

.hhs-btn--ghost:hover {
  background: rgba(255, 255, 255, 0.14);
}

.hhs-btn--solid-teal {
  background: var(--hhs-teal);
  color: #fff;
  border: 0;
}

.hhs-hero__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.38);
  background: rgba(13, 79, 79, 0.35);
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(8px);
  transition: background 150ms ease, transform 150ms ease;
}

.hhs-hero__arrow:hover {
  background: rgba(13, 79, 79, 0.5);
}

.hhs-hero__arrow--prev {
  left: 0.75rem;
}

.hhs-hero__arrow--next {
  right: 0.75rem;
}

.hhs-hero__arrow svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

.hhs-hero__dots {
  position: absolute;
  left: 50%;
  bottom: 1rem;
  transform: translateX(-50%);
  z-index: 5;
  display: flex;
  gap: 0.5rem;
  padding: 0.45rem 0.55rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.22);
  backdrop-filter: blur(10px);
}

.hhs-hero__dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 0;
  background: rgba(255, 255, 255, 0.45);
  cursor: pointer;
  padding: 0;
}

.hhs-hero__dot.is-active {
  background: var(--hhs-coral);
  transform: scale(1.15);
}

@media (max-width: 720px) {
  .hhs-hero {
    min-height: min(600px, 88vh);
    width: calc(100% - 1.5rem);
    margin-top: 0.65rem;
  }

  .hhs-hero__arrow {
    width: 38px;
    height: 38px;
  }
}

/* Sections */
.hhs-section {
  padding: clamp(2.85rem, 5.2vw, 4.75rem) 0;
}

.hhs-section__head {
  margin-bottom: 1.35rem;
}

.hhs-section__head--center {
  text-align: center;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.hhs-kicker {
  letter-spacing: 0.28em;
  text-transform: uppercase;
  font-size: 0.74rem;
  color: var(--hhs-muted);
  margin: 0 0 0.5rem;
}

.hhs-title {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.6rem, 2.5vw, 2.1rem);
  letter-spacing: -0.02em;
  margin: 0;
  color: var(--hhs-ink);
}

/* Product grid — 4 equal columns */
.hhs-grid-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}

.hhs-card {
  border-radius: var(--hhs-radius);
  overflow: hidden;
  background: var(--hhs-surface);
  border: 1px solid var(--hhs-line);
  box-shadow: var(--hhs-shadow);
  display: flex;
  flex-direction: column;
  min-height: 100%;
  border-left: 4px solid var(--hhs-mint);
}

.hhs-card__img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  display: block;
}

.hhs-card__body {
  padding: 0.95rem 1rem 1.1rem;
  display: grid;
  gap: 0.3rem;
  flex: 1;
}

.hhs-card__title {
  margin: 0;
  font-size: 1.02rem;
  letter-spacing: -0.01em;
}

.hhs-card__desc {
  margin: 0;
  color: var(--hhs-muted);
  font-size: 0.9rem;
}

@media (max-width: 1080px) {
  .hhs-grid-4 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 560px) {
  .hhs-grid-4 {
    grid-template-columns: 1fr;
  }
}

/* Home about strip */
.hhs-split-intro {
  display: grid;
  grid-template-columns: 1fr 1.02fr;
  gap: 1.25rem;
  align-items: center;
}

.hhs-split-intro__media {
  border-radius: var(--hhs-radius);
  overflow: hidden;
  border: 1px solid var(--hhs-line);
  box-shadow: var(--hhs-shadow);
  min-height: 260px;
}

.hhs-split-intro__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hhs-split-intro__copy p {
  margin: 0 0 0.85rem;
  color: var(--hhs-muted);
}

@media (max-width: 900px) {
  .hhs-split-intro {
    grid-template-columns: 1fr;
  }
}

/* Testimonials */
.hhs-testimonials {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.hhs-review {
  border-radius: var(--hhs-radius);
  padding: 1.15rem 1.15rem 1.05rem;
  background: var(--hhs-surface);
  border: 1px solid var(--hhs-line);
  box-shadow: var(--hhs-shadow);
  min-height: 100%;
}

.hhs-review__head {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  margin-bottom: 0.7rem;
}

.hhs-review__avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid var(--hhs-mint);
}

.hhs-review__name {
  font-weight: 700;
  letter-spacing: -0.01em;
}

.hhs-review__role {
  font-size: 0.88rem;
  color: var(--hhs-muted);
  margin-top: 0.08rem;
}

.hhs-review__stars {
  font-size: 0.95rem;
  letter-spacing: 0.08em;
  margin-bottom: 0.55rem;
  color: #d4a017;
}

.hhs-review__text {
  margin: 0;
  color: var(--hhs-muted);
  font-size: 0.93rem;
}

@media (max-width: 980px) {
  .hhs-testimonials {
    grid-template-columns: 1fr;
  }
}

/* Message split */
.hhs-split-msg {
  display: grid;
  grid-template-columns: 1fr 1.08fr;
  gap: 1.1rem;
  align-items: stretch;
}

.hhs-split-msg__media {
  border-radius: var(--hhs-radius);
  overflow: hidden;
  border: 1px solid var(--hhs-line);
  box-shadow: var(--hhs-shadow);
  min-height: 300px;
}

.hhs-split-msg__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hhs-form {
  border-radius: var(--hhs-radius);
  padding: 1.2rem;
  background: var(--hhs-surface);
  border: 1px solid var(--hhs-line);
  box-shadow: var(--hhs-shadow);
  display: grid;
  gap: 0.8rem;
}

.hhs-form__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
}

.hhs-field {
  display: grid;
  gap: 0.32rem;
}

.hhs-field__label {
  font-size: 0.88rem;
  color: var(--hhs-muted);
}

.hhs-field__input,
.hhs-field__textarea {
  width: 100%;
  border-radius: 10px;
  border: 1px solid var(--hhs-line);
  padding: 0.78rem 0.9rem;
  background: #fbfffe;
  outline: none;
  font: inherit;
}

.hhs-field__textarea {
  resize: vertical;
}

.hhs-field__input:focus,
.hhs-field__textarea:focus {
  border-color: var(--hhs-teal);
}

.hhs-form__hint {
  margin: 0;
  font-size: 0.86rem;
  color: var(--hhs-muted);
}

@media (max-width: 980px) {
  .hhs-split-msg {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .hhs-form__row {
    grid-template-columns: 1fr;
  }
}

/* Footer */
.hhs-footer {
  background: var(--hhs-teal);
  color: rgba(255, 255, 255, 0.92);
  padding: 2.5rem 0 2rem;
  margin-top: 0.5rem;
}

.hhs-footer a {
  color: rgba(255, 255, 255, 0.92);
  text-decoration: none;
}

.hhs-footer a:hover {
  text-decoration: underline;
}

.hhs-footer__grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr 1fr;
  gap: 1.5rem;
  width: min(var(--hhs-max), calc(100% - 2.25rem));
  margin: 0 auto;
}

.hhs-footer__wordmark {
  display: inline-block;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
  font-size: 1.15rem;
  letter-spacing: 0.04em;
  color: #fff;
  text-decoration: none;
}

.hhs-footer__wordmark span {
  font-family: system-ui, sans-serif;
  font-size: 0.78rem;
  font-weight: 650;
  letter-spacing: 0.14em;
  color: var(--hhs-coral);
  margin-left: 0.35rem;
}

.hhs-footer__text {
  margin: 0.65rem 0 0;
  font-size: 0.92rem;
  opacity: 0.88;
  max-width: 36ch;
}

.hhs-footer__h {
  font-size: 0.78rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  margin: 0 0 0.65rem;
  opacity: 0.75;
}

.hhs-footer__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.4rem;
  font-size: 0.92rem;
}

.hhs-footer__social {
  display: flex;
  gap: 0.65rem;
  flex-wrap: wrap;
  margin-top: 0.5rem;
}

.hhs-footer__social a {
  display: inline-flex;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.22);
  font-size: 0.72rem;
  font-weight: 700;
}

@media (max-width: 900px) {
  .hhs-footer__grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 560px) {
  .hhs-footer__grid {
    grid-template-columns: 1fr;
  }
}

/* About page */
.hhs-about-hero {
  width: min(var(--hhs-max), calc(100% - 2.25rem));
  margin: 1.25rem auto 0;
  border-radius: var(--hhs-radius);
  overflow: hidden;
  border: 1px solid var(--hhs-line);
  box-shadow: var(--hhs-shadow);
}

.hhs-about-hero img {
  width: 100%;
  display: block;
  max-height: min(420px, 55vh);
  object-fit: cover;
}

.hhs-about-copy {
  width: min(720px, calc(100% - 2.25rem));
  margin: 0 auto;
  padding: 2rem 0 3rem;
}

.hhs-about-copy p {
  margin: 0 0 1rem;
  color: var(--hhs-muted);
  font-size: 1.05rem;
}

/* Contact page */
.hhs-contact-banner {
  width: min(var(--hhs-max), calc(100% - 2.25rem));
  margin: 1rem auto 0;
  border-radius: var(--hhs-radius);
  overflow: hidden;
  border: 1px solid var(--hhs-line);
  box-shadow: var(--hhs-shadow);
  max-height: 320px;
}

.hhs-contact-banner img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  display: block;
}

.hhs-contact-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
  align-items: start;
  padding: 2.25rem 0 3rem;
  width: min(var(--hhs-max), calc(100% - 2.25rem));
  margin: 0 auto;
}

.hhs-contact-split__media {
  border-radius: var(--hhs-radius);
  overflow: hidden;
  border: 1px solid var(--hhs-line);
  box-shadow: var(--hhs-shadow);
}

.hhs-contact-split__media img {
  width: 100%;
  display: block;
  min-height: 280px;
  object-fit: cover;
}

.hhs-contact-card {
  background: var(--hhs-surface);
  border-radius: var(--hhs-radius);
  padding: 1.35rem 1.4rem;
  border: 1px solid var(--hhs-line);
  box-shadow: var(--hhs-shadow);
}

.hhs-contact-card h2 {
  margin: 0 0 1rem;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.45rem;
}

.hhs-contact-card dl {
  margin: 0;
  display: grid;
  gap: 0.85rem;
}

.hhs-contact-card dt {
  font-size: 0.72rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  opacity: 0.65;
  margin-bottom: 0.2rem;
}

.hhs-contact-card dd {
  margin: 0;
  font-size: 1rem;
}

.hhs-contact-note {
  margin: 1rem 0 0;
  color: var(--hhs-muted);
  font-size: 0.95rem;
}

@media (max-width: 820px) {
  .hhs-contact-split {
    grid-template-columns: 1fr;
  }

  .hhs-contact-banner img {
    height: 220px;
  }
}
