:root {
  --warm-white: #fffaf4;
  --cream: #f7efe4;
  --champagne: #dcc49d;
  --blush: #d99a91;
  --rose-dark: #8e514d;
  --charcoal: #272421;
  --muted: #6f625b;
  --line: #eadfd2;
  --white: #ffffff;
  --shadow: 0 24px 70px rgba(58, 43, 34, 0.14);
  --radius: 8px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--warm-white);
  color: var(--charcoal);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}

body.nav-open {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 72px;
  padding: 16px clamp(18px, 5vw, 64px);
  background: rgba(255, 250, 244, 0.92);
  border-bottom: 1px solid rgba(234, 223, 210, 0.78);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 760;
  font-size: 1.08rem;
}

.brand-logo {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 8px 20px rgba(58, 43, 34, 0.12);
}

.brand span {
  display: grid;
  gap: 1px;
}

.brand strong {
  line-height: 1;
}

.brand small {
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 720;
  line-height: 1.1;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 24px;
  color: var(--muted);
  font-size: 0.94rem;
}

.site-nav a:hover {
  color: var(--charcoal);
}

.nav-cta {
  padding: 10px 14px;
  border: 1px solid var(--charcoal);
  border-radius: 999px;
  color: var(--charcoal);
  font-weight: 680;
}

.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: var(--white);
  color: var(--charcoal);
}

.nav-toggle span:not(.sr-only) {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: currentColor;
}

.section-band,
.section {
  padding-inline: clamp(18px, 5vw, 64px);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(320px, 0.78fr);
  gap: clamp(28px, 6vw, 84px);
  align-items: center;
  min-height: calc(100svh - 72px);
  padding-block: clamp(34px, 7vw, 82px);
  background:
    radial-gradient(circle at 88% 14%, rgba(217, 154, 145, 0.18), transparent 28%),
    linear-gradient(135deg, #fffaf4 0%, #f7efe4 62%, #f1dfd0 100%);
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--rose-dark);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1 {
  max-width: 850px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.5rem, 8vw, 5.9rem);
  line-height: 0.96;
  letter-spacing: 0;
}

h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 4.8vw, 3.9rem);
  line-height: 1.04;
  letter-spacing: 0;
}

h3 {
  margin: 0;
  font-size: 1.02rem;
  line-height: 1.25;
}

.hero-copy {
  max-width: 680px;
  margin: 22px 0 0;
  color: var(--muted);
  font-size: clamp(1.06rem, 2vw, 1.28rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 18px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 760;
  text-align: center;
}

.button.primary {
  background: var(--charcoal);
  color: var(--warm-white);
}

.button.secondary {
  background: rgba(255, 255, 255, 0.58);
  border-color: var(--line);
}

.button.full {
  width: 100%;
}

.trust-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0;
  margin: 26px 0 0;
  list-style: none;
}

.trust-list li,
.examples-grid span,
.treatment-row span {
  border: 1px solid rgba(142, 81, 77, 0.18);
  background: rgba(255, 255, 255, 0.64);
  border-radius: 999px;
  color: var(--rose-dark);
  font-weight: 720;
}

.trust-list li {
  padding: 8px 12px;
  font-size: 0.9rem;
}

.salon-panel {
  position: relative;
  display: grid;
  gap: 16px;
  align-content: start;
  min-height: 0;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(255,255,255,0.82), rgba(255,250,244,0.62)),
    linear-gradient(135deg, rgba(220,196,157,0.28), rgba(217,154,145,0.18));
  box-shadow: var(--shadow);
  overflow: hidden;
}

.salon-topline {
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 14px;
  color: var(--muted);
  font-size: 0.86rem;
}

.example-video {
  position: relative;
  display: block;
  width: 100%;
  max-height: min(62svh, 640px);
  aspect-ratio: 9 / 16;
  border-radius: var(--radius);
  background: var(--charcoal);
  object-fit: contain;
  box-shadow: 0 18px 46px rgba(58, 43, 34, 0.16);
}

.example-caption {
  position: relative;
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
}

.section {
  padding-block: clamp(62px, 9vw, 116px);
}

.muted {
  background: var(--cream);
}

.section-intro {
  max-width: 790px;
  margin-bottom: 34px;
}

.section-intro p:not(.eyebrow),
.split p,
.control-panel p,
.contact-card p,
.audience-grid p,
.faq-grid p {
  color: var(--muted);
  font-size: 1.04rem;
}

.compact {
  max-width: 720px;
}

