:root {
  --ink: #20251f;
  --muted: #5f665b;
  --paper: #f8f5ee;
  --surface: #ffffff;
  --rose: #b55362;
  --rose-dark: #8d3d4c;
  --sage: #6f8469;
  --gold: #b99145;
  --line: #e2ded3;
  --shadow: 0 18px 48px rgba(32, 37, 31, 0.14);
  --radius: 8px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Segoe UI", "Inter", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0;
  overflow-x: clip;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

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

button,
input,
select,
textarea {
  font: inherit;
}

button {
  border: 0;
}

:focus-visible {
  outline: 3px solid rgba(181, 83, 98, 0.45);
  outline-offset: 4px;
}

.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: 30;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 1.5rem;
  min-height: 76px;
  padding: 0.85rem 5vw;
  background: rgba(248, 245, 238, 0.94);
  border-bottom: 1px solid rgba(226, 222, 211, 0.78);
  backdrop-filter: blur(16px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  min-width: 0;
}

.brand-mark {
  display: grid;
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  place-items: center;
  color: #fff;
  background: var(--ink);
  border: 2px solid var(--gold);
  border-radius: 50%;
  font-weight: 800;
}

.brand-copy {
  display: grid;
  line-height: 1.15;
}

.brand-copy strong {
  font-size: 1rem;
}

.brand-copy small {
  color: var(--muted);
  font-size: 0.82rem;
}

.nav {
  display: flex;
  justify-content: center;
  gap: 1.2rem;
  color: #363c34;
  font-size: 0.96rem;
}

.nav a {
  padding: 0.35rem 0;
  border-bottom: 2px solid transparent;
}

.nav a:hover,
.nav a:focus-visible {
  border-color: var(--rose);
}

.header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0.7rem 1rem;
  color: #fff;
  background: var(--rose-dark);
  border-radius: var(--radius);
  font-weight: 700;
}

.header-cta:hover {
  background: var(--rose);
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  place-items: center;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  cursor: pointer;
}

.nav-toggle span:not(.sr-only) {
  display: block;
  width: 19px;
  height: 2px;
  margin: 3px auto;
  background: var(--ink);
}

.hero {
  position: relative;
  min-height: 82svh;
  overflow: hidden;
  isolation: isolate;
  color: #fff;
}

.hero-media,
.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: -2;
}

.hero-media {
  background-image: url("assets/hero-salon.jpg");
  background-position: center 48%;
  background-size: cover;
  transform: scale(1.02);
}

.hero-overlay {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(20, 23, 20, 0.88) 0%, rgba(20, 23, 20, 0.64) 48%, rgba(20, 23, 20, 0.22) 100%),
    linear-gradient(0deg, rgba(32, 37, 31, 0.72) 0%, rgba(32, 37, 31, 0) 36%);
}

.hero-inner {
  display: flex;
  min-height: 82svh;
  width: min(1120px, 90vw);
  margin: 0 auto;
  padding: 5.5rem 0 5rem;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

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

.hero .eyebrow {
  color: #f3c7cf;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 760px;
  margin-bottom: 1.1rem;
  font-size: 4rem;
  line-height: 1.04;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 1rem;
  font-size: 2.25rem;
  line-height: 1.14;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 0.55rem;
  font-size: 1.28rem;
  line-height: 1.22;
  letter-spacing: 0;
}

.hero-lead {
  max-width: 640px;
  margin-bottom: 1.35rem;
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.18rem;
}

.hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-bottom: 1.7rem;
}

.hero-proof span {
  display: inline-flex;
  align-items: center;
  max-width: 100%;
  min-height: 38px;
  padding: 0.45rem 0.75rem;
  color: #fff;
  background: rgba(255, 255, 255, 0.13);
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: var(--radius);
  backdrop-filter: blur(12px);
  font-weight: 700;
  overflow-wrap: anywhere;
}

.hero-actions,
.location-actions,
.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0.8rem 1.15rem;
  border-radius: var(--radius);
  font-weight: 800;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease, color 180ms ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-primary {
  color: #fff;
  background: var(--rose-dark);
  box-shadow: 0 12px 30px rgba(141, 61, 76, 0.28);
}

.btn-primary:hover {
  background: var(--rose);
}

.btn-secondary {
  color: #fff;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.42);
}

.btn-outline {
  color: var(--ink);
  background: transparent;
  border: 1px solid var(--line);
}

.btn-outline:hover {
  border-color: var(--rose);
  color: var(--rose-dark);
}

