/* louer.chiroparis.net — landing page sous-location, charte reprise de chiroparis.net */

:root {
  --cream: #F7F4EF;
  --warm-white: #FDFCFA;
  --charcoal: #1C1C1C;
  --text: #2E2E2E;
  --muted: #7A7A7A;
  --gold: #B8965A;
  --gold-light: #D4B07A;
  --border: #E0DAD0;
  --section-bg: #F0EBE2;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: 'DM Sans', sans-serif;
  background: var(--warm-white);
  color: var(--text);
  font-size: 16px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
.container { max-width: 1140px; margin: 0 auto; padding: 0 24px; }
section { padding: 90px 0; }
@media (max-width: 900px) { section { padding: 56px 0; } }

h1, h2, h3, .serif {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 300;
  color: var(--charcoal);
  line-height: 1.15;
}
.eyebrow {
  font-family: 'DM Sans', sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 14px;
  display: block;
}
.section-title { font-size: clamp(30px, 3.6vw, 44px); margin-bottom: 18px; }
.section-lead { font-size: 16.5px; color: var(--muted); max-width: 640px; line-height: 1.75; }
.section-head { text-align: center; max-width: 700px; margin: 0 auto 50px; }

/* ── boutons ── */
.btn-primary {
  display: inline-flex; align-items: center; gap: 10px;
  background: var(--gold); color: #fff;
  font-family: 'DM Sans', sans-serif; font-size: 13px; font-weight: 500;
  letter-spacing: .1em; text-transform: uppercase; text-decoration: none;
  padding: 15px 32px; border: none; cursor: pointer;
  transition: background .2s;
}
.btn-primary:hover { background: var(--charcoal); }
.btn-ghost {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: 'DM Sans', sans-serif; font-size: 12px; font-weight: 500;
  letter-spacing: .1em; text-transform: uppercase; text-decoration: none;
  color: rgba(255,255,255,.8); border: 1px solid rgba(255,255,255,.3);
  padding: 13px 28px; transition: color .2s, border-color .2s; min-height: 44px;
}
.btn-ghost:hover { color: var(--gold); border-color: var(--gold); }
.btn-outline {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: 'DM Sans', sans-serif; font-size: 12px; font-weight: 500;
  letter-spacing: .1em; text-transform: uppercase; text-decoration: none;
  color: var(--charcoal); border: 1px solid var(--border);
  padding: 13px 26px; transition: color .2s, border-color .2s;
}
.btn-outline:hover { color: var(--gold); border-color: var(--gold); }

/* ── header ── */
#site-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  display: flex; align-items: center; justify-content: space-between;
  padding: 18px 32px; background: rgba(253,252,250,.92); backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--border);
}
.sh-logo { font-family: 'Cormorant Garamond', serif; font-size: 20px; color: var(--charcoal); text-decoration: none; }
.sh-logo span { display: block; font-family: 'DM Sans', sans-serif; font-size: 10px; letter-spacing: .1em; text-transform: uppercase; color: var(--gold); }
.sh-phone { display: flex; align-items: center; gap: 8px; text-decoration: none; color: var(--charcoal); font-weight: 500; font-size: 14px; }
.sh-phone svg { width: 16px; height: 16px; color: var(--gold); }
@media (max-width: 640px) { #site-header { padding: 14px 18px; } .sh-logo { font-size: 17px; } .sh-phone span { display: none; } }

/* ── hero ── */
.hero { position: relative; min-height: 100vh; display: flex; align-items: flex-end; color: #fff; }
.hero-bg { position: absolute; inset: 0; z-index: 0; }
.hero-bg img { width: 100%; height: 100%; object-fit: cover; }
.hero-bg::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(28,28,28,.15) 0%, rgba(28,28,28,.35) 55%, rgba(28,28,28,.82) 100%);
}
.hero-inner { position: relative; z-index: 1; padding: 0 32px 90px; max-width: 780px; }
.hero-eyebrow { font-size: 12px; font-weight: 500; letter-spacing: .16em; text-transform: uppercase; color: var(--gold-light); margin-bottom: 18px; display:block; }
.hero-title { font-size: clamp(38px, 6vw, 64px); color: #fff; margin-bottom: 20px; }
.hero-sub { font-size: 17px; color: rgba(255,255,255,.85); max-width: 560px; margin-bottom: 34px; line-height: 1.7; }
.hero-actions { display: flex; gap: 16px; flex-wrap: wrap; }
@media (max-width: 640px) { .hero-inner { padding: 0 20px 60px; } .hero-actions { flex-direction: column; align-items: flex-start; } }

/* ── coup d'oeil ── */
.glance { background: var(--section-bg); }
.glance-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; margin-bottom: 56px; }
.glance-card { text-align: center; }
.glance-num { font-family: 'Cormorant Garamond', serif; font-size: 40px; color: var(--gold); margin-bottom: 10px; }
.glance-title { font-family: 'DM Sans', sans-serif; font-weight: 500; font-size: 15px; color: var(--charcoal); margin-bottom: 8px; }
.glance-text { font-size: 13.5px; color: var(--muted); line-height: 1.6; }
.glance-photos { display: grid; grid-template-columns: 1.4fr 1fr; gap: 20px; }
.glance-photos img { width: 100%; height: 100%; object-fit: cover; border-radius: 4px; }
@media (max-width: 900px) { .glance-grid { grid-template-columns: repeat(2, 1fr); } .glance-photos { grid-template-columns: 1fr; } }

