:root {
  color-scheme: light;
  --paper: #f5eee3;
  --paper-2: #fbf6ed;
  --cream: #fffaf2;
  --clay: #c9ae8a;
  --gold: #9b6d32;
  --gold-dark: #6f4820;
  --ink: #2d261f;
  --muted: #786c60;
  --line: rgba(119, 91, 58, 0.22);
  --shadow: 0 24px 70px rgba(60, 42, 24, 0.13);
  --glow: 0 18px 38px rgba(111, 72, 32, 0.18);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 70% 10%, rgba(255, 255, 255, 0.54), transparent 24rem),
    linear-gradient(180deg, var(--paper-2), var(--paper) 34rem);
  font-family: "Avenir Next", "Helvetica Neue", Arial, sans-serif;
  font-size: 15px;
}

body::selection {
  color: var(--cream);
  background: var(--gold-dark);
}

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

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

button,
input {
  font: inherit;
}

button {
  cursor: pointer;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 30;
  min-height: 82px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 22px;
  padding: 18px clamp(18px, 4vw, 56px);
  color: var(--ink);
  transition: background 360ms ease, border-color 360ms ease, min-height 360ms ease;
}

.site-header.is-scrolled {
  min-height: 68px;
  border-bottom: 1px solid var(--line);
  background: rgba(245, 238, 227, 0.88);
  backdrop-filter: blur(18px);
}

.brand-mark,
.footer-logo {
  display: inline-flex;
  align-items: center;
  width: fit-content;
}

.brand-mark img {
  width: clamp(132px, 13vw, 210px);
  height: auto;
  display: block;
}

.footer-logo img {
  width: min(260px, 100%);
  height: auto;
  display: block;
}

.primary-nav,
.header-tools {
  display: flex;
  align-items: center;
  gap: clamp(12px, 1.6vw, 24px);
  color: var(--muted);
  font-size: 13px;
  text-transform: lowercase;
}

.primary-nav {
  justify-content: center;
}

.header-tools {
  justify-content: flex-end;
}

.primary-nav a,
.header-tools a,
.mobile-menu a,
.footer a {
  transition: color 220ms ease, opacity 220ms ease;
}

.primary-nav a:hover,
.header-tools a:hover,
.mobile-menu a:hover,
.footer a:hover {
  color: var(--gold-dark);
}

.book-link {
  min-height: 42px;
  display: inline-grid;
  place-items: center;
  padding: 0 20px;
  border: 1px solid var(--ink);
  color: var(--cream);
  background: var(--ink);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: none;
  box-shadow: var(--glow);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 4px;
  border: 1px solid rgba(119, 91, 58, 0.18);
  background: rgba(255, 250, 242, 0.62);
}

.header-shop-link {
  min-height: 42px;
  display: inline-grid;
  place-items: center;
  padding: 0 18px;
  border: 1px solid var(--gold);
  color: var(--gold-dark);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: none;
}

.header-shop-link:hover,
.book-link:hover {
  color: var(--cream);
  background: var(--gold-dark);
  border-color: var(--gold-dark);
}

.menu-button {
  display: none;
  justify-self: end;
  width: 38px;
  height: 38px;
  border: 0;
  background: transparent;
}

.menu-button span {
  display: block;
  width: 24px;
  height: 1px;
  margin: 7px auto;
  background: var(--ink);
}

.mobile-menu {
  position: fixed;
  inset: 0 0 auto;
  z-index: 25;
  display: none;
  padding: 96px 24px 26px;
  border-bottom: 1px solid var(--line);
  background: rgba(251, 246, 237, 0.96);
  backdrop-filter: blur(16px);
}

.mobile-menu a {
  display: block;
  padding: 13px 0;
  color: var(--muted);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 26px;
}

.mobile-menu-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 18px;
}

.mobile-menu-actions a,
.mobile-menu a.mobile-book-link,
.mobile-menu a.mobile-shop-link {
  min-height: 54px;
  display: grid;
  place-items: center;
  padding: 0 12px;
  border: 1px solid var(--gold);
  font-family: inherit;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: none;
}

.mobile-menu a.mobile-book-link {
  color: var(--cream);
  background: var(--ink);
  border-color: var(--ink);
}

.hero-section {
  min-height: 100vh;
  display: grid;
  grid-template-columns: minmax(320px, 0.78fr) minmax(0, 1fr);
  align-items: end;
  gap: clamp(28px, 5vw, 72px);
  padding: 138px clamp(18px, 4vw, 56px) 54px;
}

.hero-prose {
  max-width: 600px;
  padding-bottom: 5vh;
}

.hero-prose p {
  max-width: 560px;
  margin: 0 0 22px;
  color: var(--muted);
  font-size: clamp(17px, 1.7vw, 22px);
  line-height: 1.72;
  text-transform: lowercase;
}

