:root {
    --journal-bg: #030303;
    --journal-panel: #0a0a0a;
    --journal-panel-soft: #0e0e0e;
    --journal-gold: #bfa36a;
    --journal-gold-light: #eed59c;
    --journal-copy: rgba(244, 244, 244, 0.92);
    --journal-muted: rgba(224, 224, 224, 0.6);
    --journal-line: rgba(255, 255, 255, 0.09);
    --journal-gold-line: rgba(191, 163, 106, 0.34);
    --journal-radius: 18px;
    --journal-shadow: 0 26px 72px rgba(0, 0, 0, 0.38);
    --journal-ease: cubic-bezier(0.19, 1, 0.22, 1);
}

html {
    scroll-padding-top: 96px;
    overflow-x: hidden;
    background: var(--journal-bg);
}

body {
    overflow-x: hidden;
    background:
        radial-gradient(70% 28% at 50% 0%, rgba(191, 163, 106, 0.08), transparent 76%),
        var(--journal-bg);
    color: var(--journal-copy);
    line-height: 1.62;
}

body::before {
    content: '';
    position: fixed;
    z-index: -1;
    inset: 0;
    opacity: 0.12;
    pointer-events: none;
    background-image: radial-gradient(rgba(255, 255, 255, 0.22) 0.45px, transparent 0.45px);
    background-size: 6px 6px;
    mask-image: linear-gradient(180deg, #000, transparent 55%);
}

a {
    color: inherit;
}

a:hover {
    text-decoration: none;
}

.skip-link {
    position: fixed;
    z-index: 2000;
    top: 10px;
    left: 12px;
    padding: 10px 14px;
    border-radius: 7px;
    background: #f0d291;
    color: #080808;
    font-weight: 700;
    transform: translateY(-160%);
    transition: transform 0.2s ease;
}

.skip-link:focus {
    transform: translateY(0);
}

.container {
    width: min(100%, 1400px);
    max-width: 1400px;
    padding-inline: clamp(20px, 4vw, 56px);
}

header {
    position: fixed;
    z-index: 1000;
    top: 0;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(0, 0, 0, 0.78);
    box-shadow: 0 10px 34px rgba(0, 0, 0, 0.18);
    backdrop-filter: blur(16px) saturate(125%);
    -webkit-backdrop-filter: blur(16px) saturate(125%);
}

.header-bar {
    min-height: 78px;
    padding-block: 5px;
}

.header-left {
    min-width: 0;
}

.header-brand-link {
    display: inline-flex;
    align-items: center;
    min-width: 0;
}

.header-logo {
    display: block;
    width: auto;
    height: clamp(56px, 6vw, 74px);
    object-fit: contain;
}

.header-left > div:not(.header-brand-link),
.header-left .brand {
    display: none;
}

nav {
    gap: 8px;
}

.nav-link {
    position: relative;
    padding: 8px 10px;
    border-radius: 8px;
    color: rgba(244, 244, 244, 0.78);
    font-size: 0.86rem;
    transition: color 0.2s ease, background 0.2s ease;
}

.nav-link:hover,
.nav-link.active {
    background: rgba(191, 163, 106, 0.08);
    color: var(--journal-gold-light);
}

.nav-link.active::after {
    content: '';
    position: absolute;
    right: 10px;
    bottom: 2px;
    left: 10px;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--journal-gold), transparent);
}

.header-cta,
.btn-main,
.btn-ghost {
    border-radius: 7px;
    font-family: 'Cinzel', serif;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    line-height: 1.3;
    text-transform: uppercase;
    text-decoration: none;
}

