@font-face {
    font-family: 'Ugly Dave';
    src: url('/assets/fonts/UglyDaveRegular.woff') format('woff2'),
        url('/assets/fonts/UglyDaveRegular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Milligram Text Book';
    src: url('/assets/fonts/MilligramText-Book.woff2') format('woff2'),
        url('/assets/fonts/MilligramText-Book.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gascogne-Serial';
    src: url('/assets/fonts/Gascogne-Serial-Light-Regular.woff2') format('woff2'),
        url('/assets/fonts/Gascogne-Serial-Light-Regular.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

:root {
    --navy: #2B384D;
    --white: #F8F0E0;
}


.fh1 {
    font-family: 'Gascogne-Serial';
    font-size: 40px;
    font-style: normal;
    font-weight: 300;
    line-height: 44px;
    color: var(--white)
}

.fp {
    font-family: 'Milligram Text Book';
    font-size: 13px;
    font-style: normal;
    font-weight: 300;
    line-height: 20px;
    color: var(--white);
    text-align: center;
    margin: 0;
}

.fdave {
    font-family: 'Ugly Dave';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    color: var(--white)
}

/* CSS Reset */

*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default padding */
ul[class],
ol[class] {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core body defaults */
body {
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1;
  font-family: sans-serif;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul[class],
ol[class] {
  list-style: none;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
}


/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/*  */

.outline {
    border: 1px solid green;
}

body .landing {
    height: 100svh;
    background-color: var(--navy);
}

body .landing .col {
    height: 100svh;
    position: relative;
}

body .landing .col.left {
    grid-column: 1/ span 7;
    grid-row: 1;
    z-index: 1;
}

body .landing .col.left img {
    position: absolute;
    top: 0;
    left: 0;
}

body .landing .col.left .flower-top-left {
    width: 70%;
    height: auto;
    object-fit: contain;
}

body .landing .col.left .flower-bottom-left {
    position: absolute;
    top: unset;
    left: 14%;
    bottom: 0;
    width: 80%;
    height: auto;
    object-fit: contain;
}


body .landing .col.center {
    grid-column: 7/ span 6;
    grid-row: 1;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
}

body .landing .col.center .main {
    max-width: 435px;
    margin-bottom: clamp(-116px, -19svh, -70px)
}

body .landing .col.center .main h2 {
    text-align: center;
}

body .landing .col.center .main .subtitle {
    padding: 30px 0 26px;
}


body .landing .col.center .logo-wrap {
    position: absolute;
    top: 46px;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

body .landing .col.right {
    grid-column: 14/ span 6;
    grid-row: 1;
    z-index: 1;
}

body .landing .col.right img {
    position: absolute;
    top: 0;
    right: 0;
}

.grid-primary {
    display: grid;
    grid-template-columns: repeat(18, 1fr);
    grid-auto-rows: minmax(min-content, max-content);
    column-gap: var(--pm);
    row-gap: var(--pm);
    width: 100%;
}

@media (max-width: 618px) {
    .grid-primary {
        grid-template-columns: repeat(12, 1fr);
    }

    body .landing .col.left {
        grid-column: 1/ 6;
        grid-row: 1;
        z-index: 1;
    }

    body .landing .col.left .flower-top-left {
        width: 23vw ;
        height: auto;
        object-position: top;
        max-width: unset;
    }

    body .landing .col.left .flower-bottom-left {
        width: 60vw;
        max-width: unset;
    }

    body .landing .col.center {
        grid-column: 3/ 11;
        grid-row: 1;
        z-index: 1;
    }

    body .landing .col.center .main {
        margin-bottom: -5svh;
    }

    body .landing .col.right {
        grid-column: 10/ span 3;
        grid-row: 1;
        z-index: 1;
    }

    body .landing .col.right .flower-1-right {
        max-width: unset;
        width: 22vw;
    }
    
}


/* Klaviyo Form */

.subscribe-form-wrap  {
    display: flex;
    justify-content: center;
}

.subscribe-form-wrap #email_139636973 {
    background-color: transparent !important;
    border: none !important;
    border-bottom: 1px solid var(--white) !important;
    border-radius: 0 !important;
    font-family: 'Ugly Dave' !important;
    padding: 0 !important;
    padding-left: 0 !important;
    padding-bottom: 10px !important;
    height: unset !important;
    color: var(--white) !important;
    font-size: 19px !important;
}

.subscribe-form-wrap #email_139636973::placeholder {
    font-family: 'Ugly Dave';
        font-size: 16px !important;
        font-style: normal !important;
        font-weight: 400 !important;
        line-height: 20px !important;
}

.subscribe-form-wrap #email_139636973:focus-visible {
   outline: none !important;
}

.subscribe-form-wrap form {
   padding-top: 0 !important;
}

.subscribe-form-wrap .form-inner  {
    width: 310px;
}

.subscribe-form-wrap h1 span {
    font-family: 'Milligram Text Book' !important;
    font-size: 21px !important;
    font-style: normal !important;
    font-weight: 500 !important;
    color: var(--white) !important;
    padding-bottom: 0 !important;
}

.subscribe-form-wrap p span {
    font-family: 'Gascogne-Serial' !important;
    font-size: 13px !important;
    font-style: normal !important;
    font-weight: 300 !important;
    color: var(--white) !important;
    top: -8px !important;
    position:  relative !important;
}

.subscribe-form-wrap button {
    font-family: 'Ugly Dave' !important;
    padding: 15px !important;
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 20px !important;
    height: unset !important;
    margin-top: 10px;  
}

