/* =========================================================
   BOOK SECTION
   Fernweh auf dem Teller
   ========================================================= */

.book-section {
    position: relative;
    overflow: hidden;
    background: #e7e3dc;
    color: #2b2118;
    min-height: 760px;
    padding: 90px 6vw 70px;
}

.book-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 18% 35%, rgba(255,255,255,.42), transparent 32%),
        radial-gradient(circle at 82% 20%, rgba(255,255,255,.28), transparent 30%);
    pointer-events: none;
}

.book-section-inner {
    position: relative;
    z-index: 1;
    max-width: 1450px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(320px, 0.78fr) minmax(560px, 1.5fr);
    gap: 45px;
    align-items: center;
}

/* ---------- Text ---------- */

.book-copy {
    position: relative;
    z-index: 3;
    padding: 20px 0 40px;
}

.book-kicker {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 18px;
    color: #8d641e;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.book-kicker::before,
.book-kicker::after {
    content: "";
    width: 42px;
    height: 1px;
    background: #a77a2a;
}

.book-copy h2 {
    margin: 0;
    max-width: 620px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(48px, 5vw, 76px);
    line-height: .98;
    font-weight: 400;
    letter-spacing: -.025em;
}

.book-copy h2 em {
    color: #986b22;
    font-style: normal;
}

.book-ornament {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 250px;
    margin: 28px 0 30px;
    color: #9b7028;
}

.book-ornament::before,
.book-ornament::after {
    content: "";
    height: 1px;
    flex: 1;
    background: #9b7028;
}

.book-ornament span {
    font-size: 18px;
}

.book-copy p {
    max-width: 530px;
    margin: 0 0 18px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 1.65;
}

.book-copy p.book-intro {
    font-size: 20px;
    line-height: 1.55;
}

.book-button {
    display: inline-flex;
    align-items: center;
    gap: 18px;
    margin-top: 18px;
    padding: 15px 24px;
    border: 1px solid #8e641f;
    border-radius: 4px;
    background: rgba(255,255,255,.12);
    color: #704d16;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: .05em;
    transition: .25s ease;
}

.book-button:hover {
    background: #8e641f;
    color: #fff;
}

.book-button-arrow {
    font-size: 24px;
    line-height: 1;
}

/* ---------- Map scene ---------- */

.book-map-scene {
    position: relative;
    min-height: 620px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.book-map {
    position: relative;
    width: 100%;
    min-height: 560px;
    border-radius: 3px;
    background-color: #eee5d4;
    background-image: url("../Images/book/world-map.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: 0 18px 45px rgba(53, 36, 18, .13);
    overflow: hidden;
}

.book-map::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        90deg,
        rgba(239,229,211,.12),
        rgba(239,229,211,.02) 55%,
        rgba(103,69,27,.08)
    );
    pointer-events: none;
}

/* Route */

.book-route {
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
}

.book-route-line {
    position: absolute;
    width: 57%;
    height: 29%;
    left: 17%;
    top: 31%;
    border-top: 2px dashed rgba(129, 72, 27, .62);
    border-radius: 50%;
    transform: rotate(-5deg);
}

.book-pin {
    position: absolute;
    width: 15px;
    height: 15px;
    border: 3px solid #fff8e9;
    border-radius: 50% 50% 50% 0;
    background: #8b421f;
    box-shadow: 0 2px 6px rgba(0,0,0,.22);
    transform: rotate(-45deg);
}

.book-pin.one { left: 31%; top: 36%; }
.book-pin.two { left: 48%; top: 28%; }
.book-pin.three { left: 61%; top: 39%; }
.book-pin.four { left: 76%; top: 31%; }

/* Compass */

.book-compass {
    position: absolute;
    right: 2%;
    top: 2%;
    width: 105px;
    height: 105px;
    border: 2px solid rgba(130,91,36,.65);
    border-radius: 50%;
    z-index: 3;
    color: #76511d;
    font-family: Georgia, "Times New Roman", serif;
    text-align: center;
    background: rgba(244,235,218,.3);
}

.book-compass::before {
    content: "✦";
    position: absolute;
    inset: 22px;
    display: grid;
    place-items: center;
    font-size: 38px;
}

.book-compass .north {
    position: absolute;
    top: -22px;
    left: 46px;
}

.book-compass .south {
    position: absolute;
    bottom: -22px;
    left: 46px;
}

.book-compass .west {
    position: absolute;
    left: -20px;
    top: 40px;
}

.book-compass .east {
    position: absolute;
    right: -20px;
    top: 40px;
}

/* ---------- Travel props ---------- */

.book-ticket {
    position: absolute;
    z-index: 5;
    left: -25px;
    bottom: 30px;
    width: 300px;
    padding: 20px 24px;
    background: #f2e7d2;
    border: 1px solid rgba(118,81,29,.35);
    box-shadow: 0 14px 25px rgba(51,35,17,.20);
    transform: rotate(-5deg);
    font-family: Arial, Helvetica, sans-serif;
}

.book-ticket-title {
    margin-bottom: 12px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .12em;
}

.book-ticket-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    font-size: 11px;
    text-transform: uppercase;
}

