/* HT Salon landing page — styles.
   Warm bone / charcoal / muted brass. Chosen to sit with the existing
   photography rather than compete with it: their pictures carry the colour,
   the page stays out of the way. */

:root {
  --bone:   #faf7f3;
  --sand:   #f0e9e0;
  --sand-2: #e3d8ca;
  --ink:    #1c1a19;
  --ink-2:  #46403b;
  --muted:  #6d645d;
  --brass:  #8a6a2f;   /* text-safe on bone */
  --brass-l:#c9a961;   /* accents on dark */
  --line:   #e0d6c9;
  --white:  #fff;
  --wrap:   1140px;
  --r:      2px;
  --shadow: 0 20px 50px -28px rgba(28,26,25,.42);
}

*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; scroll-padding-top: 84px; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

body {
  margin: 0;
  background: var(--bone);
  color: var(--ink);
  font: 400 17px/1.65 Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

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

h1, h2, h3 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 400;
  letter-spacing: .002em;
  margin: 0 0 .5em;
  line-height: 1.06;
}
h1 { font-size: clamp(3.1rem, 8.4vw, 5.4rem); }
h2 { font-size: clamp(2.1rem, 4.6vw, 3.2rem); }
h3 { font-size: 1.4rem; }
h1 em { font-style: italic; color: var(--brass); }

p { margin: 0 0 1.1em; }
a { color: inherit; }

.wrap { width: min(100% - 2.6rem, var(--wrap)); margin-inline: auto; }
.wrap.narrow { width: min(100% - 2.6rem, 760px); }
.center { text-align: center; }

.eyebrow {
  font-size: .72rem;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--brass);
  font-weight: 600;
  margin-bottom: .9rem;
}
.sect-lede { color: var(--ink-2); font-size: 1.08rem; max-width: 62ch; }
.center.sect-lede { margin-inline: auto; }
.small { font-size: .9rem; color: var(--muted); }
.h-small { font-family: Inter, sans-serif; font-size: .78rem; letter-spacing: .18em;
           text-transform: uppercase; color: var(--muted); font-weight: 600; margin-bottom: 1rem; }

.skip {
  position: absolute; left: -9999px; top: 0; background: var(--ink); color: var(--bone);
  padding: .8rem 1.2rem; z-index: 200;
}
.skip:focus { left: 0; }

:where(a, button, input, select, textarea):focus-visible {
  outline: 2px solid var(--brass); outline-offset: 3px;
}

/* ── Preview ribbon ─────────────────────────────────────────────────────── */
#preview-bar {
  background: var(--ink); color: var(--sand); font-size: .8rem;
  text-align: center; padding: .55rem 1rem; letter-spacing: .04em;
}
#preview-bar b { color: var(--brass-l); font-weight: 600; }

/* ── Buttons ────────────────────────────────────────────────────────────── */
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  gap: .5rem; text-decoration: none; cursor: pointer;
  font: 500 .87rem/1 Inter, sans-serif; letter-spacing: .1em; text-transform: uppercase;
  padding: .92rem 1.5rem; border-radius: var(--r); border: 1px solid transparent;
  transition: background .18s ease, color .18s ease, border-color .18s ease, transform .18s ease;
}
.btn.big { padding: 1.12rem 2rem; font-size: .9rem; }
.btn.full { width: 100%; }
.btn.solid { background: var(--ink); color: var(--bone); }
.btn.solid:hover { background: var(--brass); }
.btn.line { border-color: var(--ink); color: var(--ink); }
.btn.line:hover { background: var(--ink); color: var(--bone); }
.btn.ghost { color: var(--ink); padding-inline: .9rem; }
.btn.ghost:hover { color: var(--brass); }
.btn:active { transform: translateY(1px); }

.quiet-link { color: var(--ink-2); text-decoration: none; border-bottom: 1px solid var(--sand-2); }
.quiet-link:hover { color: var(--brass); border-color: var(--brass); }