.header-cta {
    min-height: 42px;
    padding: 10px 14px;
    border: 1px solid rgba(191, 163, 106, 0.44);
    background: rgba(10, 10, 10, 0.66);
    color: #f6f0e4;
    transition: border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.header-cta:hover {
    border-color: var(--journal-gold);
    color: var(--journal-gold-light);
    transform: translateY(-1px);
}

.header-cta svg {
    color: #61cf91;
}

.header-menu-toggle,
.mobile-nav-shell {
    display: none;
}

.mobile-nav-shell summary {
    list-style: none;
}

.mobile-nav-shell summary::-webkit-details-marker {
    display: none;
}

.hero.blog-hero {
    position: relative;
    isolation: isolate;
    min-height: min(790px, 90svh);
    padding: 150px 0 70px;
    border-bottom: 1px solid var(--journal-line);
    overflow: hidden;
    text-align: left;
    background-color: #080808;
    background-image:
        linear-gradient(90deg, rgba(0, 0, 0, 0.94) 0%, rgba(0, 0, 0, 0.76) 42%, rgba(0, 0, 0, 0.2) 74%, rgba(0, 0, 0, 0.5) 100%),
        linear-gradient(180deg, rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0.78) 90%),
        image-set(
            url('../pictures/highest_quality_hero_section-desktop-1600.webp') 1x,
            url('../pictures/highest_quality_hero_section-desktop-2560.webp') 2x
        );
    background-position: center;
    background-size: cover;
}

.hero.blog-hero::before {
    background:
        radial-gradient(45% 60% at 73% 35%, rgba(191, 163, 106, 0.13), transparent 70%),
        linear-gradient(180deg, transparent 54%, #030303 100%);
}

.hero.blog-hero::after {
    content: '';
    position: absolute;
    z-index: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(238, 213, 156, 0.5), transparent);
}

.hero-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.18fr) minmax(300px, 0.68fr);
    gap: clamp(38px, 7vw, 100px);
    align-items: end;
    width: 100%;
}

.hero-copy {
    max-width: 790px;
}

.eyebrow,
.section-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 18px;
    color: #d8bd7b;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.eyebrow::before,
.section-kicker::before {
    content: '';
    width: 34px;
    height: 1px;
    background: linear-gradient(90deg, var(--journal-gold), rgba(191, 163, 106, 0.2));
}

.hero.blog-hero h1 {
    max-width: 820px;
    margin: 0;
    color: #fff;
    font-size: clamp(2.65rem, 5.3vw, 5.3rem);
    font-weight: 400;
    line-height: 1.02;
    letter-spacing: -0.018em;
    text-shadow: 0 16px 44px rgba(0, 0, 0, 0.58);
    text-wrap: balance;
}

.hero.blog-hero h1 span {
    background: linear-gradient(110deg, #fff1c6, #c7a86a 54%, #8e722a);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.hero.blog-hero p {
    max-width: 680px;
    margin: 24px 0 0;
    color: rgba(247, 247, 247, 0.75);
    font-size: clamp(0.98rem, 1.3vw, 1.1rem);
    line-height: 1.78;
    text-shadow: 0 8px 24px rgba(0, 0, 0, 0.64);
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 30px;
}

.btn-main,
.btn-ghost {
    width: auto;
    min-width: 190px;
    min-height: 50px;
    padding: 13px 18px;
    transition: transform 0.24s var(--journal-ease), border-color 0.24s ease, background 0.24s ease;
}

.btn-main {
    border: 1px solid var(--journal-gold);
    background: var(--journal-gold);
    color: #080603;
}

.btn-main:hover {
    background: #ddbc76;
    color: #080603;
    transform: translateY(-2px);
}

.btn-ghost {
    border: 1px solid rgba(191, 163, 106, 0.58);
    background: rgba(0, 0, 0, 0.36);
    color: #f7f4ed;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.btn-ghost:hover {
    border-color: var(--journal-gold-light);
    color: var(--journal-gold-light);
    transform: translateY(-2px);
}

.hero-assurances {
    display: flex;
    flex-wrap: wrap;
    gap: 9px 18px;
    margin-top: 26px;
    color: rgba(255, 255, 255, 0.62);
    font-size: 0.75rem;
    letter-spacing: 0.03em;
}

.hero-assurances span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.hero-assurances span::before {
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 999px;
    background: var(--journal-gold);
    box-shadow: 0 0 12px rgba(191, 163, 106, 0.58);
}

.journal-feature {
    position: relative;
    padding: 28px;
    border: 1px solid rgba(191, 163, 106, 0.34);
    border-radius: var(--journal-radius);
    overflow: hidden;
    background: linear-gradient(150deg, rgba(20, 18, 14, 0.84), rgba(6, 6, 6, 0.88));
    box-shadow: var(--journal-shadow), inset 0 1px 0 rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(14px) saturate(120%);
    -webkit-backdrop-filter: blur(14px) saturate(120%);
}

.journal-feature::before {
    content: '';
    position: absolute;
    inset: 0 18px auto;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(238, 213, 156, 0.72), transparent);
}

