/* ==========================================================================
   Print Styles – Mélanie Rohrer Fotografie
   Linked via <link rel="stylesheet" href="print.css" media="print">
   ========================================================================== */

*,
*::before,
*::after {
    box-shadow: none !important;
    text-shadow: none !important;
}

body {
    font-size: 12pt;
    color: #000;
    background: #fff;
    line-height: 1.5;
}

/* ── Hide non-essential elements ─────────────────────────────────────────── */

.header,
.hero picture,
.hero-overlay,
.menu-toggle,
.portfolio section,
.btn,
.skip-link {
    display: none !important;
}

/* ── Page sections ───────────────────────────────────────────────────────── */

.section {
    padding: 1rem 0;
    page-break-inside: avoid;
}

/* ── Hero ────────────────────────────────────────────────────────────────── */

.hero-content {
    background: #fff !important;
    color: #000 !important;
    padding: 1rem 0;
}

.hero-title,
.hero-title .signature-text {
    color: #000 !important;
}

.hero-subtitle {
    color: #333 !important;
}

/* ── Dark-background sections ────────────────────────────────────────────── */

.bg-dark {
    background: #fff !important;
    color: #000 !important;
}

.bg-dark h2,
.bg-dark h3,
.bg-dark p,
.bg-dark a {
    color: #000 !important;
}

/* ── Contact ─────────────────────────────────────────────────────────────── */

.contact-card {
    border: 1px solid #ccc;
}

/* ── Show URLs after links ───────────────────────────────────────────────── */

a[href^="http"]::after,
a[href^="mailto"]::after {
    content: " (" attr(href) ")";
    font-size: 0.8em;
    color: #555;
}

/* ── Footer ──────────────────────────────────────────────────────────────── */

.footer {
    background: #fff !important;
    color: #333 !important;
    border-top: 1px solid #ccc;
}
