/* =========================================================
   Pretty and Private — Salon de coiffure privatif · Beausoleil
   Couture light DA · ivoire chaud rosé / espresso / champagne désaturé
   ========================================================= */

:root {
  /* Palette */
  --bg:            #F6F1EA;
  --bg-alt:        #EFE7DC;
  --bg-dark:       #1C1714;
  --surface:       #FBF8F3;
  --text:          #241D18;
  --text-muted:    #6B5E52;
  --accent:        #B08D6A;
  --accent-dark:   #8A6A49;
  --border:        #E0D5C6;
  --border-dark:   rgba(176,141,106,0.25);

  /* Typo */
  --font-display: "Fraunces", Georgia, "Times New Roman", serif;
  --font-body:    "Inter", system-ui, -apple-system, sans-serif;

  /* Layout */
  --container: 1200px;
  --rail: 1440px;
  --radius-sm: 10px;
  --radius-md: 18px;
  --radius-lg: 28px;
  --pad-section: clamp(4rem, 10vw, 9rem);

  /* Shadows */
  --shadow-1: 0 1px 2px rgba(36,29,24,0.04), 0 2px 8px rgba(36,29,24,0.05);
  --shadow-2: 0 2px 6px rgba(36,29,24,0.05), 0 12px 32px rgba(36,29,24,0.09);
  --shadow-3: 0 4px 12px rgba(36,29,24,0.06), 0 24px 72px rgba(36,29,24,0.13);

  /* Motion */
  --ease: cubic-bezier(0.16, 1, 0.3, 1);
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .001ms !important; transition-duration: .001ms !important; }
}

