/*
 * TOVA brand typography:
 * The brand board specifies Gotham Round.
 * This stylesheet uses the installed Gotham Round family when available,
 * followed by rounded system fallbacks.
 */

:root {
    --navy: #173765;
    --navy-dark: #10284b;
    --sage: #aebca4;
    --coral: #ee9783;
    --yellow: #f3d49a;
    --blue: #aebfd6;
    --lavender: #c8b8d8;
    --cream: #f7f2ea;
    --paper: #fffdf9;
    --muted: #68758b;
    --border: rgba(23, 55, 101, .12);
    --shadow: 0 24px 70px rgba(23, 55, 101, .14);
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    color: var(--navy);
    background: var(--paper);
    font-family: "Gotham Round", "Gotham Rounded", "Arial Rounded MT Bold", "Trebuchet MS", Arial, sans-serif;
    line-height: 1.6;
    overflow-x: hidden;
}

img {
    display: block;
    max-width: 100%;
}

a {
    color: inherit;
    text-decoration: none;
}

button {
    font: inherit;
}

.container {
    width: min(1160px, calc(100% - 40px));
    margin-inline: auto;
}

.site-header {
    position: absolute;
    inset: 0 0 auto;
    z-index: 20;
    padding: 24px 0;
}

.nav-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
}

.brand {
    display: inline-flex;
}

.brand img {
    width: 190px;
    height: auto;
    object-fit: contain;
}

/* The HTML keeps this button, but there is intentionally no navigation. */
.menu-toggle {
    display: none;
}

.hero {
    position: relative;
    min-height: 790px;
    padding: 155px 0 90px;
    display: flex;
    align-items: center;
    overflow: hidden;
    background:
        radial-gradient(circle at 10% 22%, rgba(238, 151, 131, .18), transparent 28%),
        radial-gradient(circle at 90% 18%, rgba(174, 188, 164, .24), transparent 31%),
        var(--cream);
}

.hero-shape {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}

.hero-shape-one {
    width: 24px;
    height: 24px;
    left: 6%;
    top: 38%;
    background: var(--blue);
}

.hero-shape-two {
    width: 15px;
    height: 15px;
    right: 7%;
    top: 25%;
    background: var(--coral);
}

.hero-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1.03fr .97fr;
    gap: 72px;
    align-items: center;
}

.eyebrow {
    display: inline-block;
    margin-bottom: 18px;
    color: var(--coral);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .2em;
    text-transform: uppercase;
}

.coming-soon-heading {
    width: fit-content;
    margin-bottom: 24px;
    padding: 12px 18px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border: 1px solid rgba(23, 55, 101, .12);
    border-radius: 999px;
    color: var(--navy);
    background: rgba(255, 255, 255, .72);
    box-shadow: 0 12px 32px rgba(23, 55, 101, .08);
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .13em;
    text-transform: uppercase;
    backdrop-filter: blur(12px);
}

.coming-soon-dot {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: var(--coral);
    box-shadow: 0 0 0 0 rgba(238, 151, 131, .5);
    animation: comingSoonPulse 2s infinite;
}

@keyframes comingSoonPulse {
    0% { box-shadow: 0 0 0 0 rgba(238, 151, 131, .5); }
    70% { box-shadow: 0 0 0 10px rgba(238, 151, 131, 0); }
    100% { box-shadow: 0 0 0 0 rgba(238, 151, 131, 0); }
}

h1 {
    margin: 0 0 25px;
    max-width: 690px;
    font-size: clamp(50px, 6vw, 78px);
    font-weight: 700;
    line-height: 1.04;
    letter-spacing: -.045em;
}

h1 em {
    color: var(--coral);
    font-style: normal;
}

.hero-copy > p {
    max-width: 620px;
    margin: 0;
    color: var(--muted);
    font-size: 18px;
    line-height: 1.75;
}

.hero-trust {
    display: flex;
    flex-wrap: wrap;
    gap: 34px;
    margin-top: 40px;
}

.hero-trust div {
    display: flex;
    flex-direction: column;
    padding-left: 15px;
    border-left: 2px solid var(--coral);
}

.hero-trust div:nth-child(2) {
    border-color: var(--sage);
}

.hero-trust div:nth-child(3) {
    border-color: var(--yellow);
}

.hero-trust strong {
    font-size: 14px;
    font-weight: 700;
}

.hero-trust span {
    color: var(--muted);
    font-size: 12px;
}

.hero-visual {
    position: relative;
    min-height: 550px;
}

.visual-backdrop {
    position: absolute;
    top: 42px;
    left: 58px;
    width: 425px;
    height: 425px;
    border-radius: 46% 54% 57% 43% / 45% 44% 56% 55%;
    background: var(--sage);
    opacity: .78;
    transform: rotate(-7deg);
}

.product-card {
    position: absolute;
    overflow: hidden;
    background: white;
    box-shadow: var(--shadow);
}

.product-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-card-main {
    top: 20px;
    left: 110px;
    width: 330px;
    height: 440px;
    border-radius: 175px 175px 28px 28px;
    transform: rotate(3deg);
}

.product-card-small {
    right: -5px;
    bottom: 20px;
    width: 210px;
    height: 235px;
    border-radius: 28px;
    transform: rotate(-4deg);
}

