/* ============================================================
   Marciano's COIFFURE — Premium B&W editorial redesign
   ============================================================ */

:root {
  --black: #0a0a0a;
  --ink: #111111;
  --near-black: #161616;
  --charcoal: #242424;
  --soft-charcoal: #2e2e2e;
  --gray-700: #4a4a4a;
  --gray-600: #5c5c5c;
  --gray-500: #7a7a7a;
  --gray-400: #9a9a9a;
  --gray-300: #c4c4c4;
  --gray-200: #e2e2e2;
  --gray-150: #ececec;
  --gray-100: #f3f3f3;
  --off-white: #f7f7f5;
  --white: #ffffff;
  --cream: #faf9f7;

  --font-script: "Parisienne", "Cormorant Garamond", Georgia, serif;
  --font-display: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  --font-sans: "Outfit", system-ui, -apple-system, "Segoe UI", sans-serif;

  --space-xs: 0.5rem;
  --space-sm: 1rem;
  --space-md: 1.75rem;
  --space-lg: 3rem;
  --space-xl: 5rem;
  --space-2xl: 7.5rem;
  --space-3xl: 10rem;

  --radius: 3px;
  --radius-lg: 8px;
  --shadow-sm: 0 4px 20px rgba(0, 0, 0, 0.06);
  --shadow: 0 16px 48px rgba(0, 0, 0, 0.12);
  --shadow-lg: 0 24px 64px rgba(0, 0, 0, 0.18);

  --header-h: 84px;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --max: 1180px;
  --narrow: 720px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-h) + 1.25rem);
}

body {
  font-family: var(--font-sans);
  font-weight: 300;
  font-size: 1.0625rem;
  line-height: 1.7;
  color: var(--ink);
  background: var(--cream);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

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

a {
  color: inherit;
  text-decoration: none;
  transition: opacity 0.25s var(--ease), color 0.25s var(--ease);
}

ul[role="list"],
ul {
  list-style: none;
}

address {
  font-style: normal;
}

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

button {
  cursor: pointer;
  border: none;
  background: none;
}


/* Force hidden attribute over display utilities */
[hidden] {
  display: none !important;
}

/* ——— Accessibility ——— */
.skip-link {
  position: absolute;
  top: -100%;
  left: var(--space-sm);
  z-index: 1000;
  background: var(--black);
  color: var(--white);
  padding: 0.85rem 1.35rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 0.72rem;
  font-weight: 500;
}

.skip-link:focus {
  top: var(--space-sm);
}

:focus-visible {
  outline: 2px solid var(--black);
  outline-offset: 3px;
}

.section-dark :focus-visible,
.site-footer :focus-visible,
.hero :focus-visible {
  outline-color: var(--white);
}

/* ——— Layout ——— */
.container {
  width: min(100% - 2.75rem, var(--max));
  margin-inline: auto;
}

.container.narrow {
  width: min(100% - 2.75rem, var(--narrow));
}

/* ——— Typography ——— */
.script,
.brand-script {
  font-family: var(--font-script);
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.05;
}

.wide,
.brand-sub {
  font-family: var(--font-sans);
  font-weight: 400;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  font-size: 0.68rem;
}

.eyebrow {
  font-size: 0.68rem;
  letter-spacing: 0.38em;
  text-transform: uppercase;
  color: var(--gray-500);
  margin-bottom: 1rem;
  font-weight: 500;
}

.eyebrow-light {
  color: var(--gray-400);
}

h1, h2, h3, h4 {
  font-family: var(--font-display);
  font-weight: 500;
  line-height: 1.15;
  color: var(--black);
}

h2 {
  font-size: clamp(2.5rem, 5.5vw, 3.75rem);
  margin-bottom: 1rem;
  letter-spacing: -0.01em;
}

h3 {
  font-size: 1.55rem;
}

h4 {
  font-family: var(--font-sans);
  font-size: 0.68rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 0.9rem;
  color: var(--white);
}

.section-lead {
  color: var(--gray-600);
  max-width: 34rem;
  margin-inline: auto;
  font-weight: 300;
  font-size: 1.05rem;
}

.section-lead--left {
  margin-inline: 0;
}

.section-header {
  text-align: center;
  margin-bottom: clamp(2.5rem, 5vw, 4rem);
}

.section-dark .section-header h2,
.section-dark .section-header .section-lead {
  color: var(--white);
}

.section-dark .section-lead {
  color: var(--gray-300);
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  margin-top: 1.5rem;
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  border-bottom: 1px solid var(--black);
  padding-bottom: 0.25rem;
  transition: gap 0.3s var(--ease), opacity 0.25s;
}

.text-link:hover {
  opacity: 1;
  gap: 0.85rem;
}

/* ——— Buttons ——— */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.95rem 1.85rem;
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  border: 1px solid var(--black);
  border-radius: var(--radius);
  transition:
    background 0.3s var(--ease),
    color 0.3s var(--ease),
    border-color 0.3s var(--ease),
    transform 0.3s var(--ease),
    box-shadow 0.3s var(--ease);
  white-space: nowrap;
}

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

.btn:active {
  transform: translateY(0);
}

.btn-lg {
  padding: 1.1rem 2.25rem;
  letter-spacing: 0.22em;
}

.btn-primary {
  background: var(--black);
  color: var(--white);
  border-color: var(--black);
}

.btn-primary:hover {
  background: var(--charcoal);
  box-shadow: var(--shadow-sm);
}

.btn-light {
  background: var(--white);
  color: var(--black);
  border-color: var(--white);
}

.btn-light:hover {
  background: transparent;
  color: var(--white);
  border-color: var(--white);
  box-shadow: none;
}

.btn-outline {
  background: transparent;
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.55);
}

.btn-outline:hover {
  background: var(--white);
  color: var(--black);
  border-color: var(--white);
}

.btn-ghost {
  background: transparent;
  color: var(--black);
}

.btn-ghost:hover {
  background: var(--black);
  color: var(--white);
}

.btn-nav {
  display: none;
  padding: 0.65rem 1.15rem;
  font-size: 0.62rem;
  background: var(--black);
  color: var(--white);
  border-color: var(--black);
}

.btn-nav:hover {
  background: var(--charcoal);
}

.btn-sm {
  padding: 0.62rem 1.05rem;
  font-size: 0.62rem;
  letter-spacing: 0.16em;
}

.btn-full {
  width: 100%;
}

.btn-add {
  width: 100%;
  margin-top: auto;
}

/* ——— Header ——— */
.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  height: var(--header-h);
  z-index: 100;
  background: rgba(250, 249, 247, 0.78);
  backdrop-filter: blur(16px) saturate(1.2);
  -webkit-backdrop-filter: blur(16px) saturate(1.2);
  border-bottom: 1px solid transparent;
  transition:
    background 0.35s var(--ease),
    border-color 0.35s,
    box-shadow 0.35s,
    height 0.35s;
}

