/* Version PC — d'après la maquette « Pouilles PC.dc.html ».
   Chargée uniquement à partir de 1024 px (media sur le <link>) : la version mobile n'est pas concernée. */

.app.pc {
  max-width: none; margin: 0; min-height: 100vh; padding-bottom: 0;
  box-shadow: none; display: flex; align-items: flex-start;
}
.app.pc .top, .app.pc .tabs { display: none; }
.app.pc #view { flex: 1; min-width: 0; }
.pc .ms { font-variation-settings: 'FILL' 0, 'wght' 250, 'GRAD' -25; }
.pc .anim { animation: slideUpPc .26s ease both; }
@keyframes slideUpPc { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: translateY(0); } }

/* ---------- Barre latérale ---------- */
.side {
  width: 272px; flex: none; position: sticky; top: 0; height: 100vh;
  border-right: 1px solid rgba(23, 21, 18, .09); display: flex; flex-direction: column;
  background: #F2EDE4; overflow-y: auto;
}
.side-head { padding: 30px 24px 0; }
.side-kicker { font-size: 10px; letter-spacing: .17em; text-transform: uppercase; color: var(--muted); }
.side-title { font-family: var(--serif); font-size: 31px; line-height: 1.04; letter-spacing: -.02em; margin-top: 9px; }
.side-title em { font-style: italic; }
.side-sub { font-size: 12.5px; color: var(--text-2); margin-top: 9px; }

.side-progress { margin: 22px 20px 0; background: var(--card); border: 1px solid var(--line); border-radius: 16px; padding: 14px 15px; }
.side-progress-head { display: flex; align-items: baseline; justify-content: space-between; }
.side-progress-head span:first-child { font-size: 10px; letter-spacing: .13em; text-transform: uppercase; color: var(--muted); font-weight: 700; }
.side-progress-head span:last-child { font-size: 11px; font-weight: 700; color: var(--terra); }
.side-progress .bar { height: 4px; border-radius: 4px; margin: 10px 0 8px; flex: none; }
.side-progress-t { font-size: 11.5px; color: var(--muted); }

.side-nav { padding: 20px 16px 0; display: flex; flex-direction: column; gap: 3px; }
.side-tab {
  text-align: left; border: none; border-radius: 13px; padding: 12px 14px;
  display: flex; align-items: center; gap: 11px; font-size: 13.5px; font-weight: 600; letter-spacing: .01em;
  background: transparent; color: var(--text-2); transition: background .15s ease;
}
.side-tab .ms { font-size: 21px; }
.side-tab:hover { background: rgba(23, 21, 18, .05); }
.side-tab.on { background: var(--ink); color: var(--bg); }
.side-tab.on .ms { font-variation-settings: 'FILL' 1, 'wght' 300, 'GRAD' -25; }

.side-foot { margin-top: auto; padding: 20px 24px 24px; }
.side-sync { display: flex; gap: 6px; align-items: flex-start; font-size: 11.5px; line-height: 1.5; color: #9A9385; }
.side-sync .ms { font-size: 15px; color: var(--teal); margin-top: 1px; }
.side-sync .ms.off { color: var(--terra); }
.side-reset { margin-top: 10px; border: 1px solid rgba(23, 21, 18, .13); background: transparent; color: var(--text-2);
  border-radius: 12px; padding: 9px 13px; font-size: 11.5px; font-weight: 600; }
.side-reset.armed { border-color: var(--terra); color: var(--terra); }

/* ---------- Éléments communs ---------- */
.pc-label { display: flex; align-items: center; gap: 8px; margin-bottom: 14px; }
.pc-label .ms { font-size: 18px; color: var(--terra); }
.pc-label span:last-child { font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); font-weight: 700; }
.pc-label.sm { margin-bottom: 10px; }
.pc-label.sm .ms { font-size: 17px; }
.pc-label.md { margin-bottom: 11px; }
.pc-card { background: var(--card); border: 1px solid var(--line); border-radius: 16px; }
.pc-card.r18 { border-radius: 18px; }
.pc-list { padding: 4px 16px; }
.pc-list.w18 { padding: 4px 18px; }
.pc-list > * + * { border-top: 1px solid var(--line); }
.pc-page { padding: 36px 48px 56px; max-width: 1180px; }
.pc-page.wide { max-width: 1240px; }
.pc-heading { display: flex; flex-wrap: wrap; align-items: baseline; gap: 8px 14px; margin-bottom: 24px; }
.pc-heading span:first-child { font-family: var(--serif); font-size: 36px; letter-spacing: -.02em; line-height: 1.1; }
.pc-heading span:last-child { font-size: 13px; color: var(--muted); }
.pc-rows .row { gap: 14px; padding: 10px 0; }
.pc-rows .row-k { width: 104px; font-weight: 700; }
.pc-rows .row-v { font-size: 13px; line-height: 1.55; }

