/* Andrew James Hair — redesign, mobile-first */

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/fonts/open-sans-400.woff2") format("woff2");
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("/fonts/open-sans-600.woff2") format("woff2");
}
@font-face {
  font-family: "Josefin Sans";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/fonts/josefin-sans-400.woff2") format("woff2");
}
@font-face {
  font-family: "Josefin Sans";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/fonts/josefin-sans-700.woff2") format("woff2");
}
@font-face {
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/fonts/playfair-display-400.woff2") format("woff2");
}
@font-face {
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/fonts/playfair-display-700.woff2") format("woff2");
}

:root {
  --gold: #c9923a;
  --gold-text: #8a6312;
  --gold-soft: #e8d2a8;
  --ink: #16120f;
  --ink-soft: #3a342e;
  --cream: #f4efe8;
  --paper: #fffaf4;
  --charcoal: #211d1a;
  --white: #ffffff;
  --line: #e6dccb;
  --header-h: 72px;
  --radius: 2px;
  --max: 1080px;
  --focus: 2px solid var(--gold-text);
  --focus-on-dark: 2px solid var(--gold);
}

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

body {
  margin: 0;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: var(--ink-soft);
  background: var(--cream);
  overflow-x: hidden;
}

img { max-width: 100%; height: auto; display: block; }
a {
  color: var(--gold-text);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
}
a:hover { color: var(--ink); }
.btn,
.btn:hover,
.site-nav a,
.logo,
.skip-link,
.socials a,
.footer-nav a {
  text-decoration: none;
}
:focus-visible { outline: var(--focus); outline-offset: 3px; }
.site-header :focus-visible,
.hero :focus-visible,
.about :focus-visible,
.gallery :focus-visible,
.testimonials :focus-visible,
.visit-panel :focus-visible,
.booking :focus-visible,
.site-footer :focus-visible,
.socials :focus-visible,
.mobile-book :focus-visible {
  outline: var(--focus-on-dark);
}

.skip-link {
  position: absolute;
  left: 12px;
  top: -48px;
  z-index: 3000;
  background: var(--gold);
  color: var(--ink);
  padding: 8px 14px;
  font-family: "Josefin Sans", Arial, sans-serif;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.skip-link:focus {
  top: 12px;
  color: var(--ink);
}

section[id],
#main {
  scroll-margin-top: calc(var(--header-h) + 12px);
}

.wrap {
  width: min(100% - 1.5rem, var(--max));
  margin-inline: auto;
}

.eyebrow {
  display: inline-block;
  margin: 0 0 0.45rem;
  font-family: "Josefin Sans", Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold-text);
}

.section-title {
  text-align: center;
  margin: 0 auto 1.75rem;
  max-width: 36rem;
}
.section-title h2,
.section-title h3 {
  margin: 0 0 0.6rem;
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 700;
  font-size: clamp(1.6rem, 5vw, 2.6rem);
  color: var(--ink);
  line-height: 1.15;
}
.section-title .rule {
  width: 40px;
  height: 1px;
  background: var(--gold);
  border: 0;
  margin: 0 auto 0.75rem;
}
.section-title .lede {
  margin: 0 auto;
  font-size: 0.95rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 22px;
  border: 1px solid var(--gold);
  border-radius: var(--radius);
  background: var(--gold);
  color: var(--ink);
  font-family: "Josefin Sans", Arial, sans-serif;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.btn:hover,
.btn:focus-visible {
  background: var(--ink);
  border-color: var(--ink);
  color: var(--cream);
}
.btn-ghost {
  background: transparent;
  color: var(--gold);
}
.btn-ghost:hover,
.btn-ghost:focus-visible {
  background: var(--gold);
  color: var(--ink);
  border-color: var(--gold);
}
.btn-solid { background: var(--gold); color: var(--ink); }
.btn-solid:hover,
.btn-solid:focus-visible {
  background: var(--cream);
  border-color: var(--cream);
  color: var(--ink);
}

/* Header — logo left, links + booking right */

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(22, 18, 15, 0.94);
  color: var(--cream);
}
.site-header.is-hero {
  position: absolute;
  left: 0;
  right: 0;
  background: linear-gradient(to bottom, rgba(22,18,15,0.55), transparent);
}
.site-header.is-scrolled,
.site-header.is-open {
  position: sticky;
  background: rgba(22, 18, 15, 0.96);
}

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

