:root {
  --color-ink: #1d2421;
  --color-muted: #62706a;
  --color-line: #dde3df;
  --color-paper: #ffffff;
  --color-soft: #f6f3ee;
  --color-sage: #6f8377;
  --color-sage-dark: #3e554a;
  --color-blush: #d9a6a1;
  --color-clay: #9a6554;
  --color-gold: #b8915e;
  --shadow-soft: 0 22px 60px rgba(29, 36, 33, 0.14);
  --shadow-light: 0 14px 32px rgba(29, 36, 33, 0.1);
  --radius: 8px;
  --container: 1180px;
  --header-height: 76px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--color-ink);
  background: var(--color-paper);
  line-height: 1.6;
  letter-spacing: 0;
  overflow-x: hidden;
}

body.nav-open {
  overflow: hidden;
}

img,
svg {
  display: block;
}

img {
  max-width: 100%;
}

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

button {
  font: inherit;
  color: inherit;
}

:focus-visible {
  outline: 3px solid rgba(111, 131, 119, 0.55);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  left: 18px;
  top: 12px;
  z-index: 1000;
  transform: translateY(-140%);
  background: var(--color-ink);
  color: #fff;
  padding: 10px 14px;
  border-radius: var(--radius);
  transition: transform 180ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.container {
  width: 100%;
  max-width: calc(var(--container) + 40px);
  margin-inline: auto;
  padding-inline: 20px;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  height: var(--header-height);
  background: rgba(255, 255, 255, 0.78);
  border-bottom: 1px solid rgba(255, 255, 255, 0.24);
  backdrop-filter: blur(18px);
  transition: background 180ms ease, box-shadow 180ms ease;
}

.site-header.is-scrolled,
.nav-open .site-header {
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 12px 30px rgba(29, 36, 33, 0.08);
}

.header-inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 180px;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--color-sage-dark);
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.45rem;
  line-height: 1;
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.3rem;
  line-height: 1;
}

.brand small {
  color: var(--color-muted);
  font-size: 0.78rem;
  margin-top: 3px;
}

.primary-nav {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.94rem;
}

.primary-nav a {
  padding: 10px 14px;
  border-radius: 999px;
  color: var(--color-muted);
  transition: background 160ms ease, color 160ms ease;
}

.primary-nav a:hover,
.primary-nav a.is-active {
  color: var(--color-ink);
  background: rgba(111, 131, 119, 0.12);
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--color-line);
  border-radius: 50%;
  background: #fff;
  place-items: center;
  gap: 4px;
  padding: 0;
  cursor: pointer;
}

.nav-toggle span {
  width: 18px;
  height: 2px;
  background: var(--color-ink);
  border-radius: 999px;
  transition: transform 160ms ease;
}

.nav-open .nav-toggle span:first-child {
  transform: translateY(3px) rotate(45deg);
}

.nav-open .nav-toggle span:last-child {
  transform: translateY(-3px) rotate(-45deg);
}

.hero {
  position: relative;
  min-height: 760px;
  isolation: isolate;
  overflow: hidden;
  background: var(--color-soft);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background-image:
    linear-gradient(90deg, rgba(246, 243, 238, 0.98) 0%, rgba(246, 243, 238, 0.9) 30%, rgba(246, 243, 238, 0.22) 62%, rgba(246, 243, 238, 0.08) 100%),
    image-set(url("assets/hero-salon.webp") type("image/webp"), url("assets/hero-salon.png") type("image/png"));
  background-size: cover;
  background-position: center;
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 160px;
  z-index: -1;
  background: linear-gradient(180deg, rgba(246, 243, 238, 0), var(--color-paper));
}

.hero-inner {
  min-height: 760px;
  display: flex;
  align-items: center;
  padding-top: var(--header-height);
}

.hero-copy {
  width: min(640px, 100%);
  padding-block: 88px 72px;
}

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

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

h1,
h2,
h3 {
  margin: 0;
  line-height: 1.05;
  letter-spacing: 0;
}

h1,
h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
}

h1 {
  max-width: 11ch;
  font-size: 4.8rem;
}

h2 {
  font-size: 3rem;
}

h3 {
  font-size: 1.2rem;
}

.hero-lead {
  max-width: 560px;
  margin: 26px 0 0;
  color: #43504a;
  font-size: 1.16rem;
}

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

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 12px 18px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 800;
  line-height: 1.1;
  transition: transform 160ms ease, background 160ms ease, border-color 160ms ease, color 160ms ease;
}

.btn svg {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

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

.btn-primary {
  background: var(--color-sage-dark);
  color: #fff;
  box-shadow: 0 14px 28px rgba(62, 85, 74, 0.24);
}

.btn-primary:hover {
  background: #2f453b;
}

.btn-quiet,
.btn-outline {
  background: rgba(255, 255, 255, 0.86);
  border-color: rgba(62, 85, 74, 0.18);
  color: var(--color-sage-dark);
}

.btn-outline {
  background: #fff;
}

.quick-strip {
  position: relative;
  z-index: 2;
  margin-top: -58px;
}

.quick-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background: #fff;
  border: 1px solid var(--color-line);
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
  overflow: hidden;
}

