:root {
  --cream: #F6F1E6;
  --cream-soft: #FBF8F1;
  --ink: #1F241E;
  --pine: #2E4A3B;
  --pine-light: #3D5A4A;
  --pink: #D63E77;
  --pink-hover: #B82E62;
  --olive: #4F6B58;
  --amber: #C98A3E;
  --line: rgba(31, 36, 30, 0.12);
  --radius: 20px;
  --radius-sm: 10px;
  --shadow: 0 12px 32px -12px rgba(46, 74, 59, 0.15);
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
summary:focus-visible {
  outline: 2px solid var(--pink);
  outline-offset: 2px;
}
body {
  background-color: var(--cream);
  color: var(--ink);
  font-family: 'Work Sans', sans-serif;
  font-size: 16px;
  line-height: 1.6;
}

.wrap { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.section-padded { padding: 80px 0; }
.bg-soft { background-color: var(--cream-soft); }
.bg-pine { background-color: var(--pine); color: var(--cream); }

h1, h2, h3 {
  font-family: 'Fraunces', serif;
  color: var(--pine);
  line-height: 1.2;
}
.light h2, .light p { color: var(--cream); }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 26px;
  border-radius: 50px;
  font-weight: 600;
  text-decoration: none;
  border: 2px solid transparent;
  cursor: pointer;
  transition: all 0.2s ease;
}
.btn-primary { background: var(--pink); color: #fff; }
.btn-primary:hover { background: var(--pink-hover); transform: translateY(-2px); }
.btn-ghost { background: transparent; color: var(--pine); border-color: var(--pine); }
.btn-ghost:hover { background: var(--pine); color: #fff; }

/* En-tête & Navigation */
header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(246, 241, 230, 0.95);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--line);
}
.nav-wrap { display: flex; align-items: center; justify-content: space-between; height: 70px; }
.logo { font-family: 'Fraunces', serif; font-size: 26px; font-weight: 700; color: var(--pine); text-decoration: none; }
.logo .dot { color: var(--pink); }
.nav-links { display: flex; list-style: none; gap: 28px; align-items: center; }
.nav-links a { text-decoration: none; color: var(--ink); font-weight: 500; }
.nav-links a:hover { color: var(--pink); }
.menu-toggle { display: none; background: none; border: none; cursor: pointer; }

/* Hero */
.hero { padding: 60px 0; }
.hero-grid { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 40px; align-items: center; }
.eyebrow {
  display: inline-block;
  font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em;
  color: var(--pink); background: rgba(214, 62, 119, 0.1);
  padding: 6px 14px; border-radius: 50px; margin-bottom: 16px;
}
.eyebrow.light { background: rgba(255,255,255,0.15); color: var(--cream); }
.hero h1 { font-size: clamp(32px, 4.5vw, 48px); margin-bottom: 20px; }
.hero h1 em { color: var(--pink); font-style: italic; }
.hero .lede { font-size: 18px; color: var(--pine-light); margin-bottom: 30px; }
.hero-ctas { display: flex; gap: 14px; margin-bottom: 30px; flex-wrap: wrap; }
.trust-badges { display: flex; gap: 20px; font-size: 14px; font-weight: 600; color: var(--pine); flex-wrap: wrap; }
.hero-illustration { display: flex; justify-content: center; }
.hero-illustration img { width: 100%; height: auto; border-radius: var(--radius); }

.media-panel {
  position: relative;
  width: min(100%, 520px);
  aspect-ratio: 1;
  border-radius: 28px;
  background: #f2eadb;
  border: 1px solid rgba(31, 36, 30, 0.08);
  box-shadow: 0 18px 32px -20px rgba(31, 36, 30, 0.18);
  overflow: hidden;
}

.bike-scene {
  background: linear-gradient(#f6f1e6, #efe3d0);
}
.wheel {
  position: absolute;
  bottom: 46px;
  width: 146px;
  height: 146px;
  border-radius: 50%;
  border: 8px solid #1f1d1c;
  background: rgba(255,255,255,0.15);
}
.wheel.left { left: 60px; }
.wheel.right { right: 60px; }
.wheel::before {
  content: "";
  position: absolute;
  inset: 26px;
  border-radius: 50%;
  background: #d9d0c4;
  border: 4px solid #1f1d1c;
}
.cargo {
  position: absolute;
  left: 184px;
  bottom: 170px;
  width: 210px;
  height: 100px;
  background: #bf8653;
  border: 5px solid #70492a;
  border-radius: 12px;
}
.cargo::before,
.cargo::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 4px;
  background: rgba(72, 46, 26, 0.7);
}
.cargo::before { left: 50px; }
.cargo::after { right: 50px; }
.dog {
  position: absolute;
  left: 302px;
  bottom: 212px;
  width: 76px;
  height: 46px;
  background: #2b2a2a;
  border-radius: 50% 50% 46% 46%;
}
.dog::before,
.dog::after {
  content: "";
  position: absolute;
  top: 8px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #efeee8;
}
.dog::before { left: 17px; }
.dog::after { right: 17px; }
.rider {
  position: absolute;
  left: 50%;
  top: 42px;
  width: 180px;
  height: 280px;
  transform: translateX(-50%);
}
.rider .head {
  position: absolute;
  left: 55px;
  top: 0;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #d9a57d;
  border: 6px solid #1f1d1c;
}
.rider .body {
  position: absolute;
  left: 34px;
  top: 72px;
  width: 110px;
  height: 120px;
  background: #4f8b60;
  border-radius: 18px 18px 10px 10px;
}
.rider .arm {
  position: absolute;
  top: 90px;
  width: 18px;
  height: 110px;
  background: #4f8b60;
  border-radius: 12px;
}
.rider .arm.left { left: 24px; transform: rotate(28deg); }
.rider .arm.right { right: 24px; transform: rotate(-28deg); }
.rider .leg {
  position: absolute;
  bottom: 0;
  width: 18px;
  height: 118px;
  background: #1f1d1c;
  border-radius: 12px;
}
.rider .leg.left { left: 56px; }
.rider .leg.right { right: 56px; }

.portrait-scene {
  background: linear-gradient(#f7f1e6, #f0e5d7);
}
.portrait-head {
  position: absolute;
  left: 50%;
  top: 88px;
  width: 112px;
  height: 112px;
  transform: translateX(-50%);
  border-radius: 50%;
  background: #d9a57d;
  border: 6px solid #1f1d1c;
}
.portrait-body {
  position: absolute;
  left: 50%;
  top: 198px;
  width: 190px;
  height: 230px;
  transform: translateX(-50%);
  background: #4f8b60;
  border-radius: 18px 18px 12px 12px;
}
.portrait-arm {
  position: absolute;
  top: 216px;
  width: 18px;
  height: 148px;
  background: #4f8b60;
  border-radius: 12px;
}
.portrait-arm.left { left: 218px; transform: rotate(16deg); }
.portrait-arm.right { right: 218px; transform: rotate(-16deg); }
.portrait-leg {
  position: absolute;
  bottom: 42px;
  width: 20px;
  height: 170px;
  background: #1f1d1c;
  border-radius: 12px;
}
.portrait-leg.left { left: 332px; }
.portrait-leg.right { right: 332px; }

.about-image .media-panel { width: min(100%, 420px); }

/* Grille de Services */
.section-head { text-align: center; max-width: 600px; margin: 0 auto 48px; }
.section-head h2 { font-size: 32px; margin-top: 10px; }
.section-head p { margin-top: 14px; font-size: 16px; color: var(--pine-light); }
.section-head.light p { color: rgba(255,255,255,0.85); }
.services-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 20px; }
.service-card {
  background: var(--cream-soft);
  border: 1px solid var(--line);
  padding: 24px; border-radius: var(--radius-sm);
  display: flex; justify-content: space-between; align-items: flex-start;
  gap: 18px;
}
.service-card h3 { font-size: 18px; margin-bottom: 8px; }
.service-card p { font-size: 14px; color: var(--pine-light); margin-bottom: 10px; }
.service-card .price { font-family: 'Fraunces', serif; font-size: 22px; font-weight: 700; color: var(--pink); flex-shrink: 0; }
.service-details {
  list-style: none; display: flex; flex-wrap: wrap; gap: 8px;
  margin: 0; padding: 0;
}
.service-details li {
  font-size: 12px; font-weight: 600; color: var(--pine);
  background: rgba(46, 74, 59, 0.06); border-radius: 999px;
  padding: 6px 10px;
}

.pricing-table {
  background: var(--cream-soft);
  border: 1px solid var(--line);
  border-radius: 20px;
  overflow: hidden;
  margin-top: 24px;
}

.pricing-grid {
  display: grid;
  grid-template-columns: 1.5fr 1.2fr 0.9fr 1fr;
  gap: 16px;
  align-items: center;
  padding: 18px 20px;
}

.pricing-header {
  background: rgba(46, 74, 59, 0.08);
  font-weight: 700;
  color: var(--pine);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 12px;
}

.pricing-row + .pricing-row {
  border-top: 1px solid var(--line);
}

.service-name {
  font-weight: 700;
  color: var(--ink);
}

.price-block, .addon, .hours {
  font-size: 14px;
  color: var(--pine-light);
  line-height: 1.5;
}

.price-block {
  font-weight: 700;
  color: var(--pine);
}

.price-block small,
.addon small {
  display: block;
  font-size: 12px;
  color: var(--pine-light);
  font-weight: 500;
  margin-top: 4px;
}

.extra-info {
  margin-top: 18px;
  background: rgba(214, 62, 119, 0.06);
  border: 1px solid rgba(214, 62, 119, 0.14);
  border-radius: 14px;
  padding: 16px 18px;
}

.extra-info-title {
  font-weight: 700;
  color: var(--pink);
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 10px;
}

.extra-info ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  color: var(--pine);
  font-size: 14px;
}

