/* =========================================================
   SoHo Hair Men's Grooming — premium black + gold
   Style: editorial luxury (Bodoni Moda / Jost)
   ========================================================= */

:root {
  --ink: #0C0A09;
  --stone-900: #1C1917;
  --stone-800: #292524;
  --stone-700: #44403C;
  --stone-500: #78716C;
  --stone-300: #D6D3D1;
  --bg: #FAFAF9;
  --surface: #FFFFFF;
  --gold: #CA8A04;
  --gold-light: #E3B23C;
  --gold-soft: rgba(202, 138, 4, 0.12);

  --maxw: 1180px;
  --radius: 14px;
  --radius-sm: 10px;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);

  --font-display: "Bodoni Moda", Georgia, "Times New Roman", serif;
  --font-body: "Jost", system-ui, -apple-system, "Segoe UI", sans-serif;
}

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

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

body {
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--bg);
  line-height: 1.65;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 0.01em;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img, svg, iframe { display: block; max-width: 100%; }

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

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

.skip-link {
  position: absolute; left: -999px; top: 0; z-index: 200;
  background: var(--gold); color: var(--ink); padding: .6rem 1rem; border-radius: 0 0 8px 0; font-weight: 600;
}
.skip-link:focus { left: 0; }

/* ---------- Typography helpers ---------- */
.eyebrow {
  font-size: .8rem; font-weight: 600; letter-spacing: .22em; text-transform: uppercase;
  color: var(--stone-500); margin-bottom: 1rem;
}
.eyebrow--gold { color: var(--gold-light); }

.section-title {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(2rem, 5vw, 3.25rem);
  line-height: 1.08;
  letter-spacing: -0.01em;
  color: var(--stone-900);
}
.section-title--light { color: #fff; }

.accent { color: var(--gold); }
.italic { font-style: italic; }

.lead { font-size: 1.18rem; color: var(--stone-700); }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .5rem;
  font-family: var(--font-body); font-weight: 500; font-size: .98rem; letter-spacing: .02em;
  padding: .85rem 1.6rem; border-radius: 999px; cursor: pointer; border: 1.5px solid transparent;
  transition: transform .2s var(--ease), background-color .25s var(--ease), color .25s var(--ease), border-color .25s var(--ease), box-shadow .25s var(--ease);
  white-space: nowrap;
}
.btn:focus-visible { outline: 3px solid var(--gold-light); outline-offset: 3px; }
.btn-lg { padding: 1.05rem 2.1rem; font-size: 1.05rem; }
.btn-sm { padding: .6rem 1.15rem; font-size: .9rem; }

.btn-gold { background: var(--gold); color: var(--ink); box-shadow: 0 10px 30px -12px rgba(202,138,4,.6); font-weight: 600; }
.btn-gold:hover { background: var(--gold-light); box-shadow: 0 16px 40px -14px rgba(202,138,4,.7); }