.journal-feature-label {
    color: #cdb475;
    font-size: 0.64rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.journal-feature h2 {
    margin: 14px 0 12px;
    color: #fff;
    font-size: clamp(1.3rem, 2.2vw, 1.82rem);
    font-weight: 400;
    line-height: 1.3;
}

.journal-feature p {
    margin: 0 0 22px;
    color: var(--journal-muted);
    font-size: 0.88rem;
    line-height: 1.65;
    text-shadow: none;
}

.journal-feature-link,
#insights .whatsapp-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #dfc482;
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-decoration: none;
}

.journal-feature-link::after,
#insights .whatsapp-link::after {
    content: '→';
    font-size: 1rem;
    transition: transform 0.2s ease;
}

.journal-feature-link:hover::after,
#insights .whatsapp-link:hover::after {
    transform: translateX(4px);
}

.journal-metrics {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    margin-top: 28px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.08);
}

.journal-metric {
    padding: 14px 10px;
    background: rgba(4, 4, 4, 0.82);
    text-align: center;
}

.journal-metric strong {
    display: block;
    color: #f0d495;
    font-family: 'Cinzel', serif;
    font-size: 1.05rem;
    font-weight: 500;
}

.journal-metric small {
    display: block;
    margin-top: 3px;
    color: rgba(255, 255, 255, 0.42);
    font-size: 0.61rem;
    line-height: 1.35;
}

.section {
    position: relative;
    padding: clamp(76px, 8vw, 118px) 0;
    border-bottom: 1px solid var(--journal-line);
    background: transparent;
}

.section:nth-of-type(even) {
    background:
        radial-gradient(45% 70% at 100% 0%, rgba(191, 163, 106, 0.035), transparent 72%),
        #050505;
}

.section h2 {
    max-width: 880px;
    margin-bottom: 14px;
    color: #f7f7f7;
    font-size: clamp(1.75rem, 3.1vw, 2.65rem);
    font-weight: 400;
    line-height: 1.2;
    text-wrap: balance;
}

.section p.lead {
    max-width: 780px;
    margin-bottom: 34px;
    color: var(--journal-muted);
    font-size: 0.98rem;
    line-height: 1.72;
}

#insights {
    background:
        radial-gradient(45% 25% at 10% 0%, rgba(191, 163, 106, 0.08), transparent 76%),
        #050505;
}

#insights .container::before {
    content: 'Curated travel guidance';
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 16px;
    color: #d8bd7b;
    font-size: 0.66rem;
    font-weight: 700;
    letter-spacing: 0.17em;
    text-transform: uppercase;
}

#insights .container::after {
    content: '';
    display: table;
    clear: both;
}

.journal-toolbar {
    display: grid;
    grid-template-columns: minmax(250px, 1fr) minmax(0, auto);
    gap: 18px;
    align-items: end;
    margin: 34px 0 32px;
    padding: 16px;
    border: 1px solid var(--journal-line);
    border-radius: 15px;
    background: rgba(10, 10, 10, 0.82);
    box-shadow: 0 20px 44px rgba(0, 0, 0, 0.22);
}

.journal-search {
    position: relative;
    display: block;
}

