body {
    margin: 0;
    background-color: #F7F4EE;
    font-family: 'Cormorant Garamond', serif;
}

.site-header {
    height: 140px;
    background-color: #F7F4EE;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav-bar {
    width: 100%;
    max-width: 1280px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 60px;
    box-sizing: border-box;
}

.nav-side {
    width: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.icon-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #111;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.nav-center {
    display: flex;
    flex: 1;
    justify-content: center;
}

.logo-item {
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo {
    margin-bottom: 0;
    width: auto;
    height: 70px;
    display: block;
}

.nav-list {
    display: flex;
    align-items: center;
    list-style: none;
    gap: 56px;
    padding: 0;
    margin: 0;
}

.nav-list a {
    text-decoration: none;
    letter-spacing: 0.13em;
    color: #111;
    font-size: 14px;
    font-weight: 600;
    font-family: 'DM Sans', sans-serif;
}

.nav-list a:hover {
    text-decoration: underline;
    text-underline-offset: 4px;
}

#hero {
    background: linear-gradient(144.11deg, #F7F4EE 8.44%, #FFE4CE 22.37%, #FED8B7 71.42%);
}

.hero_top {
    position: relative;
}

.hero_top__img_wrapper {
    margin-left: 32px;
}

img.rounded_img {
    width: 100%;
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;
}

.hero_words {
    position: absolute;
}

#hero_words1 {
    top: 3%;
    left: 10%;
    font-size: 6vw;
    text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
}

#hero_words2 {
    top: 40%;
    left: 40%;
    color: rgba(255, 255, 255, 0.75);
    font-size: 15px;
}

#hero_words3 {
    bottom: 19%;
    left: 5%;
    width: 45%;
    color: rgba(0, 0, 0, 0.55);
    font-size: 20px;
}

#hero_words4 {
    right: 8%;
    bottom: 15%;
    font-size: 6vw;
    text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
}

.hero_bottom {
    padding: 150px 110px;
    display: flex;
    flex-direction: column;
    gap: 60px;
    align-items: center;
    justify-content: center;
}

.color-text {
    font-family: 'Cormorant Garamond' serif;
    font-size: 22px;
    line-height: 1.7;
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
    color: #3a3226;
}

.movie_colorcode_row {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 60px;
}

.movie_colorcode__container {
    text-align: center;
}

.movie_colorcode__container p {
    color: black;
    font-size: 24px;
}

.movie_colorcode__wrap {
    display: inline-flex;
}

.movie_colorcode {
    width: 48px;
    height: 48px;
}

.red_section {
    background-image: url("./img/red.jpeg");
    background-size: cover;
    background-position: center;
    padding: 80px 0 120px;
    position: sticky;
    top: 0;
    z-index: 1;
}

.red_content {
    width: 83%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 40px;
}

.left_col {
    width: 40%;
}

.portrait_img {
    width: 100%;
    max-width: 520px;
    border-radius: 6px;
    margin-bottom: 32px;
}

.left_text {
    margin-top: 0px;
    font-size: 22px;
    line-height: 1.65;
    font-family: "cormorant Garamond" serif;
    color: #f7e3c5;
    text-shadow: 0 2px 3px rgba(0, 0, 0, 0.55);
    font-weight: 500;
    text-align: center;
}

.right_col {
    width: 40%;
    font-family: "Cormorant Garamond" serif;
    color: #f7e3c5;
    text-align: center;
    padding-top: 90px;
    margin-left: -20px;
}

.right_col p {
    font-size: 23px;
    line-height: 1.65;
    color: #f7e3c5;
    font-family: 'Cormorant Garamond', serif;
    text-shadow: 0 2px 3px rgba(0, 0, 0, 0.55);
    font-weight: 500;
}

.right_col h2 {
    font-size: 30px;
    font-weight: 600;
    color: #f7e3c5;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.55);
    margin-bottom: 24px;
}

.stars {
    text-align: center;
    font-size: 32px;
    margin: 8px 0 20px;
}

.apple_img {
    position: absolute;
    width: 400px;
    right: 0;
    top: -150px;
    transform-origin: top left;
    animation: appleSwing 3.5s ease-in-out infinite alternate;
}

@keyframes appleSwing {
    0% {
        transform: rotate(-6deg) translateY(0);
    }

    50% {
        transform: rotate(0deg) translateY(-8px);
    }

    100% {
        transform: rotate(6deg) translateY(0);
    }
}

.pin-red {
    position: sticky;
    top: 0;
    z-index: 1;
    min-height: 100vh;
}

.section-title {
    text-align: center;
    font-family: 'Cormorant Garamond' serif;
    font-size: 34px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    margin: 56px;
    color: #3c4a33;
}

