/* En Tête à Tête, Paris 19e. Colours sampled from photographs of THIS salon, not picked for
   the trade: #1C1C1C fascia/arches/chairs (dominant), #F5F0E8 cream walls, #ECEAE4 terrazzo,
   #E2DFD8 marble, #C8A57A oak, #8FAF90 sage. Their fascia pairs a script identity with
   wide-tracked caps, hence editorial serif plus tracked caps labels. System fonts, no network. */

:root{
  --ink:#1C1C1C;
  --cream:#F5F0E8;
  --terrazzo:#ECEAE4;
  --marble:#E2DFD8;
  --oak:#C8A57A;
  --sage:#8FAF90;
  --body:#55504A;
  --line:rgba(28,28,28,.16);
  --serif:'Iowan Old Style','Palatino Linotype',Palatino,'Book Antiqua',Georgia,serif;
  --sans:system-ui,-apple-system,'Segoe UI',Roboto,Helvetica,Arial,sans-serif;
  --pad:clamp(1.15rem,5vw,2.5rem);
}
/* No CSS terrazzo speckle: the operator was right that fine specks under body text fight it.
   Terrazzo appears where it actually is, in the photographs. Bands behind text are flat. */

*,*::before,*::after{box-sizing:border-box}
html{-webkit-text-size-adjust:100%}
body{
  margin:0;
  background:var(--cream);
  color:var(--ink);
  font:400 1.0625rem/1.6 var(--sans);
}
img{max-width:100%;height:auto;display:block}
a{color:inherit}

.wrap{width:100%;max-width:74rem;margin:0 auto;padding:0 var(--pad)}

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

:focus-visible{outline:3px solid var(--oak);outline-offset:3px;border-radius:2px}

/* ---------- header: the black fascia ---------- */
.head{
  position:sticky;top:0;z-index:10;
  display:flex;align-items:center;justify-content:space-between;gap:1rem;
  padding:.55rem var(--pad);
  background:var(--ink);color:var(--cream);
  border-bottom:1px solid rgba(245,240,232,.14);
}
.brand{display:flex;align-items:center;gap:.65rem;text-decoration:none;min-height:44px}
.mark-wrap{display:flex}
/* Rendered and looked at: this one-line face smudges at 32px, reads at 40, and the frond
   separates from the brow at 48. Header gets 48. */
.mark{width:33px;height:48px}
.brand-txt{display:flex;flex-direction:column;line-height:1.15}
.brand-txt b{font:500 1.0625rem/1.2 var(--serif);letter-spacing:.01em}
.brand-txt i{font-style:normal;font-size:.6875rem;letter-spacing:.16em;text-transform:uppercase;color:var(--oak)}
.head-call{padding:.55rem .9rem;font-size:.9375rem}
.head-call .ico{width:17px;height:17px}