.book-ticket-grid strong {
    display: block;
    margin-top: 3px;
    font-size: 14px;
    letter-spacing: .04em;
}

.book-journal {
    position: absolute;
    z-index: 5;
    right: -15px;
    bottom: 5px;
    width: 210px;
    height: 265px;
    padding: 35px 20px;
    border-radius: 8px;
    background: linear-gradient(145deg, #56351f, #2e1b12);
    color: #c7963b;
    box-shadow: 0 18px 35px rgba(42,25,14,.3);
    transform: rotate(8deg);
    font-family: Georgia, "Times New Roman", serif;
    text-align: center;
}

.book-journal::before {
    content: "";
    position: absolute;
    inset: 14px;
    border: 1px solid rgba(199,150,59,.45);
    border-radius: 4px;
}

.book-journal-title {
    position: relative;
    z-index: 2;
    margin-top: 70px;
    font-size: 24px;
    font-style: italic;
}

.book-journal-subtitle {
    position: relative;
    z-index: 2;
    margin-top: 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9px;
    letter-spacing: .14em;
}

/* ---------- Decorative bottom edge ---------- */

.book-bottom-ornament {
    position: absolute;
    bottom: 18px;
    left: 50%;
    transform: translateX(-50%);
    color: #9a7028;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 18px;
    letter-spacing: 7px;
}

/* ---------- Responsive ---------- */

@media (max-width: 1100px) {
    .book-section {
        padding: 75px 5vw 100px;
    }

    .book-section-inner {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .book-copy {
        text-align: center;
        padding-bottom: 0;
    }

    .book-copy h2,
    .book-copy p {
        margin-left: auto;
        margin-right: auto;
    }

    .book-ornament {
        margin-left: auto;
        margin-right: auto;
    }

    .book-map-scene {
        min-height: 600px;
    }
}

@media (max-width: 700px) {
    .book-section {
        padding: 60px 20px 90px;
    }

    .book-copy h2 {
        font-size: 48px;
    }

    .book-copy p {
        font-size: 16px;
    }

    .book-map-scene {
        min-height: 500px;
    }

    .book-map {
        min-height: 430px;
    }

    .book-ticket {
        left: 5px;
        bottom: 15px;
        width: 235px;
    }

    .book-journal {
        right: -5px;
        width: 150px;
        height: 200px;
    }

    .book-journal-title {
        margin-top: 50px;
        font-size: 18px;
    }

    .book-compass {
        width: 75px;
        height: 75px;
        font-size: 12px;
    }

    .book-compass::before {
        inset: 16px;
        font-size: 27px;
    }
}

/* =========================================================
   V5 – WELTKARTEN-SZENE ALS EINHEITLICHES BILD
   Karte + Kompassrose + Ticket + Reisetagebuch werden
   gemeinsam skaliert. Dadurch bleibt die Komposition
   auf Desktop, Tablet und Smartphone proportional.
   ========================================================= */

.book-map-scene {
    position: relative;
    width: 100%;
    min-height: 0 !important;
    aspect-ratio: 1036 / 860;
    display: block !important;
    background-image: url("../Images/book/worldkarte-ticket-reisetagebuch.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    overflow: visible;
}

/* Die bisherigen Einzelobjekte bleiben im HTML,
   werden aber nicht mehr separat positioniert. */
.book-map-scene .book-map,
.book-map-scene .book-ticket,
.book-map-scene .book-journal {
    display: none !important;
}

/* Die neue Grafik selbst soll keinen zusätzlichen Rahmen erhalten. */
.book-map-scene::before {
    content: none;
}

/* Desktop: die Grafik darf die rechte Spalte vollständig nutzen. */
@media (min-width: 1101px) {
    .book-map-scene {
        width: 100%;
        aspect-ratio: 1036 / 860;
        min-height: 0 !important;
    }
}

/* Tablet */
@media (max-width: 1100px) {
    .book-map-scene {
        width: min(760px, 100%);
        margin: 0 auto;
        aspect-ratio: 1036 / 860;
        min-height: 0 !important;
    }
}

/* Smartphone: die komplette Szene bleibt zusammen und
   wird nur proportional kleiner. */
@media (max-width: 700px) {
    .book-map-scene {
        width: 100%;
        aspect-ratio: 1036 / 860;
        min-height: 0 !important;
        margin-top: 8px;
    }
}

/* Sehr schmale Smartphones */
@media (max-width: 420px) {
    .book-map-scene {
        width: 100%;
        aspect-ratio: 1036 / 860;
    }
}