.logo { display: flex; align-items: center; flex-shrink: 0; }
.logo img { width: 64px; height: auto; }

.nav-toggle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 44px;
  height: 44px;
  padding: 8px;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.nav-toggle span { display: block; height: 1.5px; width: 100%; background: var(--cream); }

.site-nav {
  display: none;
  position: absolute;
  top: var(--header-h);
  left: 0;
  right: 0;
  background: var(--ink);
  padding: 0.5rem 1.25rem 1.25rem;
  text-align: center;
}
.site-header.is-open .site-nav { display: block; }
.site-nav ul { list-style: none; margin: 0; padding: 0; }
.site-nav a {
  display: block;
  padding: 0.85rem;
  color: var(--cream);
  font-family: "Josefin Sans", Arial, sans-serif;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.site-nav a:hover,
.site-nav a[aria-current="page"] { color: var(--gold); }
.header-cta { display: none; }
.btn-nav {
  background: transparent;
  color: var(--gold);
  min-width: auto;
  padding: 12px 18px;
}
.btn-nav:hover,
.btn-nav:focus-visible {
  background: var(--gold);
  color: var(--ink);
  border-color: var(--gold);
}

@media (min-width: 960px) {
  :root { --header-h: 84px; }
  .logo img { width: 72px; }
  .nav-toggle { display: none; }
  .site-nav {
    display: block;
    position: static;
    background: transparent;
    padding: 0;
    flex: 1;
  }
  .site-nav ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 0 1.35rem;
  }
  .site-nav a { padding: 1.4rem 0; font-size: 12px; }
  .nav-cta { display: none; }
  .header-cta { display: inline-flex; margin-left: 0.75rem; }
}

/* Hero */

.hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  place-items: end start;
  color: var(--white);
  background: var(--ink);
  overflow: hidden;
}
.hero-media { position: absolute; inset: 0; }
.hero-media picture,
.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left center;
}
.hero-media picture { display: block; }
.hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(22,18,15,0.35) 0%, rgba(22,18,15,0.72) 100%);
}
.hero-content {
  position: relative;
  z-index: 1;
  text-align: left;
  padding: 5.5rem 1.25rem calc(5.5rem + env(safe-area-inset-bottom, 0px));
  max-width: 36rem;
}
.hero-content .eyebrow { color: var(--gold-soft); }
.hero h1 {
  margin: 0;
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 700;
  font-size: clamp(2.1rem, 7vw, 4.2rem);
  line-height: 1.08;
  color: var(--white);
}
.hero-tag {
  margin: 0.4rem 0 0;
  font-family: "Josefin Sans", Arial, sans-serif;
  font-size: 0.92rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #efe6d8;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-top: 1.25rem;
}
.btn-icon {
  width: 14px;
  height: 14px;
  margin-right: 0.45rem;
  fill: currentColor;
  flex-shrink: 0;
}
.hero .btn {
  margin-top: 0;
  background: var(--gold);
  color: var(--ink);
  border-color: var(--gold);
}
.hero .btn-ghost {
  background: transparent;
  color: var(--cream);
  border-color: var(--cream);
}
.hero .btn:hover,
.hero .btn:focus-visible,
.hero .btn-ghost:hover,
.hero .btn-ghost:focus-visible {
  background: var(--cream);
  border-color: var(--cream);
  color: var(--ink);
}
.hero-rating {
  margin: 0.85rem 0 0;
  color: var(--gold-soft);
  font-size: 0.88rem;
}
.hero-rating a { color: var(--gold-soft); }
.hero-rating a:hover { color: var(--cream); }

