/* 
    © 2025 Vanilla Agency. All rights reserved.
    Last Updated: 11-20-2025
*/

@font-face {
    font-family: 'SFPro';
    font-weight: 200;
    src: url(/fonts/SFProDisplayUltralight.woff) format('woff')
}

@font-face {
    font-family: 'SFPro';
    font-weight: 200;
    font-style: italic;
    src: url(static/fonts/SFProDisplayUltralightItalic.woff) format('woff')
}

@font-face {
    font-family: 'SFPro';
    font-weight: 300;
    src: url(/fonts/SFProDisplayThin.woff) format('woff')
}

@font-face {
    font-family: 'SFPro';
    font-weight: 300;
    font-style: italic;
    src: url(/fonts/SFProDisplayThinItalic.woff) format('woff')
}

@font-face {
    font-family: 'SFPro';
    font-weight: 400;
    src: url(/fonts/SFProDisplayLight.woff) format('woff')
}

@font-face {
    font-family: 'SFPro';
    font-weight: 400;
    font-style: italic;
    src: url(/fonts/SFProDisplayLightItalic.woff) format('woff')
}

@font-face {
    font-family: 'SFPro';
    font-weight: 500;
    src: url(/fonts/SFProDisplayRegular.woff) format('woff')
}

@font-face {
    font-family: 'SFPro';
    font-weight: 500;
    font-style: italic;
    src: url(/fonts/SFProDisplayRegularItalic.woff) format('woff')
}

@font-face {
    font-family: 'SFPro';
    font-weight: 600;
    src: url(/fonts/SFProDisplayMedium.woff) format('woff')
}

@font-face {
    font-family: 'SFPro';
    font-weight: 600;
    font-style: italic;
    src: url(/fonts/SFProDisplayMediumItalic.woff) format('woff')
}

@font-face {
    font-family: 'SFPro';
    font-weight: 700;
    src: url(/fonts/SFProDisplaySemibold.woff) format('woff')
}

@font-face {
    font-family: 'SFPro';
    font-weight: 700;
    font-style: italic;
    src: url(/fonts/SFProDisplaySemiboldItalic.woff) format('woff')
}

@font-face {
    font-family: 'SFPro';
    font-weight: 800;
    src: url(/fonts/SFProDisplayBold.woff) format('woff')
}

@font-face {
    font-family: 'SFPro';
    font-weight: 800;
    font-style: italic;
    src: url(/fonts/SFProDisplayBoldItalic.woff) format('woff')
}

@font-face {
    font-family: 'SFPro';
    font-weight: 900;
    src: url(/fonts/SFProDisplayHeavy.woff) format('woff')
}

@font-face {
    font-family: 'SFPro';
    font-weight: 900;
    font-style: italic;
    src: url(/fonts/SFProDisplayHeavyItalic.woff) format('woff')
}

@font-face {
    font-family: 'SFPro';
    font-weight: 1000;
    src: url(/fonts/SFProDisplayBlack.woff) format('woff')
}

/* San Francisco Rounded */

@font-face {
    font-family: 'SFProRounded';
    font-weight: 200;
    src: url(/fonts/SFProRoundedUltralight.otf) format('opentype');
}

@font-face {
    font-family: 'SFProRounded';
    font-weight: 300;
    src: url(/fonts/SFProRoundedThin.otf) format('opentype');
}

@font-face {
    font-family: 'SFProRounded';
    font-weight: 400;
    src: url(/fonts/SFProRoundedLight.otf) format('opentype');
}

@font-face {
    font-family: 'SFProRounded';
    font-weight: 500;
    src: url(/fonts/SFProRoundedRegular.otf) format('opentype');
}

@font-face {
    font-family: 'SFProRounded';
    font-weight: 600;
    src: url(/fonts/SFProRoundedMedium.otf) format('opentype');
}

