@import "../../assets/base/flash.css";

@import "../../assets/base/reset.css";
@import "../../assets/base/base.css";
@import "../../assets/base/form.css";
@import "../../assets/base/drop.css";

/* @import "../../assets/base/icons.css";
@import "../../assets/base/image-library-modal.css"; */

/* Cinzel - self-hosted woff2 */
@font-face {
  font-family: 'Cinzel';
  font-style: normal;
  font-weight: 400 900;
  font-display: swap;
  src: url(fonts/cinzel-latin-ext-13f7088db160c71ce8693d7ea8171b06.woff2?vsn=d) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Cinzel';
  font-style: normal;
  font-weight: 400 900;
  font-display: swap;
  src: url(fonts/cinzel-latin-e7ed1ab78a1744183d3dde29701c5fa8.woff2?vsn=d) 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+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* Cormorant Garamond Normal - self-hosted woff2 */
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url(fonts/cormorant-garamond-normal-latin-ext-acc46a2a7785e64a3a761be80754fe79.woff2?vsn=d) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url(fonts/cormorant-garamond-normal-latin-c47ff12887a36dac62f887a6fdb51066.woff2?vsn=d) 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+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* Cormorant Garamond Italic - self-hosted woff2 */
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: italic;
  font-weight: 300 700;
  font-display: swap;
  src: url(fonts/cormorant-garamond-italic-latin-ext-61d59919981ff605d014692d0e1a0e39.woff2?vsn=d) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: italic;
  font-weight: 300 700;
  font-display: swap;
  src: url(fonts/cormorant-garamond-italic-latin-3e2c4175a96de7ac356a2bff686a68ef.woff2?vsn=d) 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+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

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

body {
    font-family: "Cormorant Garamond", serif;
    background-color: #fafafa;
    color: #2c2c2c;
    line-height: 1.6;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.outer,
.inner {
    width: 100%;
    height: 100%;
}

main.main {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

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

.inner {
    max-width: 80rem;
    margin: auto;
}

.container {
    text-align: center;
    /* max-width: 800px; */
    padding: 0 2rem;
    position: relative;
}

h1 {
    font-family: "Cinzel", serif;
    font-size: clamp(3rem, 8vw, 6rem);
    font-weight: 500;
    color: #1a1a1a;
    margin-bottom: 1rem;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.subtitle,
.section-header {
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(1.5rem, 1.237rem + 1.404vw, 2.5rem);
    font-weight: 300;
    color: #666;
    /* margin-bottom: 3rem; */
    letter-spacing: 0.0625rem;
}

.description,
.body p {
    font-family: "Cormorant Garamond", serif;
    /* font-size: clamp(1.25rem, 3vw, 1.8rem); */
    font-weight: 400;
    color: #444;
    letter-spacing: 0.0375rem;
    word-spacing: 0.125rem;
    font-style: italic;
    font-size: 1.25rem;
    margin: 0;
}

.body p {
    margin: 1rem 0;
}

.divider {
    width: 80px;
    height: 1px;
    background: linear-gradient(90deg, transparent, #ccc, transparent);
    margin: 2rem auto;
}

.bg-home header.header,
.bg-home header.header * {
    visibility: hidden;
    height: 0;
    margin: 0;
}

.img-panel {
    display: none;
}

footer.footer {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    padding: 2rem 0;
    font-variant: all-small-caps;
    color: rgba(0, 0, 0, 0.85);
    text-align: center;
    width: 50rem;
    letter-spacing: 0.125rem;
}

.button {
    /* opacity: 0; */
    /* animation: fadeIn 3s ease-out 4s forwards; */
    /* background-color: #f17080; */
    /* background-color: #c6e3e7; */
    display: inline-block;
    /* justify-content: center;
    align-items: center; */
    text-align: center;
    margin-top: 6rem;
    color: #1a1a1a;
    border: 0.0625rem dotted rgba(102, 102, 102, 0.25);
    border: 0.0625rem solid #ccc;
    /* color: #fff; */
    letter-spacing: 0.25rem;
    font-family: "Cinzel", serif;
    padding: 0.5rem 4rem;
    font-size: 1.125rem;
    text-transform: uppercase;
    font-weight: 100;
    border-radius: 0.25rem;
    transition: 0.25s;
}

.button:hover {
    /* box-shadow: 0 0 2rem rgba(0,0,0, .15); */
    transition: 0.3s;
    background-color: orangered;
    background-color: #aca7cb;
    background-color: #00979d;
    color: #fff;
}

.admin.actions .button {
    margin: 2rem 0;
}

@media (max-width: 48rem) {
    .container {
        padding: 0 1rem;
    }

    .main-title {
        margin-bottom: 0.5rem;
    }

    .subtitle {
        margin-bottom: 2rem;
    }
}

/* Subtle animation on load */
.container {
    opacity: 0;
    animation: fadeIn 1.2s ease-out forwards;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        /* transform: translateY(20px); */
    }
    to {
        opacity: 1;
        /* transform: translateY(0); */
    }
}