.symmetry-section {
    background-color: #f8f0de;
    padding: 90px 0 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.symmetry-imgs {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 48px;
    margin-bottom: 50px;
}

.symmetry-imgs img {
    width: 420px;
    height: 280px;
    object-fit: cover;
    border-radius: 2px;
}

.symmetry-text {
    width: 100%;
    max-width: 800px;
    margin: 60px auto 0;
    padding: 0 30px;
    text-align: center;
    font-family: 'Cormorant Garamond', serif;
    font-size: 28px;
    line-height: 1.6;
    color: #3a3226;
}

.handmade-wrapper {
    position: relative;
    background-color: #f8f0de;
    margin: 0;
    padding-top: 60px;
}

.fox-deco {

    position: absolute;
    left: 0;
    top: -20px;
    width: 230px;
    pointer-events: none;
}

.handmade-section {
    background-color: #d7dfc9;
    padding: 60px 0 70px;
    margin-top: 80px;
}

.handmade-section .section-title {
    color: #435640;
    margin-top: 0;
}

.handmade-text {
    max-width: 800px;
    margin: 0 auto 40px;
    text-align: center;
    font-size: 26px;
    line-height: 1.6;
    color: #3a3226;
}

.handmade-imgs {
    display: flex;
    justify-content: center;
    gap: 0;
    margin-bottom: 30px;
    overflow: hidden;
    flex-direction: row;
    align-items: center;
}

.handmade-imgs img {
    width: 420px;
    height: 280px;
    object-fit: cover;
}

.handmade-list {
    max-width: 800px;
    margin: 0 auto;
    font-size: 26px;
    line-height: 1.6;
    color: #3a3226;
}

.handmade-footnote {
    margin-top: 80px;
    text-align: center;
    font-size: 22px;
    color: #766556;
}

.outsiders-section {
    position: relative;
    background-color: #f1d0c6;
    padding: 90px 0 120px;
    overflow: visible;
}

.outsiders-title {
    color: #6b463b;
    margin: 0 0 50px;
}

.outsiders-inner {
    width: 80%;
    margin: 0 auto 50px;
    display: flex;
    gap: 60px;
    align-items: center;
    justify-content: center;
}

.outsiders-left {
    flex: 0 0 420px;
}

.outsiders-img {
    width: 100%;
    max-width: 560px;
    border-radius: 8px;
    right: 10;
}

.outsiders-right {
    font-family: 'Cormorant Garamond', serif;
    font-size: 24px;
    line-height: 1.6;
    color: #3a3226;
    text-align: left;
}

.outsiders-right p {
    margin: 4px 0;
}

.outsiders-caption {
    text-align: center;
    font-size: 24px;
    line-height: 1.6;
    color: #3a3226;
    margin-top: 50px;
}

.dog-deco {
    position: absolute;
    right: 0;
    top: -70px;
    width: 260px;
    pointer-events: none;
    z-index: 5;
}

@keyframes fox-slide-in {
    to {
        transform: translateX(0);
    }
}

@keyframes dog-slide-in {
    to {
        transform: translateX(0);
    }
}

@supports (animation-timeline: view()) {

    .fox-deco {
        transform: translateX(-120%);
        animation: fox-slide-in linear forwards;
        animation-timeline: view();
        animation-range: entry 0% cover 40%;
    }

    .dog-deco {
        transform: translateX(120%);
        animation: dog-slide-in linear forwards;
        animation-timeline: view();
        animation-range: entry 0% cover 40%;
    }
}

.over-section {
    position: relative;
    z-index: 2;
}

.over-section-dog {
    overflow-x: clip;
}

.quote-section {
    position: relative;
    z-index: 5;
    width: 100%;
    height: 850px;
    background-image: url("./img/film.jpeg");
    background-size: 100% auto;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 80px 0;
}

.quote-icon {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -130%);
    width: 80px;
    pointer-events: none;
}

.quote-text {
    font-family: "Cormorant Garamond", serif;
    font-size: 38px;
    color: #3a3226;
    font-weight: 500;
    line-height: 1.6;
    text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.35);
    padding: 0 60px;
}

.final-section {
    background: linear-gradient(#E1E6DF 0%, #1c2640 55%, #040915 100%);
    padding: 260px 0 80px;
    color: #f5f1e6;
    font-family: "Cormorant Garamond", serif;
    margin-bottom: 0;
}

.poster-row {
    max-width: 1100px;
    margin: 40px auto 0;
    display: flex;
    justify-content: center;
    gap: 22px;
}

.poster-card {
    width: 170px;
    height: 360px;
    object-fit: cover;
    border-radius: 20px;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.5);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.poster-card:hover {
    transform: scale(1.2, 1.2);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.7);
}

.arrow-row {
    margin: 40px auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 220px;
}

.arrow-line {
    width: 160px;
    border-top: 1px solid #f5f1e6;
    opacity: 0.8;
}

.arrow-head {
    font-size: 26px;
    letter-spacing: 2px;
}

.final_bottom {
    position: relative;
}

.final_bottom__img_wrapper {
    margin-right: 30px;
}

img.rounded_img {
    width: 100%;
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
}

.final_words {
    position: absolute;
    color: #B5851F;
}

#final_words1 {
    top: 3%;
    left: 10%;
    font-size: 6vw;
    text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
}

#final_words3 {
    bottom: 0;
    width: 45%;
    left: 26%;
    color: #B5851F;
    font-size: 26px;
    text-align: center;

}

#final_words4 {
    right: 8%;
    bottom: 8%;
    font-size: 6vw;
    color: #B5851F;
    text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
}

.footer {
    background: #040915;
    padding: 60px 0;
    text-align: center;
    color: #d8d5c5;
    font-family: "Cormorant Garamond", serif;
}

.footer-title {
    font-size: 18px;
    letter-spacing: 4px;
    margin-bottom: 40px;
    color: #d8d5c5;
}

.footer-columns {
    display: flex;
    justify-content: center;
    gap: 280px;
    margin-bottom: 40px;
}

.footer-col h3 {
    font-size: 22px;
    margin-bottom: 10px;
    color: #ffffff;
}

.footer-col p {
    margin: 4px 0;
    font-size: 18px;
    opacity: 0.7;
}

.footer-bottom {
    margin-top: 80px;
    font-size: 15px;
    opacity: 0.7;
}

.footer-bottom p {
    margin: 6px 0;
}

.footer-line {
    border: none;
    height: 1px;
    background: rgba(255, 255, 255, 0.3);
    margin: 40px 60px;
}

.film-section,
.final-section,
.footer {
    position: relative;
    z-index: 5;
}
