:root {
  --ink: #282124;
  --ink-soft: #62575a;
  --paper: #fbf6f1;
  --paper-strong: #fffdf9;
  --blush: #ead0d1;
  --blush-deep: #b86576;
  --lime: #c59a73;
  --sage: #8d9b8a;
  --charcoal: #2b2428;
  --clay: #8f5f50;
  --mist: #eee7df;
  --border: rgba(40, 33, 36, 0.13);
  --shadow: 0 28px 80px rgba(40, 33, 36, 0.14);
  --radius: 8px;
  --radius-lg: 18px;
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    linear-gradient(180deg, rgba(251, 246, 241, 0.98), rgba(251, 246, 241, 0.99)),
    radial-gradient(circle at 84% 8%, rgba(141, 155, 138, 0.2), transparent 30%),
    radial-gradient(circle at 10% 34%, rgba(184, 101, 118, 0.12), transparent 26%);
  color: var(--ink);
  font-family: "Manrope", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}

body.nav-open {
  overflow: hidden;
}

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

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

button,
input,
select,
textarea {
  font: inherit;
}

button {
  cursor: pointer;
}

.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-shell {
  min-height: 100vh;
  overflow: clip;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: min(calc(100% - 40px), var(--max));
  min-height: 78px;
  margin: 18px auto 0;
  padding: 12px 14px 12px 16px;
  border: 1px solid var(--border);
  border-radius: 999px;
  background: rgba(255, 250, 247, 0.84);
  box-shadow: 0 18px 48px rgba(33, 31, 32, 0.08);
  backdrop-filter: blur(22px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.brand-mark {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--charcoal);
  color: var(--lime);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0;
  box-shadow: inset 0 0 0 1px rgba(197, 154, 115, 0.48);
}

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

.brand strong {
  font-size: 0.98rem;
  line-height: 1.1;
}

.brand small {
  margin-top: 2px;
  color: var(--ink-soft);
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1.2;
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 5px;
  border-radius: 999px;
  background: rgba(33, 31, 32, 0.05);
}

.site-nav a {
  min-width: 84px;
  padding: 10px 15px;
  border-radius: 999px;
  color: var(--ink-soft);
  font-size: 0.8rem;
  font-weight: 800;
  text-align: center;
  transition: background 180ms ease, color 180ms ease;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  background: var(--paper-strong);
  color: var(--ink);
  outline: none;
}

.header-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  border-radius: 999px;
  font-size: 0.86rem;
  font-weight: 900;
  line-height: 1;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.header-cta {
  padding: 0 18px;
  background: var(--ink);
  color: var(--paper);
  white-space: nowrap;
}

.header-cta svg {
  width: 18px;
  height: 18px;
  fill: var(--lime);
}

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

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 50%;
  background: var(--ink);
}

