/* Project theme inspired by the Google Stitch "Warm Travel Catalog" design system. */

@font-face {
    font-family: "Noto Serif";
    font-style: normal;
    font-weight: 600 700;
    font-display: swap;
    src: url("noto-serif-latin.woff2") format("woff2");
}

@font-face {
    font-family: "Plus Jakarta Sans";
    font-style: normal;
    font-weight: 400 700;
    font-display: swap;
    src: url("plus-jakarta-sans-latin.woff2") format("woff2");
}

:root {
    --surface: #fbf9fb;
    --surface-soft: #f5f3f6;
    --surface-card: #ffffff;
    --surface-muted: #efedf0;
    --ink: #1b1b1e;
    --ink-soft: #44474d;
    --midnight: #031632;
    --midnight-2: #1a2b48;
    --gold: #845325;
    --gold-soft: #fdbc85;
    --forest: #19301e;
    --forest-soft: #ceeace;
    --line: #d8d3cf;
    --line-strong: #c5c6ce;
    --danger: #ba1a1a;
    --shadow: 0 22px 60px rgba(26, 43, 72, 0.1);
    --shadow-soft: 0 12px 34px rgba(26, 43, 72, 0.06);
    --font-heading: "Noto Serif", Georgia, serif;
    --font-body: "Plus Jakarta Sans", "Segoe UI", sans-serif;
    --font-mono: Consolas, Menlo, Courier, monospace;
    --max: 1180px;
    --gutter: clamp(20px, 4vw, 40px);
}

* {
    box-sizing: border-box;
}

html {
    background: var(--surface);
    color: var(--ink);
    scroll-behavior: smooth;
}

