:root {
  color: #19231f;
  background: #f5f1ea;
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  min-width: 320px;
  min-height: 100vh;
  background: #f5f1ea;
}

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

a {
  color: inherit;
}

.topbar {
  position: sticky;
  z-index: 20;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 72px;
  padding: 12px clamp(16px, 4vw, 42px);
  background: rgb(250 247 241 / 94%);
  border-bottom: 1px solid #e0d7cc;
  backdrop-filter: blur(14px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  text-decoration: none;
}

.brand-mark {
  display: grid;
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  place-items: center;
  color: #fff8ef;
  background: #17372f;
  border-radius: 8px;
  font-size: 1.25rem;
  font-weight: 900;
}

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

.brand strong {
  color: #132d27;
  font-size: 1rem;
  line-height: 1.15;
}

.brand small {
  color: #7c695b;
  font-size: 0.78rem;
  font-weight: 800;
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.quiet-link,
.whatsapp-button,
.direct-link,
.contact-cta,
.embed-fallback a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 14px;
  border-radius: 8px;
  font-size: 0.86rem;
  font-weight: 900;
  text-decoration: none;
  white-space: nowrap;
}

.quiet-link {
  color: #2c453d;
  background: #fffaf3;
  border: 1px solid #ded0c1;
}

.whatsapp-button,
.contact-cta,
.embed-fallback a {
  color: #fff9f0;
  background: #b54d3e;
  border: 1px solid #b54d3e;
}

.booking-stage {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(380px, 0.82fr);
  gap: clamp(18px, 3vw, 34px);
  min-height: calc(100vh - 72px);
  padding: clamp(16px, 3vw, 34px);
}

.salon-visual {
  position: relative;
  min-height: 620px;
  overflow: hidden;
  background: #13241f;
  border-radius: 8px;
}

.salon-visual img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
}

.salon-visual::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(90deg, rgb(11 24 20 / 88%) 0%, rgb(11 24 20 / 56%) 34%, rgb(11 24 20 / 8%) 74%),
    linear-gradient(0deg, rgb(11 24 20 / 62%) 0%, rgb(11 24 20 / 0%) 46%);
}

.visual-copy {
  position: absolute;
  z-index: 1;
  left: clamp(20px, 4vw, 52px);
  bottom: clamp(22px, 5vw, 62px);
  display: grid;
  gap: 16px;
  width: min(560px, calc(100% - 40px));
  color: #fff7ed;
}

.eyebrow {
  margin: 0;
  color: #c9795e;
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

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

h1 {
  max-width: 12ch;
  color: #fff9f0;
  font-size: clamp(2.5rem, 7vw, 5.9rem);
  line-height: 0.95;
}

h2 {
  color: #18322b;
  font-size: clamp(1.35rem, 2vw, 2rem);
  line-height: 1.05;
}

h3 {
  color: #21342e;
  font-size: 1rem;
  line-height: 1.2;
}

.visual-copy p:not(.eyebrow) {
  max-width: 44ch;
  color: #fff3e3;
  font-size: clamp(1rem, 1.5vw, 1.2rem);
  font-weight: 650;
  line-height: 1.48;
}

.status-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  max-width: 520px;
}

.status-strip span {
  min-height: 34px;
  padding: 8px 10px;
  color: #fffaf4;
  background: rgb(255 248 238 / 16%);
  border: 1px solid rgb(255 248 238 / 28%);
  border-radius: 8px;
  font-size: 0.82rem;
  font-weight: 850;
}

.booking-tool {
  display: grid;
  grid-template-rows: auto minmax(580px, 1fr);
  min-width: 0;
  overflow: hidden;
  background: #fffaf3;
  border: 1px solid #dfd2c4;
  border-radius: 8px;
}

.booking-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 20px;
  border-bottom: 1px solid #e5d9cd;
}

.booking-heading > div {
  display: grid;
  gap: 6px;
}

.direct-link {
  color: #17372f;
  background: #f4e7d7;
  border: 1px solid #dcc5ad;
}