.site-header.scrolled {
  background: rgba(250, 249, 247, 0.94);
  border-bottom-color: var(--gray-200);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.04);
  height: 76px;
}

.site-header.on-dark {
  background: rgba(10, 10, 10, 0.55);
  border-bottom-color: rgba(255, 255, 255, 0.06);
}

.site-header.on-dark .brand-script,
.site-header.on-dark .brand-sub,
.site-header.on-dark .cart-btn,
.site-header.on-dark .nav-toggle span {
  color: var(--white);
}

.site-header.on-dark + .site-nav a {
  color: var(--white);
}

.site-header.on-dark .nav-toggle span {
  background: var(--white);
}

.site-header.on-dark + .site-nav a::after {
  background: var(--white);
}

.site-header.on-dark .cart-count {
  background: var(--white);
  color: var(--black);
}

.site-header.on-dark .btn-nav {
  background: var(--white);
  color: var(--black);
  border-color: var(--white);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  width: min(100% - 2rem, var(--max));
  margin-inline: auto;
  gap: 1.25rem;
}

.brand {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  flex-shrink: 0;
}

.brand:hover {
  opacity: 1;
}

.brand-logo-wrap {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: var(--white);
  border: 1px solid var(--gray-200);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
  overflow: hidden;
  flex-shrink: 0;
  transition: transform 0.35s var(--ease), box-shadow 0.35s;
}

.brand:hover .brand-logo-wrap {
  transform: scale(1.04);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.brand-logo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.brand-text {
  display: flex;
  flex-direction: column;
  line-height: 1;
}

.brand-text .brand-script {
  font-size: 1.85rem;
  color: var(--black);
}

.brand-text .brand-sub {
  font-size: 0.55rem;
  letter-spacing: 0.28em;
  margin-top: 0.25rem;
  color: var(--gray-600);
}

.site-nav {
  position: fixed;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  height: var(--header-h);
  display: flex;
  align-items: center;
  z-index: 101;
  transition: height 0.35s;
  pointer-events: none; /* let clicks pass except on links */
}

.site-nav ul {
  pointer-events: auto;
}

.site-header.scrolled + .site-nav {
  height: 76px;
}

.site-nav ul {
  display: flex;
  gap: 1.65rem;
  align-items: center;
}

.site-nav a {
  font-size: 0.66rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-weight: 400;
  position: relative;
  padding: 0.25rem 0;
  color: var(--ink);
}

.site-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  height: 1px;
  background: var(--black);
  transition: width 0.35s var(--ease);
}

.site-nav a:hover {
  opacity: 1;
}

.site-nav a:hover::after,
.site-nav a.active::after {
  width: 100%;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-shrink: 0;
}

.nav-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 32px;
  height: 32px;
  padding: 4px 0;
  z-index: 110;
}

.nav-toggle span {
  display: block;
  height: 1.5px;
  background: var(--black);
  transition: transform 0.35s var(--ease), opacity 0.3s;
  transform-origin: center;
}

.nav-toggle[aria-expanded="true"] span:nth-child(1) {
  transform: translateY(6.5px) rotate(45deg);
}

.nav-toggle[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
}

.nav-toggle[aria-expanded="true"] span:nth-child(3) {
  transform: translateY(-6.5px) rotate(-45deg);
}

.cart-btn {
  position: relative;
  padding: 0.45rem;
  display: flex;
  align-items: center;
  color: var(--black);
  transition: transform 0.25s var(--ease);
}

.cart-btn:hover {
  transform: scale(1.06);
}

.cart-count {
  position: absolute;
  top: -2px;
  right: -4px;
  min-width: 18px;
  height: 18px;
  background: var(--black);
  color: var(--white);
  font-size: 0.62rem;
  font-weight: 600;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 4px;
}

/* ——— Hero ——— */
.hero {
  min-height: 100vh;
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: calc(var(--header-h) + 1.75rem) 1.5rem 4.5rem;
  position: relative;
  background: var(--black);
  color: var(--white);
  overflow: hidden;
}

.hero-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.hero-grain {
  position: absolute;
  inset: 0;
  opacity: 0.35;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  background-size: 180px;
  mix-blend-mode: overlay;
}

.hero-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: radial-gradient(ellipse at 50% 40%, black 20%, transparent 70%);
}

.hero-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.35;
}

.hero-orb--1 {
  width: 420px;
  height: 420px;
  background: #3a3a3a;
  top: -10%;
  left: 50%;
  transform: translateX(-50%);
}

.hero-orb--2 {
  width: 280px;
  height: 280px;
  background: #2a2a2a;
  bottom: 10%;
  right: 8%;
}

.hero-content {
  position: relative;
  z-index: 1;
  max-width: 720px;
}

.hero-logo-plate {
  width: min(280px, 68vw);
  aspect-ratio: 1;
  margin: 0 auto 2rem;
  border-radius: 50%;
  background: var(--white);
  padding: 1.15rem;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.12),
    0 0 0 12px rgba(255, 255, 255, 0.04),
    0 24px 60px rgba(0, 0, 0, 0.45);
  display: grid;
  place-items: center;
  overflow: hidden;
}

.hero-logo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  border-radius: 50%;
}

.hero-eyebrow {
  font-size: 0.7rem;
  letter-spacing: 0.42em;
  text-transform: uppercase;
  color: var(--gray-400);
  margin-bottom: 1.1rem;
  font-weight: 400;
}

.hero-title {
  margin-bottom: 1.35rem;
  color: var(--white);
}

.hero-title .script {
  display: block;
  font-size: clamp(3.6rem, 12vw, 5.75rem);
  margin-bottom: 0.45rem;
  color: var(--white);
  text-shadow: 0 2px 24px rgba(0, 0, 0, 0.35);
}

.hero-title .wide {
  display: block;
  font-family: var(--font-sans);
  font-size: clamp(0.78rem, 2vw, 0.95rem);
  letter-spacing: 0.42em;
  color: var(--gray-300);
  font-weight: 400;
}

.hero-tagline {
  font-family: var(--font-display);
  font-size: clamp(1.2rem, 2.6vw, 1.55rem);
  font-style: italic;
  font-weight: 400;
  color: var(--gray-200);
  margin-bottom: 2.25rem;
  line-height: 1.45;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
  margin-bottom: 2.5rem;
}

.hero-stats {
  display: flex;
  justify-content: center;
  gap: clamp(1.5rem, 5vw, 3.5rem);
  padding-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  max-width: 480px;
  margin-inline: auto;
}

.hero-stats li {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.hero-stats strong {
  font-family: var(--font-display);
  font-size: 1.75rem;
  font-weight: 600;
  color: var(--white);
  letter-spacing: 0.02em;
}

.hero-stats span {
  font-size: 0.62rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gray-400);
}