.journal-search span {
    display: block;
    margin-bottom: 7px;
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.62rem;
    font-weight: 700;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.journal-search input {
    width: 100%;
    min-height: 46px;
    padding: 11px 44px 11px 14px;
    border: 1px solid rgba(255, 255, 255, 0.11);
    border-radius: 9px;
    outline: none;
    background: #070707;
    color: #fff;
    font: inherit;
    font-size: 0.86rem;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.journal-search input:focus {
    border-color: rgba(191, 163, 106, 0.68);
    box-shadow: 0 0 0 3px rgba(191, 163, 106, 0.09);
}

.journal-search svg {
    position: absolute;
    right: 14px;
    bottom: 13px;
    width: 19px;
    height: 19px;
    color: rgba(255, 255, 255, 0.38);
    pointer-events: none;
}

.journal-filters {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 7px;
}

.journal-filter {
    min-height: 39px;
    padding: 8px 12px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.025);
    color: rgba(255, 255, 255, 0.62);
    font: inherit;
    font-size: 0.7rem;
    font-weight: 650;
    cursor: pointer;
    transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.journal-filter:hover,
.journal-filter.is-active {
    border-color: rgba(191, 163, 106, 0.56);
    background: rgba(191, 163, 106, 0.1);
    color: #ead49f;
}

.journal-result-count {
    grid-column: 1 / -1;
    color: rgba(255, 255, 255, 0.38);
    font-size: 0.7rem;
}

.journal-empty {
    display: none;
    padding: 32px;
    border: 1px dashed rgba(191, 163, 106, 0.34);
    border-radius: 14px;
    color: var(--journal-muted);
    text-align: center;
}

.journal-empty.is-visible {
    display: block;
}

#insights .grid {
    --article-image: url('../pictures/mercedesE-800.webp');
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 20px;
}

#insights article.card {
    position: relative;
    grid-column: span 4;
    display: flex;
    flex-direction: column;
    min-height: 530px;
    padding: 0 24px 24px;
    border: 1px solid var(--journal-line);
    border-radius: var(--journal-radius);
    overflow: hidden;
    background: linear-gradient(160deg, rgba(15, 15, 15, 0.98), rgba(6, 6, 6, 1));
    box-shadow: 0 20px 48px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.025);
    transition: transform 0.35s var(--journal-ease), border-color 0.28s ease, box-shadow 0.35s var(--journal-ease);
}

#insights article.card::before {
    content: '';
    display: block;
    flex: 0 0 220px;
    width: calc(100% + 48px);
    height: 220px;
    margin: 0 -24px 24px;
    background-image:
        linear-gradient(180deg, rgba(0, 0, 0, 0.02), rgba(5, 5, 5, 0.2)),
        var(--article-image);
    background-position: center;
    background-size: cover;
    filter: saturate(0.84) contrast(1.05);
    transition: transform 0.6s var(--journal-ease), filter 0.35s ease;
}

#insights article.card::after {
    content: '';
    position: absolute;
    z-index: 2;
    top: 0;
    right: 22px;
    left: 22px;
    height: 1px;
    opacity: 0;
    background: linear-gradient(90deg, transparent, rgba(238, 213, 156, 0.82), transparent);
    transition: opacity 0.28s ease;
}

#insights article.card:hover,
#insights article.card:focus-within {
    border-color: rgba(191, 163, 106, 0.46);
    box-shadow: 0 34px 72px rgba(0, 0, 0, 0.4), 0 0 0 1px rgba(191, 163, 106, 0.05);
    transform: translateY(-5px);
}

#insights article.card:hover::before,
#insights article.card:focus-within::before {
    filter: saturate(0.98) contrast(1.06);
    transform: scale(1.025);
}

#insights article.card:hover::after,
#insights article.card:focus-within::after {
    opacity: 1;
}

#insights article.card:first-child {
    grid-column: span 8;
}

#insights article.card:first-child::before {
    flex-basis: 280px;
    height: 280px;
}

#insights article.card[hidden] {
    display: none;
}

#insights article.card .pill {
    align-self: flex-start;
    width: auto;
    margin-bottom: 14px;
    padding: 6px 10px;
    border-color: rgba(191, 163, 106, 0.28);
    background: rgba(191, 163, 106, 0.075);
    color: #d9be7b;
    font-size: 0.62rem;
    font-weight: 700;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

#insights article.card h3 {
    margin: 0 0 13px;
    color: rgba(255, 255, 255, 0.95);
    font-size: clamp(1.08rem, 1.5vw, 1.34rem);
    font-weight: 500;
    line-height: 1.38;
    text-wrap: balance;
    transition: color 0.22s ease;
}

#insights article.card:first-child h3 {
    max-width: 720px;
    font-size: clamp(1.38rem, 2.2vw, 1.9rem);
}

#insights article.card:hover h3 {
    color: #f0d697;
}

#insights article.card > p:not(:last-child) {
    display: -webkit-box;
    overflow: hidden;
    margin: 0 0 14px;
    color: rgba(226, 226, 226, 0.61);
    font-size: 0.86rem;
    line-height: 1.68;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