/* ── offres (cartes) ── */
.offers-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; }
.offer-card { background: var(--warm-white); border: 1px solid var(--border); padding: 40px 34px; }
.offer-kicker { font-size: 12px; font-weight: 500; letter-spacing: .1em; text-transform: uppercase; color: var(--gold); margin-bottom: 10px; }
.offer-title { font-size: 27px; margin-bottom: 18px; }
.offer-meta { display: flex; gap: 22px; flex-wrap: wrap; margin-bottom: 20px; padding-bottom: 20px; border-bottom: 1px solid var(--border); }
.offer-meta-item { }
.offer-meta-label { font-size: 10.5px; text-transform: uppercase; letter-spacing: .08em; color: var(--muted); margin-bottom: 4px; }
.offer-meta-val { font-family: 'DM Sans', sans-serif; font-weight: 500; font-size: 15px; color: var(--charcoal); }
.offer-desc { font-size: 14.5px; color: var(--muted); line-height: 1.75; margin-bottom: 26px; }
@media (max-width: 900px) { .offers-grid { grid-template-columns: 1fr; } }

/* ── galerie ── */
.gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 170px; gap: 10px; }
.gallery-grid a { display: block; overflow: hidden; border-radius: 4px; position: relative; }
.gallery-grid img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.gallery-grid a:hover img { transform: scale(1.06); }
.gallery-grid .g-wide { grid-column: span 2; }
.gallery-grid .g-tall { grid-row: span 2; }
.gallery-plan { margin-top: 30px; text-align: center; }
.gallery-plan img { max-width: 620px; margin: 0 auto; border: 1px solid var(--border); }
.gallery-plan-cap { font-size: 13px; color: var(--muted); margin-top: 12px; }
@media (max-width: 900px) { .gallery-grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 140px; } .gallery-grid .g-wide { grid-column: span 2; } }
@media (max-width: 480px) { .gallery-grid { grid-template-columns: 1fr; } .gallery-grid .g-wide { grid-column: span 1; } .gallery-grid .g-tall { grid-row: span 1; } }

/* lightbox */
#lightbox { position: fixed; inset: 0; background: rgba(20,20,20,.94); z-index: 200; display: none; align-items: center; justify-content: center; padding: 24px; }
#lightbox.open { display: flex; }
#lightbox img { max-width: 92vw; max-height: 86vh; object-fit: contain; }
#lightbox .lb-close { position: absolute; top: 22px; right: 26px; color: #fff; font-size: 32px; background: none; border: none; cursor: pointer; line-height: 1; }
#lightbox .lb-nav { position: absolute; top: 50%; transform: translateY(-50%); background: rgba(255,255,255,.1); border: none; color: #fff; font-size: 22px; padding: 14px 18px; cursor: pointer; }
#lightbox .lb-prev { left: 16px; } #lightbox .lb-next { right: 16px; }

