:root {
  --ink: #151310;
  --muted: #6f6961;
  --paper: #fbf8f2;
  --soft: #f0e7dc;
  --line: #ddd1c3;
  --cream: #fffdf8;
  --taupe: #9a7b5f;
  --bronze: #6f4f36;
  --rose: #b77a73;
  --sage: #78806f;
  --shadow: 0 24px 70px rgba(42, 32, 22, 0.13);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    linear-gradient(180deg, rgba(251, 248, 242, 0.92), rgba(251, 248, 242, 1)),
    var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
  min-height: 76px;
  padding: 16px clamp(18px, 5vw, 64px);
  border-bottom: 1px solid rgba(221, 209, 195, 0.8);
  background: rgba(251, 248, 242, 0.86);
  backdrop-filter: blur(18px);
}

.brand,
.nav,
.hero-actions,
.contact-points {
  display: flex;
  align-items: center;
}

.brand {
  gap: 14px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.06rem;
  letter-spacing: 0;
}

.brand-mark {
  display: block;
  width: 68px;
  height: 56px;
  overflow: hidden;
  background: transparent;
}

.brand-mark img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.nav {
  justify-content: center;
  gap: clamp(16px, 3vw, 36px);
  color: var(--muted);
  font-size: 0.9rem;
}

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

.nav-cta {
  justify-self: end;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 74px;
  height: 42px;
  border: 1px solid var(--ink);
  border-radius: 999px;
  font-weight: 700;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(320px, 1.12fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
  min-height: calc(100svh - 76px);
  padding: clamp(30px, 5vw, 72px) clamp(18px, 5vw, 64px) 34px;
}

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

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

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

h1,
h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  line-height: 0.98;
  letter-spacing: 0;
}

h1 {
  max-width: 12ch;
  margin-bottom: 24px;
  font-size: clamp(4.1rem, 11vw, 9.6rem);
}

h2 {
  max-width: 13ch;
  margin-bottom: 20px;
  font-size: clamp(2.6rem, 5.4vw, 5.9rem);
}

h3 {
  margin-bottom: 12px;
  font-size: clamp(1.1rem, 2vw, 1.35rem);
}

p {
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.7;
}

.hero-copy p:not(.eyebrow) {
  max-width: 560px;
  font-size: clamp(1.04rem, 1.6vw, 1.22rem);
}

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

.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 999px;
  font-weight: 800;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease;
}

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

.primary {
  color: var(--cream);
  background: var(--ink);
}

.secondary {
  color: var(--ink);
  border: 1px solid var(--line);
  background: rgba(255, 253, 248, 0.7);
}

.hero-media {
  min-height: 520px;
  height: min(72vh, 780px);
  overflow: hidden;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.trust-band {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin: 0 clamp(18px, 5vw, 64px) clamp(70px, 9vw, 130px);
  border: 1px solid var(--line);
  background: var(--line);
}

.trust-band div {
  min-height: 118px;
  padding: 24px;
  background: rgba(255, 253, 248, 0.84);
}

.trust-band strong,
.steps strong {
  display: block;
  margin-bottom: 8px;
}

.trust-band span,
.steps span {
  color: var(--muted);
  line-height: 1.55;
}

.section-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(30px, 6vw, 92px);
  align-items: center;
  padding: clamp(70px, 10vw, 140px) clamp(18px, 5vw, 64px);
}

.intro {
  border-top: 1px solid var(--line);
}

.intro p:not(.eyebrow) {
  max-width: 770px;
  font-size: clamp(1.08rem, 1.8vw, 1.42rem);
  color: #4b453d;
}

.services,
.pricing,
.transformations,
.slavic-hair {
  padding: clamp(70px, 10vw, 140px) clamp(18px, 5vw, 64px);
}

.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 32px;
  margin-bottom: 34px;
}

.section-heading h2 {
  max-width: 760px;
}

.service-grid,
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.service-grid article,
.price-card,
.quote-form {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.72);
}

.service-grid article {
  min-height: 270px;
  padding: 26px;
}

.service-grid span {
  display: inline-block;
  margin-bottom: 58px;
  color: var(--rose);
  font-weight: 900;
}

.service-grid p,
.price-card p {
  font-size: 0.95rem;
}

.method {
  background: #27231e;
}

.method h2,
.method strong,
.method-copy p:not(.eyebrow) {
  color: var(--cream);
}

.method .eyebrow {
  color: #d2aa84;
}

.method-image {
  height: min(78vh, 720px);
  overflow: hidden;
  border-radius: 8px;
}

.method-copy {
  max-width: 620px;
}

.steps {
  display: grid;
  gap: 14px;
  margin-top: 34px;
}

.steps div {
  padding: 18px 0;
  border-top: 1px solid rgba(255, 253, 248, 0.18);
}

.feature-strip {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(300px, 1.1fr);
  gap: clamp(28px, 6vw, 90px);
  align-items: center;
  padding: clamp(70px, 10vw, 140px) clamp(18px, 5vw, 64px);
}

