/* ======================================================================
   Investimenti Alberghieri — Business Editorial Stylesheet
   Palette: business blue · warm paper · discreet accent
   ====================================================================== */

:root {
    --blue:       #0a2540;   /* business blue primario */
    --blue-2:     #13406c;
    --blue-soft:  #294b72;
    --blue-dark:  #061831;
    --accent:     #c49b5a;   /* oro sobrio, solo su micro-elementi */
    --accent-2:   #a07d3c;
    --ink:        #0f172a;
    --ink-2:      #1f2937;
    --muted:      #64748b;
    --line:       #e2e6ec;
    --line-soft:  #eef1f5;
    --paper:      #ffffff;
    --paper-2:    #f7f8fa;
    --paper-warm: #f5f1e8;
    --serif:      "Fraunces", "Playfair Display", Georgia, serif;
    --sans:       "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

* { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

html, body { height: 100%; }

body {
    font-family: var(--sans);
    color: var(--ink);
    background: var(--paper);
    line-height: 1.6;
    font-size: 16px;
}

a { color: var(--blue); text-decoration: none; transition: color .18s ease; }
a:hover { color: var(--blue-2); }

h1, h2, h3, h4, h5, h6 {
    font-family: var(--serif);
    font-weight: 600;
    letter-spacing: -0.015em;
    color: var(--ink);
}

em { font-style: italic; color: inherit; }

/* === TOPBAR / MASTHEAD / NAV ========================================== */

.site-header {
    background: var(--paper);
    position: sticky;
    top: 0;
    z-index: 100;
    transition: box-shadow .25s ease;
}

.topbar {
    background: var(--blue-dark);
    color: #cbd5e1;
    font-size: 12px;
    padding: 7px 0;
    letter-spacing: 0.02em;
}
.topbar a { color: #e2e8f0; text-decoration: none; }
.topbar a:hover { color: var(--accent); }
.topbar .sep { opacity: .45; }
.topbar-date { text-transform: capitalize; font-weight: 400; }

.masthead {
    padding: 18px 0 16px;
    background: var(--paper);
    border-bottom: 1px solid var(--line);
}
.brand {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    color: var(--blue);
    line-height: 1.05;
}
.brand-text { display: flex; flex-direction: column; }
.brand-title {
    font-family: var(--serif);
    font-weight: 700;
    font-size: clamp(22px, 2.6vw, 30px);
    color: var(--blue);
    letter-spacing: -0.02em;
    line-height: 1;
}
.brand-sub {
    font-family: var(--sans);
    font-size: 10.5px;
    text-transform: uppercase;
    letter-spacing: 0.28em;
    color: var(--muted);
    margin-top: 5px;
    font-weight: 500;
}

.masthead-cta .btn {
    padding: 8px 14px;
    font-size: 12px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    font-weight: 600;
}
.masthead-cta .btn-outline-dark {
    color: var(--blue);
    border-color: var(--blue);
}
.masthead-cta .btn-outline-dark:hover {
    background: var(--blue);
    color: #fff;
}
.masthead-cta .btn-dark {
    background: var(--blue);
    border-color: var(--blue);
}
.masthead-cta .btn-dark:hover {
    background: var(--blue-2);
    border-color: var(--blue-2);
}

.navstrip {
    background: var(--paper);
    border-top: 1px solid var(--line-soft);
}
.navstrip-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    gap: 0;
    white-space: nowrap;
    flex-wrap: nowrap;
}
.navstrip-list li { display: inline-flex; }
.navstrip-list li a {
    display: inline-block;
    padding: 14px 14px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    color: var(--blue);
    border-bottom: 2px solid transparent;
    transition: color .2s, border-color .2s;
}
.navstrip-list li a:hover { color: var(--accent-2); }
.navstrip-list li a.active {
    color: var(--blue);
    border-bottom-color: var(--accent);
}

@media (min-width: 1200px) {
    .navstrip-list li a { padding: 14px 18px; font-size: 12.5px; }
}

/* mobile menu toggle */
.btn-menu {
    background: var(--blue);
    color: #fff;
    border: none;
    padding: 10px 16px;
    font-size: 13px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-weight: 600;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
.btn-menu:hover { background: var(--blue-2); color: #fff; }

/* === OFFCANVAS MOBILE — taglio diagonale sul blu ====================== */

.offcanvas.offcanvas-end {
    background: var(--blue);
    color: #e5ecf4;
    border-left: none;
    width: min(360px, 88vw);
}
.offcanvas.offcanvas-end::before {
    content: "";
    position: absolute;
    top: 0;
    left: -60px;
    width: 60px;
    height: 100%;
    background: var(--blue);
    clip-path: polygon(100% 0, 100% 100%, 0 100%);
    pointer-events: none;
}
.offcanvas-header {
    border-bottom: 1px solid rgba(255,255,255,0.08);
    padding: 18px 22px;
}
.offcanvas-title {
    font-family: var(--serif);
    font-size: 18px;
    color: #fff;
    letter-spacing: -0.01em;
}
.offcanvas .btn-close {
    filter: invert(1) grayscale(1);
    opacity: .8;
}
.offcanvas-body { padding: 22px; }

.mobile-menu li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 13px 0;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.04em;
    color: #e5ecf4;
    border-bottom: 1px solid rgba(255,255,255,0.08);
    text-transform: none;
}
.mobile-menu li a::after {
    content: "›";
    color: var(--accent);
    font-size: 20px;
    margin-left: 12px;
    transition: transform .2s ease;
}
.mobile-menu li a:hover { color: var(--accent); }
.mobile-menu li a:hover::after { transform: translateX(4px); }

.mobile-menu .btn {
    background: var(--accent);
    color: var(--blue);
    border: none;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 12px 18px;
    font-size: 12.5px;
}
.mobile-menu .btn:hover { background: #d8b272; color: var(--blue); }
.mobile-menu .btn::after { display: none; }

/* === SHARED ELEMENTS ================================================== */

.kicker, .section-eyebrow, .article-kicker {
    display: inline-block;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.28em;
    color: var(--accent-2);
    font-weight: 700;
}

.section-eyebrow.light { color: var(--accent); }

.section-bar {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 32px;
}
.section-bar-label {
    font-size: 11.5px;
    text-transform: uppercase;
    letter-spacing: 0.25em;
    color: var(--blue);
    font-weight: 700;
}
.section-bar-rule { flex: 1; height: 1px; background: var(--line); }
.section-bar-link {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    font-weight: 600;
    color: var(--blue);
}
.section-bar-link:hover { color: var(--accent-2); }

.btn { letter-spacing: 0.05em; font-weight: 500; border-radius: 0; }
.btn-lg { padding: 13px 24px; font-size: 13px; text-transform: uppercase; letter-spacing: 0.14em; font-weight: 600; }
.btn-dark { background: var(--blue); border-color: var(--blue); color: #fff; }
.btn-dark:hover { background: var(--blue-2); border-color: var(--blue-2); color: #fff; }
.btn-outline-dark { border-color: var(--blue); color: var(--blue); }
.btn-outline-dark:hover { background: var(--blue); color: #fff; border-color: var(--blue); }
.btn-outline-light { border-color: rgba(255,255,255,0.35); color: #fff; }
.btn-outline-light:hover { background: var(--accent); color: var(--blue); border-color: var(--accent); }

.breadcrumbs {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: var(--muted);
    margin-bottom: 18px;
    font-weight: 500;
}
.breadcrumbs a { color: var(--muted); }
.breadcrumbs a:hover { color: var(--blue); }
.breadcrumbs span { padding: 0 6px; opacity: .7; }

/* === HERO ============================================================= */

.hero {
    padding: 72px 0 64px;
    background: var(--paper);
    border-bottom: 1px solid var(--line);
    position: relative;
    overflow: hidden;
}
.hero::before {
    content: "";
    position: absolute;
    right: -120px;
    top: -40px;
    width: 380px;
    height: 380px;
    background: var(--blue);
    clip-path: polygon(100% 0, 100% 100%, 0 0);
    opacity: 0.04;
    pointer-events: none;
}
.hero-title {
    font-family: var(--serif);
    font-weight: 600;
    font-size: clamp(36px, 5vw, 64px);
    line-height: 1.02;
    letter-spacing: -0.025em;
    margin: 14px 0 22px;
    color: var(--blue);
}
.hero-title em {
    font-style: italic;
    color: var(--accent-2);
    font-weight: 500;
}
.hero-lead {
    font-size: 18px;
    line-height: 1.6;
    color: var(--ink-2);
    max-width: 640px;
    margin-bottom: 28px;
}
.hero-cta { margin-top: 10px; }

.hero-card {
    background: var(--blue);
    color: #d8e1ee;
    padding: 34px 32px;
    border-left: 3px solid var(--accent);
    position: relative;
    overflow: hidden;
}
.hero-card::after {
    content: "";
    position: absolute;
    right: -40px;
    bottom: -40px;
    width: 140px;
    height: 140px;
    background: var(--blue-2);
    clip-path: polygon(100% 0, 100% 100%, 0 100%);
    opacity: .5;
}
.hero-card-eyebrow {
    display: block;
    font-size: 10.5px;
    text-transform: uppercase;
    letter-spacing: 0.3em;
    color: var(--accent);
    margin-bottom: 14px;
    font-weight: 700;
}
.hero-card p {
    font-family: var(--serif);
    font-size: 19px;
    line-height: 1.45;
    color: #f2f5fa;
    margin: 0 0 20px;
    position: relative;
}
.hero-card strong { color: #fff; font-weight: 600; }
.hero-card-links { display: flex; flex-direction: column; gap: 10px; border-top: 1px solid rgba(255,255,255,.1); padding-top: 18px; position: relative; }
.hero-card-links a { color: #d8e1ee; font-size: 13.5px; letter-spacing: 0.02em; }
.hero-card-links a:hover { color: var(--accent); }
.hero-card-links i { font-size: 12px; margin-left: 4px; }

/* === FEATURED ========================================================= */

.featured { padding: 64px 0; background: var(--paper); border-bottom: 1px solid var(--line-soft); }
.featured-media {
    overflow: hidden;
    aspect-ratio: 16/10;
    display: block;
    background: var(--paper-2);
}
.featured-media img {
    width: 100%; height: 100%;
    object-fit: cover;
    transition: transform .6s ease;
}
.featured-media:hover img { transform: scale(1.03); }
.featured-body {
    padding: 10px 0 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.featured-title {
    font-size: clamp(26px, 3vw, 40px);
    line-height: 1.1;
    margin: 14px 0 16px;
    letter-spacing: -0.02em;
    font-weight: 600;
}
.featured-title a { color: var(--ink); }
.featured-title a:hover { color: var(--blue); }
.featured-summary {
    font-size: 16px;
    color: var(--muted);
    line-height: 1.6;
    margin-bottom: 18px;
}

.read-more {
    display: inline-flex; align-items: center; gap: 8px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-weight: 700;
    color: var(--blue);
    border-bottom: 1px solid var(--accent);
    padding-bottom: 4px;
    align-self: flex-start;
    transition: gap .2s ease, color .2s ease;
}
.read-more:hover { gap: 14px; color: var(--accent-2); }

/* === ARTICLE CARD ===================================================== */

.article-card {
    display: flex;
    flex-direction: column;
    background: transparent;
}
.article-card-media {
    display: block;
    overflow: hidden;
    aspect-ratio: 4/3;
    background: var(--paper-2);
    margin-bottom: 16px;
}
.article-card-media img {
    width: 100%; height: 100%;
    object-fit: cover;
    transition: transform .5s ease;
}
.article-card:hover .article-card-media img { transform: scale(1.04); }

.article-card-placeholder {
    width: 100%; height: 100%;
    background: linear-gradient(135deg, var(--blue) 0%, var(--blue-2) 100%);
    color: var(--accent);
    display: flex; align-items: center; justify-content: center;
    font-family: var(--serif);
}
.article-card-placeholder span { font-size: 48px; font-weight: 700; }
.article-card-placeholder.lg span { font-size: 120px; }

.article-card-body { display: flex; flex-direction: column; gap: 10px; }
.article-kicker {
    font-size: 10.5px;
    text-transform: uppercase;
    letter-spacing: 0.25em;
    color: var(--accent-2);
    font-weight: 700;
}
.article-kicker.big { font-size: 12px; }
.article-kicker:hover { color: var(--blue); }
.article-title {
    font-family: var(--serif);
    font-weight: 600;
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: -0.015em;
    margin: 0;
}
.article-title a { color: var(--ink); }
.article-title a:hover { color: var(--blue); }
.article-summary {
    font-size: 14px;
    color: var(--muted);
    line-height: 1.55;
    margin: 0;
}
.article-meta {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    color: var(--muted);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px;
    font-weight: 500;
}
.article-meta .dot { opacity: .6; }

/* === MANIFESTO ======================================================== */

.manifesto {
    padding: 88px 0;
    background: var(--paper-2);
    border-top: 1px solid var(--line-soft);
    border-bottom: 1px solid var(--line-soft);
    position: relative;
}
.manifesto-title {
    font-size: clamp(30px, 4vw, 48px);
    line-height: 1.1;
    letter-spacing: -0.025em;
    margin: 14px 0 20px;
    font-weight: 600;
    color: var(--blue);
}
.manifesto-title em { color: var(--accent-2); font-weight: 500; }
.manifesto-grid p {
    font-family: var(--serif);
    font-size: 18px;
    line-height: 1.45;
    color: var(--ink-2);
    padding-top: 18px;
    border-top: 2px solid var(--blue);
    margin: 0;
}
.manifesto-outro {
    font-size: 16.5px;
    color: var(--ink-2);
    margin-top: 36px;
    max-width: 900px;
    line-height: 1.7;
}

/* === LATEST / ARCHIVE ================================================= */

.latest { padding: 72px 0; }

/* === AREAS ============================================================ */

.areas { padding: 72px 0; background: var(--paper); border-top: 1px solid var(--line-soft); border-bottom: 1px solid var(--line-soft); }

.area-card {
    display: block;
    background: var(--paper);
    padding: 32px 28px;
    height: 100%;
    border: 1px solid var(--line);
    position: relative;
    transition: border-color .25s, transform .25s, box-shadow .25s;
}
.area-card::before {
    content: "";
    position: absolute;
    top: 0; left: 0;
    width: 40px; height: 3px;
    background: var(--blue);
    transition: width .25s ease;
}
.area-card:hover {
    border-color: var(--blue);
    transform: translateY(-2px);
    box-shadow: 0 18px 40px -22px rgba(10,37,64,.2);
}
.area-card:hover::before { width: 100%; background: var(--accent); }
.area-num {
    display: inline-block;
    font-family: var(--serif);
    font-size: 13px;
    font-weight: 700;
    color: var(--accent-2);
    letter-spacing: 0.2em;
    margin-bottom: 18px;
    margin-top: 6px;
}
.area-card h3 {
    font-size: 22px;
    line-height: 1.2;
    margin: 0 0 12px;
    letter-spacing: -0.015em;
    color: var(--blue);
}
.area-card p {
    color: var(--muted);
    font-size: 14.5px;
    line-height: 1.6;
    margin: 0 0 22px;
}
.area-link {
    font-size: 11.5px;
    text-transform: uppercase;
    letter-spacing: 0.22em;
    font-weight: 700;
    color: var(--blue);
    border-bottom: 1px solid var(--accent);
    padding-bottom: 3px;
}

/* === ECOSYSTEM ======================================================== */

.ecosystem {
    padding: 96px 0;
    background: var(--blue);
    color: #cbd5e1;
    position: relative;
    overflow: hidden;
}
.ecosystem::before {
    content: "";
    position: absolute;
    top: 0; right: 0;
    width: 45%;
    height: 100%;
    background: var(--blue-2);
    clip-path: polygon(30% 0, 100% 0, 100% 100%, 0 100%);
    opacity: 0.55;
}
.ecosystem .container { position: relative; }
.ecosystem .section-eyebrow.light { color: var(--accent); }
.ecosystem-title {
    font-size: clamp(32px, 4.2vw, 54px);
    line-height: 1.1;
    color: #fff;
    margin: 12px 0 20px;
    letter-spacing: -0.02em;
}
.ecosystem-text {
    font-size: 17px;
    line-height: 1.7;
    color: #d8e1ee;
    max-width: 560px;
    margin-bottom: 32px;
}
.ecosystem-text em { color: var(--accent); font-style: italic; }

.ecosystem-stats {
    display: grid;
    gap: 16px;
}
.stat {
    border-left: 3px solid var(--accent);
    padding: 18px 22px;
    background: rgba(255,255,255,0.04);
    display: flex;
    align-items: baseline;
    gap: 20px;
}
.stat-num {
    font-family: var(--serif);
    font-size: 36px;
    font-weight: 600;
    color: var(--accent);
    letter-spacing: -0.03em;
}
.stat-label {
    font-family: var(--serif);
    font-size: 19px;
    color: #fff;
}

/* === CTA FINAL ======================================================== */

.cta-final {
    padding: 80px 0;
    background: var(--paper);
    border-top: 1px solid var(--line);
}
.cta-title {
    font-size: clamp(26px, 3.2vw, 40px);
    line-height: 1.14;
    margin: 14px 0 14px;
    letter-spacing: -0.02em;
    color: var(--blue);
}
.cta-text { font-size: 16.5px; color: var(--ink-2); max-width: 700px; margin: 0; }

/* === PAGE HERO (internal pages) ======================================= */

.page-hero {
    padding: 56px 0 36px;
    background: var(--paper);
    border-bottom: 1px solid var(--line);
}
.page-title {
    font-size: clamp(32px, 4.4vw, 56px);
    line-height: 1.05;
    letter-spacing: -0.025em;
    font-weight: 600;
    margin: 8px 0 18px;
    color: var(--blue);
}
.page-lead {
    font-family: var(--serif);
    font-size: 19px;
    line-height: 1.55;
    color: var(--ink-2);
    max-width: 780px;
    font-weight: 400;
}

/* === SECTION LEAD & PULL QUOTE ======================================== */

.section-lead { padding: 48px 0 24px; }
.lead-paragraph {
    font-family: var(--serif);
    font-size: 21px;
    line-height: 1.55;
    color: var(--ink);
    letter-spacing: -0.005em;
}

.pull-quote { padding: 64px 0 88px; }
.pull-quote blockquote {
    font-family: var(--serif);
    font-size: clamp(24px, 3.2vw, 34px);
    line-height: 1.35;
    color: var(--blue);
    font-style: italic;
    letter-spacing: -0.015em;
    border-left: 3px solid var(--accent);
    padding: 10px 0 10px 26px;
    margin: 0;
    max-width: 900px;
}

/* === ARTICLE BODY ===================================================== */

.article-hero {
    padding: 48px 0 0;
    background: var(--paper);
    border-bottom: 1px solid var(--line-soft);
    padding-bottom: 40px;
}
.article-headline {
    font-size: clamp(30px, 4.4vw, 54px);
    line-height: 1.05;
    letter-spacing: -0.025em;
    margin: 12px 0 20px;
    font-weight: 600;
    color: var(--blue);
}
.article-standfirst {
    font-family: var(--serif);
    font-size: 21px;
    line-height: 1.5;
    color: var(--ink-2);
    max-width: 780px;
    margin-bottom: 22px;
    font-weight: 400;
}
.article-byline {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: var(--muted);
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    font-weight: 500;
}
.article-byline strong { color: var(--blue); font-weight: 600; }
.article-byline .dot { opacity: .6; }

.article-cover { margin: 0; }
.article-cover img {
    width: 100%;
    max-height: 620px;
    object-fit: cover;
    display: block;
}

.article-body { padding: 56px 0; }
.article-content {
    font-size: 17.5px;
    line-height: 1.78;
    color: var(--ink);
}
.article-content p { margin-bottom: 1.3em; }
.article-content h2 {
    font-size: 28px;
    margin: 2em 0 .6em;
    letter-spacing: -0.02em;
    color: var(--blue);
}
.article-content h3 {
    font-size: 22px;
    margin: 1.8em 0 .4em;
    color: var(--blue);
}
.article-content a {
    color: var(--blue);
    border-bottom: 1px solid var(--accent);
}
.article-content a:hover { color: var(--accent-2); border-bottom-color: var(--accent-2); }
.article-content img { max-width: 100%; height: auto; display: block; margin: 1.5em 0; }
.article-content blockquote {
    font-family: var(--serif);
    font-size: 22px;
    font-style: italic;
    line-height: 1.45;
    border-left: 3px solid var(--accent);
    padding: 8px 0 8px 22px;
    margin: 1.8em 0;
    color: var(--blue);
}
.article-content ul, .article-content ol { margin: 1em 0 1.3em; padding-left: 1.5em; }
.article-content li { margin-bottom: .4em; }

.drop::first-letter {
    font-family: var(--serif);
    font-size: 5.2em;
    float: left;
    line-height: 0.82;
    padding: 8px 14px 0 0;
    font-weight: 700;
    color: var(--blue);
}

.article-tags { display: flex; flex-wrap: wrap; gap: 8px; }
.tag {
    font-size: 11.5px;
    text-transform: lowercase;
    letter-spacing: 0.04em;
    background: var(--paper-2);
    border: 1px solid var(--line);
    padding: 5px 12px;
    color: var(--ink-2);
    font-weight: 500;
}
.gallery-img { width: 100%; height: 220px; object-fit: cover; display: block; }
.article-share { display: flex; align-items: center; gap: 16px; padding-top: 24px; border-top: 1px solid var(--line); }
.share-label { font-size: 11.5px; text-transform: uppercase; letter-spacing: 0.22em; color: var(--muted); font-weight: 600; }
.article-share a {
    width: 40px; height: 40px;
    display: inline-flex; align-items: center; justify-content: center;
    border: 1px solid var(--line);
    color: var(--blue);
    transition: background .2s, color .2s, border-color .2s;
}
.article-share a:hover { background: var(--blue); color: #fff; border-color: var(--blue); }

.article-body p {
    font-size: 17px;
    line-height: 1.78;
    color: var(--ink);
    margin-bottom: 1.2em;
}
.article-body h2 {
    font-size: 26px;
    margin-top: 1.8em;
    margin-bottom: .5em;
    letter-spacing: -0.02em;
    color: var(--blue);
}

.principles { list-style: none; padding: 0; margin: 1em 0 2em; }
.principles li {
    padding: 14px 0;
    border-bottom: 1px solid var(--line);
    font-size: 15.5px;
    color: var(--ink-2);
}
.principles li strong {
    display: inline-block;
    min-width: 130px;
    font-family: var(--serif);
    color: var(--blue);
    font-weight: 600;
}
.principles.small li { font-size: 14px; padding: 10px 0; }

/* === CONTACTS ========================================================= */

.contacts { padding: 64px 0 88px; }
.contact-card {
    background: var(--paper-2);
    border: 1px solid var(--line);
    padding: 36px;
    position: relative;
}
.contact-card::before {
    content: "";
    position: absolute;
    top: 0; left: 0;
    width: 80px; height: 3px;
    background: var(--blue);
}
.contact-form .form-label {
    font-size: 11.5px;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    font-weight: 700;
    color: var(--blue);
    margin-bottom: 6px;
}
.contact-form .form-control,
.contact-form .form-select {
    border-color: var(--line);
    background: var(--paper);
    font-size: 15px;
    padding: 12px 14px;
    border-radius: 0;
}
.contact-form .form-control:focus,
.contact-form .form-select:focus {
    border-color: var(--blue);
    box-shadow: 0 0 0 3px rgba(10,37,64,.12);
    background: #fff;
}

.contact-side h6 { font-weight: 700; color: var(--blue); }

/* === SEARCH / PAGINATION / EMPTY ===================================== */

.search-form { max-width: 640px; }
.search-form .input-group-text { border-color: var(--line); background: #fff; color: var(--blue); }
.search-form .form-control { border-color: var(--line); }

.pagination-nav .pagination { gap: 6px; justify-content: center; }
.page-link {
    color: var(--blue);
    border: 1px solid var(--line);
    background: var(--paper);
    padding: 10px 16px;
    font-size: 13px;
    font-weight: 600;
}
.page-item.active .page-link {
    background: var(--blue);
    border-color: var(--blue);
    color: #fff;
}
.page-link:hover { background: var(--paper-2); color: var(--accent-2); }

.empty-state {
    text-align: center;
    padding: 72px 20px;
    background: var(--paper-2);
    border: 1px dashed var(--line);
}
.empty-state i { font-size: 44px; color: var(--muted); }
.empty-state h3 { margin-top: 16px; font-size: 22px; color: var(--blue); }
.empty-state p { color: var(--muted); margin: 8px auto 0; max-width: 500px; }

/* === ERROR PAGES ====================================================== */

.error-page { padding: 120px 0 140px; text-align: center; }

/* === RELATED ========================================================== */

.related { padding: 56px 0 72px; background: var(--paper-2); border-top: 1px solid var(--line-soft); }

/* === FOOTER =========================================================== */

.site-footer {
    background: var(--blue-dark);
    color: #a4b0c2;
    padding: 64px 0 28px;
    position: relative;
    overflow: hidden;
}
.site-footer::before {
    content: "";
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 3px;
    background: linear-gradient(90deg, var(--blue) 0%, var(--accent) 55%, var(--blue) 100%);
}
.footer-brand { display: flex; align-items: center; gap: 14px; margin-bottom: 18px; }
.footer-brand .brand-title { color: #fff; font-size: 22px; font-family: var(--serif); font-weight: 700; letter-spacing: -0.01em; }
.footer-brand .brand-rule { width: 40px; height: 2px; background: var(--accent); }

.footer-tagline {
    font-family: var(--serif);
    font-size: 16px;
    line-height: 1.6;
    color: #c7cfdb;
    margin-bottom: 14px;
    max-width: 420px;
}
.footer-note { font-size: 13.5px; color: #8892a2; }
.footer-note strong { color: #fff; font-weight: 500; }

.footer-heading {
    font-size: 10.5px;
    text-transform: uppercase;
    letter-spacing: 0.28em;
    color: var(--accent);
    margin-bottom: 14px;
    font-weight: 700;
}
.footer-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-list li { margin-bottom: 8px; }
.footer-list a {
    color: #b5bfce;
    font-size: 14px;
    transition: color .2s;
}
.footer-list a:hover { color: var(--accent); }

.footer-hr { border-color: rgba(255,255,255,.07); margin: 44px 0 18px; }
.footer-copy { color: #7c8494; font-size: 12px; letter-spacing: 0.04em; }
.footer-copy a { color: var(--accent); }

/* === TICKER (topics strip) =========================================== */

.ticker {
    background: var(--blue);
    color: #e5ecf4;
    padding: 10px 0;
    font-size: 12.5px;
    letter-spacing: 0.06em;
    overflow: hidden;
    border-bottom: 1px solid rgba(255,255,255,0.05);
}
.ticker-label {
    font-size: 10.5px;
    font-weight: 700;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    color: var(--accent);
    padding: 3px 10px;
    border: 1px solid rgba(196,155,90,.55);
    flex: 0 0 auto;
}
.ticker-track {
    white-space: nowrap;
    overflow: hidden;
    flex: 1;
    position: relative;
    mask-image: linear-gradient(to right, transparent, #000 6%, #000 94%, transparent);
    -webkit-mask-image: linear-gradient(to right, transparent, #000 6%, #000 94%, transparent);
}
.ticker-track span { display: inline-block; padding: 0 4px; color: #e5ecf4; font-weight: 500; }
.ticker-track .tdot { color: var(--accent); opacity: .7; padding: 0 8px; }
.ticker-track { animation: ticker 38s linear infinite; }
.ticker:hover .ticker-track { animation-play-state: paused; }
@keyframes ticker {
    0%   { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

/* === HERO META (issue number) ======================================== */

.hero-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.24em;
    color: var(--muted);
    font-weight: 600;
    margin-bottom: 26px;
}
.hero-meta .issue {
    color: var(--blue);
    font-family: var(--serif);
    font-weight: 700;
    letter-spacing: 0.18em;
    font-size: 13px;
    padding: 4px 10px;
    border: 1px solid var(--blue);
}
.hero-meta .issue-date { color: var(--ink); }
.hero-meta .issue-tag { color: var(--accent-2); }
.hero-meta .issue-sep {
    width: 24px;
    height: 1px;
    background: var(--line);
}

/* === HERO CARD (director) ============================================ */

.hero-card-name {
    font-family: var(--serif) !important;
    font-size: 28px !important;
    line-height: 1 !important;
    color: #fff !important;
    margin: 0 0 4px !important;
    letter-spacing: -0.02em;
    font-weight: 600;
}
.hero-card-role {
    font-family: var(--sans) !important;
    font-size: 11px !important;
    text-transform: uppercase;
    letter-spacing: 0.26em;
    color: var(--accent) !important;
    margin: 0 0 18px !important;
    font-weight: 600;
}
.hero-card-bio {
    font-family: var(--sans) !important;
    font-size: 14px !important;
    line-height: 1.6 !important;
    color: #c7d1e0 !important;
    margin: 0 0 20px !important;
    position: relative;
}

/* === MARKET STRIP ===================================================== */

.market-strip {
    padding: 0;
    background: var(--blue);
    color: #fff;
    border-bottom: 3px solid var(--accent);
}
.market-row { }
.market-cell {
    padding: 22px 24px;
    border-right: 1px solid rgba(255,255,255,0.08);
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.market-cell:last-child { border-right: 0; }
@media (max-width: 992px) {
    .market-cell { border-bottom: 1px solid rgba(255,255,255,0.08); }
    .market-cell:nth-child(odd) { border-right: 1px solid rgba(255,255,255,0.08); }
    .market-cell:nth-child(even) { border-right: 0; }
}
.market-label {
    font-size: 10.5px;
    text-transform: uppercase;
    letter-spacing: 0.28em;
    color: var(--accent);
    font-weight: 700;
}
.market-value {
    font-family: var(--serif);
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    letter-spacing: -0.015em;
    line-height: 1.2;
}
.market-note {
    font-size: 12px;
    color: #a9b5c6;
    letter-spacing: 0.03em;
}

/* === SECTION BAR BADGE ================================================ */

.section-bar-badge {
    font-family: var(--serif);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    color: var(--accent-2);
    padding: 4px 10px;
    border: 1px solid var(--accent);
}

/* === MANIFESTO NUMBERS ================================================ */

.manifesto-grid .m-num {
    font-family: var(--serif);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.2em;
    color: var(--accent-2);
    display: block;
    margin-bottom: 12px;
}

/* === SIGNATURE QUOTE ================================================== */

.signature-quote {
    padding: 96px 0;
    background: var(--blue);
    color: #e5ecf4;
    position: relative;
    overflow: hidden;
}
.signature-quote::before {
    content: "\201C";
    position: absolute;
    top: -60px;
    left: 4%;
    font-family: var(--serif);
    font-size: 340px;
    line-height: 1;
    color: var(--accent);
    opacity: 0.1;
    font-weight: 700;
    pointer-events: none;
}
.signature-quote::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 38%;
    height: 100%;
    background: var(--blue-2);
    clip-path: polygon(30% 0, 100% 0, 100% 100%, 0 100%);
    opacity: 0.4;
    pointer-events: none;
}
.signature-quote .container { position: relative; }
.signature-quote .section-eyebrow.light { color: var(--accent); }
.signature-quote-text {
    font-family: var(--serif);
    font-size: clamp(26px, 3.6vw, 44px);
    line-height: 1.28;
    color: #fff;
    font-style: italic;
    letter-spacing: -0.015em;
    margin: 18px 0 36px;
    font-weight: 500;
    max-width: 1000px;
}
.signature {
    display: flex;
    align-items: center;
    gap: 16px;
    padding-top: 22px;
    border-top: 1px solid rgba(255,255,255,.1);
    max-width: 400px;
}
.signature::before {
    content: "—";
    color: var(--accent);
    font-family: var(--serif);
    font-size: 24px;
    font-weight: 700;
}
.signature-name {
    font-family: var(--serif);
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    letter-spacing: -0.01em;
}
.signature-role {
    font-size: 11.5px;
    text-transform: uppercase;
    letter-spacing: 0.22em;
    color: var(--accent);
    font-weight: 600;
    display: block;
    margin-top: 2px;
}
.signature-info { display: flex; flex-direction: column; gap: 2px; }
.signature .signature-name,
.signature .signature-role { display: block; margin-top: 0; }

/* === NEWSLETTER ======================================================= */

.newsletter {
    padding: 84px 0;
    background: var(--paper-warm);
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    position: relative;
    overflow: hidden;
}
.newsletter::before {
    content: "";
    position: absolute;
    bottom: -80px;
    left: -80px;
    width: 260px;
    height: 260px;
    background: var(--blue);
    clip-path: polygon(0 0, 100% 100%, 0 100%);
    opacity: 0.05;
}
.newsletter .container { position: relative; }
.newsletter-title {
    font-size: clamp(28px, 3.6vw, 44px);
    line-height: 1.12;
    color: var(--blue);
    letter-spacing: -0.02em;
    margin: 12px 0 14px;
}
.newsletter-title em { color: var(--accent-2); font-style: italic; font-weight: 500; }
.newsletter-text {
    font-size: 16px;
    color: var(--ink-2);
    line-height: 1.65;
    max-width: 520px;
    margin: 0;
}
.newsletter-form { max-width: 560px; margin-left: auto; }
.newsletter-group {
    display: flex;
    background: #fff;
    border: 1px solid var(--line);
    box-shadow: 0 16px 40px -24px rgba(10,37,64,.2);
}
.newsletter-group input[type="email"] {
    flex: 1;
    padding: 16px 18px;
    font-size: 15px;
    border: none;
    outline: none;
    color: var(--ink);
    background: transparent;
    font-family: var(--sans);
}
.newsletter-group input[type="email"]::placeholder { color: var(--muted); }
.newsletter-group .btn {
    padding: 0 24px;
    font-size: 13px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 0;
    border: none;
}
.newsletter-note {
    display: block;
    margin-top: 10px;
    font-size: 12px;
    color: var(--muted);
    letter-spacing: 0.02em;
    text-align: right;
}

/* === ANIMATIONS ======================================================= */

.site-header.is-scrolled { box-shadow: 0 8px 20px -16px rgba(10,37,64,.25); }
.site-header.is-scrolled .masthead { padding: 12px 0; }
.site-header.is-scrolled .topbar { padding: 5px 0; }

.reveal { opacity: 0; transform: translateY(16px); transition: opacity .6s ease, transform .6s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

/* === RESPONSIVE ======================================================= */

@media (max-width: 1400px) {
    .navstrip-list li a { padding: 14px 10px; font-size: 11.5px; letter-spacing: 0.12em; }
}

@media (max-width: 1199px) {
    .navstrip { display: none; }
}

@media (max-width: 992px) {
    .hero { padding: 48px 0 40px; }
    .manifesto { padding: 64px 0; }
    .areas { padding: 56px 0; }
    .ecosystem { padding: 72px 0; }
    .ecosystem::before { width: 80%; }
    .article-body { padding: 40px 0; }
    .contact-card { padding: 24px; }
}

@media (max-width: 576px) {
    .hero { padding: 36px 0; }
    .hero-title { font-size: 30px; }
    .page-hero { padding: 36px 0 24px; }
    .page-title { font-size: 28px; }
    .hero-card { padding: 22px; }
    .article-content { font-size: 16px; }
    .featured-title { font-size: 24px; }
    .contact-card { padding: 20px; }
    .brand-sub { display: none; }
    .topbar-date { font-size: 11px; }
}

/* === LANG SWITCH ====================================================== */

.lang-switch {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}
.lang-switch .lang-current {
    color: var(--accent);
    padding: 3px 7px;
    border: 1px solid rgba(196,155,90,.35);
}
.lang-switch .lang-other {
    color: #cbd5e1;
    padding: 3px 7px;
    border: 1px solid transparent;
    transition: color .15s ease, border-color .15s ease;
}
.lang-switch .lang-other:hover {
    color: #fff;
    border-color: rgba(255,255,255,0.2);
}

.mobile-lang {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--accent);
    border: 1px solid rgba(196,155,90,.35);
    border-radius: 0;
}
.mobile-lang:hover { color: var(--blue); background: var(--accent); }
.mobile-menu .mobile-lang::after { display: none; }

/* === ARTICLE DETAIL — REFINED ========================================= */

.article-hero { padding: 56px 0 0; }
.article-hero .breadcrumbs { margin-bottom: 22px; }

.article-eyebrow {
    display: inline-block;
    font-size: 11px;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    font-weight: 700;
    color: var(--accent-2);
    margin-bottom: 18px;
}
.article-eyebrow:hover { color: var(--blue); }

.article-headline {
    font-size: clamp(32px, 4.2vw, 52px);
    line-height: 1.08;
    letter-spacing: -0.025em;
    font-weight: 600;
    color: var(--blue);
    margin: 0 0 22px;
}

.article-standfirst {
    font-family: var(--serif);
    font-size: 20px;
    line-height: 1.5;
    color: var(--ink-2);
    font-weight: 400;
    margin: 0 0 26px;
    max-width: 720px;
}

.article-byline {
    font-size: 12px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--muted);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    padding: 16px 0;
    border-top: 1px solid var(--line-soft);
    border-bottom: 1px solid var(--line-soft);
    font-weight: 500;
}
.article-byline strong { color: var(--blue); font-weight: 600; }
.article-byline .dot { opacity: .5; }
.article-byline time { letter-spacing: 0.12em; }

.article-cover-wrap { margin-top: 40px; }
.article-cover {
    margin: 0;
    overflow: hidden;
}
.article-cover img {
    width: 100%;
    height: auto;
    max-height: 560px;
    object-fit: cover;
    display: block;
}

.article-body { padding: 64px 0 80px; }

.article-content {
    font-family: var(--serif);
    font-size: 19px;
    line-height: 1.75;
    color: var(--ink);
    font-weight: 400;
}
.article-content > p:first-of-type::first-letter {
    font-family: var(--serif);
    font-size: 4.6em;
    float: left;
    line-height: 0.88;
    padding: 6px 12px 0 0;
    font-weight: 700;
    color: var(--blue);
}
.article-content p { margin-bottom: 1.4em; }
.article-content h2 {
    font-family: var(--serif);
    font-size: 28px;
    line-height: 1.2;
    margin: 2em 0 .5em;
    letter-spacing: -0.015em;
    color: var(--blue);
    font-weight: 600;
}
.article-content h3 {
    font-family: var(--serif);
    font-size: 22px;
    line-height: 1.25;
    margin: 1.8em 0 .4em;
    color: var(--blue);
    font-weight: 600;
}
.article-content a {
    color: var(--blue);
    border-bottom: 1px solid var(--accent);
    padding-bottom: 1px;
}
.article-content a:hover {
    color: var(--accent-2);
    border-bottom-color: var(--accent-2);
}

.article-meta-block {
    margin-top: 48px;
    padding-top: 28px;
    border-top: 1px solid var(--line-soft);
}
.article-meta-block .meta-label {
    display: block;
    font-size: 11px;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    font-weight: 700;
    color: var(--muted);
    margin-bottom: 14px;
}

.article-tags { display: flex; flex-wrap: wrap; gap: 8px; }
.article-tags .tag {
    background: transparent;
    border: 1px solid var(--line);
    padding: 5px 12px;
    font-size: 11.5px;
    letter-spacing: 0.04em;
    color: var(--ink-2);
    text-transform: lowercase;
    font-weight: 500;
}

.article-share {
    margin-top: 48px;
    padding-top: 28px;
    border-top: 1px solid var(--line-soft);
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 14px;
}
.article-share .meta-label {
    font-size: 11px;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    font-weight: 700;
    color: var(--muted);
}
.article-share .share-links { display: flex; gap: 10px; }
.article-share .share-links a {
    width: 38px; height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--line);
    color: var(--blue);
    transition: background .2s, color .2s, border-color .2s;
    background: transparent;
}
.article-share .share-links a:hover {
    background: var(--blue);
    color: #fff;
    border-color: var(--blue);
}

.related { padding: 56px 0 80px; border-top: 1px solid var(--line-soft); background: var(--paper-2); }

@media (max-width: 992px) {
    .article-hero { padding: 36px 0 0; }
    .article-body { padding: 48px 0 56px; }
    .article-content { font-size: 17.5px; }
    .article-content > p:first-of-type::first-letter { font-size: 3.8em; }
}

@media (max-width: 576px) {
    .article-headline { font-size: 28px; }
    .article-standfirst { font-size: 17px; }
    .article-byline { font-size: 11px; letter-spacing: 0.14em; }
    .article-content { font-size: 16.5px; }
}

