:root {
  --bg: #fff7f2;
  --card: #fffdf9;
  --soft: #f4ded4;
  --text: #2f2421;
  --muted: #7d6761;
  --line: #ead2c7;
  --accent: #9b544a;
  --accent-dark: #733a34;
  --gold: #bd8b45;
  --shadow: 0 24px 70px rgba(83, 45, 35, 0.16);
  --radius: 28px;
  --display: 'Zodiak', Georgia, serif;
  --body: 'Satoshi', Arial, sans-serif;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  color: var(--text);
  background:
    radial-gradient(circle at top left, #f3d8ce 0, transparent 460px),
    linear-gradient(180deg, var(--bg), #fffaf7);
  font-family: var(--body);
  font-size: 17px;
  line-height: 1.65;
}

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

a {
  color: inherit;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
  padding: 18px 0;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--text);
  text-decoration: none;
}

.brand svg {
  width: 38px;
  height: 38px;
  fill: none;
  stroke: var(--accent);
  stroke-width: 3.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.brand span {
  font-family: var(--display);
  font-size: clamp(24px, 3vw, 34px);
  font-weight: 600;
  letter-spacing: -0.02em;
}

.call-small,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: var(--accent);
  color: white;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 12px 30px rgba(115, 58, 52, 0.2);
}

.call-small {
  min-height: 44px;
  padding: 10px 20px;
  white-space: nowrap;
}

.button {
  min-height: 54px;
  padding: 14px 26px;
}

.button.light {
  border: 1px solid var(--line);
  background: white;
  color: var(--accent);
  box-shadow: none;
}

.hero,
.section,
.contact,
footer {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
}

.hero {
  display: grid;
  grid-template-columns: 1fr 430px;
  align-items: center;
  gap: clamp(34px, 6vw, 76px);
  min-height: calc(100vh - 84px);
  padding: 58px 0 86px;
}

.eyebrow {
  margin-bottom: 14px;
  color: var(--accent);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.center {
  text-align: center;
}

h1,
h2 {
  font-family: var(--display);
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 0.98;
}

h1 {
  max-width: 720px;
  font-size: clamp(58px, 9vw, 118px);
}

h2 {
  max-width: 760px;
  margin: 0 auto 34px;
  font-size: clamp(42px, 6vw, 78px);
  text-align: center;
}

.lead {
  max-width: 650px;
  margin-top: 26px;
  color: var(--muted);
  font-size: clamp(18px, 2vw, 22px);
}

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

.hero-photo {
  padding: 12px;
  border-radius: calc(var(--radius) + 12px);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: var(--shadow);
}

.hero-photo img {
  aspect-ratio: 3 / 4;
  object-fit: cover;
  border-radius: var(--radius);
}

.section {
  padding: 82px 0;
}

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

.photo-section img,
.split img,
.feature-card img,
.gallery img,
.space-grid img {
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.photo-section img {
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.real-results {
  padding-top: 66px;
}

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

.gallery figure {
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--card);
  border: 1px solid var(--line);
  box-shadow: 0 10px 30px rgba(83, 45, 35, 0.08);
}

.gallery img {
  display: block;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  border-radius: 0;
  box-shadow: none;
}

.gallery figcaption {
  padding: 14px 16px 16px;
  color: var(--text);
  background: var(--card);
  font-weight: 700;
  text-align: center;
}

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

.services article,
.contact-card {
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(255, 253, 249, 0.86);
  box-shadow: 0 10px 30px rgba(83, 45, 35, 0.07);
}

.services article {
  padding: 24px;
}

h3 {
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 1.15;
}

.services p,
.split p,
.contact-card p,
footer p {
  color: var(--muted);
}

.split {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  align-items: center;
  gap: 46px;
}

.split h2 {
  margin-inline: 0;
  text-align: left;
}

.split p {
  max-width: 560px;
  font-size: 19px;
}

.split img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.feature-strip {
  padding-top: 0;
}

.feature-card {
  display: grid;
  grid-template-columns: 0.68fr 1fr;
  align-items: center;
  gap: 42px;
  border: 1px solid var(--line);
  border-radius: calc(var(--radius) + 10px);
  padding: 18px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.72), rgba(244, 222, 212, 0.48));
  box-shadow: 0 18px 50px rgba(83, 45, 35, 0.11);
}

.feature-card img {
  aspect-ratio: 3 / 4;
  object-fit: cover;
}

.feature-card h2 {
  margin-inline: 0;
  text-align: left;
}

.feature-card p:not(.eyebrow) {
  max-width: 560px;
  color: var(--muted);
  font-size: 19px;
}

.salon-space {
  padding-top: 0;
}

.space-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 18px;
}

.space-grid img {
  object-fit: cover;
}

.space-grid img:first-child {
  grid-row: span 2;
  aspect-ratio: 4 / 5;
}

.space-grid img:not(:first-child) {
  aspect-ratio: 4 / 3;
}

.contact {
  padding: 88px 0;
  text-align: center;
}

.contact-card {
  display: grid;
  gap: 16px;
  max-width: 760px;
  margin: 0 auto;
  padding: 32px;
  text-align: left;
}

.contact-card .button {
  width: fit-content;
  margin-top: 8px;
}

footer {
  border-top: 1px solid var(--line);
  padding: 28px 0 42px;
  text-align: center;
}

@media (max-width: 900px) {
  .hero,
  .split,
  .feature-card {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    padding-top: 34px;
  }

  .hero-photo {
    max-width: 460px;
    margin: 0 auto;
  }

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

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

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

  .space-grid img:first-child,
  .space-grid img:not(:first-child) {
    grid-row: auto;
    aspect-ratio: 4 / 3;
  }
}

@media (max-width: 560px) {
  body {
    font-size: 16px;
  }

  .topbar {
    width: min(100% - 24px, 1120px);
    padding: 12px 0;
  }

  .brand span {
    font-size: 24px;
  }

  .call-small {
    min-height: 40px;
    padding: 9px 14px;
    font-size: 14px;
  }

  .hero,
  .section,
  .contact,
  footer {
    width: min(100% - 24px, 1120px);
  }

  h1 {
    font-size: clamp(48px, 16vw, 76px);
  }

  h2 {
    font-size: clamp(38px, 12vw, 58px);
  }

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

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

  .gallery {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .gallery img {
    aspect-ratio: 4 / 5;
  }

  .feature-card {
    padding: 12px;
  }

  .feature-card img {
    aspect-ratio: 4 / 5;
  }

  .section {
    padding: 56px 0;
  }
}
