.menu a:hover, .menu button:hover {
    color: rgba(0,0,0,0.8);
    text-decoration: underline;
}
.menu nav {
    max-height: 100vh;
    overflow-y: auto;
    overflow-x: hidden;
}
.menu .submenu-toggle {
    display: block;
    width: 100%;
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    text-align: left;
    text-transform: uppercase;
    font: inherit;
    line-height: inherit;
    color: inherit;
    cursor: pointer;
}
.menu .submenu-caret {
    display: inline-block;
    margin-left: 6px;
    width: 6px;
    height: 6px;
    border: solid currentColor;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    transition: transform 0.2s;
    vertical-align: middle;
}
.menu .has-submenu.open > .submenu-toggle .submenu-caret {
    transform: rotate(-135deg);
}
.menu .submenu {
    display: none;
    list-style: none;
    margin: 4px 0 10px;
    padding-left: 16px;
    border-left: 2px solid rgba(0,0,0,0.2);
}
.menu .has-submenu.open > .submenu {
    display: block;
}
.menu .submenu li {
    margin: 2px 0;
}
.menu .submenu a {
    text-transform: none;
    font-size: 1em;
    opacity: 0.9;
}
.chronology-container {
    padding-top: 250px;
}
.chronology-container .chronology-top {
    position: fixed !important;
    top: 0;
    width: 100%;
    background: #fff;
}
.chronology-container .chrono-nav {
    width: unset;
    height: unset;
    position: unset;
    left: unset;
    top: unset;
    transform: none;
}
.chronology-container .chrono-nav p {
    transform: none;
    position: unset;
    bottom: unset;
    left: unset;
    width: unset;
}
.chronology-container .chrono-nav button:last-child,
.chronology-container .chrono-nav button {
    top: unset;
}
.intezetlogo {
    position: absolute;
    z-index: 10;
    top: 150px;
    left: 50px;
}
.intezetlogo img {
    height: 60px;
}
@media (max-width: 768px) {
    .intezetlogo {
        top: 100px;
        left: 20px;
    }
    .intezetlogo img {
        height: 60px;
    }
}
@media (max-width: 576px) {
    .gallery-grid {
        display: grid;
        grid-template-columns: 1fr;
        gap: 30px;
    }
    .brand-logo {
        height: 40px;
    }
    .intezetlogo {
        top: 80px;
    }
    .intezetlogo img {
        height: 40px;
    }
}

/* ===== Mohács 500 – új statikus komponensek ===== */
.section-header .height-80-vh {
    position: relative;
}
.hero-slogan {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
    padding: 0 20px;
    pointer-events: none;
}
.hero-slogan h1 {
    margin: 0;
    font-weight: 300;
    letter-spacing: 2px;
    text-shadow: 0 2px 18px rgba(0,0,0,0.75), 0 0 40px rgba(0,0,0,0.5);
}
.hero-title-main {
    display: block;
    font-size: 54px;
    line-height: 1.1;
}
.hero-title-sub {
    display: block;
    margin-top: 10px;
    font-size: 26px;
    font-weight: 300;
    letter-spacing: 1px;
}

/* Hero alatti két csempe – tiszta, szimmetrikus, állandó sötét overlay */
.section-header .hero-tile {
    position: relative;
    min-height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.section-header .hero-tile:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    transition: background-color 0.3s;
    z-index: 1;
}
.section-header .hero-tile:hover:before {
    background-color: rgba(0,0,0,0.65);
}
.hero-tile-inner {
    position: relative;
    z-index: 2;
    text-align: center;
    color: #fff;
    padding: 24px 20px;
}
.hero-tile-title {
    display: block;
    font-family: 'Lora-r', serif;
    font-size: 26px;
    line-height: 1.3;
    letter-spacing: 0.5px;
}
.hero-tile-more {
    display: inline-block;
    margin-top: 14px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    opacity: 0.85;
}
.hero-tile-more .glyphicon {
    font-size: 10px;
    margin-left: 5px;
    top: 0;
}
@media (max-width: 767px) {
    .section-header .hero-tile { min-height: 160px; }
    .hero-tile-title { font-size: 21px; }
}