.product-pill {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 2;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .9);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .17em;
}

.floating-note {
    position: absolute;
    left: 0;
    bottom: 16px;
    width: 255px;
    padding: 15px 18px;
    display: flex;
    gap: 13px;
    align-items: center;
    border-radius: 18px;
    background: rgba(255, 255, 255, .94);
    box-shadow: var(--shadow);
}

.note-icon {
    width: 43px;
    height: 43px;
    display: grid;
    place-items: center;
    flex: 0 0 43px;
    border-radius: 50%;
    background: var(--yellow);
    font-size: 24px;
}

.floating-note div {
    display: flex;
    flex-direction: column;
}

.floating-note strong {
    font-size: 13px;
}

.floating-note small {
    color: var(--muted);
    font-size: 11px;
}

.promise-strip {
    background: white;
    border-block: 1px solid var(--border);
}

.promise-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.promise-item {
    min-height: 155px;
    padding: 26px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    border-right: 1px solid var(--border);
}

.promise-item:last-child {
    border-right: 0;
}

.promise-icon-image {
    width: 74px;
    height: 74px;
    flex: 0 0 74px;
    border-radius: 50%;
    object-fit: cover;
}

.promise-item div {
    display: flex;
    flex-direction: column;
}

.promise-item strong {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.promise-item small {
    margin-top: 3px;
    color: var(--muted);
    font-size: 12px;
}

.site-footer {
    position: relative;
    padding: 82px 0 28px;
    color: var(--navy);
    background:
        radial-gradient(circle at 12% 15%, rgba(238, 151, 131, .18), transparent 24%),
        radial-gradient(circle at 88% 18%, rgba(174, 188, 164, .24), transparent 27%),
        #f6f1e9;
    border-top: 1px solid rgba(23, 55, 101, .08);
    overflow: hidden;
}

.site-footer::before {
    content: "";
    position: absolute;
    top: -42px;
    left: 50%;
    width: 130px;
    height: 82px;
    border-radius: 50%;
    background: var(--paper);
    transform: translateX(-50%);
    border-bottom: 1px solid rgba(23, 55, 101, .08);
}

.footer-grid {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
    text-align: center;
}

.footer-brand {
    padding: 30px 48px;
    border: 1px solid rgba(23, 55, 101, .1);
    border-radius: 28px;
    background: rgba(255, 255, 255, .56);
    box-shadow: 0 22px 60px rgba(23, 55, 101, .08);
    backdrop-filter: blur(10px);
}

.footer-brand img {
    width: 185px;
    margin-inline: auto;
}

.footer-brand p {
    margin: 16px 0 0;
    color: var(--muted);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .12em;
    line-height: 1.75;
    text-transform: uppercase;
}

.footer-bottom {
    position: relative;
    z-index: 2;
    margin-top: 42px;
    padding-top: 22px;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid rgba(23, 55, 101, .12);
    color: rgba(23, 55, 101, .58);
    font-size: 12px;
}

.footer-bottom a {
    color: var(--navy);
    font-weight: 700;
    transition: transform .2s ease, color .2s ease;
}

.footer-bottom a:hover {
    color: var(--coral);
    transform: translateY(-2px);
}

.reveal {
    opacity: 0;
    transform: translateY(26px);
    transition: opacity .75s ease, transform .75s ease;
}

.reveal.visible {
    opacity: 1;
    transform: translateY(0);
}

@media (max-width: 960px) {
    .hero {
        padding-top: 140px;
    }

    .hero-grid {
        grid-template-columns: 1fr;
        gap: 48px;
        text-align: center;
    }

    .hero-copy > p {
        margin-inline: auto;
    }

    .coming-soon-heading {
        margin-inline: auto;
    }

    .hero-trust {
        justify-content: center;
    }

    .hero-visual {
        width: min(100%, 580px);
        margin-inline: auto;
    }

    .promise-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .promise-item:nth-child(2) {
        border-right: 0;
    }

    .promise-item:nth-child(-n+2) {
        border-bottom: 1px solid var(--border);
    }
}

@media (max-width: 620px) {
    .container {
        width: min(100% - 24px, 1160px);
    }

    .site-header {
        padding-top: 17px;
    }

    .brand img {
        width: 155px;
        height: auto;
    }

    .hero {
        min-height: auto;
        padding: 118px 0 55px;
    }

    h1 {
        font-size: 45px;
    }

    .hero-copy > p {
        font-size: 16px;
    }

    .hero-trust {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 17px;
        text-align: left;
    }

    .hero-visual {
        min-height: 445px;
    }

    .visual-backdrop {
        width: 315px;
        height: 315px;
        left: 18px;
    }

    .product-card-main {
        left: 42px;
        width: 250px;
        height: 345px;
    }

    .product-card-small {
        right: 0;
        width: 155px;
        height: 170px;
    }

    .floating-note {
        width: 220px;
    }

    .promise-item {
        min-height: 145px;
        padding: 22px 10px;
        flex-direction: column;
        gap: 8px;
        text-align: center;
    }

    .promise-icon-image {
        width: 66px;
        height: 66px;
        flex-basis: 66px;
    }

    .footer-bottom {
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }
}

.coming-soon-text{
    font-size: 20px;
}
