/* (Claude Comment) One stylesheet for the whole site. Palette is the salon's own: the
   magenta of the wordmark, the raspberry of the old header, blush pinks, warm cream. */

:root {
  --magenta:   #C20061;
  --magenta-d: #9A004D;
  --rasp:      #A31947;
  --blush:     #FFE3EC;
  --blush-2:   #FFF3F7;
  --cream:     #FFFBF9;
  --ink:       #2B1F26;
  --muted:     #6F6067;
  --line:      #F1D8E1;
  --open:      #1A9C5B;
  --wrap:      1120px;
  --radius:    16px;
  --shadow:    0 12px 34px rgba(194, 0, 97, .10);
}

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

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

body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font: 400 17px/1.6 system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

h1, h2, h3 {
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  line-height: 1.15; margin: 0 0 .5em; font-weight: 600; color: var(--ink);
}
h1 { font-size: clamp(2.1rem, 5vw, 3.5rem); }
h2 { font-size: clamp(1.6rem, 3.4vw, 2.4rem); }
h3 { font-size: 1.2rem; }
p  { margin: 0 0 1.05em; }
a  { color: var(--magenta); }
img { max-width: 100%; height: auto; display: block; }
address { font-style: normal; line-height: 1.7; margin: 0 0 1rem; }

.wrap { width: 100%; max-width: var(--wrap); margin: 0 auto; padding: 0 16px; }
.section { padding: clamp(2.6rem, 6vw, 5rem) 0; }
.section--blush { background: var(--blush-2); border-block: 1px solid var(--line); }

.eyebrow {
  font-size: .78rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase;
  color: var(--magenta); margin: 0 0 .8rem;
}
.lede { font-size: 1.12rem; color: var(--muted); max-width: 62ch; }
.fine { font-size: .9rem; color: var(--muted); }
.split { display: flex; flex-wrap: wrap; align-items: end; justify-content: space-between; gap: 1rem; margin-bottom: 1.6rem; }
.split h2 { margin-bottom: 0; }

