/* =========================================
   GENERIC CONTENT PAGES
   Anna Utopia Giordano
   ========================================= */


/* =========================================
   PAGE RESET
   ========================================= */

html {
    scroll-behavior: smooth;
    overflow-x: auto;
}

body {
    margin: 0;
    padding: 0;
    overflow-x: visible;
}


/* =========================================
   PAGE
   ========================================= */

.page-content {
    display: block;
    width: 100%;
    min-height: calc(93vh - 52px);
    margin: 0;
    padding: 35px 60px;
    overflow: visible;
    text-align: justify;
}


/* =========================================
   LINKS
   ========================================= */

.page-content a {
    color: inherit;
    font-style: italic;
    text-decoration: none;
}

.page-content a:hover {
    color: inherit;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}


/* =========================================
   PAGE INTRO
   ========================================= */

.page-intro {
    display: block;
    width: 100%;
    overflow: visible;
}


/* =========================================
   PAGE INTRO CONTENT
   ========================================= */

.page-intro-content {
    width: 100%;
    margin: 0;
}


/* =========================================
   LABEL
   ========================================= */

.page-label {
    margin: 0 0 10px;

    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;

    text-transform: uppercase;
    letter-spacing: 0.3em;
}


/* =========================================
   TITLE
   ========================================= */

.page-intro h1 {
    margin: 0 0 20px;
    text-align: left;
}


/* =========================================
   META
   ========================================= */

.page-meta {
    margin: 0 0 24px;
    font-size: 14px;
}


/* =========================================
   PAGE SECTION
   ========================================= */

.page-section {
    width: 100%;
    font-size: 16px;
    line-height: 1.5;
}

/* =========================================
   PAGE MEDIA
   Image + content layout
   ========================================= */

.page-media {
    display: flex;
    align-items: flex-start;
    gap: 35px;

    width: 100%;

    margin: 0 0 40px;
    padding: 0;
}


/* =========================================
   PAGE MEDIA IMAGE
   ========================================= */

.page-media-image {
    flex: 0 0 auto;

    width: 400px;

    margin: 0;
    padding: 0;
}

.page-media-image img {
    display: block;

    width: 100%;
    height: auto;

    margin: 0;
    padding: 0;
}


/* =========================================
   PAGE MEDIA CONTENT
   ========================================= */

.page-media-content {
    flex: 1 1 auto;

    min-width: 0;
}

/* =========================================
   SECTION TITLES
   ========================================= */

/* -----------------------------------------
   MAIN SECTION TITLE — H2
   ----------------------------------------- */

.page-section > h2.page-section-title {
    margin: 0 0 20px;
    padding: 0;

    font-size: 1.8em;
    font-weight: 300;
    line-height: 1.1;

    text-align: left;
}

/* =========================================
   SECTION PARAGRAPHS
   ========================================= */

.page-section > p {
    margin: 0 0 14px;
}

/* =========================================
   SUBSECTION PARAGRAPHS
   ========================================= */

.page-subsection {
    margin: 14px 0 14px 0;
}


/* =========================================
   SUBSECTION PARAGRAPHS TITLE
   ========================================= */

.page-subsection h3.page-subsection-title {
    margin: 0 0 12px;

    font-size: 1.4em;
	font-weight: 300;
    line-height: 1.3;

    text-align: left;
	text-transform: none;
}

/* =========================================
   PAGE-ITEM
   ========================================= */

.page-item {
    display: flex;
    align-items: flex-start;
    gap: 35px;

    width: 100%;

    margin: 0 0 40px;
    padding: 0;
}


/* =========================================
   PAGE-ITEM IMAGE
   ========================================= */

.page-item-image {
    flex: 0 0 auto;

    width: 180px;

    margin: 0;
    padding: 0;
}

.page-item-image img {
    display: block;

    width: 100%;
    height: auto;

    margin: 0;
    padding: 0;
	
	border: 1px solid #000000;
}


/* =========================================
   PAGE-ITEM CONTENT
   ========================================= */

.page-item-content {
    flex: 1 1 auto;

    min-width: 0;
}


/* =========================================
   PAGE-ITEM TITLE
   ========================================= */

.page-item h3 {
    margin: 0 0 12px;
    font-size: 1.3em;
    font-weight: 300;
    text-transform: none;
    line-height: 1.1;
    text-align: left;
}


/* =========================================
   PAGE-ITEM TEXT
   ========================================= */

.page-item p {
    margin: 0 0 10px;

    font-size: 16px;
    line-height: 1.5;

    text-align: left;
}


/* =========================================
   PAGE-ITEM META
   ========================================= */

.page-item-meta {
    font-size: 14px !important;
}


/* =========================================
   PAGE-ITEM DETAILS
   ========================================= */

.page-item-details {
    display: flex;
    flex-wrap: wrap;

    gap: 18px 30px;

    margin-top: 18px;

    font-size: 13px;
    line-height: 1.5;
}

.page-item-details p {
    margin: 0;

    font-size: 13px;
    line-height: 1.5;
}

.page-item-details strong {
    font-weight: 500;
}


/* =========================================
   PAGE-ITEM DESCRIPTION
   ========================================= */

.page-item-description {
    margin: 0 0 20px;

    max-width: 1100px;
}

.page-item-description p {
    margin: 0 0 14px !important;

    font-size: 16px !important;
    line-height: 1.5 !important;
}


/* =========================================
   PAGE-ITEM LINKS
   ========================================= */

.page-item-links {
    margin-top: 16px !important;
}


/* =========================================
   PAGE COLUMNS
   ========================================= */

.page-columns {
    display: flex;
    align-items: flex-start;

    width: 100%;
    margin: 0;
    padding: 0;
}