.hero-scroll {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
  font-size: 0.58rem;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--gray-400);
  z-index: 1;
}

.hero-scroll:hover {
  opacity: 1;
  color: var(--white);
}

.scroll-line {
  width: 1px;
  height: 44px;
  background: linear-gradient(to bottom, var(--gray-400), transparent);
  animation: scrollPulse 2.2s ease-in-out infinite;
}

.reveal {
  animation: fadeUp 1s var(--ease-out) both;
}

.reveal-delay-1 { animation-delay: 0.1s; }
.reveal-delay-2 { animation-delay: 0.2s; }
.reveal-delay-3 { animation-delay: 0.32s; }
.reveal-delay-4 { animation-delay: 0.44s; }
.reveal-delay-5 { animation-delay: 0.56s; }

@keyframes fadeUp {
  from { opacity: 0; transform: translateY(28px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes scrollPulse {
  0%, 100% { opacity: 0.25; transform: scaleY(0.65); transform-origin: top; }
  50% { opacity: 1; transform: scaleY(1); }
}

/* ——— Signature ——— */
.signature {
  padding: var(--space-2xl) 0 var(--space-xl);
  background: var(--cream);
  position: relative;
}

.signature-inner {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: clamp(2rem, 6vw, 5rem);
  align-items: start;
}

.signature-label h2 {
  font-size: clamp(2.4rem, 4.5vw, 3.4rem);
  line-height: 1.12;
}

.signature-copy .lead {
  font-family: var(--font-display);
  font-size: clamp(1.25rem, 2.2vw, 1.55rem);
  line-height: 1.45;
  color: var(--black);
  margin-bottom: 1.25rem;
  font-weight: 400;
}

.signature-copy p {
  color: var(--gray-600);
  margin-bottom: 0.5rem;
}

.divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-top: var(--space-xl);
  padding: 0 2rem;
}

.divider span:not(.divider-diamond) {
  flex: 1;
  max-width: 180px;
  height: 1px;
  background: var(--gray-200);
}

.divider-diamond {
  width: 7px;
  height: 7px;
  background: var(--black);
  transform: rotate(45deg);
  flex-shrink: 0;
}


/* ——— SPA Pages ——— */
.page[hidden] {
  display: none !important;
}

.page.is-active {
  display: block;
  animation: pageIn 0.45s var(--ease-out);
}

@keyframes pageIn {
  from { opacity: 0; transform: translateY(12px); }
  to { opacity: 1; transform: translateY(0); }
}

.page:not(.page-home) .section:first-child {
  padding-top: calc(var(--space-2xl) + 0.5rem);
}

/* ——— Home teaser ——— */
.home-teaser {
  padding: 0 0 var(--space-2xl);
  background: var(--cream);
}

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

.teaser-card {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  padding: 1.75rem 1.5rem;
  background: var(--white);
  border: 1px solid var(--gray-200);
  border-radius: var(--radius-lg);
  transition: border-color 0.3s var(--ease), transform 0.3s var(--ease), box-shadow 0.3s var(--ease);
  min-height: 160px;
}

.teaser-card:hover {
  border-color: var(--black);
  transform: translateY(-3px);
  box-shadow: var(--shadow-sm);
}

.teaser-num {
  font-family: var(--font-display);
  font-size: 0.85rem;
  letter-spacing: 0.12em;
  color: var(--gray-400);
  margin-bottom: 0.5rem;
}

.teaser-card h3 {
  font-family: var(--font-display);
  font-size: 1.55rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--black);
}

.teaser-card p {
  font-size: 0.92rem;
  color: var(--gray-600);
  flex: 1;
}

.teaser-go {
  margin-top: 0.75rem;
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--black);
}

/* ——— Sections ——— */
.section {
  padding: var(--space-2xl) 0;
  position: relative;
}

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

.section-dark {
  background: var(--near-black);
  color: var(--white);
  position: relative;
  overflow: hidden;
}

.section-dark::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(ellipse at 0% 0%, rgba(255, 255, 255, 0.04), transparent 50%),
    radial-gradient(ellipse at 100% 100%, rgba(255, 255, 255, 0.03), transparent 45%);
  pointer-events: none;
}

.section-cta {
  text-align: center;
  margin-top: var(--space-lg);
}

.section-dark .btn-primary {
  background: var(--white);
  color: var(--black);
  border-color: var(--white);
}

.section-dark .btn-primary:hover {
  background: transparent;
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.7);
}

/* ——— Price cards ——— */
.price-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1.15rem;
  position: relative;
  z-index: 1;
}

.price-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 1.85rem 1.35rem 1.65rem;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  position: relative;
  transition:
    transform 0.4s var(--ease),
    background 0.4s var(--ease),
    border-color 0.4s var(--ease),
    box-shadow 0.4s var(--ease);
  min-height: 260px;
}

.price-card:hover {
  transform: translateY(-6px);
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.22);
  box-shadow: var(--shadow-lg);
}

.price-card--featured {
  background: var(--white);
  border-color: var(--white);
  color: var(--black);
}

.price-card--featured:hover {
  background: var(--white);
  border-color: var(--white);
}

.price-card--featured h3,
.price-card--featured .price-card-amount {
  color: var(--black) !important;
}

.price-card--featured p {
  color: var(--gray-600);
}

.price-card--featured .price-card-icon {
  color: var(--black);
  border-color: var(--gray-200);
}

.price-badge {
  position: absolute;
  top: 1rem;
  right: 1rem;
  font-size: 0.55rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 600;
  background: var(--black);
  color: var(--white);
  padding: 0.35rem 0.6rem;
}

.price-card-icon {
  width: 48px;
  height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--white);
  margin-bottom: 0.5rem;
}

.price-card-icon svg {
  width: 28px;
  height: 28px;
}

.price-card h3 {
  font-size: 1.35rem;
  color: var(--white);
  line-height: 1.25;
}

.price-card > p {
  font-size: 0.88rem;
  color: var(--gray-400);
  flex: 1;
  line-height: 1.5;
}

.price-card-amount {
  font-family: var(--font-display);
  font-size: 2rem;
  font-weight: 600;
  color: var(--white);
  margin-top: 0.5rem;
  letter-spacing: 0.02em;
}

/* ——— Quote band ——— */
.quote-band {
  background: var(--black);
  color: var(--white);
  padding: clamp(3.5rem, 7vw, 5.5rem) 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.quote-band::before,
.quote-band::after {
  content: "";
  position: absolute;
  width: 120px;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
  top: 50%;
}

.quote-band::before { left: 8%; }
.quote-band::after { right: 8%; }

.quote-band blockquote p {
  font-family: var(--font-display);
  font-size: clamp(1.55rem, 3.5vw, 2.35rem);
  font-style: italic;
  font-weight: 400;
  line-height: 1.35;
  max-width: 38rem;
  margin: 0 auto 1.25rem;
}

.quote-band footer {
  font-size: 0.68rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--gray-400);
}

