@import url(https://fonts.googleapis.com/css?family=Calibri:400,700,400italic,700italic);

@font-face {
    font-family: 'Calibri Light';
    font-style: normal;
    font-weight: 400;
    src: url(/assets/fonts/Calibri-Light.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
    font-family: "Calibri Light", system-ui, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Calibri, system-ui, sans-serif;
    line-height: 1.25em;
    text-wrap: balance;
}

p, dl dt, dl dd {
    font-size: 1.125em;
    line-height: 1.4em;
    text-wrap: pretty;
}

body {
    display: flex;
    justify-content: center;
    margin: 0;
    background: #f5d1d7;
}

a {
    color: inherit;
}

h1 {
    margin-top: 0;
}

.container {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 958px;
    gap: 2em;
    margin: 1em 0;
}

header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: .5em;
    margin-top: .5em;
}

.logo {
    width: 20em;
    height: auto;
}

.hr-top {
    border: none;
    border-bottom: .15em solid #00000014;
    border-radius: 100%;
    width: 50%;
    margin: 0
}

.hr {
    border: none;
    border-bottom: thin solid #00000014;
    border-radius: 100%;
    width: 50%;
    margin: 0
}

.hr-bottom {
    grid-column: span 2;
    border: none;
    border-bottom: thin solid #00000014;
    border-radius: 100%;
    width: 100%;
    margin: 0
}

nav ul {
    display: flex;
    margin: 0;
    padding: 0;
    gap: .5em;
}

nav ul li {
    list-style: none;
}

nav a {
    font-family: system-ui, sans-serif;
    font-size: 1.25em;
    font-weight: lighter;
    text-transform: uppercase;
    color: #000;
    text-decoration: none;
}

nav a:hover, nav a.active {
    text-decoration: underline;
    text-decoration-thickness: .015em;
    text-underline-offset: .25em;
    text-decoration-color: #00000042;
}

nav ul li:nth-child(2)::before, nav ul li:nth-child(2)::after {
    content: "·";
}

nav ul li:nth-child(2)::before {
    margin-right: .5em;
}

nav ul li:nth-child(2)::after {
    margin-left: .5em;
}

main, footer {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1em;
}

.figure-instagram {
    width: 100%;
    margin: 0;
}

.figure-instagram iframe {
    background: #fff;
    width: 100%;
    aspect-ratio: 900 / 967;
    border: thin solid #00000014;
    border-radius: .5em;
}

.article-tally {
    width: 100%;
}

.article-tally iframe {
    width: 100%;
    border: none;
}

footer {
    color: #000000b3;
}

footer address {
    display: flex;
    flex-direction: column;
    font-size: .85em;
    font-weight: 200;
    font-style: normal;
    line-height: 1.5;
}

footer address a {
    text-decoration: none;
}

.copyright {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    font-size: .85em;
}

.copyright p {
    margin: 0;
}

.copyright a {
    text-decoration: none;
}

.main-big {
    grid-template-columns: 1fr;
    justify-items: center;
}

.main-big > * {
    width: 50%;
}

.main-pricing {
    width: 100%;
    max-width: 400px;
    line-height: 1.5;
}

.main-pricing dt {
    float: left;
}

.main-pricing dd {
    text-align: right;
}

@media (max-width: 957px) {
    .container {
        margin: 1em;
    }

    .main-big > * {
        width: 100%;
    }

    .figure-instagram iframe {
        aspect-ratio: 1 / 1.1;
    }
}

@media (max-width: 900px) {
    .figure-instagram iframe {
        aspect-ratio: 1 / 1.2;
    }
}

@media (max-width: 900px) {
    .figure-instagram iframe {
        aspect-ratio: 1 / 1.2;
    }
}

@media (max-width: 759px) {
    .figure-instagram iframe {
        aspect-ratio: 1 / 1.35;
    }
}

@media (max-width: 650px) {
    .container {
        gap: 1em;
    }

    main, footer {
        grid-template-columns: 1fr;
    }

    .figure-instagram iframe {
        aspect-ratio: 1 / 1.05;
    }
}

@media (max-width: 600px) {
    .figure-instagram iframe {
        aspect-ratio: 1 / 1.075;
    }
}

@media (max-width: 559px) {
    .figure-instagram iframe {
        aspect-ratio: 1 / 1.115;
    }
}

@media (max-width: 450px) {
    .figure-instagram iframe {
        aspect-ratio: 1 / 1.175;
    }
}

@media (max-width: 399px) {
    .figure-instagram iframe {
        aspect-ratio: 1 / 1.225;
    }
}
