
/* Rendez-vous */
.appointment-guide{display:grid;grid-template-columns:42% 50%;column-gap:var(--column-gap);align-items:start}
.appointment-guide-heading{max-width:500px}
.appointment-guide-heading>p:not(.eyebrow){font-size:14px;line-height:1.9;margin-top:24px;max-width:390px}
.appointment-steps{grid-column:2;margin:0;padding:0;list-style:none;border-top:1px solid var(--line)}
.appointment-steps li{display:grid;grid-template-columns:54px 1fr;column-gap:20px;padding:27px 0 30px;border-bottom:1px solid var(--line)}
.appointment-steps li>span{grid-row:1/3;font-size:8px;letter-spacing:1.6px;color:var(--muted);padding-top:8px}
.appointment-steps h3{font-size:25px}
.appointment-steps p{font-size:13px;line-height:1.8;max-width:430px;margin-top:9px;color:var(--muted)}

.contact{grid-template-columns:38% 54%;align-items:start}
.contact-intro{grid-column:1;grid-row:1;padding-right:8%}
.contact-intro>p:not(.eyebrow):not(.hand){max-width:380px}

.contact-form-wrap{grid-column:2;grid-row:1}
.contact-form{border-top:1px solid #cfc8bc;padding-top:8px}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:0 28px}
.contact-form label{display:flex;flex-direction:column;gap:8px;font-size:9px;text-transform:uppercase;letter-spacing:1.45px;color:var(--muted);padding-top:22px}
.contact-form input,.contact-form select,.contact-form textarea{width:100%;border:0;border-bottom:1px solid #cfc8bc;background:transparent;border-radius:0;color:var(--ink);font:300 14px/1.55 var(--sans);padding:6px 0 12px;outline:none}
.contact-form textarea{resize:vertical;min-height:112px}
.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus{border-bottom-color:#817359}
.contact-form select{appearance:auto}
.optional{text-transform:none;letter-spacing:0;font-size:9px;color:#9a9387}
.form-action{display:flex;align-items:flex-end;justify-content:space-between;gap:28px;margin-top:30px}
.form-submit{border:0;border-bottom:1px solid #8c8375;background:transparent;color:var(--ink);padding:9px 0;display:inline-flex;align-items:center;gap:36px;font-size:11px;cursor:pointer;white-space:nowrap}
.form-submit:hover{gap:46px}
.form-note{font-size:9px;line-height:1.6;color:var(--muted);max-width:260px;text-align:right}
.form-status{font-size:11px;margin-top:16px;min-height:1.5em;color:var(--muted)}
.contact-address{grid-column:1/-1;grid-row:2}
@media(max-width:1000px){
  .appointment-guide{grid-template-columns:44% 50%;column-gap:6%}
  .contact{grid-template-columns:40% 54%;column-gap:6%}
}
@media(max-width:760px){
  .appointment-guide{display:block}
  .appointment-guide-heading>p:not(.eyebrow){font-size:14px;max-width:none}
  .appointment-steps{margin-top:44px}
  .appointment-steps li{grid-template-columns:42px 1fr;column-gap:13px;padding:24px 0 27px}
  .appointment-steps h3{font-size:26px}
  .appointment-steps p{font-size:14px}
  .contact{display:flex}
  .contact-intro{order:0;padding-right:0}
  .contact-form-wrap{order:1}
  .contact-address{order:2}
  
  .form-row{grid-template-columns:1fr}
  .contact-form label{font-size:9px;padding-top:20px}
  .contact-form input,.contact-form select,.contact-form textarea{font-size:16px}
  .form-action{display:block;margin-top:28px}
  .form-submit{font-size:12px}
  .form-note{text-align:left;margin-top:18px;max-width:none}
}

/* Lisibilité, identité & navigation — passe accessibilité */
:root{
  --muted:#716b60;
}

body{
  font-size:17px;
  line-height:1.75;
}

header{gap:24px}
.brand{width:170px}
.brand img{width:100%;height:auto;mix-blend-mode:multiply}

nav{
  gap:20px;
  font-size:13px;
  line-height:1.35;
}

.header-cta{
  font-size:13px;
  line-height:1.35;
}

.eyebrow{
  font-size:12px;
  line-height:1.45;
  letter-spacing:2px;
}

.intro{
  font-size:16px;
  line-height:1.75;
  max-width:330px;
}

.link{
  font-size:13px;
  line-height:1.45;
}

.micro{
  font-size:12px;
  line-height:1.5;
  letter-spacing:1px;
}

.hero-photo figcaption,
figure>figcaption{
  font-size:12px;
  line-height:1.5;
}

.vertical{
  font-size:12px;
  line-height:1.4;
  letter-spacing:1.6px;
}

.philosophy-copy>p:not(.eyebrow):not(.hand),
.atelier-copy>p:not(.eyebrow),
.nadilyam-copy>p:not(.eyebrow):not(.hand),
.transmission-copy>p:not(.eyebrow),
.contact-intro>p:not(.eyebrow):not(.hand),
.appointment-guide-heading>p:not(.eyebrow){
  font-size:16px;
  line-height:1.8;
}

.margin-note{
  font-size:15px;
  line-height:1.7;
}

.service-copy article h3{font-size:27px}

.number{
  font-size:12px;
  line-height:1.45;
  letter-spacing:1.3px;
}

summary{
  font-size:13px;
  line-height:1.45;
  width:148px;
}

details>p{
  font-size:16px;
  line-height:1.75;
}

details .link{
  font-size:13px;
  line-height:1.45;
}

.qualities{
  font-size:14px;
  line-height:1.6;
}

.hero-note>img{width:52px}

.appointment-steps li>span{
  font-size:12px;
  line-height:1.45;
}

.appointment-steps h3{font-size:27px}

.appointment-steps p{
  font-size:16px;
  line-height:1.75;
}

.contact-form label{
  font-size:12px;
  line-height:1.4;
  letter-spacing:1.15px;
}

.contact-form input,
.contact-form select,
.contact-form textarea{
  font-size:16px;
  line-height:1.55;
}

.optional{
  font-size:11px;
  color:var(--muted);
}

.form-submit{
  font-size:13px;
  line-height:1.4;
}

.form-note{
  font-size:12px;
  line-height:1.6;
  max-width:290px;
}

.form-status{
  font-size:13px;
  line-height:1.55;
}

.footer-logo{width:205px}

address{
  font-size:15px;
  line-height:1.75;
}

.map-link{
  font-size:13px;
  line-height:1.45;
}

.footer-bottom{
  font-size:12px;
  line-height:1.5;
}

.footer-bottom>span:nth-child(2){
  font-size:15px;
}

.hand{color:#796b54}

/* Réseaux sociaux */
.social-links{
  grid-column:2;
  display:flex;
  gap:24px;
  align-items:center;
  margin-top:22px;
}

.social-links a{
  display:inline-flex;
  align-items:center;
  gap:8px;
  font-size:13px;
  line-height:1.4;
  border-bottom:1px solid transparent;
  padding-bottom:4px;
  transition:border-color .2s ease;
}

.social-links a:hover{border-bottom-color:var(--line)}
.social-links svg{width:18px;height:18px;stroke:currentColor;fill:none;stroke-width:1.35}
.social-links a:last-child svg{fill:currentColor;stroke:none}
.social-links .social-dot{fill:currentColor;stroke:none}

/* Icônes flèche : remplacent les caractères ↗ / ↘, qui s’affichent en emoji
   colorée sur iOS, par un tracé fin qui suit toujours la taille et la
   couleur du texte environnant. */
.icon-arrow{
  width:.85em;
  height:.85em;
  margin-left:2px;
  vertical-align:-.08em;
  flex-shrink:0;
}
.icon-arrow--down{transform:scaleY(-1)}

/* Point d’insertion du futur calendrier de réservation Google */
.booking-calendar[hidden]{display:none}

/* Evite de rapetisser le menu sur les écrans intermédiaires :
   on passe plutôt au menu mobile, comme sur les sites très lisibles. */
@media(max-width:1100px){
  header{height:76px;padding:0 5%}
  .brand{width:150px}
  .header-cta{margin-left:auto;font-size:12px}
  .menu{
    display:block;
    border:0;
    background:none;
    padding:10px 0 10px 12px;
    font-size:12px;
  }
  .menu span{margin-left:7px;font-size:14px}
  nav{
    display:none;
    position:absolute;
    left:0;
    right:0;
    top:76px;
    background:var(--paper);
    padding:24px 6% 32px;
    font-size:17px;
    line-height:1.45;
    box-shadow:0 12px 15px #37342e08;
  }
  nav.open{
    display:flex;
    flex-direction:column;
    gap:10px;
  }
  .hero-note>img{width:42px}
}

@media(max-width:760px){
  body{font-size:17px}
  header{height:72px;padding:0 6%}
  .brand{width:140px}
  nav{top:72px;font-size:17px}
  .header-cta{font-size:11px}
  .eyebrow{font-size:12px}
  .intro{font-size:16px;line-height:1.72}
  .link{font-size:14px}
  .micro{font-size:11.5px}
  .hero-photo figcaption,
  figure>figcaption{font-size:12px}
  .philosophy-copy>p:not(.eyebrow):not(.hand),
  .atelier-copy>p:not(.eyebrow),
  .nadilyam-copy>p:not(.eyebrow):not(.hand),
  .transmission-copy>p:not(.eyebrow),
  .contact-intro>p:not(.eyebrow):not(.hand),
  .appointment-guide-heading>p:not(.eyebrow){font-size:16px;line-height:1.75}
  .margin-note{font-size:15px}
  .number{font-size:11.5px}
  summary{font-size:14px;min-height:46px;width:158px}
  details>p{font-size:16px}
  details .link{font-size:14px}
  .qualities{font-size:15px}
  .appointment-steps li>span{font-size:11.5px}
  .appointment-steps p{font-size:16px}
  .contact-form label{font-size:12px}
  .contact-form input,
  .contact-form select,
  .contact-form textarea{font-size:16px}
  .form-submit{font-size:14px}
  .form-note{font-size:12px;text-align:left;max-width:none}
  .form-status{font-size:13px}
  .footer-logo{width:175px}
  address{font-size:15px}
  .map-link{font-size:13px}
  .social-links{grid-column:auto;margin-top:0;gap:20px;flex-wrap:wrap}
  .social-links a{font-size:13px}
  .footer-bottom{font-size:12px}
}

@media(max-width:360px){
  .brand{width:122px}
  .header-cta{font-size:10px}
}


/* Les très petits textes restent au moins au niveau "caption" et un peu plus soutenus */
.eyebrow,
.micro,
.hero-photo figcaption,
figure>figcaption,
.vertical,
.number,
.appointment-steps li>span,
.contact-form label,
.optional,
.form-note,
.footer-bottom{
  font-weight:400;
}


/* Réservation Google Agenda */
.reservation{
  display:grid;
  grid-template-columns:34% 58%;
  column-gap:8%;
  align-items:start;
  scroll-margin-top:100px;
}

.reservation-heading{
  max-width:430px;
  position:sticky;
  top:118px;
}

.reservation-heading>p:not(.eyebrow){
  font-size:16px;
  line-height:1.8;
  margin-top:24px;
  max-width:370px;
}

.reservation-calendar{
  background:#fff;
  border:1px solid var(--line);
  border-radius:18px;
  overflow:hidden;
  min-height:600px;
}

.reservation-calendar iframe{
  display:block;
  width:100%;
  min-height:600px;
  background:#fff;
}

.reservation-note{
  grid-column:2;
  margin-top:16px;
  font-size:13px;
  line-height:1.65;
  color:var(--muted);
  max-width:600px;
}

@media(max-width:1000px){
  .reservation{
    grid-template-columns:32% 62%;
    column-gap:6%;
  }
  .reservation-heading{position:static}
}

@media(max-width:760px){
  .reservation{display:block}
  .reservation-heading{max-width:none}
  .reservation-heading>p:not(.eyebrow){
    font-size:16px;
    max-width:none;
  }
  .reservation-calendar{
    margin-top:34px;
    border-radius:12px;
    min-height:650px;
  }
  .reservation-calendar iframe{min-height:650px}
  .reservation-note{
    margin-top:14px;
    font-size:13px;
  }
}


/* --- Passe finale de lisibilité du pied de page / contact --- */
.form-submit,
.form-note,
.contact-address address,
.map-link,
.social-links a,
.footer-bottom{
  font-size:13px;
  line-height:1.55;
}

.contact-form label{
  font-size:13px;
  line-height:1.45;
}

.footer-bottom>span:nth-child(2){
  font-size:13px;
}



.social-links{
  gap:22px;
}

.social-links svg{
  width:19px;
  height:19px;
}

/* --- Réservation : choix épuré + fenêtre fixe Google Agenda --- */
.reservation{
  display:grid;
  grid-template-columns:34% 58%;
  column-gap:8%;
  align-items:start;
  scroll-margin-top:100px;
}

.reservation-heading{
  max-width:430px;
  position:sticky;
  top:118px;
}

.reservation-heading>p:not(.eyebrow){
  font-size:16px;
  line-height:1.8;
  margin-top:24px;
  max-width:390px;
}

.booking-choices{
  border-top:1px solid var(--line);
}

.booking-choice{
  width:100%;
  display:grid;
  grid-template-columns:48px 1fr 28px;
  gap:18px;
  align-items:start;
  text-align:left;
  border:0;
  border-bottom:1px solid var(--line);
  background:transparent;
  color:var(--ink);
  padding:30px 2px 30px 0;
  cursor:pointer;
  font:inherit;
  transition:padding-left .22s ease, background-color .22s ease;
}

.booking-choice:hover,
.booking-choice:focus-visible{
  padding-left:10px;
  background:#fff9;
  outline:none;
}

.booking-choice-number{
  font-size:12px;
  letter-spacing:1.3px;
  color:var(--muted);
  padding-top:6px;
}

.booking-choice-copy{
  display:flex;
  flex-direction:column;
  gap:10px;
}

.booking-choice-copy strong{
  font-family:"Cormorant Garamond",serif;
  font-size:30px;
  line-height:1.05;
  font-weight:500;
}

.booking-choice-copy small{
  max-width:510px;
  color:var(--muted);
  font-size:15px;
  line-height:1.7;
}

.booking-choice-arrow{
  font-size:18px;
  padding-top:4px;
  transition:transform .2s ease;
}

.booking-choice:hover .booking-choice-arrow{
  transform:translate(3px,-3px);
}

.reservation-note{
  grid-column:2;
  margin-top:18px;
  font-size:13px;
  line-height:1.6;
  color:var(--muted);
}

.reservation-note a{
  border-bottom:1px solid var(--line);
}

/* Native dialog = fixed centered booking window */
.booking-dialog{
  width:min(1040px,92vw);
  height:min(860px,88dvh);
  max-width:none;
  max-height:none;
  padding:0;
  border:0;
  border-radius:18px;
  background:var(--paper);
  color:var(--ink);
  box-shadow:0 30px 90px #25221d2b;
  overflow:hidden;
}

.booking-dialog::backdrop{
  background:rgba(42,39,34,.58);
  backdrop-filter:blur(3px);
}

.booking-dialog-shell{
  height:100%;
  display:flex;
  flex-direction:column;
}

.booking-dialog-head{
  min-height:92px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  padding:20px 26px 18px 30px;
  border-bottom:1px solid var(--line);
  background:var(--paper);
}

.booking-dialog-head .eyebrow{
  margin:0 0 5px;
}

.booking-dialog-head h2{
  font-size:31px;
  line-height:1;
  margin:0;
}

.booking-close{
  display:inline-flex;
  align-items:center;
  gap:12px;
  border:0;
  background:transparent;
  color:var(--ink);
  font:400 13px/1.4 var(--sans);
  cursor:pointer;
  padding:10px 0 10px 12px;
}

.booking-close span{
  font-size:24px;
  line-height:1;
  font-weight:300;
}

.booking-frame-wrap{
  flex:1;
  min-height:0;
  background:#fff;
}

.booking-frame-wrap iframe{
  display:block;
  width:100%;
  height:100%;
  min-height:100%;
  border:0;
  background:#fff;
}

body.booking-open{
  overflow:hidden;
}

@media(max-width:1000px){
  .reservation{
    grid-template-columns:32% 62%;
    column-gap:6%;
  }
  .reservation-heading{position:static}
}

@media(max-width:760px){
  .reservation{display:block}
  .reservation-heading{max-width:none}
  .reservation-heading>p:not(.eyebrow){max-width:none}

  .booking-choices{margin-top:38px}
  .booking-choice{
    grid-template-columns:38px 1fr 22px;
    gap:12px;
    padding:24px 0;
  }
  .booking-choice:hover,
  .booking-choice:focus-visible{padding-left:0;background:transparent}
  .booking-choice-copy strong{font-size:27px}
  .booking-choice-copy small{font-size:15px;line-height:1.65}

  .reservation-note{
    margin-top:16px;
    font-size:13px;
  }

  .booking-dialog{
    width:100vw;
    height:100dvh;
    border-radius:0;
  }

  .booking-dialog-head{
    min-height:80px;
    padding:16px 18px;
  }

  .booking-dialog-head h2{font-size:25px}
  .booking-close{font-size:13px}

  

  .form-submit,
  .form-note,
  .contact-address address,
  .map-link,
  .social-links a,
  .footer-bottom{
    font-size:13px;
  }
}


/* --- Ajustements de séparation, lisibilité et affordance réservation --- */
.appointment-guide + .reservation{
  margin-top:calc(var(--section-space) + 38px);
}

.reservation{
  position:relative;
  padding-top:48px;
  margin-bottom:130px;
  border-top:1px solid var(--line);
}

.reservation-heading{
  position:static;
  top:auto;
}

.booking-choices{
  display:grid;
  gap:14px;
  border-top:0;
}

.booking-choice{
  grid-template-columns:48px 1fr auto;
  gap:20px;
  border:1px solid var(--line);
  background:rgba(255,255,255,.30);
  padding:26px 24px;
  margin:0;
  border-radius:4px;
  transition:
    transform .2s ease,
    border-color .2s ease,
    background-color .2s ease,
    box-shadow .2s ease;
}

.booking-choice:hover,
.booking-choice:focus-visible{
  padding-left:24px;
  transform:translateY(-1px);
  border-color:#bdb5a8;
  background:rgba(255,255,255,.64);
  box-shadow:0 10px 26px rgba(55,52,46,.055);
}

.booking-choice-arrow{
  align-self:center;
  padding-top:0;
  font-size:12px;
  line-height:1.4;
  letter-spacing:.5px;
  white-space:nowrap;
  color:var(--muted);
}

.booking-choice:hover .booking-choice-arrow{
  transform:translateX(3px);
  color:var(--ink);
}

.footer-bottom>span:nth-child(2){
  font-size:15px;
  line-height:1.55;
}



@media(max-width:760px){
  .appointment-guide + .reservation{
    margin-top:calc(var(--section-space) + 20px);
  }

  .reservation{
    padding-top:36px;
    margin-bottom:88px;
  }

  .booking-choice{
    grid-template-columns:34px 1fr;
    gap:12px;
    padding:22px 18px;
  }

  .booking-choice:hover,
  .booking-choice:focus-visible{
    padding-left:18px;
  }

  .booking-choice-arrow{
    grid-column:2;
    justify-self:start;
    margin-top:2px;
    font-size:12px;
  }

  

  .footer-bottom>span:nth-child(2){
    font-size:14px;
  }
}


/* Signature contact — définition unique */
.contact-intro > p.hand{
  font-size:38px;
  line-height:1.05;
  font-weight:400;
  color:#817359;
  margin-top:34px;
  transform:rotate(-3deg);
}

@media(max-width:760px){
  .contact-intro > p.hand{
    font-size:37px;
    line-height:1.05;
    margin-top:30px;
  }
}