/* ——— Booking ——— */
.booking-layout {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(2.5rem, 6vw, 4.5rem);
  align-items: start;
}

.booking-intro h2 {
  margin-bottom: 1.1rem;
}

.booking-perks {
  margin-top: 2.5rem;
  display: flex;
  flex-direction: column;
  gap: 1.35rem;
}

.booking-perks li {
  display: flex;
  gap: 1.1rem;
  align-items: flex-start;
}

.perk-icon {
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-weight: 600;
  color: var(--gray-400);
  min-width: 2rem;
  padding-top: 0.1rem;
}

.booking-perks strong {
  display: block;
  font-family: var(--font-display);
  font-size: 1.2rem;
  font-weight: 500;
  color: var(--black);
  margin-bottom: 0.15rem;
}

.booking-perks span {
  font-size: 0.9rem;
  color: var(--gray-500);
}

.booking-panel,
.form-panel {
  background: var(--white);
  border: 1px solid var(--gray-200);
  padding: clamp(1.75rem, 3vw, 2.5rem);
  box-shadow: var(--shadow-sm);
}

/* ——— Booking entry choice ——— */
.booking-choice {
  animation: fadeUp 0.45s var(--ease);
}

.booking-choice-heading {
  margin-bottom: 1.75rem;
}

.booking-choice-heading .eyebrow {
  margin-bottom: 0.7rem;
}

.booking-choice-heading h3 {
  font-size: clamp(1.7rem, 3vw, 2.2rem);
  margin-bottom: 0.55rem;
}

.booking-choice-heading > p:last-child {
  color: var(--gray-600);
  font-size: 0.92rem;
  line-height: 1.55;
  max-width: 30rem;
}

.booking-choice-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem;
}

.booking-choice-card {
  min-height: 226px;
  padding: 1.35rem 1.3rem 1.2rem;
  border: 1px solid var(--gray-300);
  border-radius: var(--radius-lg);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  position: relative;
  overflow: hidden;
  transition: transform 0.3s var(--ease), box-shadow 0.3s var(--ease), border-color 0.3s var(--ease), background 0.3s var(--ease);
}

.booking-choice-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
}

.booking-choice-card--express {
  background: var(--cream);
}

.booking-choice-card--express:hover {
  border-color: var(--black);
  background: var(--white);
}

.booking-choice-card--account {
  background: var(--black);
  border-color: var(--black);
  color: var(--white);
}

.booking-choice-card--account:hover {
  background: var(--charcoal);
  border-color: var(--charcoal);
}

.booking-choice-index {
  font-family: var(--font-display);
  font-size: 0.8rem;
  letter-spacing: 0.16em;
  color: var(--gray-500);
  margin-bottom: 1.7rem;
}

.booking-choice-card--account .booking-choice-index {
  color: var(--gray-400);
}

.booking-choice-content {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  flex: 1;
}

.booking-choice-content strong {
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 2.4vw, 1.7rem);
  font-weight: 500;
  line-height: 1.1;
}

.booking-choice-content > span {
  font-size: 0.7rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 500;
}

.booking-choice-content small {
  color: var(--gray-600);
  font-size: 0.85rem;
  line-height: 1.5;
  margin-top: 0.55rem;
}

.booking-choice-card--account .booking-choice-content small {
  color: var(--gray-300);
}

.booking-choice-arrow {
  align-self: flex-end;
  font-size: 1.35rem;
  line-height: 1;
  margin-top: 1.1rem;
  transition: transform 0.3s var(--ease);
}

.booking-choice-card:hover .booking-choice-arrow {
  transform: translateX(0.35rem);
}

.booking-back {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: var(--gray-600);
  font-size: 0.7rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 1.35rem;
  transition: color 0.25s var(--ease);
}

.booking-back:hover {
  color: var(--black);
}

/* ——— Forms ——— */
.form {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.2rem;
}

.field {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}

.field label,
.field legend {
  font-size: 0.66rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 500;
  color: var(--gray-700);
}

.field input,
.field select,
.field textarea {
  padding: 0.95rem 1.05rem;
  border: 1px solid var(--gray-300);
  border-radius: var(--radius);
  background: var(--cream);
  transition: border-color 0.25s, background 0.25s, box-shadow 0.25s;
  appearance: none;
  -webkit-appearance: none;
}

.field select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%234a4a4a' d='M1 1l5 5 5-5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-color: var(--cream);
  padding-right: 2.5rem;
}

.field input:hover,
.field select:hover,
.field textarea:hover {
  border-color: var(--gray-500);
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  outline: none;
  border-color: var(--black);
  background: var(--white);
  box-shadow: 0 0 0 3px rgba(10, 10, 10, 0.06);
}

.field input.invalid,
.field select.invalid,
.field textarea.invalid {
  border-color: #7a1f1f;
  box-shadow: 0 0 0 3px rgba(122, 31, 31, 0.08);
}

.field-error {
  font-size: 0.75rem;
  color: #7a1f1f;
  min-height: 1.1em;
}

.form-note {
  font-size: 0.8rem;
  color: var(--gray-500);
}

.form-success {
  text-align: center;
  padding: 1rem 1.15rem;
  background: var(--gray-100);
  border: 1px solid var(--gray-200);
  font-size: 0.9rem;
}

.radio {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  font-size: 0.92rem;
  margin-top: 0.55rem;
  cursor: pointer;
  text-transform: none;
  letter-spacing: 0;
  font-weight: 300;
}

.radio input {
  accent-color: var(--black);
  width: 1rem;
  height: 1rem;
}

fieldset.field {
  border: none;
}

/* ——— Confirm ——— */
.confirm-card {
  text-align: center;
  padding: 0.5rem 0;
  animation: fadeUp 0.5s var(--ease);
}

.confirm-icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 1.35rem;
  border: 1.5px solid var(--black);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  background: var(--cream);
}

.confirm-card h3,
#checkout-success h2 {
  font-size: 1.85rem;
  margin-bottom: 0.75rem;
}

.confirm-details {
  text-align: left;
  margin: 1.85rem auto;
  max-width: 380px;
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}

.confirm-details > div {
  display: grid;
  grid-template-columns: 7.5rem 1fr;
  gap: 0.5rem;
  padding: 0.85rem 0;
  border-bottom: 1px solid var(--gray-200);
}

.confirm-details dt {
  font-size: 0.62rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gray-500);
  padding-top: 0.25rem;
  font-weight: 500;
}

.confirm-note {
  font-size: 0.8rem;
  color: var(--gray-500);
  margin: 1rem 0 1.5rem;
  line-height: 1.55;
}

