/* =========================================================
   CLOSE · VIP Barbershop — Design System
   Dark luxury · gold accents · serif display
   ========================================================= */

:root {
  /* Surface — warmer, lifted */
  --bg-0: #1a1611;
  --bg-1: #221c15;
  --bg-2: #2c241b;
  --bg-3: #3a2f22;
  --bg-card: #251e16;

  /* Brand gold — slightly brighter */
  --gold: #d4b56e;
  --gold-bright: #ecd089;
  --gold-deep: #9c8048;
  --gold-soft: rgba(212, 181, 110, 0.16);
  --gold-line: rgba(212, 181, 110, 0.28);
  --gold-line-strong: rgba(212, 181, 110, 0.55);

  /* Text */
  --ivory: #f7f2e9;
  --ivory-muted: #c3bbac;
  --ivory-dim: #7d7466;

  /* Effects */
  --shadow-1: 0 10px 30px rgba(0, 0, 0, 0.5);
  --shadow-2: 0 20px 60px rgba(0, 0, 0, 0.65);
  --glow-gold: 0 0 40px rgba(201, 169, 97, 0.2);

  /* Geometry */
  --radius-s: 4px;
  --radius-m: 10px;
  --radius-l: 18px;
  --maxw: 1280px;

  /* Type scale */
  --fs-hero: clamp(3.5rem, 8.5vw, 7.5rem);
  --fs-display: clamp(2.6rem, 5.5vw, 4.8rem);
  --fs-h1: clamp(2rem, 4vw, 3rem);
  --fs-h2: clamp(1.5rem, 2.6vw, 2rem);
  --fs-lead: clamp(1.05rem, 1.4vw, 1.2rem);
  --fs-body: 1rem;
  --fs-small: 0.875rem;
  --fs-eyebrow: 0.78rem;
}

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

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: var(--fs-body);
  line-height: 1.65;
  color: var(--ivory);
  background: var(--bg-0);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

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

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

button {
  font-family: inherit;
  cursor: pointer;
  border: none;
  background: none;
  color: inherit;
}

/* ---------- Typography ---------- */
.serif {
  font-family: 'Cormorant Garamond', 'Playfair Display', Georgia, serif;
}

h1,
h2,
h3,
h4 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-weight: 500;
  line-height: 1.05;
  letter-spacing: -0.01em;
  color: var(--ivory);
}

h1 {
  font-size: var(--fs-display);
}
h2 {
  font-size: var(--fs-h1);
}
h3 {
  font-size: var(--fs-h2);
}

p {
  color: var(--ivory-muted);
  max-width: 64ch;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  font-family: 'Inter', sans-serif;
  font-size: var(--fs-eyebrow);
  font-weight: 500;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--gold);
}

.eyebrow::before {
  content: '';
  width: 2.2rem;
  height: 1px;
  background: var(--gold);
}

.lead {
  font-size: var(--fs-lead);
  color: var(--ivory-muted);
  max-width: 56ch;
}

/* ---------- Layout ---------- */
.container {
  width: 100%;
  max-width: var(--maxw);
  padding: 0 clamp(1.25rem, 4vw, 3rem);
  margin: 0 auto;
}

section {
  padding: clamp(4.5rem, 9vw, 8rem) 0;
  position: relative;
}

.section-narrow {
  padding: clamp(3rem, 6vw, 5rem) 0;
}

.divider {
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent 0%,
    var(--gold-line-strong) 50%,
    transparent 100%
  );
  margin: 0 auto;
  max-width: 380px;
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  font-family: 'Inter', sans-serif;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  padding: 1.1rem 2.2rem;
  border-radius: 2px;
  transition: all 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
  position: relative;
  overflow: hidden;
}

.btn-primary {
  background: var(--gold);
  color: var(--bg-0);
  border: 1px solid var(--gold);
}

.btn-primary:hover {
  background: var(--gold-bright);
  border-color: var(--gold-bright);
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(201, 169, 97, 0.35);
}

.btn-ghost {
  background: transparent;
  color: var(--ivory);
  border: 1px solid var(--gold-line);
}