#insights article.card .list {
    display: none;
}

#insights article.card .meta {
    display: -webkit-box;
    overflow: hidden;
    margin-top: 0;
    color: rgba(255, 255, 255, 0.4);
    font-size: 0.72rem;
    line-height: 1.55;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

#insights article.card > p:last-child {
    display: block;
    margin: auto 0 0 !important;
    padding-top: 18px;
    border-top: 1px solid var(--journal-line);
}

#asia-car-service-alternative-china,
#trip-com-alternative-china,
#hire-car-with-driver-in-china {
    --article-image: url('../pictures/hero-1440.webp');
}

#cheap-airport-transfers-china-executives,
#pudong-airport-to-shanghai-city-center,
#pvg-sha,
#beijing-airport-transfer,
#shanghai-airport-transfer,
#guangzhou-airport-transfer {
    --article-image: url('../pictures/mercedesE-1200.webp');
}

#best-shanghai-chauffeur-service-executives,
#executive-assistant-shanghai-airport-pickup,
#shanghai-roadshow-car-service,
#roadshows,
#investor-week {
    --article-image: url('../pictures/maybach-1200.webp');
}

#hong-kong-to-macau-by-land,
#hong-kong-to-shenzhen-by-land,
#hong-kong-to-guangzhou-transfer,
#dual-plate {
    --article-image: url('../pictures/dualPlate-1200.webp');
}

#yiwu-chauffeur-service,
#factory-visits,
#canton-fair-overview {
    --article-image: url('../pictures/mercedesv6-1200.webp');
}

#risk-controls,
#armored,
#concierge {
    --article-image: url('../pictures/rollce-1200.webp');
}

.grid {
    gap: 18px;
}

.section:not(#insights) .card {
    position: relative;
    padding: 24px;
    border: 1px solid var(--journal-line);
    border-radius: 15px;
    background: linear-gradient(150deg, rgba(16, 16, 16, 0.96), rgba(7, 7, 7, 0.98));
    box-shadow: 0 16px 38px rgba(0, 0, 0, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.024);
    transition: transform 0.28s var(--journal-ease), border-color 0.24s ease, box-shadow 0.28s ease;
}

.section:not(#insights) .card:hover {
    border-color: rgba(191, 163, 106, 0.36);
    box-shadow: 0 24px 50px rgba(0, 0, 0, 0.28);
    transform: translateY(-3px);
}

.section:not(#insights) .card h3 {
    font-size: 1.08rem;
    font-weight: 500;
    line-height: 1.42;
}

.section:not(#insights) .card p,
.section:not(#insights) .list,
.section:not(#insights) .meta {
    color: var(--journal-muted);
    font-size: 0.84rem;
}

.pill {
    width: fit-content;
    border-color: rgba(191, 163, 106, 0.28);
    background: rgba(191, 163, 106, 0.07);
    color: #d8be7f;
}

.list {
    border-color: rgba(255, 255, 255, 0.07);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.018);
}

.media-card {
    padding: 0 !important;
    overflow: hidden;
}

.media-card img {
    height: 250px;
    border: 0;
    border-radius: 0;
    filter: saturate(0.84) contrast(1.04);
    transition: transform 0.5s var(--journal-ease), filter 0.3s ease;
}

.media-card:hover img {
    filter: saturate(1) contrast(1.05);
    transform: scale(1.025);
}

.media-caption {
    padding: 0 20px 20px;
}

.cta-buttons {
    gap: 10px;
}

.cta-block {
    position: relative;
    padding: clamp(48px, 7vw, 84px) clamp(22px, 5vw, 68px);
    border: 1px solid rgba(191, 163, 106, 0.34);
    border-radius: 20px;
    overflow: hidden;
    background:
        linear-gradient(105deg, rgba(4, 4, 4, 0.96), rgba(4, 4, 4, 0.64)),
        url('../pictures/hero-1440.webp') center 58% / cover;
    box-shadow: var(--journal-shadow);
}

.cta-block::before {
    content: '';
    position: absolute;
    inset: 0 12% auto;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(238, 213, 156, 0.72), transparent);
}