@media (max-width: 768px) {
  .pricing-grid {
    grid-template-columns: 1fr;
  }

  .pricing-header {
    display: none;
  }

  .pricing-row {
    padding: 18px 16px;
  }

  .pricing-row > div + div {
    margin-top: 10px;
  }

  .price-block::before,
  .addon::before,
  .hours::before {
    content: attr(data-label);
    display: block;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: var(--pine-light);
    margin-bottom: 4px;
    opacity: 0.7;
  }
}

/* Carte de fidélité */
.loyalty-card {
  max-width: 640px;
  margin: 0 auto;
  text-align: center;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 48px 32px;
  box-shadow: var(--shadow);
}
.loyalty-card h2 { font-size: 28px; }
.loyalty-card p { margin-top: 12px; color: var(--pine-light); font-size: 16px; }
.loyalty-dots {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 28px;
}
.loyalty-dots span {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 2px dashed rgba(214, 62, 119, 0.4);
}
.loyalty-dots .loyalty-dot-free {
  width: auto;
  min-width: 34px;
  height: 34px;
  border-radius: 999px;
  border: none;
  background: var(--pink);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 700;
  padding: 0 10px;
}

/* À propos */
.about-grid { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: 48px; align-items: center; }
.about-image img { width: 100%; height: auto; border-radius: var(--radius); }
.about-content p { margin-top: 16px; font-size: 17px; }