.btn-ghost:hover {
  background: var(--gold-soft);
  border-color: var(--gold);
  color: var(--gold-bright);
}

.btn-text {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--gold);
  padding-bottom: 0.4rem;
  border-bottom: 1px solid var(--gold-line);
}

.btn-text:hover {
  color: var(--gold-bright);
  border-color: var(--gold-bright);
}

.btn .arrow {
  display: inline-block;
  transition: transform 0.3s ease;
}

.btn:hover .arrow,
.btn-text:hover .arrow {
  transform: translateX(4px);
}

/* ---------- Navigation ---------- */
.nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  padding: 1.25rem 0;
  background: rgba(26, 22, 17, 0.55);
  backdrop-filter: blur(20px) saturate(180%);
  -webkit-backdrop-filter: blur(20px) saturate(180%);
  border-bottom: 1px solid transparent;
  transition: background 0.3s ease, border-color 0.3s ease, padding 0.3s ease;
}

.nav.scrolled {
  background: rgba(26, 22, 17, 0.92);
  border-bottom-color: var(--gold-line);
  padding: 0.85rem 0;
}

.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

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

.brand-mark {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.28em;
  color: var(--ivory);
}

.brand-sub {
  font-size: 0.62rem;
  font-weight: 500;
  letter-spacing: 0.42em;
  color: var(--gold);
  text-transform: uppercase;
  margin-top: 0.32rem;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 2.25rem;
  list-style: none;
}

.nav-links a {
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: var(--ivory-muted);
  position: relative;
  padding: 0.4rem 0;
}

.nav-links a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 0;
  background: var(--gold);
  transition: width 0.3s ease;
}

.nav-links a:hover,
.nav-links a.active {
  color: var(--ivory);
}

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

.nav-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--bg-0);
  background: var(--gold);
  padding: 0.85rem 1.4rem;
  border-radius: 2px;
  transition: all 0.25s ease;
}

.nav-cta:hover {
  background: var(--gold-bright);
  transform: translateY(-2px);
}

.nav-toggle {
  display: none;
  width: 36px;
  height: 36px;
  align-items: center;
  justify-content: center;
}

.nav-toggle span {
  display: block;
  width: 24px;
  height: 1px;
  background: var(--ivory);
  position: relative;
}

.nav-toggle span::before,
.nav-toggle span::after {
  content: '';
  position: absolute;
  left: 0;
  width: 24px;
  height: 1px;
  background: var(--ivory);
  transition: transform 0.3s ease, top 0.3s ease, bottom 0.3s ease;
}

.nav-toggle span::before {
  top: -7px;
}

.nav-toggle span::after {
  bottom: -7px;
}

.nav.open .nav-toggle span {
  background: transparent;
}

.nav.open .nav-toggle span::before {
  top: 0;
  transform: rotate(45deg);
}

.nav.open .nav-toggle span::after {
  bottom: 0;
  transform: rotate(-45deg);
}

/* ---------- Hero ---------- */
.hero {
  min-height: 100vh;
  padding: 9rem 0 5rem;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: var(--bg-0);
}

.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url('../img/photos/storefront.jpeg');
  background-size: cover;
  background-position: center 40%;
  filter: saturate(0.85) brightness(0.78);
  z-index: 0;
}

.hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(26, 22, 17, 0.45) 0%, rgba(26, 22, 17, 0.72) 50%, var(--bg-0) 100%),
    linear-gradient(110deg, rgba(26, 22, 17, 0.85) 0%, rgba(26, 22, 17, 0.55) 45%, transparent 80%);
  z-index: 1;
}

.hero-inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
  max-width: 1100px;
}

/* ============ Animated barber pole ============ */
.barber-pole {
  position: absolute;
  top: 50%;
  right: clamp(1.5rem, 4vw, 4rem);
  transform: translateY(-50%);
  width: 38px;
  height: 320px;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  pointer-events: none;
}

.barber-pole-cap {
  width: 100%;
  height: 14px;
  background: linear-gradient(180deg, var(--gold-bright), var(--gold-deep));
  border-radius: 3px 3px 0 0;
  box-shadow: 0 4px 16px rgba(212, 181, 110, 0.4);
}

