/* Hiérarchie fidèle à la page publique : le nom de la section domine. */
.section .eyebrow {
  margin: 0 0 14px;
  font: clamp(42px, 5vw, 70px) / .92 'Bebas Neue', sans-serif;
  letter-spacing: 1px;
}

.hero .eyebrow {
  margin: 0 0 16px;
  font: 600 10px / 1.65 Inter, Arial, sans-serif;
  letter-spacing: 2px;
}

.section h2 {
  margin: 0 0 45px;
  color: #c7c7c7;
  font: 14px / 1.55 Inter, Arial, sans-serif;
  letter-spacing: 0;
}

@media (max-width: 760px) {
  .section .eyebrow { font-size: 48px; }
  .section h2 { margin-bottom: 35px; }
}

/* Symbole japonais fourni : affiché sans recréation ni modification. */
.brand-mark {
  width: 26px;
  height: 38px;
  border-radius: 0;
  background: #000 url('../images/logo-japonais.png') center / 70px auto no-repeat;
  color: transparent;
}

@media (max-width: 760px) {
  .brand-mark { width: 22px; height: 32px; }
}
.hero-image img,
.portfolio-grid img,
.about-image img,
.contact aside img {
  border-radius: 16px;
  background: transparent;
  overflow: hidden;
}

.portfolio-grid figure:hover img {
  transform: scale(1.15);
}
.portfolio-grid figure {
  background: transparent;
  border-radius: 16px;
  overflow: hidden;
}

.portfolio-grid figure { cursor: zoom-in; }

.lightbox {
  position: fixed;
  z-index: 20;
  inset: 0;
  display: none;
  place-items: center;
  padding: 60px 24px 24px;
  background: rgb(0 0 0 / 88%);
}

.lightbox.open { display: grid; }

.lightbox-image {
  display: block;
  max-width: min(900px, 92vw);
  max-height: 84vh;
  border-radius: 16px;
  object-fit: contain;
  box-shadow: 0 18px 60px rgb(0 0 0 / 60%);
}

