:root { color-scheme: dark; --page: #101827; --ink: #f1eadc; --muted: #aeb4bd; --line: #424b5d; --focus: #f0bd65; --amber: #f0bd65; --blue: #9ab5d2; }
body { font-family: Georgia, "Times New Roman", serif; }
.night-head { width: min(100% - 2rem, 74rem); min-height: 94px; margin-inline: auto; display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid var(--line); }
.night-head .brand { font-weight: 500; font-style: italic; }
.night-letter { width: min(100% - 2rem, 74rem); margin-inline: auto; }
.night-title { padding: 7rem 0 4rem; text-align: center; }
.eyebrow, .night-notes header > p, .bedside-index header > p, .night-contact header > p:first-child { margin: 0 0 1.2rem; color: var(--amber); font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: .67rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
h1 { max-width: 13ch; margin: 0 auto; font-size: clamp(3.8rem, 9vw, 8rem); font-weight: 500; letter-spacing: -.06em; line-height: .88; }
.subtitle { max-width: 31ch; margin: 1.4rem auto 0; color: var(--blue); font-size: clamp(1.25rem, 2.4vw, 1.9rem); font-style: italic; line-height: 1.2; }
.quiet-note { width: min(100%, 48rem); margin: 5rem auto 0; text-align: center; }
.quiet-note > p { margin: 0 auto 1rem; font-size: clamp(1.5rem, 3vw, 2.5rem); line-height: 1.3; }
.quiet-note .app-store-action { margin-inline: auto; }
.quiet-note ol { margin: 3rem 0 0; padding: 0; list-style: none; border-top: 1px solid var(--line); text-align: left; }.quiet-note li { display: grid; grid-template-columns: 4rem 1fr; padding: .85rem 0; border-bottom: 1px solid var(--line); color: var(--muted); font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: .86rem; }.quiet-note li span { color: var(--amber); }
.night-notes { margin-top: 8rem; padding: 6rem 0; border-top: 1px solid var(--line); }
.night-notes > header { text-align: center; }.night-notes h2, .bedside-index h2, .night-contact h2 { max-width: 19ch; margin: 0 auto; font-size: clamp(2.2rem, 5vw, 4.6rem); font-weight: 500; letter-spacing: -.04em; line-height: .98; }
.night-notes > div { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 4rem; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }.night-notes article { padding: 2rem; border-right: 1px solid var(--line); }.night-notes article:first-child { padding-left: 0; }.night-notes article:last-child { padding-right: 0; border-right: 0; }.night-notes h3 { margin: 0 0 .8rem; color: var(--blue); font-weight: 500; }.night-notes article p { color: var(--muted); font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; line-height: 1.7; }
.night-notes details { max-width: 48rem; margin: 2rem auto 0; color: var(--muted); }.night-notes summary { width: fit-content; margin-left: auto; color: var(--ink); cursor: pointer; font-weight: 700; }
.bedside-index { padding: 6rem 0; border-top: 1px solid var(--line); text-align: center; }.bedside-links { max-width: 60rem; margin: 3rem auto 1.5rem; font-size: clamp(1.2rem, 2.8vw, 2rem); line-height: 1.7; }.bedside-links a { text-decoration: none; }.bedside-links span, .bedside-index > small { color: var(--muted); font-size: .8em; }
.night-contact { padding: 6rem 0; border-top: 1px solid var(--line); display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(3rem, 7vw, 7rem); }.night-contact h2 { margin-left: 0; }.night-contact header > p:last-child { color: var(--muted); font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }
.night-contact .support-form { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }
.night-footer { width: min(100% - 2rem, 74rem); min-height: 200px; margin-inline: auto; padding: 3rem 0; display: grid; grid-template-columns: 1fr auto; gap: 2rem; border-top: 1px solid var(--line); color: var(--muted); font-size: .82rem; }.night-footer p { margin: .3rem 0; }.night-footer nav { display: flex; gap: 1.3rem; }.night-footer .trademark-notice { grid-column: 1 / -1; }
@media (max-width: 760px) { .night-title { padding-top: 5rem; }.night-notes > div { grid-template-columns: 1fr; }.night-notes article, .night-notes article:first-child, .night-notes article:last-child { padding: 1.5rem 0; border-right: 0; border-bottom: 1px solid var(--line); }.night-contact { grid-template-columns: 1fr; } }
@media (max-width: 560px) { .night-footer { grid-template-columns: 1fr; }.night-footer .trademark-notice { grid-column: 1; } }

/* Vitrine : captures App Store reelles, ratio natif, aucune coupe */
.blue-hour {
  width: min(100%, 64rem);
  margin: 0 0 0 auto;
  display: grid;
  grid-template-columns: 1.14fr 1fr 1fr;
  align-items: end;
  gap: clamp(0.5rem, 1.4vw, 1rem);
}

.night-shot {
  margin: 0;
}

.night-shot:not(.night-shot--lead) {
  padding-bottom: clamp(0.7rem, 3vw, 2.4rem);
}

.blue-hour picture {
  display: block;
}

.blue-hour img {
  width: 100%;
  height: auto;
}

.blue-hour-note {
  grid-column: 1 / -1;
  margin: 0.7rem 0 0;
  color: var(--muted, #6b6b6b);
  font-size: 0.85rem;
  font-style: italic;
}

@media (max-width: 760px) {
  .blue-hour {
    width: 100%;
    grid-template-columns: none;
    grid-auto-flow: column;
    grid-auto-columns: 62%;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scroll-snap-type: x mandatory;
  }

  .night-shot {
    scroll-snap-align: center;
  }

  .night-shot:not(.night-shot--lead) {
    padding-bottom: 0;
  }

  .blue-hour-note {
    display: none;
  }
}