.barber-pole-cap.bottom {
  border-radius: 0 0 3px 3px;
  background: linear-gradient(180deg, var(--gold-deep), var(--gold-bright));
}

.barber-pole-cylinder {
  flex: 1;
  width: 28px;
  background: rgba(247, 242, 233, 0.06);
  border: 1px solid var(--gold-line);
  position: relative;
  overflow: hidden;
  margin: 2px 0;
}

.barber-pole-cylinder::before {
  content: '';
  position: absolute;
  inset: -50%;
  background: repeating-linear-gradient(
    45deg,
    var(--gold) 0,
    var(--gold) 14px,
    var(--bg-0) 14px,
    var(--bg-0) 28px,
    var(--ivory) 28px,
    var(--ivory) 42px,
    var(--bg-0) 42px,
    var(--bg-0) 56px
  );
  animation: barberSpin 3.5s linear infinite;
}

@keyframes barberSpin {
  0% { transform: translateY(0); }
  100% { transform: translateY(-56px); }
}

/* ============ Hero booking card (glassmorphic) ============ */
.hero-booking-card {
  position: absolute;
  bottom: clamp(2rem, 4vw, 3rem);
  right: clamp(1.5rem, 4vw, 4rem);
  z-index: 4;
  width: clamp(280px, 25vw, 340px);
  background: rgba(26, 22, 17, 0.55);
  backdrop-filter: blur(24px) saturate(180%);
  -webkit-backdrop-filter: blur(24px) saturate(180%);
  border: 1px solid var(--gold-line-strong);
  border-radius: 4px;
  padding: 1.5rem;
  display: grid;
  gap: 1rem;
  box-shadow:
    0 30px 60px rgba(0, 0, 0, 0.5),
    0 0 0 1px rgba(212, 181, 110, 0.1) inset;
}

.booking-card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 0.85rem;
  border-bottom: 1px solid var(--gold-line);
}

.booking-card-day {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.25rem;
  font-style: italic;
  color: var(--ivory);
  line-height: 1;
}

.booking-card-day small {
  display: block;
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-size: 0.62rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 0.35rem;
}

.booking-card-status {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.65rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--ivory-muted);
}

.booking-card-status::before {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #6dd47b;
  box-shadow: 0 0 8px rgba(109, 212, 123, 0.7);
  animation: pulseDot 2s ease-in-out infinite;
}

@keyframes pulseDot {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.6; transform: scale(0.85); }
}

.booking-card-slots {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.4rem;
}

.booking-slot {
  font-family: 'Inter', sans-serif;
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: var(--ivory);
  background: rgba(247, 242, 233, 0.04);
  border: 1px solid var(--gold-line);
  padding: 0.55rem 0.2rem;
  border-radius: 2px;
  cursor: pointer;
  transition: all 0.2s ease;
}

.booking-slot:hover {
  background: var(--gold-soft);
  border-color: var(--gold);
  color: var(--gold-bright);
}

.booking-slot.selected {
  background: var(--gold);
  border-color: var(--gold);
  color: var(--bg-0);
}

.booking-card-context {
  font-size: 0.78rem;
  color: var(--ivory-muted);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.5rem;
  border-top: 1px dashed var(--gold-line);
}

.booking-card-context strong {
  color: var(--gold);
  font-weight: 500;
}

.booking-card-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-family: 'Inter', sans-serif;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--bg-0);
  background: var(--gold);
  padding: 0.85rem;
  border-radius: 2px;
  text-decoration: none;
  transition: all 0.25s ease;
  width: 100%;
}

.booking-card-cta:hover {
  background: var(--gold-bright);
  transform: translateY(-1px);
  box-shadow: 0 10px 24px rgba(212, 181, 110, 0.4);
}

.hero-eyebrow {
  margin-bottom: 1.5rem;
}

.hero-title {
  font-size: var(--fs-hero);
  font-weight: 400;
  line-height: 0.92;
  letter-spacing: -0.025em;
  margin-bottom: 1.5rem;
}