.cta-block h3 {
    color: #fff;
    font-size: clamp(1.5rem, 3vw, 2.35rem);
    font-weight: 400;
}

.cta-block p {
    max-width: 650px;
    margin: 0 auto 24px;
    color: rgba(255, 255, 255, 0.66);
}

.sticky-cta {
    display: none;
}

footer {
    padding: 62px 0 42px;
    border-top: 1px solid var(--journal-line);
    background:
        radial-gradient(60% 120% at 0% 100%, rgba(191, 163, 106, 0.06), transparent 70%),
        #050505;
}

footer .footer-grid {
    grid-template-columns: minmax(0, 1.45fr) minmax(240px, 0.55fr);
    gap: clamp(38px, 8vw, 110px);
    align-items: start;
}

footer .footer-logo {
    display: block;
    width: min(220px, 62%) !important;
    height: auto !important;
    max-width: 100%;
    aspect-ratio: 640 / 349;
    object-fit: contain;
}

footer .footer-grid p {
    max-width: 600px;
    color: rgba(255, 255, 255, 0.47);
    font-size: 0.88rem;
    line-height: 1.7;
}

footer .footer-links {
    grid-template-columns: repeat(2, minmax(100px, 1fr));
    gap: 10px 22px;
}

footer .footer-links a {
    padding: 6px 0;
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.82rem;
    transition: color 0.2s ease;
}

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

:where(a, button, input):focus-visible {
    outline: 2px solid rgba(238, 213, 156, 0.86);
    outline-offset: 3px;
}

@media (max-width: 1120px) {
    #insights article.card {
        grid-column: span 6;
    }

    #insights article.card:first-child {
        grid-column: span 6;
    }

    .journal-toolbar {
        grid-template-columns: 1fr;
    }

    .journal-filters {
        justify-content: flex-start;
    }
}