@media (min-width: 768px) {
  .hero {
    min-height: 100svh;
    place-items: center start;
  }
  .hero-media::after {
    background: linear-gradient(90deg, rgba(22,18,15,0.78) 0%, rgba(22,18,15,0.28) 60%, rgba(22,18,15,0.4) 100%);
  }
  .hero-content {
    padding: 7rem 1.25rem calc(5.5rem + env(safe-area-inset-bottom, 0px));
    margin-left: max(1.25rem, calc((100% - var(--max)) / 2));
  }
}

@media (min-width: 960px) {
  .hero-content {
    padding-bottom: 4.5rem;
  }
}

/* About */

.about {
  background: var(--charcoal);
  color: #efe6d8;
  padding: 3rem 0;
}
.about .section-title h2 { color: var(--paper); }
.about .section-title .lede { color: #d9d0c4; }
.about .eyebrow,
.gallery .eyebrow,
.testimonials .eyebrow,
.booking .eyebrow,
.visit-panel .eyebrow { color: var(--gold); }
.about-grid { display: grid; gap: 1.75rem; }
.about-copy .block + .block { margin-top: 1.75rem; }
.about-icon { display: none; }
.about-photo img { width: 100%; }

/* Team */

.team {
  background: var(--paper);
  padding: 3rem 0;
}
.team-grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.85rem;
}
.team-grid li {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  min-width: 0;
  padding: 0.85rem 0.9rem;
  background: var(--cream);
  color: var(--ink);
}
.team-grid li > div {
  min-width: 0;
}
.team-grid strong {
  display: block;
  font-family: "Josefin Sans", Arial, sans-serif;
  font-weight: 700;
  font-size: 1rem;
}
.team-role {
  display: block;
  font-size: 0.82rem;
  font-weight: 400;
  color: var(--ink-soft);
  margin-top: 0.15rem;
}
.team-initial {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  border-radius: 50%;
  background: var(--ink);
  color: var(--gold);
  font-size: 0.95rem;
  letter-spacing: 0.04em;
}
@media (min-width: 360px) {
  .team-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (min-width: 768px) {
  .team { padding: 4.25rem 0; }
  .team-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1rem; }
}

@media (min-width: 768px) {
  .about { padding: 4.5rem 0; }
  .about-grid { grid-template-columns: 1fr 1fr; gap: 3.5rem; align-items: center; }
  .about .section-title { text-align: left; margin-left: 0; }
  .about .section-title .rule { margin-left: 0; }
  .about-icon { display: block; width: 48px; height: 48px; margin: 0 0 0.85rem; }
}

/* Services / prices */

.services { padding: 3rem 0; background: var(--paper); }
.service-switch {
  border: 0;
  margin: 0;
  padding: 0;
  min-width: 0;
}
.services .tab-input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}
.service-tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.4rem;
  margin: 0 0 1.5rem;
}
.service-tabs label {
  flex: 1 1 30%;
  min-width: 6.2rem;
  cursor: pointer;
  background: transparent;
  color: var(--ink);
  border-color: var(--line);
  min-height: 44px;
  padding: 12px 14px;
  font-size: 11px;
}
#tab-mens:focus-visible ~ .service-tabs label[for="tab-mens"],
#tab-womens:focus-visible ~ .service-tabs label[for="tab-womens"],
#tab-kids:focus-visible ~ .service-tabs label[for="tab-kids"] {
  outline: var(--focus);
  outline-offset: 3px;
}
#tab-mens:checked ~ .service-tabs label[for="tab-mens"],
#tab-womens:checked ~ .service-tabs label[for="tab-womens"],
#tab-kids:checked ~ .service-tabs label[for="tab-kids"] {
  background: var(--ink);
  border-color: var(--ink);
  color: var(--cream);
}
.price-panel { display: none; }
#tab-mens:checked ~ .price-panels #mens-services,
#tab-womens:checked ~ .price-panels #womens-services,
#tab-kids:checked ~ .price-panels #kids-services { display: block; }