.nav-toggle span:not(.sr-only) {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  border-radius: 999px;
  background: var(--lime);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(440px, 1.08fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
  width: min(calc(100% - 40px), var(--max));
  min-height: calc(100svh - 104px);
  margin: 0 auto;
  padding: clamp(46px, 6vw, 86px) 0 clamp(38px, 6vw, 76px);
}

.availability {
  display: inline-block;
  margin: 0 0 22px;
  padding: 8px 13px;
  border: 1px solid rgba(33, 31, 32, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.58);
  color: var(--ink-soft);
  font-size: 0.78rem;
  font-weight: 900;
}

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

h1,
h2 {
  font-family: "Source Serif 4", Georgia, serif;
  font-weight: 700;
  letter-spacing: 0;
}

h1 {
  max-width: 10ch;
  margin-bottom: 24px;
  font-size: clamp(4.8rem, 9vw, 8.6rem);
  line-height: 0.82;
}

.hero-lede {
  max-width: 620px;
  margin-bottom: 32px;
  color: var(--ink-soft);
  font-size: clamp(1.05rem, 1.7vw, 1.28rem);
  line-height: 1.65;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.button {
  min-width: 174px;
  padding: 0 22px;
  border: 1px solid transparent;
}

.button-primary {
  background: var(--ink);
  color: var(--paper);
  box-shadow: 0 16px 34px rgba(33, 31, 32, 0.2);
}

.button-primary span {
  color: var(--lime);
  font-size: 1.1rem;
}

.button-quiet {
  border-color: var(--border);
  background: rgba(255, 255, 255, 0.52);
  color: var(--ink);
}

.hero-media {
  position: relative;
  min-height: min(72svh, 720px);
  isolation: isolate;
}

.hero-media::before {
  content: "";
  position: absolute;
  inset: -4% -4% 16% 16%;
  z-index: -1;
  border-radius: 42% 58% 46% 54%;
  background: linear-gradient(135deg, rgba(197, 154, 115, 0.58), rgba(141, 155, 138, 0.52));
  opacity: 0.58;
  filter: blur(0.5px);
}

.hero-media img {
  width: 100%;
  height: min(72svh, 720px);
  min-height: 520px;
  object-fit: cover;
  border-radius: 28px 28px 8px 28px;
  filter: saturate(0.78) sepia(0.07) hue-rotate(345deg);
  box-shadow: var(--shadow);
}

.hero-note {
  position: absolute;
  right: 22px;
  bottom: 22px;
  width: min(78%, 330px);
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 8px;
  background: rgba(43, 36, 40, 0.82);
  color: var(--paper);
  backdrop-filter: blur(16px);
}

.hero-note span {
  display: block;
  margin-bottom: 4px;
  color: var(--lime);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.hero-note strong {
  display: block;
  font-family: "Source Serif 4", Georgia, serif;
  font-size: 1.45rem;
  line-height: 1.05;
}

.quick-contact {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: min(calc(100% - 40px), var(--max));
  margin: 0 auto 86px;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

.quick-contact a {
  padding: 26px 22px;
  border-right: 1px solid var(--border);
}

.quick-contact a:last-child {
  border-right: 0;
}

.quick-contact span {
  display: block;
  margin-bottom: 6px;
  color: var(--ink-soft);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.quick-contact strong {
  font-size: clamp(0.9rem, 1.3vw, 1.08rem);
  line-height: 1.2;
  overflow-wrap: anywhere;
}

.section {
  width: min(calc(100% - 40px), var(--max));
  margin: 0 auto;
  padding: clamp(72px, 10vw, 128px) 0;
}

.section-intro {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: clamp(28px, 7vw, 96px);
  align-items: start;
  border-top: 1px solid var(--border);
}

.section-heading {
  display: grid;
  gap: 14px;
}

.section-heading.wide {
  grid-template-columns: auto minmax(0, 0.78fr) minmax(260px, 0.74fr);
  gap: 26px;
  align-items: end;
  margin-bottom: 42px;
}

.section-number {
  width: fit-content;
  margin: 0;
  color: var(--blush-deep);
  font-size: 0.78rem;
  font-weight: 900;
}

h2 {
  margin-bottom: 0;
  font-size: clamp(2.55rem, 5.35vw, 5.55rem);
  line-height: 0.94;
}

.section-heading p:not(.section-number),
.intro-copy p,
.booking-copy p {
  margin-bottom: 0;
  color: var(--ink-soft);
  font-size: clamp(1rem, 1.45vw, 1.16rem);
  line-height: 1.75;
}

.signature-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.signature-row span {
  padding: 10px 14px;
  border: 1px solid var(--border);
  border-radius: 999px;
  background: rgba(255, 253, 249, 0.66);
  color: var(--ink);
  font-size: 0.78rem;
  font-weight: 900;
}

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

.service-gallery {
  display: grid;
  grid-template-columns: 1.15fr 0.92fr 0.92fr;
  gap: 16px;
  margin-bottom: 18px;
}

.service-feature {
  position: relative;
  min-height: 430px;
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--charcoal);
  color: var(--paper);
  isolation: isolate;
}

.service-feature:first-child {
  min-height: 530px;
}

.service-feature img {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.82) sepia(0.05) hue-rotate(345deg);
  transition: transform 600ms ease;
}

.service-feature::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(180deg, rgba(43, 36, 40, 0.06), rgba(43, 36, 40, 0.8));
}

.service-feature:hover img {
  transform: scale(1.035);
}

.service-feature div {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: clamp(18px, 3vw, 30px);
}

.service-feature span,
.list-top span {
  display: block;
  margin-bottom: 8px;
  color: var(--lime);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.service-feature h3,
.service-list h3,
.process-grid h3 {
  margin: 0 0 10px;
  font-size: 1.35rem;
  line-height: 1.1;
}

.service-feature h3 {
  font-family: "Source Serif 4", Georgia, serif;
  font-size: clamp(1.8rem, 3vw, 2.75rem);
}

.service-feature p {
  max-width: 360px;
  margin-bottom: 0;
  color: rgba(255, 250, 247, 0.8);
}

.service-lists {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--border);
}

.service-list {
  min-height: 360px;
  padding: 28px;
  background: rgba(255, 253, 249, 0.7);
}

.accent-list {
  background: var(--charcoal);
  color: var(--paper);
}

.barber-list {
  background:
    linear-gradient(180deg, rgba(255, 253, 249, 0.84), rgba(238, 231, 223, 0.7)),
    radial-gradient(circle at 100% 0%, rgba(141, 155, 138, 0.2), transparent 44%);
}

.accent-list li,
.accent-list .list-top h3 {
  color: var(--paper);
}

.list-top {
  min-height: 92px;
}

.list-top h3 {
  color: var(--ink);
  font-family: "Source Serif 4", Georgia, serif;
  font-size: 1.72rem;
  line-height: 1;
}

.service-list ul {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.service-list li {
  position: relative;
  padding-left: 18px;
  color: var(--ink-soft);
  font-size: 0.95rem;
  line-height: 1.45;
}

.service-list.accent-list .list-top h3,
.service-list.accent-list li {
  color: rgba(255, 250, 247, 0.9);
}

.service-list li::before {
  content: "";
  position: absolute;
  top: 0.7em;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--clay);
}

.service-list strong {
  color: var(--ink);
  font-weight: 900;
}

.process-section {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
  gap: clamp(26px, 6vw, 76px);
  border-top: 1px solid var(--border);
}

.process-grid {
  display: grid;
  gap: 14px;
}

.process-grid article {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 10px 18px;
  padding: 24px 0;
  border-bottom: 1px solid var(--border);
}

.process-grid article:first-child {
  border-top: 1px solid var(--border);
}

.process-grid span {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(197, 154, 115, 0.2);
  color: var(--clay);
  box-shadow: inset 0 0 0 1px rgba(197, 154, 115, 0.44);
  font-size: 0.86rem;
  font-weight: 900;
}

.process-grid h3 {
  margin-bottom: 4px;
}

.process-grid p {
  grid-column: 2;
  margin-bottom: 0;
  color: var(--ink-soft);
}

.good-to-know {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(26px, 6vw, 70px);
  align-items: start;
  width: min(calc(100% - 40px), var(--max));
  margin: 0 auto clamp(76px, 9vw, 112px);
  padding: clamp(28px, 5vw, 46px);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  background:
    linear-gradient(135deg, rgba(255, 253, 249, 0.84), rgba(238, 231, 223, 0.72)),
    radial-gradient(circle at 92% 0%, rgba(141, 155, 138, 0.22), transparent 34%);
}

.good-to-know h2 {
  max-width: 8ch;
  margin-bottom: 18px;
  font-size: clamp(2rem, 4vw, 4.1rem);
}

.good-to-know p {
  margin-bottom: 0;
  color: var(--ink-soft);
  line-height: 1.7;
}

.booking-tips {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--border);
}

.booking-tips article {
  min-height: 220px;
  padding: 24px;
  background: rgba(255, 253, 249, 0.74);
}

.booking-tips span {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  margin-bottom: 40px;
  border-radius: 50%;
  background: var(--charcoal);
  color: var(--paper);
  font-size: 0.76rem;
  font-weight: 900;
}

.booking-tips h3 {
  margin-bottom: 8px;
  font-size: 1.05rem;
}

.booking-tips p {
  color: var(--ink-soft);
  font-size: 0.92rem;
  line-height: 1.55;
}

.booking-section {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(320px, 0.72fr);
  gap: clamp(30px, 6vw, 84px);
  align-items: start;
  width: min(calc(100% - 40px), var(--max));
  margin: 0 auto clamp(76px, 10vw, 124px);
  padding: clamp(34px, 5vw, 58px);
  border-radius: var(--radius-lg);
  background:
    linear-gradient(135deg, rgba(43, 36, 40, 0.96), rgba(43, 36, 40, 0.9)),
    radial-gradient(circle at 85% 18%, rgba(197, 154, 115, 0.24), transparent 24%),
    radial-gradient(circle at 10% 82%, rgba(141, 155, 138, 0.18), transparent 27%);
  color: var(--paper);
  box-shadow: var(--shadow);
}

.booking-section .section-number {
  color: var(--lime);
  margin-bottom: 12px;
}

.booking-copy h2 {
  max-width: 9ch;
  margin-bottom: 24px;
}

.booking-copy p {
  max-width: 640px;
  color: rgba(255, 250, 247, 0.74);
}

.booking-contact {
  display: grid;
  gap: 10px;
  margin-top: 28px;
}

.booking-contact a {
  width: fit-content;
  color: var(--lime);
  font-size: 0.98rem;
  font-weight: 900;
}

.booking-form {
  display: grid;
  gap: 16px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius);
  background: rgba(255, 250, 247, 0.08);
}

