/* ===== Winner Hair Braiding — styles ===== */
:root {
  --plum: #3b1631;
  --plum-2: #52204a;
  --gold: #c9962e;
  --gold-soft: #e6c675;
  --cream: #fbf6ef;
  --cream-2: #f3e9db;
  --ink: #241019;
  --muted: #6c5a63;
  --white: #ffffff;
  --radius: 16px;
  --shadow: 0 18px 40px -20px rgba(59, 22, 49, 0.45);
  --max: 1140px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Inter", system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  color: var(--ink);
  background: var(--cream);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
h1, h2, h3 { font-family: "Fraunces", Georgia, serif; line-height: 1.12; margin: 0 0 .5em; font-weight: 600; }
p { margin: 0 0 1rem; }
a { color: var(--plum); text-decoration: none; }
img { max-width: 100%; display: block; }

.container { width: 100%; max-width: var(--max); margin: 0 auto; padding: 0 20px; }
.eyebrow {
  text-transform: uppercase; letter-spacing: .18em; font-size: .78rem;
  font-weight: 700; color: var(--gold); margin: 0 0 .6rem;
}
.skip-link {
  position: absolute; left: -999px; top: 0; background: var(--plum); color: #fff;
  padding: .6rem 1rem; z-index: 200;
}
.skip-link:focus { left: 8px; top: 8px; }

/* Buttons */
.btn {
  display: inline-block; padding: .85rem 1.5rem; border-radius: 999px;
  font-weight: 600; font-size: .98rem; cursor: pointer; border: 2px solid transparent;
  transition: transform .15s ease, box-shadow .2s ease, background .2s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--gold); color: #2a1408; box-shadow: 0 10px 24px -12px var(--gold); }
.btn-primary:hover { background: var(--gold-soft); }
.btn-ghost { border-color: rgba(255,255,255,.55); color: #fff; }
.btn-ghost:hover { background: rgba(255,255,255,.12); }
.btn-outline { border-color: var(--plum); color: var(--plum); }
.btn-outline:hover { background: var(--plum); color: #fff; }
.btn-light { background: #fff; color: var(--plum); }
.btn-block { display: block; text-align: center; width: 100%; }

/* Header */
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(59,22,49,.96); backdrop-filter: blur(8px);
  color: #fff;
}
.header-inner { display: flex; align-items: center; justify-content: space-between; height: 70px; }
.brand { display: flex; align-items: center; gap: .6rem; color: #fff; }
.brand-logo { height: 46px; width: auto; display: block; }
.footer-mark { width: 52px; height: 52px; display: block; border-radius: 12px; }
.about-emblem { float: right; width: 128px; height: 128px; margin: 0 0 .5rem 1.2rem; }
@media (max-width: 520px) { .about-emblem { float: none; display: block; margin: 0 auto 1rem; } }
.brand-mark {
  width: 40px; height: 40px; border-radius: 10px; display: grid; place-items: center;
  background: linear-gradient(135deg, var(--gold), var(--gold-soft));
  color: #2a1408; font-family: "Fraunces", serif; font-weight: 700; font-size: 1.3rem;
}
.brand-text { font-family: "Fraunces", serif; font-weight: 600; font-size: 1.15rem; line-height: 1; }
.brand-text span { display: block; font-family: "Inter", sans-serif; font-size: .68rem; letter-spacing: .12em; text-transform: uppercase; color: var(--gold-soft); font-weight: 600; }

.nav-menu { display: flex; align-items: center; gap: 1.4rem; list-style: none; margin: 0; padding: 0; }
.nav-menu a { color: #f3e5ef; font-weight: 500; font-size: .95rem; }
.nav-menu a:hover { color: var(--gold-soft); }
.nav-cta { background: var(--gold); color: #2a1408 !important; padding: .55rem 1rem; border-radius: 999px; font-weight: 600; }
.nav-cta:hover { background: var(--gold-soft); }
.nav-toggle { display: none; background: none; border: 0; cursor: pointer; width: 42px; height: 42px; flex-direction: column; gap: 5px; justify-content: center; align-items: center; }
.nav-toggle span { width: 24px; height: 2px; background: #fff; display: block; transition: .25s; }

/* Hero */
.hero {
  position: relative; color: #fff; overflow: hidden;
  background:
    radial-gradient(1000px 500px at 80% -10%, rgba(201,150,46,.35), transparent 60%),
    linear-gradient(160deg, var(--plum) 0%, var(--plum-2) 100%);
}
.hero::after {
  content: ""; position: absolute; inset: 0; opacity: .12; pointer-events: none;
  background-image: radial-gradient(circle at 1px 1px, #fff 1px, transparent 0);
  background-size: 26px 26px;
}
.hero-inner { position: relative; padding: 4.5rem 20px 4rem; max-width: 820px; }
.hero h1 { font-size: clamp(2.1rem, 5vw, 3.6rem); font-weight: 700; }
.hero-sub { font-size: 1.12rem; color: #f0e2ec; max-width: 640px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .9rem; margin: 1.6rem 0 1.4rem; }
.hero-badges { display: flex; flex-wrap: wrap; gap: 1.2rem 1.8rem; list-style: none; padding: 0; margin: 1.2rem 0 0; font-weight: 600; color: var(--gold-soft); }

/* Trust strip */
.trust { background: var(--plum-2); color: #fff; }
.trust-inner { display: grid; grid-template-columns: repeat(3,1fr); gap: 1rem; padding: 1.4rem 20px; text-align: center; }
.trust-inner strong { display: block; font-family: "Fraunces", serif; font-size: 1.05rem; color: var(--gold-soft); }
.trust-inner span { font-size: .9rem; color: #e7d7e2; }

/* Sections */
.section { padding: 4.5rem 0; }
.section-alt { background: var(--cream-2); }
.section-head { max-width: 720px; margin: 0 auto 2.6rem; text-align: center; }
.section-head h2 { font-size: clamp(1.8rem, 4vw, 2.6rem); }
.section-lead { color: var(--muted); font-size: 1.05rem; }

/* Service cards */
.cards { display: grid; grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); gap: 1.2rem; }
.card {
  background: var(--white); border-radius: var(--radius); padding: 1.6rem;
  border: 1px solid rgba(59,22,49,.08); box-shadow: 0 10px 30px -24px rgba(59,22,49,.6);
  transition: transform .18s ease, box-shadow .2s ease;
}
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.card-icon {
  width: 42px; height: 42px; border-radius: 12px; display: grid; place-items: center;
  background: var(--cream-2); color: var(--gold); font-size: 1.2rem; margin-bottom: .9rem;
}
.card h3 { font-size: 1.2rem; }
.card p { color: var(--muted); margin: 0; font-size: .96rem; }
.services-cta { text-align: center; margin-top: 2.6rem; }
.services-cta p { font-weight: 600; margin-bottom: 1rem; }

/* Gallery */
.gallery { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 1rem; }
.tile {
  position: relative; margin: 0; aspect-ratio: 4/5; border-radius: var(--radius); overflow: hidden;
  display: flex; align-items: flex-end; color: #fff; box-shadow: var(--shadow);
  background: linear-gradient(160deg, var(--plum), var(--plum-2));
}
.tile::before {
  content: ""; position: absolute; inset: 0; opacity: .9;
  background: linear-gradient(200deg,
    hsl(calc(320 - var(--i) * 18) 45% 30%),
    hsl(calc(280 - var(--i) * 12) 40% 20%));
}
.tile::after {
  content: ""; position: absolute; inset: 0; opacity: .15;
  background-image: radial-gradient(circle at 1px 1px, #fff 1px, transparent 0);
  background-size: 22px 22px;
}
.tile figcaption {
  position: relative; z-index: 2; padding: 1rem 1.1rem; font-family: "Fraunces", serif;
  font-weight: 600; font-size: 1.1rem; width: 100%;
  background: linear-gradient(0deg, rgba(0,0,0,.5), transparent);
}

/* About */
.about-grid { display: grid; grid-template-columns: 1.4fr .9fr; gap: 2.5rem; align-items: start; }
.about-copy p { color: var(--muted); }
.checklist { list-style: none; padding: 0; margin: 1.2rem 0 0; display: grid; gap: .6rem; }
.checklist li { padding-left: 1.9rem; position: relative; font-weight: 500; }
.checklist li::before { content: "✓"; position: absolute; left: 0; top: 0; color: var(--gold); font-weight: 700; background: var(--cream-2); width: 1.4rem; height: 1.4rem; border-radius: 50%; display: grid; place-items: center; font-size: .8rem; }
.about-card { background: var(--plum); color: #fff; border-radius: var(--radius); padding: 1.8rem; box-shadow: var(--shadow); }
.about-card h3 { color: var(--gold-soft); }
.about-card dl { margin: 0 0 1.4rem; }
.about-card dl div { padding: .7rem 0; border-bottom: 1px solid rgba(255,255,255,.14); }
.about-card dt { font-size: .72rem; text-transform: uppercase; letter-spacing: .12em; color: var(--gold-soft); }
.about-card dd { margin: .2rem 0 0; font-weight: 500; }
.about-card a { color: #fff; }

/* FAQ */
.faq-wrap { max-width: 780px; }
.faq details {
  background: var(--white); border-radius: 12px; padding: 0 1.2rem; margin-bottom: .8rem;
  border: 1px solid rgba(59,22,49,.08);
}
.faq summary {
  list-style: none; cursor: pointer; font-weight: 600; padding: 1.1rem 0;
  display: flex; justify-content: space-between; align-items: center; gap: 1rem;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; color: var(--gold); font-size: 1.4rem; font-weight: 700; }
.faq details[open] summary::after { content: "\2212"; }
.faq details p { color: var(--muted); padding: 0 0 1.1rem; margin: 0; }

/* Visit */
.visit-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 2.5rem; align-items: center; }
address { font-style: normal; margin: 1.2rem 0 1.6rem; }
.visit-line { display: flex; align-items: center; gap: .7rem; font-weight: 500; font-size: 1.05rem; }
.visit-line span { font-size: 1.2rem; }
.visit-actions { display: flex; flex-wrap: wrap; gap: .8rem; }
.visit-map { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); }
.visit-map iframe { width: 100%; height: 360px; border: 0; display: block; }

/* CTA band */
.cta-band { background: linear-gradient(135deg, var(--gold), var(--gold-soft)); color: #2a1408; text-align: center; }
.cta-inner { padding: 3.2rem 20px; }
.cta-band h2 { font-size: clamp(1.7rem, 4vw, 2.4rem); }
.cta-band p { font-weight: 600; margin-bottom: 1.4rem; }

/* Footer */
.site-footer { background: var(--ink); color: #e7d7e2; padding-top: 3rem; }
.footer-inner { display: grid; grid-template-columns: 1.4fr 1fr 1.2fr; gap: 2rem; padding-bottom: 2rem; }
.footer-brand { display: flex; gap: .9rem; align-items: flex-start; }
.footer-brand strong { font-family: "Fraunces", serif; font-size: 1.15rem; color: #fff; }
.footer-brand p { font-size: .9rem; margin: .3rem 0 0; color: #b79fb0; }
.footer-nav { display: flex; flex-direction: column; gap: .6rem; }
.footer-nav a { color: #e7d7e2; }
.footer-nav a:hover { color: var(--gold-soft); }
.footer-contact { display: flex; flex-direction: column; gap: .6rem; }
.footer-contact a, .footer-contact span { color: #e7d7e2; }
.footer-contact a:hover { color: var(--gold-soft); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); padding: 1.2rem 20px 2rem; font-size: .85rem; color: #9d8397; }

/* Floating call button (mobile) */
.floating-call {
  position: fixed; bottom: 18px; right: 18px; z-index: 90; display: none;
  background: var(--gold); color: #2a1408; font-weight: 700; padding: .85rem 1.2rem;
  border-radius: 999px; box-shadow: 0 12px 28px -10px rgba(0,0,0,.5);
}

/* Responsive */
@media (max-width: 860px) {
  .nav-toggle { display: flex; }
  .nav-menu {
    position: absolute; top: 70px; left: 0; right: 0; flex-direction: column;
    background: var(--plum); padding: 1rem 20px 1.6rem; gap: 1rem; align-items: stretch;
    transform: translateY(-140%); transition: transform .28s ease; box-shadow: var(--shadow);
  }
  .nav-menu.open { transform: translateY(0); }
  .nav-menu a { padding: .4rem 0; }
  .about-grid, .visit-grid { grid-template-columns: 1fr; }
  .footer-inner { grid-template-columns: 1fr; }
  .trust-inner { grid-template-columns: 1fr; gap: 1rem; }
  .floating-call { display: inline-block; }
}
@media (max-width: 520px) {
  .hero-inner { padding: 3.2rem 20px 3rem; }
  .btn { width: 100%; text-align: center; }
  .hero-actions, .visit-actions { flex-direction: column; }
}