.ritual-words {
  display: grid;
  gap: 8px;
  margin: 46px 0 42px;
  color: var(--gold-dark);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 4vw, 66px);
  line-height: 0.94;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: 0;
}

h1 {
  color: var(--gold-dark);
  font-size: clamp(48px, 8vw, 124px);
  line-height: 0.86;
  text-transform: lowercase;
}

h2 {
  color: var(--gold-dark);
  font-size: clamp(32px, 5vw, 72px);
  line-height: 1.02;
}

h3 {
  font-size: clamp(22px, 2.2vw, 34px);
  line-height: 1.08;
}

p {
  color: var(--muted);
  line-height: 1.72;
}

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

.text-cta,
.line-button {
  position: relative;
  width: fit-content;
  display: inline-block;
  color: var(--ink);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: lowercase;
}

.text-cta::after,
.line-button::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -5px;
  height: 1px;
  background: currentColor;
  transform-origin: right;
  transition: transform 260ms ease;
}

.text-cta:hover::after,
.line-button:hover::after {
  transform: scaleX(0.38);
}

.cta-button {
  position: relative;
  min-width: 184px;
  min-height: 66px;
  display: grid;
  align-content: center;
  padding: 0 22px;
  border: 1px solid var(--gold);
  overflow: hidden;
  transition: transform 260ms ease, border-color 260ms ease, background 260ms ease, color 260ms ease, box-shadow 260ms ease;
}

.cta-button::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent, rgba(255, 250, 242, 0.18), transparent);
  transform: translateX(-120%);
  transition: transform 700ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.cta-button:hover {
  transform: translateY(-2px);
  box-shadow: var(--glow);
}

.cta-button:hover::before {
  transform: translateX(120%);
}

.cta-button span {
  position: relative;
  z-index: 1;
}

.cta-button span {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
}

.cta-primary {
  border-color: var(--ink);
  color: var(--cream);
  background: var(--ink);
}

.cta-secondary {
  color: var(--gold-dark);
  background: rgba(255, 250, 242, 0.58);
}

.cta-secondary:hover {
  color: var(--cream);
  background: var(--gold-dark);
  border-color: var(--gold-dark);
}

.cta-button.compact {
  min-width: min(320px, 100%);
  min-height: 66px;
  margin-top: 20px;
}

.cta-button.compact span {
  font-size: 24px;
}

.hero-image {
  position: relative;
  margin: 0;
  height: min(72vh, 760px);
  min-height: 480px;
  overflow: hidden;
  box-shadow: var(--shadow);
}

.hero-image img,
.salon-media img,
.price-image img,
.insta-grid img,
.category-card img,
.product-card img {
  height: 100%;
  object-fit: cover;
  transition: transform 900ms cubic-bezier(0.2, 0.8, 0.2, 1), filter 900ms ease;
}

.hero-image:hover img,
.category-card:hover img,
.product-card:hover img,
.insta-grid img:hover {
  transform: scale(1.035);
}

.salon-section,
.price-section,
.product-section,
.location-section,
.instagram-section {
  padding: clamp(70px, 9vw, 132px) clamp(18px, 4vw, 56px);
}

.salon-section,
.price-section,
.product-section {
  display: grid;
  grid-template-columns: minmax(290px, 0.92fr) minmax(320px, 1fr);
  align-items: center;
  gap: clamp(34px, 6vw, 86px);
}

.salon-media,
.price-image {
  height: min(70vh, 760px);
  min-height: 440px;
  margin: 0;
  overflow: hidden;
  background: var(--cream);
}

.salon-copy,
.price-copy,
.product-copy {
  max-width: 620px;
}

.salon-media,
.price-image {
  grid-column: 1;
  grid-row: 1;
}

.salon-copy,
.price-copy {
  grid-column: 2;
  grid-row: 1;
}

.kicker {
  margin: 0 0 18px;
  color: var(--gold-dark);
  font-family: "Avenir Next", "Helvetica Neue", Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.14em;
  text-transform: lowercase;
}

.salon-copy .kicker,
.price-copy .kicker,
.product-copy .kicker,
.section-intro .kicker,
.instagram-section > .kicker {
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: 0.14em;
}

.salon-copy p,
.price-copy p,
.product-copy p,
.location-card p {
  font-size: 17px;
}

.line-button {
  margin-top: 16px;
}

.category-section {
  padding: clamp(70px, 9vw, 126px) clamp(18px, 4vw, 56px) clamp(34px, 5vw, 72px);
}

.section-intro {
  max-width: 720px;
  margin-bottom: 34px;
}

.category-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(150px, 1fr));
  gap: 12px;
}

.category-card {
  position: relative;
  min-height: 360px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  padding: 20px;
  color: var(--cream);
  background: var(--ink);
}

