/* Marseille Premium - Print stylesheet
 * Strips chrome (nav, drawers, motion, sticky bars), keeps content readable
 * on paper or PDF export.
 */

@page {
  size: A4;
  margin: 18mm 16mm;
}

html, body {
  background: #fff !important;
  color: #111 !important;
  font-family: Georgia, "Cormorant Garamond", serif;
  font-size: 11pt;
  line-height: 1.45;
}

/* Hide non-essential UI for print */
.site-header,
.header-tier1,
.header-tier2,
.mobile-drawer,
.mobile-call-bar,
.devis-drawer,
.skip-link,
.urgency-bar,
.trust-ribbon,
nav,
[role="banner"],
[aria-hidden="true"],
.megamenu,
.cta-call,
.cta-devis,
button,
.hero__bg-wrap,
form {
  display: none !important;
}

a,
a:visited {
  color: #000 !important;
  text-decoration: underline;
}
a[href]::after {
  content: " (" attr(href) ")";
  font-size: 9pt;
  color: #555;
}
a[href^="#"]::after,
a[href^="javascript:"]::after {
  content: "";
}

h1, h2, h3 {
  page-break-after: avoid;
  color: #000 !important;
}

img {
  max-width: 100% !important;
  height: auto !important;
  page-break-inside: avoid;
}

section, article {
  page-break-inside: avoid;
}

/* Print phone number explicitly so it survives without the call CTA. */
.print-only {
  display: block !important;
}
