/* Dilen Haircuts — warm editorial: blush paper, espresso ink, terracotta */
:root {
  --bg: #f6efe8;
  --ink: #3a2a22;
  --muted: #8a7364;
  --accent: #b4532a;
  --accent-ink: #fff;
  --blush: #ecd9cc;
  --surface: #fffaf5;
  --line: rgba(58, 42, 34, 0.16);
  --font-display: "Fraunces", Georgia, serif;
  --font-body: "Karla", system-ui, sans-serif;
}

/* bar */
.bar { position: sticky; top: 0; z-index: 40; background: rgba(246, 239, 232, 0.94); border-bottom: 1px solid var(--line); backdrop-filter: blur(8px); }
.bar-in { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 0.7rem 0; }
.mark { font-family: var(--font-display); font-weight: 600; font-size: 1.3rem; text-decoration: none; color: var(--ink); }
.mark em { font-style: italic; font-weight: 400; color: var(--accent); }
.bar nav ul { display: flex; gap: 1.5rem; list-style: none; margin: 0; padding: 0; }
.bar nav a { text-decoration: none; font-weight: 500; font-size: 0.95rem; }
.bar nav a:hover { color: var(--accent); }
.nav-btn { display: none; border: 1px solid var(--line); background: none; padding: 0.35rem 0.9rem; border-radius: 999px; }
.bar-call { font-weight: 700; color: var(--accent); text-decoration: none; white-space: nowrap; }

/* hero */
.hero { padding: 3.5rem 0 4rem; }
.hero-grid { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 3rem; align-items: center; }
.hero-photo { margin: 0; }
.hero-photo img {
  width: 100%; height: 27rem; object-fit: cover;
  border-radius: 45% 45% 14px 14px / 32% 32% 14px 14px;
  border: 8px solid var(--surface);
  box-shadow: 0 26px 50px rgba(58, 42, 34, 0.22);
}
.kicker { text-transform: uppercase; letter-spacing: 0.2em; font-size: 0.7rem; font-weight: 700; color: var(--accent); }
.hero h1 { font-family: var(--font-display); font-weight: 400; font-size: clamp(2.5rem, 7.5vw, 4.4rem); line-height: 1.02; margin: 0.5rem 0 1rem; }
.hero h1 em { font-style: italic; color: var(--accent); }
.lede { max-width: 46ch; color: var(--muted); }
.lede strong { color: var(--ink); }
.hero-cta { display: flex; flex-wrap: wrap; gap: 0.75rem; margin-top: 1.4rem; }
.btn { display: inline-block; text-decoration: none; font-weight: 700; padding: 0.85rem 1.6rem; border-radius: 999px; }
.btn-espresso { background: var(--ink); color: var(--bg); }
.btn-espresso:hover { background: var(--accent); color: var(--accent-ink); }
.btn-blush { border: 1.5px solid var(--ink); color: var(--ink); }
.btn-blush:hover { background: var(--blush); }
.hero-note { margin-top: 1rem; color: var(--muted); font-size: 0.92rem; }

/* services */
.services { background: var(--surface); border-block: 1px solid var(--line); padding: 3.8rem 0; }
h2 { font-family: var(--font-display); font-weight: 400; font-size: clamp(1.9rem, 5vw, 2.7rem); }
h2 em { font-style: italic; color: var(--accent); }
.svc { list-style: none; margin: 1.8rem 0 1rem; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 0; border-top: 1px solid var(--line); }
.svc li { display: grid; gap: 0.25rem; padding: 1.3rem 1.5rem 1.3rem 0; border-bottom: 1px solid var(--line); }
.svc strong { font-family: var(--font-display); font-size: 1.25rem; font-weight: 600; }
.svc span { color: var(--muted); }
.svc-note { color: var(--muted); }
.svc-note a { color: var(--accent); font-weight: 700; }

