/* pages.css - pages internes traiteursunlyon.com */
.reveal, [data-stagger] > * { opacity: 1 !important; transform: none !important; }

.fil { background: var(--paper-2); border-bottom: 1px solid var(--line); font-size: .82rem; }
.fil .wrap { padding-block: .7rem; color: var(--ink-mute); }
.fil a { color: var(--ink-soft); }
.fil a:hover { color: var(--red); }
.fil span[aria-hidden] { margin-inline: .35rem; opacity: .5; }

.phero { background: var(--red); color: var(--paper); position: relative; overflow: hidden; }
.phero::after { content: 'Sun'; position: absolute; right: -3%; top: -18%; font-family: var(--f-disp); font-style: italic; font-weight: 900; font-size: clamp(14rem, 30vw, 34rem); line-height: 1; color: color-mix(in oklch, var(--paper) 8%, transparent); pointer-events: none; z-index: 0; }
.phero .wrap { position: relative; z-index: 1; padding-block: clamp(2.8rem, 7vw, 5rem); }
.phero .kicker { font-size: .68rem; letter-spacing: .26em; text-transform: uppercase; color: var(--gold); margin-bottom: 1rem; }
.phero h1 { font-family: var(--f-disp); font-weight: 600; font-size: clamp(2rem, 5.2vw, 3.6rem); line-height: 1.04; letter-spacing: -.02em; max-width: 20ch; }
.phero h1 em { font-style: italic; color: var(--gold); }
.phero-lede { margin-top: 1.2rem; max-width: 62ch; font-size: clamp(1rem, 1.6vw, 1.15rem); line-height: 1.65; color: color-mix(in oklch, var(--paper) 88%, transparent); }
.phero-actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 1.8rem; }

.prose { max-width: 74ch; }
.prose h2 { font-family: var(--f-disp); font-weight: 600; font-size: clamp(1.5rem, 3vw, 2.1rem); line-height: 1.15; letter-spacing: -.015em; margin: 2.6rem 0 .9rem; }
.prose h2:first-child { margin-top: 0; }
.prose h3 { font-family: var(--f-disp); font-weight: 600; font-size: clamp(1.12rem, 2vw, 1.35rem); margin: 1.9rem 0 .6rem; }
.prose p { line-height: 1.75; margin-bottom: 1rem; color: var(--ink-soft); }
.prose ul, .prose ol { margin: 0 0 1.2rem 1.15rem; }
.prose li { line-height: 1.7; margin-bottom: .5rem; color: var(--ink-soft); }
.prose strong { color: var(--ink); font-weight: 600; }
.prose a { color: var(--red-deep); text-decoration: underline; text-underline-offset: 3px; }
.prose a:hover { color: var(--red); }

.encart { border: 2px solid var(--ink); border-radius: 6px; background: var(--paper-2); padding: 1.2rem 1.35rem; margin: 1.8rem 0; box-shadow: 4px 4px 0 var(--gold); }
.encart p:last-child { margin-bottom: 0; }
.encart h3 { margin-top: 0; }

.tabl { width: 100%; border-collapse: collapse; margin: 1.4rem 0 1.8rem; font-size: .94rem; }
.tabl th, .tabl td { text-align: left; padding: .7rem .8rem; border-bottom: 1px solid var(--line); vertical-align: top; }
.tabl th { font-family: var(--f-body); font-weight: 600; color: var(--ink); border-bottom: 2px solid var(--ink); }
.tabl td { color: var(--ink-soft); }
.tabl tr:last-child td { border-bottom: none; }
.tabl-wrap { overflow-x: auto; }

.cartes { display: grid; grid-template-columns: repeat(auto-fit, minmax(255px, 1fr)); gap: 1rem; margin-top: 1.6rem; }
.carte-lien { display: block; border: 1px solid var(--line); border-radius: 6px; padding: 1.15rem 1.25rem; background: var(--paper); transition: transform .16s var(--ease), box-shadow .16s var(--ease), border-color .16s var(--ease); }
.carte-lien:hover { transform: translateY(-3px); border-color: var(--ink); box-shadow: var(--shadow); }
.carte-lien h3 { font-family: var(--f-disp); font-weight: 600; font-size: 1.05rem; margin-bottom: .4rem; color: var(--ink); }
.carte-lien p { font-size: .9rem; line-height: 1.6; color: var(--ink-mute); margin-bottom: .7rem; }
.carte-fleche { display: inline-flex; align-items: center; gap: .35rem; font-size: .82rem; font-weight: 600; color: var(--red-deep); }
.carte-fleche .ico { width: 14px; height: 14px; }

.pcta { text-align: center; }
.pcta .h-sec, .pcta .sec-intro { margin-inline: auto; }
.pcta .phero-actions { justify-content: center; }
.pcta-note { margin-top: 1rem; font-size: .84rem; color: color-mix(in oklch, var(--paper) 65%, transparent); }

.pts { list-style: none; margin-left: 0; }
.pts li { position: relative; padding-left: 1.6rem; }
.pts li::before { content: ''; position: absolute; left: 0; top: .62em; width: 8px; height: 8px; background: var(--red); border-radius: 50%; }

.artlist { display: grid; grid-template-columns: repeat(auto-fit, minmax(290px, 1fr)); gap: 1.1rem; margin-top: 1.8rem; }
.art { border: 1px solid var(--line); border-radius: 6px; background: var(--paper); padding: 1.3rem 1.35rem; display: flex; flex-direction: column; transition: transform .16s var(--ease), box-shadow .16s var(--ease), border-color .16s var(--ease); }
.art:hover { transform: translateY(-3px); border-color: var(--ink); box-shadow: var(--shadow); }
.art .tag { align-self: flex-start; margin-bottom: .7rem; }
.art h2, .art h3 { font-family: var(--f-disp); font-weight: 600; font-size: 1.14rem; line-height: 1.25; margin-bottom: .55rem; }
.art h2 a, .art h3 a { color: var(--ink); }
.art h2 a:hover, .art h3 a:hover { color: var(--red-deep); }
.art p { font-size: .92rem; line-height: 1.65; color: var(--ink-mute); margin-bottom: .9rem; }
.art .carte-fleche { margin-top: auto; }

.meta-art { font-size: .82rem; color: var(--ink-mute); margin-bottom: 1.6rem; }
.sommaire { border-left: 3px solid var(--gold); padding: .2rem 0 .2rem 1.1rem; margin: 1.6rem 0 2.2rem; }
.sommaire p { font-weight: 600; color: var(--ink); margin-bottom: .5rem; font-size: .9rem; }
.sommaire ul { list-style: none; margin: 0; }
.sommaire li { margin-bottom: .35rem; font-size: .92rem; }

@media (max-width: 640px) {
  .phero h1 { font-size: clamp(1.75rem, 8vw, 2.3rem); }
  .prose h2 { margin-top: 2.1rem; }
}