.skip { position: absolute; left: -999px; top: 8px; background: #fff; padding: .5rem .8rem; border-radius: 8px; z-index: 99; }
.skip:focus { left: 8px; }

/* ---- announcement bar ---- */
.notice { background: var(--magenta); color: #fff; text-align: center; font-weight: 600; padding: .6rem 0; }
.notice a { color: #fff; }

/* ---- header ---- */
.site-head {
  position: sticky; top: 0; z-index: 40;
  background: rgba(255, 251, 249, .94); backdrop-filter: saturate(1.4) blur(10px);
  border-bottom: 1px solid var(--line);
}
.site-head .wrap { display: flex; align-items: center; gap: 1rem; min-height: 68px; flex-wrap: wrap; }
.brand { display: block; padding: .6rem 0; }
.brand img { height: 34px; width: auto; }
.nav { margin-left: auto; }
.nav ul { display: flex; gap: .2rem; list-style: none; margin: 0; padding: 0; }
.nav a {
  display: block; padding: .55rem .85rem; border-radius: 999px; text-decoration: none;
  color: var(--ink); font-weight: 600; font-size: .95rem;
}
.nav a:hover { background: var(--blush); }
.nav a[aria-current="page"] { background: var(--blush); color: var(--magenta-d); }
.head-actions { display: flex; align-items: center; gap: .6rem; }
.nav-toggle { display: none; }

@media (min-width: 760px) { .brand img { height: 44px; } }

@media (max-width: 899px) {
  .nav-toggle {
    display: inline-flex; align-items: center; gap: .55rem; margin-left: auto; cursor: pointer;
    font-weight: 700; padding: .5rem .9rem; border: 1px solid var(--line); border-radius: 999px; background: #fff;
  }
  .nav-toggle span { width: 18px; height: 2px; background: var(--ink); box-shadow: 0 -6px 0 var(--ink), 0 6px 0 var(--ink); }
  .nav { display: none; flex-basis: 100%; margin: 0; }
  .nav-check:checked ~ .nav { display: block; }
  .nav ul { flex-direction: column; padding: .3rem 0 .9rem; }
  .nav a { padding: .7rem .9rem; font-size: 1.05rem; }
  .head-actions { display: none; }
}

/* ---- buttons and chips ---- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .4rem;
  padding: .82rem 1.4rem; border-radius: 999px; text-decoration: none; line-height: 1.2;
  font-weight: 700; font-size: .98rem; border: 2px solid transparent; cursor: pointer; font-family: inherit;
}
.btn--primary { background: var(--magenta); color: #fff; }
.btn--primary:hover { background: var(--magenta-d); }
.btn--ghost { border-color: var(--magenta); color: var(--magenta-d); background: transparent; }
.btn--ghost:hover { background: var(--blush); }
.btn--white { background: #fff; color: var(--magenta-d); }
.btn--white:hover { background: var(--blush); }

.chip {
  display: inline-flex; align-items: center; gap: .45rem; padding: .35rem .8rem; border-radius: 999px;
  background: #fff; border: 1px solid var(--line); font-size: .86rem; font-weight: 600; color: var(--muted);
  white-space: nowrap;
}
.chip::before { content: ""; width: .6rem; height: .6rem; border-radius: 50%; background: #9AA0A6; flex: none; }
.chip.is-open { color: #12693E; }
.chip.is-open::before { background: var(--open); }

/* ---- hero ---- */
.hero { padding: clamp(2rem, 5vw, 4.5rem) 0 clamp(1.5rem, 4vw, 3rem); }
.hero .wrap { display: grid; gap: 2rem; align-items: center; }
.hero h1 { margin: .3rem 0 .8rem; }
.hero .lede { margin-bottom: 1.4rem; }
.cta { display: flex; flex-wrap: wrap; gap: .7rem; margin: 0 0 1.2rem; }
.hero .meta { display: flex; flex-wrap: wrap; align-items: center; gap: .6rem 1.1rem; color: var(--muted); font-size: .95rem; margin: 0; }
.hero .meta b { color: var(--ink); font-weight: 600; }
.hero-photo img { border-radius: 24px; box-shadow: var(--shadow); aspect-ratio: 4 / 3; object-fit: cover; width: 100%; }

@media (min-width: 860px) { .hero .wrap { grid-template-columns: 1.05fr 1fr; } }

.callout {
  background: var(--blush); border: 1px solid var(--line); border-radius: 12px;
  padding: .8rem 1.1rem; margin: 0 0 1rem;
}

/* ---- cards ---- */
.grid { display: grid; gap: 1.2rem; }
.grid--3 { grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); }
.grid--2 { grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); }
.card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 1.4rem;
  box-shadow: 0 2px 0 rgba(194, 0, 97, .03);
}
.card h3 { margin-bottom: .4rem; }
.card p { margin: 0; color: var(--muted); }
.card .icon {
  width: 44px; height: 44px; border-radius: 12px; background: var(--blush); display: grid; place-items: center;
  margin-bottom: .9rem; color: var(--magenta); font-size: 1.3rem;
}

.svc-card { text-decoration: none; color: inherit; display: block; }
.svc-card:hover { border-color: var(--magenta); }
.svc { display: flex; justify-content: space-between; gap: 1rem; align-items: baseline; }
.svc small { display: block; color: var(--muted); font-size: .85rem; }
.svc .price { font-weight: 700; color: var(--magenta-d); white-space: nowrap; font-size: 1.1rem; }
.svc-card p { margin-top: .6rem; font-size: .92rem; }

