/* =========================================================
   Hero Block
   ========================================================= */

:root {
    --hero-gold: #DAC895;
    --hero-gold-dark: #DFBE62;
    --hero-olive: #4a5c3a;
    --hero-white: #ffffff;
    --hero-overlay: rgba(10, 10, 10, 0.62);
    --hero-font-serif: Montserrat, serif;
}

/* Section wrapper ---------------------------------------- */
.hero-block {
    position: relative;
    width: 100%;
    background-color: #111;
    background-image: var(--hero-bg-url);
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    overflow: hidden;
    display: flex;
    align-items: stretch;
}

.block-editor-block-list__block .hero-block {
    margin-top: 0;
}

.hero-block__bg-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center bottom;
    z-index: 0;
}

/* Dark overlay ------------------------------------------- */
.hero-block__overlay {
    position: absolute;
    inset: 0;
    background: var(--hero-overlay);
    z-index: 0;
}

/* Inner layout ------------------------------------------- */
.hero-block__inner {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-end;
    gap: 0.9rem;
    margin: 0 auto;
    max-width: 1540px;
    width: 100%;
    padding: 60px 20px 30px 20px;
}

.hero-block__top-row {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 1.25rem;
    width: 100%;
    margin-bottom: 16px;
}

.hero-block__top-image {
    margin-bottom: 0;
}

.hero-block__content {
    display: flex;
    flex-direction: column;
    gap: 0.9rem;
    width: 47%;
}

.hero-block__badge {
    width: 150px;
    height: 150px;
    flex-shrink: 0;
}

/* =========================================================
   Left Column
   ========================================================= */
.hero-block__left {
    max-width: 50%;
    width: 700px;
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

/* Small decorative image above heading */
.hero-block__top-image img {
    width: auto;
    height: 90px;
    display: block;
}

/* Main heading */
.hero-block__heading {
    margin: 0;
    font-family: var(--hero-font-serif);
    color: var(--hero-white);
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: uppercase;
    margin-bottom: 10px;
}

/* Inline badge / tag — editor wraps "Girl!" in <span class="hero-tag"> */
.hero-block__heading .hero-tag {
    display: inline-block;
    font-size: 0.42em;
    font-weight: 700;
    font-family: sans-serif;
    color: var(--hero-gold);
    background: transparent;
    border: 2px solid var(--hero-gold);
    border-radius: 999px;
    padding: 0.18em 0.6em 0.14em;
    vertical-align: middle;
    letter-spacing: 0.02em;
    line-height: 1.3;
    position: relative;
    top: -0.1em;
}

/* Description */
.hero-block__description {
    color: var(--hero-white);
    font-family: var(--hero-font-serif);
    font-weight: 300;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 0;
    width: 95%;
    max-width: 590px;
}

.hero-block__description p {
    margin: 0;
    font-family: var(--hero-font-serif);
}

.hero-block__description p:last-child {
    margin-bottom: 0;
}

/* CTA buttons -------------------------------------------- */
.hero-block__ctas {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
    align-items: center;
    margin-bottom: 18px;
    padding-top: 16px;
}

.curved-arrow {
    position: absolute;
    right: 40%;
    top: 125%;
    width: 35px;
    height: auto;
    pointer-events: none;
}

.hero-block__cta {
    display: inline-block;
    font-family: var(--hero-font-serif);
    text-align: center;
    padding: 12px 20px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: 0%;
    text-decoration: none;
    transition: background 0.2s, color 0.2s, border-color 0.2s;
    cursor: pointer;
    white-space: nowrap;
}

/* Outline button (primary CTA) */
.hero-block__cta--outline {
    color: var(--hero-gold);
    border: 2px solid var(--hero-gold);
    background: transparent;
}

.hero-block__cta--outline:hover {
    background: var(--hero-gold);
    color: #111;
}

/* Filled button (secondary CTA) */
.hero-block__cta--filled {
    color: #574D44;
    border: 1.5px solid var(--hero-gold);
    background: var(--hero-gold);
    background: linear-gradient(90deg, rgba(218, 200, 149, 1) 30%, rgba(223, 190, 98, 1) 70%);
}

.hero-block__cta--filled:hover {
    background: var(--hero-gold-dark);
    border-color: var(--hero-gold-dark);
}

/* Countdown -------------------------------------------- */
.hero-block__countdown {
    margin-top: 0.5rem;
}

.hero-block__countdown-label {
    font-family: Fustat;
    font-weight: 700;
    font-style: Bold;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0%;
    color: var(--hero-white);
    margin-bottom: 20px;
}

.hero-block__countdown-timer {
    display: flex;
    align-items: flex-start;
    gap: 0.4rem;
}

.hero-block__countdown-unit {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.1rem;
    min-width: 3.5rem;

    font-family: Cormorant;
    font-weight: 600;
    font-size: 60px;
    line-height: 26px;
    letter-spacing: 0%;
    text-align: center;
}

.hero-block__countdown-number {
    font-family: Cormorant;
    font-size: 60px;
    font-weight: 600;
    color: var(--hero-white);
    line-height: 26px;
    letter-spacing: 0%;
    font-variant-numeric: tabular-nums;
    margin-bottom: 30px;
}

.hero-block__countdown-unit-label {
    color: var(--hero-white);
    font-family: var(--hero-font-serif);
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;
}

.hero-block__countdown-sep {
    font-size: clamp(2rem, 3.5vw, 3rem);
    font-weight: 700;
    color: #E3CF9D;
    line-height: 1;
    margin-top: 0.05em;
    margin-left: 15px;
    margin-right: 15px;
}

/* =========================================================
   Right Column
   ========================================================= */
.hero-block__right {
    flex: 0 0 45%;
    max-width: 45%;
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    flex-direction: column;
}

/* Circular badge (top-right corner) */
.hero-block__badge {}

.hero-block__badge img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 50%;
}

