:root {
  --cream: #f8efe5;
  --linen: #efe2d1;
  --sand: #d9c3aa;
  --taupe: #9b765f;
  --coffee: #6b3e21;
  --deep: #372114;
  --gold: #a87944;
  --rose: #b5836f;
  --white: #fffdf8;
  --shadow: 0 22px 60px rgba(74, 42, 23, 0.15);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--deep);
  background: var(--cream);
  font-family: "Inter", Arial, sans-serif;
  line-height: 1.6;
}

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

a {
  color: inherit;
}

.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: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px clamp(18px, 4vw, 56px);
  color: var(--white);
  transition: background 180ms ease, box-shadow 180ms ease, color 180ms ease;
}

.site-header.is-scrolled,
.site-header.is-open {
  background: rgba(248, 239, 229, 0.94);
  color: var(--deep);
  box-shadow: 0 12px 36px rgba(58, 33, 20, 0.1);
  backdrop-filter: blur(16px);
}

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

.brand-mark {
  display: block;
  width: 78px;
  height: 54px;
}

.brand-mark img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: brightness(0) invert(1);
  opacity: 0.96;
}

.site-header.is-scrolled .brand-mark,
.site-header.is-open .brand-mark {
  border-color: transparent;
}

.site-header.is-scrolled .brand-mark img,
.site-header.is-open .brand-mark img {
  filter: none;
  opacity: 1;
}

.brand strong {
  display: block;
  font-size: 0.98rem;
  line-height: 1.2;
}

.brand small {
  display: block;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  opacity: 0.82;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 8px;
}

.site-nav a {
  padding: 10px 14px;
  border-radius: 999px;
  font-size: 0.92rem;
  font-weight: 600;
  text-decoration: none;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  background: rgba(255, 253, 248, 0.2);
  outline: none;
}

.site-header.is-scrolled .site-nav a:hover,
.site-header.is-scrolled .site-nav a:focus-visible,
.site-header.is-open .site-nav a:hover,
.site-header.is-open .site-nav a:focus-visible {
  background: rgba(92, 63, 46, 0.08);
}

.site-nav .nav-cta {
  background: var(--cream);
  color: var(--coffee);
  box-shadow: inset 0 0 0 1px rgba(107, 62, 33, 0.16);
}

.site-header.is-scrolled .site-nav .nav-cta,
.site-header.is-open .site-nav .nav-cta {
  background: var(--coffee);
  color: var(--white);
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid currentColor;
  border-radius: 50%;
  color: inherit;
  background: transparent;
}

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

.hero {
  position: relative;
  min-height: 94vh;
  display: grid;
  align-items: end;
  padding: 140px clamp(20px, 7vw, 96px) 96px;
  color: var(--white);
  overflow: hidden;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(55, 33, 20, 0.82), rgba(107, 62, 33, 0.48) 50%, rgba(248, 239, 229, 0.26)),
    url("https://images.unsplash.com/photo-1560066984-138dadb4c035?auto=format&fit=crop&w=2200&q=85") center/cover;
  filter: sepia(0.36) saturate(1.05) brightness(0.94);
  transform: scale(1.03);
}

.hero-content {
  position: relative;
  width: min(760px, 100%);
}

.hero-logo {
  width: min(330px, 64vw);
  height: auto;
  object-fit: contain;
  margin-bottom: 26px;
  filter: brightness(0) invert(1);
  opacity: 0.92;
}

.eyebrow {
  margin: 0 0 12px;
  color: #d8bd91;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  line-height: 1.02;
}

h1 {
  font-size: clamp(4rem, 10vw, 8.7rem);
  max-width: 880px;
}

h2 {
  font-size: clamp(2.25rem, 5vw, 4.4rem);
}

h3 {
  font-size: clamp(1.45rem, 2.5vw, 2rem);
}

.hero-copy {
  width: min(640px, 100%);
  margin: 22px 0 0;
  font-size: clamp(1.05rem, 2vw, 1.32rem);
}

.hero-actions,
.booking-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 22px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
  font: inherit;
  font-weight: 800;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
  outline: none;
}

.button.primary {
  background: var(--coffee);
  color: var(--white);
  box-shadow: 0 14px 34px rgba(55, 33, 20, 0.22);
}

.button.secondary {
  color: var(--white);
  border-color: rgba(255, 253, 248, 0.72);
  background: rgba(248, 239, 229, 0.08);
}

