/*
Theme Name: Rentacar Blog
Theme URI: https://rentacar.canarias.com/blog/
Author: Canarias.com
Description: Tema ligero para el blog de Rentacar Canarias.com, orientado a turismo en Tenerife, SEO tecnico y carga rapida sin Elementor.
Version: 2.1.0
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
License: GNU General Public License v2 or later
Text Domain: rentacar-blog
*/

:root {
    --rc-red: #b71d1c;
    --rc-red-dark: #8f1414;
    --rc-ink: #222222;
    --rc-charcoal: #2d2d2d;
    --rc-nav: #666666;
    --rc-muted: #666666;
    --rc-line: #e6e6e6;
    --rc-paper: #ffffff;
    --rc-soft: #f6f7f8;
    --rc-warm: #fff8f4;
    --rc-blue: #0f5f8f;
    --rc-green: #24745a;
    --rc-shadow: 0 16px 36px rgba(20, 24, 28, .12);
    --rc-radius: 8px;
    --rc-container: 1180px;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
    background: var(--rc-paper);
    color: var(--rc-ink);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.65;
    text-rendering: optimizeLegibility;
}

a {
    color: var(--rc-red);
    text-decoration: none;
}

a:hover,
a:focus {
    color: var(--rc-red-dark);
    text-decoration: underline;
}

:where(a, button, input, select, textarea):focus-visible {
    outline: 3px solid #f3b400;
    outline-offset: 3px;
}

img,
svg,
video {
    display: block;
    max-width: 100%;
    height: auto;
}

button,
input,
select,
textarea {
    font: inherit;
}

.container {
    width: min(100% - 32px, var(--rc-container));
    margin-inline: auto;
}

.skip-link {
    position: absolute;
    left: 16px;
    top: -48px;
    z-index: 2000;
    background: var(--rc-red);
    color: #fff;
    padding: 10px 14px;
    border-radius: 4px;
    font-weight: 700;
}

.skip-link:focus {
    top: 12px;
    color: #fff;
}

.screen-reader-text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: #fff;
    box-shadow: 0 2px 14px rgba(0, 0, 0, .08);
}

.header-brand-row {
    min-height: 55px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding-block: 5px;
}

.site-branding {
    display: flex;
    align-items: center;
    min-width: 0;
}

.site-logo {
    display: inline-flex;
    align-items: center;
    color: var(--rc-ink);
}

.site-logo img {
    display: block;
    width: auto;
    max-width: 270px;
    height: auto;
    max-height: 52px;
    object-fit: contain;
}

.site-logo-text {
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.1;
}

.header-contact {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 18px;
    color: var(--rc-muted);
    font-size: 10px;
    line-height: 1.3;
    text-transform: uppercase;
}

.header-phone {
    color: #000;
    font-size: 14px;
    white-space: nowrap;
}

.header-phone strong {
    font-weight: 700;
}

.header-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: 7px 14px;
    border-radius: 4px;
    background: var(--rc-red);
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
}

.header-cta:hover,
.header-cta:focus {
    background: var(--rc-red-dark);
    color: #fff;
    text-decoration: none;
}

.main-nav-wrap {
    background: var(--rc-nav);
}

.main-nav-inner {
    min-height: 40px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.nav-toggle {
    display: none;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 40px;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: #fff;
    cursor: pointer;
}

.nav-toggle-lines,
.nav-toggle-lines::before,
.nav-toggle-lines::after {
    display: block;
    width: 23px;
    height: 2px;
    border-radius: 2px;
    background: currentColor;
    content: "";
}

.nav-toggle-lines {
    position: relative;
}

.nav-toggle-lines::before,
.nav-toggle-lines::after {
    position: absolute;
    left: 0;
}

.nav-toggle-lines::before {
    top: -7px;
}

.nav-toggle-lines::after {
    top: 7px;
}

.primary-menu,
.footer-menu {
    margin: 0;
    padding: 0;
    list-style: none;
}

.primary-menu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
}

.primary-menu > .menu-item {
    position: relative;
}

.primary-menu .sub-menu {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 20;
    display: none;
    min-width: 230px;
    margin: 0;
    padding: 8px 0;
    border-top: 3px solid var(--rc-red);
    background: #fff;
    box-shadow: 0 12px 28px rgba(0, 0, 0, .16);
    list-style: none;
}

.primary-menu > .menu-item:hover > .sub-menu,
.primary-menu > .menu-item:focus-within > .sub-menu {
    display: block;
}

.primary-menu .sub-menu a {
    min-height: 0;
    display: block;
    padding: 10px 16px;
    color: var(--rc-charcoal);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.25;
    text-transform: none;
    white-space: nowrap;
}

.primary-menu .sub-menu a:hover,
.primary-menu .sub-menu a:focus {
    background: var(--rc-soft);
    color: var(--rc-red);
}

.primary-menu > .menu-item-has-children > a::after {
    content: " +";
    font-size: 12px;
    font-weight: 400;
}

.primary-menu a {
    display: flex;
    align-items: center;
    min-height: 40px;
    padding: 8px 13px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.15;
    text-transform: uppercase;
}

.primary-menu a:hover,
.primary-menu a:focus,
.primary-menu .current-menu-item > a,
.primary-menu .current_page_item > a {
    background: var(--rc-red);
    color: #fff;
    text-decoration: none;
}

.tourism-hero {
    min-height: 520px;
    display: grid;
    align-items: center;
    position: relative;
    overflow: hidden;
    isolation: isolate;
    background-color: var(--rc-charcoal);
    color: #fff;
}