/* ── détail offre ── */
.detail { border-top: 1px solid var(--border); }
.detail-grid { display: grid; grid-template-columns: 1.3fr 1fr; gap: 60px; align-items: start; }
.detail-block { margin-bottom: 26px; }
.detail-block h3 { font-family: 'DM Sans', sans-serif; font-weight: 500; font-size: 13px; text-transform: uppercase; letter-spacing: .08em; color: var(--gold); margin-bottom: 12px; }
ul.plain-list { list-style: none; }
ul.plain-list li { padding-left: 18px; position: relative; margin-bottom: 8px; font-size: 14.5px; color: var(--text); }
ul.plain-list li::before { content: '—'; position: absolute; left: 0; color: var(--gold); }
table.modal-table { width: 100%; border-collapse: collapse; }
table.modal-table td { padding: 11px 0; font-size: 14px; border-bottom: 1px solid var(--border); }
table.modal-table td.l { color: var(--muted); width: 44%; }
table.modal-table td.v { font-weight: 500; color: var(--charcoal); }
.side-card { background: var(--section-bg); padding: 30px; }
.side-card + .side-card { margin-top: 20px; }
.note-warn { background: #F5EEE3; border-left: 3px solid var(--gold); padding: 14px 18px; font-size: 13.5px; color: var(--muted); line-height: 1.6; }
@media (max-width: 900px) { .detail-grid { grid-template-columns: 1fr; gap: 34px; } }

/* tarifs */
table.tarif-table { width: 100%; border-collapse: collapse; margin-bottom: 20px; }
table.tarif-table th { background: var(--charcoal); color: #fff; font-weight: 500; font-size: 12px; text-transform: uppercase; letter-spacing: .06em; padding: 13px 10px; text-align: center; }
table.tarif-table td { text-align: center; padding: 13px 10px; font-size: 14.5px; border-bottom: 1px solid var(--border); }
table.tarif-table td.price { font-family: 'Cormorant Garamond', serif; font-size: 21px; color: var(--gold); font-weight: 600; }
table.tarif-table tr:nth-child(even) td { background: rgba(184,150,90,.05); }

/* ── lieu ── */
.place-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: start; }
.place-block { margin-bottom: 26px; }
.place-block h3 { font-family: 'DM Sans', sans-serif; font-weight: 500; font-size: 13px; text-transform: uppercase; letter-spacing: .08em; color: var(--gold); margin-bottom: 10px; }
#map { width: 100%; height: 340px; border: 1px solid var(--border); filter: grayscale(15%); }
@media (max-width: 900px) { .place-grid { grid-template-columns: 1fr; } }

/* ── inclus ── */
.included { background: var(--charcoal); color: #fff; }
.included .section-head h2 { color: #fff; }
.included .section-lead { color: rgba(255,255,255,.6); margin: 0 auto; text-align: center; }
.inc-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; margin-top: 50px; }
.inc-item { display: flex; align-items: center; gap: 12px; font-size: 14px; color: rgba(255,255,255,.85); padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,.1); }
.inc-item svg { width: 18px; height: 18px; color: var(--gold-light); flex-shrink: 0; }
.inc-note { text-align: center; margin-top: 40px; font-size: 13.5px; color: rgba(255,255,255,.55); font-style: italic; }
@media (max-width: 900px) { .inc-grid { grid-template-columns: repeat(2, 1fr); } }

/* ── horaires ── */
.hours-box { max-width: 640px; margin: 0 auto; background: var(--section-bg); padding: 40px; text-align: center; }
.hours-row { display: flex; justify-content: space-between; padding: 12px 0; border-bottom: 1px solid var(--border); font-size: 15px; }
.hours-row:last-child { border-bottom: none; }
.hours-row span:first-child { color: var(--muted); }
.hours-row span:last-child { font-weight: 500; color: var(--charcoal); }
.hours-note { margin-top: 20px; font-size: 13px; color: var(--muted); }

/* ── contact ── */
.contact-section { background: var(--cream); }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: start; }
.contact-phone-block { text-align: center; background: #fff; border: 1px solid var(--border); padding: 46px 30px; }
.contact-phone-block .label { font-size: 12px; text-transform: uppercase; letter-spacing: .1em; color: var(--muted); margin-bottom: 14px; }
.contact-phone-block a.phone-link { font-family: 'Cormorant Garamond', serif; font-size: 38px; color: var(--charcoal); text-decoration: none; display: block; margin-bottom: 18px; }
.contact-phone-block .modal { font-size: 13.5px; color: var(--muted); }
@media (max-width: 900px) { .contact-grid { grid-template-columns: 1fr; gap: 34px; } }

/* ── footer ── */
footer { background: var(--charcoal); color: rgba(255,255,255,.6); padding: 50px 0 30px; font-size: 13.5px; }
.footer-inner { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 24px; margin-bottom: 30px; }
.footer-inner a { color: rgba(255,255,255,.75); text-decoration: none; }
.footer-inner a:hover { color: var(--gold-light); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); padding-top: 20px; font-size: 12px; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 10px; }

.skip-anchor { scroll-margin-top: 76px; }