.price-group { margin: 0 0 1.6rem; }
.price-group h3,
.price-group h4 {
  margin: 0 0 0.65rem;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.2rem;
  color: var(--ink);
}
.price-list {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--line);
}
.price-list li {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: baseline;
  padding: 0.7rem 0;
  border-bottom: 1px solid var(--line);
  font-size: 0.95rem;
}
.price-list li span:first-child {
  color: var(--ink);
  font-weight: 600;
}
.price-list li span:last-child {
  flex-shrink: 0;
  color: var(--gold-text);
  font-family: "Josefin Sans", Arial, sans-serif;
  font-weight: 700;
  font-size: 0.95rem;
}
.price-list small {
  display: block;
  margin-top: 0.15rem;
  font-weight: 400;
  font-size: 0.78rem;
  color: #7a7268;
}
.price-note {
  margin: 0.5rem 0 0;
  font-size: 0.82rem;
  color: #7a7268;
}
.price-call {
  margin: 0.85rem 0 0;
  padding: 0.85rem 0.95rem;
  background: #f3eadc;
  font-size: 0.9rem;
  color: var(--ink);
}
.price-call a { font-weight: 700; color: var(--ink); text-decoration: underline; }
.price-book {
  display: inline-flex;
  margin-top: 0.75rem;
  min-height: 40px;
  padding: 10px 16px;
  font-size: 11px;
}

@media (min-width: 768px) {
  .services { padding: 4.25rem 0; }
  .service-tabs { justify-content: center; }
  .price-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 2.5rem;
  }
  .price-group h3,
  .price-group h4 { font-size: 1.4rem; }
}

/* Gallery */

.gallery { background: var(--charcoal); color: var(--cream); padding: 3rem 0 0; }
.gallery .section-title h2 { color: var(--paper); }
.gallery .section-title .rule { background: var(--gold); }
.gallery .wrap { padding-bottom: 1.25rem; }
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3px;
}
.gallery-grid a { display: block; aspect-ratio: 3/4; overflow: hidden; background: #000; }
.gallery-grid img { width: 100%; height: 100%; object-fit: cover; }
@media (min-width: 768px) {
  .gallery { padding-top: 4.25rem; }
  .gallery-grid { grid-template-columns: repeat(5, 1fr); gap: 6px; }
}

/* Testimonials */

.testimonials { background: var(--charcoal); padding: 3rem 0; }
.testimonials .section-title h2 { color: var(--paper); }
.testimonials .section-title .lede { color: #d9d0c4; }
.testimonial-rating .rating-score {
  margin: 0;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  color: var(--gold-text);
}
.testimonial-rating .rating-stars {
  margin: 0.35rem 0 0.5rem;
  color: var(--gold-text);
  letter-spacing: 0.22em;
  font-size: 0.95rem;
}
.testimonial-rating p {
  font-style: normal;
  margin: 0 0 1rem;
}
.testimonial-rating .btn {
  align-self: center;
  min-height: 42px;
  padding: 10px 18px;
}

.testimonial-slider { max-width: 640px; margin: 0 auto; }
.testimonial-viewport {
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}
.testimonial-viewport::-webkit-scrollbar { display: none; }
.testimonial-slider.is-enhanced .testimonial-viewport { overflow: hidden; }
.testimonial-track { display: flex; transition: transform 0.45s ease; }
.testimonial {
  flex: 0 0 100%;
  scroll-snap-align: start;
  margin: 0;
  padding: 1.6rem 1.25rem;
  background: var(--paper);
  min-height: 13.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.testimonial p {
  margin: 0 0 0.9rem;
  font-size: 0.98rem;
  font-style: italic;
  line-height: 1.65;
  color: var(--ink-soft);
}
.testimonial footer {
  font-family: "Josefin Sans", Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 11px;
  color: var(--gold-text);
}
.testimonial-controls { margin-top: 1rem; }
.testimonial-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
}
.testimonial-nav button {
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  padding: 0;
  box-sizing: border-box;
  border: 1px solid rgba(232, 210, 168, 0.35);
  border-radius: 50%;
  background: transparent;
  color: var(--cream);
  cursor: pointer;
}
.testimonial-nav button svg {
  display: block;
  width: 18px;
  height: 18px;
  margin: 0 auto;
}
.testimonial-pause svg { fill: currentColor; }
.testimonial-nav [data-testimonial-prev] svg,
.testimonial-nav [data-testimonial-next] svg {
  fill: none;
  stroke: currentColor;
}
.testimonial-nav button:hover,
.testimonial-nav button:focus-visible {
  border-color: var(--gold);
  color: var(--gold);
}
.testimonial-dots {
  display: none;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0;
  margin-top: 0.25rem;
}
.testimonial-dots button {
  width: 44px;
  height: 44px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  position: relative;
}
.testimonial-dots button::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255,255,255,0.3);
  transform: translate(-50%, -50%);
}
.testimonial-dots button.is-active::after { background: var(--gold); }
@media (min-width: 640px) {
  .testimonial-dots { display: flex; }
}