.hero-media {
    position: absolute;
    inset: 0;
    z-index: -2;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.tourism-hero::before {
    position: absolute;
    inset: 0;
    z-index: -1;
    content: "";
    background:
        linear-gradient(90deg, rgba(0, 0, 0, .74) 0%, rgba(0, 0, 0, .52) 46%, rgba(0, 0, 0, .22) 100%),
        linear-gradient(180deg, rgba(0, 0, 0, .16), rgba(0, 0, 0, .56));
}

.hero-content {
    width: min(760px, 100%);
    padding-block: 70px;
}

.hero-kicker {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 4px 10px;
    border: 1px solid rgba(255, 255, 255, .45);
    border-radius: 999px;
    color: rgba(255, 255, 255, .92);
    font-size: 13px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
}

.tourism-hero h1 {
    margin: 16px 0 14px;
    color: #fff;
    font-size: 54px;
    font-weight: 700;
    line-height: 1.08;
    letter-spacing: 0;
}

.hero-lead {
    max-width: 680px;
    margin: 0;
    color: rgba(255, 255, 255, .88);
    font-size: 21px;
    line-height: 1.45;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
}

.button,
.button-secondary,
.post-card-more,
.search-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    border-radius: 4px;
    font-weight: 800;
    line-height: 1.1;
    text-transform: uppercase;
}

.button {
    padding: 12px 18px;
    background: var(--rc-red);
    color: #fff;
}

.button:hover,
.button:focus {
    background: var(--rc-red-dark);
    color: #fff;
    text-decoration: none;
}

.button-secondary {
    padding: 11px 17px;
    border: 1px solid rgba(255, 255, 255, .55);
    color: #fff;
}

.button-secondary:hover,
.button-secondary:focus {
    background: #fff;
    color: var(--rc-ink);
    text-decoration: none;
}

.intro-band {
    padding: 48px 0 42px;
    background: #fff;
}

.intro-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(280px, .95fr);
    gap: 34px;
    align-items: start;
}

.intro-copy h2,
.section-heading h2,
.archive-hero h1,
.single-title,
.page-title {
    margin: 0;
    color: var(--rc-charcoal);
    font-weight: 800;
    line-height: 1.18;
    letter-spacing: 0;
}

.intro-copy h2 {
    font-size: 32px;
}

.intro-copy p {
    margin: 14px 0 0;
    color: #3d3d3d;
    font-size: 18px;
}