@font-face {
    font-family: 'SFProRounded';
    font-weight: 700;
    src: url(/fonts/SFProRoundedSemibold.otf) format('opentype');
}

@font-face {
    font-family: 'SFProRounded';
    font-weight: 800;
    src: url(/fonts/SFProRoundedBold.otf) format('opentype');
}

@font-face {
    font-family: 'SFProRounded';
    font-weight: 900;
    src: url(/fonts/SFProRoundedHeavy.otf) format('opentype');
}

@font-face {
    font-family: 'SFProRounded';
    font-weight: 1000;
    src: url(/fonts/SFProRoundedBlack.otf) format('opentype');
}

/* Springs Note Handwriting */

@font-face {
    font-family: 'SpringsNote';
    font-weight: 500;
    src: url(/fonts/SpringsNoteRegular.otf) format('opentype');
}

@font-face {
    font-family: 'SpringsNote';
    font-weight: 600;
    src: url(/fonts/SpringsNoteBold.otf) format('opentype');
}

*,
*::before,
*::after {
    box-sizing: border-box
}

* {
    margin: 0;
    padding: 0
}

a {
    text-decoration: none
}

body {
    font-family: SFPro, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
    background: #F4F4ED;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    padding: 32px
}

.container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
    width: 100%;
    max-width: 980px;
    padding: 24px;
    border-radius: 18px;
    text-align: center;
    margin: 0 auto
}