.hero-title em {
  font-style: italic;
  color: var(--gold);
  font-weight: 400;
}

.hero-lead {
  font-size: var(--fs-lead);
  max-width: 52ch;
  margin-bottom: 2.5rem;
  color: var(--ivory-muted);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
}

.hero-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
  margin-top: 4rem;
  padding-top: 3rem;
  border-top: 1px solid var(--gold-line);
}

.stat-block {
  display: flex;
  flex-direction: column;
}

.stat-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2.6rem;
  color: var(--gold);
  line-height: 1;
}

.stat-label {
  font-size: 0.72rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--ivory-muted);
  margin-top: 0.5rem;
}

.scroll-cue {
  position: absolute;
  bottom: 2.5rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
  font-size: 0.65rem;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  color: var(--ivory-dim);
  z-index: 2;
}

.scroll-cue .line {
  width: 1px;
  height: 50px;
  background: linear-gradient(180deg, transparent, var(--gold));
  animation: scrollLine 2.4s ease-in-out infinite;
}

@keyframes scrollLine {
  0%,
  100% {
    opacity: 0.3;
    transform: scaleY(0.6);
  }
  50% {
    opacity: 1;
    transform: scaleY(1);
  }
}

/* ---------- Section header ---------- */
.section-head {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  margin-bottom: 4rem;
  align-items: end;
}

.section-head-stack {
  display: grid;
  gap: 1.25rem;
}

.section-head h2 {
  font-size: var(--fs-display);
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 1;
}

.section-head h2 em {
  color: var(--gold);
  font-style: italic;
}

.section-head .lead {
  align-self: end;
}

/* ---------- Services preview (home) ---------- */
.services-preview {
  background: var(--bg-1);
  border-top: 1px solid var(--gold-line);
  border-bottom: 1px solid var(--gold-line);
}

.svc-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--gold-line);
  border: 1px solid var(--gold-line);
}

@media (max-width: 880px) {
  .svc-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

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

.svc-card {
  background: var(--bg-1);
  padding: 2.5rem 2rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  transition: background 0.3s ease, transform 0.3s ease;
  position: relative;
}

.svc-card:hover {
  background: var(--bg-2);
}

.svc-card .num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 0.85rem;
  font-style: italic;
  color: var(--gold);
  letter-spacing: 0.1em;
}

.svc-card h3 {
  font-size: 1.6rem;
  line-height: 1.15;
  letter-spacing: -0.01em;
}

.svc-card p {
  font-size: 0.92rem;
  color: var(--ivory-muted);
  flex: 1;
}

.svc-card .price {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.5rem;
  color: var(--gold);
  margin-top: 1rem;
  display: flex;
  align-items: baseline;
  gap: 0.5rem;
}

.svc-card .price small {
  font-family: 'Inter', sans-serif;
  font-size: 0.7rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--ivory-muted);
}

/* ---------- Services page list ---------- */
.svc-section {
  margin-bottom: 4rem;
}

.svc-section-label {
  display: flex;
  align-items: baseline;
  gap: 1.5rem;
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--gold-line);
}

.svc-section-label .num {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  color: var(--gold);
  font-size: 1rem;
}

.svc-section-label h2 {
  font-size: 2rem;
  letter-spacing: -0.01em;
}

.svc-list {
  display: grid;
  gap: 0;
}

.svc-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 2rem;
  padding: 1.75rem 0;
  border-bottom: 1px solid rgba(201, 169, 97, 0.1);
  align-items: center;
  transition: padding 0.3s ease;
}

.svc-row:hover {
  padding-left: 1rem;
}

.svc-row-info {
  display: grid;
  gap: 0.4rem;
}

.svc-row-info h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.5rem;
  line-height: 1.1;
  font-weight: 500;
}

.svc-row-info p {
  font-size: 0.92rem;
  color: var(--ivory-muted);
}

.svc-row-info .meta {
  font-size: 0.72rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--gold);
}

.svc-row-price {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.8rem;
  color: var(--gold);
  text-align: right;
  min-width: 80px;
}