/* word of mouth */
.word { padding: 3.8rem 0; }
.word-grid { display: grid; grid-template-columns: 1.4fr 0.6fr; gap: 2.5rem; align-items: center; }
.word blockquote { margin: 0; border-left: 4px solid var(--accent); padding-left: 1.6rem; }
.word blockquote p { font-family: var(--font-display); font-style: italic; font-size: clamp(1.25rem, 3vw, 1.7rem); line-height: 1.4; max-width: 30ch; }
.word cite { font-style: normal; color: var(--muted); font-size: 0.9rem; }
.score { text-align: center; background: var(--blush); border-radius: 50%; aspect-ratio: 1; display: grid; place-content: center; max-width: 13rem; margin-inline: auto; }
.score-num { font-family: var(--font-display); font-size: 3.4rem; margin: 0; }
.score-num span { color: var(--accent); font-size: 2rem; }
.score-sub { margin: 0; color: var(--muted); font-size: 0.85rem; }

/* visit */
.visit { padding: 0 0 3.8rem; }
.visit-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 2rem; align-items: center; }
.visit address { font-style: normal; line-height: 1.6; margin: 0.8rem 0 1rem; }
.hours { border-collapse: collapse; margin-bottom: 1.2rem; }
.hours th, .hours td { text-align: left; padding: 0.5rem 1.4rem 0.5rem 0; border-bottom: 1px dotted var(--line); font-weight: 400; }
.hours th { font-weight: 700; color: var(--accent); }
.location-panel { position: relative; min-height: 20rem; display: flex; flex-direction: column; justify-content: space-between; overflow: hidden; padding: 2rem; border: 8px solid var(--surface); border-radius: 16px; color: var(--ink); text-decoration: none; background: repeating-linear-gradient(0deg,transparent 0 33px,rgba(180,83,42,.09) 34px),linear-gradient(145deg,var(--blush),#fff8f1); box-shadow: 0 20px 44px rgba(58,42,34,.16); }
.location-panel::after { content: ""; position: absolute; width: 15rem; aspect-ratio: 1; right: -5rem; bottom: -6rem; border: 1px solid rgba(180,83,42,.32); border-radius: 50%; box-shadow: 0 0 0 2rem rgba(180,83,42,.06),0 0 0 4rem rgba(180,83,42,.04); }
.location-panel > * { position: relative; z-index: 1; }
.location-panel span,.location-panel small { color: var(--accent); font-size: .68rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.location-panel strong { max-width: 10ch; font: 600 clamp(2.2rem,5vw,4rem)/.9 var(--font-display); letter-spacing: -.05em; }
.location-panel:hover { border-color: var(--blush); }

/* footer */
.foot { border-top: 1px solid var(--line); padding: 1.4rem 0 5.5rem; font-size: 0.9rem; color: var(--muted); }
.foot a { color: var(--accent); font-weight: 700; }
.foot-demo { font-size: 0.78rem; }

.sticky-call {
  position: fixed; left: 1rem; right: 1rem; bottom: 0.8rem; z-index: 60;
  background: var(--ink); color: var(--bg); text-align: center; text-decoration: none;
  font-weight: 700; padding: 0.95rem; border-radius: 999px;
  box-shadow: 0 10px 28px rgba(58, 42, 34, 0.35); display: none;
}

@media (max-width: 880px) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero-photo img { height: 17rem; border-radius: 16px; }
  .svc { grid-template-columns: 1fr; }
  .word-grid { grid-template-columns: 1fr; }
  .visit-grid { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  .bar nav ul {
    display: none; position: absolute; left: 0; right: 0; top: 100%;
    background: var(--bg); border-bottom: 1px solid var(--line);
    flex-direction: column; gap: 0; padding: 0.5rem 1.25rem 1rem;
  }
  body.nav-open .bar nav ul { display: flex; }
  .bar nav ul a { display: block; padding: 0.6rem 0; }
  .nav-btn { display: block; }
  .bar-call { display: none; }
  .sticky-call { display: block; }
}