.booking-form label {
  display: grid;
  gap: 8px;
  color: rgba(255, 250, 247, 0.82);
  font-size: 0.76rem;
  font-weight: 900;
}

.booking-form input,
.booking-form select,
.booking-form textarea {
  width: 100%;
  min-height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--ink);
  padding: 12px 14px;
  font-size: 0.95rem;
  font-weight: 700;
  outline: none;
}

.booking-form textarea {
  min-height: 116px;
  resize: vertical;
}

.booking-form input:focus,
.booking-form select:focus,
.booking-form textarea:focus {
  border-color: var(--lime);
  box-shadow: 0 0 0 3px rgba(197, 154, 115, 0.25);
}

.form-button {
  width: 100%;
  background: var(--lime);
  color: var(--ink);
  box-shadow: none;
}

.form-button span {
  color: var(--ink);
}

.form-status {
  min-height: 22px;
  margin: 0;
  color: rgba(255, 250, 247, 0.76);
  font-size: 0.84rem;
}

.site-footer {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
  width: min(calc(100% - 40px), var(--max));
  margin: 0 auto;
  padding: 42px 0 46px;
  border-top: 1px solid var(--border);
}

.site-footer p {
  max-width: 320px;
  margin: 14px 0 0;
  color: var(--ink-soft);
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.footer-links a {
  padding: 10px 13px;
  border: 1px solid var(--border);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.52);
  font-size: 0.82rem;
  font-weight: 900;
}