/* Visit */

.visit { background: var(--paper); }
.visit-layout { display: grid; }
.visit-panel {
  background: var(--ink);
  color: var(--cream);
  padding: 1.5rem 1.25rem 1.75rem;
}
.visit-panel .eyebrow { color: var(--gold); }
.visit-panel h2 {
  margin: 0 0 1rem;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.55rem;
  color: var(--paper);
}
.visit-directions {
  margin: 0 0 1.1rem;
  font-size: 0.92rem;
  color: #d9d0c4;
  line-height: 1.5;
}
.visit-panel h3 {
  margin: 1.1rem 0 0.55rem;
  font-family: "Josefin Sans", Arial, sans-serif;
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold);
}
.contact-list { list-style: none; margin: 0; padding: 0; }
.contact-list li { display: flex; gap: 0.65rem; margin-bottom: 0.65rem; font-size: 0.95rem; }
.contact-list a { color: var(--cream); }
.contact-list a:hover { color: var(--gold); }
.hours { margin: 0 0 1.15rem; }
.hours div {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.4rem 0;
  border-bottom: 1px solid rgba(255,255,255,0.1);
  font-size: 0.92rem;
}
.visit-actions {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}
.visit-actions .btn { width: 100%; }
.visit-actions .btn:hover,
.visit-actions .btn:focus-visible {
  background: var(--cream);
  border-color: var(--cream);
  color: var(--ink);
}
.visit-actions .btn-ghost {
  background: transparent;
  color: var(--gold);
  border-color: var(--gold);
}
.visit-actions .btn-ghost:hover,
.visit-actions .btn-ghost:focus-visible {
  background: var(--gold);
  color: var(--ink);
  border-color: var(--gold);
}

#salon-map { width: 100%; height: 240px; background: #1a1714; }
#salon-map.leaflet-container { font-family: "Open Sans", Arial, Helvetica, sans-serif; background: #1a1714; }