/* ——— Products ——— */
.product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 1.5rem;
}

.product-card {
  display: flex;
  flex-direction: column;
  background: var(--white);
  border: 1px solid var(--gray-200);
  transition:
    box-shadow 0.4s var(--ease),
    transform 0.4s var(--ease),
    border-color 0.4s;
  overflow: hidden;
}

.product-card:hover {
  box-shadow: var(--shadow);
  transform: translateY(-5px);
  border-color: var(--gray-300);
}

.product-visual {
  aspect-ratio: 1;
  background:
    radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.9), transparent 50%),
    linear-gradient(160deg, var(--gray-100) 0%, var(--gray-150) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.product-visual::before {
  content: "";
  position: absolute;
  inset: 12%;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 50%;
  pointer-events: none;
}

.product-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.35'/%3E%3C/svg%3E");
  background-size: 120px;
  opacity: 0.12;
  mix-blend-mode: multiply;
  pointer-events: none;
}

.product-visual svg {
  width: 42%;
  height: 42%;
  opacity: 0.9;
  position: relative;
  z-index: 1;
  transition: transform 0.45s var(--ease);
}

.product-card:hover .product-visual svg {
  transform: scale(1.06);
}

.product-body {
  padding: 1.4rem 1.4rem 1.5rem;
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 0.45rem;
}

.product-cat {
  font-size: 0.58rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--gray-500);
  font-weight: 500;
}

.product-body h3 {
  font-size: 1.3rem;
  line-height: 1.25;
}

.product-desc {
  font-size: 0.88rem;
  color: var(--gray-500);
  flex: 1;
  line-height: 1.55;
}

.product-price {
  font-family: var(--font-display);
  font-size: 1.45rem;
  font-weight: 600;
  margin: 0.55rem 0 0.35rem;
}

/* ——— Salons ——— */
.salons-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.75rem;
}

.salon-card {
  background: var(--white);
  border: 1px solid var(--gray-200);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transition: box-shadow 0.4s var(--ease), transform 0.4s var(--ease);
}

.salon-card:hover {
  box-shadow: var(--shadow);
  transform: translateY(-3px);
}

.salon-card-top {
  padding: 2rem 2rem 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}

.salon-tag {
  font-size: 0.58rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--gray-500);
  font-weight: 500;
}

.salon-card h3 {
  font-size: 2.1rem;
  margin-bottom: 0.15rem;
}

.salon-card address {
  color: var(--gray-700);
  line-height: 1.65;
}

.salon-hours {
  font-size: 0.9rem;
  color: var(--gray-600);
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 0.85rem;
  align-items: baseline;
}

.hours-label {
  font-size: 0.58rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-weight: 500;
  color: var(--gray-500);
}

.salon-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin: 0.35rem 0 0.5rem;
}

.map-embed {
  margin-top: auto;
  aspect-ratio: 16 / 10;
  background: var(--gray-100);
  overflow: hidden;
  border-top: 1px solid var(--gray-200);
}

.map-embed iframe {
  width: 100%;
  height: 100%;
  border: 0;
  filter: grayscale(100%) contrast(1.05);
  transition: filter 0.5s var(--ease);
}

.salon-card:hover .map-embed iframe {
  filter: grayscale(30%) contrast(1.02);
}

/* ——— Contact ——— */
.contact-layout {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: clamp(2rem, 5vw, 4rem);
  align-items: start;
}

.contact-meta {
  margin-top: 2.25rem;
  display: grid;
  gap: 1.25rem;
  padding-top: 1.75rem;
  border-top: 1px solid var(--gray-200);
}

.contact-meta strong {
  font-family: var(--font-display);
  font-size: 1.25rem;
  font-weight: 500;
  display: block;
  margin-bottom: 0.15rem;
}

.contact-meta p {
  color: var(--gray-600);
  font-size: 0.95rem;
}

/* ——— Footer ——— */
.site-footer {
  background: var(--black);
  color: var(--white);
}

.footer-top {
  padding: var(--space-xl) 0 var(--space-lg);
  position: relative;
}

.footer-top::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(to bottom, black, transparent);
  pointer-events: none;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 2.5rem;
  position: relative;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 1.15rem;
}

.footer-logo-wrap {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: var(--white);
  overflow: hidden;
  flex-shrink: 0;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.1);
}

.footer-logo-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.footer-brand .brand-script {
  font-size: 1.9rem;
  color: var(--white);
}

.footer-brand .brand-sub {
  font-size: 0.55rem;
  letter-spacing: 0.28em;
  color: var(--gray-400);
  margin-top: 0.2rem;
}

.footer-tagline {
  margin-top: 0.65rem !important;
  font-family: var(--font-display);
  font-style: italic;
  font-size: 0.95rem !important;
  color: var(--gray-400) !important;
}

.site-footer p {
  font-size: 0.88rem;
  color: var(--gray-300);
  margin-bottom: 0.4rem;
}

.footer-nav li {
  margin-bottom: 0.45rem;
}

.footer-nav a {
  font-size: 0.85rem;
  color: var(--gray-300);
  letter-spacing: 0.06em;
}

.footer-nav a:hover {
  color: var(--white);
  opacity: 1;
}

.footer-bottom {
  border-top: 1px solid var(--charcoal);
  padding: 1.35rem 0;
}

.footer-bottom-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.footer-bottom p {
  font-size: 0.75rem;
  color: var(--gray-500);
  margin: 0;
}

.footer-note {
  letter-spacing: 0.04em;
}

/* ——— Toast ——— */
.toast {
  position: fixed;
  bottom: 1.75rem;
  left: 50%;
  transform: translateX(-50%) translateY(20px);
  background: var(--black);
  color: var(--white);
  padding: 0.85rem 1.5rem;
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 500;
  z-index: 400;
  box-shadow: var(--shadow);
  opacity: 0;
  transition: opacity 0.35s, transform 0.35s var(--ease);
  pointer-events: none;
}

.toast.show {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

/* ——— Cart drawer ——— */
.cart-overlay,
.modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 200;
  animation: fadeIn 0.28s;
  backdrop-filter: blur(2px);
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

.cart-drawer {
  position: fixed;
  top: 0;
  right: 0;
  width: min(420px, 100vw);
  height: 100%;
  background: var(--cream);
  z-index: 210;
  display: flex;
  flex-direction: column;
  box-shadow: -12px 0 48px rgba(0, 0, 0, 0.18);
  animation: slideIn 0.4s var(--ease-out);
}

@keyframes slideIn {
  from { transform: translateX(100%); }
  to { transform: translateX(0); }
}

.cart-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.35rem 1.6rem;
  border-bottom: 1px solid var(--gray-200);
  background: var(--white);
}

.cart-header h2 {
  font-size: 1.65rem;
  margin: 0;
}