/* ---------- Featured strip ---------- */
.featured {
  padding: 5rem 0;
  background: var(--bg-1);
  border-top: 1px solid var(--gold-line);
  border-bottom: 1px solid var(--gold-line);
  position: relative;
  overflow: hidden;
}

.featured-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 4rem;
  align-items: center;
}

.featured-image {
  position: relative;
  aspect-ratio: 4 / 5;
  background: var(--bg-2);
  border-radius: 2px;
  overflow: hidden;
}

.featured-image img,
.featured-image .placeholder {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.featured-image .placeholder {
  background:
    radial-gradient(circle at 30% 30%, rgba(201, 169, 97, 0.18), transparent 60%),
    linear-gradient(135deg, var(--bg-3), var(--bg-1));
  display: flex;
  align-items: center;
  justify-content: center;
}

.featured-image .placeholder svg {
  width: 40%;
  opacity: 0.5;
}

.featured-image::after {
  content: '';
  position: absolute;
  inset: 0;
  border: 1px solid var(--gold-line);
  pointer-events: none;
}

.featured-content h2 {
  font-size: var(--fs-display);
  margin: 1rem 0 2rem;
}

.featured-content h2 em {
  color: var(--gold);
  font-style: italic;
}

.featured-content p + p {
  margin-top: 1.25rem;
}

.featured-content .btn {
  margin-top: 2.5rem;
}

/* ---------- Gallery ---------- */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 1rem;
}

.gallery-item {
  position: relative;
  overflow: hidden;
  background: var(--bg-2);
  border: 1px solid var(--gold-line);
  border-radius: 2px;
  aspect-ratio: 4 / 5;
}

.gallery-item.wide {
  grid-column: span 6;
}

.gallery-item.tall {
  grid-column: span 4;
  aspect-ratio: 3 / 5;
}

.gallery-item.std {
  grid-column: span 4;
}

.gallery-item img,
.gallery-item .placeholder {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.gallery-item:hover img,
.gallery-item:hover .placeholder {
  transform: scale(1.06);
}

.gallery-item::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    transparent 60%,
    rgba(10, 8, 7, 0.7) 100%
  );
  pointer-events: none;
}

.gallery-item .label {
  position: absolute;
  bottom: 1.25rem;
  left: 1.25rem;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.1rem;
  color: var(--ivory);
  z-index: 1;
}

.gallery-item .label small {
  display: block;
  font-family: 'Inter', sans-serif;
  font-size: 0.65rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--gold);
  margin-top: 0.3rem;
}

.gallery-item .placeholder {
  background: var(--bg-2);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gallery-item .placeholder::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 30% 40%, rgba(201, 169, 97, 0.1), transparent 60%),
    linear-gradient(135deg, var(--bg-3), var(--bg-1));
}

.gallery-item .placeholder svg {
  width: 45%;
  position: relative;
  opacity: 0.4;
}

/* ---------- Team ---------- */
.team-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

@media (max-width: 880px) {
  .team-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

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

.team-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 1.25rem;
  padding: 2.25rem 1.5rem 2rem;
  background:
    radial-gradient(circle at 50% 0%, rgba(212, 181, 110, 0.12), transparent 55%),
    linear-gradient(180deg, var(--bg-2), var(--bg-1));
  border: 1px solid var(--gold-line);
  border-radius: 2px;
  transition: transform 0.3s ease, border-color 0.3s ease;
}

.team-card:hover {
  transform: translateY(-6px);
  border-color: var(--gold-line-strong);
}

.team-img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: var(--bg-2);
  border: 1px solid var(--gold-line-strong);
  overflow: hidden;
  position: relative;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.45), 0 0 0 4px rgba(212, 181, 110, 0.08);
}

.team-img img,
.team-img .placeholder {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
  filter: contrast(1.05) saturate(0.95);
}

.team-img .placeholder {
  background: radial-gradient(
      circle at 50% 35%,
      rgba(212, 181, 110, 0.2),
      transparent 60%
    ),
    linear-gradient(180deg, var(--bg-3), var(--bg-1));
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Cormorant Garamond', serif;
  font-size: 3rem;
  font-style: italic;
  color: var(--gold);
  filter: none;
}