/* ── Header ─────────────────────────────────────────────────────────────── */
.bar {
  position: sticky; top: 0; z-index: 100;
  background: rgba(250,247,243,.9);
  backdrop-filter: saturate(1.4) blur(12px);
  border-bottom: 1px solid transparent;
  transition: border-color .2s ease, box-shadow .2s ease;
}
.bar.stuck { border-color: var(--line); box-shadow: 0 6px 24px -20px rgba(0,0,0,.5); }
.bar-in { display: flex; align-items: center; gap: 1.5rem; min-height: 74px; }
.brand { display: flex; align-items: center; gap: .7rem; text-decoration: none; margin-right: auto; }
.brand img { width: 44px; height: 44px; border-radius: 50%; }
.brand-txt { display: flex; flex-direction: column; line-height: 1.15; }
.brand-txt b { font-family: "Cormorant Garamond", serif; font-size: 1.35rem; font-weight: 600; letter-spacing: .04em; }
.brand-txt i { font-style: normal; font-size: .62rem; letter-spacing: .2em; text-transform: uppercase; color: var(--muted); }
.nav { display: flex; gap: 1.7rem; }
.nav a {
  text-decoration: none; font-size: .78rem; letter-spacing: .14em;
  text-transform: uppercase; color: var(--ink-2); padding: .3rem 0;
  border-bottom: 1px solid transparent;
}
.nav a:hover, .nav a.here { color: var(--ink); border-color: var(--brass); }
.bar-cta { display: flex; gap: .5rem; align-items: center; }

@media (max-width: 900px) {
  .nav { display: none; }
  .bar-in { min-height: 62px; }
}

/* ── Hero ───────────────────────────────────────────────────────────────── */
.hero { padding: clamp(2.5rem, 6vw, 5.5rem) 0 clamp(3rem, 7vw, 6rem); overflow: hidden; }
.hero-in {
  display: grid; grid-template-columns: 1.05fr .95fr;
  gap: clamp(2rem, 5vw, 4.5rem); align-items: center;
}
.hero h1 { margin-bottom: 1.1rem; }
.lede { font-size: 1.16rem; color: var(--ink-2); max-width: 40ch; }
.hero-btns { display: flex; flex-wrap: wrap; gap: .75rem; margin: 1.9rem 0 1.4rem; }
.center-btns { justify-content: center; }
.hero-note { display: flex; align-items: center; gap: .8rem; flex-wrap: wrap; font-size: .95rem; }
.pill {
  display: inline-flex; align-items: center; gap: .45rem;
  font-size: .74rem; letter-spacing: .1em; text-transform: uppercase;
  padding: .34rem .7rem; border-radius: 999px; background: var(--sand); color: var(--ink-2);
}
.pill.open { background: #e8f0e6; color: #2f5c32; }
.pill.open::before, .pill::before {
  content: ""; width: 7px; height: 7px; border-radius: 50%; background: currentColor; opacity: .8;
}
.proof {
  list-style: none; margin: 2.4rem 0 0; padding: 1.5rem 0 0;
  border-top: 1px solid var(--line);
  display: grid; grid-template-columns: repeat(3, auto); gap: 1.6rem; justify-content: start;
}
.proof b {
  display: block; font-family: "Cormorant Garamond", serif; font-size: 1.6rem;
  font-weight: 600; line-height: 1;
}
.proof span { font-size: .78rem; color: var(--muted); }

.hero-art { position: relative; }
.hero-art img {
  width: 100%; aspect-ratio: 3 / 4; object-fit: cover;
  border-radius: 240px 240px var(--r) var(--r);
  box-shadow: var(--shadow);
  background: var(--sand);
}
.hero-badge {
  position: absolute; left: -1.2rem; bottom: 2.2rem;
  background: var(--bone); border: 1px solid var(--line);
  padding: .9rem 1.2rem; box-shadow: var(--shadow); text-align: center;
}
.hero-badge b { display: block; font-family: "Cormorant Garamond", serif; font-size: 1.5rem; font-weight: 600; }
.hero-badge span { font-size: .68rem; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); }

@media (max-width: 880px) {
  .hero-in { grid-template-columns: 1fr; }
  .hero-art { order: -1; max-width: 420px; margin-inline: auto; }
  .hero-art img { border-radius: 200px 200px var(--r) var(--r); }
  .hero-badge { left: auto; right: -.4rem; }
  .proof { grid-template-columns: 1fr; gap: .9rem; }
  .proof li { display: flex; align-items: baseline; gap: .6rem; }
}