.icon-btn {
  font-size: 1.85rem;
  line-height: 1;
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--black);
  border-radius: 50%;
  transition: background 0.25s;
}

.icon-btn:hover {
  background: var(--gray-100);
}

.cart-body {
  flex: 1;
  overflow-y: auto;
  padding: 1.25rem 1.6rem;
}

.cart-empty {
  color: var(--gray-500);
  text-align: center;
  padding: 3rem 0;
  font-family: var(--font-display);
  font-style: italic;
  font-size: 1.15rem;
}

.cart-item {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0.45rem 1rem;
  padding: 1.15rem 0;
  border-bottom: 1px solid var(--gray-200);
}

.cart-item-name {
  font-family: var(--font-display);
  font-size: 1.15rem;
}

.cart-item-price {
  font-size: 0.92rem;
  color: var(--gray-700);
}

.cart-item-qty {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  grid-column: 1 / -1;
}

.qty-btn {
  width: 30px;
  height: 30px;
  border: 1px solid var(--gray-300);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  background: var(--white);
  transition: background 0.2s, border-color 0.2s;
}

.qty-btn:hover {
  background: var(--gray-100);
  border-color: var(--black);
}

.cart-item-remove {
  font-size: 0.65rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gray-500);
  margin-left: auto;
  font-weight: 500;
}

.cart-item-remove:hover {
  color: var(--black);
}

.cart-footer {
  padding: 1.35rem 1.6rem;
  border-top: 1px solid var(--gray-200);
  background: var(--white);
}

.cart-total {
  font-size: 1rem;
  margin-bottom: 1.1rem;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

.cart-total strong {
  font-family: var(--font-display);
  font-size: 1.65rem;
  font-weight: 600;
}

/* ——— Modal ——— */
.modal-overlay {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  z-index: 300;
}

.modal {
  background: var(--white);
  width: min(500px, 100%);
  max-height: 90vh;
  overflow-y: auto;
  padding: 2.5rem;
  position: relative;
  animation: fadeUp 0.4s var(--ease);
  box-shadow: var(--shadow-lg);
}

.modal-close {
  position: absolute;
  top: 0.85rem;
  right: 0.85rem;
}

.modal-lead {
  font-size: 0.88rem;
  color: var(--gray-500);
  margin-bottom: 1.6rem;
}

#checkout-success {
  text-align: center;
  padding: 1rem 0;
}

#checkout-title {
  font-size: 1.85rem;
  margin-bottom: 0.5rem;
}

/* ——— Responsive ——— */
@media (max-width: 1100px) {
  .price-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 960px) {
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .salons-grid,
  .booking-layout,
  .contact-layout,
  .signature-inner {
    grid-template-columns: 1fr;
  }

  .quote-band::before,
  .quote-band::after {
    display: none;
  }
}

/* ——— Tablet / mobile ≤768px ——— */
@media (max-width: 768px) {
  :root {
    --header-h: 68px;
    --space-xl: 3.5rem;
    --space-2xl: 4.5rem;
    --space-3xl: 5.5rem;
  }

  .container,
  .container.narrow {
    width: min(100% - 1.5rem, var(--max));
  }

  .header-inner {
    width: min(100% - 1.25rem, var(--max));
    gap: 0.75rem;
  }

  .site-header {
    height: var(--header-h);
  }

  .site-header.scrolled {
    height: 64px;
  }

  .btn-nav {
    display: none;
  }

  .nav-toggle {
    display: flex;
  }

  /* Full-screen opaque nav overlay (outside header = escapes backdrop-filter) */
  .site-nav {
    position: fixed;
    inset: 0;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    transform: none;
    height: 100%;
    width: 100%;
    background: var(--cream);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.35s var(--ease), visibility 0.35s;
    z-index: 200;
  }

  .site-nav.open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .site-header.scrolled + .site-nav {
    height: 100%;
  }

  .site-nav ul {
    flex-direction: column;
    gap: 1.75rem;
    text-align: center;
    padding: 2rem 1.5rem;
  }

  .site-nav a {
    font-size: 1.05rem;
    letter-spacing: 0.22em;
    color: var(--black) !important;
    padding: 0.4rem 0.5rem;
  }

  .site-nav a::after {
    background: var(--black) !important;
    bottom: 0;
  }

  .nav-toggle {
    z-index: 210;
    position: relative;
  }

  .site-header {
    z-index: 220;
  }

  /* Brand always visible on mobile — including dark header */
  .brand {
    gap: 0.65rem;
    min-width: 0;
  }

  .brand-logo-wrap {
    width: 44px;
    height: 44px;
  }

  .brand-text {
    display: flex !important;
    min-width: 0;
  }

  .brand-text .brand-script {
    font-size: 1.45rem;
    white-space: nowrap;
  }

  .brand-text .brand-sub {
    font-size: 0.48rem;
    letter-spacing: 0.2em;
    margin-top: 0.15rem;
  }

  .site-header.on-dark .brand-script,
  .site-header.on-dark .brand-sub {
    color: var(--white);
  }

  /* Hero — stacked, ordered, no overlap */
  .hero {
    min-height: auto;
    padding: calc(var(--header-h) + 1.25rem) 1.15rem 3.25rem;
    justify-content: flex-start;
  }

  .hero-content {
    max-width: 100%;
    width: 100%;
  }

  .hero-logo-plate {
    width: min(168px, 46vw);
    padding: 0.65rem;
    margin: 0 auto 1.35rem;
    box-shadow:
      0 0 0 1px rgba(255, 255, 255, 0.12),
      0 0 0 8px rgba(255, 255, 255, 0.04),
      0 16px 40px rgba(0, 0, 0, 0.4);
  }

  .hero-eyebrow {
    font-size: 0.62rem;
    letter-spacing: 0.28em;
    margin-bottom: 0.85rem;
  }

  .hero-title {
    margin-bottom: 1rem;
  }

  .hero-title .script {
    font-size: clamp(2.85rem, 13vw, 3.6rem);
    margin-bottom: 0.35rem;
    line-height: 1.05;
  }

  .hero-title .wide {
    font-size: 0.78rem;
    letter-spacing: 0.28em;
  }

  .hero-tagline {
    font-size: 1.15rem;
    margin-bottom: 1.75rem;
    padding-inline: 0.25rem;
  }

  .hero-actions {
    flex-direction: column;
    align-items: stretch;
    gap: 0.75rem;
    margin-bottom: 1.75rem;
  }

  .hero-actions .btn {
    width: 100%;
    white-space: normal;
    text-align: center;
    padding: 1rem 1.25rem;
  }

  .hero-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.5rem;
    max-width: 100%;
    padding-top: 1.5rem;
    width: 100%;
  }

  .hero-stats li {
    min-width: 0;
    padding: 0 0.15rem;
  }

  .hero-stats strong {
    font-size: 1.25rem;
  }

  .hero-stats span {
    font-size: 0.55rem;
    letter-spacing: 0.1em;
    line-height: 1.3;
  }

  .hero-scroll {
    display: none;
  }

  /* Sections */

  .teaser-grid {
    grid-template-columns: 1fr;
    gap: 0.85rem;
  }

  .teaser-card {
    min-height: 0;
    padding: 1.35rem 1.25rem;
  }

  .section {
    padding: 3.75rem 0;
  }

  .signature {
    padding: 3.75rem 0 3rem;
  }

  .section-header {
    margin-bottom: 2rem;
    text-align: center;
  }

  h2 {
    font-size: clamp(2rem, 8vw, 2.6rem);
  }

  .section-lead {
    font-size: 0.98rem;
    padding-inline: 0.15rem;
  }

  /* Prestations — 1 column clean cards */
  .price-grid {
    grid-template-columns: 1fr;
    gap: 0.9rem;
  }

  .price-card {
    min-height: 0;
    padding: 1.5rem 1.25rem 1.35rem;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
  }

  .price-card-icon {
    width: 42px;
    height: 42px;
    margin-bottom: 0.15rem;
  }

  .price-card h3 {
    font-size: 1.3rem;
    max-width: calc(100% - 0.5rem);
  }

  .price-card--featured h3 {
    padding-right: 5.5rem; /* room for POPULAIRE badge */
  }

  .price-card > p {
    font-size: 0.9rem;
  }

  .price-card-amount {
    font-size: 1.75rem;
    margin-top: 0.35rem;
  }

  .price-badge {
    top: 0.85rem;
    right: 0.85rem;
  }

  /* Booking / forms — full-width fields */
  .booking-choice-grid {
    grid-template-columns: 1fr;
  }

  .booking-choice-card {
    min-height: 190px;
  }

  .form-row {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .booking-panel,
  .form-panel {
    padding: 1.35rem 1.15rem;
  }

  .booking-perks {
    margin-top: 1.75rem;
  }

  .field input,
  .field select,
  .field textarea {
    width: 100%;
    font-size: 1rem; /* avoid iOS zoom */
  }

  .btn-lg {
    padding: 1rem 1.5rem;
  }

  /* Boutique 1 col */
  .product-grid {
    grid-template-columns: 1fr;
    gap: 1.15rem;
  }

  /* Salons stacked */
  .salons-grid {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }

  .salon-card-top {
    padding: 1.5rem 1.25rem 1rem;
  }

  .salon-card h3 {
    font-size: 1.75rem;
  }

  .salon-links {
    flex-direction: column;
    align-items: stretch;
  }

  .salon-links .btn {
    width: 100%;
    justify-content: center;
  }

  .map-embed {
    aspect-ratio: 16 / 11;
  }

  /* Contact */
  .contact-meta {
    margin-top: 1.5rem;
    padding-top: 1.25rem;
  }

  /* Footer simple */
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 1.75rem;
  }

  .footer-brand {
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    gap: 0.9rem;
  }

  .footer-logo-wrap {
    width: 64px;
    height: 64px;
  }

  .footer-brand .brand-script {
    font-size: 1.65rem;
  }

  .footer-top {
    padding: 3rem 0 2.25rem;
  }

  .footer-bottom-inner {
    flex-direction: column;
    text-align: center;
    gap: 0.5rem;
  }

  .quote-band {
    padding: 2.75rem 0;
  }

  .quote-band blockquote p {
    font-size: 1.35rem;
    padding-inline: 0.5rem;
  }

  .modal {
    padding: 1.5rem 1.25rem;
    width: min(500px, 100%);
  }

  .confirm-details > div {
    grid-template-columns: 1fr;
    gap: 0.2rem;
  }
}

