:root {
  --green-950: #0f2b25;
  --green-900: #12362e;
  --green-700: #24614e;
  --leaf: #a4b669;
  --wine: #7b263d;
  --copper: #b46f42;
  --ink: #1f2421;
  --muted: #68706a;
  --paper: #f7f4ec;
  --rice: #fffdf8;
  --line: rgba(31, 36, 33, 0.14);
  --shadow: 0 22px 70px rgba(15, 43, 37, 0.16);
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--rice);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}

body.nav-open {
  overflow: hidden;
}

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

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

button,
input {
  font: inherit;
}

.skip-link {
  position: fixed;
  left: 1rem;
  top: -4rem;
  z-index: 20;
  background: var(--green-950);
  color: #fff;
  padding: 0.7rem 1rem;
}

.skip-link:focus {
  top: 1rem;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 10;
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  align-items: center;
  gap: 1rem;
  width: min(calc(100% - 32px), 1240px);
  margin: 16px auto 0;
  padding: 0.65rem 0.75rem 0.65rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 8px;
  color: #fff;
  background: rgba(15, 43, 37, 0.38);
  backdrop-filter: blur(18px);
  transition: background 220ms ease, color 220ms ease, box-shadow 220ms ease;
}

.site-header.is-scrolled,
.site-header.is-open {
  color: var(--ink);
  background: rgba(255, 253, 248, 0.94);
  border-color: var(--line);
  box-shadow: 0 16px 50px rgba(15, 43, 37, 0.12);
}

.brand img {
  width: 164px;
  height: auto;
  filter: brightness(0) invert(1);
  transition: filter 220ms ease;
}

.site-header.is-scrolled .brand img,
.site-header.is-open .brand img {
  filter: brightness(0) saturate(100%) invert(17%) sepia(25%) saturate(1134%) hue-rotate(116deg) brightness(91%) contrast(91%);
}

.nav {
  display: flex;
  justify-content: center;
  gap: clamp(1rem, 2vw, 2rem);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.nav a {
  opacity: 0.82;
}

.nav a:hover {
  opacity: 1;
}

.header-actions {
  display: flex;
  justify-content: flex-end;
  gap: 0.55rem;
}

.header-action,
.btn,
.filter {
  border-radius: 8px;
  font-weight: 800;
}

.header-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0.72rem 1rem;
  white-space: nowrap;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease, color 180ms ease;
}

.header-action:hover {
  transform: translateY(-1px);
}

.header-action-call {
  color: #fff;
  background: var(--wine);
}

.header-action-discover {
  border: 1px solid rgba(231, 186, 120, 0.75);
  color: var(--green-950);
  background: linear-gradient(135deg, #f8dfad, #c8914f);
  box-shadow: 0 12px 28px rgba(123, 38, 61, 0.16);
}

.site-header:not(.is-scrolled):not(.is-open) .header-action-discover {
  color: #fff7e8;
  background: rgba(255, 253, 248, 0.08);
  border-color: rgba(255, 255, 255, 0.48);
  box-shadow: none;
}

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

.menu-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 5px auto;
  background: currentColor;
}

.hero {
  position: relative;
  min-height: 92vh;
  display: grid;
  grid-template-columns: minmax(24px, 1fr) minmax(0, var(--max)) minmax(24px, 1fr);
  align-items: end;
  padding: 8rem 0 4rem;
  overflow: hidden;
  color: #fff;
}

.hero-media,
.hero-overlay {
  position: absolute;
  inset: 0;
}

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

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(15, 43, 37, 0.86), rgba(15, 43, 37, 0.4) 48%, rgba(15, 43, 37, 0.18)),
    linear-gradient(0deg, rgba(15, 43, 37, 0.78), transparent 45%);
}

.hero-content {
  position: relative;
  grid-column: 2;
  grid-row: 1;
  max-width: 720px;
}

.eyebrow,
.section-kicker {
  margin: 0 0 1rem;
  color: var(--copper);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: #e6c08f;
}

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

h1,
h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  line-height: 0.95;
  letter-spacing: 0;
}

h1 {
  max-width: 760px;
  margin-bottom: 1.4rem;
  font-size: clamp(4rem, 8.4vw, 8.6rem);
}

h2 {
  font-size: clamp(2.4rem, 5vw, 5.2rem);
}

h3 {
  margin-bottom: 0.45rem;
  font-size: 1.1rem;
  line-height: 1.2;
}