.btn-dark { background: var(--stone-900); color: #fff; }
.btn-dark:hover { background: var(--stone-700); }

.btn-outline { border-color: rgba(255,255,255,.4); color: #fff; background: transparent; }
.btn-outline:hover { border-color: var(--gold-light); color: var(--gold-light); }

.btn-ghost { border-color: var(--stone-300); color: var(--stone-900); background: transparent; }
.btn-ghost:hover { border-color: var(--gold); color: var(--gold); }

.section { padding: clamp(4.5rem, 9vw, 8rem) 0; }
.section--dark { background: var(--stone-900); color: #fff; }
.section--soft { background: #F4F2F0; }

.section-head { max-width: 640px; margin: 0 auto clamp(2.5rem, 5vw, 4rem); text-align: center; }
.section-intro { margin-top: 1rem; color: var(--stone-500); font-size: 1.08rem; }
.section--dark .section-intro { color: var(--stone-300); }

/* =========================================================
   HEADER / NAV
   ========================================================= */
.site-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  transition: background-color .3s var(--ease), box-shadow .3s var(--ease), backdrop-filter .3s var(--ease);
}
.site-header.is-elevated {
  background: rgba(250, 250, 249, 0.85);
  backdrop-filter: saturate(180%) blur(14px);
  -webkit-backdrop-filter: saturate(180%) blur(14px);
  box-shadow: 0 1px 0 rgba(0,0,0,.06);
}
.nav-inner { display: flex; align-items: center; justify-content: space-between; height: 76px; gap: 1rem; }

.brand { display: inline-flex; align-items: center; gap: .7rem; }
.brand-mark {
  display: grid; place-items: center; width: 42px; height: 42px; border-radius: 10px;
  background: var(--stone-900); color: var(--gold-light);
  font-family: var(--font-display); font-weight: 700; font-size: 1.05rem; letter-spacing: .02em;
  border: 1px solid rgba(202,138,4,.5);
}
.brand-text { display: flex; flex-direction: column; line-height: 1.05; }
.brand-name { font-family: var(--font-display); font-weight: 600; font-size: 1.15rem; color: var(--stone-900); }
.brand-sub { font-size: .68rem; letter-spacing: .2em; text-transform: uppercase; color: var(--stone-500); }

.nav-links { display: flex; gap: 2rem; }
.nav-links a {
  font-size: .95rem; font-weight: 500; color: var(--stone-700); position: relative; padding: .25rem 0;
  transition: color .2s var(--ease);
}
.nav-links a::after {
  content: ""; position: absolute; left: 0; bottom: -2px; height: 1.5px; width: 0; background: var(--gold);
  transition: width .25s var(--ease);
}
.nav-links a:hover { color: var(--stone-900); }
.nav-links a:hover::after { width: 100%; }

.nav-cta { display: flex; align-items: center; gap: .6rem; }

.nav-toggle { display: none; flex-direction: column; gap: 5px; background: none; border: 0; cursor: pointer; padding: 8px; }
.nav-toggle span { width: 24px; height: 2px; background: var(--stone-900); border-radius: 2px; transition: transform .3s var(--ease), opacity .2s var(--ease); }
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.mobile-menu {
  display: flex; flex-direction: column; gap: .25rem; padding: 1rem clamp(1.25rem, 4vw, 2.5rem) 1.5rem;
  background: rgba(250,250,249,.97); backdrop-filter: blur(14px);
  border-top: 1px solid rgba(0,0,0,.06);
}
.mobile-menu[hidden] { display: none; }
.mobile-menu a:not(.btn) { padding: .85rem .25rem; font-size: 1.05rem; font-weight: 500; border-bottom: 1px solid rgba(0,0,0,.06); }
.mobile-menu .btn { margin-top: .75rem; justify-content: center; }

/* Header sits over the dark hero until scrolled — use light text up top,
   then revert to dark once the elevated (light) background kicks in. */
.site-header:not(.is-elevated) .brand-name { color: #fff; }
.site-header:not(.is-elevated) .brand-sub { color: rgba(255,255,255,.65); }
.site-header:not(.is-elevated) .nav-links a { color: rgba(255,255,255,.85); }
.site-header:not(.is-elevated) .nav-links a:hover { color: #fff; }
.site-header:not(.is-elevated) .btn-ghost { color: #fff; border-color: rgba(255,255,255,.4); }
.site-header:not(.is-elevated) .btn-ghost:hover { color: var(--gold-light); border-color: var(--gold-light); }
.site-header:not(.is-elevated) .nav-toggle span { background: #fff; }

/* =========================================================
   HERO
   ========================================================= */
.hero {
  position: relative; min-height: 100svh; display: flex; align-items: center;
  background: radial-gradient(120% 120% at 50% 0%, #1f1b18 0%, var(--ink) 55%, #050403 100%);
  color: #fff; overflow: hidden; padding: 120px 0 80px;
}
.hero-bg { position: absolute; inset: 0; pointer-events: none; }
.hero-bg::after {
  content: ""; position: absolute; inset: 0; opacity: .5;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.4'/%3E%3C/svg%3E");
}
.hero-glow {
  position: absolute; width: 60vw; height: 60vw; max-width: 720px; max-height: 720px; border-radius: 50%;
  background: radial-gradient(circle, rgba(202,138,4,.28), transparent 60%);
  top: -10%; right: -10%; filter: blur(20px);
}
.hero-glow--2 { top: auto; bottom: -20%; left: -15%; right: auto; width: 50vw; height: 50vw; background: radial-gradient(circle, rgba(227,178,60,.16), transparent 60%); }

.hero-inner { position: relative; z-index: 2; max-width: 880px; }
.hero .eyebrow { color: var(--gold-light); }
.hero-title {
  font-family: var(--font-display); font-weight: 600;
  font-size: clamp(2.5rem, 7vw, 5rem); line-height: 1.05; letter-spacing: -0.015em; margin-bottom: 1.5rem;
}
.hero-title .accent { color: var(--gold-light); }
.hero-lede { font-size: clamp(1.05rem, 2.2vw, 1.3rem); color: rgba(255,255,255,.78); max-width: 620px; margin-bottom: 2.25rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 1rem; margin-bottom: 2.5rem; }
.hero-tag { font-family: var(--font-display); font-style: italic; font-size: 1.15rem; color: var(--gold-light); letter-spacing: .03em; }

/* =========================================================
   STATS
   ========================================================= */
.stats { background: var(--stone-900); color: #fff; padding: clamp(2.5rem, 5vw, 3.5rem) 0; border-top: 1px solid rgba(255,255,255,.06); }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; text-align: center; }
.stat { display: flex; flex-direction: column; gap: .35rem; padding: .5rem; }
.stat + .stat {}
.stat-num { font-family: var(--font-display); font-weight: 600; font-size: clamp(2rem, 4vw, 2.9rem); color: var(--gold-light); line-height: 1; }
.stat-num .plus { color: rgba(227,178,60,.6); }
.stat-label { font-size: .82rem; letter-spacing: .12em; text-transform: uppercase; color: var(--stone-300); }

/* =========================================================
   ABOUT
   ========================================================= */
.about-grid { display: grid; grid-template-columns: 0.85fr 1fr; gap: clamp(2rem, 5vw, 4.5rem); align-items: center; }
.about-portrait { position: relative; }
.portrait-img {
  width: 100%; aspect-ratio: 4 / 5; object-fit: cover; object-position: center top;
  border-radius: var(--radius); border: 1px solid rgba(202,138,4,.35); display: block;
  box-shadow: 0 30px 60px -35px rgba(0,0,0,.6);
}
.portrait-placeholder {
  aspect-ratio: 4 / 5; border-radius: var(--radius); display: grid; place-content: center; gap: .5rem; text-align: center;
  background: linear-gradient(150deg, var(--stone-800), var(--stone-900));
  border: 1px solid rgba(202,138,4,.35); color: var(--stone-500); position: relative; overflow: hidden;
}
.portrait-placeholder::before {
  content: ""; position: absolute; inset: 12px; border: 1px solid rgba(202,138,4,.25); border-radius: 8px; pointer-events: none;
}
.portrait-monogram { font-family: var(--font-display); font-size: clamp(3rem, 8vw, 5rem); font-weight: 700; color: var(--gold-light); }
.portrait-caption { font-size: .78rem; letter-spacing: .15em; text-transform: uppercase; }

.about-copy .lead { margin: 0 0 1.25rem; }
.about-copy p { margin-bottom: 1.1rem; color: var(--stone-700); }
.about-copy .btn { margin-top: .75rem; }

/* =========================================================
   SERVICES
   ========================================================= */
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }
.service-card {
  background: rgba(255,255,255,.03); border: 1px solid rgba(255,255,255,.09); border-radius: var(--radius);
  padding: 2rem 1.75rem; transition: transform .3s var(--ease), border-color .3s var(--ease), background-color .3s var(--ease);
}
.service-card:hover { transform: translateY(-4px); border-color: rgba(202,138,4,.5); background: rgba(202,138,4,.05); }
.service-icon {
  display: grid; place-items: center; width: 52px; height: 52px; border-radius: 12px; margin-bottom: 1.25rem;
  background: var(--gold-soft); color: var(--gold-light); border: 1px solid rgba(202,138,4,.3);
}
.service-icon svg { width: 26px; height: 26px; }
.service-card h3 { font-family: var(--font-display); font-weight: 600; font-size: 1.35rem; margin-bottom: .55rem; color: #fff; }
.service-card p { color: var(--stone-300); font-size: .98rem; }

.services-cta { text-align: center; margin-top: 3rem; }
.services-note { margin-top: 1rem; font-size: .85rem; color: var(--stone-500); letter-spacing: .04em; }

/* =========================================================
   EXPERIENCE
   ========================================================= */
.experience { background: var(--bg); }
.experience-inner { max-width: 860px; margin: 0 auto; text-align: center; }
.experience-quote {
  font-family: var(--font-display); font-weight: 500; font-size: clamp(1.8rem, 4.5vw, 3rem); line-height: 1.18;
  color: var(--stone-900); margin-bottom: 1.5rem;
}
.experience-text { font-size: 1.15rem; color: var(--stone-700); max-width: 680px; margin: 0 auto 3.5rem; }
.experience-points { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.75rem; text-align: left; }
.exp-point { padding: 1.5rem; border-radius: var(--radius); background: var(--surface); border: 1px solid var(--stone-300); }
.exp-point h3 { font-family: var(--font-display); font-weight: 600; font-size: 1.2rem; margin-bottom: .5rem; color: var(--stone-900); }
.exp-point p { font-size: .96rem; color: var(--stone-700); }

/* =========================================================
   WORK / GALLERY
   ========================================================= */
.work-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(440px, 100%), 1fr)); gap: 1.25rem; }
.work-tile {
  aspect-ratio: 16 / 9; border-radius: var(--radius); overflow: hidden; position: relative;
  background: linear-gradient(150deg, #2a2522, var(--stone-900));
  display: grid; place-items: center; border: 1px solid rgba(0,0,0,.08);
}
.work-tile img { width: 100%; height: 100%; object-fit: cover; }
.work-ph { font-family: var(--font-display); font-weight: 700; font-size: 2rem; color: rgba(227,178,60,.35); letter-spacing: .05em; }
.work-tile::after {
  content: ""; position: absolute; inset: 10px; border: 1px solid rgba(227,178,60,.2); border-radius: 8px; pointer-events: none;
}

/* =========================================================
   AREAS WE SERVE
   ========================================================= */
.areas-grid {
  list-style: none; display: grid; grid-template-columns: repeat(5, 1fr); gap: 1rem;
  max-width: 900px; margin: 0 auto;
}
.areas-grid li {
  text-align: center; padding: 1rem .75rem; border-radius: var(--radius-sm);
  background: var(--surface); border: 1px solid var(--stone-300);
  font-family: var(--font-display); font-weight: 500; font-size: 1.05rem; color: var(--stone-900);
  transition: border-color .25s var(--ease), color .25s var(--ease), transform .25s var(--ease);
}
.areas-grid li:hover { border-color: var(--gold); color: var(--gold); transform: translateY(-3px); }
.areas-note { text-align: center; margin-top: 2rem; color: var(--stone-700); }

@media (max-width: 760px) { .areas-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 420px) { .areas-grid { grid-template-columns: repeat(2, 1fr); } }

/* =========================================================
   VISIT
   ========================================================= */
.visit-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 5vw, 4rem); align-items: center; }
.visit-details { list-style: none; margin: 2rem 0; display: flex; flex-direction: column; gap: 1.5rem; }
.visit-details li { display: flex; gap: 1rem; align-items: flex-start; }
.visit-ic { flex: none; display: grid; place-items: center; width: 44px; height: 44px; border-radius: 10px; background: var(--gold-soft); color: var(--gold-light); border: 1px solid rgba(202,138,4,.3); }
.visit-ic svg { width: 22px; height: 22px; }
.visit-details strong { color: #fff; font-weight: 600; }
.visit-details a { color: var(--gold-light); }
.visit-details a:hover { text-decoration: underline; }
.muted { color: var(--stone-500); font-size: .92rem; }
.visit-actions { display: flex; flex-wrap: wrap; gap: 1rem; margin-top: 2rem; }
.visit-map { border-radius: var(--radius); overflow: hidden; border: 1px solid rgba(255,255,255,.12); box-shadow: 0 30px 60px -30px rgba(0,0,0,.6); }
.visit-map iframe { width: 100%; height: 420px; border: 0; filter: grayscale(.3) contrast(1.05); }

/* =========================================================
   FINAL CTA
   ========================================================= */
.final-cta { background: radial-gradient(120% 120% at 50% 0%, #1f1b18, var(--ink)); color: #fff; text-align: center; }
.final-cta-inner { max-width: 700px; margin: 0 auto; }
.final-cta h2 { font-family: var(--font-display); font-weight: 600; font-size: clamp(2rem, 5vw, 3.2rem); line-height: 1.12; margin-bottom: 1rem; }
.final-cta p { color: rgba(255,255,255,.75); font-size: 1.15rem; margin-bottom: 2.25rem; }

/* =========================================================
   FOOTER
   ========================================================= */
.site-footer { background: #0a0807; color: var(--stone-300); padding-top: 3.5rem; }
.footer-inner { display: grid; grid-template-columns: 1.5fr 1fr 1.3fr; gap: 2rem; align-items: start; padding-bottom: 2.5rem; }
.footer-brand { display: flex; gap: .9rem; align-items: center; }
.footer-name { font-family: var(--font-display); font-weight: 600; font-size: 1.15rem; color: #fff; }
.footer-tag { font-size: .85rem; color: var(--stone-500); }
.footer-nav { display: flex; flex-direction: column; gap: .6rem; }
.footer-nav a:hover { color: var(--gold-light); }
.footer-contact { display: flex; flex-direction: column; gap: .6rem; }
.footer-contact a:hover { color: var(--gold-light); }
.footer-base { border-top: 1px solid rgba(255,255,255,.08); padding: 1.5rem 0; text-align: center; font-size: .82rem; color: var(--stone-500); }

/* =========================================================
   REVEAL ANIMATION
   ========================================================= */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.reveal.is-visible { opacity: 1; transform: none; }

/* =========================================================
   RESPONSIVE
   ========================================================= */
@media (max-width: 980px) {
  .nav-links { display: none; }
  .nav-cta { display: none; }
  .nav-toggle { display: flex; }
  .about-grid, .visit-grid { grid-template-columns: 1fr; }
  .visit-map iframe { height: 320px; }
  .footer-inner { grid-template-columns: 1fr; gap: 1.75rem; }
}
@media (max-width: 760px) {
  .service-grid, .experience-points { grid-template-columns: 1fr 1fr; }
  .stats-grid { grid-template-columns: 1fr 1fr; gap: 2rem 1rem; }
}
@media (max-width: 520px) {
  body { font-size: 16px; }
  .service-grid, .experience-points { grid-template-columns: 1fr; }
  .hero { min-height: auto; padding: 110px 0 70px; }
  .hero-actions .btn, .visit-actions .btn { width: 100%; justify-content: center; }
}

/* =========================================================
   BOOKING MODAL
   ========================================================= */
.bk-overlay {
  position: fixed; inset: 0; z-index: 1000; display: flex; align-items: flex-start; justify-content: center;
  padding: clamp(.5rem, 4vw, 3rem) 1rem; overflow-y: auto;
  background: rgba(5, 4, 3, .72); backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px);
  animation: bk-fade .25s var(--ease);
}
.bk-overlay[hidden] { display: none; }
@keyframes bk-fade { from { opacity: 0; } to { opacity: 1; } }

.bk-dialog {
  position: relative; width: 100%; max-width: 560px; margin: auto;
  background: var(--stone-900); color: #fff; border: 1px solid rgba(202,138,4,.3);
  border-radius: var(--radius); box-shadow: 0 40px 90px -30px rgba(0,0,0,.8);
  padding: clamp(1.5rem, 4vw, 2.25rem); animation: bk-rise .3s var(--ease);
}
@keyframes bk-rise { from { transform: translateY(18px); opacity: 0; } to { transform: none; opacity: 1; } }

.bk-close {
  position: absolute; top: .9rem; right: 1rem; width: 38px; height: 38px; border-radius: 50%;
  background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.12); color: #fff;
  font-size: 1.5rem; line-height: 1; cursor: pointer; transition: background-color .2s var(--ease), color .2s var(--ease);
}
.bk-close:hover { background: var(--gold); color: var(--ink); }

.bk-head { display: flex; align-items: center; gap: .85rem; margin-bottom: 1.25rem; padding-right: 2.5rem; }
.bk-brandmark {
  flex: none; display: grid; place-items: center; width: 46px; height: 46px; border-radius: 10px;
  background: #0a0807; color: var(--gold-light); border: 1px solid rgba(202,138,4,.5);
  font-family: var(--font-display); font-weight: 700;
}
.bk-head h2 { font-family: var(--font-display); font-weight: 600; font-size: 1.5rem; line-height: 1.1; }
.bk-sub { font-size: .82rem; color: var(--stone-300); }

.bk-status { padding: .75rem .9rem; border-radius: 8px; font-size: .92rem; margin-bottom: 1rem; background: rgba(255,255,255,.06); }
.bk-status--err { background: rgba(220, 38, 38, .15); border: 1px solid rgba(248,113,113,.4); color: #fecaca; }
.bk-status--warn { background: rgba(202,138,4,.15); border: 1px solid rgba(202,138,4,.4); color: var(--gold-light); }

.bk-step { font-size: .78rem; letter-spacing: .16em; text-transform: uppercase; color: var(--gold-light); margin-bottom: .85rem; }

.bk-list { display: flex; flex-direction: column; gap: .6rem; }
.bk-option {
  display: flex; flex-direction: column; gap: .15rem; text-align: left; width: 100%; cursor: pointer;
  padding: 1rem 1.1rem; border-radius: 10px; background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.1); color: #fff; transition: border-color .2s var(--ease), background-color .2s var(--ease), transform .2s var(--ease);
}
.bk-option:hover { border-color: var(--gold); background: rgba(202,138,4,.08); transform: translateY(-1px); }
.bk-opt-main { font-weight: 600; font-size: 1.05rem; }
.bk-opt-meta { font-size: .88rem; color: var(--stone-300); }

.bk-dates { display: grid; grid-template-columns: repeat(auto-fill, minmax(96px, 1fr)); gap: .5rem; margin-bottom: 1.25rem; }
.bk-date {
  padding: .7rem .4rem; border-radius: 9px; cursor: pointer; font-size: .9rem; font-weight: 500;
  background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.1); color: #fff;
  transition: border-color .2s var(--ease), background-color .2s var(--ease);
}
.bk-date:hover { border-color: var(--gold); }
.bk-date.is-active { background: var(--gold); color: var(--ink); border-color: var(--gold); font-weight: 600; }

.bk-slots { display: grid; grid-template-columns: repeat(auto-fill, minmax(88px, 1fr)); gap: .5rem; }
.bk-slot {
  padding: .65rem .3rem; border-radius: 9px; cursor: pointer; font-size: .92rem; font-weight: 500;
  background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.1); color: #fff;
  transition: border-color .2s var(--ease), background-color .2s var(--ease);
}
.bk-slot:hover { border-color: var(--gold); background: rgba(202,138,4,.1); }

.bk-hint { font-size: .9rem; color: var(--stone-300); padding: .5rem 0; }
.bk-hint--err { color: #fecaca; }

.bk-summary { padding: .9rem 1rem; border-radius: 10px; background: rgba(202,138,4,.1); border: 1px solid rgba(202,138,4,.3); margin-bottom: 1.1rem; font-size: .95rem; line-height: 1.5; }

.bk-form { display: flex; flex-direction: column; gap: .8rem; }
.bk-row { display: grid; grid-template-columns: 1fr 1fr; gap: .8rem; }
.bk-form label { display: flex; flex-direction: column; gap: .3rem; font-size: .85rem; font-weight: 500; color: var(--stone-300); }
.bk-opt2 { color: var(--stone-500); font-weight: 400; }
.bk-form input, .bk-form textarea {
  font-family: var(--font-body); font-size: 1rem; color: #fff; padding: .7rem .8rem; border-radius: 8px;
  background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.15); transition: border-color .2s var(--ease);
}
.bk-form input:focus, .bk-form textarea:focus { outline: none; border-color: var(--gold); }
.bk-submit { margin-top: .4rem; width: 100%; }

.bk-back { margin-bottom: .5rem; }
.bk-backbtn { background: none; border: 0; color: var(--gold-light); cursor: pointer; font-size: .9rem; font-weight: 500; padding: .25rem 0; }
.bk-backbtn:hover { text-decoration: underline; }

.bk-success { text-align: center; padding: 1rem 0; }
.bk-check { width: 64px; height: 64px; margin: 0 auto 1rem; border-radius: 50%; display: grid; place-items: center; background: rgba(202,138,4,.15); border: 1px solid var(--gold); color: var(--gold-light); font-size: 2rem; }
.bk-success h3 { font-family: var(--font-display); font-weight: 600; font-size: 1.6rem; margin-bottom: .5rem; }
.bk-success p { color: var(--stone-300); margin-bottom: .75rem; line-height: 1.5; }
.btn-outline-dark { border-color: rgba(255,255,255,.3); color: #fff; background: transparent; margin-top: .5rem; }
.btn-outline-dark:hover { border-color: var(--gold-light); color: var(--gold-light); }

.bk-foot { margin-top: 1.5rem; padding-top: 1rem; border-top: 1px solid rgba(255,255,255,.1); text-align: center; }
.bk-fallback { font-size: .88rem; color: var(--stone-300); }
.bk-fallback:hover { color: var(--gold-light); }

@media (max-width: 420px) { .bk-row { grid-template-columns: 1fr; } }

/* =========================================================
   BLOG / ARTICLES
   ========================================================= */
.topbar { position: sticky; top: 0; z-index: 100; background: rgba(28,25,23,.97); backdrop-filter: saturate(180%) blur(12px); -webkit-backdrop-filter: saturate(180%) blur(12px); border-bottom: 1px solid rgba(202,138,4,.22); }
.topbar .nav-inner { height: 68px; }
.topbar .brand-name { color: #fff; }
.topbar .brand-sub { color: var(--stone-500); }
.tb-links { display: flex; gap: 1.75rem; }
.tb-links a { color: rgba(255,255,255,.82); font-size: .95rem; font-weight: 500; transition: color .2s var(--ease); }
.tb-links a:hover { color: var(--gold-light); }
@media (max-width: 680px) { .tb-links { display: none; } }

.breadcrumb { font-size: .85rem; color: var(--stone-500); padding: 1.5rem 0 0; }
.breadcrumb a { color: var(--stone-700); }
.breadcrumb a:hover { color: var(--gold); }

.article { max-width: 760px; margin: 0 auto; padding: 0 0 1rem; }
.article-head { padding: 1.25rem 0 1.75rem; border-bottom: 1px solid var(--stone-300); margin-bottom: 2.5rem; }
.article-eyebrow { font-size: .78rem; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; color: var(--gold); }
.article-title { font-family: var(--font-display); font-weight: 600; font-size: clamp(2rem, 5vw, 3rem); line-height: 1.1; color: var(--stone-900); margin: .6rem 0 1rem; }
.article-meta { font-size: .9rem; color: var(--stone-500); }
.article-body { font-size: 1.12rem; line-height: 1.8; color: var(--stone-700); }
.article-body h2 { font-family: var(--font-display); font-weight: 600; font-size: clamp(1.5rem, 3.5vw, 1.85rem); color: var(--stone-900); margin: 2.5rem 0 1rem; }
.article-body h3 { font-weight: 600; font-size: 1.25rem; color: var(--stone-900); margin: 2rem 0 .65rem; }
.article-body p { margin-bottom: 1.25rem; }
.article-body ul, .article-body ol { margin: 0 0 1.4rem 1.3rem; }
.article-body li { margin-bottom: .55rem; }
.article-body a { color: var(--gold); text-decoration: underline; text-underline-offset: 3px; }
.article-body a:hover { color: var(--stone-900); }
.article-body strong { color: var(--stone-900); font-weight: 600; }
.article-body blockquote { border-left: 3px solid var(--gold); padding-left: 1.3rem; margin: 1.9rem 0; font-family: var(--font-display); font-style: italic; font-size: 1.3rem; color: var(--stone-900); line-height: 1.5; }

.article-cta { margin: 3rem auto 0; max-width: 760px; padding: clamp(1.75rem, 4vw, 2.5rem); border-radius: var(--radius); background: radial-gradient(120% 140% at 50% 0%, #1f1b18, var(--ink)); color: #fff; text-align: center; }
.article-cta h3 { font-family: var(--font-display); font-weight: 600; font-size: 1.6rem; margin-bottom: .5rem; }
.article-cta p { color: var(--stone-300); margin-bottom: 1.5rem; }

.article-tags { max-width: 760px; margin: 2.5rem auto 0; display: flex; flex-wrap: wrap; gap: .5rem; }
.article-tags span { font-size: .8rem; color: var(--stone-600); background: #F4F2F0; border: 1px solid var(--stone-300); border-radius: 999px; padding: .35rem .85rem; }

/* Blog index */
.blog-hero { background: radial-gradient(120% 120% at 50% 0%, #1f1b18, var(--ink)); color: #fff; padding: clamp(3rem, 8vw, 5.5rem) 0 clamp(2.5rem, 6vw, 4rem); text-align: center; }
.blog-hero .eyebrow { color: var(--gold-light); }
.blog-hero h1 { font-family: var(--font-display); font-weight: 600; font-size: clamp(2.2rem, 5.5vw, 3.6rem); line-height: 1.1; }
.blog-hero p { color: rgba(255,255,255,.75); max-width: 580px; margin: 1rem auto 0; font-size: 1.1rem; }
.blog-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 1.5rem; }
.blog-card { display: flex; flex-direction: column; background: var(--surface); border: 1px solid var(--stone-300); border-radius: var(--radius); padding: 1.85rem; text-align: left; transition: border-color .25s var(--ease), transform .25s var(--ease), box-shadow .25s var(--ease); }
.blog-card:hover { border-color: var(--gold); transform: translateY(-4px); box-shadow: 0 24px 50px -30px rgba(0,0,0,.35); }
.bc-cat { font-size: .72rem; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; color: var(--gold); }
.blog-card h2 { font-family: var(--font-display); font-weight: 600; font-size: 1.4rem; line-height: 1.2; color: var(--stone-900); margin: .55rem 0 .65rem; }
.blog-card p { color: var(--stone-700); font-size: .97rem; flex: 1; line-height: 1.6; }
.bc-foot { display: flex; align-items: center; justify-content: space-between; margin-top: 1.25rem; }
.bc-more { color: var(--gold); font-weight: 600; font-size: .9rem; }
.bc-date { font-size: .8rem; color: var(--stone-500); }
.journal-more { text-align: center; margin-top: 2.5rem; }

/* =========================================================
   REVIEWS
   ========================================================= */
.reviews { text-align: center; }
.testimonials { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(300px, 100%), 1fr)); gap: 1.25rem; max-width: 980px; margin: 0 auto 2.5rem; }
.testimonial { background: var(--surface); border: 1px solid var(--stone-300); border-radius: var(--radius); padding: 1.75rem; text-align: left; display: flex; flex-direction: column; gap: .75rem; }
.t-stars { display: flex; gap: .15rem; color: var(--gold); }
.t-stars svg { width: 18px; height: 18px; }
.testimonial blockquote { font-size: 1.05rem; line-height: 1.6; color: var(--stone-900); }
.testimonial figcaption { font-size: .9rem; color: var(--stone-500); font-weight: 500; }
.reviews-lead { color: var(--stone-700); margin-bottom: 1.25rem; font-weight: 500; }
.reviews-platforms { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(280px, 100%), 1fr)); gap: 1.25rem; max-width: 680px; margin: 0 auto; }
.review-platform { display: flex; flex-direction: column; align-items: center; gap: .6rem; text-align: center; padding: 1.75rem 1.5rem; background: var(--surface); border: 1px solid var(--stone-300); border-radius: var(--radius); transition: border-color .25s var(--ease), transform .25s var(--ease), box-shadow .25s var(--ease); }
.review-platform:hover { border-color: var(--gold); transform: translateY(-3px); box-shadow: 0 24px 50px -30px rgba(0,0,0,.3); }
.rp-stars { display: flex; gap: .15rem; color: var(--gold); }
.rp-stars svg { width: 20px; height: 20px; }
.rp-name { font-family: var(--font-display); font-weight: 600; font-size: 1.3rem; color: var(--stone-900); }
.rp-link { color: var(--gold); font-weight: 600; font-size: .95rem; }
.review-platform:hover .rp-link { color: var(--stone-900); }

/* =========================================================
   REDUCED MOTION
   ========================================================= */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1 !important; transform: none !important; transition: none; }
  * { animation-duration: .001ms !important; transition-duration: .001ms !important; }
}