.category-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(45, 38, 31, 0.06), rgba(45, 38, 31, 0.76));
}

.category-card img {
  position: absolute;
  inset: 0;
  filter: saturate(0.82) brightness(0.9);
}

.category-card span,
.category-card h3,
.category-card p {
  position: relative;
  z-index: 2;
}

.category-card span {
  font-size: 12px;
  text-transform: lowercase;
}

.category-card h3 {
  margin: 8px 0;
  font-size: 25px;
}

.category-card p {
  margin: 0;
  color: rgba(255, 250, 242, 0.82);
  font-size: 13px;
}

.category-card .card-action,
.product-card .card-action {
  position: relative;
  z-index: 2;
  width: fit-content;
  margin-top: 14px;
  border-bottom: 1px solid currentColor;
  color: var(--cream);
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-transform: lowercase;
}

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

.price-list {
  display: grid;
  margin: 28px 0 20px;
  border-top: 1px solid var(--line);
}

.price-list a {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto auto;
  align-items: baseline;
  gap: 16px;
  padding: 17px 0;
  border-bottom: 1px solid var(--line);
  transition: color 220ms ease, padding-left 220ms ease;
}

.price-list a:hover {
  padding-left: 8px;
  color: var(--gold-dark);
}

.price-list span {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 23px;
}

.price-list small {
  color: var(--muted);
}

.price-list strong {
  color: var(--gold-dark);
  font-weight: 500;
}

.price-list a::after {
  content: "Book";
  justify-self: end;
  min-width: 54px;
  display: inline-grid;
  place-items: center;
  border: 1px solid var(--gold);
  padding: 6px 10px;
  color: var(--gold-dark);
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.12em;
  text-transform: lowercase;
  transition: color 220ms ease, background 220ms ease, border-color 220ms ease;
}

.price-list a:hover::after {
  color: var(--cream);
  background: var(--gold-dark);
  border-color: var(--gold-dark);
}