.quick-item {
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 116px;
  padding: 22px 24px;
  border-right: 1px solid var(--color-line);
}

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

.quick-icon {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  border-radius: 50%;
  background: rgba(111, 131, 119, 0.12);
  color: var(--color-sage-dark);
}

.quick-icon svg,
.service-icon svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.quick-item strong,
.quick-item small {
  display: block;
}

.quick-item strong {
  line-height: 1.2;
}

.quick-item small {
  color: var(--color-muted);
  margin-top: 4px;
}

.section {
  padding: 112px 0;
  scroll-margin-top: calc(var(--header-height) + 24px);
}

.section-muted {
  background: var(--color-soft);
}

.section-split {
  padding-top: 132px;
}

.split-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 72px;
  align-items: start;
}

.rich-text {
  color: #44514b;
  font-size: 1.05rem;
}

.rich-text p {
  margin: 0 0 18px;
}

.stats-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 34px;
}

.stats-row div {
  padding: 20px;
  border: 1px solid var(--color-line);
  border-radius: var(--radius);
  background: #fff;
}

.stats-row strong,
.stats-row span {
  display: block;
}

.stats-row strong {
  color: var(--color-sage-dark);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2rem;
  line-height: 1;
}

.stats-row span {
  color: var(--color-muted);
  margin-top: 8px;
  font-size: 0.92rem;
  line-height: 1.35;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 46px;
}

.section-heading p:last-child {
  margin: 18px 0 0;
  color: var(--color-muted);
  font-size: 1.05rem;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.service-card {
  min-height: 270px;
  padding: 28px;
  border: 1px solid rgba(111, 131, 119, 0.18);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.7) inset;
}

.service-icon {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 24px;
  border-radius: 50%;
  background: var(--color-sage);
  color: #fff;
}

.service-card:nth-child(2n) .service-icon {
  background: var(--color-blush);
}

.service-card:nth-child(3n) .service-icon {
  background: var(--color-clay);
}

.service-card p {
  margin: 14px 0 0;
  color: var(--color-muted);
}

.section-prices {
  background: var(--color-ink);
  color: #fff;
}

.price-head {
  display: flex;
  justify-content: space-between;
  gap: 28px;
  align-items: end;
  margin-bottom: 28px;
}

.price-head h2 {
  max-width: 780px;
}

.section-prices .eyebrow {
  color: #e4b8ad;
}

.price-tabs {
  display: inline-flex;
  gap: 4px;
  padding: 5px;
  margin-bottom: 22px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
}

.price-tab {
  min-height: 42px;
  padding: 9px 18px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: rgba(255, 255, 255, 0.72);
  font-weight: 800;
  cursor: pointer;
}

.price-tab.is-active {
  background: #fff;
  color: var(--color-ink);
}

.price-panels {
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
  overflow: hidden;
  background: rgba(255, 255, 255, 0.06);
}

.price-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.price-list div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  min-height: 58px;
  padding: 16px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.price-list div:nth-child(odd) {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.price-list div:nth-last-child(-n+2) {
  border-bottom: 0;
}

.price-list span {
  color: rgba(255, 255, 255, 0.82);
}

.price-list strong {
  white-space: nowrap;
  color: #fff;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 210px;
  gap: 12px;
}

.gallery-item {
  appearance: none;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--color-soft);
  cursor: zoom-in;
}

.gallery-item-large {
  grid-column: span 2;
  grid-row: span 2;
}

.gallery-item-tall {
  grid-row: span 2;
}

.gallery-item picture,
.gallery-item img {
  width: 100%;
  height: 100%;
}

.gallery-item img {
  object-fit: cover;
  transition: transform 300ms ease, filter 300ms ease;
}

.gallery-item:hover img {
  transform: scale(1.04);
  filter: saturate(1.06);
}

.gift-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 24px;
  align-items: stretch;
}

.gift-panel {
  min-height: 360px;
  padding: 40px;
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(62, 85, 74, 0.95), rgba(111, 131, 119, 0.9)),
    var(--color-sage-dark);
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-shadow: var(--shadow-light);
}

.gift-panel .eyebrow {
  color: #ffd8d0;
}

.gift-panel p {
  margin: 20px 0 28px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.05rem;
}

.gift-panel .btn-primary {
  align-self: flex-start;
  background: #fff;
  color: var(--color-sage-dark);
  box-shadow: none;
}

.benefit-list {
  display: grid;
  gap: 12px;
}

.benefit-list article {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  gap: 18px;
  padding: 26px;
  border: 1px solid var(--color-line);
  border-radius: var(--radius);
  background: #fff;
}

.benefit-list span {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(217, 166, 161, 0.2);
  color: var(--color-clay);
  font-weight: 900;
}

.benefit-list p {
  margin: 10px 0 0;
  color: var(--color-muted);
}

.contact-section {
  background: #fff;
}

.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  gap: 34px;
  align-items: stretch;
}

.contact-cards {
  display: grid;
  gap: 10px;
  margin-top: 32px;
}

.contact-cards a,
.contact-cards div {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  padding: 18px 20px;
  border: 1px solid var(--color-line);
  border-radius: var(--radius);
  background: var(--color-soft);
}