.logo {
    max-width: 300px;
    height: auto;
    display: block;
    margin: 0 auto;
    -webkit-user-drag: none;
    margin-bottom: 3em;
  user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

.landing-h1 {
    font-family: SFPro, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
    font-weight: 800;
    font-size: 3em;
    color: #111111;
    line-height: 1.10;
    margin-bottom: 1em;
}

h1 span {
    background-image: linear-gradient(90deg, #ffae00 0%, #ffc400 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

.landing-text {
    display: block;
    font-family: SFPro, system-ui;
    font-weight: 500;
    font-size: 1.2em;
}

.landing-text h2 {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px;
    text-align: center;
    line-height: 1.2;
    justify-content: center;
}

.landing-text h2 .keep-all {
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    gap: 6px; 
}

.landing-text h2 .keep-all svg {
    margin-left: 0;
}

.landing-text h2 .no-break {
    white-space: nowrap;
    display: inline-block;
}

.landing-text h2 svg,
.landing-text svg.size-5 {
    width: 19px;
    height: 19px;
    flex: 0 0 auto;
    vertical-align: middle;
    margin-left: 0; 
}


.contact-text {
    font-family: SFPro, system-ui;
    font-weight: 600;
    font-size: 1.1em;
    color: #535450;
    margin-bottom: 1em;
}

.email {
    font-family: SFPro, system-ui;
    font-weight: 700;
    font-size: 1.05em;
    background: #ffae0018;
    color: #ff9900;
    padding: 6px 20px;
    border-radius: 999px;
    display: inline-block;
    box-sizing: border-box;
    max-width: 100%;
    text-align: center;
    word-wrap: break-word;
    border: 2px solid transparent;
    transition: all 0.2s ease;

}

.email:hover {
    background: #ffae0033;
    color: #ff9900;
    border: 2px solid rgba(100, 100, 100, 0.068);
}

footer {
    position: fixed;
    left: 50%;
    bottom: 3em;
    transform: translateX(-50%);
    z-index: 50;
    text-align: center;
    pointer-events: auto;
}

footer .email {
    display: inline-block;
    margin: 0;
}

.wrap-end {
    display: inline;
}

.arrow-group {
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
    margin-left: 4px;
}

#contour-lines {
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: -1;           
    pointer-events: none;
    display: block;
    background: transparent;
}



@media (max-width: 768px) {
    .container {
        max-width: 720px;
        padding: 20px;
        gap: 12px;
    }

    .logo {
        max-width: 220px;
        margin-bottom: 2.5em;
    }

    .landing-h1 {
        font-size: 2.2rem;
        line-height: 1.08;
        margin-bottom: 0.8em;
    }

    .landing-text {
        font-size: 1.05em;
    }

    .landing-text h2 {
        font-size: 1.4em;
        padding: 0 8px;
    }

    .landing-text h2 svg,
    .landing-text svg.size-5 {
        width: 17px;
        height: 17px;
    }

    footer {
        bottom: 2.5em;
    }
}

/* small phones */
@media (max-width: 420px) {
    body {
        padding: 12px;
    }

    .container {
        padding: 12px;
        border-radius: 12px;
        gap: 8px;
        justify-content: center;
    }

    .logo {
        width: 200px;
        margin-bottom: 2em;
    }

    .landing-h1 {
        font-size: 2rem; 
        line-height: 1.05;
        margin-bottom: 0.6em;
    }

    .landing-text {
        font-size: 0.98em;
        padding: 0 5px;
    }

    .landing-text h2 {
        font-size: 1.2em;
        line-height: 1.25;
        padding: 0 8px;
        text-align: center;
        margin-top: 2em;
    }


    .landing-text h2 .keep-all {
        white-space: normal;
        display: inline-flex;
        align-items: center;
        gap: 6px;
        flex-wrap: nowrap;
    }

    .landing-text h2 svg,
    .landing-text svg.size-5 {
        width: 14px;
        height: 14px;
    }

    footer {
        position: fixed;
        left: 50%;
        bottom: 3em;
        transform: translateX(-50%);
        z-index: 50;
        text-align: center;
        pointer-events: auto;
    }

    .contact-text {
        font-size: .9em;
        font-weight: 600;
    }

    footer .email {
        font-weight: 700;
        font-size: 0.9em;
        padding: 6px 14px;
    }




}

/* narrow screens */
@media (max-width: 320px) {
    .landing-h1 {
        font-size: 1.8rem;
    }

    .logo {
        width: 200px;
    }

    .landing-text {
        font-size: 0.95em;
    }

    .landing-text h2 svg,
    .landing-text svg.size-5 {
        width: 14px;
        height: 14px;
    }

    footer {
        bottom: 3em;
    }

    .contact-text {
        font-size: .9em;
}

}

.landing-text h2 .nowrap-group {
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
    gap: 6px;
}

.fade-up {
    opacity: 0;
    transform: translateY(32px);
    transition: opacity 0.7s cubic-bezier(.4,0,.2,1), transform 0.7s cubic-bezier(.4,0,.2,1);
    will-change: opacity, transform;
}

footer.fade-up {
    transform: translateX(-50%) translateY(32px);
}

@keyframes gradient-sweep {
  0% {
    background-image: linear-gradient(90deg, #ff6a00 0%, #ffe600 80%);
  }
  40% {
    background-image: linear-gradient(90deg, #ffb700 0%, #ffe600 80%);
  }
  80% {
    background-image: linear-gradient(90deg, #ffd000 0%, #ffc400 80%);
  }
  100% {
    background-image: linear-gradient(90deg, #ffae00 0%, #ffc400 80%);
  }
}

h1 span.animated-gradient {
    background-image: linear-gradient(90deg, #ff6a00, #ffe600, #ffae00, #ffc400);
    background-size: 200% 100%;
    background-position: 100% 0;
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    animation: gradient-move 1.2s ease forwards;
}

@keyframes gradient-move {
  from {
    background-position: 0% 0;
  }
  to {
    background-position: 100% 0;
  }
}

.arrow-group svg {
    opacity: 0;
    transform: translate(-16px, 16px);
    transition: none;
}

.arrow-group svg.animated-arrow {
    animation: arrow-fade-in 1.2s cubic-bezier(.4,0,.2,1) forwards;
}

@keyframes arrow-fade-in {
  0% {
    opacity: 0;
    transform: translate(-16px, 16px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}