.hero-copy {
  max-width: 640px;
  margin-bottom: 2rem;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(1.05rem, 1.6vw, 1.35rem);
}

.hero-actions,
.contact-actions,
.quick-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0.85rem 1.15rem;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-primary {
  color: #fff;
  background: var(--wine);
}

.btn-ghost {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.48);
}

.btn-ghost.dark {
  color: var(--green-950);
  border-color: var(--green-950);
}

.hero-panel {
  position: relative;
  grid-column: 2;
  grid-row: 1;
  align-self: end;
  justify-self: end;
  width: min(320px, 100%);
  padding: 1.2rem;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.1);
  backdrop-filter: blur(18px);
}

.hero-panel span,
.hero-panel p {
  color: rgba(255, 255, 255, 0.78);
}

.hero-panel strong {
  display: block;
  margin: 0.2rem 0 0.6rem;
  font-size: 1.6rem;
}

.hero-panel p {
  margin: 0;
}

.marquee {
  overflow: hidden;
  border-block: 1px solid var(--line);
  background: var(--green-950);
  color: #f3eadc;
}

.marquee div {
  display: flex;
  width: max-content;
  animation: scroll 28s linear infinite;
}

.marquee span {
  padding: 1rem 1.4rem;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.4rem, 3vw, 2.4rem);
  white-space: nowrap;
}

@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

.section {
  width: min(calc(100% - 32px), var(--max));
  margin: 0 auto;
  padding: clamp(5rem, 9vw, 8rem) 0;
}

.split,
.salon,
.contact,
.pricing {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
}

.copy-block p,
.section-head p,
.salon-copy p {
  color: var(--muted);
  font-size: 1.05rem;
}

.image-stack {
  position: relative;
  min-height: 620px;
}

.image-main,
.salon-portrait img,
.pricing-media img,
.gallery img,
.recipe-card img,
.image-float {
  border-radius: 8px;
  object-fit: cover;
}

.image-main {
  width: 72%;
  height: 620px;
  margin-left: auto;
  box-shadow: var(--shadow);
}

.image-float {
  position: absolute;
  left: 0;
  bottom: 4rem;
  width: 48%;
  height: 260px;
  border: 8px solid var(--rice);
  box-shadow: var(--shadow);
}

.ritual-band {
  width: 100%;
  max-width: none;
  padding-inline: max(24px, calc((100vw - var(--max)) / 2));
  color: #f8f0e4;
  background: var(--green-900);
}

.ritual-text {
  max-width: 760px;
}

.ritual-text .eyebrow {
  color: #e7ba78;
}

.ritual-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin-top: 3rem;
  background: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.ritual-card {
  min-height: 220px;
  padding: 1.3rem;
  background: var(--green-900);
}

.ritual-card span {
  color: #e7ba78;
  font-weight: 900;
}

.ritual-card p {
  color: rgba(255, 255, 255, 0.72);
}

.section-head {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 2rem;
  align-items: end;
  margin-bottom: 2rem;
}

.section-head .eyebrow {
  grid-column: 1 / -1;
  margin-bottom: -1rem;
}

.filters {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-bottom: 1.6rem;
}

.filter {
  border: 1px solid var(--line);
  padding: 0.55rem 0.85rem;
  color: var(--green-900);
  background: transparent;
  cursor: pointer;
}

.filter.active,
.filter:hover {
  color: #fff;
  background: var(--green-900);
}

.recipe-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.recipe-card {
  display: grid;
  grid-template-rows: 230px 1fr;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 18px 48px rgba(31, 36, 33, 0.08);
  transition: opacity 180ms ease, transform 180ms ease;
}

.recipe-card.is-hidden {
  display: none;
}

.recipe-card:hover {
  transform: translateY(-4px);
}

.recipe-card img {
  width: 100%;
  height: 100%;
  border-radius: 0;
}

.recipe-card div {
  padding: 1.15rem;
}

