@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Notable&display=swap');


body {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #000;
    
}

a {
    color: #000;
    text-decoration: none;
   
}
.site-header {
    padding: 50px 0;
    position: absolute;     /* sit on top of hero */
    top: 0;                 /* pinned to top */
    left: 0;
    
    width:100%;            /* full width */
    background: transparent; /* no background */
    z-index: 20;         
    

}

.header-inner {

    
/* we use flex box to alight header content automatically 
and justify the spaces between the elements  */
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: transparent; 
 margin: 0 auto;
 padding: 0 50px; 

    max-width: 100%;
    

}
.site-branding {
    display: flex;
	/* flex-direction: row; */
	align-items: center;
}
.logo {
    height: 36px;
    width: auto;
}



.header-text-line {
    
    
    color: #EDECDE;
    text-align: right;
    font-family: "EB Garamond";
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -1px;    
}

.header-text-line em {
    font-style: italic;
    font-weight: 400; 
}

.brand-link {
	display: flex;
	align-items: center;
	text-decoration: none;
	color: inherit;
}




.hero {

    position: relative;
    width: 100%;
    height: calc(100vh - 75px); /* leave space for footer */
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;

    
    
}
.hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    transition: opacity 1.2s ease-in-out;
    z-index: 1;
    opacity: 0;
}


.hero-bg:first-child {
    background-position: center top;
}

.hero-bg.active {
    opacity: 1;
}

.comingsoon-span {
    color: #EDECDE;
    text-align: center;
    font-family: Notable;
    font-size: 154px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -7.84px;
}   
.coming-soon {
    text-align: center;
    position: relative;
    z-index: 5;
    text-align: center;
}




.site-footer {
        position: relative;  /* normal flow below hero */
        height: 75px;
        width: 100%;   /* example solid footer */
        display: flex;
        background-color: #edecde;
        justify-content: space-between;
        align-items: center;
        /* padding: 0 20px; */
        color: #fff;
    
    
    /* max-width: 1380px;
    margin-left: auto;
    margin-right: auto; */
/* we use flex box to alight header content automatically 
and justify the spaces between the elements  */
    
  }

  .site-footer-full{
    background-color: #edecde;
    
  }
  
  

  .footer-instagram,
  .footer-email {
    display: flex; 
    color: #f06;  
    padding-left: 50px;
    padding-right: 50px;
    color: #1D0500;
    text-align: center;
    font-family: "EB Garamond";
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -1.44px;
} /* keep contents inline */
   
  

  .footer-email {
    text-align: right;
  }

  .black {
    color: #1d0500;
  }
 
/* this is the opt-in page */

  @media (max-width:1100px) {
    .comingsoon-span {
        font-size: 96px;
    }
    .footer-instagram,
    .footer-email {
        font-size: 24px;
    }
    .logo {
        height: 24px;
        width: auto;
    }
    .header-text-line {
        font-size: 24px;
          
    }
}

  @media (max-width:480px) {
    .comingsoon-span {
        font-size: 80px;
        color: red;
    }
    .footer-instagram,
    .footer-email {
        font-size: 16px;
        color: red;
    }
    .logo {
        height: 16px;
        width: auto;
    }
    .header-text-line {
        font-size: 16px;
        max-width: 50%;
          
    }
    }







    /* this is the opt-in page */
    /* .container {
        background: none !important;
        box-shadow: none !important;
        padding: 0 !important;
    }
    
    .optin-form-wrapper {
        background: none !important;
        box-shadow: none !important;
        padding: 0 !important;
    } */

    /* ========================================
   General Layout
======================================== */
/* Hide site header only on the opt-in page */
/* Hide header and remove its occupied space on opt-in page */
body.page-template-template-optin .site-header {
    display: none;
    height: 0;
    margin: 0;
    padding: 0;
}
.optin-page {
    /* background-color: yellow; */
    padding: 160px 20px;
}

.container {
    max-width: 1140px;
    margin: 0 auto;
}

h1 {
    margin: 0 0 20px;
}
/* ========================================
   Header Section
======================================== */

.optin-header {
    text-align: center;
    margin-bottom: 60px;
}

.optin-headline {
    font-size: 2.5rem;
    font-weight: 700;
}

.optin-top-cta {
    display: inline-block;
    margin-top: 20px;
}
/* =========================
   OPTIN HERO
========================= */

.optin-hero {
    padding: 80px 20px;
    display: flex;
    justify-content: center;   /* centers grid horizontally */
}

.hero-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    max-width: 1100px;
    width: 100%;
    align-items: center;       /* centers image + form vertically */
}

.hero-image {
    position: relative;
    width: 100%;
    padding-top: 100%; /* 1:1 ratio */
    overflow: hidden;
    border: 1px ;
    border-radius: 5%;
}

.hero-image img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translate(-50%, -50%);
}


/* FORM SIDE */
.hero-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
/* ========================================
   Buttons
======================================== */

.btn {
    display: inline-block;
    padding: 14px 28px;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 4px;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    transition: all 0.2s ease;
}

.btn-primary {
    background-color: #000;
    color: #fff;
    border: none;
}

.btn-primary:hover {
    background-color: #333;
}

/* MOBILE */
@media (max-width: 991px) {
    .hero-grid {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .hero-image {
        margin-bottom: 40px;
    }
}