.quick-info {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: min(1120px, 90vw);
  margin: -2.4rem auto 0;
  position: relative;
  z-index: 4;
  overflow: hidden;
  background: var(--surface);
  border: 1px solid rgba(226, 222, 211, 0.92);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.quick-info div {
  min-height: 104px;
  padding: 1.25rem;
  border-right: 1px solid var(--line);
}

.quick-info div:last-child {
  border-right: 0;
}

.quick-info span {
  display: block;
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 700;
}

.quick-info strong {
  display: block;
  margin-top: 0.25rem;
  font-size: 1.05rem;
}

.section,
.split-section,
.location-section,
.contact-section,
.faq-section {
  width: min(1120px, 90vw);
  margin: 0 auto;
}

.section {
  padding: 6.3rem 0;
}

.section-heading {
  display: grid;
  max-width: 720px;
  margin-bottom: 2rem;
}

.section-heading p:not(.eyebrow),
.copy-panel p,
.location-copy p,
.contact-intro p,
.faq-content p {
  color: var(--muted);
}

.section-heading.compact {
  margin-bottom: 1.6rem;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.service-card {
  min-height: 250px;
  padding: 1.35rem;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 10px 34px rgba(32, 37, 31, 0.06);
}

.service-card:nth-child(2) {
  border-top: 5px solid var(--rose);
}

.service-card:nth-child(3) {
  border-top: 5px solid var(--sage);
}

.service-kicker {
  display: inline-flex;
  margin-bottom: 1.4rem;
  color: var(--rose-dark);
  font-size: 0.84rem;
  font-weight: 800;
}

.split-section {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 3rem;
  align-items: center;
  padding: 1rem 0 6rem;
}

.image-panel {
  overflow: hidden;
  min-height: 440px;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.image-panel img {
  height: 100%;
  min-height: 440px;
  object-fit: cover;
}

.copy-panel {
  padding: 2rem 0;
}

.check-list {
  display: grid;
  gap: 0.6rem;
  margin: 1.4rem 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 1.55rem;
  color: #3d433a;
}

.check-list li::before {
  content: "";
  position: absolute;
  top: 0.58rem;
  left: 0;
  width: 0.58rem;
  height: 0.58rem;
  background: var(--sage);
  border-radius: 50%;
}

.text-link {
  display: inline-flex;
  margin-top: 0.4rem;
  color: var(--rose-dark);
  border-bottom: 2px solid currentColor;
  font-weight: 800;
}

.location-section {
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  gap: 2rem;
  align-items: stretch;
  padding: 6.2rem 0;
}

.location-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.map-wrap {
  overflow: hidden;
  min-height: 430px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.map-wrap iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 430px;
  border: 0;
}

.contact-section {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 2rem;
  align-items: start;
  position: relative;
  overflow: hidden;
  scroll-margin-top: 96px;
  padding: 3rem;
  color: var(--ink);
  background:
    linear-gradient(135deg, rgba(185, 145, 69, 0.18), rgba(255, 255, 255, 0.72) 45%, rgba(181, 83, 98, 0.1)),
    var(--surface);
  border: 1px solid rgba(185, 145, 69, 0.55);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.contact-section::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 8px;
  background: linear-gradient(90deg, var(--ink), var(--gold), var(--rose-dark));
}

.contact-intro {
  display: grid;
  gap: 1rem;
}

.contact-section .eyebrow {
  color: var(--rose-dark);
}

.contact-section h2 {
  max-width: 560px;
}

.contact-section p {
  color: var(--muted);
}

.contact-photo {
  overflow: hidden;
  width: min(100%, 420px);
  aspect-ratio: 4 / 3;
  max-height: 280px;
  margin-top: 0.5rem;
  background: var(--ink);
  border: 1px solid rgba(185, 145, 69, 0.42);
  border-radius: var(--radius);
  box-shadow: 0 16px 34px rgba(32, 37, 31, 0.12);
}

.contact-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.booking-form {
  display: grid;
  gap: 1rem;
  padding: 1.35rem;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(32, 37, 31, 0.12);
  border-radius: var(--radius);
  box-shadow: 0 18px 40px rgba(32, 37, 31, 0.11);
}

.form-heading {
  display: grid;
  gap: 0.25rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid var(--line);
}

.form-heading span {
  color: var(--rose-dark);
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
}

.form-heading h3 {
  margin-bottom: 0;
  color: var(--ink);
  font-size: 1.2rem;
}

.booking-form label {
  display: grid;
  gap: 0.35rem;
  color: #343a32;
  font-weight: 800;
}

.booking-form input,
.booking-form select,
.booking-form textarea {
  width: 100%;
  padding: 0.85rem 0.9rem;
  color: var(--ink);
  background: #fbfaf6;
  border: 1px solid #d8d2c6;
  border-radius: var(--radius);
}

.booking-form textarea {
  resize: vertical;
}

.form-note {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 700;
}

.faq-section {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 3rem;
  align-items: center;
  padding: 6rem 0;
}

.faq-image {
  overflow: hidden;
  min-height: 500px;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.faq-image img {
  min-height: 500px;
  height: 100%;
  object-fit: cover;
}

details {
  padding: 1.05rem 0;
  border-bottom: 1px solid var(--line);
}

summary {
  cursor: pointer;
  color: var(--ink);
  font-size: 1.04rem;
  font-weight: 800;
}

details p {
  margin: 0.75rem 0 0;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 2rem 5vw;
  color: #fff;
  background: #181c17;
}

.site-footer p {
  margin: 0.25rem 0 0;
  color: rgba(255, 255, 255, 0.68);
}

.footer-icon {
  display: inline-grid;
  width: 46px;
  height: 46px;
  place-items: center;
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(185, 145, 69, 0.56);
  border-radius: 50%;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}

.footer-icon:hover,
.footer-icon:focus-visible {
  background: rgba(185, 145, 69, 0.18);
  border-color: var(--gold);
  transform: translateY(-2px);
}

.footer-icon svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.footer-icon:nth-child(2) svg {
  fill: currentColor;
  stroke: none;
}

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .header-cta {
    display: none;
  }

  .nav-toggle {
    display: grid;
    align-content: center;
    justify-self: end;
    position: absolute;
    top: 50%;
    right: 5vw;
    transform: translateY(-50%);
    background: var(--ink);
    border-color: var(--gold);
  }

  .nav-toggle::before {
    content: "";
    display: block;
    width: 20px;
    height: 2px;
    margin: 0 auto;
    background: #fff;
    box-shadow: 0 -6px 0 #fff, 0 6px 0 #fff;
  }

  .nav-toggle span:not(.sr-only) {
    display: none;
  }

  .nav {
    position: absolute;
    top: 100%;
    right: 5vw;
    display: none;
    width: min(320px, 90vw);
    padding: 0.8rem;
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
  }

  .nav a {
    display: block;
    padding: 0.8rem;
  }

  body.nav-open .nav {
    display: grid;
  }

  h1 {
    font-size: 3.1rem;
  }

  h2 {
    font-size: 1.9rem;
  }

  .quick-info,
  .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .quick-info div:nth-child(2) {
    border-right: 0;
  }

  .quick-info div:nth-child(-n+2) {
    border-bottom: 1px solid var(--line);
  }

  .split-section,
  .location-section,
  .contact-section,
  .faq-section {
    grid-template-columns: 1fr;
  }

  .contact-section {
    padding: 2rem;
  }
}

@media (max-width: 640px) {
  body {
    font-size: 15px;
  }

  .site-header {
    min-height: 68px;
    padding: 0.7rem 1rem;
    grid-template-columns: minmax(0, 1fr) 44px;
    gap: 0.75rem;
  }

  .brand-mark {
    width: 40px;
    height: 40px;
    flex-basis: 40px;
  }

  .brand-copy strong {
    font-size: 0.94rem;
  }

  .brand-copy small {
    font-size: 0.76rem;
  }

  .brand {
    max-width: calc(100vw - 84px);
  }

  .nav-toggle {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    right: 1rem;
  }

  .nav {
    right: 1rem;
  }

  .hero,
  .hero-inner {
    min-height: 76svh;
  }

  .hero-inner {
    width: calc(100vw - 2rem);
    max-width: none;
    padding: 4.2rem 0 4rem;
  }

  .hero-overlay {
    background:
      linear-gradient(90deg, rgba(20, 23, 20, 0.88) 0%, rgba(20, 23, 20, 0.7) 100%),
      linear-gradient(0deg, rgba(32, 37, 31, 0.72) 0%, rgba(32, 37, 31, 0) 36%);
  }

  h1 {
    font-size: 2.35rem;
  }

  h2 {
    font-size: 1.65rem;
  }

  .hero-lead {
    font-size: 1rem;
  }

  .hero-proof {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }

  .hero-proof span {
    width: 100%;
    justify-content: center;
  }

  .hero-actions,
  .location-actions,
  .footer-links {
    width: 100%;
  }

  .btn {
    width: 100%;
  }

  .quick-info {
    grid-template-columns: 1fr;
    width: calc(100% - 2rem);
    margin-top: -1.6rem;
  }

  .quick-info div,
  .quick-info div:nth-child(2) {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .quick-info div:last-child {
    border-bottom: 0;
  }

  .section,
  .split-section,
  .location-section,
  .contact-section,
  .faq-section {
    width: calc(100% - 2rem);
  }

  .section {
    padding: 4.5rem 0;
  }

  .services-grid {
    grid-template-columns: 1fr;
  }

  .split-section,
  .location-section,
  .faq-section {
    gap: 1.4rem;
    padding: 4.2rem 0;
  }

  .image-panel,
  .image-panel img,
  .faq-image,
  .faq-image img,
  .map-wrap,
  .map-wrap iframe {
    min-height: 320px;
  }

  .contact-section {
    padding: 1.25rem;
  }

  .contact-photo {
    aspect-ratio: 16 / 9;
    max-height: 190px;
  }

  .site-footer {
    display: grid;
    padding: 1.5rem 1rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
  }
}