/* =========================================
   PAGE COLUMN
   ========================================= */

.page-column {
    flex: 1 1 0;

    min-width: 0;

    padding-right: 50px;
}


/* =========================================
   PAGE COLUMN + SECOND
   ========================================= */

.page-column + .page-column {
    padding-right: 0;
    padding-left: 50px;
}


/* =========================================
   PAGE COLUMN DIVIDER
   ========================================= */

.page-columns-divider {
    flex: 0 0 auto;

    width: 1px;
    height: 220px;

    margin: 0 20px;

    background-color: color-mix(
        in srgb,
        currentColor 25%,
        transparent
    );
}

/* =========================================
   MOBILE
   ========================================= */

@media screen and (max-width: 768px) {

    html,
    body {
        width: 100%;
        height: auto;

        overflow-x: hidden;
        overflow-y: auto;
    }


    /* =====================================
       PAGE
       ===================================== */

    .page-content {
        width: 100%;
        min-width: 0;
        height: auto;
        overflow: visible;
        padding: 35px 25px 55px;
        display: block;
    }


    /* =====================================
       INTRO
       ===================================== */

    .page-intro {
        width: 100%;
        padding: 0;
        overflow: visible;
    }


    /* =====================================
       INTRO CONTENT
       ===================================== */

    .page-intro-content {
        width: 100%;
        margin: 0;
    }


    /* =====================================
       LABEL
       ===================================== */

    .page-label {
        margin: 0 0 10px;

        font-size: 14px;
        line-height: 1.2;
    }


    /* =====================================
       TITLE
       ===================================== */

    .page-intro h1 {
        margin: 0 0 22px;
    }


    /* =====================================
       META
       ===================================== */

    .page-meta {
        margin: 0 0 24px;

        font-size: 14px;
    }


    /* =====================================
       PAGE SECTION
       ===================================== */

    .page-section {
        width: 100%;

        margin-top: 28px;

        font-size: 16px;
        line-height: 1.5;
    }
	
		/* =====================================
		   PAGE MEDIA
		===================================== */

		.page-media {
			display: block;

			width: 100%;

			margin: 0 0 40px;
		}


		.page-media-image {
			width: 100%;

			margin: 0 0 30px;
		}


		.page-media-content {
			width: 100%;
		}


	/* =====================================
	   SECTION TITLES
	   ===================================== */

		/* -------------------------------------
		   MAIN SECTION TITLE — H2
		   ------------------------------------- */

		.page-item-content h2.page-section-title {
			margin: 0 0 20px !important;

			font-size: 1.8em !important;
			font-weight: 300 !important;
			line-height: 1.1 !important;

			text-align: left !important;
		}


		/* -------------------------------------
		   SECONDARY SECTION TITLE — H3
		   ------------------------------------- */

		.page-item-content h3.page-section-title {
			margin: 28px 0 12px !important;

			font-size: 1em !important;
			font-weight: 400 !important;
			line-height: 1.3 !important;

			text-align: left !important;
			text-transform: uppercase;
			letter-spacing: 0.1em;
		}


    /* =====================================
       PAGE-ITEM
       ===================================== */

    .page-item {
        display: block;
        width: 100%;
        margin: 0 0 40px;
        padding: 0;
    }


    /* =====================================
       PAGE-ITEM IMAGE
       ===================================== */

    .page-item-image {
        width: 180px;

        margin: 0 0 25px;
    }

    .page-item-image img {
        width: 100%;
        height: auto;
    }


    /* =====================================
       PAGE-ITEM CONTENT
       ===================================== */

    .page-item-content {
        width: 100%;
    }


    /* =====================================
       PAGE-ITEM TITLE
       ===================================== */

    .page-item h2 {
        margin: 0 0 12px;

        font-size: 1.8em;
        line-height: 1.1;
    }


    /* =====================================
       PAGE-ITEM TEXT
       ===================================== */

    .page-item p {
        font-size: 16px;
        line-height: 1.5;
    }


    /* =====================================
       PAGE-ITEM META
       ===================================== */

    .page-item-meta {
        font-size: 14px !important;
    }


    /* =====================================
       PAGE-ITEM DETAILS
       ===================================== */

    .page-item-details {
        display: flex;
        flex-wrap: wrap;

        gap: 18px 28px;

        margin-top: 18px;

        font-size: 13px;
        line-height: 1.5;
    }

    .page-item-details p {
        margin: 0;

        font-size: 13px;
        line-height: 1.5;
    }

    .page-item-details strong {
        font-weight: 500;
    }


    /* =====================================
       PAGE-ITEM DESCRIPTION
       ===================================== */

    .page-item-description {
        max-width: none;

        margin-bottom: 20px;
    }

    .page-item-description p {
        font-size: 16px !important;
        line-height: 1.5 !important;
    }

    /* =====================================
       PAGE-ITEM LINKS
       ===================================== */

    .page-item-links {
        margin-top: 16px !important;
    }


    /* =====================================
       PAGE COLUMNS
       ===================================== */

    .page-columns {
        display: block;

        width: 100%;
    }


    /* =====================================
       PAGE COLUMN
       ===================================== */

    .page-column {
        width: 100%;

        padding: 0;
    }


    /* =====================================
       SECOND COLUMN
       ===================================== */

    .page-column + .page-column {
        padding: 0;
    }


	/* =====================================
	   PAGE COLUMN DIVIDER
	   ===================================== */

	.page-columns-divider {
		width: 100%;
		height: 1px;

		margin: 35px 0;

		background-color: color-mix(
			in srgb,
			currentColor 25%,
			transparent
		);
	}
	
}