.countdown-section {
    padding: 60px 0;
}
.countdown-title {
    margin-bottom: 40px;
    font-weight: 300;
    color: #444b57; /* WCAG AA kontraszt fehér háttéren (az alap #9da1ad megbukna) */
}
.countdown-label {
    color: #444b57;
}
.countdown {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 40px;
}
.countdown-item {
    min-width: 80px;
}
.countdown-number {
    display: block;
    font-size: 52px;
    font-weight: 700;
    line-height: 1;
}
.countdown-label {
    display: block;
    margin-top: 8px;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.section-intro {
    padding: 50px 0;
}
.section-intro .lead {
    max-width: 900px;
    margin: 0 auto;
    font-size: 20px;
    line-height: 1.6;
}

.section-sections .box {
    min-height: 260px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.section-sections .section-card {
    position: relative;
    z-index: 2;
    padding: 20px;
    color: #fff;
}
.section-sections .section-card h2 {
    margin-top: 0;
}
/* Olvashatóság: sötét réteg a csempéken, a szöveg a réteg fölé kerül */
.section-sections .overlay-gray:before {
    background-color: rgba(0,0,0,0.5);
    pointer-events: none; /* ne fogja el a kattintást a link elől */
}
.section-sections .overlay-gray:hover:before {
    background-color: rgba(0,0,0,0.62);
}
.section-sections .section-card {
    z-index: 320; /* a .overlay-gray:before (z-index:310) fölé */
    text-shadow: 0 1px 8px rgba(0,0,0,0.6);
    pointer-events: none; /* a kattintás a teljes csempét lefedő linkre menjen */
}
/* A teljes csempe legyen kattintható (a szöveg/overlay fölé emelt link) */
.section-sections .link-abs-full {
    z-index: 400;
}

/* Lábléc logó – NEM a .brand-logo (az abszolút pozíciójú fejléc-embléma) */
.footer-logo {
    height: 62px;
    width: auto;
}

@media (max-width: 768px) {
    .hero-title-main { font-size: 30px; }
    .hero-title-sub { font-size: 17px; }
    .countdown { gap: 24px; }
    .countdown-number { font-size: 38px; }
}

/* ===== Statikus aloldalak (Page/index.twig, Mission/*) ===== */
.static-page-banner {
    position: relative;
    height: 360px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 40px;
}
.static-page-banner:before {
    content: '';
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background-color: rgba(0,0,0,0.45);
}
.static-page-banner-inner {
    position: relative;
    z-index: 2;
    max-width: 900px;
    padding: 0 20px;
}
.static-page-banner-inner h1 {
    margin: 0;
    color: #fff;
    font-size: 46px;
    text-shadow: 0 2px 16px rgba(0,0,0,0.75), 0 0 40px rgba(0,0,0,0.5);
}
.static-page-header h1 {
    margin: 0;
    font-size: 40px;
    color: #282725;
}
.static-page-body {
    max-width: 820px;
    margin: 0 auto;
    padding-bottom: 70px;
    line-height: 1.7;
    color: #333;
}
.static-page-body h2 {
    color: #282725;
    margin-top: 40px;
}
.static-page-body h3 {
    color: #6b6f7a;
    margin-top: 24px;
}
.static-page-body ul {
    padding-left: 20px;
}
.static-page-body li {
    margin-bottom: 6px;
}
.static-page-body a {
    color: #b8860b;
    text-decoration: underline;
}
@media (max-width: 767px) {
    .static-page-banner { height: 220px; }
    .static-page-banner-inner h1 { font-size: 30px; }
}
/* issuu flipbook beágyazás */
.flipbook-embed {
    margin: 40px 0 10px;
}
.flipbook-embed iframe {
    display: block;
    border: none;
    width: 100%;
    height: 640px;
}
.flipbook-fallback {
    margin-top: 12px;
    text-align: center;
    font-size: 14px;
}
.flipbook-fallback a {
    color: #b8860b;
    text-decoration: underline;
}

/* ===== Keresztény hadak útján – térkép ===== */
.journey-map {
    position: relative;
    z-index: 0; /* saját stacking-kontextus, hogy a fix menü (z-index:1000) fölötte maradjon */
    height: 520px;
    width: 100%;
    margin: 22px 0 12px;
    border: 1px solid #e4e2dd;
    background: #eef0f2;
}
.journey-legend {
    margin-bottom: 30px;
    font-size: 14px;
    color: #444b57;
}
.journey-legend-item {
    display: inline-block;
    margin: 0 18px 6px 0;
}
.journey-swatch {
    display: inline-block;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    margin-right: 6px;
    vertical-align: middle;
}
.journey-route-title {
    margin-top: 28px;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.journey-list {
    margin-top: 8px;
}
@media (max-width: 767px) {
    .journey-map { height: 360px; }
}

/* ===== Videó-beágyazás (YouTube, reszponzív 16:9) ===== */
.video-embed {
    position: relative;
    padding-top: 56.25%;
    margin: 22px 0 8px;
}
.video-embed iframe {
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    border: none;
}
/* Külső hivatkozás gomb */
.btn-external {
    display: inline-block;
    margin-top: 10px;
    padding: 11px 24px;
    background: #b8860b;
    color: #fff !important;
    text-decoration: none !important;
    letter-spacing: 0.5px;
}
.btn-external:hover,
.btn-external:focus {
    background: #a0740a;
    color: #fff !important;
}

/* ===== Hírek – kártyás grid ===== */
.news-grid .row {
    display: flex;
    flex-wrap: wrap;
}
.news-card {
    width: 100%;
    margin-bottom: 30px;
}
.news-card-media {
    position: relative;
    display: block;
    height: 300px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
}
.news-card-media:before {
    content: '';
    position: absolute;
    left: 0; right: 0; bottom: 0;
    height: 70%;
    background: linear-gradient(to top, rgba(0,0,0,0.8), rgba(0,0,0,0));
}
.news-card-title {
    position: absolute;
    left: 0; right: 0; bottom: 0;
    z-index: 2;
    margin: 0;
    padding: 16px 18px;
    color: #fff;
    font-size: 18px;
    line-height: 1.3;
    text-transform: uppercase;
    text-shadow: 0 1px 6px rgba(0,0,0,0.6);
}
.news-card:hover .news-card-title {
    text-decoration: underline;
}
.news-card-body {
    padding: 14px 2px 0;
}
.news-card-date {
    margin: 0 0 6px;
    color: #9a9a9a;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.news-card-lead {
    margin: 0;
    color: #333;
}
.news-card-sm .news-card-media { height: 200px; }
.news-card-sm .news-card-title { font-size: 15px; padding: 12px 14px; }

/* Hír részletoldal */
.news-article .news-date {
    color: #9a9a9a;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 22px;
}
.news-back {
    margin-top: 44px;
    padding-top: 16px;
    border-top: 1px solid #e4e2dd;
}
.news-back a {
    color: #b8860b;
    text-decoration: underline;
}
@media (max-width: 767px) {
    .news-card-media, .news-card-sm .news-card-media { height: 220px; }
}
@media (max-width: 767px) {
    .flipbook-embed iframe { height: 420px; }
}

/* ===== Lapozható PDF (flipbook – PDF.js + StPageFlip) ===== */
.flipbook {
    position: relative;
    margin: 40px auto 10px;
    max-width: 1100px;
}
.flipbook-book {
    margin: 0 auto;
}
.flipbook-page {
    background: #fff;
    overflow: hidden;
}
.flipbook-page canvas {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain; /* soha ne torzuljon: képarány-tartás, szükség esetén keffettel */
}
.flipbook-book .stf__parent {
    margin: 0 auto;
}
.flipbook-loading {
    padding: 60px 0;
    text-align: center;
    color: #6b6f7a;
    font-size: 15px;
    letter-spacing: 0.5px;
}
.flipbook-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: 16px;
}
.flipbook-btn {
    width: 44px;
    height: 44px;
    line-height: 1;
    font-size: 26px;
    border: none;
    background: #b8860b;
    color: #fff;
    cursor: pointer;
    transition: background 0.2s;
}
.flipbook-btn:hover,
.flipbook-btn:focus {
    background: #a0740a;
}
.flipbook-counter {
    min-width: 70px;
    text-align: center;
    font-size: 14px;
    color: #444b57;
    letter-spacing: 1px;
}
/* Teljes méret (Fullscreen API, ill. tartalék pszeudó-teljes) */
.flipbook:fullscreen,
.flipbook--pseudo-full {
    max-width: none;
    margin: 0;
    padding: 18px;
    background: #1c1c1c;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.flipbook--pseudo-full {
    position: fixed;
    inset: 0;
    z-index: 3000;
}
.flipbook:fullscreen .flipbook-book,
.flipbook--pseudo-full .flipbook-book {
    margin: 0 auto;
}
.flipbook:fullscreen .flipbook-nav,
.flipbook--pseudo-full .flipbook-nav {
    margin-top: 18px;
}
.flipbook:fullscreen .flipbook-counter,
.flipbook--pseudo-full .flipbook-counter {
    color: #fff;
}

.flipbook-fallback-frame {
    width: 100%;
}
.flipbook-fallback-frame iframe {
    width: 100%;
    height: 640px;
    border: 1px solid #e4e2dd;
    background: #f5f4f1;
}
@media (max-width: 767px) {
    .flipbook-fallback-frame iframe { height: 460px; }
}

/* ===== Képgaléria (lightbox) – statikus aloldalak ===== */
.photo-gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
    margin: 26px 0 10px;
}
.photo-gallery.cols-2 { grid-template-columns: repeat(2, 1fr); }
.photo-gallery.cols-4 { grid-template-columns: repeat(4, 1fr); }
.photo-gallery a {
    position: relative;
    display: block;
    overflow: hidden;
    background: #eef0f2;
    aspect-ratio: 4 / 3;
}
.photo-gallery a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
    display: block;
}
.photo-gallery a:hover img {
    transform: scale(1.05);
}
/* Plakát / tabló galéria – teljes kép látszódjon (contain) */
.poster-gallery a {
    aspect-ratio: auto;
    background: #f5f4f1;
}
.poster-gallery a img {
    object-fit: contain;
    height: auto;
}
.gallery-caption {
    margin: 6px 0 0;
    font-size: 12px;
    color: #9a9a9a;
    text-transform: uppercase;
    letter-spacing: 1px;
}
/* Logó-strip (pl. NÖRI + Mohács 500) */
.logo-strip {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 46px;
    margin: 30px 0 34px;
    padding: 26px 20px;
    background: #f7f6f3;
    border: 1px solid #ecebe6;
}
.logo-strip img {
    height: 66px;
    width: auto;
    max-width: 100%;
}
@media (max-width: 767px) {
    .logo-strip { gap: 28px; padding: 20px; }
    .logo-strip img { height: 46px; }
}
/* Galéria – albumok (kategóriák), natív <details>, Fancybox nagyítással */
.gallery-albums {
    margin: 26px 0 10px;
}
.gallery-album {
    margin-bottom: 20px;
    border: 1px solid #e4e2dd;
    background: #f7f6f3;
}
.gallery-album-card {
    list-style: none;
    cursor: pointer;
    display: block;
    outline-offset: -3px;
}
.gallery-album-card::-webkit-details-marker { display: none; }
.gallery-album-card::marker { content: ''; }
.gallery-album-cover {
    display: block;
    width: 100%;
    height: 240px;
    object-fit: cover;
    transition: height 0.25s;
}
.gallery-album-name {
    display: block;
    padding: 14px 18px 2px;
    font-family: 'Lora-r', serif;
    font-size: 19px;
    line-height: 1.3;
    color: #282725;
}
.gallery-album-hint {
    display: block;
    padding: 2px 18px 14px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #b8860b;
}
.gallery-album-hint:before { content: '▸ '; }
.gallery-album[open] .gallery-album-hint:before { content: '▾ '; }
.gallery-album[open] .gallery-album-cover { height: 170px; }
.gallery-album-photos {
    padding: 6px 16px 18px;
    margin: 0;
}
@media (max-width: 767px) {
    .gallery-album-cover { height: 180px; }
}
/* Klip / videó a galériához */
.media-clip {
    margin: 26px 0;
}
.media-clip video {
    width: 100%;
    display: block;
    background: #000;
}
/* Beágyazott Google Drive galéria */
.drive-embed {
    margin: 18px 0 34px;
}
.drive-embed iframe {
    width: 100%;
    height: 560px;
    border: 1px solid #e4e2dd;
    background: #f5f4f1;
}
@media (max-width: 767px) {
    .photo-gallery,
    .photo-gallery.cols-2,
    .photo-gallery.cols-4 { grid-template-columns: repeat(2, 1fr); }
    .drive-embed iframe { height: 420px; }
    .flipbook { margin-top: 26px; }
}

