/* Victorio, 75 rue Pierre Delore, Lyon 8e.
   Palette sampled from the salon's own photographs, not from the trade:
   cobalt #1A4EB5 (the fascia), cream #F5EDD8 (the walls), mahogany #3B2210
   (the cabinetry and chair frames), amber #C8A96E (the cast of the bulb
   mirrors), red #C0352A (the shield on the window banner). */

:root{
  --cobalt:#1A4EB5;
  --cobalt-d:#12377F;
  --cream:#F5EDD8;
  --paper:#FBF6EA;
  --wood:#3B2210;
  --amber:#C8A96E;
  --red:#C0352A;
  --ink:#2A1808;
  --serif:Georgia,"Iowan Old Style","Times New Roman",serif;
  --sans:system-ui,-apple-system,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
}

*{box-sizing:border-box}
html{-webkit-text-size-adjust:100%}
body{
  margin:0;
  background:var(--paper);
  color:var(--ink);
  font:16px/1.55 var(--sans);
}
img{max-width:100%;display:block}
h1,h2,h3,.f-brand,.brand strong{font-family:var(--serif)}

a:focus-visible,.btn:focus-visible{
  outline:3px solid var(--red);
  outline-offset:3px;
  border-radius:4px;
}

/* ---------- header ---------- */
.bar{
  display:flex;align-items:center;justify-content:space-between;gap:12px;
  background:var(--cobalt);padding:8px 14px;
  position:sticky;top:0;z-index:10;
}
.brand{display:flex;align-items:center;gap:9px;text-decoration:none;color:#fff;min-height:44px}
.brand span{display:flex;flex-direction:column;line-height:1.1}
.brand strong{font-size:19px;letter-spacing:.12em;font-weight:700}
.brand small{font-size:10px;letter-spacing:.18em;text-transform:uppercase;color:#D5E1F7}
.bar-call{
  display:inline-flex;align-items:center;
  min-height:44px;padding:0 16px;
  background:var(--cream);color:var(--cobalt-d);
  font-weight:700;font-size:15px;text-decoration:none;border-radius:3px;
  transition:background .18s ease;
}
.bar-call:hover{background:#fff}

/* ---------- hero ---------- */
.hero{position:relative;background:var(--cobalt-d)}
.hero-img{
  width:100%;height:clamp(230px,52vw,420px);
  object-fit:cover;object-position:36% 42%;
}
.hero-txt{
  position:absolute;inset:auto 0 0 0;
  padding:60px 18px 18px;
  background:linear-gradient(to top,rgba(9,20,46,.94) 12%,rgba(9,20,46,.72) 52%,rgba(9,20,46,0));
  color:#fff;
}
.kicker{
  margin:0 0 6px;font-size:11px;letter-spacing:.2em;text-transform:uppercase;
  color:var(--amber);font-weight:700;
}
h1{
  margin:0;font-size:clamp(25px,7.2vw,40px);line-height:1.12;font-weight:700;
  text-shadow:0 2px 12px rgba(0,0,0,.55);
}
h1 sup,.kicker sup{font-size:.55em;vertical-align:.5em}
.lede{
  margin:9px 0 0;font-size:15px;max-width:46ch;color:#EDE4CF;
  text-shadow:0 1px 8px rgba(0,0,0,.6);
}

/* ---------- the action strip ---------- */
.act{padding:18px;background:var(--cream);border-bottom:1px solid rgba(59,34,16,.14)}
.hours-flash{margin:0 0 14px;border-left:4px solid var(--cobalt);padding-left:12px}
.hours-flash p{display:flex;justify-content:space-between;gap:14px;margin:0 0 3px;font-size:15px}
.hours-flash b{white-space:nowrap}
.hours-flash .shut{color:#6B5A44}
.cta{display:flex;flex-direction:column;gap:10px}
.btn{
  display:flex;align-items:center;justify-content:center;gap:9px;
  min-height:54px;padding:0 18px;
  font-size:18px;font-weight:700;text-decoration:none;border-radius:4px;
  transition:transform .15s ease,background .18s ease;
}
.btn-main{background:var(--cobalt);color:#fff;box-shadow:0 2px 0 var(--cobalt-d)}
.btn-main:hover{background:var(--cobalt-d)}
.btn-main svg{width:21px;height:21px;fill:currentColor;flex:none}
.btn span,.btn{white-space:nowrap}
.btn-alt{background:transparent;color:var(--cobalt-d);border:2px solid var(--cobalt);font-size:16px}
.btn-alt:hover{background:rgba(26,78,181,.09)}
.btn:active{transform:translateY(1px)}
.btn-tight{min-height:50px;font-size:16px;margin-top:4px}
.fineprint{margin:11px 0 0;font-size:13.5px;color:#5C4A33}

/* the bulb mirrors, as a rule */
.bulbs{
  height:16px;
  background:radial-gradient(circle at 8px 8px,var(--amber) 3.5px,rgba(200,169,110,.22) 4.5px,transparent 5px);
  background-size:26px 16px;
  border-bottom:1px solid rgba(59,34,16,.12);
}

/* ---------- blocks ---------- */
.block{padding:30px 18px}
.band{background:var(--cream)}
h2{
  margin:0 0 4px;font-size:25px;line-height:1.15;
}
h2::after{
  content:"";display:block;width:46px;height:3px;background:var(--red);
  margin:9px 0 14px;
}
h3{margin:0 0 8px;font-size:17px;letter-spacing:.02em}
.intro{margin:0 0 18px;max-width:58ch;color:#402B14}

/* prestations */
.tarifs{list-style:none;margin:0;padding:0}
.tarifs li{
  display:flex;justify-content:space-between;align-items:baseline;gap:14px;
  padding:11px 0;border-bottom:1px solid rgba(59,34,16,.16);
}
.t-name{font-size:15.5px}
.t-price{font-family:var(--serif);font-size:19px;font-weight:700;color:var(--cobalt-d);white-space:nowrap}
.t-ask{font-size:14px;font-weight:400;font-family:var(--sans);color:#5C4A33}
.caveat{margin:12px 0 0;font-size:13.5px;color:#5C4A33;font-style:italic}

.split-fig{margin:22px 0 0}
.split-fig img{width:100%;height:280px;object-fit:cover;object-position:center 38%;border-radius:4px}

/* gallery */
.gal{display:flex;flex-direction:column;gap:18px}
.gal figure{margin:0}
.gal img{width:100%;height:260px;object-fit:cover;border-radius:4px}
.gal figcaption{margin-top:7px;font-size:13.5px;color:#5C4A33}

/* the slot the owner fills */
.slot{
  border:2px dashed rgba(26,78,181,.42);border-radius:5px;
  background:
    radial-gradient(circle at 10px 10px,rgba(200,169,110,.30) 3px,transparent 3.5px) 0 0/30px 30px,
    var(--cream);
  padding:30px 20px;text-align:center;color:var(--cobalt-d);
}
.slot-mark{width:44px;height:44px;margin:0 auto 12px;display:block;color:var(--cobalt)}
.slot-t{margin:0 0 6px;font-family:var(--serif);font-size:19px;font-weight:700}
.slot-d{margin:0 auto;max-width:40ch;font-size:14.5px;color:#4A3925}

/* venir */
.cols{display:flex;flex-direction:column;gap:26px}
.hrs{border-collapse:collapse;width:100%;max-width:330px;font-size:15px}
.hrs th{text-align:left;font-weight:400;padding:7px 0;border-bottom:1px solid rgba(59,34,16,.14)}
.hrs td{text-align:right;padding:7px 0;border-bottom:1px solid rgba(59,34,16,.14);font-weight:700}
.hrs .off{font-weight:400;color:#6B5A44}
.addr{margin:0 0 4px;font-size:17px;line-height:1.4;font-weight:700}
.note{margin:0 0 10px;font-size:13.5px;color:#5C4A33}

/* ---------- footer ---------- */
.foot{background:var(--cobalt-d);color:#DCE5F5;padding:26px 18px 30px;text-align:center}
.foot p{margin:0 0 4px;font-size:14.5px}
.f-brand{
  font-size:20px;letter-spacing:.14em;color:#fff;font-weight:700;
  margin:0 0 10px;
}
/* min-height 44px so the footer number is a real tap target (Lens flagged the old
   inline link), and margin so the two links keep an 8px+ gap between them. */
.f-link{
  display:inline-flex;align-items:center;justify-content:center;
  min-height:44px;padding:4px 14px;margin:5px 0;
  color:#fff;text-decoration:underline;text-underline-offset:3px;
}

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

/* ---------- wider screens ---------- */
@media (min-width:720px){
  .bar{padding:10px 30px}
  /* crop biased left, onto the door and the salon's own window banner, rather than
     centring on the supplier posters at the right-hand end of the frontage */
  .hero-img{height:min(58vh,440px);object-position:30% 46%}
  .hero-txt{padding:90px 30px 26px}
  .lede{font-size:16.5px}
  .act{
    display:flex;flex-wrap:wrap;align-items:center;gap:14px 34px;
    padding:20px 30px;
  }
  .hours-flash{margin:0;flex:1 1 300px}
  .cta{flex-direction:row;flex:1 1 380px;gap:12px}
  .btn{flex:1}
  .fineprint{width:100%;text-align:center;margin-top:0;flex-basis:100%}
  .block{padding:44px 30px}
  .split{display:flex;gap:34px;align-items:flex-start}
  .split-txt{flex:1 1 56%}
  .split-fig{flex:1 1 44%;margin:0}
  .split-fig img{height:430px}
  .gal{flex-direction:row}
  .gal figure{flex:1}
  .gal img{height:300px}
  .cols{flex-direction:row;gap:56px}
  .cols>div{flex:1}
  .intro,.slot-d{font-size:16px}
}