/* ---- the price list ---- */
.cats { display: flex; flex-wrap: wrap; gap: .5rem; margin: 1.2rem 0 2rem; }
.cats a {
  padding: .4rem .85rem; border-radius: 999px; background: #fff; border: 1px solid var(--line);
  text-decoration: none; color: var(--ink); font-weight: 600; font-size: .9rem;
}
.cats a:hover { border-color: var(--magenta); color: var(--magenta-d); }
.menu-grid { display: grid; gap: 1.2rem; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); align-items: start; }
.menu-card { scroll-margin-top: 90px; }
.menu-card h2 { font-size: 1.4rem; margin-bottom: .3rem; }
.menu-card .catnote { color: var(--muted); font-size: .92rem; margin: 0 0 .6rem; }
.menu { list-style: none; margin: 0; padding: 0; }
.menu li { display: flex; align-items: baseline; gap: .6rem; padding: .55rem 0; border-bottom: 1px solid var(--blush-2); }
.menu li:last-child { border: 0; }
.menu .name { flex: 0 1 auto; }
.menu .dots { flex: 1; border-bottom: 2px dotted var(--line); transform: translateY(-.3em); min-width: 1.2rem; }
.menu .price { font-weight: 700; color: var(--magenta-d); white-space: nowrap; }
.menu .price--text, .svc .price--text { white-space: normal; text-align: right; max-width: 50%; }
.menu .note { display: block; font-size: .86rem; color: var(--muted); }

.cta-band {
  margin-top: 2.4rem; background: var(--magenta); color: #fff; border-radius: var(--radius);
  padding: 1.6rem 1.8rem; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 1rem;
}
.cta-band h2 { color: #fff; font-size: 1.6rem; margin-bottom: .2rem; }
.cta-band p { margin: 0; color: #FFE3EC; }

/* ---- gallery ---- */
.gallery { display: grid; gap: .8rem; grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); }
.gallery a { display: block; border-radius: 14px; overflow: hidden; background: var(--blush); }
.gallery img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; transition: transform .3s ease; }
.gallery a:hover img { transform: scale(1.04); }
.gallery--teaser { grid-template-columns: repeat(3, 1fr); }

@media (min-width: 700px) {
  .gallery { grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); }
  .gallery--teaser { grid-template-columns: repeat(6, 1fr); }
}