/* ——— Small phones ≤520px ——— */
@media (max-width: 520px) {
  :root {
    --header-h: 64px;
  }

  .container,
  .container.narrow {
    width: min(100% - 1.25rem, var(--max));
  }

  .header-inner {
    width: min(100% - 1rem, var(--max));
  }

  .brand-logo-wrap {
    width: 40px;
    height: 40px;
  }

  .brand-text .brand-script {
    font-size: 1.3rem;
  }

  .brand-text .brand-sub {
    font-size: 0.45rem;
    letter-spacing: 0.16em;
  }

  .hero {
    padding: calc(var(--header-h) + 1rem) 1rem 2.75rem;
  }

  .hero-logo-plate {
    width: min(148px, 42vw);
    margin-bottom: 1.15rem;
  }

  .hero-title .script {
    font-size: clamp(2.55rem, 12.5vw, 3.15rem);
  }

  .hero-title .wide {
    font-size: 0.72rem;
    letter-spacing: 0.22em;
  }

  .hero-tagline {
    font-size: 1.05rem;
    margin-bottom: 1.5rem;
  }

  .hero-stats strong {
    font-size: 1.15rem;
  }

  .hero-stats span {
    font-size: 0.5rem;
    letter-spacing: 0.06em;
  }

  .eyebrow {
    letter-spacing: 0.22em;
    font-size: 0.62rem;
  }

  .section-cta .btn {
    width: 100%;
  }

  .booking-panel,
  .form-panel {
    padding: 1.15rem 1rem;
  }

  .price-card {
    padding: 1.35rem 1.1rem 1.2rem;
  }
}

/* ——— Very small ≤430px ——— */
@media (max-width: 430px) {
  .brand-text .brand-sub {
    display: none; /* keep Marciano's visible, drop COIFFURE to save space */
  }

  .brand-text .brand-script {
    font-size: 1.25rem;
  }

  .hero-logo-plate {
    width: min(132px, 40vw);
  }

  .hero-title .script {
    font-size: 2.45rem;
  }

  .hero-stats {
    gap: 0.35rem;
  }

  .hero-stats strong {
    font-size: 1.05rem;
  }

  .site-nav a {
    font-size: 0.95rem;
    letter-spacing: 0.18em;
  }

  .site-nav ul {
    gap: 1.4rem;
  }
}

@media (min-width: 1101px) {
  .btn-nav {
    display: inline-flex;
  }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
  }
  .reveal {
    animation: none;
    opacity: 1;
    transform: none;
  }
}


/* ——— Salon photo galleries ——— */
.salon-gallery {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 2px;
  background: var(--gray-200);
  max-height: 280px;
  overflow: hidden;
}

.salon-photo {
  margin: 0;
  overflow: hidden;
  background: var(--black);
}

.salon-photo img {
  width: 100%;
  height: 100%;
  min-height: 180px;
  max-height: 280px;
  object-fit: cover;
  display: block;
  filter: grayscale(12%);
  transition: transform 0.55s var(--ease), filter 0.4s var(--ease);
}