.product-section {
  grid-template-columns: minmax(280px, 0.6fr) minmax(320px, 1fr);
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.product-card {
  min-height: 420px;
  display: grid;
  grid-template-rows: minmax(250px, 1fr) auto auto auto;
  gap: 8px;
  overflow: hidden;
  padding: 12px;
  background: rgba(255, 250, 242, 0.68);
}

.product-card img {
  min-height: 250px;
}

.product-card h3 {
  margin-top: 12px;
  font-size: 24px;
}

.product-card p {
  margin: 0 0 4px;
  font-size: 13px;
}

.product-card {
  transition: transform 260ms ease, box-shadow 260ms ease, background 260ms ease;
}

.product-card:hover {
  transform: translateY(-4px);
  background: rgba(255, 250, 242, 0.92);
  box-shadow: var(--glow);
}

.product-card .card-action {
  color: var(--gold-dark);
}

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

.location-card {
  min-height: 320px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(24px, 4vw, 44px);
  border: 1px solid var(--line);
  background: rgba(255, 250, 242, 0.55);
}

.location-card span {
  color: var(--gold-dark);
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.16em;
  text-transform: lowercase;
}

.location-card h3 {
  margin: 12px 0 18px;
}

.location-book-link {
  width: fit-content;
  display: inline-block;
  margin-top: 24px;
  border-bottom: 1px solid currentColor;
  color: var(--gold-dark);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
  line-height: 1.15;
  transition: color 220ms ease, transform 220ms ease;
}

.location-book-link:hover {
  color: var(--ink);
  transform: translateX(6px);
}

.location-book-link.is-disabled {
  cursor: default;
  border-bottom-color: rgba(111, 72, 32, 0.28);
  color: var(--muted);
  font-family: "Avenir Next", "Helvetica Neue", Arial, sans-serif;
  font-size: 13px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.location-book-link.is-disabled:hover {
  color: var(--muted);
  transform: none;
}

.instagram-section {
  overflow: hidden;
  border-block: 1px solid var(--line);
  background: var(--cream);
}

.marquee {
  margin: 10px -56px 36px;
  overflow: hidden;
}

.marquee-track {
  width: max-content;
  display: flex;
  gap: 46px;
  color: var(--gold-dark);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(44px, 8vw, 120px);
  white-space: nowrap;
  animation: drift 28s linear infinite;
}

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

.insta-grid img {
  aspect-ratio: 1;
  object-fit: cover;
  background: var(--paper);
}

.footer {
  display: grid;
  grid-template-columns: minmax(160px, 1.2fr) repeat(4, minmax(140px, 1fr));
  gap: 28px;
  padding: 46px clamp(18px, 4vw, 56px);
  border-top: 1px solid var(--line);
  background: #2e271f;
  color: var(--cream);
}

.footer-logo {
  align-self: start;
  display: grid;
  gap: 22px;
}

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

.footer-actions a {
  min-height: 40px;
  display: inline-grid;
  place-items: center;
  border: 1px solid rgba(255, 250, 242, 0.42);
  padding: 0 14px;
  color: var(--cream);
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.12em;
  text-transform: lowercase;
}

.footer-actions a:first-child {
  background: var(--cream);
  color: var(--ink);
  border-color: var(--cream);
}

.footer h3 {
  margin-bottom: 16px;
  color: var(--clay);
  font-family: inherit;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.16em;
  text-transform: lowercase;
}

.footer a,
.footer p {
  display: block;
  margin: 0 0 8px;
  color: rgba(255, 250, 242, 0.7);
  font-size: 13px;
}

.footer .footer-actions a {
  min-height: 40px;
  display: inline-grid;
  place-items: center;
  margin: 0;
  border: 1px solid rgba(255, 250, 242, 0.42);
  padding: 0 14px;
  color: var(--cream);
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.12em;
  text-transform: lowercase;
}

.footer .footer-actions a:first-child {
  background: var(--cream);
  color: var(--ink);
  border-color: var(--cream);
}

.legal-main {
  padding: 132px clamp(18px, 4vw, 56px) 88px;
}

.legal-hero {
  max-width: 980px;
  padding-bottom: clamp(34px, 6vw, 72px);
}

.legal-hero h1 {
  max-width: 920px;
  color: var(--gold-dark);
  font-size: clamp(50px, 8vw, 112px);
}

.legal-hero p {
  max-width: 680px;
  margin: 22px 0 0;
  font-size: 18px;
}

.legal-layout {
  max-width: 860px;
}

.legal-content {
  max-width: 860px;
}

.legal-content section {
  padding: 34px 0;
  border-top: 1px solid var(--line);
}

.legal-content h2 {
  max-width: 680px;
  margin-bottom: 18px;
  font-size: clamp(28px, 4vw, 52px);
}

.legal-content h3 {
  margin: 26px 0 10px;
  color: var(--gold-dark);
  font-family: inherit;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: lowercase;
}

.legal-content p,
.legal-content li {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.78;
}

.legal-content ul {
  display: grid;
  gap: 8px;
  margin: 16px 0 0;
  padding-left: 20px;
}

.legal-note {
  margin-top: 28px;
  padding: 18px 20px;
  border: 1px solid var(--line);
  background: rgba(255, 250, 242, 0.56);
  color: var(--muted);
}

.reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 800ms ease, transform 800ms cubic-bezier(0.2, 0.8, 0.2, 1);
  transition-delay: var(--delay, 0ms);
}

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

@keyframes drift {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

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

@media (max-width: 1100px) {
  .category-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

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

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

  .primary-nav,
  .header-tools {
    display: none;
  }

  .menu-button {
    display: block;
  }

  .mobile-menu.is-open {
    display: block;
  }

  .hero-section,
  .salon-section,
  .price-section,
  .product-section {
    grid-template-columns: 1fr;
  }

  .hero-section {
    min-height: 0;
    padding-top: 116px;
  }

  .hero-prose {
    padding-bottom: 0;
  }

  .hero-image,
  .salon-media,
  .price-image {
    height: auto;
    min-height: 0;
  }

  .hero-image img,
  .salon-media img,
  .price-image img {
    aspect-ratio: 4 / 5;
  }

  .salon-media,
  .price-image,
  .salon-copy,
  .price-copy {
    grid-column: auto;
    grid-row: auto;
  }

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

}

@media (max-width: 620px) {
  .brand-mark img {
    width: 136px;
  }

  .hero-section,
  .salon-section,
  .price-section,
  .product-section,
  .location-section,
  .instagram-section,
  .category-section,
  .legal-main {
    padding-inline: 16px;
  }

  .hero-actions .cta-button {
    flex: 1 1 0;
    min-width: 0;
  }

  .hero-actions .cta-button span {
    font-size: 24px;
  }

  .category-grid,
  .product-grid,
  .location-grid,
  .insta-grid,
  .footer {
    grid-template-columns: 1fr;
  }

  .category-card {
    min-height: 300px;
  }

  .product-card {
    min-height: 0;
    grid-template-rows: auto auto auto auto;
    padding: 12px;
  }

  .product-card img {
    height: auto;
    min-height: 0;
    aspect-ratio: 4 / 5;
  }

  .product-card h3 {
    margin-top: 8px;
  }

  .price-list a {
    grid-template-columns: 1fr auto;
    gap: 4px;
  }

  .price-list small,
  .price-list strong {
    grid-column: 1;
  }

  .price-list a::after {
    grid-row: 1 / span 3;
    grid-column: 2;
    align-self: center;
  }

}
