:root {
  --sage: #7d8768;
  --sage-deep: #4e5a40;
  --sage-soft: #c9d0bf;
  --cream: #f6eadc;
  --cream-light: #fbf4eb;
  --ink: #525d44;
  --muted: #8a907e;
  --line: rgba(78, 90, 64, 0.26);
  --white: #fffdf8;
  --gold: #d79b21;
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--cream-light);
  color: var(--ink);
  font-family: "Segoe UI", Tahoma, Arial, sans-serif;
  letter-spacing: 0;
}

img {
  display: block;
  max-width: 100%;
}

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

.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: absolute;
  inset: 0 0 auto;
  z-index: 20;
  padding: 16px 0 0;
}

.nav {
  width: min(var(--max), calc(100% - 64px));
  min-height: 56px;
  margin: 0 auto;
  border-bottom: 1px solid rgba(255, 253, 248, 0.62);
  display: grid;
  grid-template-columns: 170px 1fr 136px;
  align-items: center;
  gap: 24px;
  color: var(--cream-light);
}

.brand {
  line-height: 0.9;
  width: fit-content;
}

.brand span {
  display: block;
  font-size: 30px;
  font-weight: 300;
  letter-spacing: 0;
}

.brand small {
  display: block;
  margin-top: 4px;
  font-size: 11px;
  font-weight: 500;
}

.nav-links {
  display: flex;
  justify-content: center;
  gap: clamp(24px, 5vw, 72px);
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}

.header-cta,
.button {
  min-height: 42px;
  border: 1px solid currentColor;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 34px;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 1.9px;
  text-transform: uppercase;
  transition:
    transform 180ms ease,
    background-color 180ms ease,
    color 180ms ease;
}

.header-cta:hover,
.button:hover {
  transform: translateY(-1px);
}

.menu-toggle {
  display: none;
}

.hero {
  position: relative;
  min-height: 625px;
  background: var(--sage);
  overflow: hidden;
  display: grid;
  place-items: end center;
  padding-top: 92px;
}

.hero-type {
  position: absolute;
  inset: 130px 0 auto;
  text-align: center;
  color: var(--cream-light);
  font-size: clamp(128px, 22vw, 330px);
  font-weight: 800;
  line-height: 0.77;
  pointer-events: none;
}