.contact-cards span {
  color: var(--color-muted);
  font-size: 0.9rem;
}

.contact-cards strong {
  line-height: 1.35;
}

.map-wrap {
  min-height: 510px;
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--color-soft);
  box-shadow: var(--shadow-light);
}

.map-wrap iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.site-footer {
  padding: 30px 0;
  background: var(--color-ink);
  color: rgba(255, 255, 255, 0.72);
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
  font-size: 0.92rem;
}

.footer-inner p {
  margin: 0;
}

.footer-inner strong {
  color: #fff;
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: grid;
  place-items: center;
  padding: 28px;
  background: rgba(13, 18, 16, 0.9);
}

.lightbox[hidden] {
  display: none;
}

.lightbox img {
  max-width: min(1100px, 100%);
  max-height: 86vh;
  width: auto;
  height: auto;
  border-radius: var(--radius);
  box-shadow: 0 20px 80px rgba(0, 0, 0, 0.45);
}

.lightbox-close {
  position: absolute;
  top: 18px;
  right: 18px;
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  cursor: pointer;
}

.lightbox-close svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
}

@media (max-width: 980px) {
  h1 {
    font-size: 3.6rem;
  }

  h2 {
    font-size: 2.35rem;
  }

  .primary-nav {
    position: fixed;
    inset: var(--header-height) 0 auto;
    display: grid;
    gap: 0;
    padding: 12px 20px 22px;
    background: #fff;
    border-bottom: 1px solid var(--color-line);
    box-shadow: 0 20px 30px rgba(29, 36, 33, 0.08);
    transform: translateY(-120%);
    transition: transform 180ms ease;
  }

  .nav-open .primary-nav {
    transform: translateY(0);
  }

  .primary-nav a {
    border-radius: var(--radius);
    padding: 15px 8px;
  }

  .nav-toggle {
    display: grid;
  }

  .hero,
  .hero-inner {
    min-height: 680px;
  }

  .hero::before {
    background-position: 62% center;
  }

  .quick-grid,
  .split-grid,
  .gift-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .quick-item {
    border-right: 0;
    border-bottom: 1px solid var(--color-line);
  }

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

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

  .price-head {
    align-items: start;
    flex-direction: column;
  }

  .price-list {
    grid-template-columns: 1fr;
  }

  .price-list div:nth-child(odd) {
    border-right: 0;
  }

  .price-list div:nth-last-child(2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 190px;
  }

  .map-wrap {
    min-height: 420px;
  }

  .footer-inner {
    display: grid;
  }
}

@media (max-width: 640px) {
  :root {
    --header-height: 68px;
  }

  .container {
    padding-inline: 14px;
  }

  .brand {
    min-width: 0;
  }

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

  .brand small {
    font-size: 0.72rem;
  }

  .hero,
  .hero-inner {
    min-height: 650px;
  }

  .hero::before {
    background-image:
      linear-gradient(90deg, rgba(246, 243, 238, 0.98) 0%, rgba(246, 243, 238, 0.88) 48%, rgba(246, 243, 238, 0.18) 100%),
      image-set(url("assets/hero-salon.webp") type("image/webp"), url("assets/hero-salon.png") type("image/png"));
    background-position: 68% center;
  }

  .hero-copy {
    padding-block: 70px 54px;
  }

  h1 {
    font-size: 2.72rem;
  }

  h2 {
    font-size: 2rem;
  }

  .hero-lead {
    font-size: 1rem;
    max-width: 330px;
  }

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

  .hero-actions {
    display: grid;
    max-width: 330px;
  }

  .hero-actions .btn {
    width: 100%;
    min-width: 0;
  }

  .price-tab {
    flex: 1 1 auto;
  }

  .quick-strip {
    margin-top: 0;
  }

  .quick-grid {
    border-radius: 0;
    border-left: 0;
    border-right: 0;
    width: calc(100% + 28px);
    margin-left: -14px;
  }

  .quick-item {
    min-height: 96px;
    padding: 18px 20px;
  }

  .section {
    padding: 76px 0;
  }

  .section-split {
    padding-top: 86px;
  }

  .stats-row,
  .service-grid {
    grid-template-columns: 1fr;
  }

  .service-card {
    min-height: auto;
    padding: 24px;
  }

  .price-list div {
    grid-template-columns: 1fr;
    gap: 6px;
    align-items: start;
  }

  .gallery-grid {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    padding-bottom: 8px;
    scroll-snap-type: x mandatory;
  }

  .gallery-item {
    flex: 0 0 82%;
    height: 320px;
    scroll-snap-align: start;
  }

  .gift-panel {
    padding: 28px;
  }

  .benefit-list article {
    grid-template-columns: 1fr;
  }

  .contact-cards a,
  .contact-cards div {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .map-wrap {
    min-height: 340px;
  }
}

@media (max-width: 520px) {
  .container {
    max-width: 390px;
    margin-left: 0;
    margin-right: auto;
  }

  .quick-grid {
    width: 100%;
    margin-left: 0;
    border-left: 0;
    border-right: 0;
  }
}

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