.team-card:hover .team-img img {
  transform: scale(1.04);
}

.team-info h3 {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: -0.01em;
}

.team-info .role {
  font-size: 0.72rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--gold);
  margin-top: 0.35rem;
}

.team-info p {
  font-size: 0.9rem;
  margin-top: 0.85rem;
  color: var(--ivory-muted);
}

/* ---------- Testimonials ---------- */
.tst-section {
  background: var(--bg-1);
  border-top: 1px solid var(--gold-line);
  border-bottom: 1px solid var(--gold-line);
}

.tst-header {
  text-align: center;
  margin-bottom: 4rem;
}

.tst-header .stars {
  font-family: 'Cormorant Garamond', serif;
  color: var(--gold);
  letter-spacing: 0.3rem;
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

.tst-header h2 {
  font-size: var(--fs-h1);
  margin-bottom: 0.5rem;
}

.tst-header p {
  margin: 0 auto;
  color: var(--ivory-muted);
}

.tst-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
}

.tst-card {
  background: var(--bg-card);
  border: 1px solid var(--gold-line);
  padding: 2.25rem 2rem;
  border-radius: 2px;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  transition: border-color 0.3s ease, transform 0.3s ease;
}

.tst-card:hover {
  border-color: var(--gold-line-strong);
  transform: translateY(-4px);
}

.tst-card::before {
  content: '"';
  position: absolute;
  top: -1.5rem;
  left: 1.5rem;
  font-family: 'Cormorant Garamond', serif;
  font-size: 6rem;
  color: var(--gold);
  line-height: 1;
  opacity: 0.6;
}

.tst-stars {
  color: var(--gold);
  letter-spacing: 0.2rem;
  font-size: 0.95rem;
}

.tst-quote {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 1.2rem;
  line-height: 1.5;
  color: var(--ivory);
  max-width: none;
}

.tst-author {
  margin-top: auto;
  display: flex;
  align-items: center;
  gap: 1rem;
  padding-top: 1.25rem;
  border-top: 1px solid var(--gold-line);
}

.tst-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--gold-soft);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.2rem;
  color: var(--gold);
  border: 1px solid var(--gold-line);
}

.tst-author-name {
  font-size: 0.92rem;
  color: var(--ivory);
  font-weight: 500;
}

.tst-author-meta {
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ivory-muted);
  margin-top: 0.2rem;
}

/* ---------- CTA band ---------- */
.cta-band {
  text-align: center;
  padding: clamp(5rem, 9vw, 8rem) 0;
  background:
    radial-gradient(ellipse at center, rgba(201, 169, 97, 0.08), transparent 65%),
    var(--bg-0);
  position: relative;
}

.cta-band h2 {
  font-size: var(--fs-display);
  font-weight: 400;
  letter-spacing: -0.02em;
  max-width: 18ch;
  margin: 1.25rem auto 1.5rem;
}

.cta-band h2 em {
  color: var(--gold);
  font-style: italic;
}

.cta-band p {
  margin: 0 auto 2.5rem;
  text-align: center;
}

/* ---------- Contact ---------- */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: start;
}

.contact-info {
  display: grid;
  gap: 2.25rem;
}

.contact-block {
  display: grid;
  gap: 0.5rem;
}

.contact-block .label {
  font-size: 0.72rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--gold);
}

.contact-block .value {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.4rem;
  color: var(--ivory);
}

.contact-block .meta {
  font-size: 0.9rem;
  color: var(--ivory-muted);
}

.hours-list {
  list-style: none;
  display: grid;
  gap: 0.65rem;
}

.hours-list li {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 1rem;
  font-size: 0.95rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px dashed rgba(201, 169, 97, 0.15);
}

.hours-list .day {
  color: var(--ivory);
  letter-spacing: 0.06em;
}

.hours-list .time {
  color: var(--gold);
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.05rem;
}

.hours-list .closed {
  color: var(--ivory-dim);
  font-style: italic;
}

.contact-form {
  background: var(--bg-1);
  border: 1px solid var(--gold-line);
  padding: clamp(2rem, 3.5vw, 3rem);
  border-radius: 2px;
  display: grid;
  gap: 1.5rem;
}