.recipe-card span {
  color: var(--wine);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.recipe-card p {
  color: var(--muted);
}

.pricing {
  width: min(calc(100% - 32px), 1240px);
  padding: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
}

.pricing-media img {
  width: 100%;
  height: 100%;
  min-height: 620px;
  border-radius: 0;
}

.pricing-content {
  padding: clamp(2rem, 5vw, 5rem);
}

.price-list {
  margin-top: 2rem;
  border-top: 1px solid var(--line);
}

.price-list div,
.hours dl div {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 0;
  border-bottom: 1px solid var(--line);
}

.price-list span,
.hours dt {
  font-weight: 800;
}

.price-list strong {
  color: var(--wine);
}

.gallery {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 0.8fr 1.2fr;
  gap: 0.8rem;
  width: min(calc(100% - 32px), 1360px);
  margin: 0 auto;
}

.gallery img {
  width: 100%;
  height: 420px;
}

.gallery img:nth-child(even) {
  margin-top: 3rem;
}

.salon {
  align-items: stretch;
}

.salon-copy {
  align-self: center;
}

.quick-links {
  margin-top: 1.4rem;
}

.quick-links a {
  padding-bottom: 0.25rem;
  border-bottom: 1px solid var(--green-900);
  color: var(--green-900);
  font-weight: 800;
}

.salon-portrait img {
  width: 100%;
  height: 720px;
  object-position: center 30%;
  box-shadow: var(--shadow);
}

.contact {
  align-items: stretch;
}

.contact-card,
.hours {
  padding: clamp(1.4rem, 4vw, 3rem);
  border-radius: 8px;
}

.contact-card {
  color: #fff;
  background: var(--green-950);
}

.contact-card .eyebrow {
  color: #e7ba78;
}

.contact-card p {
  color: rgba(255, 255, 255, 0.76);
}

.hours {
  border: 1px solid var(--line);
  background: #fff;
}

.hours dl {
  margin: 0;
}

.hours dd,
.hours dt {
  margin: 0;
}

.hours dd {
  color: var(--muted);
  text-align: right;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 2rem max(24px, calc((100vw - var(--max)) / 2));
  border-top: 1px solid var(--line);
  color: var(--muted);
}

.site-footer img {
  width: 138px;
  filter: brightness(0) saturate(100%) invert(17%) sepia(25%) saturate(1134%) hue-rotate(116deg) brightness(91%) contrast(91%);
}

.site-footer p {
  margin: 0;
}

.site-footer div {
  display: flex;
  gap: 1rem;
  color: var(--green-900);
  font-weight: 800;
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 600ms ease, transform 600ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

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

  .reveal {
    opacity: 1;
    transform: none;
  }
}

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

  .nav {
    position: fixed;
    left: 16px;
    right: 16px;
    top: 86px;
    display: none;
    flex-direction: column;
    padding: 1rem;
    border: 1px solid var(--line);
    border-radius: 8px;
    color: var(--ink);
    background: var(--rice);
    box-shadow: var(--shadow);
  }

  .nav.is-open {
    display: flex;
  }

  .header-actions {
    justify-self: end;
  }

  .menu-toggle {
    display: block;
  }

  .split,
  .salon,
  .contact,
  .pricing,
  .section-head {
    grid-template-columns: 1fr;
  }

  .section-head .eyebrow {
    margin-bottom: 0;
  }

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

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

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

  .gallery img {
    height: 320px;
  }

  .gallery img:nth-child(even) {
    margin-top: 0;
  }

  .pricing-media img {
    min-height: 420px;
  }
}

@media (max-width: 680px) {
  .site-header {
    width: calc(100% - 20px);
    margin-top: 10px;
  }

  .brand img {
    width: 128px;
  }

  .header-actions {
    display: none;
  }

  .hero {
    min-height: 100svh;
    grid-template-columns: 16px 1fr 16px;
    padding-bottom: 2rem;
  }

  h1 {
    font-size: clamp(3.45rem, 17vw, 5.4rem);
  }

  h2 {
    font-size: clamp(2.35rem, 12vw, 3.6rem);
  }

  .hero-panel {
    display: none;
  }

  .hero-content {
    grid-row: auto;
  }

  .section {
    width: calc(100% - 28px);
    padding: 4.4rem 0;
  }

  .image-stack {
    min-height: 500px;
  }

  .image-main {
    width: 82%;
    height: 500px;
  }

  .image-float {
    width: 58%;
    height: 210px;
    bottom: 2rem;
  }

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

  .recipe-card {
    grid-template-rows: 220px 1fr;
  }

  .salon-portrait img {
    height: 520px;
  }

  .price-list div,
  .hours dl div {
    display: grid;
  }

  .hours dd {
    text-align: left;
  }

  .site-footer {
    display: grid;
  }
}