@media (max-width: 900px) {
    .header-bar {
        min-height: 70px;
    }

    .header-logo {
        height: 60px;
    }

    .header-bar > nav {
        display: none;
    }

    .mobile-nav-shell {
        position: relative;
        display: block;
    }

    .mobile-nav-shell summary {
        display: grid;
        width: 42px;
        height: 42px;
        place-content: center;
        gap: 6px;
        border: 1px solid rgba(191, 163, 106, 0.38);
        border-radius: 999px;
        background: rgba(8, 8, 8, 0.8);
        cursor: pointer;
    }

    .mobile-nav-shell summary span {
        display: block;
        width: 17px;
        height: 1px;
        background: #e7d29f;
        transition: transform 0.22s ease;
    }

    .mobile-nav-shell[open] summary span:first-child {
        transform: translateY(3.5px) rotate(45deg);
    }

    .mobile-nav-shell[open] summary span:last-child {
        transform: translateY(-3.5px) rotate(-45deg);
    }

    .mobile-nav-shell .mobile-nav-panel {
        position: absolute;
        top: calc(100% + 13px);
        right: 0;
        display: grid;
        width: min(310px, calc(100vw - 36px));
        gap: 4px;
        padding: 12px;
        border: 1px solid rgba(191, 163, 106, 0.34);
        border-radius: 13px;
        background: rgba(7, 7, 7, 0.98);
        box-shadow: 0 24px 52px rgba(0, 0, 0, 0.5);
        backdrop-filter: blur(18px);
        -webkit-backdrop-filter: blur(18px);
    }

    .mobile-nav-panel .nav-link {
        display: block;
        padding: 11px 12px;
    }

    .mobile-nav-plan {
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 44px;
        margin-top: 6px;
        border-radius: 7px;
        background: var(--journal-gold);
        color: #080603;
        font-family: 'Cinzel', serif;
        font-size: 0.69rem;
        font-weight: 600;
        letter-spacing: 0.07em;
        text-transform: uppercase;
    }

    .header-cta {
        min-width: 0;
        padding: 9px 11px;
        font-family: 'Manrope', sans-serif;
        font-size: 0.68rem;
        letter-spacing: 0.02em;
        text-transform: none;
    }

    .hero.blog-hero {
        min-height: auto;
        padding: 130px 0 60px;
        background-image:
            linear-gradient(90deg, rgba(0, 0, 0, 0.92), rgba(0, 0, 0, 0.5)),
            linear-gradient(180deg, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.88) 88%),
            image-set(
                url('../pictures/highest_quality_hero_section-mobile-960.webp') 1x,
                url('../pictures/highest_quality_hero_section-mobile-1440.webp') 2x
            );
        background-position: center top;
    }

    .hero-grid {
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .journal-feature {
        max-width: 650px;
    }

    footer .footer-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 680px) {
    .container {
        padding-inline: 18px;
    }

    .header-bar {
        gap: 8px;
    }

    .header-logo {
        height: 52px;
        max-width: 180px;
    }

    .header-cta svg {
        width: 16px;
        height: 16px;
    }

    .header-cta span {
        display: none;
    }

    .header-cta {
        width: 42px;
        height: 42px;
        justify-content: center;
        padding: 0;
        border-radius: 999px;
    }

    .header-bar {
        justify-content: flex-start;
    }

    .header-left {
        margin-right: auto;
    }

    .hero.blog-hero {
        padding: 118px 0 48px;
    }

    .eyebrow {
        margin-bottom: 14px;
        font-size: 0.61rem;
    }

    .hero.blog-hero h1 {
        font-size: clamp(2.28rem, 12vw, 3.45rem);
        line-height: 1.04;
    }

    .hero.blog-hero p {
        margin-top: 18px;
        font-size: 0.9rem;
        line-height: 1.68;
    }

    .hero-actions {
        display: grid;
        grid-template-columns: 1fr;
        margin-top: 24px;
    }

    .btn-main,
    .btn-ghost {
        width: 100%;
        min-width: 0;
    }

    .hero-assurances {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 8px 12px;
        font-size: 0.68rem;
    }

    .journal-feature {
        padding: 22px;
        border-radius: 15px;
    }

    .journal-metrics {
        grid-template-columns: 1fr;
    }

    .journal-metric {
        display: grid;
        grid-template-columns: 80px 1fr;
        align-items: center;
        gap: 8px;
        text-align: left;
    }

    .journal-metric small {
        margin: 0;
    }

    .section {
        padding: 68px 0;
    }

    .section h2 {
        font-size: 1.8rem;
    }

    .section p.lead {
        margin-bottom: 26px;
        font-size: 0.9rem;
    }

    .journal-toolbar {
        margin: 26px 0 24px;
        padding: 12px;
    }

    .journal-filters {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .journal-filter {
        width: 100%;
        padding-inline: 8px;
        font-size: 0.66rem;
    }

    #insights .grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    #insights article.card,
    #insights article.card:first-child {
        grid-column: auto;
        min-height: 500px;
        padding: 0 20px 22px;
    }

    #insights article.card::before,
    #insights article.card:first-child::before {
        flex-basis: 210px;
        width: calc(100% + 40px);
        height: 210px;
        margin: 0 -20px 22px;
    }

    #insights article.card:first-child h3 {
        font-size: 1.26rem;
    }

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

    .section:not(#insights) .card {
        padding: 20px;
    }

    .media-card {
        padding: 0 !important;
    }

    .cta-block {
        border-radius: 16px;
    }

    .cta-buttons {
        display: grid;
        grid-template-columns: 1fr;
    }

    footer {
        padding-bottom: 110px;
    }

    .sticky-cta {
        display: block;
        right: 0;
        bottom: 0;
        left: 0;
        padding: 10px 12px calc(10px + env(safe-area-inset-bottom));
        background: rgba(4, 4, 4, 0.94);
        border-top: 1px solid rgba(191, 163, 106, 0.3);
        backdrop-filter: blur(12px);
        -webkit-backdrop-filter: blur(12px);
    }

    .sticky-cta .cta-inner {
        display: grid;
        grid-template-columns: minmax(0, 0.7fr) minmax(0, 1.3fr);
        align-items: center;
        gap: 10px;
        padding: 0;
        border: 0;
        background: transparent;
        box-shadow: none;
    }

    .sticky-cta .cta-inner strong {
        font-size: 0.78rem;
        line-height: 1.3;
    }

    .sticky-cta .btn-main {
        min-height: 46px;
        padding: 10px 12px;
        font-size: 0.67rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}