/* ── Bands ──────────────────────────────────────────────────────────────── */
.band { padding: clamp(3.4rem, 7vw, 6.4rem) 0; }
.band + .band { border-top: 1px solid var(--line); }

/* ── The regulars ───────────────────────────────────────────────────────── */
.regulars { background: var(--sand); border-top: none; }
.reg-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(258px, 1fr));
  gap: 1.1rem; margin-top: 2.6rem;
}
.reg {
  background: var(--bone); border: 1px solid var(--line); padding: 1.7rem 1.6rem 1.5rem;
  display: flex; flex-direction: column;
}
.reg h3 { margin-bottom: .3rem; }
.reg .price { color: var(--brass); font-weight: 600; font-size: .95rem; }
.reg .every {
  font-size: .7rem; letter-spacing: .14em; text-transform: uppercase;
  color: var(--muted); margin: .9rem 0 .6rem;
}
.reg p { color: var(--ink-2); font-size: .96rem; flex: 1; }
.reg .btn { margin-top: .6rem; }

.standing {
  margin-top: 1.9rem; background: var(--bone); border: 1px dashed var(--sand-2);
  padding: 1.8rem; display: grid; gap: 1.2rem; grid-template-columns: 1.2fr 1fr;
}
.standing h3 { margin-bottom: .4rem; }
.standing ul { margin: 0; padding-left: 1.1rem; color: var(--ink-2); font-size: .96rem; }
.standing .draft-tag {
  display: inline-block; font-size: .66rem; letter-spacing: .16em; text-transform: uppercase;
  background: var(--ink); color: var(--brass-l); padding: .3rem .6rem; margin-bottom: .8rem;
}
.standing .draft-note { font-size: .86rem; color: var(--muted); margin: 0; }
@media (max-width: 720px) { .standing { grid-template-columns: 1fr; } }