/* ===== WCAG – akadálymentesítés ===== */
/* "Ugrás a tartalomhoz" – csak fókuszban látható */
.skip-link {
    position: absolute;
    left: -9999px;
    top: 0;
    z-index: 2000;
    background: #282725;
    color: #fff;
    padding: 12px 18px;
    border-radius: 0 0 4px 0;
}
.skip-link:focus {
    left: 0;
    top: 0;
}
/* Látható fókusz minden interaktív elemre (az alap outline:none felülírása) */
a:focus-visible,
button:focus-visible,
input:focus-visible,
[tabindex]:focus-visible {
    outline: 3px solid #c8a24a;
    outline-offset: 2px;
}
.footer-logos {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    @media (max-width: 576px) {
        flex-direction: column;
    }
}
/* ===== Aktuális eseményeink – eseménynaptár ===== */
/* Fekvő kép, rajta a dátumjelvény a bal felső sarokban. */
.event-media {
    position: relative;
    background-size: cover;
    background-position: center;
    background-color: #e4e2dd;
}

/* Dátumjelvény a képen, bal felső sarok: rövidített hónap felül, nap alatta */
.event-date {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    min-width: 54px;
    padding: 6px 9px 7px;
    text-align: center;
    background: rgba(255, 255, 255, 0.93);
    border-right: 1px solid #e4e2dd;
    border-bottom: 1px solid #e4e2dd;
}
.event-date-month {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #b8860b;
}
.event-date-day {
    display: block;
    font-family: 'Lora-r', serif;
    font-size: 26px;
    line-height: 1.05;
    color: #282725;
}
.event-date-weekday {
    display: block;
    font-size: 11px;
    color: #9a9a9a;
}