.feature-strip img {
  aspect-ratio: 1 / 1;
  height: auto;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.feature-strip h2 {
  max-width: 780px;
}

.slavic-hair {
  display: grid;
  grid-template-columns: minmax(280px, 0.82fr) minmax(320px, 1.18fr);
  gap: clamp(30px, 6vw, 92px);
  align-items: start;
  border-top: 1px solid var(--line);
  background: #f5eee5;
}

.slavic-intro {
  position: sticky;
  top: 110px;
}

.slavic-intro h2 {
  max-width: 650px;
}

.slavic-intro p:not(.eyebrow) {
  max-width: 560px;
  color: #4b453d;
  font-size: clamp(1.02rem, 1.45vw, 1.2rem);
}

.slavic-content {
  display: grid;
  gap: 14px;
}

.slavic-content article,
.slavic-list {
  padding: clamp(22px, 3.2vw, 34px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.78);
}

.slavic-content h3,
.slavic-list h3 {
  margin-bottom: 14px;
}

.slavic-content p:last-child {
  margin-bottom: 0;
}

.slavic-list {
  background: var(--ink);
  color: var(--cream);
}

.slavic-list h3 {
  color: var(--cream);
}

.slavic-list ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 22px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.slavic-list li {
  position: relative;
  padding-left: 20px;
  color: rgba(255, 253, 248, 0.78);
  line-height: 1.55;
}

.slavic-list li::before {
  position: absolute;
  top: 0.65em;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #d2aa84;
  content: "";
}

.slavic-list.compact {
  background: #efe1d2;
  color: var(--ink);
}

.slavic-list.compact h3,
.slavic-list.compact li {
  color: var(--ink);
}

.slavic-list.compact li::before {
  background: var(--rose);
}

.slavic-closing {
  border-color: rgba(111, 79, 54, 0.35);
  background: var(--cream);
  box-shadow: var(--shadow);
}

.transformations {
  border-top: 1px solid var(--line);
  background: #fffaf4;
}

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

.transformation-grid article {
  overflow: hidden;
  border-radius: 8px;
  background: var(--ink);
  box-shadow: var(--shadow);
}

.transformation-grid img {
  aspect-ratio: 3 / 2;
  height: auto;
  object-fit: cover;
}

.pricing-grid {
  grid-template-columns: 1.15fr 0.9fr 0.9fr;
}

.price-card {
  padding: 28px;
}

.price-card.featured {
  background: var(--ink);
  color: var(--cream);
}

.price-card.featured p,
.price-card.featured dd,
.price-card.featured dt {
  color: rgba(255, 253, 248, 0.78);
}

dl {
  display: grid;
  gap: 2px;
  margin: 28px 0 0;
}

dl div {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 13px 0;
  border-top: 1px solid rgba(154, 123, 95, 0.25);
}

dt,
dd {
  margin: 0;
  color: var(--muted);
}

dd {
  color: var(--ink);
  font-weight: 900;
  text-align: right;
}

.quote-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.8fr) minmax(320px, 0.74fr);
  gap: clamp(30px, 7vw, 110px);
  padding: clamp(70px, 10vw, 140px) clamp(18px, 5vw, 64px);
  background: #e7d8c8;
}

.contact-points {
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  margin-top: 28px;
  font-weight: 800;
}

.quote-form {
  display: grid;
  gap: 16px;
  padding: clamp(22px, 4vw, 36px);
  background: var(--cream);
  box-shadow: var(--shadow);
}

label {
  display: grid;
  gap: 8px;
  color: var(--ink);
  font-size: 0.9rem;
  font-weight: 800;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 14px 14px;
  color: var(--ink);
  background: #fff;
  font: inherit;
}

textarea {
  resize: vertical;
}

.quote-form .button {
  border: 0;
  cursor: pointer;
}

.booking-panel {
  align-content: center;
}

.booking-panel h3 {
  margin-bottom: 12px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 4vw, 3.5rem);
  font-weight: 500;
  line-height: 1;
}

.booking-panel p {
  margin-bottom: 20px;
}

.booking-panel .button {
  width: 100%;
}

.booking-panel .secondary {
  border: 1px solid var(--line);
}

.visit {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 28px;
  padding: 46px clamp(18px, 5vw, 64px);
  color: var(--cream);
  background: var(--ink);
}

.visit .eyebrow,
.visit p {
  color: rgba(255, 253, 248, 0.72);
}

.visit h2 {
  margin-bottom: 14px;
  font-size: clamp(2.1rem, 4vw, 4.3rem);
}

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

  .nav {
    display: none;
  }

  .hero,
  .section-grid,
  .feature-strip,
  .quote-section,
  .slavic-hair {
    grid-template-columns: 1fr;
  }

  .slavic-intro {
    position: static;
  }

  .hero {
    min-height: auto;
  }

  .hero-media,
  .method-image {
    min-height: 420px;
    height: 62vh;
  }

  .trust-band,
  .service-grid,
  .pricing-grid,
  .transformation-grid {
    grid-template-columns: 1fr;
  }

  .section-heading {
    display: block;
  }

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

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

  .brand span:last-child {
    display: none;
  }

  .brand-mark {
    width: 60px;
    height: 50px;
  }

  .hero {
    padding-top: 34px;
  }

  h1 {
    max-width: 10ch;
    font-size: clamp(3.5rem, 20vw, 5.3rem);
  }

  h2 {
    font-size: clamp(2.2rem, 13vw, 3.4rem);
  }

  .hero-media,
  .method-image {
    min-height: 360px;
    height: 54vh;
  }

  .service-grid article {
    min-height: auto;
  }

  .service-grid span {
    margin-bottom: 36px;
  }

  .visit {
    display: grid;
  }
}