.direct-link.disabled {
  color: #91796b;
  cursor: not-allowed;
}

.calendly-host {
  min-width: 320px;
  height: 100%;
  min-height: 640px;
}

.config-notice,
.embed-fallback {
  align-self: center;
  display: grid;
  gap: 12px;
  margin: 24px;
  padding: 20px;
  background: #f8eee2;
  border: 1px solid #e0cdb7;
  border-radius: 8px;
}

.config-notice p,
.embed-fallback p {
  color: #604e43;
  font-size: 0.95rem;
  font-weight: 650;
  line-height: 1.5;
}

code {
  color: #17372f;
  font-weight: 850;
}

.service-band,
.contact-band {
  display: grid;
  gap: 20px;
  padding: clamp(28px, 5vw, 58px) clamp(16px, 4vw, 42px);
  border-top: 1px solid #e0d7cc;
}

.section-title {
  display: grid;
  gap: 6px;
}

.section-note {
  max-width: 62ch;
  color: #67554b;
  font-size: 0.96rem;
  font-weight: 700;
  line-height: 1.45;
}

.service-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.service-item {
  display: grid;
  grid-template-rows: 1fr auto;
  gap: 18px;
  min-height: 160px;
  padding: 16px;
  color: inherit;
  background: #fffaf3;
  border: 1px solid #dfd2c4;
  border-radius: 8px;
  text-decoration: none;
  transition:
    border-color 160ms ease,
    box-shadow 160ms ease,
    transform 160ms ease;
}

.service-item:hover,
.service-item:focus-visible {
  border-color: #c9795e;
  box-shadow: 0 10px 28px rgb(25 35 31 / 10%);
  transform: translateY(-2px);
  outline: none;
}

.service-item div {
  display: grid;
  gap: 9px;
}

.service-item p {
  color: #67554b;
  font-size: 0.92rem;
  font-weight: 650;
  line-height: 1.45;
}

.service-item strong {
  color: #b54d3e;
  font-size: 0.84rem;
}

.contact-band {
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.72fr) auto;
  align-items: center;
  background: #17372f;
}

.contact-band h2,
.contact-band p {
  color: #fff8ef;
}

.contact-band p:not(.eyebrow) {
  margin-top: 8px;
  color: #eaded2;
  font-weight: 650;
}

.hours-list {
  display: grid;
  gap: 8px;
  color: #fff8ef;
}

.hours-row {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 12px;
  font-size: 0.92rem;
}

.hours-row span {
  color: #d9c7b7;
  font-weight: 850;
}

.hours-row strong {
  color: #fff8ef;
}

@media (max-width: 1180px) {
  .booking-stage {
    grid-template-columns: 1fr;
  }

  .salon-visual {
    min-height: 520px;
  }

  .booking-tool {
    grid-template-rows: auto minmax(620px, auto);
  }

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

@media (max-width: 760px) {
  .topbar,
  .booking-heading {
    align-items: stretch;
    flex-direction: column;
  }

  .nav-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

  .booking-stage {
    padding: 12px;
  }

  .salon-visual {
    min-height: 440px;
  }

  h1 {
    max-width: 11ch;
  }

  .booking-tool {
    grid-template-rows: auto minmax(560px, auto);
  }

  .calendly-host {
    min-width: 0;
    min-height: 560px;
  }

  .service-list,
  .contact-band {
    grid-template-columns: 1fr;
  }

  .contact-cta,
  .direct-link,
  .quiet-link,
  .whatsapp-button {
    width: 100%;
  }
}

@media (max-width: 460px) {
  .brand-mark {
    width: 38px;
    height: 38px;
  }

  .nav-actions {
    grid-template-columns: 1fr;
  }

  .salon-visual {
    min-height: 400px;
  }

  .visual-copy {
    left: 16px;
    bottom: 18px;
    width: calc(100% - 32px);
  }

  .status-strip span {
    width: 100%;
  }

  .booking-heading {
    padding: 16px;
  }
}