@media (max-width: 1020px) {
  .site-header {
    width: min(calc(100% - 28px), var(--max));
  }

  .site-nav {
    position: fixed;
    top: 104px;
    right: 18px;
    left: 18px;
    display: none;
    grid-template-columns: 1fr;
    padding: 12px;
    border: 1px solid var(--border);
    border-radius: 18px;
    background: rgba(255, 250, 247, 0.96);
    box-shadow: var(--shadow);
  }

  body.nav-open .site-nav {
    display: grid;
  }

  .site-nav a {
    min-width: 0;
    padding: 16px;
  }

  .nav-toggle {
    display: block;
  }

  .header-cta {
    display: none;
  }

  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
    padding-top: 70px;
  }

  h1 {
    max-width: 11ch;
  }

  .hero-media {
    min-height: auto;
  }

  .hero-media img {
    height: clamp(390px, 76vw, 620px);
    min-height: 0;
  }

  .section-heading.wide,
  .section-intro,
  .process-section,
  .good-to-know,
  .booking-section {
    grid-template-columns: 1fr;
  }

  .service-gallery {
    grid-template-columns: 1fr 1fr;
  }

  .service-feature:first-child {
    grid-column: 1 / -1;
  }

  .service-lists {
    grid-template-columns: 1fr 1fr;
  }

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

  .booking-tips article {
    min-height: 0;
  }

  .booking-tips span {
    margin-bottom: 24px;
  }
}

@media (max-width: 720px) {
  .site-header {
    min-height: 68px;
    margin-top: 12px;
    padding: 10px 11px;
  }

  .brand-mark {
    width: 38px;
    height: 38px;
  }

  .brand small {
    display: none;
  }

  .hero,
  .section,
  .good-to-know,
  .booking-section,
  .quick-contact,
  .site-footer {
    width: min(calc(100% - 28px), var(--max));
  }

  .hero {
    padding-top: 46px;
  }

  .availability {
    margin-bottom: 18px;
  }

  h1 {
    font-size: clamp(3.7rem, 20vw, 5.1rem);
  }

  .hero-lede {
    font-size: 1rem;
  }

  .button {
    width: 100%;
  }

  .hero-media::before {
    inset: -3% -3% 14% 16%;
  }

  .hero-media img {
    height: 440px;
    border-radius: 18px 18px 8px 18px;
  }

  .hero-note {
    right: 12px;
    bottom: 12px;
    width: calc(100% - 24px);
    padding: 15px;
  }

  .quick-contact {
    grid-template-columns: 1fr;
    margin-bottom: 34px;
  }

  .quick-contact a {
    padding: 18px 2px;
    border-right: 0;
    border-bottom: 1px solid var(--border);
  }

  .quick-contact a:last-child {
    border-bottom: 0;
  }

  .section {
    padding: 70px 0;
  }

  .service-gallery,
  .service-lists {
    grid-template-columns: 1fr;
  }

  .service-feature,
  .service-feature:first-child {
    min-height: 410px;
  }

  .service-list {
    min-height: auto;
    padding: 24px;
  }

  .list-top {
    min-height: auto;
    margin-bottom: 18px;
  }

  .process-grid article {
    grid-template-columns: 1fr;
  }

  .process-grid p {
    grid-column: auto;
  }

  .good-to-know {
    margin-bottom: 56px;
    padding: 24px 16px;
  }

  .booking-section {
    padding: 28px 18px 18px;
  }

  .booking-form {
    padding: 16px;
  }

  .site-footer {
    display: grid;
    align-items: start;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
    animation-duration: 0.001ms !important;
  }
}