.salon-card:hover .salon-photo img {
  transform: scale(1.04);
  filter: grayscale(0%);
}

.hours-list {
  list-style: none;
  margin: 0.35rem 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.28rem;
}

.hours-list li {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  font-size: 0.88rem;
  color: var(--gray-700);
  border-bottom: 1px solid var(--gray-100);
  padding-bottom: 0.22rem;
}

.hours-list li span:first-child {
  color: var(--gray-500);
  letter-spacing: 0.02em;
  min-width: 5.5rem;
}

.hours-list .hours-closed span {
  color: var(--gray-400);
  font-style: italic;
}

.hours-list--compact {
  margin-top: 0.5rem;
}

.contact-hours {
  margin-top: 1.25rem;
  padding-top: 1rem;
  border-top: 1px solid var(--gray-200);
}

.contact-meta a {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border-color 0.2s;
}

.contact-meta a:hover {
  border-bottom-color: currentColor;
}

.footer-phones {
  margin-top: 0.65rem;
  font-size: 0.85rem;
  color: var(--gray-400);
  line-height: 1.55;
}

/* Home salons photo teaser */
.home-salons-teaser {
  padding: 3.5rem 0 1rem;
}

.section-header--tight {
  margin-bottom: 1.75rem;
}

.home-photo-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.home-photo-card {
  position: relative;
  display: block;
  overflow: hidden;
  background: var(--black);
  aspect-ratio: 4 / 3;
  text-decoration: none;
  color: var(--white);
}

.home-photo-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: grayscale(20%);
  transition: transform 0.6s var(--ease), filter 0.4s var(--ease);
}

.home-photo-card:hover img {
  transform: scale(1.05);
  filter: grayscale(0%);
}

.home-photo-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1.1rem 1.25rem;
  font-family: var(--font-display), Georgia, serif;
  font-size: 1.55rem;
  background: linear-gradient(transparent, rgba(0,0,0,0.72));
  letter-spacing: 0.02em;
}

.home-photo-cta {
  margin-top: 1.25rem;
  text-align: center;
}

@media (max-width: 720px) {
  .salon-gallery {
    grid-template-columns: 1fr 1fr;
    max-height: 160px;
  }
  .salon-photo img {
    min-height: 120px;
    max-height: 160px;
  }
  .home-photo-grid {
    grid-template-columns: 1fr;
  }
  .home-photo-card {
    aspect-ratio: 16 / 10;
  }
}

/* ——— Auth / Espace client ——— */
.btn-auth {
  display: none;
  background: transparent;
  color: var(--black);
  border: 1px solid var(--black);
}
.btn-auth:hover {
  background: var(--black);
  color: var(--white);
}
.site-header.on-dark .btn-auth {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.55);
}
.site-header.on-dark .btn-auth:hover {
  background: var(--white);
  color: var(--black);
}
@media (min-width: 1101px) {
  .btn-auth {
    display: inline-flex;
  }
}

.container--narrow {
  max-width: 520px;
  margin-inline: auto;
}

.auth-form {
  background: var(--white);
  border: 1px solid var(--gray-200);
  padding: 2rem 1.75rem;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.04);
}
.auth-switch {
  text-align: center;
  margin-top: 1.25rem;
  font-size: 0.95rem;
  color: var(--gray-700);
}
.auth-switch a {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.auth-form-msg {
  color: #8b1a1a;
  background: #f8eaea;
  padding: 0.65rem 0.85rem;
  border-left: 3px solid #8b1a1a;
}
.auth-form-msg.is-ok {
  color: #1a4d2e;
  background: #eaf5ee;
  border-left-color: #1a4d2e;
}

.section-header--row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem 1.5rem;
  text-align: left;
}
.section-header--row .section-lead--left {
  max-width: 36rem;
}

.loyalty-card {
  background: var(--black);
  color: var(--white);
  padding: 1.75rem 1.6rem;
  margin: 0 0 2.5rem;
}
.loyalty-card .eyebrow {
  color: rgba(255, 255, 255, 0.55);
}
.loyalty-card h3 {
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 3vw, 2rem);
  margin: 0.35rem 0 0.75rem;
  color: var(--white);
}
.loyalty-rule {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.92rem;
  margin-bottom: 1.25rem;
  max-width: 40rem;
}
.loyalty-bar-wrap {
  height: 8px;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 99px;
  overflow: hidden;
  margin-bottom: 0.75rem;
}
.loyalty-bar {
  height: 100%;
  background: var(--white);
  width: 0%;
  transition: width 0.5s var(--ease-out, ease);
  border-radius: 99px;
}
.loyalty-meta {
  font-size: 0.95rem;
  letter-spacing: 0.02em;
  margin: 0;
}
.loyalty-rewards {
  margin-top: 0.75rem;
  font-family: var(--font-display);
  font-style: italic;
  font-size: 1.1rem;
}

.espace-grid {
  display: grid;
  gap: 2rem;
}
@media (min-width: 800px) {
  .espace-grid {
    grid-template-columns: 1fr 1fr;
  }
}
.espace-heading {
  font-family: var(--font-display);
  font-size: 1.45rem;
  margin: 0 0 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid var(--gray-200);
}
.rdv-list {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}
.rdv-empty {
  color: var(--gray-500);
  font-family: var(--font-display);
  font-style: italic;
  margin: 0;
}
.rdv-card {
  background: var(--white);
  border: 1px solid var(--gray-200);
  padding: 1.1rem 1.2rem;
  display: grid;
  gap: 0.35rem;
}
.rdv-card strong {
  font-family: var(--font-display);
  font-size: 1.15rem;
}
.rdv-card .rdv-meta {
  font-size: 0.88rem;
  color: var(--gray-700);
}
.rdv-card .rdv-actions {
  margin-top: 0.55rem;
}
.rdv-card .btn-cancel-rdv {
  font-size: 0.62rem;
}

/* ——— Boutique coming soon ——— */
.coming-soon-banner {
  text-align: center;
  border: 1px solid var(--black);
  background: var(--white);
  padding: 1.75rem 1.5rem;
  margin-bottom: 2.25rem;
}
.coming-soon-title {
  font-family: var(--font-display);
  font-size: clamp(1.6rem, 3.5vw, 2.2rem);
  margin: 0 0 0.5rem;
  letter-spacing: 0.02em;
}
.coming-soon-text {
  margin: 0 auto;
  max-width: 36rem;
  color: var(--gray-700);
}
.coming-soon-inline {
  font-size: 0.85rem;
  color: var(--gray-700);
  margin: 0 0 0.75rem;
  text-align: center;
}
.product-grid--teaser .product-card {
  opacity: 0.72;
}
.product-grid--teaser .btn-add {
  pointer-events: none;
  opacity: 0.55;
  cursor: not-allowed;
}
.cart-btn.is-disabled {
  opacity: 0.55;
}