/* ---------- buttons ---------- */
.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:.55rem;
  min-height:48px;padding:.75rem 1.35rem;
  font:500 1rem/1 var(--sans);letter-spacing:.01em;text-decoration:none;
  border-radius:2px;border:1.5px solid transparent;
  transition:background-color .2s ease,color .2s ease,border-color .2s ease;
}
.btn-lg{padding:.95rem 1.6rem;font-size:1.0625rem}
.ico{width:19px;height:19px;flex:none}
.btn-oak{background:var(--oak);color:var(--ink);border-color:var(--oak)}
.btn-oak:hover{background:#d9b98f}
.btn-line{background:transparent;color:var(--cream);border-color:rgba(245,240,232,.45)}
.btn-line:hover{border-color:var(--cream);background:rgba(245,240,232,.08)}
.band:not(.band-ink) .btn-line{color:var(--ink);border-color:var(--line)}
.band:not(.band-ink) .btn-line:hover{border-color:var(--ink);background:rgba(28,28,28,.05)}

/* ---------- hero ---------- */
.hero{
  position:relative;overflow:hidden;
  background:var(--ink);color:var(--cream);
  padding:clamp(2.75rem,9vw,5.5rem) 0 clamp(2.5rem,7vw,4rem);
}
/* The watermark is hidden on phones ON PURPOSE. The operator rejected the previous build for
   a background texture that fought the text, and on a 390px screen this frond sat directly
   behind the lede and the address. Same fault, so the same answer: no pattern under reading
   matter. It returns at 58rem, where the text column ends well short of the right edge and
   it has genuinely empty space to live in. */
.hero-mark{display:none}
.hero-in{position:relative;max-width:44rem}
.fascia{display:flex;flex-wrap:wrap;gap:.35rem 1.5rem;margin:0 0 1.4rem}
.fascia span{
  font-size:.75rem;letter-spacing:.28em;text-transform:uppercase;
  color:var(--oak);
}
h1{
  margin:0 0 1.1rem;
  font:400 clamp(2.4rem,10vw,4.25rem)/1.02 var(--serif);
  letter-spacing:-.015em;
}
h1 em{
  display:block;margin-top:1rem;
  font:400 clamp(1rem,3.4vw,1.1875rem)/1.45 var(--sans);
  font-style:normal;letter-spacing:.005em;color:rgba(245,240,232,.82);
  max-width:30rem;
}
.lede{margin:0 0 1.75rem;font-size:1.0625rem;line-height:1.62;color:rgba(245,240,232,.86);max-width:34rem}

.facts{
  display:grid;gap:1px;margin:0 0 1.9rem;
  border-top:1px solid rgba(245,240,232,.2);
  border-bottom:1px solid rgba(245,240,232,.2);
  padding:1.15rem 0;
}
.facts div{padding:.35rem 0}
.facts dt{
  font-size:.6875rem;letter-spacing:.2em;text-transform:uppercase;
  color:var(--oak);margin-bottom:.3rem;
}
.facts dd{margin:0;font:400 1.0625rem/1.4 var(--serif)}
.facts dd span{display:block;font-family:var(--sans);font-size:.875rem;color:rgba(245,240,232,.6);margin-top:.2rem}

.cta{display:flex;flex-wrap:wrap;gap:.75rem;margin:0 0 1.1rem}
.micro{margin:0;font-size:.875rem;line-height:1.5;color:rgba(245,240,232,.62);max-width:30rem}

/* ---------- bands ---------- */
.band{padding:clamp(2.75rem,8vw,4.75rem) 0}
.band-terrazzo{
  background-color:var(--terrazzo);
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
}
.band-ink{background:var(--ink);color:var(--cream)}

.kicker{
  margin:0 0 .7rem;
  font-size:.75rem;letter-spacing:.24em;text-transform:uppercase;color:#6B5F4E;
}
/* #6B5F4E: 5.49:1 on cream, 5.18:1 on terrazzo. The warmer #7a6c56 measured 4.25:1, a fail. */
.band-ink .kicker{color:var(--oak)}
h2{
  margin:0 0 1.5rem;
  font:400 clamp(1.75rem,5.5vw,2.5rem)/1.12 var(--serif);letter-spacing:-.01em;
  position:relative;padding-bottom:1rem;
}
h2::after{content:"";position:absolute;left:0;bottom:0;width:3.25rem;height:2px;background:var(--oak)}
.band-ink h2::after{left:50%;transform:translateX(-50%)}
h3{margin:0 0 .45rem;font:500 1.125rem/1.3 var(--serif)}
.intro{margin:0 0 2rem;max-width:38rem;color:var(--body);font-size:1.0625rem}

/* ---------- service cards ---------- */
.cards{list-style:none;margin:0 0 1.75rem;padding:0;display:grid;gap:1px;background:var(--line)}
.cards li{background:var(--cream);padding:1.4rem 1.35rem}
.cards p{margin:0;color:var(--body);font-size:.9375rem;line-height:1.6}
.tariff{margin:0;font-size:.9375rem;color:var(--body);max-width:38rem}
/* Measured 115x18px, too small to hit one-handed. Padded to 44px while staying inline. */
.tariff a{
  font-weight:500;color:var(--ink);text-decoration-thickness:1px;text-underline-offset:3px;
  display:inline-block;padding:.7rem 0;min-height:44px;
}

/* ---------- way of working / team ---------- */
.split{display:grid;gap:2.75rem}
.ticks{list-style:none;margin:0 0 2rem;padding:0;display:grid;gap:.9rem}
.ticks li{position:relative;padding-left:1.6rem;color:var(--body);font-size:.9375rem;line-height:1.6}
.ticks li::before{
  content:"";position:absolute;left:0;top:.55rem;
  width:.5rem;height:.5rem;border:1.5px solid var(--sage);border-radius:50%;
}
.boutique{border-left:2px solid var(--oak);padding:.15rem 0 .15rem 1.1rem}
.boutique p{margin:0;color:var(--body);font-size:.9375rem}
.team{list-style:none;margin:0;padding:0;display:grid;gap:1.15rem}
.team li{border-top:1px solid var(--line);padding-top:1rem}
.team b{display:block;font:500 1.0625rem/1.3 var(--serif)}
.team span{display:block;margin-top:.2rem;font-size:.9375rem;color:var(--body)}

/* ---------- photographs of the salon ----------
   Their own published photographs, referenced where they live in photos/. Lazy loaded with
   width/height set, so nothing reflows on phone data. */
.shots{display:grid;gap:1.5rem;margin:0 0 1.75rem}
.shot{margin:0}
.shot img{width:100%;height:auto;background:var(--marble)}
.shot-wide img{aspect-ratio:3/2;object-fit:cover}
.shot-tall img{aspect-ratio:1/1;object-fit:cover}
.shot figcaption{
  margin-top:.75rem;font-size:.875rem;line-height:1.5;color:var(--body);
  padding-left:.7rem;border-left:2px solid var(--oak);
}
.shot-lead{margin:0 0 1.5rem}
.shot-lead img{aspect-ratio:3/2;object-fit:cover}

/* ---------- the one remaining photo slot ----------
   This salon's own signature drawn in CSS: a steel arch carrying an oval mirror. An outline,
   not a filled black slab, or it outweighs the real photograph above it. Width-capped so an
   empty arch is never the largest thing on a desktop screen. */
.slot{margin:0;max-width:24rem}
.boutique-shot{margin:1.75rem 0 0}
.arch{
  position:relative;
  aspect-ratio:4/3.4;
  border-radius:50% 50% 3px 3px / 34% 34% 3px 3px;
  background:var(--marble);
  border:1.5px solid var(--ink);
  display:flex;align-items:center;justify-content:center;
}
.arch-mirror{
  width:42%;aspect-ratio:1/1.2;
  border:1.5px solid rgba(28,28,28,.55);border-radius:50%;
  background:linear-gradient(150deg,rgba(255,255,255,.95),rgba(226,223,216,.75) 45%,rgba(59,74,88,.14));
}
.slot figcaption{
  margin-top:.9rem;font-size:.875rem;line-height:1.5;color:var(--body);
  padding-left:.7rem;border-left:2px solid var(--oak);
}

/* ---------- hours and access ---------- */
.three{display:grid;gap:2.25rem}
.hours{width:100%;border-collapse:collapse;font-size:.9375rem;max-width:22rem}
.hours th,.hours td{padding:.55rem 0;text-align:left;border-bottom:1px solid var(--line);font-weight:400}
.hours th{color:var(--ink)}
.hours td{text-align:right;color:var(--body);font-variant-numeric:tabular-nums}
/* "Fermé" decides whether someone walks over. #8a7f70 was 3.26:1 on terrazzo, a fail;
   #6E6459 is 4.81:1. Italic stays, so closed days are not signalled by colour alone. */
.hours .shut{color:#6E6459;font-style:italic}
.addr{margin:0 0 .5rem;font:400 1.0625rem/1.45 var(--serif)}
.three p{color:var(--body);font-size:.9375rem;margin:0 0 .8rem}
.amen{list-style:none;margin:.9rem 0 0;padding:0;display:grid;gap:.5rem}
.amen li{position:relative;padding-left:1.5rem;font-size:.875rem;color:var(--body)}
.amen li::before{
  content:"";position:absolute;left:0;top:.42rem;width:.55rem;height:.55rem;
  background:var(--oak);border-radius:1px;transform:rotate(45deg);
}
.pay{font-weight:500;color:var(--ink)!important}

/* ---------- closing call ---------- */
.contact-in{max-width:34rem;margin:0 auto;text-align:center}
.contact-in .fascia{justify-content:center}
.contact-in .cta{justify-content:center}
.contact-in .lede{margin-left:auto;margin-right:auto}

/* ---------- footer ---------- */
.foot{background:var(--ink);color:rgba(245,240,232,.72);padding:2.75rem 0;font-size:.9375rem;border-top:1px solid rgba(245,240,232,.14)}
.foot-in{display:grid;gap:1.75rem}
.foot p{margin:0;line-height:1.7}
.foot-brand{display:flex;align-items:center;gap:.65rem;color:var(--cream);font:500 1.1875rem/1 var(--serif)}
.foot-brand .mark{width:29px;height:42px}
/* Lens measured three targets under 44px here, correctly: the footer is where a thumb goes
   for the email. Each link is its own 44px row now, which is why these are blocks and not
   <br>-separated runs. Re-measured in the browser at 360px: nothing under 44px anywhere. */
.foot-lines{display:flex;flex-direction:column;align-items:flex-start;gap:.1rem}
.foot a{
  color:var(--cream);text-decoration-thickness:1px;text-underline-offset:3px;
  display:inline-flex;align-items:center;
  min-height:44px;padding:.25rem 0;
}
.foot-lines a{margin-top:.1rem}
.foot-static{padding:.25rem 0}

/* ---------- wider screens ---------- */
@media (min-width:38rem){
  .facts{grid-template-columns:1fr 1fr;gap:1.5rem}
  .cards{grid-template-columns:1fr 1fr}
  .three{grid-template-columns:1fr 1fr}
  .shots-pair{grid-template-columns:1fr 1fr}
}
@media (min-width:58rem){
  .hero{padding-top:clamp(3.5rem,7vw,6rem)}
  .hero-mark{display:block;position:absolute;pointer-events:none;opacity:.14;
    width:19rem;height:auto;right:1rem;top:-1rem}
  .cards{grid-template-columns:repeat(3,1fr)}
  .split{grid-template-columns:1.15fr .85fr;gap:4rem}
    .arch{aspect-ratio:4/3.2}
  .shot-lead img{aspect-ratio:2/1}
  .three{grid-template-columns:repeat(3,1fr);gap:3rem}
  .foot-in{grid-template-columns:1fr 1fr 1fr;align-items:start}
}

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