.intent-list {
    display: grid;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.intent-list li {
    min-height: 54px;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 14px;
    border-left: 4px solid var(--rc-red);
    border-radius: var(--rc-radius);
    background: var(--rc-soft);
    color: var(--rc-charcoal);
    font-weight: 700;
}

.intent-list span {
    color: var(--rc-muted);
    font-weight: 400;
}

.topic-section,
.posts-section,
.related-section {
    padding: 54px 0;
    content-visibility: auto;
    contain-intrinsic-size: 600px;
}

.topic-section {
    background: var(--rc-soft);
}

.section-heading {
    max-width: 760px;
    margin-bottom: 28px;
}

.section-heading h2 {
    font-size: 30px;
}

.section-heading p {
    margin: 8px 0 0;
    color: var(--rc-muted);
    font-size: 17px;
}

.topic-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.topic-card {
    min-height: 250px;
    position: relative;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    border-radius: var(--rc-radius);
    background-color: #333;
    color: #fff;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .12);
    transition: transform .2s ease, box-shadow .2s ease;
}

.topic-card-media {
    position: absolute;
    inset: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.topic-card:hover,
.topic-card:focus {
    color: #fff;
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: var(--rc-shadow);
}

.topic-card::before {
    position: absolute;
    inset: 0;
    content: "";
    background: linear-gradient(180deg, rgba(0, 0, 0, .03) 0%, rgba(0, 0, 0, .82) 100%);
}

.topic-card-body {
    position: relative;
    z-index: 1;
    padding: 22px;
}

.topic-card-label {
    display: inline-flex;
    margin-bottom: 9px;
    color: rgba(255, 255, 255, .78);
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.topic-card h3 {
    margin: 0;
    color: #fff;
    font-size: 26px;
    line-height: 1.1;
}

.topic-card p {
    margin: 8px 0 0;
    color: rgba(255, 255, 255, .88);
    font-size: 15px;
    line-height: 1.45;
}

.posts-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 320px;
    gap: 34px;
    align-items: start;
}

.posts-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.posts-layout .posts-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.post-card {
    min-width: 0;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid var(--rc-line);
    border-radius: var(--rc-radius);
    background: #fff;
    box-shadow: 0 6px 18px rgba(0, 0, 0, .06);
    transition: transform .2s ease, box-shadow .2s ease;
}

.post-card:hover {
    box-shadow: var(--rc-shadow);
    transform: translateY(-2px);
}

.post-card-media {
    aspect-ratio: 3 / 2;
    overflow: hidden;
    background: var(--rc-charcoal);
}

.post-card-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .35s ease;
}

.post-card:hover .post-card-media img {
    transform: scale(1.035);
}

.post-card-media--fallback {
    display: grid;
    place-items: center;
    color: #fff;
    font-weight: 800;
    text-align: center;
    background:
        linear-gradient(135deg, rgba(183, 29, 28, .92), rgba(15, 95, 143, .92)),
        var(--rc-charcoal);
}

.post-card-body {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 18px;
}

.post-card-cat,
.single-cat,
.archive-label {
    display: inline-flex;
    width: fit-content;
    align-items: center;
    min-height: 24px;
    padding: 4px 9px;
    border-radius: 999px;
    background: rgba(183, 29, 28, .1);
    color: var(--rc-red);
    font-size: 12px;
    font-weight: 800;
    line-height: 1.2;
    text-transform: uppercase;
}

.post-card-title {
    margin: 12px 0 9px;
    color: var(--rc-charcoal);
    font-size: 21px;
    line-height: 1.24;
}

.post-card-title a {
    color: inherit;
}

.post-card-title a:hover,
.post-card-title a:focus {
    color: var(--rc-red);
    text-decoration: none;
}

.post-card-excerpt {
    margin: 0;
    color: #4e4e4e;
    font-size: 15px;
}

.post-card-more {
    width: fit-content;
    min-height: 34px;
    margin-top: 16px;
    padding: 8px 0;
    color: var(--rc-red);
    font-size: 13px;
}

.post-card-more:hover,
.post-card-more:focus {
    color: var(--rc-red-dark);
    text-decoration: none;
}

.sidebar-panel {
    display: grid;
    gap: 18px;
}

.side-box {
    border: 1px solid var(--rc-line);
    border-radius: var(--rc-radius);
    background: #fff;
    padding: 20px;
}

.side-box--accent {
    border-color: transparent;
    background: linear-gradient(135deg, var(--rc-charcoal), #111);
    color: #fff;
}

.side-box h3,
.side-box h4 {
    margin: 0 0 10px;
    color: inherit;
    font-size: 20px;
    line-height: 1.2;
}

.side-box p {
    margin: 0 0 14px;
    color: inherit;
}

.side-box--accent p {
    color: rgba(255, 255, 255, .82);
}

.mini-link-list {
    display: grid;
    gap: 9px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.mini-link-list a {
    color: var(--rc-charcoal);
    font-weight: 700;
}

.mini-link-list a:hover {
    color: var(--rc-red);
    text-decoration: none;
}

.popular-links-section {
    padding: 48px 0;
    background: #fff;
}

.popular-links-shell {
    display: grid;
    grid-template-columns: minmax(240px, .44fr) minmax(0, 1fr);
    gap: 34px;
    align-items: start;
    padding: 30px 0;
    border-top: 1px solid var(--rc-line);
    border-bottom: 1px solid var(--rc-line);
}

.popular-links-heading h2,
.popular-links-heading h3 {
    margin: 0;
    color: var(--rc-charcoal);
    font-size: 28px;
    line-height: 1.16;
}

.popular-links-heading p {
    margin: 10px 0 0;
    color: var(--rc-muted);
    font-size: 16px;
    line-height: 1.5;
}

.popular-links-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 28px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.popular-links-list li {
    border-bottom: 1px solid var(--rc-line);
}

.popular-link {
    display: block;
    min-width: 0;
    padding: 13px 0;
    color: var(--rc-charcoal);
}

.popular-link:hover,
.popular-link:focus {
    color: var(--rc-red);
    text-decoration: none;
}

.popular-link-kicker {
    display: block;
    margin-bottom: 4px;
    color: var(--rc-red);
    font-size: 12px;
    font-weight: 800;
    line-height: 1.25;
    text-transform: uppercase;
}

.popular-link-title {
    display: block;
    color: inherit;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.28;
}

.popular-link-summary {
    display: block;
    margin-top: 5px;
    color: var(--rc-muted);
    font-size: 14px;
    line-height: 1.45;
}

.popular-links-box .popular-links-shell {
    display: block;
    padding: 0;
    border: 0;
}

.popular-links-box .popular-links-heading {
    margin-bottom: 4px;
}

.popular-links-box .popular-links-heading h3 {
    font-size: 20px;
}

.popular-links-box .popular-links-heading p {
    margin-bottom: 7px;
    font-size: 14px;
}

.popular-links-box .popular-links-list {
    grid-template-columns: 1fr;
}

.popular-links-box .popular-link {
    padding: 10px 0;
}

.popular-links-box .popular-link-title {
    font-size: 15px;
    line-height: 1.35;
}

.breadcrumb {
    margin: 0 0 18px;
    color: #777;
    font-size: 13px;
}

.breadcrumb a {
    color: #555;
}

.archive-hero {
    padding: 52px 0 44px;
    background: linear-gradient(135deg, var(--rc-charcoal), #121212);
    color: #fff;
}

.archive-hero h1 {
    color: #fff;
    font-size: 40px;
}

.archive-hero p {
    max-width: 760px;
    margin: 10px 0 0;
    color: rgba(255, 255, 255, .78);
    font-size: 18px;
}

.page-wrap {
    width: min(100% - 32px, 860px);
    margin-inline: auto;
    padding: 42px 0 20px;
}

.single-page {
    background:
        linear-gradient(180deg, var(--rc-soft) 0, #fff 430px),
        #fff;
}

.single-hero {
    position: relative;
    overflow: hidden;
    padding: 46px 0 42px;
    background:
        linear-gradient(135deg, rgba(246, 247, 248, .98), rgba(255, 248, 244, .92)),
        #fff;
}

.single-hero::before {
    position: absolute;
    inset: 0 0 auto;
    height: 5px;
    content: "";
    background: linear-gradient(90deg, var(--rc-red), var(--rc-blue), var(--rc-green));
}

.single-hero-inner {
    display: grid;
    gap: 36px;
    align-items: center;
}

.single-hero-inner.has-image {
    grid-template-columns: minmax(0, .94fr) minmax(360px, .82fr);
}

.single-hero-copy {
    max-width: 780px;
}

.single-hero .breadcrumb {
    margin-bottom: 22px;
}

.single-title,
.page-title {
    margin-top: 14px;
    font-size: 46px;
    line-height: 1.08;
}

.single-lead {
    max-width: 720px;
    margin: 18px 0 0;
    color: #4b4b4b;
    font-size: 20px;
    line-height: 1.55;
}

.single-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 18px;
    color: var(--rc-muted);
    font-size: 14px;
    font-weight: 700;
}

.single-hero-media {
    overflow: hidden;
    aspect-ratio: 16 / 10;
    border-radius: var(--rc-radius);
    margin: 0;
    background: var(--rc-soft);
    box-shadow: var(--rc-shadow);
}

.single-hero-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.single-content-shell {
    width: min(100% - 32px, 790px);
    margin-inline: auto;
    padding: 50px 0 14px;
}

.post-content,
.page-content {
    color: #303030;
    font-size: 19px;
    line-height: 1.78;
}

.post-content > *,
.page-content > * {
    margin-top: 0;
}

.post-content p,
.page-content p {
    margin-bottom: 24px;
}

.post-content > p:first-of-type {
    color: #242424;
    font-size: 20px;
    line-height: 1.72;
}

.post-content a:not(.button),
.page-content a:not(.button) {
    color: var(--rc-red);
    font-weight: 700;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

.post-content a:not(.button):hover,
.post-content a:not(.button):focus,
.page-content a:not(.button):hover,
.page-content a:not(.button):focus {
    color: var(--rc-red-dark);
}

.post-content h2,
.page-content h2 {
    position: relative;
    margin: 54px 0 18px;
    padding-top: 18px;
    color: var(--rc-charcoal);
    font-size: 31px;
    line-height: 1.18;
}

.post-content h2::before,
.page-content h2::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 56px;
    height: 4px;
    border-radius: 999px;
    background: var(--rc-red);
    content: "";
}

.post-content h3,
.page-content h3 {
    margin: 38px 0 14px;
    color: var(--rc-charcoal);
    font-size: 24px;
    line-height: 1.25;
}

.post-content ul,
.post-content ol,
.page-content ul,
.page-content ol {
    margin: 0 0 26px;
    padding-left: 24px;
}

.post-content li,
.page-content li {
    margin-bottom: 10px;
    padding-left: 4px;
}

.post-content li::marker,
.page-content li::marker {
    color: var(--rc-red);
    font-weight: 800;
}

.post-content > ul,
.post-content > ol {
    padding: 18px 22px 18px 34px;
    border: 1px solid var(--rc-line);
    border-radius: var(--rc-radius);
    background: #fff;
    box-shadow: 0 8px 24px rgba(20, 24, 28, .06);
}

.post-content blockquote,
.page-content blockquote {
    margin: 34px 0;
    padding: 22px 24px;
    border-left: 5px solid var(--rc-red);
    border-radius: 0 var(--rc-radius) var(--rc-radius) 0;
    background: var(--rc-warm);
    color: #3f3f3f;
    font-size: 20px;
    line-height: 1.62;
}

.post-content img,
.page-content img {
    border-radius: var(--rc-radius);
}

.post-content table,
.page-content table {
    width: 100%;
    border-collapse: collapse;
    margin: 28px 0;
    font-size: 16px;
    line-height: 1.45;
}

.post-content th,
.post-content td,
.page-content th,
.page-content td {
    border: 1px solid var(--rc-line);
    padding: 12px;
    text-align: left;
}

.post-content th,
.page-content th {
    background: var(--rc-soft);
}

.post-cta {
    position: relative;
    overflow: hidden;
    margin: 54px 0 34px;
    padding: 30px;
    border-radius: var(--rc-radius);
    background:
        linear-gradient(135deg, rgba(34, 34, 34, .96), rgba(15, 95, 143, .92)),
        var(--rc-charcoal);
    color: #fff;
}

.post-cta::before {
    position: absolute;
    inset: 0 auto 0 0;
    width: 6px;
    content: "";
    background: var(--rc-red);
}

.post-cta h2,
.post-cta h3 {
    margin: 0 0 8px;
    color: #fff;
    font-size: 26px;
    line-height: 1.18;
}

.post-cta p {
    max-width: 680px;
    margin: 0 0 18px;
    color: rgba(255, 255, 255, .84);
}

.post-tags {
    margin: 34px 0;
    padding-top: 22px;
    border-top: 1px solid var(--rc-line);
}

.post-tags-label {
    display: block;
    margin-bottom: 12px;
    color: #777;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.3;
    text-transform: uppercase;
}

.post-tags-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.post-tags-list a {
    display: inline-flex;
    align-items: center;
    max-width: 100%;
    min-height: 34px;
    padding: 6px 12px;
    border: 1px solid #dedede;
    border-radius: 999px;
    background: #f8f8f8;
    color: #3f3f3f;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.25;
    text-decoration: none;
    transition: border-color .18s ease, color .18s ease, background-color .18s ease;
    word-break: break-word;
}

.post-tags-list a:hover {
    background: #fff;
    border-color: var(--rc-red);
    color: var(--rc-red);
}

.post-nav {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin-top: 42px;
    padding-top: 28px;
    border-top: 1px solid var(--rc-line);
}

.post-nav a {
    min-height: 88px;
    padding: 18px;
    border: 1px solid var(--rc-line);
    border-radius: var(--rc-radius);
    background: #fff;
    color: var(--rc-charcoal);
    font-weight: 700;
    box-shadow: 0 8px 22px rgba(20, 24, 28, .05);
}

.post-nav a:hover {
    border-color: var(--rc-red);
    color: var(--rc-red);
    text-decoration: none;
}

.post-nav span {
    display: block;
    margin-bottom: 5px;
    color: var(--rc-muted);
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.nav-next {
    text-align: right;
}

.single-page .related-section {
    margin-top: 42px;
    background: var(--rc-soft);
}

.pagination {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
    margin: 36px 0 0;
}

.pagination .page-numbers {
    min-width: 40px;
    min-height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--rc-line);
    border-radius: 4px;
    color: var(--rc-charcoal);
    font-weight: 700;
}

.pagination .page-numbers:hover,
.pagination .page-numbers.current {
    border-color: var(--rc-red);
    background: var(--rc-red);
    color: #fff;
    text-decoration: none;
}

.search-form {
    display: flex;
    gap: 8px;
    width: 100%;
}

.search-field {
    width: 100%;
    min-height: 44px;
    border: 1px solid var(--rc-line);
    border-radius: 4px;
    padding: 10px 12px;
}

.search-submit {
    min-width: 112px;
    border: 0;
    background: var(--rc-red);
    color: #fff;
    cursor: pointer;
}

.search-submit:hover {
    background: var(--rc-red-dark);
}

.site-footer {
    margin-top: 56px;
    background: #222;
    color: #ddd;
}

.footer-main {
    padding: 42px 0 34px;
}

.footer-grid {
    display: grid;
    grid-template-columns: minmax(0, 520px);
    justify-content: center;
    gap: 28px;
}

.footer-col h2,
.footer-col h3 {
    margin: 0 0 14px;
    padding: 8px;
    background: var(--rc-red);
    color: #fff;
    font-size: 16px;
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
}

.footer-col p,
.footer-col address {
    margin: 0 0 12px;
    color: #ddd;
    font-size: 15px;
    font-style: normal;
    line-height: 1.55;
}

.footer-col address strong {
    color: #fff;
}

.footer-menu {
    display: grid;
    gap: 7px;
}

.footer-menu a {
    color: #fff;
    font-size: 15px;
}

.footer-menu a:hover,
.footer-menu a:focus {
    color: #ffb6b5;
    text-decoration: none;
}

.footer-logos {
    display: flex;
    flex-wrap: wrap;
    gap: 11px;
    align-items: center;
    margin-top: 16px;
}

.footer-logos img {
    width: auto;
    max-height: 36px;
    opacity: .82;
}

.footer-contact strong {
    display: block;
    margin: 8px 0 12px;
    color: #fff;
    font-size: 21px;
    line-height: 1.15;
}

.whatsapp-link {
    display: inline-flex;
    align-items: center;
    min-height: 36px;
    padding: 8px 12px;
    border-radius: 4px;
    background: #24745a;
    color: #fff;
    font-weight: 800;
}

.whatsapp-link:hover,
.whatsapp-link:focus {
    background: #1d604a;
    color: #fff;
    text-decoration: none;
}

.footer-bottom {
    background: #000;
    padding: 13px 0;
    color: #ddd;
    text-align: center;
    font-size: 12px;
    line-height: 1.45;
}

.footer-bottom a {
    color: #fff;
}

.empty-state {
    padding: 34px;
    border: 1px solid var(--rc-line);
    border-radius: var(--rc-radius);
    background: var(--rc-soft);
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    *,
    *::before,
    *::after {
        transition-duration: .01ms !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
    }
}

@media (max-width: 1080px) {
    .topic-grid,
    .posts-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .posts-layout {
        grid-template-columns: 1fr;
    }

    .sidebar-panel {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .footer-grid {
        grid-template-columns: minmax(0, 520px);
    }
}

@media (max-width: 780px) {
    .site-header {
        position: static;
    }

    .header-brand-row {
        min-height: 64px;
    }

    .header-contact {
        display: none;
    }

    .site-logo img {
        max-width: 210px;
        max-height: 44px;
    }

    .main-nav-inner {
        justify-content: flex-end;
        align-items: flex-start;
        flex-wrap: wrap;
    }

    .nav-toggle {
        display: inline-flex;
    }

    .primary-menu-container {
        width: 100%;
        display: none;
    }

    .primary-menu-container.is-open {
        display: block;
    }

    .primary-menu {
        display: grid;
        padding-bottom: 6px;
    }

    .primary-menu a {
        min-height: 38px;
        padding-inline: 14px;
    }

    .primary-menu .sub-menu {
        position: static;
        display: block;
        min-width: 0;
        padding: 0;
        border-top: 0;
        background: transparent;
        box-shadow: none;
    }

    .primary-menu .sub-menu a {
        padding: 9px 14px 9px 30px;
        color: rgba(255, 255, 255, .86);
        white-space: normal;
    }

    .primary-menu .sub-menu a:hover,
    .primary-menu .sub-menu a:focus {
        background: rgba(255, 255, 255, .08);
        color: #fff;
    }

    .tourism-hero {
        min-height: 470px;
        background-position: center;
    }

    .tourism-hero h1 {
        font-size: 38px;
    }

    .hero-lead {
        font-size: 18px;
    }

    .single-hero {
        padding: 34px 0 36px;
    }

    .single-hero-inner.has-image {
        grid-template-columns: 1fr;
    }

    .single-hero-media {
        max-height: 430px;
    }

    .single-lead {
        font-size: 18px;
    }

    .intro-grid,
    .popular-links-shell,
    .sidebar-panel,
    .footer-grid {
        grid-template-columns: 1fr;
    }

    .single-title,
    .page-title,
    .archive-hero h1 {
        font-size: 34px;
    }

    .post-content,
    .page-content {
        font-size: 17px;
    }

    .post-content > p:first-of-type {
        font-size: 18px;
    }

    .post-content h2,
    .page-content h2 {
        font-size: 27px;
    }
}

@media (max-width: 560px) {
    .container,
    .single-content-shell,
    .page-wrap {
        width: min(100% - 24px, var(--rc-container));
    }

    .topic-grid,
    .popular-links-list,
    .posts-grid,
    .posts-layout .posts-grid,
    .post-nav {
        grid-template-columns: 1fr;
    }

    .popular-links-section {
        padding: 36px 0;
    }

    .popular-links-shell {
        padding: 24px 0;
    }

    .popular-links-heading h2 {
        font-size: 24px;
    }

    .single-hero {
        padding: 28px 0 30px;
    }

    .single-title {
        font-size: 31px;
    }

    .single-hero-media {
        aspect-ratio: 4 / 3;
    }

    .single-content-shell {
        padding-top: 34px;
    }

    .post-content h2,
    .page-content h2 {
        margin-top: 42px;
    }

    .post-content > ul,
    .post-content > ol {
        padding: 16px 16px 16px 30px;
    }

    .post-cta {
        padding: 24px;
    }

    .post-nav a {
        min-height: 0;
    }

    .tourism-hero {
        min-height: 430px;
    }

    .hero-content {
        padding-block: 50px;
    }

    .tourism-hero h1 {
        font-size: 32px;
    }

    .hero-actions {
        display: grid;
    }

    .button,
    .button-secondary {
        width: 100%;
    }

    .topic-card {
        min-height: 220px;
    }

    .search-form {
        display: grid;
    }

    .nav-next {
        text-align: left;
    }
}

/* Editorial layer: a quieter, more premium reading rhythm across the blog. */
:root {
    --rc-red: #c51b22;
    --rc-red-dark: #9f151b;
    --rc-ink: #1d2328;
    --rc-charcoal: #20262b;
    --rc-nav: #262b30;
    --rc-muted: #657079;
    --rc-line: #dfe4e7;
    --rc-soft: #f3f5f6;
    --rc-warm: #fff8f3;
    --rc-blue: #126784;
    --rc-green: #24745a;
    --rc-shadow: 0 18px 42px rgba(24, 32, 38, .12);
    --rc-radius: 6px;
    --rc-container: 1180px;
}

body {
    color: var(--rc-ink);
    background: #fff;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    line-height: 1.62;
}

h1,
h2,
h3,
h4,
h5,
h6,
.button,
.button-secondary,
.header-cta,
.primary-menu a,
.post-card-cat,
.single-cat,
.archive-label,
.popular-link-kicker {
    letter-spacing: 0;
}

.site-header {
    box-shadow: 0 1px 0 rgba(29, 35, 40, .12), 0 8px 24px rgba(29, 35, 40, .06);
}

.header-brand-row {
    min-height: 68px;
    padding-block: 8px;
}

.site-logo img {
    max-width: 250px;
    max-height: 54px;
}

.header-contact {
    gap: 22px;
    color: #6b747b;
    font-size: 10px;
    font-weight: 600;
}

.header-phone {
    color: var(--rc-ink);
    font-size: 13px;
}

.header-phone strong {
    color: var(--rc-red);
}

.header-cta {
    min-height: 36px;
    padding: 10px 17px;
    border-radius: 4px;
    background: var(--rc-red);
    box-shadow: 0 5px 12px rgba(197, 27, 34, .18);
}

.header-cta:hover,
.header-cta:focus {
    background: var(--rc-red-dark);
}

.main-nav-wrap {
    background: var(--rc-nav);
}

.main-nav-inner {
    min-height: 43px;
}

.primary-menu a {
    min-height: 43px;
    padding-inline: 16px;
    font-size: 13px;
}

.primary-menu a:hover,
.primary-menu a:focus,
.primary-menu .current-menu-item > a,
.primary-menu .current_page_item > a {
    background: var(--rc-red);
}

.tourism-hero {
    min-height: 548px;
}

.tourism-hero::before {
    background:
        linear-gradient(90deg, rgba(13, 18, 22, .84) 0%, rgba(13, 18, 22, .56) 48%, rgba(13, 18, 22, .2) 100%),
        linear-gradient(180deg, rgba(13, 18, 22, .1), rgba(13, 18, 22, .62));
}

.hero-content {
    max-width: 760px;
    padding-block: 84px;
}

.hero-kicker {
    min-height: 30px;
    border-color: rgba(255, 255, 255, .6);
    background: rgba(255, 255, 255, .08);
    font-size: 12px;
}

.tourism-hero h1 {
    max-width: 750px;
    margin: 18px 0 16px;
    font-size: 56px;
    line-height: 1.04;
}

.hero-lead {
    max-width: 680px;
    font-size: 20px;
    line-height: 1.5;
}

.hero-actions {
    margin-top: 32px;
}

.button,
.button-secondary {
    min-height: 44px;
    border-radius: 4px;
    font-size: 13px;
}

.button {
    box-shadow: 0 8px 18px rgba(197, 27, 34, .18);
}

.intro-band {
    padding: 64px 0 58px;
    background: #fff;
}

.intro-grid {
    gap: 54px;
}

.intro-copy h2,
.section-heading h2 {
    color: var(--rc-charcoal);
    font-size: 32px;
    line-height: 1.13;
}

.intro-copy p {
    max-width: 650px;
    margin-top: 18px;
    color: #4f5a61;
    font-size: 17px;
    line-height: 1.7;
}

.intent-list {
    gap: 12px;
}

.intent-list li {
    min-height: 60px;
    padding: 14px 16px;
    border: 1px solid var(--rc-line);
    border-left: 4px solid var(--rc-red);
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 7px 18px rgba(29, 35, 40, .05);
}

.topic-section,
.posts-section,
.related-section {
    padding: 70px 0;
}

.topic-section {
    background: #f3f5f6;
}

.section-heading {
    max-width: 790px;
    margin-bottom: 32px;
}

.section-heading h2 {
    font-size: 32px;
}

.section-heading p {
    margin-top: 10px;
    color: #657079;
    font-size: 16px;
}

.topic-grid {
    gap: 20px;
}

.topic-card {
    min-height: 276px;
    border-radius: 6px;
    box-shadow: 0 12px 28px rgba(24, 32, 38, .12);
}

.topic-card-body {
    padding: 24px;
}

.topic-card-label {
    margin-bottom: 10px;
    color: rgba(255, 255, 255, .82);
    font-size: 11px;
}

.topic-card h3 {
    font-size: 25px;
}

.topic-card p {
    color: rgba(255, 255, 255, .9);
}

.posts-section {
    background: #fff;
}

.posts-layout {
    gap: 42px;
}

.posts-grid {
    gap: 26px 22px;
}

.post-card {
    border: 1px solid #dfe4e7;
    border-radius: 6px;
    box-shadow: 0 8px 24px rgba(24, 32, 38, .07);
}

.post-card:hover {
    box-shadow: 0 18px 38px rgba(24, 32, 38, .13);
}

.post-card-media {
    aspect-ratio: 16 / 10;
}

.post-card-body {
    padding: 20px 20px 21px;
}

.post-card-cat,
.single-cat,
.archive-label {
    min-height: 23px;
    padding: 4px 9px;
    background: rgba(197, 27, 34, .09);
    font-size: 11px;
}

.post-card-title {
    margin: 13px 0 10px;
    color: var(--rc-charcoal);
    font-size: 21px;
    line-height: 1.22;
}

.post-card-excerpt {
    color: #5d6870;
    font-size: 15px;
    line-height: 1.55;
}

.post-card-more {
    margin-top: 18px;
    color: var(--rc-red);
    font-size: 12px;
}

.sidebar-panel {
    gap: 20px;
}

.side-box {
    border-color: #dfe4e7;
    border-radius: 6px;
    padding: 23px;
    box-shadow: 0 8px 22px rgba(24, 32, 38, .05);
}

.side-box--accent {
    border: 0;
    background: #252a2e;
    box-shadow: 0 14px 30px rgba(24, 32, 38, .18);
}

.side-box h3,
.side-box h4 {
    font-size: 21px;
}

.popular-links-section {
    padding: 60px 0;
    background: #fbfaf8;
}

.popular-links-shell {
    gap: 48px;
    padding: 34px 0;
    border-top-color: #d7dddf;
    border-bottom-color: #d7dddf;
}

.popular-links-heading h2,
.popular-links-heading h3 {
    font-size: 29px;
}

.popular-links-heading p {
    color: #67727a;
    font-size: 15px;
}

.popular-links-list {
    gap: 0 34px;
}

.popular-link {
    padding: 15px 0;
}

.popular-link-kicker {
    color: var(--rc-red);
    font-size: 11px;
}

.popular-link-title {
    font-size: 17px;
    line-height: 1.3;
}

.popular-link-summary {
    color: #6a747b;
    font-size: 13px;
}

.archive-hero {
    position: relative;
    overflow: hidden;
    padding: 58px 0 48px;
    background: #22282d;
}

.archive-hero::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: var(--rc-red);
    content: "";
}

.archive-hero h1 {
    font-size: 44px;
    line-height: 1.06;
}

.archive-hero p {
    margin-top: 14px;
    color: rgba(255, 255, 255, .8);
    font-size: 17px;
}

.breadcrumb {
    color: #748089;
    font-size: 12px;
}

.archive-hero .breadcrumb {
    color: rgba(255, 255, 255, .6);
}

.archive-hero .breadcrumb a {
    color: rgba(255, 255, 255, .86);
}

.pagination {
    gap: 7px;
    margin-top: 44px;
}

.pagination .page-numbers {
    min-width: 38px;
    min-height: 38px;
    border-radius: 4px;
    font-size: 14px;
}

.single-page {
    background: #fff;
}

.single-hero {
    padding: 56px 0 54px;
    background: #f3f5f6;
}

.single-hero::before {
    height: 5px;
    background: var(--rc-red);
}

.single-hero-inner {
    gap: 52px;
}

.single-title {
    color: var(--rc-charcoal);
    font-size: 50px;
    line-height: 1.04;
}

.single-lead {
    color: #56616a;
    font-size: 19px;
    line-height: 1.6;
}

.single-meta {
    margin-top: 20px;
    color: #67727a;
    font-size: 13px;
}

.single-hero-media {
    border-radius: 6px;
    box-shadow: 0 18px 40px rgba(24, 32, 38, .16);
}

.single-content-shell {
    padding: 64px 0 20px;
}

.post-content,
.page-content {
    color: #333c42;
    font-size: 18px;
    line-height: 1.82;
}

.post-content > p:first-of-type {
    color: #263139;
    font-size: 20px;
    line-height: 1.72;
}

.post-content h2,
.page-content h2 {
    margin-top: 58px;
    color: var(--rc-charcoal);
    font-size: 32px;
}

.post-content h3,
.page-content h3 {
    margin-top: 40px;
    color: var(--rc-charcoal);
    font-size: 24px;
}

.post-content blockquote,
.page-content blockquote {
    border-left-width: 4px;
    background: #fff8f3;
    box-shadow: 0 8px 24px rgba(24, 32, 38, .05);
}

.post-cta {
    margin-top: 60px;
    border-radius: 6px;
    background: #252a2e;
    box-shadow: 0 14px 30px rgba(24, 32, 38, .14);
}

.post-nav {
    margin-top: 48px;
}

.post-nav a {
    border-radius: 6px;
    box-shadow: 0 8px 22px rgba(24, 32, 38, .05);
}

.single-page .related-section {
    margin-top: 54px;
    background: #f3f5f6;
}

.site-footer {
    margin-top: 70px;
    background: #20262b;
}

.footer-main {
    padding: 52px 0 44px;
    border-top: 5px solid var(--rc-red);
}

.footer-col h2,
.footer-col h3 {
    margin-bottom: 18px;
    padding: 0 0 12px;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    background: transparent;
    color: #fff;
    text-align: left;
}

.footer-col address {
    color: #c7ced2;
}

.footer-logos img {
    max-height: 32px;
}

.footer-bottom {
    background: #15191c;
}

.tourism-hero::before {
    background:
        linear-gradient(90deg, rgba(8, 13, 17, .88) 0%, rgba(8, 13, 17, .64) 46%, rgba(8, 13, 17, .25) 100%),
        linear-gradient(180deg, rgba(8, 13, 17, .2) 0%, rgba(8, 13, 17, .72) 100%);
}

.hero-content {
    text-shadow: 0 2px 18px rgba(0, 0, 0, .35);
}

.hero-kicker {
    border-color: rgba(255, 255, 255, .7);
    background: rgba(255, 255, 255, .13);
    box-shadow: 0 8px 24px rgba(0, 0, 0, .16);
    backdrop-filter: blur(8px);
}

.button,
.button-secondary,
.post-card-more {
    transition: background-color .18s ease, border-color .18s ease, color .18s ease, transform .18s ease, box-shadow .18s ease;
}

.button:hover,
.button:focus,
.button-secondary:hover,
.button-secondary:focus,
.post-card-more:hover,
.post-card-more:focus {
    transform: translateY(-1px);
}

.intro-band {
    background:
        linear-gradient(180deg, #fff 0%, #f7f9fa 100%);
}

.intent-list li {
    position: relative;
    overflow: hidden;
}

.intent-list li::before {
    width: 8px;
    height: 8px;
    flex: 0 0 auto;
    border-radius: 50%;
    background: var(--rc-green);
    content: "";
    box-shadow: 0 0 0 5px rgba(36, 116, 90, .1);
}

.topic-section {
    background:
        linear-gradient(180deg, #f5f7f8 0%, #eef3f5 100%);
}

.section-heading h2 {
    position: relative;
    padding-bottom: 12px;
}

.section-heading h2::after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 76px;
    height: 4px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--rc-red), var(--rc-blue), var(--rc-green));
    content: "";
}

.topic-card {
    min-height: 292px;
    border: 1px solid rgba(255, 255, 255, .7);
    border-radius: 8px;
    background: #111820;
    box-shadow: 0 16px 34px rgba(18, 27, 34, .16);
}

.topic-card:hover,
.topic-card:focus {
    box-shadow: 0 24px 46px rgba(18, 27, 34, .22);
    transform: translateY(-4px);
}

.topic-card-media {
    transition: filter .28s ease, transform .45s ease;
}

.topic-card:hover .topic-card-media,
.topic-card:focus .topic-card-media {
    filter: saturate(1.08) contrast(1.03);
    transform: scale(1.045);
}

.topic-card::before {
    z-index: 1;
    background:
        linear-gradient(180deg, rgba(6, 12, 18, .24) 0%, rgba(6, 12, 18, .56) 43%, rgba(6, 12, 18, .94) 100%),
        linear-gradient(90deg, rgba(6, 12, 18, .56) 0%, rgba(6, 12, 18, .18) 62%, rgba(6, 12, 18, .42) 100%);
}

.topic-card-body {
    z-index: 2;
    width: 100%;
    padding: 26px;
    text-shadow: 0 2px 14px rgba(0, 0, 0, .58);
}

.topic-card-label {
    width: fit-content;
    max-width: 100%;
    min-height: 24px;
    align-items: center;
    padding: 4px 8px;
    border: 1px solid rgba(255, 255, 255, .36);
    border-radius: 999px;
    background: rgba(0, 0, 0, .34);
    color: #fff;
    line-height: 1.15;
    text-shadow: none;
}

.topic-card h3 {
    max-width: 92%;
    font-size: 26px;
    line-height: 1.08;
}

.topic-card p {
    max-width: 95%;
    color: rgba(255, 255, 255, .96);
    font-size: 15px;
}

.popular-links-section {
    background:
        linear-gradient(180deg, #fff 0%, #fff8f4 100%);
}

.popular-links-shell {
    border-top-width: 2px;
    border-bottom-width: 2px;
}

.posts-section {
    background:
        linear-gradient(180deg, #fff 0%, #f8fafb 100%);
}

.post-card {
    border-color: #d9e0e4;
    border-radius: 8px;
}

.post-card:hover {
    box-shadow: 0 22px 44px rgba(18, 27, 34, .14);
    transform: translateY(-4px);
}

.post-card-media {
    background:
        linear-gradient(135deg, rgba(183, 29, 28, .16), rgba(15, 95, 143, .18)),
        #e8eef1;
}

.post-card-title a {
    transition: color .18s ease;
}

.post-card-more {
    gap: 6px;
}

.post-card-more::after {
    content: ">";
    font-size: 15px;
    line-height: 1;
}

@media (max-width: 780px) {
    .header-brand-row {
        min-height: 66px;
    }

    .site-logo img {
        max-width: 210px;
        max-height: 46px;
    }

    .tourism-hero {
        min-height: 480px;
    }

    .hero-content {
        padding-block: 70px;
    }

    .tourism-hero h1 {
        font-size: 40px;
        line-height: 1.08;
    }

    .hero-lead {
        font-size: 18px;
    }

    .intro-band,
    .topic-section,
    .posts-section,
    .related-section {
        padding: 52px 0;
    }

    .intro-copy h2,
    .section-heading h2 {
        font-size: 29px;
    }

    .archive-hero {
        padding: 46px 0 40px;
    }

    .archive-hero h1 {
        font-size: 38px;
    }

    .single-hero {
        padding: 44px 0 42px;
    }

    .single-title {
        font-size: 40px;
    }

    .single-content-shell {
        padding-top: 48px;
    }

    .post-content,
    .page-content {
        font-size: 17px;
    }
}

@media (max-width: 560px) {
    body {
        overflow-x: hidden;
    }

    .tourism-hero {
        min-height: 460px;
    }

    .hero-content {
        padding-block: 56px;
    }

    .tourism-hero h1 {
        max-width: 100%;
        font-size: 30px;
        overflow-wrap: break-word;
    }

    .hero-lead {
        max-width: 100%;
        font-size: 16px;
        overflow-wrap: break-word;
    }

    .intro-copy h2,
    .section-heading h2 {
        max-width: 100%;
        font-size: 26px;
        overflow-wrap: break-word;
    }

    .intent-list li {
        align-items: flex-start;
        flex-wrap: wrap;
    }

    .intent-list span {
        min-width: 0;
        flex: 1 1 180px;
    }

    .archive-hero h1 {
        font-size: 34px;
    }

    .single-title {
        font-size: 34px;
    }

    .single-lead {
        font-size: 17px;
    }

    .post-content > p:first-of-type {
        font-size: 18px;
    }

    .popular-links-section {
        padding: 44px 0;
    }

    .popular-links-shell {
        gap: 24px;
        padding: 26px 0;
    }

    .popular-links-heading h2 {
        font-size: 26px;
    }

    .post-cta {
        margin-top: 46px;
    }
}