.event-body { padding: 16px 20px; }

/* Közös cím / meta / leírás */
.event-title {
    margin: 0 0 6px !important;
    font-family: 'Lora-r', serif;
    font-size: 18px;
    line-height: 1.32;
    color: #282725;
}
.event-meta {
    margin: 0 0 10px;
    font-size: 13px;
    letter-spacing: 0.5px;
    color: #b8860b;
    text-transform: uppercase;
}
.event-desc {
    margin: 0;
    color: #55585f;
    font-size: 14px;
    line-height: 1.6;
}

/* Kiemelt főesemény – kép balra (~1/3), szöveg jobbra */
.event-featured {
    display: flex;
    align-items: flex-start;
    background: #fff;
    border: 1px solid #e4e2dd;
    border-left: 4px solid #b8860b;
    margin-bottom: 28px;
    overflow: hidden;
}
.event-featured .event-media {
    flex: 0 0 40%;
    align-self: stretch;
}
.event-featured .event-body { flex: 1; padding: 16px; }
.event-featured .event-title { font-size: 24px; }
.event-featured .event-date-day { font-size: 30px; }
.event-featured-tag {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    background: #b8860b;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 6px 13px;
}

/* Eseménylista – kompakt vízszintes sorok, fekvő bélyegkép a dátummal */
.event-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.event-item {
    display: flex;
    background: #fff;
    border: 1px solid #e4e2dd;
    margin-bottom: 14px;
    overflow: hidden;
}
.event-item .event-media {
    flex: 0 0 240px;
    min-height: 150px;
}
.event-item .event-body { flex: 1; }

