/*
Theme Name: Homera24 Reiseblog
Author: Homera24
Description: Ein datensparsames, responsives WordPress-Reiseblog-Theme ohne Buchungs-, Such- oder Vergleichsfunktion.
Version: 2.0.0
Text Domain: homera24
License: GNU General Public License v2 or later
*/

:root {
    --blue: #0758b8;
    --blue-deep: #063775;
    --blue-soft: #eaf4ff;
    --yellow: #ffd43b;
    --ink: #14213d;
    --muted: #60708c;
    --line: #dce5ef;
    --surface: #ffffff;
    --soft: #f5f8fc;
    --radius: 22px;
    --shadow: 0 18px 50px rgba(17, 48, 86, .12);
    --font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    color: var(--ink);
    background: #fff;
    font-family: var(--font);
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--blue); text-decoration: none; }
a:hover { color: var(--blue-deep); }
button, input, select, textarea { font: inherit; }
address { font-style: normal; }
.container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.narrow-content { width: min(790px, 100%); }
.screen-reader-text, .skip-link {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
.skip-link:focus {
    position: fixed;
    z-index: 99999;
    top: 12px;
    left: 12px;
    width: auto;
    height: auto;
    clip: auto;
    margin: 0;
    padding: 12px 16px;
    background: #fff;
    color: var(--ink);
    border-radius: 8px;
    box-shadow: var(--shadow);
}

/* Header */
.site-header { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,.97); box-shadow: 0 1px 0 rgba(17, 48, 86, .10); backdrop-filter: blur(14px); }
.topbar { background: var(--blue-deep); color: #fff; font-size: .82rem; }
.topbar-inner { min-height: 34px; display: flex; justify-content: center; gap: 34px; align-items: center; }
.nav-wrap { min-height: 80px; display: flex; align-items: center; gap: 26px; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--ink); flex: 0 0 auto; }
.brand:hover { color: var(--ink); }
.brand-mark { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 14px; background: linear-gradient(145deg, var(--blue), var(--blue-deep)); color: #fff; font-weight: 900; letter-spacing: -.04em; box-shadow: 0 8px 22px rgba(7, 88, 184, .25); }
.brand-lockup { display: flex; flex-direction: column; line-height: 1; }
.brand-text { font-weight: 900; font-size: 1.55rem; letter-spacing: -.05em; }
.brand-text span { color: var(--blue); }
.brand-lockup small { font-size: .65rem; letter-spacing: .20em; color: var(--muted); margin-top: 5px; font-weight: 800; }
.custom-logo { max-height: 56px; width: auto; }
.main-nav { margin-left: auto; }
.menu { display: flex; align-items: center; gap: 6px; margin: 0; padding: 0; list-style: none; }
.menu li { list-style: none; }
.menu a { display: block; padding: 11px 13px; color: var(--ink); font-weight: 750; font-size: .94rem; border-radius: 10px; }
.menu a:hover, .current-menu-item > a, .current_page_item > a { background: var(--blue-soft); color: var(--blue); }
.header-cta, .primary-button, .secondary-button, .outline-button, .light-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 20px;
    border-radius: 12px;
    font-weight: 800;
    line-height: 1.2;
    border: 2px solid transparent;
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.header-cta, .primary-button { color: #fff; background: var(--blue); box-shadow: 0 10px 24px rgba(7, 88, 184, .20); }
.header-cta:hover, .primary-button:hover { color: #fff; background: var(--blue-deep); transform: translateY(-1px); }
.secondary-button { color: var(--ink); background: #fff; border-color: #fff; }
.secondary-button:hover { color: var(--blue); transform: translateY(-1px); }
.outline-button { color: var(--blue); background: #fff; border-color: var(--blue); }
.outline-button:hover { background: var(--blue); color: #fff; transform: translateY(-1px); }
.light-button { color: var(--blue-deep); background: var(--yellow); }
.light-button:hover { color: var(--blue-deep); transform: translateY(-1px); box-shadow: 0 12px 25px rgba(255,212,59,.25); }
.menu-toggle { display: none; border: 0; background: var(--soft); color: var(--ink); width: 46px; height: 46px; border-radius: 12px; font-size: 1.25rem; cursor: pointer; }

/* Hero */
.hero {
    position: relative;
    min-height: 610px;
    display: flex;
    align-items: center;
    color: #fff;
    background:
        radial-gradient(circle at 85% 20%, rgba(255,212,59,.28), transparent 28%),
        radial-gradient(circle at 70% 80%, rgba(70,180,255,.25), transparent 30%),
        linear-gradient(120deg, #052c61 0%, #0758b8 52%, #0d79d8 100%);
    background-size: cover;
    background-position: center;
    overflow: hidden;
}
.hero::after { content: ""; position: absolute; right: -100px; bottom: -150px; width: 540px; height: 540px; border: 90px solid rgba(255,255,255,.08); border-radius: 50%; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3, 35, 75, .88) 0%, rgba(3,35,75,.45) 55%, rgba(3,35,75,.10) 100%); }
.hero-content { position: relative; z-index: 2; padding: 90px 0; max-width: 770px; margin-left: max(20px, calc((100vw - 1180px)/2)); margin-right: auto; }
.eyebrow { margin: 0 0 14px; text-transform: uppercase; letter-spacing: .14em; font-size: .78rem; font-weight: 900; color: var(--yellow); }
.eyebrow.dark { color: var(--blue); }
h1, h2, h3, h4 { line-height: 1.16; letter-spacing: -.035em; }
.hero h1 { font-size: clamp(2.75rem, 6vw, 5.2rem); max-width: 850px; margin: 0 0 22px; }
.hero-copy { max-width: 730px; font-size: clamp(1.05rem, 2vw, 1.28rem); color: rgba(255,255,255,.88); margin: 0; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.hero-note { display: flex; gap: 12px; align-items: flex-start; max-width: 700px; margin-top: 28px; padding: 16px 18px; background: rgba(255,255,255,.10); border: 1px solid rgba(255,255,255,.22); border-radius: 14px; backdrop-filter: blur(10px); }
.hero-note span { display: grid; place-items: center; min-width: 26px; height: 26px; border-radius: 50%; background: var(--yellow); color: var(--blue-deep); font-weight: 900; }
.hero-note p { margin: 0; color: rgba(255,255,255,.9); }
.trust-strip { background: #fff; box-shadow: 0 10px 35px rgba(13, 53, 100, .08); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); min-height: 100px; }
.trust-grid div { display: flex; flex-direction: column; align-items: center; justify-content: center; border-right: 1px solid var(--line); text-align: center; padding: 16px; }
.trust-grid div:last-child { border-right: 0; }
.trust-grid strong { color: var(--blue); font-size: 1.55rem; line-height: 1; }
.trust-grid span { color: var(--muted); font-size: .87rem; margin-top: 7px; }

/* Sections */
.section { padding: 92px 0; }
.soft-section { background: var(--soft); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 34px; }
.section-heading h2, .editorial-grid h2, .closing-card h2 { margin: 0; font-size: clamp(2rem, 4vw, 3.25rem); }
.text-link, .article-link { font-weight: 850; }
.destination-grid { display: grid; grid-template-columns: 1.2fr .8fr .8fr; grid-auto-rows: 280px; gap: 18px; }
.destination-card { position: relative; min-height: 280px; border-radius: var(--radius); overflow: hidden; background-image: linear-gradient(180deg, rgba(4, 27, 58, .08), rgba(4, 27, 58, .90)), var(--bg); background-size: cover; background-position: center; box-shadow: var(--shadow); transition: transform .25s ease, box-shadow .25s ease; }
.destination-card:hover { transform: translateY(-4px); box-shadow: 0 24px 65px rgba(17,48,86,.18); }
.destination-large { grid-row: span 2; }
.card-badge { position: absolute; top: 18px; left: 18px; padding: 7px 11px; border-radius: 999px; background: var(--yellow); color: var(--blue-deep); font-size: .72rem; font-weight: 900; text-transform: uppercase; letter-spacing: .07em; }
.destination-content { position: absolute; z-index: 2; left: 0; right: 0; bottom: 0; padding: 26px; color: #fff; }
.destination-content > span { font-size: .82rem; color: rgba(255,255,255,.75); text-transform: uppercase; letter-spacing: .10em; font-weight: 800; }
.destination-content h3 { font-size: 1.8rem; margin: 4px 0 9px; }
.destination-large .destination-content h3 { font-size: 2.55rem; }
.destination-content p { max-width: 530px; margin: 0 0 17px; color: rgba(255,255,255,.82); }
.ghost-btn { display: inline-flex; padding: 9px 13px; border: 1px solid rgba(255,255,255,.55); color: #fff; border-radius: 10px; font-weight: 800; font-size: .84rem; }
.ghost-btn:hover { background: #fff; color: var(--blue-deep); }
.editorial-grid { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 70px; }
.editorial-visual { aspect-ratio: 1 / .92; display: grid; place-items: center; border-radius: 36px; background: linear-gradient(145deg, var(--blue), var(--blue-deep)); box-shadow: var(--shadow); position: relative; overflow: hidden; }
.editorial-visual::before, .editorial-visual::after { content: ""; position: absolute; width: 280px; height: 280px; border: 54px solid rgba(255,255,255,.10); border-radius: 50%; }
.editorial-visual::before { left: -90px; top: -70px; }
.editorial-visual::after { right: -100px; bottom: -90px; }
.editorial-visual span { position: relative; z-index: 2; display: grid; place-items: center; width: 160px; height: 160px; border-radius: 44px; background: var(--yellow); color: var(--blue-deep); font-size: 3.2rem; font-weight: 950; transform: rotate(-7deg); }
.editorial-grid p { color: var(--muted); }
.check-list { list-style: none; padding: 0; margin: 24px 0 30px; }
.check-list li { position: relative; padding-left: 32px; margin: 12px 0; }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: 1px; display: grid; place-items: center; width: 22px; height: 22px; border-radius: 50%; background: var(--blue); color: #fff; font-size: .72rem; font-weight: 900; }
.article-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.article-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; box-shadow: 0 12px 35px rgba(17,48,86,.07); transition: transform .25s ease, box-shadow .25s ease; }
.article-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.article-cover { aspect-ratio: 16 / 9; display: grid; place-items: center; color: #fff; overflow: hidden; }
.article-cover span { display: grid; place-items: center; width: 90px; height: 90px; border: 2px solid rgba(255,255,255,.5); border-radius: 50%; font-weight: 950; font-size: 2.4rem; background: rgba(255,255,255,.08); backdrop-filter: blur(10px); }
.article-cover-1 { background: linear-gradient(135deg, #0758b8, #11a4de); }
.article-cover-2 { background: linear-gradient(135deg, #063775, #7056dd); }
.article-cover-3 { background: linear-gradient(135deg, #0b7c6b, #32b891); }
.article-body { padding: 24px; }
.article-meta { display: flex; align-items: center; justify-content: space-between; gap: 15px; font-size: .76rem; font-weight: 850; color: var(--blue); text-transform: uppercase; letter-spacing: .07em; }
.article-meta span:last-child { color: var(--muted); }
.article-card h2, .article-card h3 { font-size: 1.35rem; margin: 13px 0 10px; }
.article-card h2 a, .article-card h3 a { color: var(--ink); }
.article-card p { color: var(--muted); margin: 0 0 17px; }
.closing-section { padding-top: 20px; }
.closing-card { padding: 50px; border-radius: 30px; color: #fff; background: linear-gradient(120deg, var(--blue-deep), var(--blue)); display: flex; align-items: center; justify-content: space-between; gap: 30px; box-shadow: var(--shadow); }
.closing-card p { max-width: 700px; color: rgba(255,255,255,.82); margin-bottom: 0; }

/* Page headers and archives */
.page-hero { color: #fff; background: linear-gradient(120deg, var(--blue-deep), var(--blue)); padding: 90px 0 74px; position: relative; overflow: hidden; }
.page-hero::after { content: ""; position: absolute; width: 380px; height: 380px; right: -120px; top: -160px; border: 65px solid rgba(255,255,255,.08); border-radius: 50%; }
.page-hero .container { position: relative; z-index: 2; }
.page-hero h1 { font-size: clamp(2.6rem, 6vw, 4.8rem); margin: 0 0 16px; }
.page-hero p:last-child { max-width: 780px; margin: 0; color: rgba(255,255,255,.82); font-size: 1.12rem; }
.legal-hero { padding-bottom: 64px; }
.archive-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.archive-card { display: grid; grid-template-columns: 42% 58%; min-height: 315px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; box-shadow: 0 12px 40px rgba(17,48,86,.08); }
.archive-image { height: 100%; min-height: 315px; overflow: hidden; background: var(--blue-soft); }
.archive-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.archive-card:hover .archive-image img { transform: scale(1.035); }
.archive-card-body { padding: 26px; display: flex; flex-direction: column; align-items: flex-start; }
.archive-card h2 { margin: 14px 0 10px; font-size: 1.65rem; }
.archive-card h2 a { color: var(--ink); }
.archive-card p { color: var(--muted); margin: 0 0 15px; }
.archive-card .season { padding: 10px 12px; background: var(--blue-soft); border-radius: 10px; font-size: .84rem; }
.archive-card .article-link { margin-top: auto; }
.navigation.pagination { margin-top: 34px; }
.nav-links { display: flex; justify-content: center; gap: 8px; flex-wrap: wrap; }
.page-numbers { display: grid; place-items: center; min-width: 42px; height: 42px; padding: 0 12px; border-radius: 10px; border: 1px solid var(--line); background: #fff; color: var(--ink); font-weight: 800; }
.page-numbers.current, .page-numbers:hover { background: var(--blue); color: #fff; border-color: var(--blue); }
.magazine-grid { row-gap: 28px; }

/* Single destination */
.destination-hero { min-height: 580px; position: relative; display: flex; align-items: flex-end; color: #fff; background-image: linear-gradient(180deg, rgba(4,27,58,.12), rgba(4,27,58,.92)), var(--bg); background-size: cover; background-position: center; }
.destination-hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4,27,58,.55), transparent 70%); }
.destination-hero-content { position: relative; z-index: 2; padding-bottom: 70px; }
.back-link { color: #fff; font-weight: 800; display: inline-block; margin-bottom: 26px; }
.back-link:hover { color: var(--yellow); }
.dark-back { color: var(--blue); }
.destination-tags { display: flex; flex-wrap: wrap; gap: 8px; }
.destination-tags span { padding: 7px 11px; border-radius: 999px; background: rgba(255,255,255,.15); border: 1px solid rgba(255,255,255,.30); font-size: .76rem; font-weight: 850; text-transform: uppercase; letter-spacing: .08em; }
.destination-hero h1 { font-size: clamp(3rem, 7vw, 6rem); margin: 14px 0; }
.destination-hero p { max-width: 780px; font-size: 1.16rem; color: rgba(255,255,255,.86); }
.reading-layout { display: grid; grid-template-columns: 300px minmax(0, 760px); gap: 70px; align-items: start; padding-top: 75px; padding-bottom: 30px; }
.fact-card { position: sticky; top: 130px; padding: 25px; border-radius: 18px; background: var(--soft); border: 1px solid var(--line); }
.fact-card > div { padding: 14px 0; border-bottom: 1px solid var(--line); }
.fact-card > div span, .fact-card > div strong { display: block; }
.fact-card > div span { color: var(--muted); font-size: .78rem; text-transform: uppercase; letter-spacing: .08em; font-weight: 800; }
.fact-card > div strong { margin-top: 5px; }
.fact-note { color: var(--muted); font-size: .78rem; margin: 18px 0 0; }
.entry-content { color: #34435c; font-size: 1.05rem; }
.entry-content h2 { color: var(--ink); font-size: clamp(1.65rem, 3vw, 2.25rem); margin: 2.1em 0 .65em; }
.entry-content h2:first-child { margin-top: 0; }
.entry-content h3 { color: var(--ink); font-size: 1.35rem; margin-top: 1.8em; }
.entry-content p { margin: 0 0 1.25em; }
.entry-content ul, .entry-content ol { margin: 0 0 1.4em; padding-left: 1.25em; }
.entry-content li { margin: .55em 0; }
.entry-content blockquote { margin: 2em 0; padding: 18px 22px; border-left: 4px solid var(--blue); background: var(--blue-soft); color: var(--ink); }
.next-journey { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-top: 35px; padding-bottom: 80px; border-top: 1px solid var(--line); }
.next-journey p { margin: 0; font-weight: 850; color: var(--muted); }

/* Standard pages */
.entry-shell { padding: 80px 0; min-height: 60vh; }
.simple-page-header { margin-bottom: 34px; padding-bottom: 28px; border-bottom: 1px solid var(--line); }
.simple-page-header h1 { font-size: clamp(2.4rem, 5vw, 4rem); margin: 0; }
.values-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin: 38px 0 52px; }
.values-grid article { padding: 25px; border: 1px solid var(--line); border-radius: 18px; background: var(--soft); }
.values-grid article > span { color: var(--blue); font-weight: 950; }
.values-grid h3 { margin: 11px 0 8px; }
.values-grid p { margin: 0; color: var(--muted); font-size: .92rem; }
.content-cta { margin-top: 44px; padding: 30px; border-radius: 20px; background: var(--blue-soft); border: 1px solid #cce3ff; }
.content-cta h3 { margin-top: 0; font-size: 1.45rem; }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.contact-card { padding: 34px; border-radius: var(--radius); border: 1px solid var(--line); background: #fff; box-shadow: 0 12px 38px rgba(17,48,86,.07); }
.primary-contact { background: var(--blue-soft); border-color: #cce3ff; }
.contact-icon { display: grid; place-items: center; width: 56px; height: 56px; border-radius: 15px; background: var(--blue); color: #fff; font-size: 1.4rem; }
.contact-card h2 { margin: 22px 0 12px; }
.contact-card p { color: var(--muted); }
.contact-card address { font-size: 1.08rem; font-weight: 700; }
.contact-note { margin-top: 60px; padding-top: 45px; border-top: 1px solid var(--line); }
.legal-content { width: min(850px, 100%); }
.legal-content h2 { font-size: 1.65rem; margin: 2em 0 .65em; }
.legal-content h2:first-child { margin-top: 0; }
.legal-content p, .legal-content li { color: #3d4b61; }
.legal-content address { padding: 20px; background: var(--soft); border: 1px solid var(--line); border-radius: 14px; }
.legal-content a { text-decoration: underline; text-underline-offset: 3px; }
.legal-status { margin-top: 42px; padding-top: 20px; border-top: 1px solid var(--line); color: var(--muted) !important; font-size: .88rem; }
.article-hero { padding: 80px 0 60px; background: var(--soft); border-bottom: 1px solid var(--line); }
.article-hero h1 { font-size: clamp(2.5rem, 6vw, 4.8rem); margin: 18px 0; }
.article-hero p { font-size: 1.15rem; color: var(--muted); }
.post-date { margin-top: 20px; color: var(--muted); font-size: .86rem; font-weight: 750; }
.blog-single > .entry-content { padding-top: 65px; padding-bottom: 50px; }
.editorial-note { margin-top: 42px; padding: 20px 22px; border-radius: 14px; background: var(--blue-soft); border: 1px solid #cce3ff; font-size: .92rem; }
.no-results { text-align: center; padding: 90px 20px; max-width: 760px; margin: 0 auto; }
.no-results h1 { font-size: clamp(2.3rem, 5vw, 4rem); }
.centered-actions { justify-content: center; }

/* Footer */
.site-footer { margin-top: 60px; background: #071c36; color: #fff; }
.footer-grid { display: grid; grid-template-columns: 1.45fr .8fr .9fr .75fr; gap: 50px; padding: 70px 0 50px; }
.footer-grid h4 { margin: 0 0 18px; font-size: 1rem; }
.footer-grid a:not(.brand) { display: block; color: rgba(255,255,255,.72); margin: 10px 0; font-size: .9rem; overflow-wrap: anywhere; }
.footer-grid a:hover { color: #fff; }
.footer-about p { color: rgba(255,255,255,.64); max-width: 380px; }
.footer-brand { color: #fff; }
.footer-brand:hover { color: #fff; }
.footer-brand .brand-text { color: #fff; }
.footer-brand .brand-lockup small { color: rgba(255,255,255,.55); }
.footer-bottom { min-height: 75px; display: flex; justify-content: space-between; gap: 20px; align-items: center; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.55); font-size: .82rem; }

@media (max-width: 1050px) {
    .header-cta { display: none; }
    .main-nav { margin-left: auto; }
    .menu a { padding-inline: 9px; }
    .destination-grid { grid-template-columns: 1fr 1fr; }
    .destination-large { grid-row: span 1; grid-column: span 2; }
    .archive-grid { grid-template-columns: 1fr; }
    .reading-layout { grid-template-columns: 260px minmax(0, 1fr); gap: 45px; }
}

@media (max-width: 820px) {
    .topbar { display: none; }
    .nav-wrap { min-height: 70px; }
    .menu-toggle { display: grid; place-items: center; margin-left: auto; }
    .main-nav { position: absolute; left: 20px; right: 20px; top: 70px; display: none; padding: 12px; background: #fff; border: 1px solid var(--line); border-radius: 16px; box-shadow: var(--shadow); }
    .main-nav.open { display: block; }
    .menu { flex-direction: column; align-items: stretch; }
    .menu a { padding: 13px 14px; }
    .hero { min-height: 560px; }
    .hero-content { padding: 70px 0; margin: 0 auto; width: min(100% - 40px, 1180px); }
    .hero h1 { font-size: clamp(2.6rem, 10vw, 4.3rem); }
    .trust-grid { grid-template-columns: 1fr 1fr; }
    .trust-grid div:nth-child(2) { border-right: 0; }
    .trust-grid div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
    .section { padding: 70px 0; }
    .section-heading { align-items: flex-start; flex-direction: column; }
    .editorial-grid { grid-template-columns: 1fr; gap: 40px; }
    .editorial-visual { max-width: 550px; width: 100%; }
    .article-grid { grid-template-columns: 1fr 1fr; }
    .closing-card { align-items: flex-start; flex-direction: column; }
    .reading-layout { grid-template-columns: 1fr; }
    .fact-card { position: static; }
    .values-grid { grid-template-columns: 1fr; }
    .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 620px) {
    .container { width: min(100% - 28px, 1180px); }
    .brand-mark { width: 43px; height: 43px; border-radius: 12px; }
    .brand-text { font-size: 1.32rem; }
    .brand-lockup small { font-size: .56rem; }
    .hero { min-height: 620px; }
    .hero-content { width: min(100% - 28px, 1180px); }
    .hero-actions { flex-direction: column; align-items: stretch; }
    .hero-actions a { width: 100%; }
    .trust-grid strong { font-size: 1.3rem; }
    .destination-grid { display: flex; flex-direction: column; }
    .destination-card, .destination-large { min-height: 370px; }
    .destination-large .destination-content h3 { font-size: 2rem; }
    .article-grid { grid-template-columns: 1fr; }
    .archive-card { grid-template-columns: 1fr; }
    .archive-image { min-height: 250px; height: 250px; }
    .page-hero { padding: 65px 0 55px; }
    .destination-hero { min-height: 610px; }
    .destination-hero-content { padding-bottom: 45px; }
    .destination-hero h1 { font-size: 3.4rem; }
    .reading-layout { padding-top: 50px; }
    .contact-grid { grid-template-columns: 1fr; }
    .contact-card { padding: 26px; }
    .closing-card { padding: 32px 25px; }
    .footer-grid { grid-template-columns: 1fr; gap: 30px; }
    .footer-bottom { align-items: flex-start; flex-direction: column; justify-content: center; padding: 22px 0; }
}
