/* Ly Ly Ongles. Palette sampled from the shopfront itself:
   #E8A0C0 fascia, #1A1A1A window surround, #FFFFFF interior, #F5F0F0 window display.
   #9E3B60 is that same pink darkened only until it clears 4.5:1 on white, for small text. */
:root{
  --pink:#E8A0C0;
  --pink-deep:#9E3B60;
  --pink-pale:#FBEEF3;
  --ink:#1A1A1A;
  --shell:#F5F0F0;
  --taupe:#C4B09A;
  --sans:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
  --serif:Georgia,"Times New Roman",serif;
  /* No script font declared anywhere: the fascia lettering is vector art (wordmark.svg),
     because a script font stack cannot be relied on and degrades to a plain sans. */
}

*{box-sizing:border-box}
html{-webkit-text-size-adjust:100%}
body{
  margin:0;
  font:16px/1.6 var(--sans);
  color:var(--ink);
  background:#fff;
}
h1,h2,h3{font-family:var(--serif);font-weight:400;line-height:1.2;margin:0 0 .5em}
p{margin:0 0 1em}
a{color:var(--pink-deep)}
:focus-visible{outline:3px solid var(--ink);outline-offset:2px;border-radius:2px}

/* ---- shopfront fascia -------------------------------------------------- */
.fascia{background:var(--ink);padding:10px 10px 12px}
.fascia__band{
  background:var(--pink);
  border-radius:3px;
  padding:14px 18px;
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:2px;
}
/* The sign, drawn rather than set. Sized by width so it scales like a painted fascia. */
.fascia__name{display:block;width:100%;max-width:308px;height:auto}
/* The real fascia sets this line in white, but white on their pink is 2.05:1 and cannot pass
   at any size, so it is set in the window-frame black instead: 8.5:1, and still the salon's
   own two colours. The script above it is the part that has to match the sign exactly. */
.fascia__addr{font-size:11.5px;letter-spacing:.07em;color:var(--ink)}

/* ---- hero -------------------------------------------------------------- */
.hero{padding:24px 20px 30px;border-bottom:1px solid var(--shell)}
.hero__eyebrow{
  font-size:12px;letter-spacing:.14em;text-transform:uppercase;
  color:var(--pink-deep);margin:0 0 .6em;
}
/* The mark: same drawn hand as the fascia, on the fascia's own pink. */
.hero__mark{display:block;width:60px;height:60px;margin:0 0 16px;border-radius:13px}
.hero h1{font-size:clamp(32px,9vw,46px);margin-bottom:.3em}
.hero__lede{font-size:18px;max-width:34em;margin-bottom:1.2em}