.button.secondary.dark {
  color: var(--deep);
  border-color: rgba(107, 62, 33, 0.25);
  background: var(--white);
}

.text-button {
  color: var(--white);
  padding-inline: 12px;
}

.intro-band {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: rgba(107, 62, 33, 0.12);
}

.intro-item {
  padding: clamp(24px, 4vw, 44px);
  background: var(--white);
}

.intro-item span {
  color: var(--coffee);
  font-weight: 800;
}

.intro-item strong {
  display: block;
  margin-top: 10px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.8rem;
}

.intro-item p {
  margin: 10px 0 0;
}

.section {
  padding: clamp(70px, 10vw, 124px) clamp(20px, 7vw, 96px);
}

.section-heading {
  width: min(760px, 100%);
  margin-bottom: 42px;
}

.section-heading p:not(.eyebrow) {
  margin: 16px 0 0;
  font-size: 1.05rem;
  color: rgba(47, 33, 26, 0.75);
}

.services-section {
  background: var(--cream);
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(230px, 1fr));
  gap: 18px;
  overflow-x: auto;
  padding-bottom: 8px;
}

.service-card {
  min-height: 440px;
  display: grid;
  grid-template-rows: 190px 1fr;
  background: var(--white);
  border: 1px solid rgba(107, 62, 33, 0.12);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 14px 34px rgba(72, 47, 28, 0.08);
}

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

.service-card div {
  display: flex;
  flex-direction: column;
  padding: 24px;
}

.service-card p {
  margin: 14px 0 22px;
  color: rgba(47, 33, 26, 0.75);
}

.service-card a {
  margin-top: auto;
  color: var(--coffee);
  font-weight: 800;
  text-decoration-color: var(--gold);
  text-underline-offset: 5px;
}

.prices-section {
  background:
    linear-gradient(135deg, rgba(55, 33, 20, 0.98), rgba(107, 62, 33, 0.94)),
    var(--deep);
  color: var(--white);
}

.prices-section .section-heading p:not(.eyebrow) {
  color: rgba(255, 253, 248, 0.78);
}

.price-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(280px, 0.6fr);
  gap: 28px;
}

.fresha-menu {
  display: grid;
  gap: 14px;
}

.fresha-card {
  padding: clamp(20px, 3vw, 28px);
  background: rgba(255, 253, 248, 0.08);
  border: 1px solid rgba(255, 253, 248, 0.14);
  border-radius: 8px;
}

.fresha-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 12px;
  color: #ead3b2;
  font-size: 0.88rem;
  font-weight: 800;
}

.fresha-card h3 {
  margin-bottom: 14px;
  font-size: clamp(1.35rem, 2.4vw, 1.85rem);
}

.fresha-card p {
  margin: 10px 0 0;
  color: rgba(255, 253, 248, 0.78);
}

.fresha-card b {
  color: var(--white);
}

.price-table {
  background: rgba(255, 253, 248, 0.08);
  border: 1px solid rgba(255, 253, 248, 0.14);
}

.price-table div {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 18px;
  padding: 22px 24px;
  border-bottom: 1px solid rgba(255, 253, 248, 0.12);
}

.price-table .price-category {
  background: rgba(255, 253, 248, 0.12);
  padding-block: 14px;
}

.price-table .price-category span {
  color: #ead3b2;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.price-table div:last-child {
  border-bottom: 0;
}

.price-table strong {
  color: #ead3b2;
  text-align: right;
}

.price-note {
  align-self: start;
  padding: 30px;
  background: var(--cream);
  color: var(--deep);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.price-note p {
  margin: 16px 0 24px;
}

.about-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.78fr) minmax(0, 1fr);
  gap: clamp(30px, 6vw, 72px);
  align-items: center;
  background: var(--linen);
}