/* A .static-page-body ul/li alap-szabályok felülírása, hogy a lista a főeseménnyel
   egy vonalban kezdődjön (ne legyen behúzás), és a kártyaköz megmaradjon. */
.static-page-body .event-list { margin: 0; padding-left: 0; }
.static-page-body .event-list .event-item { margin: 0 0 14px; }
/* A .static-page-body h3 szürke színét felülírjuk, hogy a kis kártyák címe
   megegyezzen a főesemény címével (sötét, Lora-r). */
.static-page-body .event-title { color: #282725; }

@media (max-width: 767px) {
    .event-featured { flex-direction: column; }
    .event-featured .event-media { flex-basis: auto; min-height: 0; aspect-ratio: 16 / 9; }
    .event-item { flex-direction: column; }
    .event-item .event-media { flex-basis: auto; width: 100%; min-height: 0; aspect-ratio: 16 / 9; }
}

/* ===== Vándorkiállítás – tablók listája (linkkártyák a szövegoldalakhoz) ===== */
.tablo-links {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin: 20px 0 10px;
    padding: 0;
    list-style: none;
}
.tablo-link {
    display: flex;
    flex-direction: column;
    background: #f7f6f3;
    border: 1px solid #e4e2dd;
    text-decoration: none;
    color: #282725;
    transition: box-shadow 0.2s, transform 0.2s;
}
.tablo-link:hover,
.tablo-link:focus {
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
    transform: translateY(-2px);
}
.tablo-link img {
    width: 100%;
    height: auto;
    display: block;
    background: #f5f4f1;
}
.tablo-link-label {
    display: block;
    padding: 12px 14px;
    font-family: 'Lora-r', serif;
    font-size: 15px;
    line-height: 1.35;
    color: #282725;
}

/* ===== Tabló-szövegoldalak ===== */
.tablo-lang-switch {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.tablo-lang-switch a { color: #b8860b; }
.tablo-figures {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
    margin: 26px 0 14px;
}
.tablo-figures.cols-3 { grid-template-columns: repeat(3, 1fr); }
.tablo-figure {
    margin: 0;
}
.tablo-figure a {
    display: block;
    overflow: hidden;
    background: #f5f4f1;
    border: 1px solid #ecebe6;
}
.tablo-figure img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.4s ease;
}
.tablo-figure a:hover img { transform: scale(1.04); }
.tablo-figure figcaption,
.tablo-fignote {
    margin: 8px 0 0;
    font-size: 13px;
    line-height: 1.5;
    color: #6a6a6a;
}
.tablo-figure-wide {
    margin: 26px 0 14px;
}
.tablo-fignote {
    margin: 10px 0 20px;
}
.tablo-box {
    background: #f7f6f3;
    border: 1px solid #e4e2dd;
    border-left: 4px solid #b8860b;
    padding: 18px 22px 8px;
    margin: 28px 0;
}
.tablo-box h3 {
    margin-top: 6px;
}
.tablo-box dl { margin: 8px 0 0; }
.tablo-box dt {
    font-family: 'Lora-r', serif;
    font-weight: 700;
    color: #282725;
    margin-top: 12px;
}
.tablo-box dd {
    margin: 2px 0 0;
    line-height: 1.55;
}
.tablo-divider {
    border: 0;
    border-top: 2px solid #e4e2dd;
    margin: 40px 0 30px;
}
.journey-start-note {
    font-style: italic;
    color: #6a6a6a;
}
@media (max-width: 767px) {
    .tablo-links { grid-template-columns: repeat(2, 1fr); }
    .tablo-figures,
    .tablo-figures.cols-3 { grid-template-columns: 1fr; }
}

.nav-logos {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}
.menu .menu-bottom {
    overflow: hidden;
}