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

        body {
            font-family: Arial, Helvetica, sans-serif;
            font-size: 14px;
            line-height: 1.6;
            color: #333;
            background-color: #e6e6e6;
        }

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

        .eyebrow {
            background: #fff;
            border-bottom: solid 1px #999;
            font-size: 10px;
            text-transform: uppercase;
            line-height: 30px;
            height: 30px;
        }

        .eyebrow-inner {
            max-width: 980px;
            margin: 0 auto;
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 0 15px;
        }

        .top-links a {
            color: #330000;
            text-decoration: none;
            margin-right: 15px;
        }

        .top-links a:hover {
            color: #000;
            text-decoration: underline;
        }

        .branding {
            background: #fff;
            padding: 30px 0;
        }

        .branding-inner {
            max-width: 980px;
            margin: 0 auto;
            padding: 0 15px;
            display: flex;
            align-items: center;
        }

        .logo {
            font-family: "Futura Book", "Futura", Arial, Helvetica, sans-serif;
            font-size: 36px;
            color: #330000;
            font-weight: bold;
            text-decoration: none;
        }

        .navigation {
            background: #333;
            border-left: solid 1px #000;
        }

        .nav-inner {
            max-width: 980px;
            margin: 0 auto;
            display: flex;
        }

        .nav-inner a {
            display: block;
            padding: 0 15px;
            height: 30px;
            line-height: 30px;
            color: #fff;
            text-decoration: none;
            background: #333;
            border-right: solid 1px #000;
            font-size: 14px;
        }

        .nav-inner a:hover {
            background: #000;
        }

        .nav-inner a.active {
            background: #ff9900;
            color: #333;
        }

        .container {
            max-width: 980px;
            margin: 0 auto;
            padding: 20px 15px;
        }

        .main-content {
            background: #fff;
            margin-bottom: 20px;
            box-shadow: 0 2px 4px rgba(0,0,0,0.1);
        }

        h1 {
            font-family: Georgia, "Times New Roman", Times, serif;
            font-size: 36px;
            color: #333;
            margin: 0 0 20px 0;
            padding: 30px 30px 0 30px;
            line-height: 1.2;
        }

        article {
            padding: 0 30px 30px 30px;
        }

        article p {
            margin-bottom: 15px;
            line-height: 1.7;
        }

        article h2 {
            font-family: "Futura Book", "Futura", Arial, Helvetica, sans-serif;
            font-size: 22px;
            color: #330000;
            margin: 25px 0 15px 0;
            line-height: 1.3;
        }

        article h3 {
            font-family: "Futura Book", "Futura", Arial, Helvetica, sans-serif;
            font-size: 18px;
            color: #330000;
            margin: 20px 0 10px 0;
        }

        article h4 {
            font-family: "Futura Book", "Futura", Arial, Helvetica, sans-serif;
            font-size: 16px;
            color: #330000;
            margin: 15px 0 10px 0;
        }

        .transition-section {
            background: #fff;
            padding: 20px 30px;
            margin-bottom: 20px;
            box-shadow: 0 2px 4px rgba(0,0,0,0.1);
        }

        .transition-section p {
            line-height: 1.7;
            margin-bottom: 15px;
        }

        {% if links %}
        .links-section {
            background: #fff;
            padding: 30px;
            box-shadow: 0 2px 4px rgba(0,0,0,0.1);
        }

        .links-section h3 {
            font-family: "Futura Book", "Futura", Arial, Helvetica, sans-serif;
            font-size: 20px;
            color: #330000;
            margin-bottom: 15px;
            border-bottom: solid 2px #ff9900;
            padding-bottom: 8px;
        }

        .links-section ul {
            list-style: none;
            margin-bottom: 30px;
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 10px 30px;
        }

        .links-section li {
            margin-bottom: 8px;
        }

        .links-section a {
            color: #330000;
            text-decoration: none;
            padding: 8px 0;
            display: block;
            border-bottom: 1px solid #e6e6e6;
            transition: color 0.3s ease;
        }

        .links-section a:hover {
            color: #ff9900;
            text-decoration: underline;
        }
        {% endif %}

        .footer {
            background: #fff;
            text-align: center;
            padding: 20px;
            font-size: 11px;
            color: #333;
            margin-top: 40px;
            box-shadow: 0 -2px 4px rgba(0,0,0,0.1);
        }

        .footer a {
            color: #330000;
            text-decoration: none;
            margin: 0 3px;
        }

        .footer a:hover {
            text-decoration: underline;
        }

        .footer p {
            margin: 10px 0;
        }

        @media (max-width: 768px) {
            .eyebrow-inner {
                flex-direction: column;
                height: auto;
                padding: 10px 15px;
            }

            .eyebrow {
                height: auto;
            }

            .top-links {
                margin-bottom: 10px;
            }

            .nav-inner {
                flex-wrap: wrap;
            }

            .nav-inner a {
                flex: 1;
                text-align: center;
                min-width: 80px;
            }

            .container {
                padding: 20px 10px;
            }

            h1 {
                font-size: 28px;
                padding: 20px 20px 0 20px;
            }

            article {
                padding: 0 20px 20px 20px;
            }

            .transition-section {
                padding: 15px 20px;
            }

            {% if links %}
            .links-section {
                padding: 20px;
            }

            .links-section ul {
                grid-template-columns: 1fr;
                gap: 10px;
            }
            {% endif %}
        }

        @media (max-width: 480px) {
            .nav-inner a {
                font-size: 12px;
                padding: 0 8px;
            }

            h1 {
                font-size: 24px;
            }

            article h2 {
                font-size: 20px;
            }

            article h3 {
                font-size: 16px;
            }
        }
    