.feature-list {
  list-style: none;
  margin: 32px 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.feature-list li {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  padding: 18px 20px;
}
.feature-list h3 { font-size: 16px; }
.feature-list p { margin-top: 6px; font-size: 14px; color: var(--pine-light); }

/* Zone couverte */
.zone-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.4fr;
  gap: 24px;
  align-items: stretch;
}
.zone-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.zone-list li { display: block; }
.zone-item {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  background: var(--cream-soft);
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  padding: 14px 18px;
  font: inherit;
  cursor: pointer;
  text-align: left;
  transition: border-color 0.15s ease, background 0.15s ease, transform 0.15s ease;
}
.zone-item:hover,
.zone-item:focus-visible,
.zone-item.is-active {
  background: #fff;
  border-color: var(--pine);
  transform: translateY(-1px);
}
.zone-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  flex-shrink: 0;
}
.zone-dot-centre { background: var(--pink); }
.zone-dot-smh { background: var(--pine); }
.zone-dot-echirolles { background: var(--amber); }
.zone-dot-autres { background: transparent; border: 2px dashed rgba(31, 36, 30, 0.4); }
.zone-name { font-weight: 600; color: var(--ink); flex: 1; }
.zone-tag {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--pine);
  background: rgba(46, 74, 59, 0.1);
  border-radius: 999px;
  padding: 5px 12px;
  white-space: nowrap;
}
.zone-tag-devis { color: var(--pink); background: rgba(214, 62, 119, 0.1); }
.zone-map {
  min-height: 320px;
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}
.zone-map-canvas { width: 100%; height: 100%; min-height: 320px; background: var(--cream-soft); }
.zone-map-canvas .leaflet-popup-content-wrapper {
  border-radius: 12px;
  font-family: 'Work Sans', sans-serif;
}
.zone-map-canvas .leaflet-popup-content strong { color: var(--pine); }