.contact-form h3 {
  font-size: 1.8rem;
  margin-bottom: 0.25rem;
}

.contact-form p {
  font-size: 0.92rem;
  margin-bottom: 1rem;
}

.form-field {
  display: grid;
  gap: 0.5rem;
}

.form-field label {
  font-size: 0.72rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--gold);
}

.form-field input,
.form-field select,
.form-field textarea {
  background: var(--bg-0);
  border: 1px solid var(--gold-line);
  color: var(--ivory);
  padding: 0.9rem 1rem;
  font-family: inherit;
  font-size: 0.95rem;
  border-radius: 2px;
  transition: border-color 0.25s ease, background 0.25s ease;
}

.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
  outline: none;
  border-color: var(--gold);
  background: var(--bg-2);
}

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

.contact-form .btn {
  width: 100%;
  margin-top: 0.5rem;
}

.map-wrap {
  position: relative;
  border: 1px solid var(--gold-line);
  border-radius: 2px;
  overflow: hidden;
  background: var(--bg-1);
  aspect-ratio: 21 / 9;
  margin-top: 3rem;
}

.map-wrap iframe {
  width: 100%;
  height: 100%;
  border: none;
  filter: invert(0.92) hue-rotate(180deg) brightness(0.95) contrast(0.95);
}

/* ---------- About / story ---------- */
.story-grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 5rem;
  align-items: center;
}

.story-image {
  aspect-ratio: 4 / 5;
  background: var(--bg-2);
  border: 1px solid var(--gold-line);
  position: relative;
  overflow: hidden;
}

.story-image img,
.story-image .placeholder {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.story-image .placeholder {
  background: radial-gradient(
      circle at 30% 30%,
      rgba(201, 169, 97, 0.15),
      transparent 60%
    ),
    linear-gradient(135deg, var(--bg-3), var(--bg-1));
  display: flex;
  align-items: center;
  justify-content: center;
}

.story-image .placeholder svg {
  width: 40%;
  opacity: 0.5;
}

.story-content h2 {
  font-size: var(--fs-display);
  margin: 1.25rem 0 2rem;
}

.story-content h2 em {
  color: var(--gold);
  font-style: italic;
}

.story-content p + p {
  margin-top: 1.25rem;
}

.values-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 0;
  border-top: 1px solid var(--gold-line);
  border-bottom: 1px solid var(--gold-line);
}

.value-card {
  padding: 2.5rem 2rem;
  border-right: 1px solid var(--gold-line);
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.value-card:last-child {
  border-right: none;
}

.value-card .num {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  color: var(--gold);
  font-size: 1rem;
}

.value-card h3 {
  font-size: 1.5rem;
  line-height: 1.15;
}

.value-card p {
  font-size: 0.92rem;
}

/* ---------- Page header (inner pages) ---------- */
.page-header {
  padding: 11rem 0 5rem;
  background:
    radial-gradient(ellipse at top, rgba(201, 169, 97, 0.08), transparent 60%),
    var(--bg-0);
  border-bottom: 1px solid var(--gold-line);
  position: relative;
  overflow: hidden;
}

.page-header::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 280px;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    var(--gold),
    transparent
  );
}

.page-header-inner {
  text-align: center;
  display: grid;
  gap: 1.5rem;
  justify-items: center;
}

.page-header h1 {
  font-size: clamp(2.8rem, 6vw, 5rem);
  font-weight: 400;
}

.page-header h1 em {
  color: var(--gold);
  font-style: italic;
}

.page-header p {
  margin: 0 auto;
  text-align: center;
}

.breadcrumb {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 0.72rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--ivory-muted);
}

.breadcrumb .sep {
  color: var(--gold);
}

.breadcrumb a {
  color: var(--ivory-muted);
}

.breadcrumb a:hover {
  color: var(--gold);
}

.breadcrumb .current {
  color: var(--gold);
}

/* ---------- Footer ---------- */
.footer {
  background: var(--bg-1);
  border-top: 1px solid var(--gold-line);
  padding: 5rem 0 2rem;
  margin-top: 0;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 3rem;
  margin-bottom: 4rem;
}

