.opening {
    height: min(780px, 100vh);
    min-height: 650px;
    padding-top: 67px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
  
}

.opening-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    margin: 0;
}

.opening-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center 58%;
    filter: saturate(.66) brightness(.88);
}

.opening-image:after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .4);
    mix-blend-mode: multiply;
}

.opening-caption {
    position: absolute;
    z-index: 3;
    left: 50%;
    bottom: 28px;
    width: 34px;
    height: 58px;
    border: 0;
    background: transparent;
    padding: 0;
    color: var(--paper);
    transform: translateX(-50%);
    animation: arrow-bob 2.1s ease-in-out infinite;
    cursor: pointer;
    pointer-events: auto;
}

.opening-caption svg {
    display: block;
    width: 100%;
    height: 100%;
    overflow: visible;
}

.opening-caption path {
    fill: none;
    stroke: currentColor;
    stroke-width: 3.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.clean-arrow {
    stroke-dasharray: 76;
    stroke-dashoffset: 76;
    animation: arrow-draw 2.1s ease-out infinite;
}

.opening-caption:hover {
    color: var(--sand);
    animation-duration: 1.4s;
}

.opening-intro {
    position: relative;
    z-index: 1;
    width: min(720px, calc(100% - 72px));
    margin: 0 auto;
    text-align: center;
    transform: translateY(-22px);
}

.opening-intro h1 {
   font: clamp(34px, 3.9vw, 58px) / .98 var(--display);
    font-weight: 400;
    letter-spacing: -.025em;
    max-width: 690px;
    margin: 15px auto 16px;
    color: #ffffff;

}

.opening-intro p {
    max-width: 610px;
    color: rgba(247, 244, 237, .88);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.7;
    letter-spacing: 0;
    text-transform: none;
    margin: 0 auto;
	  font-family: Poppins !important;
}

.opening-actions {
    display: flex;
    justify-content: center;
    gap: 14px;
    margin-top: 26px;
}

.opening .button {
    background: var(--clay-deep);
    border-color: var(--clay-deep);
    color: var(--paper);
    font-weight: 700;
    border-width: 2px;
}

.opening .button:hover {
    background: var(--clay);
    border-color: var(--clay);
    color: var(--paper);
}

.brand-name {
    white-space: nowrap;
}

.story-accent,
.accent-script {
    font-family: "Oldport Script", cursive;
    font-size: 1.12em;
    font-weight: 400;
    letter-spacing: 0;
    white-space: nowrap;
    display: inline-block;
}

/* -------------------------
   STAR FIELD
   ------------------------- */

.hero-stars {
    position: unset;
    inset: 0;
    z-index: 1;
    overflow: hidden;
    pointer-events: none;
}

.hero-star {
    position: absolute;
    display: block;
    color: rgba(247, 244, 237, .84);
    filter: drop-shadow(0 2px 8px rgba(0, 0, 0, .22));
    animation: star-drift 5.2s ease-in-out infinite alternate;
}

.hero-star svg {
    display: block;
    width: 100%;
    height: 100%;
    overflow: visible;
}

.hero-star path {
    fill: rgba(247, 244, 237, .08);
    stroke: currentColor;
    stroke-width: 4;
    vector-effect: non-scaling-stroke;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.hero-star-one {
    top: 18%;
    left: 4%;
    width: 51px;
    height: 51px;
    transform: rotate(-13deg);
}

.hero-star-two {
    top: 27%;
    right: 14%;
    width: 39px;
    height: 39px;
    transform: rotate(15deg);
    animation-delay: -2.4s;
}

.hero-star-three {
    bottom: 22%;
    left: 13%;
    width: 33px;
    height: 33px;
    transform: rotate(8deg);
    animation-delay: -4.2s;
}

.hero-star-four {
    top: 12%;
    left: 30%;
    width: 29px;
    height: 29px;
    transform: rotate(-26deg);
    animation-delay: -1.1s;
}

.hero-star-five {
    top: 51%;
    right: 5%;
    width: 31px;
    height: 31px;
    transform: rotate(22deg);
    animation-delay: -3.1s;
}

.hero-star-six {
    bottom: 13%;
    right: 10%;
    width: 46px;
    height: 46px;
    transform: rotate(-9deg);
    animation-delay: -4.6s;
}

@keyframes star-drift {
    0% {
        translate: 0 2px;
        rotate: -1deg;
    }

    50% {
        translate: 4px -8px;
        rotate: 2deg;
    }

    100% {
        translate: -3px -13px;
        rotate: -2deg;
    }
}

@keyframes arrow-draw {
    0%, 12% {
        stroke-dashoffset: 76;
    }

    46%, 100% {
        stroke-dashoffset: 0;
    }
}

@keyframes arrow-bob {
    0%, 100% {
        margin-bottom: 0;
    }

    50% {
        margin-bottom: -7px;
    }
}

/* -------------------------
   PROTOTYPE COLOR VARIABLES
   ------------------------- */

:root {
    --ink: #203735;
    --forest: #31483f;
    --moss: #69786a;
    --paper: #f7f4ed;
    --cream: #ebe5d7;
    --sand: #d7cbb6;
    --clay: #60766a;
    --clay-deep: #31483f;
    --mist: #dfe7e1;
    --line: #c8cec4;
    --display: "Spring Spirit", "Poppins", Georgia, serif;
    --sans: "Poppins", system-ui, sans-serif;
}

/* =========================================
   EVERSTORY MENU
   Works with Elementor Navigation Menu
   ========================================= */

.everstory-menu ul.elementor-nav-menu > li {
    display: none !important;
}

.everstory-menu ul.elementor-nav-menu > li:first-child {
    display: block !important;
}

.everstory-menu ul.elementor-nav-menu > li:first-child > a {
    display: inline-flex !important;
    align-items: center !important;
    gap: 10px !important;

    margin: 0 !important;
    padding: 8px 0 !important;

    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;

    color: #ffffff !important;

    font-family: "Poppins", Arial, sans-serif !important;
    font-size: 10px !important;
    font-weight: 800 !important;
    line-height: 1 !important;
    letter-spacing: 0.12em !important;
    text-transform: uppercase !important;
}

/* Hamburger icon */
.everstory-menu ul.elementor-nav-menu > li:first-child > a::before {
    content: "" !important;

    display: inline-block !important;
    width: 15px !important;
    height: 11px !important;
    flex: 0 0 15px !important;

    background:
        linear-gradient(#ffffff, #ffffff) 0 0 / 15px 1.5px no-repeat,
        linear-gradient(#ffffff, #ffffff) 0 5px / 15px 1.5px no-repeat,
        linear-gradient(#ffffff, #ffffff) 0 10px / 15px 1.5px no-repeat !important;
}

/* Hover */
.everstory-menu ul.elementor-nav-menu > li:first-child > a:hover {
    color: #d7cbb6 !important;
    background: transparent !important;
    transform: translateY(-2px) rotate(-1deg) !important;
}

/* Remove Elementor active styling */
.everstory-menu ul.elementor-nav-menu > li:first-child > a.elementor-item-active {
    color: #ffffff !important;
    background: transparent !important;
}

/* =========================================
   ALL DEVICES
   ========================================= */

@media (max-width: 767px) {

    .everstory-menu ul.elementor-nav-menu > li:first-child > a {
        font-size: 10px !important;
    }

    .everstory-menu ul.elementor-nav-menu > li:first-child > a::before {
        width: 15px !important;
        flex-basis: 15px !important;
    }
}

/* -------------------------
   MOBILE — EXACT PROTOTYPE
   ------------------------- */

@media (max-width: 560px) {

    .opening {
        height: 780px;
    }

    .opening-intro {
        transform: translateY(-10px);
    }

    .opening-intro h1 {
        font-size: 31px;
    }

    .hero-star-one {
        top: 16%;
        left: 8%;
        width: 37px;
        height: 37px;
    }

    .hero-star-two {
        top: 24%;
        right: 7%;
        width: 29px;
        height: 29px;
    }

    .hero-star-three,
    .hero-star-five,
    .hero-star-six {
        display: none;
    }

    .hero-star-four {
        top: 13%;
        left: 27%;
        width: 23px;
        height: 23px;
    }
}
```