body {
  font-family: var(--font-body);
  color: var(--text);
  background: var(--bg);
  background-image: radial-gradient(120% 80% at 50% 0%, #FBF6EF 0%, #F6F1EA 45%, #EFE7DC 100%);
  background-attachment: fixed;
  line-height: 1.65;
  font-size: 1rem;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
@media (min-width: 768px) { body { font-size: 1.0625rem; } }

img, video { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; }
ul { list-style: none; }

/* ---------- Helpers ---------- */
.container { width: 100%; max-width: var(--container); margin-inline: auto; padding-inline: clamp(1.25rem, 5vw, 2.5rem); }
.section { padding-block: var(--pad-section); position: relative; }
.section--alt { background: var(--bg-alt); }
.eyebrow {
  font-family: var(--font-body); font-weight: 600; font-size: .78rem;
  letter-spacing: 0.18em; text-transform: uppercase; color: var(--accent-dark);
  display: inline-flex; align-items: center; gap: .6rem;
}
.eyebrow::before { content: ""; width: 28px; height: 1px; background: var(--accent); display: inline-block; }
h1, h2, h3 { font-family: var(--font-display); font-weight: 400; line-height: 1.1; letter-spacing: -0.01em; }
h2 { font-size: clamp(1.9rem, 4.5vw, 3.4rem); }
h3 { font-size: clamp(1.25rem, 2vw, 1.6rem); font-weight: 500; }
.lead { color: var(--text-muted); max-width: 56ch; font-size: clamp(1rem, 1.4vw, 1.15rem); }
em, .it { font-style: italic; }
.accent-it { font-style: italic; color: var(--accent-dark); }
.skip-link {
  position: absolute; left: -999px; top: 0; z-index: 1000;
  background: var(--bg-dark); color: var(--bg); padding: .8rem 1.2rem; border-radius: 0 0 8px 0;
}
.skip-link:focus { left: 0; }
:focus-visible { outline: 2px solid var(--accent-dark); outline-offset: 3px; border-radius: 4px; }

.section-head { max-width: 62ch; margin-bottom: clamp(2rem, 5vw, 3.5rem); }
.section-head h2 { margin-block: .7rem .9rem; }
.divider { width: 48px; height: 1px; background: var(--accent); margin: 1.4rem auto; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: .55rem;
  font-weight: 600; font-size: .95rem; letter-spacing: .01em;
  padding: .85rem 1.5rem; border-radius: var(--radius-sm);
  transition: transform .35s var(--ease), box-shadow .35s var(--ease), background .25s ease, color .25s ease;
  white-space: nowrap;
}
.btn svg { width: 17px; height: 17px; }
.btn--primary {
  background: linear-gradient(145deg, #BE9874, var(--accent));
  color: #FFFCF8;
  box-shadow: var(--shadow-2), inset 0 1px 0 rgba(255,255,255,0.25);
}
.btn--primary:hover { background: var(--accent-dark); transform: translateY(-2px); box-shadow: var(--shadow-3), inset 0 1px 0 rgba(255,255,255,0.2); }
.btn--ghost { background: rgba(251,248,243,0.65); color: var(--text); border: 1px solid var(--border); box-shadow: var(--shadow-1); }
.btn--ghost:hover { background: var(--surface); transform: translateY(-2px); box-shadow: var(--shadow-2); border-color: var(--accent); }
.btn--light { background: var(--bg); color: var(--text); }
.btn--light:hover { background: #fff; transform: translateY(-2px); }
.btn--xl { padding: 1.1rem 2.2rem; font-size: 1.05rem; border-radius: var(--radius-sm); }
.btn--block { width: 100%; justify-content: center; }

/* ---------- Header ---------- */
.site-header {
  position: fixed; inset: 0 0 auto 0; z-index: 100;
  background: rgba(246,241,234,0.72);
  backdrop-filter: blur(20px) saturate(1.1);
  -webkit-backdrop-filter: blur(20px) saturate(1.1);
  border-bottom: 1px solid transparent;
  transition: border-color .3s ease, background .3s ease;
}
.site-header.scrolled { border-bottom-color: var(--border); background: rgba(246,241,234,0.85); }
.nav { display: flex; align-items: center; justify-content: space-between; height: 72px; }
.brand { font-family: var(--font-display); font-size: 1.32rem; font-weight: 400; letter-spacing: -0.01em; line-height: 1; }
.brand .it { color: var(--accent-dark); }
.brand small { display: block; font-family: var(--font-body); font-size: .58rem; letter-spacing: .28em; text-transform: uppercase; color: var(--text-muted); margin-top: 3px; font-weight: 600; }
.nav-links { display: none; gap: 2rem; }
.nav-links a { font-size: .92rem; color: var(--text-muted); transition: color .2s; position: relative; }
.nav-links a::after { content:""; position:absolute; left:0; bottom:-4px; width:0; height:1px; background:var(--accent); transition:width .3s var(--ease); }
.nav-links a:hover { color: var(--text); }
.nav-links a:hover::after { width:100%; }
.nav-actions { display: flex; align-items: center; gap: .75rem; }
.lang-switch { display: inline-flex; border: 1px solid var(--border); border-radius: 999px; overflow: hidden; background: var(--surface); }
.lang-switch button { padding: .35rem .7rem; font-size: .78rem; font-weight: 600; color: var(--text-muted); letter-spacing: .04em; }
.lang-switch button.active { background: var(--bg-dark); color: var(--bg); }
.nav-cta { display: none; }
.hamburger { display: inline-flex; flex-direction: column; gap: 5px; width: 30px; padding: 6px 2px; }
.hamburger span { height: 1.6px; background: var(--text); border-radius: 2px; transition: transform .35s var(--ease), opacity .25s ease; }
.hamburger.open span:nth-child(1) { transform: translateY(6.6px) rotate(45deg); }
.hamburger.open span:nth-child(2) { opacity: 0; }
.hamburger.open span:nth-child(3) { transform: translateY(-6.6px) rotate(-45deg); }

/* Mobile drawer */
.mobile-menu {
  position: fixed; inset: 72px 0 auto 0; z-index: 99;
  background: rgba(246,241,234,0.97); backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--border);
  transform: translateY(-130%); transition: transform .45s var(--ease);
  padding: 1.5rem clamp(1.25rem,5vw,2.5rem) 2rem;
}
.mobile-menu.open { transform: translateY(0); }
.mobile-menu a { display: block; padding: .85rem 0; font-family: var(--font-display); font-size: 1.4rem; border-bottom: 1px solid var(--border); }
.mobile-menu .btn { margin-top: 1.3rem; }

@media (min-width: 1024px) {
  .nav-links { display: flex; }
  .nav-cta { display: inline-flex; }
  .hamburger { display: none; }
}

/* ---------- Hero ---------- */
.hero { position: relative; min-height: 100svh; display: flex; align-items: flex-end; overflow: hidden; }
.hero__media, .hero__media video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero__media::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(28,23,20,.55) 0%, rgba(28,23,20,.40) 45%, rgba(28,23,20,.78) 100%);
}
.hero__inner { position: relative; z-index: 2; width: 100%; padding-bottom: clamp(3rem, 8vh, 6rem); padding-top: 120px; }
.hero__eyebrow { color: #E9D9C5; }
.hero__eyebrow::before { background: var(--accent); }
.hero h1 { color: #FBF6EF; font-size: clamp(2.75rem, 7vw, 6rem); font-weight: 400; line-height: 1.04; letter-spacing: -0.02em; margin-block: 1.1rem 1.2rem; max-width: 16ch; text-shadow: 0 2px 30px rgba(0,0,0,.25); }
.hero h1 .accent-it { color: #D9B58C; }
.hero__sub { color: rgba(251,246,239,.9); max-width: 46ch; font-size: clamp(1rem, 1.6vw, 1.2rem); margin-bottom: 2rem; text-shadow: 0 1px 14px rgba(0,0,0,.3); }
.hero__cta { display: flex; flex-wrap: wrap; gap: .9rem; }
.hero__badge {
  position: absolute; z-index: 3; right: clamp(1.25rem, 5vw, 3rem); bottom: clamp(1.5rem, 5vh, 3.5rem);
  display: flex; align-items: center; gap: .85rem;
  padding: .95rem 1.25rem; border-radius: var(--radius-md);
  background: rgba(28,23,20,0.42); backdrop-filter: blur(14px) saturate(1.2);
  border: 1px solid rgba(217,181,140,0.35);
  box-shadow: var(--shadow-3), inset 0 1px 0 rgba(255,255,255,0.08);
  color: #FBF6EF;
}
.hero__badge .stars { display: flex; gap: 2px; color: #D9B58C; }
.hero__badge .stars svg { width: 15px; height: 15px; fill: #D9B58C; stroke: none; }
.hero__badge b { font-family: var(--font-display); font-size: 1.55rem; font-weight: 400; line-height: 1; }
.hero__badge span { font-size: .76rem; color: rgba(251,246,239,.78); letter-spacing: .02em; }
.hero__badge .sep { width: 1px; height: 30px; background: rgba(217,181,140,0.3); }
.scroll-hint { position: absolute; left: 50%; bottom: 1.4rem; transform: translateX(-50%); z-index: 3; color: rgba(251,246,239,.6); }
.scroll-hint svg { width: 22px; height: 22px; animation: bob 2.4s var(--ease) infinite; }
@keyframes bob { 0%,100% { transform: translateY(0); opacity:.5; } 50% { transform: translateY(6px); opacity:1; } }
@media (max-width: 540px){ .hero__badge { bottom: 5.5rem; padding:.75rem 1rem; } .hero__badge .sep{height:26px;} }

/* ---------- Proof strip / marquee ---------- */
.proof-strip { background: var(--bg-alt); border-block: 1px solid var(--border); padding-block: 1.1rem; overflow: hidden; }
.proof-strip__inner { display: flex; align-items: center; gap: 2.5rem; white-space: nowrap; }
.proof-rating { display: inline-flex; align-items: center; gap: .55rem; flex-shrink: 0; }
.proof-rating .stars { display: flex; color: var(--accent); }
.proof-rating .stars svg { width: 15px; height: 15px; fill: var(--accent); stroke: none; }
.proof-rating b { font-family: var(--font-display); font-size: 1.05rem; font-weight: 500; }
.proof-rating span { color: var(--text-muted); font-size: .9rem; }
.marquee { overflow: hidden; flex: 1; -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); }
.marquee__track { display: inline-flex; gap: 3rem; animation: scroll-x 60s linear infinite; }
.marquee__track span { color: var(--text-muted); font-size: .92rem; font-style: italic; }
.marquee__track span::before { content: "“"; color: var(--accent); margin-right: .25rem; }
.marquee:hover .marquee__track { animation-play-state: paused; }
@keyframes scroll-x { to { transform: translateX(-50%); } }

/* ---------- Le Salon (dark intime) ---------- */
.salon { background: linear-gradient(180deg, #211A16 0%, #1C1714 60%, #18130F 100%); color: #EDE3D6; position: relative; box-shadow: inset 0 1px 0 rgba(176,141,106,0.18); overflow: hidden; }
.salon__grid { display: grid; gap: clamp(2rem, 5vw, 4rem); align-items: center; }
.salon__copy .eyebrow { color: #D9B58C; }
.salon__copy .eyebrow::before { background: var(--accent); }
.salon__copy h2 { color: #FBF6EF; margin-block: .9rem 1.3rem; }
.salon__copy p { color: rgba(237,227,214,.8); max-width: 52ch; margin-bottom: 1.1rem; }
.salon__sign { font-family: 'Fraunces', serif; font-style: italic; font-size: clamp(2.2rem, 5vw, 3rem); color: #D9B58C; line-height: 1; margin-top: 1.6rem; }
.salon__media { position: relative; }
.salon__media .frame { border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-3); border: 1px solid var(--border-dark); }
.salon__media .frame img { width: 100%; aspect-ratio: 4/5; object-fit: cover; }
.salon__media .detail { position: absolute; width: 42%; bottom: -24px; left: -22px; border-radius: var(--radius-md); overflow: hidden; box-shadow: var(--shadow-3); border: 1px solid var(--border-dark); }
.salon__media .detail img { width: 100%; aspect-ratio: 1/1; object-fit: cover; }
@media (min-width: 900px){ .salon__grid { grid-template-columns: 1.05fr .95fr; } .salon__media .detail { width: 46%; bottom: -32px; left: -36px; } }

/* ---------- Univers (3 prestataires) ---------- */
.univers__grid { display: grid; gap: 1.5rem; margin-top: 1rem; }
.uni-card {
  background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-md);
  padding: clamp(1.5rem, 3vw, 2.2rem); box-shadow: var(--shadow-2);
  transition: transform .4s var(--ease), box-shadow .4s var(--ease), border-color .4s var(--ease);
  display: flex; flex-direction: column;
}
.uni-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-3); border-color: var(--accent); }
.uni-card--barber { background: var(--bg-alt); }
.glass-icon {
  width: 52px; height: 52px; border-radius: 14px; display: grid; place-items: center; margin-bottom: 1.3rem;
  background: linear-gradient(145deg, #FBF8F3, #EFE7DC);
  box-shadow: inset 0 1px 0 #fff, var(--shadow-2); border: 1px solid var(--border);
}
.glass-icon svg { width: 24px; height: 24px; color: var(--accent-dark); stroke-width: 1.6; }
.uni-card h3 { margin-bottom: .25rem; }
.uni-card .pro { font-size: .82rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: var(--accent-dark); margin-bottom: .9rem; }
.uni-card p { color: var(--text-muted); font-size: .98rem; margin-bottom: 1.3rem; flex: 0 0 auto; }
.uni-card .mini-price { border-top: 1px solid var(--border); padding-top: 1.1rem; margin-top: auto; }
.uni-card .mini-price li { display: flex; justify-content: space-between; gap: 1rem; padding: .4rem 0; font-size: .95rem; }
.uni-card .mini-price li span:last-child { font-weight: 500; font-feature-settings: 'tnum'; color: var(--text); white-space: nowrap; }
.uni-card .mini-price li span:first-child { color: var(--text-muted); }
.uni-card .uni-cta { margin-top: 1.3rem; }
.uni-card .uni-cta a { display: inline-flex; align-items: center; gap: .4rem; font-weight: 600; font-size: .92rem; color: var(--accent-dark); }
.uni-card .uni-cta svg { width: 16px; height: 16px; transition: transform .3s var(--ease); }
.uni-card:hover .uni-cta svg { transform: translate(3px,-3px); }
@media (min-width: 720px){ .univers__grid { grid-template-columns: repeat(3,1fr); } }

/* ---------- Tarifs / La Carte ---------- */
.carte__tabs { display: flex; flex-wrap: wrap; gap: .5rem; margin-bottom: 2.2rem; }
.carte__tab {
  padding: .6rem 1.1rem; border-radius: 999px; font-size: .9rem; font-weight: 600; letter-spacing: .01em;
  background: var(--surface); border: 1px solid var(--border); color: var(--text-muted); transition: all .25s ease;
}
.carte__tab:hover { color: var(--text); border-color: var(--accent); }
.carte__tab.active { background: var(--bg-dark); color: var(--bg); border-color: var(--bg-dark); }
.carte__panel { display: none; }
.carte__panel.active { display: block; animation: fade-up .5s var(--ease); }
.carte__cols { display: grid; gap: clamp(1.4rem, 4vw, 3rem); }
@media (min-width: 760px){ .carte__cols { grid-template-columns: 1fr 1fr; } }
.price-group h3 { font-size: 1.15rem; margin-bottom: .4rem; }
.price-group + .price-group { margin-top: 1.8rem; }
.price-list li { display: flex; align-items: baseline; gap: .9rem; padding: .7rem 0; border-bottom: 1px solid var(--border); }
.price-list .name { flex: 1; }
.price-list .name b { font-weight: 500; display: block; }
.price-list .name small { color: var(--text-muted); font-size: .82rem; }
.price-list .dots { flex: 1; border-bottom: 1px dotted var(--border); transform: translateY(-4px); min-width: 16px; }
.price-list .price { font-weight: 600; font-feature-settings: 'tnum'; white-space: nowrap; color: var(--text); }
.price-list .price.quote { color: var(--accent-dark); font-style: italic; font-weight: 500; }
.carte__note { margin-top: 2rem; font-size: .85rem; color: var(--text-muted); }
.carte__note a { color: var(--accent-dark); text-decoration: underline; text-underline-offset: 2px; }

/* ---------- Galerie ---------- */
.gallery { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
@media (min-width: 760px){ .gallery { grid-template-columns: repeat(3, 1fr); gap: 18px; } }
.gallery figure { margin: 0; position: relative; border-radius: var(--radius-md); overflow: hidden; box-shadow: var(--shadow-1); cursor: pointer; }
.gallery img { width: 100%; transition: transform .6s var(--ease); }
.gallery figcaption {
  position: absolute; inset: auto 0 0 0; padding: 1.4rem .9rem .7rem; color: #fff; font-size: .82rem; font-weight: 500;
  background: linear-gradient(180deg, transparent, rgba(24,19,15,.7)); opacity: 0; transform: translateY(6px); transition: opacity .35s, transform .35s;
}
@media (hover:hover){
  .gallery figure:hover img { transform: scale(1.05); }
  .gallery figure:hover figcaption { opacity: 1; transform: translateY(0); }
}

/* ---------- Showreel ---------- */
.showreel { background: var(--bg-alt); }
.showreel__frame { border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-3); border: 1px solid var(--border); position: relative; }
.showreel__frame video { width: 100%; aspect-ratio: 16/9; object-fit: cover; }
.showreel__tag { position: absolute; top: 1rem; left: 1rem; padding: .4rem .85rem; border-radius: 999px; background: rgba(28,23,20,.55); backdrop-filter: blur(10px); color: #EDE3D6; font-size: .78rem; font-weight: 600; letter-spacing: .04em; border: 1px solid rgba(217,181,140,.3); }

/* ---------- Equipe ---------- */
.team__grid { display: grid; gap: 1.5rem; }
@media (min-width: 640px){ .team__grid { grid-template-columns: 1fr 1fr; } }
.team-card { border-radius: var(--radius-md); overflow: hidden; position: relative; box-shadow: var(--shadow-2); }
.team-card img { width: 100%; aspect-ratio: 4/5; object-fit: cover; filter: saturate(.92) contrast(1.02); }
.team-card__body { position: absolute; inset: auto 0 0 0; padding: 1.6rem 1.3rem 1.2rem; color: #fff; background: linear-gradient(180deg, transparent, rgba(24,19,15,.82)); }
.team-card__body h3 { color: #FBF6EF; }
.team-card__body .role { font-size: .8rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: #D9B58C; margin: .2rem 0 .5rem; }
.team-card__body p { font-size: .9rem; color: rgba(255,255,255,.82); max-width: 36ch; }

/* ---------- Avis ---------- */
.reviews__grid { display: grid; gap: 1.3rem; }
@media (min-width: 720px){ .reviews__grid { grid-template-columns: repeat(3,1fr); } }
.review-card { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-md); padding: 1.6rem; box-shadow: var(--shadow-1); }
.review-card .stars { display: flex; gap: 2px; color: var(--accent); margin-bottom: .9rem; }
.review-card .stars svg { width: 15px; height: 15px; fill: var(--accent); stroke: none; }
.review-card p { font-size: .98rem; color: var(--text); margin-bottom: 1rem; }
.review-card .meta { font-size: .82rem; color: var(--text-muted); }
.reviews__cta { margin-top: 2.2rem; }
.reviews__cta a { display: inline-flex; align-items: center; gap: .4rem; font-weight: 600; color: var(--accent-dark); }
.reviews__cta svg { width: 16px; height: 16px; }
.stats { display: grid; grid-template-columns: repeat(3,1fr); gap: 1rem; margin-bottom: 2.6rem; max-width: 560px; }
.stat { text-align: center; }
.stat b { font-family: var(--font-display); font-size: clamp(2rem,5vw,3rem); font-weight: 400; display: block; line-height: 1; color: var(--text); }
.stat span { font-size: .8rem; letter-spacing: .1em; text-transform: uppercase; color: var(--text-muted); }

/* ---------- CTA mesh ---------- */
.cta { position: relative; background: var(--bg-dark); color: #EDE3D6; text-align: center; overflow: hidden; }
.cta__mesh { position: absolute; inset: -30%; background: conic-gradient(from 180deg at 50% 50%, #B08D6A22, #EFE7DC00, #8A6A4922, #F6F1EA00, #B08D6A22); animation: none; opacity: .5; }
@keyframes spin { to { transform: rotate(360deg); } }
.cta__inner { position: relative; z-index: 2; max-width: 720px; margin-inline: auto; }
.cta h2 { color: #FBF6EF; font-size: clamp(2.1rem, 5.5vw, 3.8rem); margin-bottom: 1.1rem; }
.cta h2 .accent-it { color: #D9B58C; }
.cta p { color: rgba(237,227,214,.82); max-width: 48ch; margin: 0 auto 2rem; }
.cta__btns { display: flex; flex-wrap: wrap; gap: .9rem; justify-content: center; }
.cta__tel { display: inline-flex; align-items: center; gap: .5rem; margin-top: 1.6rem; color: #D9B58C; font-weight: 600; }
.cta__tel svg { width: 18px; height: 18px; }

/* ---------- Infos / Accès ---------- */
.infos__grid { display: grid; gap: clamp(2rem,5vw,3.5rem); align-items: start; }
@media (min-width: 900px){ .infos__grid { grid-template-columns: 1fr 1.1fr; } }
.info-block + .info-block { margin-top: 2rem; }
.info-block h3 { font-size: 1.2rem; margin-bottom: .9rem; display: flex; align-items: center; gap: .6rem; }
.info-block h3 svg { width: 19px; height: 19px; color: var(--accent-dark); }
.hours li { display: flex; justify-content: space-between; padding: .55rem 0; border-bottom: 1px solid var(--border); font-size: .95rem; }
.hours li.closed span:last-child { color: var(--text-muted); }
.hours li small { display: block; color: var(--text-muted); font-size: .78rem; }
.info-contact a { display: flex; align-items: center; gap: .7rem; padding: .55rem 0; color: var(--text); font-size: .98rem; }
.info-contact svg { width: 18px; height: 18px; color: var(--accent-dark); flex-shrink: 0; }
.map-frame { border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-2); border: 1px solid var(--border); }
.map-frame iframe { width: 100%; height: 420px; border: 0; display: block; filter: grayscale(.2) saturate(.9) brightness(1.02); }

/* ---------- Footer ---------- */
.site-footer { background: linear-gradient(180deg, #1C1714, #18130F); color: #C9BBAB; padding-block: clamp(3rem,6vw,4.5rem) 2rem; }
.footer__grid { display: grid; gap: 2.5rem; margin-bottom: 2.5rem; }
@media (min-width: 760px){ .footer__grid { grid-template-columns: 1.4fr 1fr 1fr; } }
.footer__brand .sign { font-family: 'Fraunces', serif; font-style: italic; font-size: 2.4rem; color: #D9B58C; line-height: 1; }
.footer__brand p { max-width: 36ch; font-size: .9rem; margin-top: .9rem; color: rgba(201,187,171,.75); }
.footer h4 { font-family: var(--font-body); font-size: .78rem; letter-spacing: .16em; text-transform: uppercase; color: #D9B58C; margin-bottom: 1.1rem; font-weight: 600; }
.footer ul li { padding: .35rem 0; font-size: .92rem; }
.footer a:hover { color: #FBF6EF; }
.footer .socials { display: flex; gap: .7rem; margin-top: 1.2rem; }
.footer .socials a { width: 38px; height: 38px; border-radius: 10px; display: grid; place-items: center; border: 1px solid var(--border-dark); transition: all .25s; }
.footer .socials a:hover { background: rgba(176,141,106,.12); border-color: var(--accent); }
.footer .socials svg { width: 18px; height: 18px; color: #D9B58C; }
.footer__bottom { border-top: 1px solid var(--border-dark); padding-top: 1.5rem; display: flex; flex-wrap: wrap; justify-content: space-between; gap: .8rem; font-size: .8rem; color: rgba(201,187,171,.6); }
.footer__bottom a { text-decoration: underline; text-underline-offset: 2px; }

/* ---------- Sticky mobile CTA ---------- */
.sticky-cta { position: fixed; inset: auto 0 0 0; z-index: 90; padding: .7rem clamp(1rem,5vw,1.5rem) calc(.7rem + env(safe-area-inset-bottom)); background: rgba(246,241,234,.9); backdrop-filter: blur(16px); border-top: 1px solid var(--border); transform: translateY(120%); transition: transform .4s var(--ease); }
.sticky-cta.show { transform: translateY(0); }
.sticky-cta .btn { width: 100%; justify-content: center; }
@media (min-width: 1024px){ .sticky-cta { display: none; } }
@media (max-width: 1023px){ body{ padding-bottom: 70px; } }

/* ---------- Lightbox ---------- */
.lightbox { border: none; padding: 0; background: transparent; max-width: 92vw; max-height: 92vh; }
.lightbox::backdrop { background: rgba(24,19,15,.88); backdrop-filter: blur(4px); }
.lightbox img { max-width: 92vw; max-height: 88vh; border-radius: var(--radius-md); box-shadow: var(--shadow-3); }
.lightbox__close { position: fixed; top: 1.5rem; right: 1.5rem; width: 44px; height: 44px; border-radius: 50%; background: rgba(246,241,234,.15); color: #fff; display: grid; place-items: center; }
.lightbox__close svg { width: 22px; height: 22px; }

/* ---------- Reveal animation ---------- */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .8s var(--ease), transform .8s var(--ease); }
.reveal.in { opacity: 1; transform: none; }
@keyframes fade-up { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: none; } }

/* progress bar */
.progress { position: fixed; top: 0; left: 0; height: 2px; width: 0; background: linear-gradient(90deg, var(--accent), var(--accent-dark)); z-index: 101; transition: width .1s linear; }