/* Cases à cocher (mêmes éléments que le mobile, dimensions PC) */
.pc .check { gap: 14px; padding: 14px 0; }
.pc .box { width: 22px; height: 22px; border-radius: 22px; margin-top: 2px; }
.pc .box .ms { font-size: 14px; }
.pc .box:hover { border-color: var(--teal); }
.pc .check-t { font-size: 14px; line-height: 1.55; }
.pc .place { gap: 5px; margin-top: 8px; padding: 5px 11px 5px 8px; font-weight: 700; }

/* ---------- Vue d'ensemble ---------- */
.pc-hero { position: relative; height: 420px; background: var(--teal); overflow: hidden; }
.pc-hero-shade { position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(180deg, rgba(23,21,18,.1) 0%, rgba(23,21,18,0) 45%, rgba(23,21,18,.74) 100%); }
.pc-hero-text { position: absolute; left: 48px; right: 48px; bottom: 36px; pointer-events: none; }
.pc-hero-kicker { font-size: 11px; letter-spacing: .2em; text-transform: uppercase; color: rgba(255,255,255,.82); }
.pc-hero-title { font-family: var(--serif); font-size: 62px; line-height: 1; color: #fff; letter-spacing: -.025em; margin-top: 10px; }
.pc-hero-title em { font-style: italic; }

.pc-overview { padding: 40px 48px 56px; max-width: 1180px; }
.pc-overview-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(430px, 1fr)); gap: 44px; align-items: start; }
.pc-lead { margin: 0; font-size: 17px; line-height: 1.65; color: var(--text); text-wrap: pretty; max-width: 60ch; }
.pc-stats { display: flex; gap: 12px; margin-top: 26px; }
.pc-stat { flex: 1; padding: 16px 18px; }
.pc-stat b { display: block; font-family: var(--serif); font-weight: 400; font-size: 34px; line-height: 1; }
.pc-stat span { display: block; font-size: 11px; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); margin-top: 3px; }
.pc-block { margin-top: 34px; }
.pc-seas { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 1px;
  background: var(--line); border-radius: 16px; overflow: hidden; }
.pc-seas > div { background: var(--card); padding: 15px 17px; }
.pc-seas b { display: block; font-size: 13.5px; font-weight: 700; }
.pc-seas span { display: block; font-size: 12.5px; line-height: 1.55; color: var(--text-2); margin-top: 4px; text-wrap: pretty; }
.pc-rhythm { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 12px; }
.pc-rhythm > div { padding: 15px 17px; font-size: 13px; line-height: 1.6; color: var(--text); text-wrap: pretty; }

.pc-tl { display: flex; gap: 14px; }
.pc-tl .tl-rail { width: 11px; }
.pc-tl .tl-body { padding-bottom: 18px; }
.pc-tl .tl-when { font-weight: 700; }
.pc-tl .tl-name { font-weight: 700; letter-spacing: 0; }
.pc-leg { display: flex; align-items: center; gap: 12px; padding: 12px 0; }
.pc-leg > div { flex: 1; }
.pc-leg b { display: block; font-size: 13px; font-weight: 600; color: var(--ink); }
.pc-leg span:not(.ms) { display: block; font-size: 12px; color: var(--muted); margin-top: 1px; }
.pc-leg .ms { font-size: 18px; color: var(--teal); }
.pc-leg:hover b { color: var(--teal); }
.pc-meteo { display: flex; gap: 12px; margin-top: 22px; }
.pc-meteo > div { flex: 1; padding: 15px 17px; }
.pc-meteo b { display: block; font-family: var(--serif); font-weight: 400; font-size: 26px; line-height: 1; }
.pc-meteo span { display: block; font-size: 11.5px; color: var(--muted); margin-top: 4px; }
.pc-budget { display: flex; align-items: baseline; justify-content: space-between; gap: 14px; padding: 12px 0; }
.pc-budget div:first-child { font-size: 12.5px; color: var(--text); flex: 1; text-wrap: pretty; }
.pc-budget div:last-child { font-size: 13.5px; font-weight: 700; white-space: nowrap; }
.mt14 { margin-top: 14px; }
.mt22 { margin-top: 22px; }

