@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600;700&family=Inter:wght@400;500;600&display=swap');

:root {
    --paper: #f7f4ee;
    --paper-2: #fbfaf7;
    --ink: #1d2528;
    --muted: #6f7473;
    --line: #ddd8cf;
    --wine: #8e1727;
    --sidebar: #e9e1d2;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Inter, Arial, sans-serif; }
a { color: inherit; text-decoration: none; }
.site { min-height: 100vh; display: flex; }

.sidebar {
    position: fixed; left: 0; top: 0; bottom: 0; width: 260px;
    padding: 36px 28px 22px; background: var(--sidebar); border-right: 1px solid #d4c9b8;
    display: flex; flex-direction: column; z-index: 20; overflow-y: auto;
}
.brand a { font-family: "Cormorant Garamond", Georgia, serif; font-size: 29px; font-weight: 600; }
.side-nav { margin-top: 52px; display: flex; flex-direction: column; gap: 4px; }
.side-nav a { padding: 10px 14px; border-left: 3px solid transparent; color: #555b5c; font-size: 14px; }
.side-nav a:hover { color: var(--ink); }
.side-nav a.active { color: var(--wine); border-left-color: var(--wine); background: rgba(142,23,39,.055); }

.sidebar-bottom { margin-top: auto; padding-top: 22px; color: var(--muted); font-size: 11px; line-height: 1.55; }
.google-play-badge {
    display: inline-flex; align-items: center; gap: 7px; padding: 6px 10px; margin-bottom: 14px;
    border: 1px solid #777; border-radius: 5px; background: #111; color: #fff; box-shadow: 0 2px 5px rgba(0,0,0,.12);
}
.google-play-badge:hover { transform: translateY(-1px); }
.play-triangle { width: 0; height: 0; border-top: 8px solid transparent; border-bottom: 8px solid transparent; border-left: 12px solid #fff; }
.play-copy { display: flex; flex-direction: column; line-height: 1; }
.play-copy small { font-size: 6px; letter-spacing: .08em; }
.play-copy strong { font-size: 13px; font-weight: 500; margin-top: 2px; }
.cross { color: var(--wine); font-size: 27px; line-height: 1; margin: 0 0 11px; }
.socials { display: flex; align-items: center; gap: 13px; }
.socials a { display: inline-flex; align-items: center; justify-content: center; color: #606463; }
.socials a:hover { color: var(--wine); }
.socials svg { width: 19px; height: 19px; fill: currentColor; }
.socials-sidebar { gap: 11px; margin-bottom: 10px; }
.socials-sidebar svg { width: 16px; height: 16px; }
.copyright { margin: 0 0 12px; font-size: 10px; color: #74706a; }
.copyright a { text-decoration: underline; text-underline-offset: 2px; }
.sidebar-quote { margin: 0; font-family: "Cormorant Garamond", Georgia, serif; font-size: 12px; line-height: 1.35; }
.sidebar-quote-ref { display: block; margin-top: 3px; color: #555; font-family: Inter, Arial, sans-serif; font-size: 10px; }

.main { margin-left: 260px; width: calc(100% - 260px); }
.language-bar {
    min-height: 42px; display: flex; justify-content: space-between; align-items: center;
    padding: 0 44px; background: var(--paper-2); border-bottom: 1px solid var(--line);
}
.socials-top { gap: 14px; }
.socials-top svg { width: 17px; height: 17px; }
.languages { display: flex; gap: 15px; }
.languages a { font-size: 11px; text-transform: uppercase; letter-spacing: .08em; color: var(--muted); }
.languages a.active { color: var(--wine); font-weight: 600; }

.hero { position: relative; height: 285px; overflow: hidden; display: flex; align-items: center; }
.hero-image { position: absolute; inset: 0; background-position: center; background-size: cover; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(247,244,238,.96) 0%, rgba(247,244,238,.88) 35%, rgba(247,244,238,.18) 70%, rgba(247,244,238,0) 100%); }
.hero-copy { position: relative; width: 100%; max-width: 100%; padding: 36px 54px; }
.eyebrow, .content-label { color: var(--wine); text-transform: uppercase; letter-spacing: .24em; font-size: 10px; font-weight: 600; }
.hero h1 {
    margin: 12px 0 8px; font-family: "Cormorant Garamond", Georgia, serif;
    font-size: clamp(18px, 2.1vw, 25px); line-height: 1.05; font-weight: 600; white-space: nowrap;
}
.hero p { margin: 0; color: #5f6564; line-height: 1.45; font-size: 13px; }

.content { background: var(--paper-2); min-height: calc(100vh - 327px); }
.content-inner { max-width: 920px; margin: 0 auto; padding: 58px 54px 90px; }
.content h2 { font-family: "Cormorant Garamond", Georgia, serif; font-size: 43px; line-height: 1.05; font-weight: 600; margin: 12px 0 30px; }
.content p { max-width: 820px; color: #5e6463; font-family: "Cormorant Garamond", Georgia, serif; font-size: 22px; line-height: 1.45; margin: 0 0 20px; }

.mercy-art { margin: 0 auto; text-align: center; max-width: 478px; }
.mercy-art-image-wrap { position: relative; display: inline-block; max-width: 100%; cursor: help; }
.mercy-art img { display: block; width: min(337px, 100%); height: auto; margin: 0 auto; border: 1px solid #d8d0c2; box-shadow: 0 12px 26px rgba(0,0,0,.12); }
.art-tooltip {
    position: absolute; left: 50%; bottom: calc(100% + 12px); transform: translate(-50%, 8px);
    width: min(520px, 88vw); padding: 17px 19px; background: rgba(30,27,24,.97); color: #fff;
    text-align: left; font: 400 13px/1.55 Inter, Arial, sans-serif; border-radius: 5px; box-shadow: 0 12px 30px rgba(0,0,0,.25);
    opacity: 0; visibility: hidden; pointer-events: none; transition: opacity .18s ease, transform .18s ease, visibility .18s ease; z-index: 50;
}
.art-tooltip::after { content: ""; position: absolute; left: 50%; bottom: -7px; transform: translateX(-50%); border-left: 7px solid transparent; border-right: 7px solid transparent; border-top: 7px solid rgba(30,27,24,.97); }
.mercy-art-image-wrap:hover .art-tooltip, .mercy-art-image-wrap:focus-within .art-tooltip { opacity: 1; visibility: visible; transform: translate(-50%, 0); }
.mercy-art figcaption { margin-top: 10px; }
.mercy-art figcaption strong { display: block; color: #b18521; font: 700 24px/1.1 Inter, Arial, sans-serif; letter-spacing: .01em; }
.mercy-art figcaption span { display: block; margin-top: 7px; color: #77736e; font: 400 13px/1.2 "Cormorant Garamond", Georgia, serif; }

@media (max-width: 900px) {
    .sidebar { width: 215px; padding-left: 20px; padding-right: 20px; }
    .main { margin-left: 215px; width: calc(100% - 215px); }
    .hero-copy { padding-left: 36px; padding-right: 30px; }
    .content-inner { padding-left: 36px; padding-right: 36px; }
}

@media (max-width: 650px) {
    .site { display: block; }
    .sidebar { position: relative; width: 100%; height: auto; padding: 18px 20px; border-right: 0; border-bottom: 1px solid var(--line); overflow: visible; }
    .brand { margin-bottom: 15px; }
    .side-nav { margin-top: 0; flex-direction: row; overflow-x: auto; gap: 0; }
    .side-nav a { white-space: nowrap; border-left: 0; border-bottom: 2px solid transparent; }
    .side-nav a.active { border-left: 0; border-bottom-color: var(--wine); }
    .sidebar-bottom { margin-top: 18px; }
    .main { margin-left: 0; width: 100%; }
    .language-bar { padding: 7px 20px; gap: 12px; }
    .socials-top { gap: 10px; }
    .languages { gap: 10px; }
    .hero { height: 220px; }
    .hero-copy { padding: 24px; }
    .hero h1 { font-size: clamp(21px, 6vw, 29px); }
    .content-inner { padding: 42px 24px 65px; }
    .content h2 { font-size: 37px; }
    .content p { font-size: 20px; }
    .art-tooltip { bottom: auto; top: calc(100% + 10px); }
    .art-tooltip::after { top: -7px; bottom: auto; border-top: 0; border-bottom: 7px solid rgba(30,27,24,.97); }
}

/* Dzienniczek / cytaty */
.diary-lead {
    max-width: 820px;
    margin: 0 auto 30px;
    text-align: center;
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 24px;
    line-height: 1.25;
    font-weight: 700;
    color: var(--wine);
}
.diary-quotes { max-width: 900px; margin: 0 auto; }
.diary-quote {
    display: grid;
    grid-template-columns: 64px 1fr;
    gap: 12px;
    padding: 18px 0;
    border-top: 1px solid var(--line);
}
.diary-number {
    font-family: Inter, Arial, sans-serif;
    font-weight: 600;
    color: var(--wine);
    text-align: right;
}
.diary-text {
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 19px;
    line-height: 1.55;
    color: var(--ink);
}
@media (max-width: 700px) {
    .diary-lead { font-size: 21px; }
    .diary-quote { grid-template-columns: 42px 1fr; gap: 8px; }
    .diary-text { font-size: 17px; }
}
.mercy-art figcaption strong { font-size: 20px; }
.mercy-art-image-wrap .art-tooltip { max-width: 430px; }