.urgency-strip {
  display: grid;
  gap: 6px;
  max-width: 900px;
  margin: -8px 0 24px;
  padding: 18px 20px;
  border: 1px solid rgba(142, 81, 77, 0.22);
  border-left: 4px solid var(--rose-dark);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 14px 40px rgba(58, 43, 34, 0.08);
}

.urgency-strip strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.25rem, 2.6vw, 1.8rem);
  line-height: 1.08;
}

.urgency-strip span {
  color: var(--muted);
}

.problem-grid,
.pricing-grid,
.audience-grid,
.faq-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.problem-grid article,
.feature-list article,
.process article,
.price-card,
.audience-grid article,
.faq-grid article {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.72);
}

.problem-grid article,
.audience-grid article,
.faq-grid article {
  padding: 24px;
}

.problem-grid p,
.feature-list p,
.process p,
.price-head p,
.price-options p,
.audience-grid p,
.faq-grid p {
  margin: 10px 0 0;
  color: var(--muted);
}

.icon-dot {
  display: block;
  width: 12px;
  height: 12px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: var(--blush);
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 1fr);
  gap: clamp(28px, 6vw, 74px);
  align-items: start;
}

.feature-list {
  display: grid;
  gap: 14px;
}

.feature-list article {
  padding: 22px;
  background: var(--warm-white);
}

.examples-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.examples-grid span {
  padding: 13px 16px;
  font-size: 1rem;
}

.audience-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.audience-grid article {
  background: var(--warm-white);
}

.audience-grid a {
  display: inline-flex;
  margin-top: 18px;
  color: var(--rose-dark);
  font-weight: 800;
}

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

.faq-grid article {
  background: var(--warm-white);
}

.control-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(320px, 1fr);
  gap: clamp(26px, 6vw, 72px);
  align-items: center;
  padding: clamp(24px, 5vw, 48px);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 18px 56px rgba(58, 43, 34, 0.08);
}

.check-list {
  display: grid;
  gap: 14px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 34px;
  color: var(--muted);
}

.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--charcoal);
}

.check-list li::after {
  content: "";
  position: absolute;
  left: 7px;
  top: 7px;
  width: 5px;
  height: 9px;
  border-right: 2px solid var(--warm-white);
  border-bottom: 2px solid var(--warm-white);
  transform: rotate(42deg);
}

.process {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.process article {
  padding: 22px;
  background: var(--warm-white);
}

.process span {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: var(--champagne);
  color: var(--charcoal);
  font-weight: 820;
}

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

.price-card {
  display: grid;
  gap: 26px;
  padding: clamp(22px, 4vw, 34px);
  background: var(--white);
}

.price-card.highlighted {
  border-color: rgba(142, 81, 77, 0.32);
  box-shadow: var(--shadow);
}

.price-options {
  display: grid;
  gap: 12px;
}

.price-options div {
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--warm-white);
}

.price-options span {
  display: block;
  color: var(--rose-dark);
  font-size: 0.86rem;
  font-weight: 820;
}

.price-options strong {
  display: block;
  margin-top: 4px;
  font-size: clamp(2rem, 5vw, 3.1rem);
  line-height: 1;
}

.price-options small {
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 650;
}

.contact-section {
  padding-top: 0;
}

.contact-card {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: center;
  padding: clamp(24px, 5vw, 46px);
  border-radius: var(--radius);
  background: linear-gradient(135deg, var(--charcoal), #42362f);
  color: var(--warm-white);
}

.contact-card .eyebrow,
.contact-card p {
  color: #f0d9c9;
}

.site-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px;
  padding: 26px clamp(18px, 5vw, 64px);
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.92rem;
}

@media (max-width: 980px) {
  .hero,
  .split,
  .control-panel {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .problem-grid,
  .process,
  .audience-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .nav-toggle {
    display: inline-block;
  }

  .site-nav {
    position: fixed;
    inset: 72px 14px auto;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 12px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: var(--white);
    box-shadow: var(--shadow);
  }

  body.nav-open .site-nav {
    display: flex;
  }

  .site-nav a {
    padding: 13px 12px;
  }

  .nav-cta {
    margin-top: 6px;
    text-align: center;
  }

  .hero-actions,
  .button {
    width: 100%;
  }

  .salon-panel {
    padding: 16px;
  }

  .problem-grid,
  .process,
  .pricing-grid,
  .audience-grid,
  .faq-grid {
    grid-template-columns: 1fr;
  }

  .contact-card {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 430px) {
  .site-header {
    min-height: 66px;
  }

  .site-nav {
    top: 66px;
  }

  h1 {
    font-size: 2.38rem;
  }

  .brand small {
    display: none;
  }
}