.lightbox-close {
  position: absolute;
  top: 18px;
  right: 24px;
  width: 38px;
  height: 38px;
  padding: 0;
  border: 1px solid #888;
  border-radius: 50%;
  background: #111;
  color: #fff;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}

.reviews-layout { display: grid; grid-template-columns: minmax(0, 2fr) minmax(300px, .95fr); gap: 32px; align-items: start; }
.review-list { display: grid; gap: 16px; }
.review-card,.review-form,.google-review { border: 1px solid #2d2d2d; border-radius: 22px; background: #111; }
.price-grid article { border-radius: 16px; overflow: hidden; }
.price-grid .button-dark { background: #f4f3ef; color: #111; }

/* Retour visuel sur les éléments cliquables. */
a, button, .portfolio-grid figure {
  transition: transform .18s ease, background-color .18s ease, color .18s ease, filter .18s ease;
}

a:hover, button:hover, .portfolio-grid figure:hover {
  transform: translateY(-2px);
}

a:active, button:active, .portfolio-grid figure:active {
  transform: translateY(0) scale(.97);
}

.button:active, .price-grid .button-dark:active {
  background: #111 !important;
  color: #fff !important;
}

.main-nav a:active, footer a:active, .social-icon:active, .google-review:active {
  background: #202020;
  color: #fff;
}

.legal-content { max-width: 850px; }
.legal-page h1 { margin: 0 0 55px; font: clamp(58px, 8vw, 100px) / .9 'Bebas Neue', sans-serif; }
.legal-page section { margin: 0 0 42px; }
.legal-page section h2 { margin: 0 0 16px; color: #fff; font: 32px / 1 'Bebas Neue', sans-serif; letter-spacing: 1px; }
.legal-page section p { max-width: 780px; color: #c7c7c7; }
.legal-page section a { color: #fff; }
.info-box { margin: 24px 0; padding: 20px 22px; border-left: 3px solid #eee; background: #151515; }
.info-box p { margin-bottom: 0; }

/* Cartes Services et Processus. */
.service-grid article,
.process-grid li {
  padding: 28px 22px;
  border: 1px solid #3a3a3a;
  border-radius: 16px;
  background: #111;
  transition: transform .25s ease, border-color .25s ease, background-color .25s ease;
}

.service-grid article:hover,
.process-grid li:hover {
  transform: scale(1.025);
  border-color: #777;
  background: #151515;
}

.price-grid article,
.review-form {
  transition: transform .25s ease, border-color .25s ease, background-color .25s ease;
}

.price-grid article:hover,
.review-form:hover {
  transform: scale(1.02);
  border-color: #777;
  background: #151515;
}

.contact-form-card,
.contact-info-card {
  padding: 26px;
  border: 1px solid #3a3a3a;
  border-radius: 16px;
  background: #111;
}

.contact-form-card {
  margin: 0;
  background: #f4f3ef;
  border-color: #fff;
  box-shadow: 0 18px 45px rgb(0 0 0 / 18%);
}

.contact-form-card label {
  min-height: 82px;
  padding: 12px 14px;
  border: 1px solid #dedbd5;
  border-radius: 10px;
  background: #fff;
  color: #171717;
  font-weight: 700;
}

.contact-form-card label.wide { min-height: 144px; }

.contact-form-card input,
.contact-form-card select,
.contact-form-card textarea {
  padding: 0;
  border: 0;
  background: transparent;
  color: #1a1a1a;
}

.contact-form-card input::placeholder,
.contact-form-card textarea::placeholder { color: #858585; }
.contact-form-card select { color: #222; }
.contact-form-card .button-light { background: #111; color: #fff; }
.contact-form-card .form-status {
  padding: 11px 14px;
  border-radius: 9px;
  background: #e6e2da;
  color: #252525;
  font-size: 12px;
}
.contact-form-card .form-status:empty { display: none; }
.netlify-honeypot { display: none; }
.contact aside { border-left: 0; padding-left: 0; }
.contact-info-card { margin: 18px 0 0; }

@media (min-width: 761px) {
  .contact-grid { align-items: stretch; }
  .contact-form-card { height: 100%; }
}
.review-card { padding: 24px; }
.review-card header { display: flex; align-items: start; justify-content: space-between; gap: 15px; }
.review-card header span,.review-card header b,.google-review b,.google-review small { display: block; }
.review-card header span,.google-review small { color: #777; font-size: 12px; }
.review-card p { margin: 17px 0 0; color: #d2d2d2; }
.stars,.rating button { color: #ffd21f; letter-spacing: 3px; }
.review-sidebar { position: sticky; top: 96px; display: grid; gap: 20px; }
.review-form { display: grid; gap: 15px; padding: 24px; }
.review-form h3 { margin: 0 0 5px; font-size: 25px; }
.review-form label,.review-form legend { display: grid; gap: 7px; color: #777; font-size: 11px; letter-spacing: 1px; }
.review-form input,.review-form textarea { width: 100%; padding: 13px 16px; border: 1px solid #303030; border-radius: 10px; outline: 0; background: #111; color: #eee; font: 14px Inter,Arial,sans-serif; }
.review-form textarea { min-height: 105px; resize: vertical; }
.review-form fieldset { margin: 0; padding: 0; border: 0; }
.rating { display: flex; gap: 2px; margin-top: 7px; }
.rating button { padding: 0; border: 0; background: transparent; font-size: 23px; cursor: pointer; }
.rating button.muted { color: #555; }
.review-form .button { width: 100%; }
.review-status { min-height: 20px; margin: 0; color: #aaa; font-size: 12px; }
.google-review { display: flex; align-items: center; gap: 15px; padding: 22px 24px; color: #eee; text-decoration: none; }
.google-review > span { display: grid; place-items: center; width: 38px; height: 38px; border: 1px solid #333; border-radius: 50%; }
@media (max-width: 850px) { .reviews-layout { grid-template-columns: 1fr; }.review-sidebar { position: static; }.review-list { order: 2; }.review-sidebar { order: 1; } }