body {
    margin: 0;
    background:
        radial-gradient(circle at top left, rgba(253, 188, 133, 0.18), transparent 34rem),
        linear-gradient(180deg, #fffdf8 0%, var(--surface) 30rem);
    color: var(--ink);
    font-family: var(--font-body);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.65;
    text-rendering: optimizeLegibility;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    color: var(--gold);
    text-decoration-thickness: 1px;
    text-underline-offset: 0.22em;
    transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

a:hover {
    color: var(--midnight);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 0.65em;
    color: var(--midnight);
    font-family: var(--font-heading);
    font-weight: 600;
    line-height: 1.16;
}

h1 {
    max-width: 920px;
    font-size: clamp(2.35rem, 5.2vw, 4.35rem);
}

h2 {
    margin-top: 2.5em;
    font-size: clamp(1.85rem, 3.5vw, 3rem);
}

h3 {
    margin-top: 2em;
    font-size: clamp(1.35rem, 2.2vw, 2rem);
}

h4 {
    margin-top: 1.45em;
    font-family: var(--font-body);
    font-size: 1rem;
    font-weight: 700;
}

p,
ul,
ol,
table,
blockquote,
details,
pre {
    margin-top: 0;
    margin-bottom: 1.35rem;
}

strong {
    font-weight: 700;
}

hr {
    height: 1px;
    margin: 3rem 0;
    background: var(--line);
    border: 0;
}

code {
    padding: 0.15em 0.35em;
    border-radius: 5px;
    background: var(--surface-muted);
    color: var(--midnight-2);
    font-family: var(--font-mono);
    font-size: 0.9em;
}

pre {
    overflow: auto;
    padding: 1.1rem;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #111821;
    color: #f7f1e8;
}

pre code {
    padding: 0;
    background: transparent;
    color: inherit;
}

blockquote {
    margin-left: 0;
    padding: 1.1rem 1.3rem;
    border-left: 4px solid var(--gold);
    border-radius: 0 8px 8px 0;
    background: var(--surface-soft);
    color: var(--midnight-2);
    font-family: var(--font-heading);
    font-size: 1.12rem;
}

.page {
    min-height: 100vh;
}

.header {
    position: sticky;
    top: 0;
    z-index: 20;
    border-bottom: 1px solid rgba(197, 198, 206, 0.6);
    background: rgba(251, 249, 251, 0.88);
    box-shadow: 0 10px 28px rgba(26, 43, 72, 0.05);
    backdrop-filter: blur(18px);
}

.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    width: min(100%, var(--max));
    margin: 0 auto;
    padding: 1rem var(--gutter);
}

.sitename {
    min-width: 0;
    flex: 0 0 auto;
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 0.7rem;
    color: var(--midnight);
    font-family: var(--font-heading);
    font-size: clamp(1rem, 2vw, 1.28rem);
    font-weight: 700;
    line-height: 1.1;
    text-decoration: none;
}

.brand:hover {
    color: var(--gold);
}

.brand-mark {
    width: 2rem;
    height: 2rem;
    flex: 0 0 auto;
    border: 1px solid rgba(253, 188, 133, 0.75);
    border-radius: 999px;
    background:
        radial-gradient(circle at 36% 32%, rgba(255, 255, 255, 0.9) 0 14%, transparent 15%),
        linear-gradient(135deg, var(--midnight), var(--forest));
    box-shadow: 0 8px 20px rgba(26, 43, 72, 0.18);
}

.sitename p {
    display: none;
}

.nav-toggle,
.nav-toggle-button {
    display: none;
}

.nav-toggle-button {
    width: 2.75rem;
    height: 2.75rem;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 0.28rem;
    border: 1px solid rgba(197, 198, 206, 0.8);
    border-radius: 999px;
    background: var(--surface-card);
    box-shadow: 0 8px 20px rgba(26, 43, 72, 0.08);
    cursor: pointer;
}

.nav-toggle-button span {
    width: 1.05rem;
    height: 2px;
    border-radius: 999px;
    background: var(--midnight);
    transition: transform 180ms ease, opacity 180ms ease;
}

.navigation-main {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 0.35rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.navigation-main > li {
    display: inline-flex;
}

.navigation a {
    display: inline-flex;
    align-items: center;
    min-height: 2.25rem;
    padding: 0.45rem 0.72rem;
    border-radius: 999px;
    color: var(--ink-soft);
    font-size: 0.9rem;
    font-weight: 600;
    text-decoration: none;
    white-space: nowrap;
}

.navigation a:hover,
.navigation a.active {
    background: rgba(253, 188, 133, 0.2);
    color: var(--gold);
}

.nav-dropdown {
    position: relative;
}

.nav-dropdown > a::after {
    content: "";
    width: 0.42rem;
    height: 0.42rem;
    margin-left: 0.45rem;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: translateY(-0.12rem) rotate(45deg);
}

.nav-submenu {
    position: absolute;
    top: calc(100% + 0.45rem);
    left: 50%;
    z-index: 30;
    display: grid;
    min-width: 230px;
    margin: 0;
    padding: 0.55rem;
    border: 1px solid rgba(197, 198, 206, 0.68);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: var(--shadow);
    list-style: none;
    opacity: 0;
    pointer-events: none;
    transform: translateX(-50%) translateY(-0.4rem);
    transition: opacity 160ms ease, transform 160ms ease;
}

.nav-dropdown:hover .nav-submenu,
.nav-dropdown:focus-within .nav-submenu {
    opacity: 1;
    pointer-events: auto;
    transform: translateX(-50%) translateY(0);
}

.nav-submenu li {
    display: block;
}

.nav-submenu a {
    width: 100%;
    min-height: 2.45rem;
    justify-content: flex-start;
    border-radius: 10px;
}

.content {
    width: min(100%, var(--max));
    margin: 0 auto;
    padding: clamp(2.5rem, 7vw, 5.5rem) var(--gutter) clamp(4rem, 8vw, 7rem);
}

.main {
    min-width: 0;
}

.page-heading {
    display: grid;
    gap: 0.85rem;
    margin: 0 0 clamp(2rem, 5vw, 4rem);
    padding-bottom: clamp(1.5rem, 3vw, 2.5rem);
    border-bottom: 1px solid rgba(197, 198, 206, 0.55);
}

.page-heading__eyebrow,
.content h2 + p em:first-child,
.content p:first-child em:first-child {
    color: var(--gold);
    font-size: 0.82rem;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.content > .main > p,
.content > .main > ul,
.content > .main > ol,
.content > .main > blockquote,
.content > .main > details,
.content > .main > pre,
.content > .main > h2,
.content > .main > h3,
.content > .main > h4,
.content > .main > h5,
.content > .main > h6 {
    max-width: 820px;
}

.content > .main > p:first-of-type {
    color: var(--ink-soft);
    font-size: clamp(1.08rem, 2vw, 1.22rem);
}

.content ul,
.content ol {
    padding-left: 1.35rem;
}

.content li {
    margin-bottom: 0.55rem;
}

.content img {
    border-radius: 12px;
    box-shadow: var(--shadow-soft);
}

.content p > img:only-child,
.content p > picture:only-child,
.content > .main > picture {
    display: block;
    width: 100%;
    margin: 2.2rem 0 0.55rem;
}

.content p > img:only-child,
.content p > picture:only-child img,
.content > .main > picture img {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

.content p:has(> em:only-child) {
    margin-top: -0.2rem;
    color: var(--ink-soft);
    font-size: 0.92rem;
}

.content table {
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 2rem 0 2.5rem;
    overflow-x: auto;
    border-spacing: 0;
    border-collapse: separate;
    border: 1px solid var(--line);
    border-radius: 12px;
    background: var(--surface-card);
    box-shadow: var(--shadow-soft);
}

.content thead,
.content tbody,
.content tr {
    width: 100%;
}

.content th,
.content td {
    padding: 1rem;
    border-bottom: 1px solid var(--line);
    vertical-align: top;
    text-align: left;
}

.content th {
    background: var(--midnight);
    color: #fff;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.content tr:last-child td {
    border-bottom: 0;
}

.content td:first-child {
    color: var(--midnight);
    font-weight: 700;
}

.content details {
    max-width: 820px;
    padding: 1rem 1.2rem;
    border: 1px solid var(--line);
    border-radius: 10px;
    background: var(--surface-card);
}

.content summary {
    cursor: pointer;
    color: var(--midnight);
    font-weight: 700;
}

.content .bubble-hero {
    position: relative;
    display: grid;
    align-items: end;
    min-height: min(72vh, 720px);
    margin: -1.5rem 0 clamp(2.5rem, 6vw, 5rem);
    overflow: hidden;
    border-radius: 18px;
    background: var(--midnight);
    box-shadow: var(--shadow);
    isolation: isolate;
}

.page-hero {
    position: relative;
    display: grid;
    align-items: end;
    min-height: min(58vh, 560px);
    margin: -1.5rem 0 clamp(2.5rem, 6vw, 5rem);
    overflow: hidden;
    border-radius: 18px;
    background-color: var(--midnight);
    box-shadow: var(--shadow);
    isolation: isolate;
}

.page-hero__media,
.page-hero__media img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.page-hero__media img {
    border-radius: 0;
    object-fit: cover;
    box-shadow: none;
}

.page-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        linear-gradient(0deg, rgba(3, 22, 50, 0.88) 0%, rgba(3, 22, 50, 0.42) 58%, rgba(3, 22, 50, 0.08) 100%),
        linear-gradient(90deg, rgba(25, 48, 30, 0.35), transparent 62%);
}

.page-hero__copy {
    position: relative;
    z-index: 2;
    max-width: 880px;
    padding: clamp(2rem, 7vw, 5rem);
}

.page-hero h1 {
    color: #fff;
}

.page-hero p:last-child {
    max-width: 48rem;
    margin: 0;
    color: rgba(255, 255, 255, 0.88);
    font-size: clamp(1.05rem, 2vw, 1.25rem);
}

.has-page-hero > p:first-of-type:has(> img:only-child),
.has-page-hero > p:first-of-type:has(> img:only-child) + p:has(> em:only-child) {
    display: none;
}

.content .bubble-hero img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border-radius: 0;
    object-fit: cover;
    box-shadow: none;
    transform: scale(1.01);
}

.content .bubble-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        linear-gradient(0deg, rgba(3, 22, 50, 0.84) 0%, rgba(3, 22, 50, 0.38) 52%, rgba(3, 22, 50, 0.08) 100%),
        linear-gradient(90deg, rgba(25, 48, 30, 0.5), transparent 62%);
}

.content .bubble-hero__copy {
    position: relative;
    z-index: 2;
    max-width: 760px;
    padding: clamp(2rem, 7vw, 5rem);
    color: #fff;
}

.content .bubble-hero__eyebrow {
    margin: 0 0 0.9rem;
    color: var(--gold-soft);
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.content .bubble-hero h2 {
    margin: 0;
    color: #fff;
    font-size: clamp(2.25rem, 4.9vw, 4.3rem);
}

.content .bubble-hero__copy p:last-child {
    max-width: 40rem;
    margin: 1.2rem 0 0;
    color: rgba(255, 255, 255, 0.88);
    font-size: clamp(1.05rem, 2vw, 1.25rem);
}

.content h2 + table,
.content h2 + p + table {
    max-width: none;
}

.content h3 + p > img:only-child,
.content h3 + p + p > img:only-child {
    margin-top: 0.5rem;
}

.content h3:has(+ p img) {
    margin-top: 3.2rem;
}

.content h3:has(+ p img),
.content h3:has(+ p + p img) {
    max-width: none;
    padding-top: 2rem;
    border-top: 1px solid rgba(197, 198, 206, 0.75);
}

.content h3:has(+ p img) + p,
.content h3:has(+ p + p img) + p + p {
    max-width: 960px;
}

.content a[href^="http"],
.content a[href^="/"] {
    font-weight: 700;
}

.content p > a:only-child,
.content p:last-child a,
.content li a {
    overflow-wrap: anywhere;
}

.content p > a:only-child {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.8rem;
    padding: 0.8rem 1.15rem;
    border-radius: 999px;
    background: var(--gold);
    color: #fff;
    box-shadow: 0 12px 26px rgba(132, 83, 37, 0.18);
    text-decoration: none;
}

.content p > a:only-child:hover {
    background: var(--midnight);
    color: #fff;
    transform: translateY(-1px);
}

.home-section {
    max-width: none;
    margin: clamp(3rem, 7vw, 6rem) 0;
}

.home-section__intro {
    max-width: 760px;
    margin-bottom: clamp(1.5rem, 4vw, 3rem);
}

.home-section__intro h2 {
    margin-top: 0;
}

.home-section__intro p:last-child {
    color: var(--ink-soft);
    font-size: 1.08rem;
}

.region-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: clamp(1rem, 2.2vw, 1.5rem);
}

.region-card {
    position: relative;
    display: grid;
    min-height: 360px;
    overflow: hidden;
    border-radius: 18px;
    background: var(--midnight);
    box-shadow: var(--shadow-soft);
    color: #fff;
    text-decoration: none;
    isolation: isolate;
}

.region-card--large {
    grid-column: span 2;
    grid-row: span 2;
    min-height: 744px;
}

.region-card img {
    position: absolute;
    inset: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    border-radius: 0;
    object-fit: cover;
    box-shadow: none;
    transition: transform 700ms ease;
}

.region-card:hover img {
    transform: scale(1.055);
}

.region-card__shade {
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        linear-gradient(0deg, rgba(3, 22, 50, 0.9) 0%, rgba(3, 22, 50, 0.46) 55%, rgba(3, 22, 50, 0.06) 100%),
        linear-gradient(90deg, rgba(25, 48, 30, 0.35), transparent 70%);
}

.region-card__content {
    position: relative;
    z-index: 2;
    display: flex;
    align-self: end;
    flex-direction: column;
    gap: 0.55rem;
    padding: clamp(1.25rem, 3vw, 2rem);
}

.region-card__eyebrow {
    color: var(--gold-soft);
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.region-card__title {
    max-width: 12em;
    color: #fff;
    font-family: var(--font-heading);
    font-size: clamp(1.45rem, 2.6vw, 2.55rem);
    font-weight: 700;
    line-height: 1.12;
}

.region-card:not(.region-card--large) .region-card__title {
    font-size: clamp(1.25rem, 1.9vw, 1.72rem);
}

.region-card__text {
    max-width: 28rem;
    color: rgba(255, 255, 255, 0.82);
    font-size: 0.95rem;
}

.home-guide-strip {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    max-width: none;
    margin: clamp(2.5rem, 5vw, 4.5rem) 0 0;
}

.home-guide-strip a {
    display: flex;
    min-height: 150px;
    flex-direction: column;
    justify-content: space-between;
    padding: 1.35rem;
    border: 1px solid var(--line);
    border-radius: 14px;
    background: var(--surface-card);
    box-shadow: var(--shadow-soft);
    color: var(--midnight);
    text-decoration: none;
}

.home-guide-strip a:hover {
    border-color: rgba(253, 188, 133, 0.85);
    transform: translateY(-2px);
}

.home-guide-strip span {
    color: var(--gold);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.home-guide-strip strong {
    display: block;
    font-family: var(--font-heading);
    font-size: clamp(1.1rem, 2vw, 1.45rem);
    line-height: 1.2;
}

.content h2[id*="preguntas"] ~ h3 {
    max-width: 820px;
    margin-top: 1rem;
    padding: 1.2rem 1.25rem 0;
    border: 1px solid var(--line);
    border-bottom: 0;
    border-radius: 12px 12px 0 0;
    background: var(--surface-card);
    font-family: var(--font-body);
    font-size: 1.05rem;
    font-weight: 800;
}

.content h2[id*="preguntas"] ~ h3 + p {
    max-width: 820px;
    padding: 0 1.25rem 1.2rem;
    border: 1px solid var(--line);
    border-top: 0;
    border-radius: 0 0 12px 12px;
    background: var(--surface-card);
    color: var(--ink-soft);
}

.article-author {
    display: grid;
    grid-template-columns: 64px minmax(0, 1fr);
    gap: 1rem;
    align-items: center;
    max-width: 960px;
    margin: 0 0 3rem;
    padding: clamp(1rem, 3vw, 2rem);
    border: 1px solid var(--line);
    border-radius: 16px;
    background: var(--surface-card);
    box-shadow: var(--shadow-soft);
}

.author-profile {
    display: grid;
    grid-template-columns: minmax(180px, 260px) minmax(0, 1fr);
    gap: clamp(1.5rem, 4vw, 3rem);
    align-items: center;
    max-width: 960px;
    margin: 0 0 3rem;
    padding: clamp(1rem, 3vw, 2rem);
    border: 1px solid var(--line);
    border-radius: 16px;
    background: var(--surface-card);
    box-shadow: var(--shadow-soft);
}

.article-author__photo {
    width: 64px;
    height: 64px;
    border-radius: 50% !important;
    object-fit: cover;
}

.author-profile__photo {
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
    border-radius: 16px;
}

.author-profile__eyebrow,
.article-author__eyebrow {
    margin: 0 0 0.5rem;
    color: var(--gold);
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.author-profile__intro h2 {
    margin-top: 0;
}

.footer {
    border-top: 1px solid rgba(197, 198, 206, 0.7);
    background: linear-gradient(180deg, #faf7f1 0%, #f4f0ea 100%);
    color: var(--ink-soft);
}

.siteinfo {
    width: min(100%, var(--max));
    margin: 0 auto;
    padding: 2.2rem var(--gutter);
}

.siteinfo--compact {
    display: grid;
    gap: 0.6rem;
}

.siteinfo p {
    max-width: 720px;
    margin-bottom: 0.7rem;
}

.siteinfo a {
    color: var(--midnight);
}

.footer-copy {
    margin: 0;
    color: var(--ink-soft);
    font-size: 0.95rem;
    font-weight: 600;
}

.footer-mini-links {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem 1rem;
    align-items: center;
    margin: 0;
    padding-top: 0.25rem;
}

.footer-mini-links a {
    color: var(--ink-soft);
    font-size: 0.95rem;
    font-weight: 600;
    text-decoration: none;
}

.footer-mini-links a:hover {
    color: var(--gold);
}

.article-author__content p {
    margin: 0;
}

.article-author__name {
    margin-top: 0.1rem !important;
    color: var(--midnight);
    font-family: var(--font-heading);
    font-size: 1.3rem;
    font-weight: 700;
}

.author-profile__text,
.article-author__text {
    margin-top: 0.2rem !important;
    color: var(--ink-soft);
}

.form-control {
    min-height: 2.5rem;
    padding: 0.55rem 0.75rem;
    border: 1px solid var(--line-strong);
    border-radius: 8px;
    background: var(--surface-card);
    color: var(--ink);
    font: inherit;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.7rem;
    padding: 0.75rem 1rem;
    border: 0;
    border-radius: 999px;
    background: var(--gold);
    color: #fff;
    font: 700 0.95rem/1 var(--font-body);
    text-decoration: none;
}

.btn:hover,
.btn:focus,
.btn:active {
    background: var(--midnight);
    color: #fff;
    text-decoration: none;
}

@media screen and (max-width: 780px) {
    .header-inner {
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto;
        align-items: center;
        gap: 0.75rem;
    }

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

    .navigation {
        display: none;
        grid-column: 1 / -1;
        padding-top: 0.65rem;
        border-top: 1px solid rgba(197, 198, 206, 0.55);
    }

    .nav-toggle:checked ~ .navigation {
        display: block;
    }

    .nav-toggle:checked + .nav-toggle-button span:nth-child(1) {
        transform: translateY(6px) rotate(45deg);
    }

    .nav-toggle:checked + .nav-toggle-button span:nth-child(2) {
        opacity: 0;
    }

    .nav-toggle:checked + .nav-toggle-button span:nth-child(3) {
        transform: translateY(-6px) rotate(-45deg);
    }

    .navigation-main {
        display: grid;
        grid-template-columns: 1fr;
        justify-content: stretch;
        gap: 0.35rem;
    }

    .navigation-main > li {
        display: block;
    }

    .navigation a {
        width: 100%;
        justify-content: flex-start;
        padding: 0.72rem 0.8rem;
        font-size: 0.84rem;
    }

    .nav-dropdown > a {
        color: var(--gold);
        font-weight: 800;
    }

    .nav-dropdown > a::after {
        display: none;
    }

    .nav-submenu {
        position: static;
        display: grid;
        left: auto;
        width: 100%;
        min-width: 0;
        margin: 0.15rem 0 0.35rem;
        padding: 0.35rem 0 0.35rem 0.65rem;
        border: 0;
        border-left: 1px solid rgba(132, 83, 37, 0.22);
        border-radius: 0;
        background: transparent;
        box-shadow: none;
        opacity: 1;
        pointer-events: auto;
        transform: none;
    }

    .nav-dropdown:hover .nav-submenu,
    .nav-dropdown:focus-within .nav-submenu {
        transform: none;
    }

    .nav-submenu a {
        min-height: 2.25rem;
        padding: 0.56rem 0.8rem;
        border-radius: 10px;
        color: var(--ink-soft);
    }

    .content {
        padding-top: 2rem;
    }

    .page-heading {
        margin-bottom: 2rem;
    }

    .content .bubble-hero {
        min-height: 560px;
        margin-inline: calc(var(--gutter) * -0.45);
        border-radius: 14px;
    }

    .page-hero {
        min-height: 500px;
        margin-inline: calc(var(--gutter) * -0.45);
        border-radius: 14px;
    }

    .content .bubble-hero__copy {
        padding: 2rem;
    }

    .content .bubble-hero h2 {
        font-size: clamp(2rem, 10vw, 3.15rem);
    }

    .page-hero__copy {
        padding: 2rem;
    }

    .content table {
        border-radius: 10px;
        font-size: 0.9rem;
    }

    .content th,
    .content td {
        padding: 0.8rem;
    }

    .author-profile {
        grid-template-columns: 1fr;
    }

    .article-author__photo {
        width: 56px;
        height: 56px;
    }

    .article-author {
        grid-template-columns: 56px minmax(0, 1fr);
    }

    .region-grid,
    .home-guide-strip {
        grid-template-columns: 1fr;
    }

    .region-card,
    .region-card--large {
        grid-column: auto;
        grid-row: auto;
        min-height: 360px;
    }

    .region-card__title {
        max-width: 100%;
    }
}

@media print {
    body {
        background: #fff;
    }

    .header,
    .footer {
        display: none;
    }

    .content {
        width: auto;
        padding: 0;
    }
}