@media (min-width: 900px) {
  .visit-layout {
    grid-template-columns: minmax(280px, 400px) 1fr;
    min-height: 460px;
  }
  .visit-panel {
    padding: 2.25rem 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  #salon-map { height: 100%; min-height: 460px; }
}

.leaflet-container a { color: var(--gold); }
.leaflet-bar { border: 0 !important; box-shadow: none !important; }
.leaflet-bar a,
.leaflet-bar a:hover {
  width: 36px;
  height: 36px;
  line-height: 36px;
  background: var(--ink);
  color: var(--cream);
  border: 1px solid rgba(201, 146, 58, 0.45);
}
.leaflet-bar a:hover { background: var(--gold); color: var(--ink); }
.leaflet-top.leaflet-right { margin-top: 10px; margin-right: 10px; }
.leaflet-control-attribution {
  background: rgba(22, 18, 15, 0.88) !important;
  color: #efe6d8 !important;
  font-size: 11px !important;
}
.leaflet-control-attribution a { color: var(--gold) !important; }
.leaflet-tile-pane {
  filter: invert(0.9) hue-rotate(180deg) saturate(0.25) brightness(0.95) contrast(0.95);
}
.leaflet-popup.aj-popup .leaflet-popup-content-wrapper,
.leaflet-popup.aj-popup .leaflet-popup-tip {
  background: #16120f !important;
  color: #fffaf4 !important;
  border-radius: 2px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.35);
}
.leaflet-popup.aj-popup .leaflet-popup-content {
  margin: 0;
  width: 230px !important;
}
.leaflet-popup.aj-popup a.leaflet-popup-close-button {
  color: #e8d2a8 !important;
  top: 6px;
  right: 6px;
}
.leaflet-popup.aj-popup a.leaflet-popup-close-button:hover {
  color: #c9923a !important;
}
.map-popup {
  padding: 1.15rem 1.15rem 1.2rem;
  text-align: center;
  background: #16120f;
  color: #fffaf4;
}
.map-popup strong {
  display: block;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.15rem;
  font-weight: 700;
  color: #fffaf4;
  margin-bottom: 0.35rem;
}
.map-popup p {
  margin: 0 0 0.95rem;
  font-size: 0.88rem;
  line-height: 1.45;
  color: #d9d0c4;
}
.leaflet-container .map-popup a.map-dir-btn,
.map-popup .map-dir-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 44px;
  padding: 12px 16px;
  background: #c9923a !important;
  border: 1px solid #c9923a !important;
  color: #16120f !important;
  font-family: "Josefin Sans", Arial, sans-serif;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none !important;
  box-sizing: border-box;
}
.leaflet-container .map-popup a.map-dir-btn:hover,
.map-popup .map-dir-btn:hover {
  background: #fffaf4 !important;
  border-color: #fffaf4 !important;
  color: #16120f !important;
}

.leaflet-div-icon.map-pin-wrap,
.map-pin-wrap {
  background: transparent !important;
  border: 0 !important;
}
.map-pin {
  position: relative;
  display: block;
  width: 40px;
  height: 52px;
  color: #16120f;
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.4));
}
.map-pin::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 0;
  width: 32px;
  height: 32px;
  background: #c9923a;
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg);
}
.map-pin-icon {
  position: absolute;
  left: 8px;
  top: 6px;
  width: 24px;
  height: 24px;
  z-index: 1;
}
@media (prefers-reduced-motion: no-preference) {
  .map-pin {
    animation: pinPulse 2.6s ease-out infinite;
  }
}
@keyframes pinPulse {
  0%, 100% { filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.4)); }
  50% { filter: drop-shadow(0 4px 12px rgba(201, 146, 58, 0.7)); }
}

/* Booking */

.booking {
  background: var(--ink);
  color: var(--cream);
  padding: 3rem 0;
  text-align: center;
}
.booking .section-title h2 { color: var(--paper); }
.book-now-text {
  max-width: 32rem;
  margin: 0 auto 1rem;
  color: #d9d0c4;
  font-size: 0.98rem;
}
.book-now-text .accent,
.book-now-text .accent a { color: var(--gold-soft); }
.booking .btn { margin-top: 0.35rem; }