.about-image img {
  width: 100%;
  min-height: 520px;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.about-copy p:not(.eyebrow) {
  font-size: 1.05rem;
  color: rgba(47, 33, 26, 0.78);
}

.booking-section {
  background: var(--cream);
}

.booking-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 30px;
  align-items: center;
  padding: clamp(28px, 5vw, 54px);
  background:
    linear-gradient(135deg, rgba(55, 33, 20, 0.98), rgba(107, 62, 33, 0.95)),
    var(--coffee);
  color: var(--white);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.booking-panel p:not(.eyebrow) {
  max-width: 720px;
  margin: 16px 0 0;
  color: rgba(255, 253, 248, 0.8);
}

.patch-section {
  min-height: 480px;
  display: grid;
  align-items: center;
  padding: clamp(70px, 10vw, 124px) clamp(20px, 7vw, 96px);
  background:
    linear-gradient(90deg, rgba(248, 239, 229, 0.98), rgba(248, 239, 229, 0.84), rgba(248, 239, 229, 0.62)),
    url("https://images.unsplash.com/photo-1616394584738-fc6e612e71b9?auto=format&fit=crop&w=1800&q=80") center/cover;
}

.patch-content {
  width: min(700px, 100%);
}

.patch-content p:not(.eyebrow) {
  font-size: 1.08rem;
  color: rgba(47, 33, 26, 0.78);
}

.contact-section {
  background: var(--white);
}

.contact-layout {
  display: grid;
  grid-template-columns: 0.75fr 1fr;
  gap: 28px;
  align-items: start;
}

.contact-card,
.contact-form {
  padding: clamp(24px, 4vw, 38px);
  border: 1px solid rgba(92, 63, 46, 0.11);
  border-radius: 8px;
  background: var(--cream);
}

.contact-card a,
.contact-card p {
  display: block;
  margin: 12px 0 0;
  text-decoration: none;
  color: rgba(47, 33, 26, 0.78);
  overflow-wrap: anywhere;
}

.contact-card a:hover {
  color: var(--coffee);
  text-decoration: underline;
  text-underline-offset: 4px;
}

.contact-form {
  display: grid;
  gap: 16px;
}

label {
  display: grid;
  gap: 7px;
  font-size: 0.9rem;
  font-weight: 800;
  color: var(--coffee);
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid rgba(92, 63, 46, 0.2);
  border-radius: 8px;
  background: var(--white);
  color: var(--deep);
  padding: 13px 14px;
  font: inherit;
}

textarea {
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--gold);
  outline: 3px solid rgba(168, 121, 68, 0.2);
}

.form-status {
  min-height: 24px;
  margin: 0;
  color: var(--coffee);
  font-weight: 700;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 34px clamp(20px, 7vw, 96px);
  background: var(--deep);
  color: var(--white);
}

.site-footer p {
  margin: 6px 0 0;
  color: rgba(255, 253, 248, 0.7);
}

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

.footer-links a {
  text-decoration: none;
  color: rgba(255, 253, 248, 0.82);
}

.footer-links a:hover {
  color: #d8bd91;
}

@media (max-width: 980px) {
  .nav-toggle {
    display: block;
  }

  .site-nav {
    position: absolute;
    top: 82px;
    left: 18px;
    right: 18px;
    display: grid;
    gap: 4px;
    padding: 14px;
    background: var(--white);
    color: var(--deep);
    border-radius: 8px;
    box-shadow: var(--shadow);
    opacity: 0;
    transform: translateY(-12px);
    pointer-events: none;
    transition: opacity 170ms ease, transform 170ms ease;
  }

  .site-nav.is-open {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }

  .site-nav a {
    border-radius: 8px;
  }

  .intro-band,
  .price-layout,
  .about-section,
  .booking-panel,
  .contact-layout {
    grid-template-columns: 1fr;
  }

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

  .booking-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 640px) {
  .site-header {
    padding: 14px 16px;
  }

  .brand-mark {
    width: 58px;
    height: 40px;
  }

  .brand strong {
    max-width: 170px;
    font-size: 0.88rem;
  }

  .hero {
    min-height: 88vh;
    padding: 118px 20px 56px;
  }

  .hero-logo {
    width: 210px;
    margin-bottom: 20px;
  }

  h1 {
    font-size: clamp(3.2rem, 17vw, 5.8rem);
  }

  .hero-actions,
  .booking-actions {
    display: grid;
  }

  .button {
    width: 100%;
  }

  .intro-item {
    padding: 24px 20px;
  }

  .section {
    padding: 62px 20px;
  }

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

  .service-card {
    min-height: auto;
  }

  .price-table div {
    grid-template-columns: 1fr;
  }

  .price-table strong {
    text-align: left;
  }

  .about-image img {
    min-height: 360px;
  }

  .site-footer {
    display: grid;
  }
}