/* ── Enquiry ────────────────────────────────────────────────────────────── */
.enquire { background: var(--ink); color: var(--sand); border-top: none; }
.enquire h2 { color: var(--bone); }
.enquire .eyebrow { color: var(--brass-l); }
.enquire p { color: #cfc6bc; }
.enquire .small { color: #98908a; }
.enq-in { display: grid; grid-template-columns: 1fr 1.05fr; gap: clamp(2rem, 5vw, 4.5rem); align-items: start; }
.ticks { list-style: none; margin: 1.5rem 0 0; padding: 0; }
.ticks li { position: relative; padding-left: 1.6rem; margin-bottom: .6rem; font-size: .96rem; }
.ticks li::before { content: "—"; position: absolute; left: 0; color: var(--brass-l); }
.bridal .ticks li::before { color: var(--brass); }

.enq-form { background: var(--bone); color: var(--ink); padding: clamp(1.6rem, 3vw, 2.2rem); }
.enq-form .row { margin-bottom: 1rem; }
.enq-form .row.two { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.enq-form label { display: block; }
.enq-form label > span {
  display: block; font-size: .72rem; letter-spacing: .12em; text-transform: uppercase;
  color: var(--muted); margin-bottom: .4rem; font-weight: 600;
}
.enq-form label > span i { font-style: normal; letter-spacing: 0; text-transform: none; opacity: .7; }
.enq-form input, .enq-form select, .enq-form textarea {
  width: 100%; font: 400 1rem/1.4 Inter, sans-serif; color: var(--ink);
  background: var(--white); border: 1px solid var(--sand-2); border-radius: var(--r);
  padding: .78rem .85rem; -webkit-appearance: none; appearance: none;
}
.enq-form select {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='8'><path d='M1 1l5 5 5-5' fill='none' stroke='%236d645d' stroke-width='1.6'/></svg>");
  background-repeat: no-repeat; background-position: right .9rem center; padding-right: 2.2rem;
}
.enq-form textarea { resize: vertical; }
.enq-form input:focus, .enq-form select:focus, .enq-form textarea:focus { border-color: var(--brass); }
.enq-form .invalid { border-color: #a8342b; }
.err { color: #a8342b; font-size: .9rem; margin: 0 0 .8rem; }
.fineprint { font-size: .78rem; color: var(--muted); margin: .9rem 0 0; text-align: center; }
.sent { margin-top: 1.2rem; border-top: 1px solid var(--line); padding-top: 1.2rem; }
.sent h3 { font-size: 1.5rem; }
.sent .btn { margin: .4rem .4rem 0 0; }
.sent textarea {
  width: 100%; margin-top: .8rem; font: 400 .88rem/1.5 Inter, sans-serif;
  border: 1px solid var(--sand-2); padding: .7rem; background: var(--white);
}
@media (max-width: 880px) {
  .enq-in { grid-template-columns: 1fr; }
  .enq-form .row.two { grid-template-columns: 1fr; }
}

/* ── Services ───────────────────────────────────────────────────────────── */
.tabs { display: flex; justify-content: center; gap: .4rem; flex-wrap: wrap; margin: 2.4rem 0 2.6rem; }
.tab {
  background: none; border: 1px solid var(--line); cursor: pointer;
  font: 500 .8rem/1 Inter, sans-serif; letter-spacing: .14em; text-transform: uppercase;
  padding: .85rem 1.5rem; color: var(--ink-2); border-radius: var(--r);
}
.tab[aria-selected="true"] { background: var(--ink); color: var(--bone); border-color: var(--ink); }

.svc-groups { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 2.4rem 3rem; }
.svc-group h3 {
  font-family: Inter, sans-serif; font-size: .74rem; letter-spacing: .18em;
  text-transform: uppercase; color: var(--brass); font-weight: 600;
  padding-bottom: .8rem; border-bottom: 1px solid var(--line); margin-bottom: .3rem;
}
.svc-list { list-style: none; margin: 0; padding: 0; }
.svc-list li {
  display: flex; align-items: baseline; gap: .6rem;
  padding: .62rem 0; border-bottom: 1px solid rgba(224,214,201,.55);
}
.svc-list .nm { flex: 0 1 auto; }
.svc-list .dots { flex: 1 1 1.5rem; border-bottom: 1px dotted var(--sand-2); transform: translateY(-3px); }
.svc-list .pr { font-variant-numeric: tabular-nums; color: var(--ink); font-weight: 500; white-space: nowrap; }
.after-menu { margin-top: 3rem; display: flex; gap: .75rem; justify-content: center; flex-wrap: wrap; }

/* ── Bridal ─────────────────────────────────────────────────────────────── */
.bridal { background: var(--sand); }
.bridal-in { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 5vw, 4rem); align-items: center; }
.bridal .btn { margin-top: 1.8rem; }
.bridal-art { display: grid; grid-template-columns: 1fr 1fr; gap: .7rem; }
.bridal-art img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; background: var(--sand-2); }
.bridal-art img:first-child { border-radius: 160px 160px var(--r) var(--r); }
@media (max-width: 880px) { .bridal-in { grid-template-columns: 1fr; } }

/* ── Referral ───────────────────────────────────────────────────────────── */
.share-quote {
  margin: 1.8rem auto; max-width: 56ch; background: var(--white);
  border: 1px solid var(--line); border-left: 3px solid var(--brass);
  padding: 1.2rem 1.4rem; font-size: 1.02rem; color: var(--ink-2); text-align: left;
}

/* ── About ──────────────────────────────────────────────────────────────── */
.about-in { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(2rem, 5vw, 4rem); align-items: center; }
.about-art img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; box-shadow: var(--shadow); background: var(--sand); }
#about-body p { color: var(--ink-2); }
@media (max-width: 880px) { .about-in { grid-template-columns: 1fr; } .about-art { max-width: 380px; } }

/* ── Gallery ────────────────────────────────────────────────────────────── */
.gallery-band { padding-bottom: 3rem; }
.gallery {
  display: grid; grid-auto-flow: column; grid-auto-columns: minmax(230px, 1fr);
  gap: .7rem; overflow-x: auto; padding: 2.2rem clamp(1.3rem, 4vw, 3rem) 1.4rem;
  scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch;
}
.gallery img {
  width: 100%; aspect-ratio: 4 / 5; object-fit: cover;
  scroll-snap-align: center; background: var(--sand);
}
.gallery::-webkit-scrollbar { height: 6px; }
.gallery::-webkit-scrollbar-thumb { background: var(--sand-2); }

/* ── Visit ──────────────────────────────────────────────────────────────── */
.visit { background: var(--sand); }
.visit-in { display: grid; grid-template-columns: 1.1fr 1fr 1fr; gap: clamp(2rem, 4vw, 3.4rem); }
address { font-style: normal; font-size: 1.06rem; color: var(--ink-2); margin-bottom: 1rem; }
.visit-links { line-height: 2.1; }
.hours { width: 100%; border-collapse: collapse; font-size: .96rem; margin-bottom: 1rem; }
.hours td { padding: .5rem 0; border-bottom: 1px solid var(--sand-2); }
.hours td:last-child { text-align: right; color: var(--ink-2); font-variant-numeric: tabular-nums; }
.hours tr.today td { font-weight: 600; color: var(--ink); }
.hours tr.today td:first-child::after { content: " · today"; font-weight: 400; color: var(--brass); font-size: .8rem; }
.hours td.shut { color: var(--muted); }
.policy { margin: 0 0 1rem; }
.policy dt { font-weight: 600; font-size: .9rem; }
.policy dd { margin: 0 0 .8rem; color: var(--ink-2); font-size: .93rem; }
@media (max-width: 900px) { .visit-in { grid-template-columns: 1fr; } }

/* ── Chair ──────────────────────────────────────────────────────────────── */
.chair { background: var(--bone); }

/* ── FAQ ────────────────────────────────────────────────────────────────── */
.faq { margin-top: 2.2rem; border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary {
  cursor: pointer; list-style: none; padding: 1.15rem 2.2rem 1.15rem 0; position: relative;
  font-family: "Cormorant Garamond", serif; font-size: 1.32rem;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: "+"; position: absolute; right: .3rem; top: 50%; transform: translateY(-50%);
  color: var(--brass); font-family: Inter, sans-serif; font-size: 1.3rem;
}
.faq details[open] summary::after { content: "–"; }
.faq .a { padding: 0 2rem 1.3rem 0; color: var(--ink-2); margin: 0; }

/* ── Footer ─────────────────────────────────────────────────────────────── */
.foot { background: var(--ink); color: #b8afa6; padding: 3.4rem 0 1.6rem; font-size: .92rem; }
.foot-in { display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 2rem; align-items: start; }
.foot img { border-radius: 50%; margin-bottom: .8rem; }
.foot b { color: var(--bone); font-family: "Cormorant Garamond", serif; font-size: 1.2rem; letter-spacing: .04em; }
.foot nav, .foot .social { display: flex; flex-direction: column; gap: .6rem; }
.foot a { color: #b8afa6; text-decoration: none; }
.foot a:hover { color: var(--brass-l); }
.colophon {
  text-align: center; font-size: .78rem; color: #8d847c;   /* 5.2:1 on --ink */
  border-top: 1px solid #2c2926; margin: 2.6rem 0 0; padding-top: 1.4rem;
}
.colophon a { color: var(--brass-l); }
@media (max-width: 780px) { .foot-in { grid-template-columns: 1fr; } }

/* ── Phone dock ─────────────────────────────────────────────────────────── */
.dock { display: none; }
@media (max-width: 780px) {
  .dock {
    display: grid; grid-template-columns: 1fr 1fr 1.2fr; gap: 1px;
    position: fixed; left: 0; right: 0; bottom: 0; z-index: 120;
    background: var(--line); border-top: 1px solid var(--line);
    padding-bottom: env(safe-area-inset-bottom);
  }
  .dock-b {
    background: var(--bone); color: var(--ink); text-decoration: none; text-align: center;
    padding: 1rem .5rem; font: 500 .8rem/1 Inter, sans-serif;
    letter-spacing: .12em; text-transform: uppercase;
  }
  .dock-b.primary { background: var(--ink); color: var(--bone); }
  body { padding-bottom: 62px; }
}