@keyframes hero-badge-spin {
    to {
        transform: rotate(360deg);
    }
}

/* Book / product image */
.hero-block__book {
    margin-top: 4px;
}

.hero-block__book img {
    width: auto;
    max-width: 100%;
    max-height: 34vh;
    height: auto;
    display: block;
    object-fit: contain;
}

/* =========================================================
   Responsive
   ========================================================= */

@media (max-width: 1024px) {
    .hero-block {
        margin-top: -60px;
    }

    .hero-block__content {
        width: 60%;
    }

    .hero-block__badge {
        width: 120px;
        height: 120px;
    }

    .hero-block__book img {
        max-height: 30vh;
    }

    .curved-arrow {
        right: 30%;
    }
}

@media (max-width: 768px) {
    .hero-block {
        height: auto;
        min-height: calc(100vh - 20px);
        min-height: calc(100svh - 20px);
        margin-top: 0;
    }

    .hero-block__inner {
        padding: 40px 18px 40px;
        gap: 1rem;
        justify-content: center;
    }

    .hero-block__content {
        width: 100%;
    }

    .hero-block__description {
        max-width: 100%;
    }

    .hero-block__top-image img {
        height: 64px;
    }

    .hero-block__badge {
        width: 84px;
        height: 84px;
    }

    .curved-arrow {
        right: 30%;
        top: 110%;
    }

    .hero-block__book {
        margin: 4px auto 0;
    }

    .hero-block__book img {
        max-height: 26vh;
        margin: 0 auto;
    }
}

@media (max-width: 480px) {
    .hero-block__description,
    .hero-block__description p,
    .hero-block__description li,
    .hero-block__info,
    .hero-block__info p {
        font-size: 16px !important;
        line-height: 1.75 !important;
    }

    .hero-block__inner {
        padding: 0 16px 32px;
    }

    .hero-block__heading {
        font-size: 15px;
    }

    .hero-block__description {
        font-size: 16px;
    }

    .hero-block__ctas {
        flex-direction: column;
        align-items: stretch;
        gap: 10px;
    }

    .hero-block__cta {
        width: 100%;
        font-size: 13px;
        padding: 12px 18px;
    }

    .hero-block__countdown-label {
        font-size: 14px;
        margin-bottom: 14px;
    }

    .hero-block__countdown-timer {
        gap: 0.2rem;
    }

    .hero-block__countdown-unit,
    .hero-block__countdown-number {
        font-size: 42px;
    }

    .hero-block__countdown-number {
        margin-bottom: 20px;
    }

    .hero-block__countdown-unit {
        min-width: 2.6rem;
    }

    .hero-block__countdown-sep {
        font-size: 1.8rem;
        margin-left: 8px;
        margin-right: 8px;
    }

    .hero-block__top-image img {
        height: 54px;
    }

    .hero-block__badge {
        width: 68px;
        height: 68px;
    }
}

.hero-block__cta--amazon {
    color: #ffffff;
    background: #00A3E0;
    border: 1.5px solid #00A3E0;
}

.hero-block__cta--amazon:hover {
    background: #008CC2;
    border-color: #008CC2;
}

.hero-block__description,
.hero-block__description *,
.hero-block__info,
.hero-block__info * {
    font-family: 'Montserrat', sans-serif;
}
