        :root {
            --color-bg: #FAF5F1;
            --color-bg-alt: #FAF8F5;
            --color-bg-warm: #FAF6F1;
            --color-cream: #F5EDE4;
            --color-cream-light: #F5F0EA;
            --color-sand: #E8DED2;
            --color-sand-dark: #E8E2D9;
            --color-caramel: #B8A99A;
            --color-caramel-light: #C9B8A8;
            --color-terracotta: #B89B7A;
            --color-pink: #F4D8D4;
            --color-pink-border: #ECDAD2;
            --color-olive: #7D8B6F;
            --color-olive-light: #8A9A7B;
            --color-olive-text: #6B7A5D;
            --color-forest: #4A5640;
            --color-forest-dark: #5C6B4E;
            --color-earth: #6B5F54;
            --color-earth-dark: #6B5B4F;
            --color-charcoal: #3A3632;
            --color-white: #FFFFFF;
            
            --font-display: 'Libre Baskerville', Georgia, serif;
            --font-body: 'DM Sans', system-ui, sans-serif;
            
            --radius-sm: 12px;
            --radius-md: 20px;
            --radius-lg: 24px;
            --radius-full: 50px;
            
            --shadow-sm: 0px 4px 20px rgba(0, 0, 0, 0.04);
            --shadow-md: 0px 10px 40px rgba(58, 54, 50, 0.06);
            --shadow-lg: 0px 20px 60px rgba(0, 0, 0, 0.08);
            --shadow-card: 0px 20px 50px rgba(125, 139, 111, 0.12);
            --shadow-btn: 0px 4px 15px rgba(125, 139, 111, 0.20);
            --shadow-badge: 0px 4px 15px rgba(0, 0, 0, 0.10);
            
            --ease-out: cubic-bezier(0.33, 1, 0.68, 1);
        }

        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        html {
            scroll-behavior: smooth;
            font-size: 16px;
        }

        body {
            font-family: var(--font-body);
            font-weight: 400;
            color: var(--color-charcoal);
            background-color: var(--color-white);
            line-height: 1.7;
            overflow-x: hidden;
        }

        h1, h2, h3, h4 {
            font-family: var(--font-display);
            font-weight: 400;
            line-height: 1.3;
            color: var(--color-charcoal);
        }

        p {
            color: var(--color-earth-dark);
        }

        a {
            text-decoration: none;
            color: inherit;
        }

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

        /* ============================================
           NAVIGATION
        ============================================ */
        .nav {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            padding: 1.25rem 5%;
            display: flex;
            justify-content: space-between;
            align-items: center;
            z-index: 1000;
            background: rgba(250, 248, 245, 0.95);
            backdrop-filter: blur(10px);
            -webkit-backdrop-filter: blur(10px);
            box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.05);
        }

        .nav-logo {
            display: flex;
            align-items: center;
            gap: 0.75rem;
        }

        .nav-logo-icon {
            width: 38px;
            height: 38px;
            background: var(--color-olive);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            overflow: hidden;
        }

        .nav-logo-icon svg {
            width: 18px;
            height: 18px;
            fill: var(--color-pink);
        }

        .nav-logo-text {
            font-family: var(--font-display);
            font-size: 1.15rem;
            color: var(--color-charcoal);
        }

        .nav-menu {
            display: flex;
            align-items: center;
            gap: 2.3rem;
            list-style: none;
        }

        .nav-link {
            font-size: 0.9rem;
            font-weight: 500;
            color: var(--color-earth);
            transition: color 0.3s var(--ease-out);
            position: relative;
        }

        .nav-link::after {
            content: '';
            position: absolute;
            bottom: -4px;
            left: 0;
            width: 0;
            height: 2px;
            background: var(--color-olive);
            border-radius: 2px;
            transition: width 0.3s var(--ease-out);
        }

        .nav-link:hover::after,
        .nav-link.active::after {
            width: 100%;
        }

        .nav-link:hover,
        .nav-link.active {
            color: var(--color-charcoal);
        }

        .nav-cta {
            background: var(--color-charcoal);
            color: var(--color-white);
            padding: 0.55rem 1.5rem;
            border-radius: var(--radius-full);
            font-size: 0.85rem;
            font-weight: 500;
            transition: all 0.3s var(--ease-out);
        }

        .nav-cta:hover {
            background: var(--color-olive);
            transform: translateY(-2px);
        }

        .nav-toggle {
            display: none;
            flex-direction: column;
            gap: 5px;
            background: none;
            border: none;
            cursor: pointer;
            padding: 8px;
            z-index: 1001;
        }

        .nav-toggle span {
            width: 24px;
            height: 2px;
            background: var(--color-charcoal);
            border-radius: 2px;
            transition: all 0.3s var(--ease-out);
        }

        .nav-toggle.active span:nth-child(1) {
            transform: rotate(45deg) translate(5px, 5px);
        }

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

        .nav-toggle.active span:nth-child(3) {
            transform: rotate(-45deg) translate(5px, -5px);
        }

        /* ============================================
           ARTICLE HERO
        ============================================ */
        .article-hero {
            padding: calc(78px + 3.75rem) 5% 3.75rem;
            background: linear-gradient(0deg, rgba(60, 70, 52, 0.90) 0%, rgba(60, 70, 52, 0.90) 100%),
                        url('https://images.unsplash.com/photo-1606811841689-23dfddce3e95?w=1800&h=500&fit=crop') center/cover no-repeat;
            text-align: center;
        }

        .article-hero-container {
            max-width: 800px;
            margin: 0 auto;
        }

        .article-hero .breadcrumb {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 0.5rem;
            margin-bottom: 1.5rem;
            font-size: 0.85rem;
        }

        .article-hero .breadcrumb a {
            color: rgba(255, 255, 255, 0.9);
            transition: color 0.3s;
        }

        .article-hero .breadcrumb a:hover {
            color: var(--color-white);
        }

        .article-hero .breadcrumb-separator {
            color: rgba(255, 255, 255, 0.7);
        }

        .article-hero .breadcrumb-current {
            color: rgba(255, 255, 255, 0.7);
        }

        .article-hero-badge {
            display: inline-block;
            padding: 0.4rem 1rem;
            background: rgba(255, 255, 255, 0.2);
            border-radius: var(--radius-full);
            font-size: 0.7rem;
            font-weight: 500;
            text-transform: uppercase;
            letter-spacing: 0.07em;
            color: var(--color-white);
            margin-bottom: 1.5rem;
        }

        .article-hero h1 {
            font-size: clamp(1.75rem, 3.5vw, 2.8rem);
            line-height: 1.3;
            color: var(--color-white);
            margin-bottom: 1.5rem;
        }

        .article-hero-meta {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 1.5rem;
            flex-wrap: wrap;
        }

        .article-hero-meta-item {
            display: flex;
            align-items: center;
            gap: 0.5rem;
            font-size: 0.9rem;
            color: rgba(255, 255, 255, 0.85);
        }

        .article-hero-meta-item svg {
            width: 16px;
            height: 16px;
            stroke: rgba(255, 255, 255, 0.7);
            fill: none;
            stroke-width: 1.5;
        }

        /* ============================================
           ARTICLE CONTENT
        ============================================ */
        .article-content {
            padding: 5rem 5%;
            background: var(--color-white);
        }

        .article-content-container {
            max-width: 740px;
            margin: 0 auto;
        }

        .article-intro {
            margin-bottom: 2rem;
        }

        #articleBody h2, .article-intro h2 {
            font-size: 1.8rem;
            line-height: 1.3;
            margin-bottom: 1.5rem;
        }

        #articleBody p, .article-intro p {
            font-size: 1.05rem;
            line-height: 1.9;
            color: var(--color-earth-dark);
        }

        #articleBody h2:not(:first-child), .article-section {
            padding-top: 1.5rem;
            border-top: 1px solid var(--color-sand);
            margin-top: 1.5rem;
        }

        .article-section h2 {
            font-size: 1.8rem;
            line-height: 1.3;
            margin-bottom: 1.5rem;
        }

        .article-section p {
            font-size: 1.05rem;
            line-height: 1.9;
            color: var(--color-earth-dark);
            margin-bottom: 1.25rem;
        }

        .article-section p:last-child {
            margin-bottom: 0;
        }

        .article-image {
            width: 100%;
            height: auto;
            border-radius: 8px;
            margin: 1.5rem 0;
            overflow: hidden;
        }

        #articleBody img, .article-image img {
            width: 100%;
            height: auto;
            display: block;
        }

        #articleBody img {
            margin-top: 1.5rem;
            margin-bottom: 1.5rem;
        }

        #articleBody ul, #articleBody ol, .article-list {
            padding-left: 1.5rem;
            margin: 1.25rem 0;
        }

        #articleBody li, .article-list li {
            font-size: 1rem;
            line-height: 1.75;
            color: var(--color-earth-dark);
            margin-bottom: 0.75rem;
        }

        #articleBody li strong, .article-list li strong {
            color: var(--color-charcoal);
            font-weight: 500;
        }

        .article-list--simple {
            list-style: disc;
            padding-left: 1.5rem;
        }

        .article-list--simple li {
            padding-left: 0.5rem;
        }

        blockquote {
            border-left: 4px solid #ccc;
            margin-bottom: 5px;
            margin-top: 5px;
            padding-left: 16px;
            font-family: var(--font-display);
            font-size: 1.2rem;
            font-style: italic;
            color: var(--color-charcoal);
            line-height: 1.6;
            margin-bottom: 1.5rem;
        }

        /* Source Box */
        .source-box {
            background: var(--color-bg-warm);
            border-radius: var(--radius-md);
            padding: 2rem;
            margin-top: 2rem;
        }

        .source-box h3 {
            font-size: 1.1rem;
            margin-bottom: 1rem;
        }

        .source-box > p {
            font-size: 1.05rem;
            line-height: 1.9;
            margin-bottom: 1rem;
        }

        .source-meta {
            display: flex;
            flex-direction: column;
            gap: 0.75rem;
            margin-bottom: 1.5rem;
        }

        .source-meta-row {
            display: flex;
            gap: 0.75rem;
        }

        .source-meta-label {
            width: 150px;
            min-width: 150px;
            font-size: 0.95rem;
            font-weight: 500;
            color: var(--color-charcoal);
        }

        .source-meta-value {
            font-size: 0.95rem;
            color: var(--color-earth-dark);
        }

        .source-meta-value a {
            color: var(--color-olive-text);
            text-decoration: underline;
        }

        .source-meta-value a:hover {
            color: var(--color-forest);
        }

        .source-actions {
            display: flex;
            gap: 1rem;
            flex-wrap: wrap;
        }

        .btn-source {
            display: inline-flex;
            align-items: center;
            gap: 0.5rem;
            padding: 0.8rem 1.5rem;
            border-radius: var(--radius-full);
            font-family: var(--font-body);
            font-size: 0.9rem;
            font-weight: 500;
            transition: all 0.3s var(--ease-out);
            border: none;
            cursor: pointer;
        }

        .btn-source svg {
            width: 16px;
            height: 16px;
            stroke: currentColor;
            fill: none;
            stroke-width: 1.5;
        }

        .btn-source--primary {
            background: var(--color-forest-dark);
            color: var(--color-white);
        }

        .btn-source--primary:hover {
            background: var(--color-forest);
            transform: translateY(-2px);
        }

        .btn-source--secondary {
            background: var(--color-white);
            color: var(--color-charcoal);
            border: 1px solid var(--color-sand);
        }

        .btn-source--secondary:hover {
            border-color: var(--color-olive);
            background: var(--color-cream-light);
        }

        /* ============================================
           AUTHOR CARD
        ============================================ */
        .author-section {
            padding: 0 5% 5rem;
            background: var(--color-white);
        }

        .author-card {
            max-width: 740px;
            margin: 0 auto;
            background: var(--color-white);
            border-radius: var(--radius-md);
            box-shadow: var(--shadow-md);
            padding: 1.5rem 1.5rem 2rem;
            text-align: center;
        }

        .author-avatar {
            width: 80px;
            height: 80px;
            /*background: linear-gradient(135deg, var(--color-olive-light) 0%, var(--color-forest-dark) 100%);*/
            background: linear-gradient(135deg, #efe8df 0%, #fbf6f2 100%);
            border-radius: 50%;
            margin: 0 auto 1rem;
            display: flex;
            align-items: center;
            justify-content: center;
            overflow: hidden;
        }

        .author-avatar svg {
            width: 30px;
            height: 33px;
            fill: var(--color-pink);
        }

        .author-name {
            font-size: 1.1rem;
            margin-bottom: 0.25rem;
        }

        .author-specialty {
            font-size: 0.85rem;
            color: var(--color-earth-dark);
            margin-bottom: 1rem;
        }

        .author-link {
            display: inline-flex;
            align-items: center;
            gap: 0.3rem;
            font-size: 0.85rem;
            color: var(--color-olive-text);
            transition: all 0.3s;
        }

        .author-link:hover {
            color: var(--color-forest);
            gap: 0.5rem;
        }

        .author-link svg {
            width: 14px;
            height: 14px;
            stroke: currentColor;
            fill: none;
            stroke-width: 1.5;
        }

        /* ============================================
           RELATED ARTICLES
        ============================================ */
        .related-section {
            padding: 3rem 5% 7.5rem;
            background: var(--color-bg-warm);
        }

        .related-header {
            text-align: center;
            margin-bottom: 2rem;
        }

        .related-header h2 {
            font-size: 2.2rem;
        }

        .related-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 1.5rem;
            max-width: 1200px;
            margin: 0 auto;
        }

        .related-card {
            background: var(--color-white);
            border-radius: var(--radius-lg);
            overflow: hidden;
            transition: all 0.4s var(--ease-out);
        }

        .related-card:hover {
            transform: translateY(-8px);
            box-shadow: var(--shadow-card);
        }

        .related-card-image {
            position: relative;
            height: 200px;
            overflow: hidden;
            background: linear-gradient(145deg, var(--color-cream-light) 0%, var(--color-sand) 100%);
        }

        .related-card-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.6s var(--ease-out);
        }

        .related-card:hover .related-card-image img {
            transform: scale(1.05);
        }

        .related-card-image--placeholder {
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .related-card-image--placeholder svg {
            width: 48px;
            height: 48px;
            stroke: var(--color-caramel-light);
            fill: none;
            stroke-width: 1.5;
            opacity: 0.6;
        }

        .related-badge {
            position: absolute;
            top: 1rem;
            left: 1rem;
            padding: 0.35rem 0.9rem;
            border-radius: var(--radius-full);
            font-size: 0.7rem;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 0.07em;
            background: var(--color-white);
            color: var(--color-olive-text);
            box-shadow: var(--shadow-badge);
        }

        .related-card-content {
            padding: 1.5rem;
        }

        .related-card-meta {
            display: flex;
            align-items: center;
            gap: 0.35rem;
            margin-bottom: 0.7rem;
            font-size: 0.8rem;
            color: var(--color-caramel-light);
        }

        .related-card-meta svg {
            width: 13px;
            height: 13px;
            stroke: currentColor;
            fill: none;
            stroke-width: 1.5;
        }

        .related-card-title {
            font-size: 1.15rem;
            line-height: 1.4;
            margin-bottom: 0.7rem;
            color: var(--color-charcoal);
        }

        .related-card-excerpt {
            font-size: 0.9rem;
            line-height: 1.65;
            color: var(--color-earth-dark);
            margin-bottom: 1.25rem;
            display: -webkit-box;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
            overflow: hidden;
        }

        .related-card-footer {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding-top: 1.25rem;
            border-top: 1px solid var(--color-cream);
        }

        .related-tag {
            background: var(--color-cream);
            color: var(--color-olive-text);
            font-size: 0.75rem;
            padding: 0.2rem 0.7rem;
            border-radius: var(--radius-full);
        }

        .related-link {
            display: flex;
            align-items: center;
            gap: 0.4rem;
            font-size: 0.85rem;
            font-weight: 500;
            color: var(--color-olive-text);
            transition: all 0.3s;
        }

        .related-link:hover {
            color: var(--color-forest);
            gap: 0.6rem;
        }

        .related-link svg {
            width: 16px;
            height: 16px;
            stroke: currentColor;
            fill: none;
            stroke-width: 1.5;
        }

        /* ============================================
           CTA SECTION
        ============================================ */
        .cta-section {
            padding: 6rem 5%;
            background: linear-gradient(165deg, #586849 0%, #5C6B4E 100%);
            position: relative;
            overflow: hidden;
        }

        .cta-shape-1 {
            position: absolute;
            width: 500px;
            height: 500px;
            left: -345px;
            top: -230px;
            background: rgba(255, 255, 255, 0.05);
            border-radius: 50%;
            pointer-events: none;
        }

        .cta-shape-2 {
            position: absolute;
            width: 400px;
            height: 400px;
            right: -100px;
            bottom: -200px;
            background: rgba(255, 255, 255, 0.03);
            border-radius: 50%;
            pointer-events: none;
        }

        .cta-container {
            max-width: 600px;
            margin: 0 auto;
            text-align: center;
            position: relative;
            z-index: 1;
        }

        .cta-container h2 {
            color: var(--color-white);
            font-size: clamp(2rem, 3vw, 2.5rem);
            line-height: 1.3;
            margin-bottom: 1rem;
        }

        .cta-container p {
            color: rgba(255, 255, 255, 0.85);
            font-size: 1.1rem;
            margin-bottom: 2rem;
        }

        .btn-cta {
            display: inline-flex;
            align-items: center;
            gap: 0.6rem;
            padding: 1rem 2rem;
            background: var(--color-white);
            color: var(--color-forest-dark);
            border: none;
            border-radius: var(--radius-full);
            font-family: var(--font-body);
            font-size: 0.95rem;
            font-weight: 500;
            cursor: pointer;
            transition: all 0.3s var(--ease-out);
        }

        .btn-cta:hover {
            transform: translateY(-3px);
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
        }

        .btn-cta svg {
            width: 18px;
            height: 18px;
            stroke: currentColor;
            fill: none;
            stroke-width: 1.5;
        }

        /* ============================================
           FOOTER
        ============================================ */
        .footer {
            background: var(--color-charcoal);
            color: var(--color-caramel);
            padding: 6rem 5% 2rem;
        }

        .footer-container {
            max-width: 1200px;
            margin: 0 auto;
        }

        .footer-top {
            display: grid;
            grid-template-columns: 1.5fr 1fr 1fr 1fr;
            gap: 4rem;
            margin-bottom: 4rem;
        }

        .footer-brand p {
            font-size: 0.9rem;
            margin-top: 1rem;
            max-width: 280px;
            line-height: 1.7;
        }

        .footer-logo {
            font-family: var(--font-display);
            font-size: 1.2rem;
            color: var(--color-white);
        }

        .footer-column h4 {
            font-family: var(--font-body);
            font-size: 0.8rem;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 0.1em;
            color: var(--color-white);
            margin-bottom: 1.25rem;
        }

        .footer-links {
            list-style: none;
        }

        .footer-links li {
            margin-bottom: 0.6rem;
        }

        .footer-links a {
            font-size: 0.9rem;
            transition: color 0.3s var(--ease-out);
        }

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

        .footer-bottom {
            padding-top: 2rem;
            border-top: 1px solid rgba(255, 255, 255, 0.1);
            display: flex;
            justify-content: space-between;
            align-items: center;
            flex-wrap: wrap;
            gap: 1rem;
        }

        .footer-copyright {
            font-size: 0.85rem;
            display: flex;
            align-items: center;
            gap: 0.5rem;
            flex-wrap: wrap;
        }

        .footer-docto {
            display: inline-flex;
            align-items: center;
            gap: 0.25rem;
        }

        .footer-docto-icon {
            width: 18px;
            height: 18px;
            background: #F1FCAC;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .footer-docto-icon span {
            font-size: 10px;
            font-weight: 700;
            color: #000;
        }

        .footer-legal {
            display: flex;
            gap: 2rem;
        }

        .footer-legal a {
            font-size: 0.85rem;
            transition: color 0.3s var(--ease-out);
        }

        .footer-legal a:hover {
            color: var(--color-white);
        }

        /* ============================================
           ANIMATIONS
        ============================================ */
        .reveal {
            opacity: 0;
            transform: translateY(40px);
            transition: all 0.8s var(--ease-out);
        }

        .reveal.active {
            opacity: 1;
            transform: translateY(0);
        }

        .reveal-delay-1 { transition-delay: 0.1s; }
        .reveal-delay-2 { transition-delay: 0.2s; }
        .reveal-delay-3 { transition-delay: 0.3s; }

        /* ============================================
           RESPONSIVE
        ============================================ */
        @media (max-width: 1024px) {
            .related-grid {
                grid-template-columns: repeat(2, 1fr);
            }

            .footer-top {
                grid-template-columns: repeat(2, 1fr);
            }
        }

        @media (max-width: 768px) {
            .nav-menu {
                position: fixed;
                top: 0;
                right: -100%;
                width: 85%;
                max-width: 350px;
                height: 100vh;
                background: var(--color-bg);
                flex-direction: column;
                justify-content: center;
                gap: 2rem;
                transition: right 0.4s var(--ease-out);
                box-shadow: -10px 0 40px rgba(0, 0, 0, 0.1);
            }

            .nav-menu.active {
                right: 0;
            }

            .nav-toggle {
                display: flex;
            }

            .article-hero h1 {
                font-size: 1.75rem;
            }

            .article-hero-meta {
                flex-direction: column;
                gap: 0.75rem;
            }

            .article-intro h2,
            .article-section h2 {
                font-size: 1.5rem;
            }

            .source-meta-row {
                flex-direction: column;
                gap: 0.25rem;
            }

            .source-meta-label {
                width: auto;
                min-width: auto;
            }

            .source-actions {
                flex-direction: column;
            }

            .btn-source {
                width: 100%;
                justify-content: center;
            }

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

            .footer-top {
                grid-template-columns: 1fr;
                text-align: center;
            }

            .footer-brand p {
                max-width: 100%;
            }

            .footer-bottom {
                flex-direction: column;
                text-align: center;
            }

            .footer-copyright {
                justify-content: center;
            }
        }

        @media (max-width: 480px) {
            .article-hero {
                padding-top: calc(78px + 2rem);
                padding-bottom: 2rem;
            }

            .article-hero h1 {
                font-size: 1.5rem;
            }

            .article-content {
                padding: 3rem 5%;
            }

            .article-intro h2,
            .article-section h2 {
                font-size: 1.35rem;
            }

            .source-box {
                padding: 1.5rem;
            }

            .author-card {
                padding: 1.25rem;
            }

            .related-header h2 {
                font-size: 1.75rem;
            }

            .cta-container h2 {
                font-size: 1.75rem;
            }
        }
