:root {
  --paper: #f8efea;
  --cream: #f3e3da;
  --blush: #ecc9d2;
  --blush-deep: #d49aa9;
  --ink: #14100f;
  --ink-2: #2a2422;
  --muted: #7a6e69;
  --line: rgba(20,16,15,0.10);
  --hairline: rgba(20,16,15,0.06);
}
* { box-sizing: border-box; }
html, body {
  margin: 0; padding: 0; background: var(--paper); color: var(--ink);
  font-family: 'Inter', system-ui, sans-serif; line-height: 1.55;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.container { max-width: 1280px; margin: 0 auto; padding: 0 32px; }
.narrow { max-width: 880px; margin: 0 auto; padding: 0 32px; }
.display { font-family: 'DM Serif Display', 'Playfair Display', Georgia, serif; font-weight: 400; }

/* Top — bold split header */
.top {
  padding: 24px 0; border-bottom: 1px solid var(--line);
  background: var(--paper);
  position: sticky; top: 0; z-index: 50;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
.top__row {
  display: flex; align-items: center; justify-content: space-between;
  gap: 16px;
}
.brand {
  font-family: 'DM Serif Display', serif; font-weight: 400;
  font-size: 1.8rem; letter-spacing: -0.005em; color: var(--ink);
  display: inline-flex; align-items: baseline; gap: 8px;
}
.brand__dot {
  width: 8px; height: 8px; border-radius: 50%; background: var(--blush-deep);
  display: inline-block;
}
.nav {
  display: flex; gap: 28px; font-size: 0.84rem; color: var(--ink);
  letter-spacing: 0.18em; text-transform: uppercase; font-weight: 500;
}
.nav a { padding-bottom: 4px; border-bottom: 1px solid transparent; transition: border-color 200ms ease; }
.nav a:hover { border-bottom-color: var(--ink); }
.nav__cta {
  background: var(--ink); color: var(--paper);
  padding: 11px 22px; border-radius: 999px; font-size: 0.84rem;
  font-weight: 500; letter-spacing: 0.16em; text-transform: uppercase;
  border-bottom: 1px solid var(--ink) !important;
  transition: background 200ms ease;
}
.nav__cta:hover { background: var(--blush-deep); border-bottom-color: var(--blush-deep) !important; }

/* Hero — fashion-magazine cover */
.hero {
  padding: 0; position: relative;
  background: var(--cream);
  overflow: hidden;
}
.hero__row {
  display: grid; grid-template-columns: 1.2fr 1fr;
  align-items: stretch; min-height: 620px;
}
.hero__photo {
  background-size: cover; background-position: center;
  background-color: var(--ink);
}
.hero__text {
  padding: 80px 64px;
  display: flex; flex-direction: column; justify-content: center;
}
.hero__label {
  font-size: 0.78rem; letter-spacing: 0.32em; text-transform: uppercase;
  color: var(--blush-deep); font-weight: 600; margin-bottom: 18px;
}
.hero h1 {
  font-family: 'DM Serif Display', serif; font-weight: 400;
  font-size: clamp(3rem, 7vw, 6rem); line-height: 0.95;
  letter-spacing: -0.018em; margin: 0 0 22px; color: var(--ink);
}
.hero h1 em {
  font-style: italic; color: var(--blush-deep);
}
.hero p { color: var(--ink-2); font-size: 1.1rem; margin: 0 0 28px; max-width: 460px; }
.hero__cta { display: flex; gap: 14px; flex-wrap: wrap; }
.btn-primary {
  background: var(--ink); color: var(--paper); padding: 14px 28px;
  border-radius: 999px; font-weight: 500;
  font-size: 0.86rem; letter-spacing: 0.18em; text-transform: uppercase;
  transition: background 200ms ease;
}
.btn-primary:hover { background: var(--blush-deep); color: var(--ink); }
.btn-outline {
  background: transparent; color: var(--ink); border: 1px solid var(--ink);
  padding: 13px 28px; border-radius: 999px; font-weight: 500;
  font-size: 0.86rem; letter-spacing: 0.18em; text-transform: uppercase;
}
.btn-outline:hover { background: var(--ink); color: var(--paper); }

.hero__meta {
  margin-top: 36px; padding-top: 24px;
  border-top: 1px solid var(--line);
  display: flex; gap: 24px; flex-wrap: wrap;
  font-size: 0.84rem; color: var(--muted);
}
.hero__meta strong { color: var(--ink); display: block; font-family: 'DM Serif Display', serif; font-size: 1.4rem; line-height: 1; margin-bottom: 4px; font-weight: 400; }
.hero__meta strong em { font-style: italic; color: var(--blush-deep); }

/* Services */
.services { padding: 96px 0; }
.services__head {
  display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: end; margin-bottom: 48px;
}
.services__head .label { font-size: 0.78rem; letter-spacing: 0.32em; text-transform: uppercase; color: var(--blush-deep); font-weight: 600; margin-bottom: 14px; }
.services__head h2 { font-family: 'DM Serif Display', serif; font-weight: 400; font-size: clamp(2.4rem, 5vw, 4rem); margin: 0; color: var(--ink); line-height: 1.0; letter-spacing: -0.018em; }
.services__head h2 em { font-style: italic; color: var(--blush-deep); }
.services__head p { color: var(--muted); margin: 0; font-size: 1.04rem; max-width: 460px; }

.services__list {
  border-top: 1px solid var(--ink);
}
.svc-row {
  display: grid; grid-template-columns: 80px 1.2fr 1fr auto;
  gap: 32px; align-items: center;
  padding: 28px 8px; border-bottom: 1px solid var(--line);
  transition: background 240ms ease;
}
.svc-row:hover { background: var(--cream); }
.svc-row__num { font-family: 'DM Serif Display', serif; font-style: italic; color: var(--blush-deep); font-size: 1.4rem; }
.svc-row__name { font-family: 'DM Serif Display', serif; font-size: 1.5rem; color: var(--ink); letter-spacing: -0.005em; line-height: 1.15; }
.svc-row__desc { color: var(--muted); font-size: 0.96rem; }
.svc-row__price { font-family: 'DM Serif Display', serif; font-style: italic; color: var(--ink); font-size: 1.4rem; white-space: nowrap; }

/* Editorial — fullbleed photo + caption */
.editorial { padding: 96px 0; background: var(--cream); }
.editorial__row { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
.editorial__photo {
  aspect-ratio: 4/5; background-size: cover; background-position: center;
}
.editorial__text .label { font-size: 0.78rem; letter-spacing: 0.32em; text-transform: uppercase; color: var(--blush-deep); font-weight: 600; margin-bottom: 14px; }
.editorial__text h2 { font-family: 'DM Serif Display', serif; font-weight: 400; font-size: clamp(2.4rem, 5vw, 3.6rem); margin: 0 0 18px; color: var(--ink); letter-spacing: -0.018em; line-height: 1.05; }
.editorial__text h2 em { font-style: italic; color: var(--blush-deep); }
.editorial__text p { color: var(--ink-2); font-size: 1.06rem; margin: 0 0 14px; max-width: 480px; }

/* Stylists */
.stylists { padding: 96px 0; }
.stylists__head { text-align: center; max-width: 720px; margin: 0 auto 56px; }
.stylists__head .label { font-size: 0.78rem; letter-spacing: 0.32em; text-transform: uppercase; color: var(--blush-deep); font-weight: 600; margin-bottom: 14px; }
.stylists__head h2 { font-family: 'DM Serif Display', serif; font-weight: 400; font-size: clamp(2rem, 4vw, 3rem); margin: 0; color: var(--ink); letter-spacing: -0.018em; }
.stylists__head h2 em { font-style: italic; color: var(--blush-deep); }
.stylists__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.stylist {
  background: var(--paper); border: 1px solid var(--line);
  padding: 28px;
  text-align: center;
}
.stylist__photo {
  aspect-ratio: 1/1; background-size: cover; background-position: center;
  margin-bottom: 18px; border-radius: 50%; max-width: 180px; margin-left: auto; margin-right: auto;
}
.stylist h3 { font-family: 'DM Serif Display', serif; font-size: 1.4rem; color: var(--ink); margin: 0 0 4px; }
.stylist .role { font-style: italic; color: var(--blush-deep); font-family: 'DM Serif Display', serif; margin-bottom: 12px; }
.stylist p { color: var(--muted); font-size: 0.94rem; margin: 0; }

/* Big number band */
.numbers { padding: 80px 0; background: var(--ink); color: var(--paper); }
.numbers__row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 32px; text-align: center; }
.num__big {
  font-family: 'DM Serif Display', serif; font-weight: 400;
  font-size: clamp(2.8rem, 5vw, 4rem); line-height: 1;
  color: var(--paper); letter-spacing: -0.018em;
}
.num__big em { font-style: italic; color: var(--blush); }
.num__lbl { font-size: 0.78rem; letter-spacing: 0.32em; text-transform: uppercase; color: var(--blush); margin-top: 12px; }

/* Booking CTA */
.booking { padding: 96px 0; background: var(--blush); }
.booking__inner {
  display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center;
}
.booking__text .label { font-size: 0.78rem; letter-spacing: 0.32em; text-transform: uppercase; color: var(--ink); font-weight: 600; margin-bottom: 14px; }
.booking__text h2 { font-family: 'DM Serif Display', serif; font-weight: 400; font-size: clamp(2.4rem, 5vw, 4rem); color: var(--ink); margin: 0 0 18px; letter-spacing: -0.018em; line-height: 1.0; }
.booking__text h2 em { font-style: italic; }
.booking__text p { color: var(--ink-2); font-size: 1.06rem; margin: 0 0 22px; max-width: 460px; }
.booking .btn-primary { background: var(--ink); color: var(--blush); }
.booking .btn-primary:hover { background: var(--paper); color: var(--ink); }

/* Footer */
.foot {
  background: var(--ink); color: rgba(248,239,234,0.85);
  padding: 56px 0 28px; text-align: center; font-size: 0.94rem;
}
.foot strong {
  font-family: 'DM Serif Display', serif; font-weight: 400;
  color: var(--paper); display: block; font-size: 2rem;
  margin-bottom: 8px; letter-spacing: -0.018em;
}
.foot strong em { font-style: italic; color: var(--blush); }
.foot .small { margin-top: 14px; font-size: 0.78rem; letter-spacing: 0.32em; text-transform: uppercase; color: rgba(248,239,234,0.5); }

@media (max-width: 920px) {
  .hero__row { grid-template-columns: 1fr; }
  .hero__photo { min-height: 360px; }
  .hero__text { padding: 56px 28px; }
  .services__head { grid-template-columns: 1fr; }
  .svc-row { grid-template-columns: 60px 1fr auto; gap: 16px; padding: 22px 4px; }
  .svc-row__desc { display: none; }
  .editorial__row, .booking__inner { grid-template-columns: 1fr; gap: 32px; }
  .stylists__grid { grid-template-columns: 1fr; }
  .numbers__row { grid-template-columns: repeat(2, 1fr); }
  .nav { display: none; }
}