.faq {
  background: var(--paper);
  padding: 3rem 0 3.5rem;
}
.faq-list { max-width: 40rem; margin: 0 auto; }
.faq-list details {
  border-bottom: 1px solid var(--line);
  padding: 0.85rem 0;
}
.faq-list summary {
  cursor: pointer;
  font-family: "Josefin Sans", Arial, sans-serif;
  font-weight: 700;
  color: var(--ink);
  list-style: none;
}
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after {
  content: "+";
  float: right;
  color: var(--gold-text);
}
.faq-list details[open] summary::after { content: "–"; }
.faq-list p {
  margin: 0.55rem 0 0.2rem;
  color: var(--ink-soft);
}
.booking .btn:hover {
  background: var(--cream);
  border-color: var(--cream);
  color: var(--ink);
}

.socials { background: var(--ink); padding: 1.75rem 0; text-align: center; }
.socials ul { display: flex; justify-content: center; gap: 0.85rem; list-style: none; margin: 0; padding: 0; }
.socials a {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 50%;
  color: var(--cream);
}
.socials a:hover { border-color: var(--gold); color: var(--gold); }
.socials svg { width: 18px; height: 18px; fill: currentColor; }

.site-footer {
  background: #100e0c;
  color: #c9c0b4;
  padding: 2rem 0 5.5rem;
  font-size: 0.88rem;
}
.footer-grid {
  display: grid;
  gap: 1.4rem;
  text-align: left;
}
.site-footer h2 {
  margin: 0 0 0.45rem;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.25rem;
  color: var(--paper);
}
.site-footer p { margin: 0 0 0.35rem; }
.site-footer a { color: var(--cream); }
.site-footer a:hover { color: var(--gold); }
.footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.15rem 1rem;
  margin: 0.5rem 0 0;
  padding: 0;
  list-style: none;
}
.footer-nav a,
.site-footer p a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding-block: 0.5rem;
}
.footer-meta {
  margin-top: 1.25rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255,255,255,0.08);
  font-size: 0.8rem;
}
@media (min-width: 768px) {
  .footer-grid {
    grid-template-columns: 1.2fr 1fr 1fr;
    gap: 2rem;
  }
  .site-footer { padding-bottom: 2rem; }
}

.page-main { padding: 6.5rem 0 3.5rem; }
.page-main h1 {
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.8rem, 5vw, 2.6rem);
  color: var(--ink);
}
.prose { max-width: 44rem; }
.prose h2 { margin: 2rem 0 0.75rem; }
.page-hero-space .site-header { background: var(--ink); position: sticky; }
.page-404 {
  min-height: 70vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 7rem 1.25rem 4rem;
  max-width: 36rem;
  margin-inline: auto;
}
.page-404 h1 {
  margin: 0 0 0.75rem;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.8rem, 5vw, 2.8rem);
  color: var(--ink);
}
.page-404 .lede { color: var(--ink-soft); }
.page-404 .hero-actions { justify-content: center; }
.page-404 .btn-ghost {
  color: var(--gold-text);
  border-color: var(--gold-text);
}
.page-404 .btn-ghost:hover {
  background: var(--gold);
  border-color: var(--gold);
  color: var(--ink);
}

.lightbox[open] { border: 0; padding: 0; max-width: min(96vw, 720px); background: transparent; }
.lightbox::backdrop { background: rgba(16, 14, 12, 0.88); }
.lightbox img { max-height: 86vh; margin: 0 auto; }
.lightbox-close {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 44px;
  height: 44px;
  border: 0;
  background: var(--gold);
  color: var(--ink);
  font-size: 1.4rem;
  cursor: pointer;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}
.icon { width: 18px; height: 18px; flex-shrink: 0; fill: var(--gold); margin-top: 3px; }

.mobile-book {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1100;
  padding: 0.65rem 0.9rem calc(0.65rem + env(safe-area-inset-bottom));
  background: rgba(22, 18, 15, 0.94);
}
.mobile-book .btn { width: 100%; }
.mobile-book .btn:hover {
  background: var(--cream);
  border-color: var(--cream);
  color: var(--ink);
}

@media (min-width: 960px) {
  .mobile-book { display: none; }
  .site-footer { padding-bottom: 1.4rem; }
  body { font-size: 17px; }
}