dialog.lightbox { border: 0; background: transparent; padding: 0; max-width: min(96vw, 1200px); max-height: 96vh; }
dialog.lightbox::backdrop { background: rgba(30, 10, 20, .92); }
.lightbox figure { margin: 0; display: grid; justify-items: center; }
.lightbox img { max-height: 82vh; width: auto; max-width: 100%; border-radius: 12px; }
.lightbox figcaption { color: #fff; padding: .7rem; font-size: .95rem; text-align: center; }
.lb-btn {
  position: fixed; top: 50%; transform: translateY(-50%); background: rgba(255, 255, 255, .16); color: #fff;
  border: 0; width: 46px; height: 46px; border-radius: 50%; font-size: 1.7rem; line-height: 1; cursor: pointer;
}
.lb-btn:hover { background: rgba(255, 255, 255, .3); }
.lb-prev { left: 12px; }
.lb-next { right: 12px; }
.lb-close { top: 12px; right: 12px; transform: none; }

/* ---- hours, visit, contact ---- */
.hours { border-collapse: collapse; width: 100%; max-width: 420px; margin: 0 0 1rem; }
.hours td { padding: .4rem 0; border-bottom: 1px solid var(--line); }
.hours td:last-child { text-align: right; font-weight: 600; white-space: nowrap; }
.ticks { list-style: none; padding: 0; margin: 0 0 1.2rem; display: grid; gap: .35rem; }
.ticks li { padding-left: 1.5rem; position: relative; }
.ticks li::before { content: "\2713"; position: absolute; left: 0; color: var(--magenta); font-weight: 700; }
.visit-photo img { border-radius: 20px; box-shadow: var(--shadow); }
.bigphone { font-size: 1.7rem; font-weight: 700; margin: 0 0 .6rem; }
.bigphone a { text-decoration: none; }
.map iframe { width: 100%; height: 300px; border: 0; border-radius: 14px; margin-top: 1.2rem; display: block; }

.form { display: grid; gap: 1rem; }
.form label { display: grid; gap: .35rem; font-weight: 600; font-size: .95rem; }
.form input, .form textarea {
  font: inherit; padding: .75rem .9rem; border: 1px solid #DCC7CF; border-radius: 10px; background: #fff; width: 100%;
}
.form textarea { min-height: 140px; resize: vertical; }
.form input:focus, .form textarea:focus { outline: 2px solid var(--magenta); outline-offset: 1px; border-color: var(--magenta); }
.form .err { color: #8A1030; font-weight: 600; }
.hp { position: absolute; left: -9999px; opacity: 0; height: 0; overflow: hidden; }
.alert { padding: .9rem 1.1rem; border-radius: 12px; margin-bottom: 1.2rem; font-weight: 600; }
.alert--ok { background: #E6F6EC; color: #12693E; }
.alert--err { background: #FDE8EE; color: #8A1030; }

/* ---- coupons ---- */
.coupon { border: 2px dashed var(--magenta); border-radius: var(--radius); padding: 1.4rem; background: #fff; }
.coupon h2 { font-size: 1.5rem; margin-bottom: .4rem; }
.coupon .valid { color: var(--muted); font-size: .88rem; margin: 0; }
.coupon .code { display: inline-block; font-weight: 800; letter-spacing: .08em; background: var(--blush); padding: .2rem .6rem; border-radius: 6px; }

/* ---- footer ---- */
.site-foot { background: var(--rasp); color: #FFE3EC; margin-top: 3rem; padding: 3rem 0 2rem; }
.site-foot h3 { color: #fff; font-size: 1rem; margin-bottom: .7rem; font-family: inherit; letter-spacing: .04em; text-transform: uppercase; }
.site-foot a { color: #fff; }
.site-foot ul { list-style: none; margin: 0; padding: 0; display: grid; gap: .45rem; }
.site-foot address { margin-bottom: .8rem; }
.site-foot .hours td { border-color: rgba(255, 255, 255, .16); }
.site-foot .fine { color: #FFD3E1; }
.foot-brand { font-family: "Playfair Display", Georgia, serif; font-size: 1.7rem; color: #fff; margin: 0 0 .5rem; }
.social a { margin-right: 1rem; font-weight: 600; }
.foot-bottom {
  display: flex; flex-wrap: wrap; justify-content: space-between; gap: .5rem; border-top: 1px solid rgba(255, 255, 255, .18);
  margin-top: 2rem; padding-top: 1.2rem; font-size: .86rem; color: #FFD3E1;
}

/* ---- phone action bar ---- */
.actionbar {
  position: fixed; bottom: 0; left: 0; right: 0; display: grid; grid-template-columns: 1fr 1fr 1fr; z-index: 50;
  background: #fff; border-top: 1px solid var(--line); box-shadow: 0 -6px 20px rgba(0, 0, 0, .06);
  padding-bottom: env(safe-area-inset-bottom);
}
.actionbar a { padding: .85rem .4rem; text-align: center; font-weight: 700; text-decoration: none; color: var(--magenta-d); font-size: .95rem; }
.actionbar a:first-child { background: var(--magenta); color: #fff; }

@media (max-width: 759px) { body { padding-bottom: 56px; } }
@media (min-width: 760px) { .actionbar { display: none; } }

/* ---- print, motion, focus ---- */
@media print {
  .site-head, .site-foot, .actionbar, .notice, .no-print, .cta-band { display: none !important; }
  body { background: #fff; padding: 0; }
  .coupon { break-inside: avoid; margin-bottom: 1rem; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { transition: none !important; scroll-behavior: auto !important; }
}
:focus-visible { outline: 3px solid var(--magenta); outline-offset: 2px; }