/* ---------- Jour par jour ---------- */
.pc-days { display: grid; grid-template-columns: repeat(auto-fill, minmax(290px, 1fr)); gap: 16px; align-items: stretch; }
.pc-daycard {
  text-align: left; border: 1px solid rgba(23, 21, 18, .08); background: var(--card); border-radius: 18px;
  padding: 0; overflow: hidden; display: flex; flex-direction: column; width: 100%; height: 100%; color: inherit;
  transition: transform .18s ease, box-shadow .18s ease;
}
.pc-daycard:hover { transform: translateY(-2px); box-shadow: 0 10px 28px rgba(23, 21, 18, .08); }
.pc-daycard-strip { height: 4px; width: 100%; background: var(--sand); }
.pc-daycard-strip.today { background: var(--terra); }
.pc-daycard-strip.done { background: var(--teal); }
.pc-daycard-top { padding: 17px 19px 0; display: flex; align-items: center; justify-content: space-between; gap: 10px; width: 100%; }
.pc-daycard-top span:first-child { font-size: 10.5px; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); font-weight: 700; }
.pc-daycard-top .ms { font-size: 17px; color: var(--terra); }
.pc-daycard-body { padding: 9px 19px 0; width: 100%; }
.pc-daycard-title { font-family: var(--serif); font-size: 25px; line-height: 1.12; letter-spacing: -.01em; color: var(--ink); }
.pc-daycard-sub { font-size: 12.5px; line-height: 1.55; color: var(--text-2); margin-top: 7px; text-wrap: pretty; }
.pc-daycard-foot { margin-top: auto; padding: 16px 19px 17px; width: 100%; display: flex; align-items: center; gap: 10px; }
.pc-daycard-foot > span:first-child { font-size: 10.5px; font-weight: 700; letter-spacing: .05em; color: var(--muted); }
.pc-daycard-foot .bar { height: 2px; }
.pc-daycard-foot .ms { font-size: 18px; color: #C3BCAD; transition: color .18s ease, transform .18s ease; }
.pc-daycard:hover .pc-daycard-foot .ms { color: var(--terra); transform: translateX(2px); }
.pc-today { font-size: 9.5px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--terra);
  background: #F6E4DA; border-radius: 20px; padding: 2px 8px; }

/* ---------- Fiche du jour ---------- */
.pc-daybar { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; margin-bottom: 20px; }
.pc-btn { border: 1px solid rgba(23, 21, 18, .13); background: transparent; color: var(--text); border-radius: 12px;
  padding: 9px 13px; font-size: 12.5px; font-weight: 600; display: flex; align-items: center; gap: 6px; }
.pc-btn.pc-back { padding: 9px 14px 9px 11px; gap: 7px; }
.pc-btn .ms { font-size: 17px; }
.pc-btn:hover { background: rgba(23, 21, 18, .04); }
.pc-daybar-date { font-size: 12px; color: #9A9385; margin-left: 2px; }
.pc-spacer { flex: 1; }
.pc-daygrid { display: grid; grid-template-columns: minmax(0, 1.9fr) minmax(250px, 1fr); gap: 26px; align-items: start; }
.pc-dayhero { position: relative; height: 280px; border-radius: 20px; overflow: hidden; background: var(--teal); }
.pc-dayhero-shade { position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(180deg, rgba(23,21,18,.06) 0%, rgba(23,21,18,0) 46%, rgba(23,21,18,.76) 100%); }
.pc-dayhero-text { position: absolute; left: 26px; right: 26px; bottom: 22px; pointer-events: none; }
.pc-dayhero-text div:first-child { font-size: 10.5px; letter-spacing: .17em; text-transform: uppercase; color: rgba(255,255,255,.84); }
.pc-dayhero-text div:last-child { font-family: var(--serif); font-size: 40px; line-height: 1.05; color: #fff; letter-spacing: -.02em; margin-top: 5px; }
.pc-daylead { margin: 22px 0 0; font-size: 16px; line-height: 1.68; color: var(--text); text-wrap: pretty; max-width: 62ch; }
.pc-logi { display: flex; gap: 13px; align-items: flex-start; padding: 14px 0; }
.pc-logi > .ms { font-size: 20px; color: var(--teal); margin-top: 1px; }
.pc-logi .kicker { letter-spacing: .12em; font-weight: 700; }
.pc-logi-val { font-size: 14px; line-height: 1.55; color: var(--ink); margin-top: 2px; text-wrap: pretty; }
.pc-logi .go:hover { background: #dce8ea; }
.mt24 { margin-top: 24px; }

.pc-aside { display: flex; flex-direction: column; gap: 12px; min-width: 0; position: sticky; top: 26px; }
.pc-box { border-radius: 18px; padding: 15px 17px; }
.pc-box-head { display: flex; align-items: center; gap: 8px; margin-bottom: 6px; }
.pc-box-head .ms { font-size: 17px; }
.pc-box-head span:last-child { font-size: 10.5px; letter-spacing: .12em; text-transform: uppercase; font-weight: 700; }
.pc-box-t { font-size: 13px; line-height: 1.6; text-wrap: pretty; }
.pc-box.pc-night .pc-box-head .ms { font-size: 18px; color: var(--muted); }
.pc-box.pc-night .pc-box-head span:last-child { color: var(--muted); }
.pc-box.pc-night .pc-box-t { font-size: 14px; line-height: 1.5; color: var(--ink); }
.pc-box.pc-note { background: var(--sand); border: 1px solid rgba(179, 86, 47, .18); }
.pc-box.pc-note .ms, .pc-box.pc-note .pc-box-head span:last-child { color: var(--terra); }
.pc-box.pc-note .pc-box-t { color: var(--text); }
.pc-box.pc-rain { background: var(--teal-soft); }
.pc-box.pc-rain .ms, .pc-box.pc-rain .pc-box-head span:last-child { color: var(--teal); }
.pc-box.pc-rain .pc-box-t { color: #2A3A3E; }
.pc-box.pc-tastebox { background: var(--card); border: 1px dashed rgba(179, 86, 47, .4); }
.pc-box.pc-tastebox .ms, .pc-box.pc-tastebox .pc-box-head span:last-child { color: var(--terra); }
.pc-box.pc-tastebox .pc-box-t { color: var(--text); }
.pc-tour { display: flex; align-items: center; justify-content: center; gap: 9px; background: var(--teal); color: #fff;
  border-radius: 18px; padding: 15px; font-size: 13px; font-weight: 700; }
.pc-tour:hover { color: #fff; background: #285e6a; }
.pc-tour .ms { font-size: 19px; }

/* ---------- Logements ---------- */
.pc-stays { display: grid; grid-template-columns: repeat(auto-fit, minmax(340px, 1fr)); gap: 20px; align-items: start; }
.pc-stay-img { position: relative; height: 200px; background: #E3DCD0; }
.pc-stay-img .badge { top: 12px; left: 12px; padding: 5px 11px; }
.pc-stay-head { padding: 18px 20px 6px; }
.pc-stay-head .stay-name { font-size: 26px; margin-top: 5px; }
.pc-stay-head .stay-addr { font-size: 13px; line-height: 1.55; margin-top: 5px; }
.pc-stay-head .pill-go { gap: 6px; margin-top: 12px; padding: 8px 14px 8px 10px; font-weight: 700; }
.pc-stay-rows { padding: 10px 20px 18px; }
.pc-find { padding: 20px 22px; }
.pc-find .find-head .ms { font-size: 18px; }
.pc-find .find-title { font-size: 26px; margin-top: 9px; }
.pc-find .find-t { font-size: 13px; line-height: 1.6; margin-top: 6px; }
.pc-find .find-links { gap: 10px; margin-top: 14px; }
.pc-find .find-links a { padding: 12px; font-weight: 700; }

/* ---------- Pratique ---------- */
.pc-prat { display: grid; grid-template-columns: repeat(auto-fit, minmax(360px, 1fr)); gap: 20px; align-items: start; }
.pc-car { padding: 22px 22px 8px; margin-bottom: 0; }
.pc-car .car-head { gap: 9px; }
.pc-car .car-head .ms { font-size: 20px; }
.pc-car .car-model { font-size: 30px; margin-top: 10px; }
.pc-car .car-model span { font-size: 19px; }
.pc-car .car-spec { font-size: 13px; line-height: 1.55; margin-top: 5px; }
.pc-car .car-rows { padding: 12px 0 0; }
.pc-car .row { gap: 14px; padding: 11px 0; }
.pc-car .row-k { width: 104px; font-weight: 700; }
.pc-car .row-v { font-size: 13px; line-height: 1.55; }
.pc-car .car-links { gap: 10px; padding: 14px 0 18px; }
.pc-car .car-links a { padding: 13px; }
.pc-col { display: flex; flex-direction: column; gap: 20px; }
.pc-cover { display: flex; flex-direction: column; gap: 10px; }
.pc-cover > div { display: flex; gap: 11px; padding: 14px 16px; }
.pc-cover .ms { font-size: 18px; color: var(--teal); }
.pc-cover div div { font-size: 13px; line-height: 1.6; color: var(--text); text-wrap: pretty; }
.pc-taste { padding: 13px 0; }
.pc-taste .kicker { letter-spacing: .09em; font-weight: 700; }
.pc-taste div:last-child { font-size: 13.5px; line-height: 1.55; color: var(--text); margin-top: 3px; text-wrap: pretty; }
.pc .credits { margin-top: 28px; }

/* Écrans PC étroits : la colonne latérale de la fiche du jour passe dessous */
@media (max-width: 1180px) {
  .pc-daygrid { grid-template-columns: minmax(0, 1fr); }
  .pc-aside { position: static; }
}