.footer-brand .brand-mark {
  font-size: 2rem;
}

.footer-brand p {
  font-size: 0.92rem;
  margin-top: 1.25rem;
  max-width: 36ch;
}

.footer-col h4 {
  font-family: 'Inter', sans-serif;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1.5rem;
}

.footer-col ul {
  list-style: none;
  display: grid;
  gap: 0.85rem;
}

.footer-col a {
  font-size: 0.92rem;
  color: var(--ivory-muted);
}

.footer-col a:hover {
  color: var(--gold);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.5rem;
  padding-top: 2rem;
  border-top: 1px solid var(--gold-line);
}

.footer-bottom p {
  font-size: 0.8rem;
  color: var(--ivory-dim);
}

.socials {
  display: flex;
  gap: 0.75rem;
}

.socials a {
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--gold-line);
  border-radius: 50%;
  color: var(--ivory-muted);
  transition: all 0.25s ease;
}

.socials a:hover {
  border-color: var(--gold);
  color: var(--gold);
  transform: translateY(-2px);
}

.socials svg {
  width: 16px;
  height: 16px;
}

/* ---------- Reveal on scroll ---------- */
.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.9s ease, transform 0.9s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.reveal.in {
  opacity: 1;
  transform: translateY(0);
}

.reveal-delay-1 {
  transition-delay: 0.1s;
}
.reveal-delay-2 {
  transition-delay: 0.22s;
}
.reveal-delay-3 {
  transition-delay: 0.34s;
}

/* ---------- Responsive ---------- */
@media (max-width: 1180px) {
  .hero-booking-card {
    width: 280px;
    bottom: 1.5rem;
    right: 1.5rem;
  }
  .barber-pole {
    display: none;
  }
}

@media (max-width: 960px) {
  .hero-booking-card {
    display: none;
  }

  .nav-links,
  .nav-cta {
    display: none;
  }
  .nav-toggle {
    display: flex;
  }
  .nav.open .nav-links {
    display: flex;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: rgba(26, 22, 17, 0.97);
    backdrop-filter: blur(20px);
    flex-direction: column;
    align-items: flex-start;
    padding: 2rem clamp(1.25rem, 4vw, 3rem);
    gap: 1.5rem;
    border-bottom: 1px solid var(--gold-line);
  }
  .nav.open .nav-cta {
    display: inline-flex;
    margin: 1rem clamp(1.25rem, 4vw, 3rem) 2rem;
  }
  .nav.open .nav-links li {
    width: 100%;
  }
  .nav.open .nav-links a {
    font-size: 1rem;
    padding: 0.5rem 0;
  }

  .section-head {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  .section-head .lead {
    align-self: start;
  }

  .featured-grid {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
  .featured-image {
    aspect-ratio: 4 / 3;
  }

  .gallery-item.wide,
  .gallery-item.tall,
  .gallery-item.std {
    grid-column: span 6;
  }

  .contact-grid {
    grid-template-columns: 1fr;
    gap: 3rem;
  }

  .story-grid {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 2.5rem;
  }

  .hero-stats {
    gap: 1.75rem;
  }
  .stat-num {
    font-size: 2.2rem;
  }

  .value-card {
    border-right: none;
    border-bottom: 1px solid var(--gold-line);
  }
  .value-card:last-child {
    border-bottom: none;
  }
}

@media (max-width: 560px) {
  .form-row {
    grid-template-columns: 1fr;
  }
  .gallery-item.wide,
  .gallery-item.tall,
  .gallery-item.std {
    grid-column: span 12;
  }
  .svc-grid {
    grid-template-columns: 1fr;
  }
  .footer-grid {
    grid-template-columns: 1fr;
  }
  .svc-row {
    grid-template-columns: 1fr;
    gap: 0.5rem;
  }
  .svc-row-price {
    text-align: left;
  }
  .hero-stats {
    flex-direction: column;
    gap: 1rem;
    align-items: flex-start;
  }
  .nav-inner .brand-sub {
    display: none;
  }
}
