:root {
  --navy: #15003e;
  --navy-2: #26005b;
  --red: #e5231b;
  --yellow: #ffbd00;
  --cream: #fff4d3;
  --paper: #fffbef;
  --ink: #16131c;
  --muted: #645f69;
  --line: rgba(21, 0, 62, .15);
  --radius: 1.15rem;
  --shadow: 0 1rem 3rem rgba(21, 0, 62, .14);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 6rem; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Arial, Helvetica, sans-serif; font-size: 1rem; line-height: 1.55; }
img { display: block; max-width: 100%; }
a { color: inherit; }
.skip-link { position: fixed; z-index: 100; top: .5rem; left: .5rem; padding: .8rem 1rem; transform: translateY(-150%); background: #fff; color: var(--navy); border-radius: .5rem; }
.skip-link:focus { transform: none; }
.site-header { position: sticky; z-index: 20; top: 0; display: flex; align-items: center; justify-content: space-between; min-height: 4.5rem; padding: .5rem max(1rem, calc((100vw - 76rem) / 2)); background: rgba(255, 251, 239, .96); border-bottom: 1px solid var(--line); backdrop-filter: blur(10px); }
.brand img { width: 7.7rem; height: 3.15rem; object-fit: contain; }
.site-header nav { display: none; gap: 1.7rem; font-weight: 800; }
.site-header nav a { text-decoration: none; }
.hero { display: grid; min-height: calc(100svh - 4.5rem); color: #fff; background: var(--navy); }
.hero-copy { display: flex; flex-direction: column; justify-content: center; padding: 3.2rem 1.15rem 2.8rem; }
.eyebrow { margin: 0 0 .75rem; color: var(--red); font-size: .78rem; font-weight: 900; letter-spacing: .12em; line-height: 1.3; text-transform: uppercase; }
.hero .eyebrow { color: var(--yellow); }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 13ch; margin-bottom: 1rem; font-size: clamp(2.35rem, 11vw, 5.8rem); letter-spacing: -.05em; line-height: .96; }
h1 span { color: var(--yellow); }
h2 { margin-bottom: .8rem; font-size: clamp(2rem, 8vw, 4rem); letter-spacing: -.04em; line-height: 1.02; }
.lead { max-width: 40rem; margin-bottom: 1.45rem; color: rgba(255,255,255,.86); font-size: 1.08rem; }
.hero-actions { display: grid; grid-template-columns: 1fr 1fr; gap: .65rem; }
.button { display: inline-flex; min-height: 3rem; align-items: center; justify-content: center; padding: .75rem 1rem; border: 2px solid transparent; border-radius: .8rem; font-weight: 900; text-align: center; text-decoration: none; }
.button-primary { color: var(--navy); background: var(--yellow); }
.button-light { color: var(--navy); background: #fff; }
.button-link { grid-column: 1 / -1; color: #fff; border-color: rgba(255,255,255,.35); }
.button-dark { color: #fff; background: var(--navy); }
.button-outline { color: var(--navy); border-color: var(--navy); }
.button:hover, .button:focus-visible, .text-link:hover, .text-link:focus-visible { transform: translateY(-2px); }
a:focus-visible { outline: 3px solid var(--red); outline-offset: 3px; }
.highlights { display: grid; gap: .7rem; margin: 1.8rem 0 0; padding: 0; list-style: none; }
.highlights li { display: flex; align-items: baseline; justify-content: space-between; gap: 1rem; padding-top: .65rem; border-top: 1px solid rgba(255,255,255,.18); }
.highlights span { color: rgba(255,255,255,.7); font-size: .88rem; }
.hero-visual { min-height: 17rem; background: url("assets/couverture.webp") center/cover no-repeat; }
.menu-section { padding: 4.5rem 1rem; background: var(--cream); }
.section-heading { max-width: 76rem; margin: 0 auto 1.7rem; }
.section-heading > p:last-child { color: var(--muted); }
.menu-grid { display: grid; gap: .65rem; max-width: 76rem; margin: 0 auto; }
.pizza { display: grid; grid-template-columns: 1fr auto; gap: .7rem; padding: 1rem; background: rgba(255,255,255,.72); border: 1px solid var(--line); border-radius: .8rem; }
.pizza h3 { margin-bottom: .18rem; color: var(--navy); font-size: 1.08rem; text-transform: uppercase; }
.pizza p { margin: 0; color: var(--muted); font-size: .88rem; line-height: 1.35; }
.pizza > strong { color: var(--navy); font-size: 1.18rem; white-space: nowrap; }
.price-callout { color: #fff; background: var(--red); border-color: var(--red); }
.price-callout h3, .price-callout p, .price-callout > strong { color: #fff; }
.menu-note { max-width: 76rem; margin: 1.2rem auto 0; color: var(--muted); font-size: .88rem; }
.how-section { display: grid; gap: 2.5rem; padding: 4.8rem 1.15rem; color: #fff; background: var(--navy); }
.how-copy > p:not(.eyebrow) { color: rgba(255,255,255,.8); }
.text-link { display: inline-block; color: var(--yellow); font-weight: 900; text-underline-offset: .3em; }
.how-steps { display: grid; gap: 1rem; }
.how-steps div { display: grid; grid-template-columns: 2.6rem 1fr; gap: 1rem; align-items: center; padding: 1rem; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14); border-radius: var(--radius); }
.how-steps span { display: grid; width: 2.6rem; aspect-ratio: 1; place-items: center; color: var(--navy); background: var(--yellow); border-radius: 50%; font-weight: 900; }
.how-steps p { margin: 0; }
.workshop-section { display: grid; background: #fff; }
.workshop-copy { padding: 4rem 1.15rem; }
.workshop-copy > p:not(.eyebrow) { color: var(--muted); }
.hours { margin: 1.5rem 0; padding: 1rem; background: var(--cream); border-left: .35rem solid var(--yellow); }
.hours h3 { margin-bottom: .7rem; color: var(--navy); font-size: 1rem; }
.hours dl { margin: 0; }
.hours dl div { display: grid; grid-template-columns: 1fr auto; gap: 1rem; padding: .42rem 0; border-top: 1px solid var(--line); }
.hours dt { font-weight: 800; }
.hours dd { margin: 0; text-align: right; }
.workshop-menu { display: block; margin: 0 1rem 4rem; overflow: hidden; background: var(--cream); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }
.workshop-menu img { width: 100%; height: auto; }
.location-section { display: grid; gap: 2rem; padding: 4.5rem 1.15rem 7rem; background: var(--red); color: #fff; }
.location-section .eyebrow { color: var(--yellow); }
address { font-size: 1.1rem; font-style: normal; }
.location-actions { display: grid; gap: .7rem; align-content: end; }
.location-actions .button-outline { color: #fff; border-color: rgba(255,255,255,.65); }
footer { display: grid; gap: 1rem; align-items: center; padding: 2.5rem 1rem 6rem; color: #fff; background: #0b0023; }
footer img { width: 8rem; height: 5rem; object-fit: contain; }
footer p { margin: .15rem 0 0; color: rgba(255,255,255,.68); }
footer > a { color: var(--yellow); font-weight: 800; }
.mobile-actions { position: fixed; z-index: 30; right: .65rem; bottom: .65rem; left: .65rem; display: grid; grid-template-columns: repeat(3, 1fr); overflow: hidden; background: var(--paper); border: 1px solid var(--line); border-radius: .9rem; box-shadow: var(--shadow); }
.mobile-actions a { min-height: 3.3rem; display: grid; place-items: center; color: var(--navy); font-size: .88rem; font-weight: 900; text-decoration: none; }
.mobile-actions a + a { border-left: 1px solid var(--line); }
.mobile-actions a:last-child { color: #fff; background: var(--red); }
@media (min-width: 48rem) {
  .site-header { padding-inline: 2rem; }
  .site-header nav { display: flex; }
  .hero { grid-template-columns: minmax(0, 1.05fr) minmax(22rem, .95fr); min-height: 43rem; }
  .hero-copy { padding: 5rem max(2rem, calc((100vw - 76rem) / 2)); padding-right: 3rem; }
  .hero-visual { min-height: 100%; }
  .hero-actions { display: flex; }
  .button-link { grid-column: auto; }
  .highlights { grid-template-columns: repeat(3, 1fr); }
  .highlights li { display: block; }
  .highlights span { display: block; }
  .menu-section, .how-section, .location-section { padding: 6rem max(2rem, calc((100vw - 76rem) / 2)); }
  .menu-grid { grid-template-columns: repeat(2, 1fr); }
  .how-section { grid-template-columns: 1.15fr .85fr; align-items: center; }
  .workshop-section { grid-template-columns: minmax(0, .85fr) minmax(26rem, 1.15fr); align-items: start; padding: 6rem max(2rem, calc((100vw - 76rem) / 2)); gap: 4rem; }
  .workshop-copy { padding: 0; }
  .workshop-menu { margin: 0; }
  .location-section { grid-template-columns: 1fr auto; }
  .location-actions { min-width: 16rem; }
  footer { grid-template-columns: auto 1fr auto; padding: 3rem max(2rem, calc((100vw - 76rem) / 2)); }
  .mobile-actions { display: none; }
}
@media (min-width: 68rem) {
  .menu-grid { grid-template-columns: repeat(3, 1fr); }
  .pizza { min-height: 8.2rem; padding: 1.25rem; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