.hero__open{
  display:flex;align-items:center;flex-wrap:wrap;gap:.45em;
  font-weight:600;margin-bottom:1.4em;
}
.hero__open-note{font-weight:400;color:#4a4a4a}
.dot{
  width:10px;height:10px;border-radius:50%;
  background:var(--pink-deep);flex:none;
}

.actions{display:flex;flex-direction:column;gap:12px}
.btn{
  display:flex;align-items:center;justify-content:center;gap:.5em;
  min-height:52px;padding:12px 22px;
  font:600 17px/1.2 var(--sans);
  text-decoration:none;border-radius:4px;
  touch-action:manipulation;
  transition:transform .18s ease,background-color .18s ease;
}
.btn--call{background:var(--ink);color:#fff}
.btn--book{background:var(--pink);color:var(--ink);border:1px solid var(--ink)}
/* Second phone line: same 52px target as the others, deliberately quieter. */
.btn--ghost{
  background:#fff;color:var(--ink);
  border:1px solid rgba(26,26,26,.5);
  font-size:15px;font-weight:600;
}
.btn:active{transform:translateY(1px)}
.ico{width:20px;height:20px;fill:currentColor;flex:none}

/* ---- shopfront photograph ---------------------------------------------- */
.shot{margin:0;background:var(--ink)}
/* Shown whole, never cropped: the pink fascia is the top of the frame and is the thing a
   customer looks for from the pavement. Capped at its own 720px so it is never upscaled. */
.shot img{
  display:block;width:100%;max-width:720px;height:auto;margin:0 auto;
}
.shot figcaption{
  padding:11px 20px;color:#fff;font-size:13.5px;line-height:1.45;
  max-width:720px;margin:0 auto;
}

/* ---- sections ---------------------------------------------------------- */
.sect{padding:34px 20px}
.sect h2{font-size:clamp(24px,6.5vw,32px);margin-bottom:.7em}
.sect--dark{background:var(--ink);color:#fff}
.sect--dark h2{color:var(--pink)}
.sect--dark a{color:var(--pink)}
.sect--dark :focus-visible{outline-color:#fff}
.sect--pink{background:var(--pink-pale)}

.note{font-size:14px;color:#4a4a4a;margin:0 0 .6em}
.micro{font-size:14px;line-height:1.55}
.sect--dark .micro{color:#e6e6e6}

/* ---- price list -------------------------------------------------------- */
.menu__cat{
  font-family:var(--sans);font-size:12px;font-weight:700;
  letter-spacing:.13em;text-transform:uppercase;
  color:var(--pink-deep);margin:1.6em 0 .5em;
}
.menu{list-style:none;margin:0 0 .4em;padding:0}
.menu li{
  display:flex;justify-content:space-between;align-items:baseline;gap:1.2em;
  padding:11px 0;border-bottom:1px solid var(--shell);
}
.menu__n{flex:1}
.menu__n em{display:block;font-style:normal;font-size:13.5px;color:#4a4a4a}
.menu__p{font-weight:700;white-space:nowrap;font-variant-numeric:tabular-nums}

/* ---- work gallery ------------------------------------------------------ */
.grid{
  list-style:none;margin:18px 0 12px;padding:0;
  display:grid;grid-template-columns:1fr 1fr;gap:8px;
}
.grid img{
  display:block;width:100%;height:auto;
  aspect-ratio:1/1;object-fit:cover;
  border-radius:3px;background:var(--shell);
}

/* ---- hours and access -------------------------------------------------- */
.cols{display:grid;gap:26px}
.cols h3{font-size:19px;margin:0 0 .5em}
.cols h3+h3,.cols p+h3{margin-top:1.4em}
.hours{border-collapse:collapse;width:100%;max-width:22em}
.hours th,.hours td{
  text-align:left;font-weight:400;padding:8px 0;
  border-bottom:1px solid rgba(26,26,26,.12);
}
.hours th{width:9em}
.hours td{font-variant-numeric:tabular-nums}
address{font-style:normal;margin-bottom:.7em}
/* Phone/booking links are real tap targets, not incidental inline text:
   ~46px tall with an 8px gap between adjacent ones. */
.lnk{
  display:inline-block;padding:10px 0;font-weight:600;
  min-height:44px;line-height:26px;
}
.cols p .lnk+br+.lnk{margin-top:8px}

/* ---- footer ------------------------------------------------------------ */
.foot{
  display:flex;align-items:center;gap:14px;
  padding:26px 20px;background:var(--ink);color:#fff;font-size:14px;
}
.foot p{margin:0}
.foot a{color:var(--pink)}
.foot :focus-visible{outline-color:#fff}

/* ---- wider screens ----------------------------------------------------- */
@media (min-width:720px){
  .fascia{padding:14px 14px 16px}
  .fascia__name{max-width:460px}
  .hero,.sect{padding-left:40px;padding-right:40px}
  .hero{padding-top:40px;padding-bottom:44px;position:relative}
  /* The mark moves out of the reading column and stands beside the name. */
  .hero h1,.hero__lede,.hero__eyebrow{max-width:calc(100% - 120px)}
  .hero__mark{
    position:absolute;top:40px;right:40px;
    width:76px;height:76px;margin:0;
  }
  .sect{padding-top:48px;padding-bottom:48px}
  .actions{flex-direction:row;flex-wrap:wrap}
  .btn{min-width:230px}
  .btn--ghost{min-width:200px}
  .shot img{max-height:400px}
  .grid{grid-template-columns:repeat(3,1fr);gap:12px}
  .cols{grid-template-columns:1fr 1fr;gap:48px}
  .foot{padding:32px 40px}
}
@media (min-width:1040px){
  .hero,.sect,.foot{padding-left:calc((100vw - 960px)/2);padding-right:calc((100vw - 960px)/2)}
  .hero__mark{right:calc((100vw - 960px)/2)}
  .fascia__band{max-width:960px;margin:0 auto}
}

@media (prefers-reduced-motion:reduce){
  *{transition:none!important;animation:none!important}
}