@media (max-width: 768px) {
  .zone-grid { grid-template-columns: 1fr; }
  .zone-map,
  .zone-map-canvas { min-height: 260px; }
}

/* FAQ */
.faq-list { max-width: 750px; margin: 0 auto; display: flex; flex-direction: column; gap: 14px; }
.faq-item {
  background: var(--cream-soft);
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  padding: 16px 20px;
}
.faq-item summary { font-weight: 600; font-size: 17px; cursor: pointer; color: var(--pine); }
.faq-item p { margin-top: 12px; font-size: 15px; color: var(--ink); }

/* Contact */
.contact-wrap { max-width: 900px; }
.contact-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 20px;
  margin-top: 24px;
}
.contact-card {
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 18px;
  padding: 28px 22px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  word-break: break-word;
}
.contact-label {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(255,255,255,0.72);
  font-weight: 700;
}
.contact-card a {
  color: var(--cream);
  text-decoration: none;
  font-size: 17px;
  font-weight: 500;
}

.bg-pine .btn-ghost { color: var(--cream); border-color: rgba(255,255,255,0.4); }
.bg-pine .btn-ghost:hover { background: rgba(255,255,255,0.12); color: var(--cream); }

/* Formulaire de réservation */
.reservation-form-wrap {
  margin-top: 48px;
  padding-top: 40px;
  border-top: 1px solid rgba(255,255,255,0.14);
}
.reservation-form-wrap h3 { color: var(--cream); font-size: 22px; }
.reservation-intro { color: rgba(255,255,255,0.75); font-size: 15px; margin-top: 8px; margin-bottom: 24px; }

.reservation-form { display: flex; flex-direction: column; gap: 18px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.form-field { display: flex; flex-direction: column; gap: 6px; }
.form-field label { font-size: 13px; font-weight: 600; color: rgba(255,255,255,0.85); }

.form-field input,
.form-field select,
.form-field textarea {
  font: inherit;
  font-size: 15px;
  padding: 12px 14px;
  border-radius: 10px;
  border: 1px solid rgba(255,255,255,0.2);
  background: rgba(255,255,255,0.08);
  color: var(--cream);
}
.form-field input::placeholder,
.form-field textarea::placeholder { color: rgba(255,255,255,0.45); }
.form-field select option { color: var(--ink); }
.form-field textarea { resize: vertical; min-height: 90px; }

.date-range { display: flex; align-items: center; gap: 10px; }
.date-range input { flex: 1; min-width: 0; }
.date-range-sep { font-size: 13px; color: rgba(255,255,255,0.6); flex-shrink: 0; }
.form-field input[type="date"]::-webkit-calendar-picker-indicator { filter: invert(1); cursor: pointer; }

@media (max-width: 480px) {
  .date-range { flex-direction: column; align-items: stretch; gap: 6px; }
  .date-range-sep { text-align: center; }
}

.form-honey { position: absolute; left: -9999px; width: 1px; height: 1px; opacity: 0; }

.form-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 6px; }
.form-status { font-size: 14px; min-height: 20px; }
.form-status.success { color: #8FD6A8; }
.form-status.error { color: #F3A6A6; }

@media (max-width: 640px) {
  .form-row { grid-template-columns: 1fr; }
}

/* Photos */
.photo-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 24px;
}
.photo-grid img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  border-radius: 18px;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

/* Footer */
footer { padding: 30px 0; border-top: 1px solid var(--line); }
.footer-content { display: flex; justify-content: space-between; align-items: center; font-size: 14px; color: var(--pine-light); }

/* Responsive */
@media (max-width: 768px) {
  .hero-grid, .about-grid, .form-row { grid-template-columns: 1fr; }
  .nav-links { display: none; }
  .menu-toggle { display: block; }
}