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

        body {
            font-family: Georgia, "Times New Roman", serif;
            color: #434343;
            line-height: 1.7;
            background: #fff;
        }

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

        header {
            text-align: center;
            padding: 60px 25px 50px;
            border-bottom: 1px dashed #bdc0ba;
        }

        .site-title {
            font-family: 'Cabin', Helvetica, Arial, sans-serif;
            font-size: 32px;
            font-size: 2rem;
            text-transform: uppercase;
            letter-spacing: 2px;
            color: #434343;
            margin-bottom: 10px;
            font-weight: normal;
        }

        .site-description {
            font-family: 'Satisfy', 'Times New Roman', serif;
            font-size: 19px;
            font-size: 1.1875rem;
            letter-spacing: 1px;
            color: #434343;
        }

        nav {
            text-align: center;
            padding: 40px 25px;
            border-bottom: 1px dashed #bdc0ba;
        }

        nav ul {
            list-style: none;
            margin: 0;
            padding: 0;
        }

        nav ul li {
            display: inline-block;
            margin: 0 15px 10px;
        }

        nav ul li a {
            font-family: 'Cabin', Helvetica, Arial, sans-serif;
            font-size: 15px;
            font-size: 0.9375rem;
            color: #434343;
            text-decoration: none;
            text-transform: uppercase;
            letter-spacing: 1px;
            padding: 3px 7px;
            transition: all 0.15s ease-in-out;
        }

        nav ul li a:hover {
            background: #78c1c4;
            color: #fff;
        }

        main {
            padding: 55px 25px;
            border-bottom: 1px dashed #bdc0ba;
        }

        h1 {
            font-family: 'Cabin', Helvetica, Arial, sans-serif;
            font-size: 26px;
            font-size: 1.625rem;
            font-weight: normal;
            line-height: 1.3;
            color: #434343;
            margin-bottom: 40px;
        }

        article h2 {
            font-family: 'Cabin', Helvetica, Arial, sans-serif;
            margin: 1.8em 0 1.2em;
            font-size: 24px;
            font-size: 1.5rem;
            line-height: 1.25;
            color: #444;
            font-weight: normal;
        }

        article h3 {
            font-family: 'Cabin', Helvetica, Arial, sans-serif;
            margin: 1.8em 0 1em;
            font-size: 22px;
            font-size: 1.375rem;
            line-height: 1.25;
            color: #444;
            font-weight: normal;
        }

        article h4 {
            font-family: 'Cabin', Helvetica, Arial, sans-serif;
            margin: 1.3em 0 0.9em;
            font-size: 22px;
            font-size: 1.375rem;
            line-height: 1.25;
            color: #78c1c4;
            font-weight: normal;
        }

        article p {
            font-size: 18px;
            font-size: 1.125rem;
            line-height: 1.7;
            margin-bottom: 24px;
        }

        article a {
            color: #78c1c4;
            text-decoration: none;
            transition: all 0.15s ease-in-out;
        }

        article a:hover {
            color: #444;
        }

        article ul,
        article ol {
            margin: 0 0 24px 30px;
            font-size: 18px;
            font-size: 1.125rem;
            line-height: 1.7;
        }

        article li {
            margin-bottom: 12px;
        }

        .transition-section {
            padding: 40px 25px;
            background: #f7f7f7;
            border-top: 1px dashed #bdc0ba;
            border-bottom: 1px dashed #bdc0ba;
        }

        .transition-section p {
            font-size: 18px;
            font-size: 1.125rem;
            line-height: 1.7;
            margin-bottom: 24px;
            max-width: 840px;
            margin-left: auto;
            margin-right: auto;
        }

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

        {% if links %}
        .links-section {
            padding: 55px 25px;
            background: #fff;
        }

        .links-section h3 {
            font-family: 'Cabin', Helvetica, Arial, sans-serif;
            font-size: 20px;
            font-size: 1.25rem;
            margin: 40px 0 20px;
            color: #434343;
            font-weight: normal;
            text-transform: uppercase;
            letter-spacing: 1px;
        }

        .links-section h3:first-child {
            margin-top: 0;
        }

        .links-section ul {
            list-style: none;
            margin: 0;
            padding: 0;
            column-count: 1;
            column-gap: 30px;
        }

        .links-section ul li {
            margin-bottom: 8px;
            break-inside: avoid;
        }

        .links-section ul li a {
            color: #434343;
            text-decoration: none;
            font-size: 15px;
            font-size: 0.9375rem;
            line-height: 1.45;
            transition: all 0.15s ease-in-out;
        }

        .links-section ul li a:hover {
            color: #78c1c4;
        }
        {% endif %}

        footer {
            padding: 60px 25px;
            text-align: center;
            border-top: 1px dashed #bdc0ba;
        }

        .footer-title {
            font-family: 'Cabin', Helvetica, Arial, sans-serif;
            font-size: 26px;
            font-size: 1.625rem;
            text-transform: uppercase;
            letter-spacing: 2px;
            color: #434343;
            margin-bottom: 8px;
        }

        .footer-description {
            font-family: 'Satisfy', 'Times New Roman', serif;
            font-size: 18px;
            font-size: 1.125rem;
            color: #434343;
            margin-bottom: 30px;
        }

        .footer-nav {
            margin-top: 30px;
            padding-top: 30px;
            font-size: 15px;
            font-size: 0.9375rem;
        }

        .footer-nav ul {
            list-style: none;
            margin: 0;
            padding: 0;
        }

        .footer-nav ul li {
            display: inline;
            line-height: 1.5;
        }

        .footer-nav ul li:after {
            content: '•';
            display: inline;
            padding: 0 4px 0 8px;
        }

        .footer-nav ul li:last-child:after {
            display: none;
        }

        .footer-nav a {
            color: #434343;
            text-decoration: none;
            transition: all 0.15s ease-in-out;
        }

        .footer-nav a:hover {
            color: #78c1c4;
        }

        @media screen and (min-width: 767px) {
            header {
                padding: 80px 75px 70px;
            }

            nav {
                padding: 50px 75px;
            }

            main {
                padding: 95px 75px 75px;
            }

            .transition-section {
                padding: 60px 75px;
            }

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

            .links-section ul {
                column-count: 2;
            }
            {% endif %}

            footer {
                padding: 80px 75px;
            }
        }

        @media screen and (min-width: 1023px) {
            h1 {
                font-size: 30px;
                font-size: 1.875rem;
            }

            article h2 {
                font-size: 30px;
                font-size: 1.875rem;
            }

            article h3 {
                font-size: 28px;
                font-size: 1.75rem;
            }

            article h4 {
                font-size: 26px;
                font-size: 1.625rem;
            }
        }

        @media screen and (min-width: 1350px) {
            main,
            .transition-section,
            .links-section {
                max-width: 840px;
                margin-left: auto;
                margin-right: auto;
            }

            h1 {
                font-size: 40px;
                font-size: 2.5rem;
            }

            article p,
            article ul,
            article ol {
                font-size: 20px;
                font-size: 1.25rem;
                line-height: 1.75;
            }
        }
    