.hero-image-wrap {
  position: absolute;
  bottom: -74px;
  left: 50%;
  width: min(600px, 52vw);
  transform: translateX(-40%);
  z-index: 2;
  -webkit-mask-image: radial-gradient(ellipse at 50% 48%, #000 0 48%, rgba(0, 0, 0, 0.9) 58%, transparent 78%);
  mask-image: radial-gradient(ellipse at 50% 48%, #000 0 48%, rgba(0, 0, 0, 0.9) 58%, transparent 78%);
}

.hero-image-wrap::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 34%;
  background: linear-gradient(to top, var(--sage), rgba(125, 135, 104, 0));
  pointer-events: none;
}

.hero-image-wrap img {
  width: 100%;
  filter: saturate(0.94);
  mix-blend-mode: normal;
}

.hero-copy {
  position: relative;
  z-index: 4;
  width: min(var(--max), calc(100% - 64px));
  min-height: 445px;
}

.hero h1 {
  margin: 270px 0 0;
  color: var(--cream-light);
  font-size: clamp(92px, 19vw, 260px);
  font-weight: 300;
  line-height: 0.72;
  letter-spacing: 0;
}

.hero h1 span {
  display: block;
}

.hero h1 em {
  position: absolute;
  right: 18px;
  top: 250px;
  max-width: 420px;
  font-family: "Segoe UI", Tahoma, Arial, sans-serif;
  font-size: clamp(46px, 7vw, 94px);
  font-weight: 200;
  line-height: 0.92;
  font-style: italic;
}

.hero-actions {
  position: absolute;
  right: 42px;
  bottom: 54px;
  display: flex;
  gap: 14px;
}

.button-light {
  background: var(--cream-light);
  color: var(--sage-deep);
  border-color: var(--cream-light);
}

.button-ghost {
  color: var(--cream-light);
}

.button-outline {
  color: var(--ink);
  border-color: var(--line);
}

.button-sage {
  background: var(--sage-soft);
  color: var(--ink);
  border-color: #9ba790;
}

.button-dark {
  background: var(--sage-deep);
  color: var(--cream-light);
  border-color: var(--sage-deep);
}

.intro {
  min-height: 430px;
  padding: 88px 24px 72px;
  background: var(--cream);
  text-align: center;
}

.mini-icons {
  display: flex;
  justify-content: center;
  gap: 20px;
  color: #a3a991;
  font-size: 20px;
}

.intro p {
  margin: 28px 0 0;
  color: #a7a794;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.intro h2 {
  margin: 6px 0 0;
  color: #cdd4c4;
  font-size: clamp(58px, 10vw, 108px);
  font-weight: 900;
  font-style: italic;
  line-height: 0.9;
  text-transform: uppercase;
}

.intro > span {
  display: block;
  color: #b0aa9c;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.intro-actions {
  margin-top: 44px;
  display: flex;
  justify-content: center;
  gap: 24px;
}

.service-grid {
  width: min(1280px, calc(100% - 32px));
  margin: 16px auto 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: minmax(290px, auto);
  gap: 16px;
}

.tile {
  position: relative;
  overflow: hidden;
  min-height: 290px;
  background: #d8dece;
  padding: 32px;
}

.tile h3 {
  margin: 0 0 18px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(24px, 2.3vw, 34px);
  line-height: 1.02;
  color: var(--ink);
}

.tile p {
  margin: 0;
  color: #737b64;
  font-size: 13px;
  line-height: 1.6;
}

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

.tile-photo {
  padding: 0;
  display: grid;
  grid-template-rows: 52% 48%;
}

.tile-photo img {
  object-position: center 32%;
}

.tile-photo div {
  padding: 30px;
}

.tile-product {
  text-align: center;
  background: #aeb79f;
}

.tile-product h3 {
  color: #5f684e;
}

.tile-product .product-orb {
  width: 182px;
  height: 182px;
  margin: 18px auto 20px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 48% 42%, #f6eadc 0 18%, transparent 19%),
    linear-gradient(145deg, #586247 0 42%, #e391a0 42% 52%, #f4d1d6 52% 68%, #7d8768 68%);
  box-shadow: inset 0 0 0 34px rgba(227, 234, 214, 0.56);
}

.tile-product > p,
.tile-product span {
  color: #f8efe1;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.tile-quote {
  background: var(--cream);
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.quote-mark {
  position: absolute;
  inset: 10px 0 auto;
  color: #d5d9cb;
  font-family: Georgia, serif;
  font-size: 220px;
  line-height: 0.7;
  z-index: 0;
}

.tile-quote p,
.tile-quote span {
  position: relative;
  z-index: 1;
}

.tile-quote p {
  font-family: Georgia, "Times New Roman", serif;
  color: var(--ink);
  font-size: 19px;
  font-weight: 700;
  line-height: 1.35;
}

.tile-quote span {
  margin-top: 24px;
  color: var(--muted);
}

.tile-price {
  display: grid;
  grid-template-columns: 1fr 46%;
  gap: 8px;
  padding: 28px 0 0 28px;
  background: #d3dacb;
}

.tile-price img {
  align-self: end;
  height: 88%;
  object-position: 36% center;
}

.tile-dark {
  background: var(--sage);
  color: var(--cream-light);
}

.tile-dark h3 {
  color: var(--cream-light);
}

.tile-dark ul {
  list-style: none;
  margin: 36px 0 0;
  padding: 0;
}

.tile-dark li {
  padding: 13px 0;
  border-bottom: 1px solid rgba(255, 253, 248, 0.22);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}

.tile-portrait {
  padding: 0;
  background: #e8d3bd;
}

.tile-portrait img {
  object-position: center 30%;
}

.tile-icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #aab39f;
}

.tile-icon h3 {
  color: var(--cream-light);
}

.tile-icon svg {
  width: min(180px, 80%);
  color: #818b6f;
  fill: none;
  stroke: currentColor;
  stroke-width: 6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.tile-list {
  background: #d3dacb;
}

.tile-list a {
  display: block;
  padding: 13px 0;
  border-bottom: 1px solid rgba(78, 90, 64, 0.18);
  color: #6d765f;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1.7px;
  text-transform: uppercase;
}

.tile-wide {
  grid-column: span 2;
  display: grid;
  grid-template-columns: 43% 57%;
  padding: 0;
  background: var(--cream);
}

.tile-wide div {
  padding: 58px 20px 34px 32px;
  align-self: center;
}

.tile-wide .button {
  margin-top: 28px;
}

.tile-treatment {
  padding: 0;
  color: var(--cream-light);
}

.tile-treatment::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(70, 78, 57, 0.35);
}

.tile-treatment div {
  position: absolute;
  inset: auto 30px 28px;
  z-index: 1;
}

.tile-treatment h3,
.tile-treatment p {
  color: var(--cream-light);
}

.tile-treatment .button {
  margin-top: 24px;
}

.tile-wax {
  background: #d2dacb;
  padding-top: 150px;
}

.wax-drip {
  position: absolute;
  inset: 0 0 auto;
  height: 116px;
  background:
    radial-gradient(circle at 12% 0, var(--gold) 0 38px, transparent 39px),
    radial-gradient(circle at 34% 0, #edbe35 0 52px, transparent 53px),
    radial-gradient(circle at 62% 0, var(--gold) 0 34px, transparent 35px),
    linear-gradient(#edb229, #e7a51e);
}

.tile-wax .button {
  margin-top: 26px;
}

.social-proof {
  padding: 28px 24px 70px;
  background: var(--white);
  text-align: center;
}

.social-proof h2 {
  margin: 0 0 6px;
  color: #656b5a;
  font-size: 17px;
  font-weight: 500;
}

.social-proof p {
  margin: 0 auto;
  max-width: 460px;
  color: #8d8d84;
  font-size: 12px;
  line-height: 1.55;
}

.follow {
  display: inline-flex;
  margin-top: 14px;
  border: 1px solid #bfc4b6;
  padding: 7px 14px;
  font-size: 12px;
}

.social-strip {
  width: min(980px, 100%);
  margin: 34px auto 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.social-strip img {
  aspect-ratio: 1 / 1;
  border-radius: 7px;
  object-fit: cover;
}

.booking-band {
  background: var(--cream);
  padding: 82px max(24px, calc((100vw - var(--max)) / 2));
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 56px;
  align-items: start;
}

.booking-copy h2,
.hours-panel h2 {
  margin: 0 0 26px;
  color: var(--sage-deep);
  font-size: clamp(34px, 4.5vw, 56px);
  line-height: 1;
}

.booking-copy p {
  max-width: 460px;
  color: #727866;
  line-height: 1.7;
}

.mode-switch {
  width: fit-content;
  margin-top: 32px;
  border: 1px solid var(--line);
  display: flex;
}

.mode-switch button {
  border: 0;
  background: transparent;
  min-height: 44px;
  padding: 0 22px;
  color: var(--ink);
  font: 900 11px Inter, Arial, sans-serif;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  cursor: pointer;
}

.mode-switch button.active {
  background: var(--sage-deep);
  color: var(--cream-light);
}

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

.booking-form label {
  display: grid;
  gap: 8px;
  color: var(--ink);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.booking-form input,
.booking-form select,
.booking-form textarea {
  width: 100%;
  border: 1px solid rgba(78, 90, 64, 0.22);
  background: var(--white);
  color: var(--ink);
  font: 500 15px Inter, Arial, sans-serif;
  min-height: 48px;
  padding: 12px 14px;
  border-radius: 0;
}

.booking-form textarea {
  resize: vertical;
}

.booking-form .consent {
  grid-template-columns: 18px 1fr;
  align-items: center;
  color: #68715b;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.4;
  text-transform: none;
}

.booking-form .consent input {
  min-height: auto;
  padding: 0;
}

.full {
  grid-column: 1 / -1;
}

.form-note {
  grid-column: 1 / -1;
  min-height: 20px;
  margin: 0;
  color: var(--sage-deep);
  font-size: 14px;
  font-weight: 700;
}

.form-note.error {
  color: #9c3529;
}

.hours {
  min-height: 560px;
  background: var(--sage-deep);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 520px);
  gap: 72px;
  align-items: start;
  padding: 72px max(24px, calc((100vw - var(--max)) / 2)) 120px;
}

.salon-frame {
  background: #d5dccd;
  padding: 52px 0 52px 52px;
}

.salon-frame img {
  width: 100%;
  aspect-ratio: 1.58 / 1;
  object-fit: cover;
}

.hours-panel {
  color: var(--cream-light);
  padding-top: 28px;
}

.hours-panel h2 {
  color: var(--cream-light);
}

.hours-panel dl {
  margin: 0;
}

.hours-panel div {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 17px 0;
  border-bottom: 1px solid rgba(255, 253, 248, 0.16);
  color: #d9dece;
  font-size: 13px;
}

.hours-panel dd {
  margin: 0;
  text-align: right;
}

.hours-panel address {
  margin-top: 30px;
  color: #d9dece;
  font-size: 13px;
  font-style: normal;
  line-height: 1.7;
}

.footer {
  background: var(--sage-deep);
  color: rgba(255, 253, 248, 0.7);
  padding: 32px 24px 26px;
  text-align: center;
  font-size: 11px;
}

.footer-social {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-bottom: 18px;
  color: var(--cream-light);
  font-weight: 800;
}

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

  .nav-links {
    display: none;
  }

  .menu-toggle {
    display: inline-grid;
    gap: 7px;
    justify-self: end;
    width: 42px;
    height: 42px;
    border: 1px solid rgba(255, 253, 248, 0.55);
    background: transparent;
    place-content: center;
  }

  .menu-toggle span {
    display: block;
    width: 18px;
    height: 1px;
    background: var(--cream-light);
  }

  .nav.menu-open .nav-links {
    position: absolute;
    top: 76px;
    right: 32px;
    left: 32px;
    display: grid;
    gap: 18px;
    padding: 22px;
    background: rgba(78, 90, 64, 0.98);
  }

  .header-cta {
    display: none;
  }

  .hero {
    min-height: 590px;
  }

  .hero-copy {
    min-height: 430px;
  }

  .hero h1 em {
    right: 0;
    top: 246px;
  }

  .hero-image-wrap {
    width: min(560px, 72vw);
  }

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

  .booking-band,
  .hours {
    grid-template-columns: 1fr;
  }

  .hours {
    gap: 32px;
  }
}

@media (max-width: 640px) {
  .nav {
    width: calc(100% - 32px);
    min-height: 52px;
  }

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

  .hero {
    min-height: 600px;
    place-items: center;
  }

  .hero-copy {
    width: calc(100% - 32px);
    min-height: 470px;
  }

  .hero-type {
    inset: 146px 0 auto;
  }

  .hero h1 {
    margin-top: 252px;
  }

  .hero h1 em {
    top: 238px;
    right: 4px;
    max-width: 210px;
  }

  .hero-image-wrap {
    bottom: 72px;
    width: 92vw;
    transform: translateX(-50%);
  }

  .hero-actions {
    left: 0;
    right: auto;
    bottom: 0;
  }

  .intro {
    min-height: 360px;
    padding-top: 64px;
  }

  .intro-actions {
    flex-direction: column;
    align-items: stretch;
    width: min(320px, 100%);
    margin-inline: auto;
  }

  .service-grid {
    width: calc(100% - 20px);
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
    gap: 10px;
  }

  .tile {
    min-height: 260px;
  }

  .tile-wide {
    grid-column: span 1;
    grid-template-columns: 1fr;
  }

  .tile-wide img {
    min-height: 230px;
  }

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

  .booking-band {
    padding-block: 56px;
  }

  .booking-form {
    grid-template-columns: 1fr;
  }

  .hours {
    padding-block: 52px 80px;
  }

  .salon-frame {
    padding: 24px;
  }

  .hours-panel div {
    font-size: 12px;
  }
}
