/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    background-color: #CFBCA3;
    color: #000;
    line-height: 1.6;
    overflow-x: hidden;
}

/* Main Container */
.main-container {
    width: 1280px;
    min-height: 13693px;
    margin: 0 auto;
    position: relative;
    background-color: #CFBCA3;
    padding: 0;
    overflow: hidden;
}

/* Film Strip Decorations */
.film-strip {
    position: absolute;
    width: 86px;
    height: 1391px;
    top: -299px;
    background-color: #D9D9D9;
    background-image: url('data:image/svg+xml;utf8,<svg width="86" height="40" xmlns="http://www.w3.org/2000/svg"><rect width="86" height="20" fill="%23D9D9D9"/></svg>');
    background-repeat: repeat-y;
    z-index: 1;
    opacity: 0.8;
    mix-blend-mode: color-burn;
}

.film-strip--left {
    left: 17px;
    transform: rotate(-3.3deg);
}

.film-strip--right {
    right: 0;
    transform: rotate(2.9deg);
}

/* Typography */
.intro-text {
    position: relative;
    top: 59px;
    left: 50%;
    transform: translateX(-50%);
    width: 706px;
    height: 30px;
    font-size: 24px;
    font-weight: 400;
    text-align: center;
    color: #000;
    margin-bottom: 203px;
}

.subtitle-text {
    position: relative;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 514px;
    height: 30px;
    font-size: 24px;
    text-align: center;
    color: #000;
    margin-bottom: 12px;
}

.film-title-main {
    position: relative;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 650px;
    height: 81px;
    font-size: 64px;
    font-weight: 700;
    text-align: center;
    color: #A03006;
    line-height: 1.2;
    margin-bottom: 12px;
}

.film-title-sub {
    position: relative;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 627px;
    height: 90px;
    font-size: 48px;
    font-weight: 600;
    text-align: center;
    color: #A03006;
    line-height: 1.2;
    margin-bottom: 256px;
}

.description-text {
    position: relative;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 626px;
    height: 88px;
    font-size: 18px;
    text-align: center;
    color: #000;
    line-height: 1.5;
    margin-bottom: 242px;
}

/* Main Image Right */
.main-image-right {
    position: absolute;
    top: 131px;
    right: 50px;
    width: 509px;
    height: 817px;
    overflow: hidden;
    z-index: 2;
}

.main-image-right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Main Role Section */
.main-role-section {
    position: relative;
    top: 0;
    left: 50px;
    width: 1180px;
    margin: 0 auto 200px;
    padding-top: 0;
}

.main-role-content {
    display: flex;
    gap: 69px;
    align-items: flex-start;
}

.main-role-image {
    width: 455px;
    height: 816px;
    flex-shrink: 0;
}

.main-role-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main-role-text {
    flex: 1;
    padding-top: 66px;
}

.main-role-label {
    font-size: 48px;
    font-weight: 700;
    color: #A03006;
    margin-bottom: 20px;
    text-align: center;
}

.main-role-name {
    font-size: 96px;
    font-weight: 800;
    color: #A03006;
    text-align: center;
    margin-bottom: 20px;
    line-height: 1;
}

.main-role-description {
    font-size: 18px;
    color: #000;
    line-height: 1.5;
    max-width: 456px;
    margin-left: auto;
}

.speech-bubble {
    position: absolute;
    right: 65px;
    top: 0;
    width: 474px;
    height: 316px;
    background-color: #A03006;
    padding: 22px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.speech-bubble p {
    color: #FFF;
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 10px;
}

.speech-bubble-large {
    font-size: 48px !important;
    font-weight: 800 !important;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    line-height: 1.2 !important;
}

.speech-bubble--left {
    left: 93px;
    right: auto;
    top: 5250px;
}

/* Dividers */
.divider {
    width: 1180px;
    height: 6px;
    background-color: #A03006;
    margin: 60px auto;
}

/* Section Titles */
.section-title {
    font-size: 96px;
    font-weight: 800;
    color: #A03006;
    text-align: center;
    margin: 80px 0 40px;
    line-height: 1;
}

.section-subtitle {
    font-size: 32px;
    font-weight: 800;
    color: #000;
    text-align: center;
    margin-bottom: 40px;
}

/* Plot Section */
.plot-section {
    position: relative;
    top: 0;
    width: 1280px;
    padding: 0 50px;
    margin-bottom: 200px;
}

.plot-images {
    display: flex;
    gap: 27px;
    justify-content: center;
    margin: 40px 0;
}

.plot-image {
    width: 375px;
    height: 566px;
    border-radius: 40px;
    overflow: hidden;
    background-color: #232323;
}

.plot-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.plot-quote {
    width: 992px;
    margin: 40px auto;
    font-size: 20px;
    text-align: center;
    color: #000;
    line-height: 1.6;
}

/* Cast Section */
.cast-section {
    position: relative;
    top: 0;
    width: 1280px;
    padding: 0 50px;
    margin-bottom: 200px;
}

.character-block {
    display: flex;
    gap: 60px;
    margin-bottom: 80px;
    align-items: center;
}

.character-block--reverse {
    flex-direction: row-reverse;
}

.character-image {
    width: 346px;
    height: 405px;
    flex-shrink: 0;
    position: relative;
}

.character-image::before,
.character-image::after {
    content: '';
    position: absolute;
    width: 159px;
    height: 477px;
    background-image: repeating-linear-gradient(
        90deg,
        #D9D9D9 0px,
        #D9D9D9 20px,
        transparent 20px,
        transparent 40px
    );
    opacity: 0.3;
    z-index: -1;
}

.character-image::before {
    left: -80px;
    top: -20px;
    transform: rotate(-2deg);
}

.character-image::after {
    right: -80px;
    top: -20px;
    transform: rotate(2deg);
}

.character-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: 1px solid #D9D9D9;
}

.character-text {
    flex: 1;
}

.character-title {
    font-size: 48px;
    font-weight: 800;
    color: #232323;
    margin-bottom: 20px;
    line-height: 1.2;
}

.character-description {
    font-size: 18px;
    color: #000;
    line-height: 1.6;
    max-width: 530px;
}

/* Location Section */
.location-section {
    position: relative;
    top: 0;
    width: 1280px;
    padding: 0 50px;
    margin-bottom: 200px;
}

.location-content {
    display: flex;
    gap: 100px;
    margin: 60px 0;
}

.location-left {
    flex: 1;
}

.location-right {
    flex: 1;
}

.location-item {
    font-size: 32px;
    font-weight: 800;
    color: #000;
    margin-bottom: 20px;
    text-align: center;
}

.location-item-large {
    font-size: 48px;
    font-weight: 800;
    color: #000;
    margin-bottom: 30px;
    text-align: center;
}

.location-address {
    font-size: 32px;
    font-weight: 800;
    color: #000;
    text-align: center;
    margin-top: 40px;
}

.location-image {
    width: 535px;
    height: 958px;
    margin: 60px auto;
}

.location-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Storyboard Section */
.storyboard-section {
    position: relative;
    top: 0;
    width: 1280px;
    padding: 0 50px;
    margin-bottom: 200px;
}

.scene-block {
    display: flex;
    gap: 40px;
    margin-bottom: 100px;
    align-items: flex-start;
}

.scene-block--reverse {
    flex-direction: row-reverse;
}

.scene-images {
    display: flex;
    gap: 20px;
    flex: 1;
}

.scene-image {
    flex: 1;
    height: 274px;
    position: relative;
    background-color: #D9D9D9;
    border: 1px solid #D9D9D9;
    overflow: hidden;
}

.scene-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.scene-info {
    flex: 1;
    position: relative;
}

.scene-title-bg {
    position: absolute;
    width: 100%;
    height: 146px;
    background-color: #A03006;
    top: 0;
    left: 0;
}

.scene-title {
    position: relative;
    z-index: 2;
    font-size: 48px;
    font-weight: 700;
    color: #FFF;
    padding: 20px;
    line-height: 1.2;
}

.scene-description {
    margin-top: 20px;
    font-size: 18px;
    color: #000;
    line-height: 1.6;
    max-width: 530px;
}

/* Costumes Section */
.costumes-section {
    position: relative;
    top: 0;
    width: 1280px;
    padding: 0 50px;
    margin-bottom: 200px;
}

.costumes-intro {
    width: 961px;
    margin: 40px auto;
    font-size: 20px;
    text-align: center;
    color: #000;
    line-height: 1.6;
}

.costumes-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin: 60px 0;
}

.costume-item {
    position: relative;
    width: 100%;
    height: 1038px;
    overflow: hidden;
}

.costume-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.costume-label {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #A03006;
    color: #FFF;
    padding: 20px;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    min-height: 79px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.costume-label-large {
    font-size: 48px;
    min-height: 131px;
}

.costumes-note {
    width: 1059px;
    margin: 40px auto;
    font-size: 20px;
    text-align: center;
    color: #232323;
    line-height: 1.6;
}

/* RSVP Section */
.rsvp-section {
    position: relative;
    top: 0;
    width: 1280px;
    padding: 0 50px;
    margin-bottom: 200px;
}

.rsvp-subtitle {
    font-size: 24px;
    text-align: center;
    color: #000;
    margin-bottom: 40px;
}

.rsvp-text {
    width: 855px;
    margin: 40px auto;
    font-size: 18px;
    text-align: center;
    color: #000;
    line-height: 1.6;
}

.rsvp-buttons {
    display: flex;
    gap: 108px;
    justify-content: center;
    margin: 60px 0;
}

.rsvp-button {
    width: 474px;
    height: 101px;
    border: none;
    font-size: 48px;
    font-weight: 800;
    cursor: pointer;
    transition: transform 0.2s;
}

.rsvp-button:hover {
    transform: scale(1.05);
}

.rsvp-button--maybe {
    background-color: #FFF;
    color: #A03006;
    border: 2px solid #A03006;
}

.rsvp-button--yes {
    background-color: #A03006;
    color: #FFF;
}

.rsvp-quote {
    width: 1175px;
    margin: 40px auto;
    font-size: 32px;
    text-align: center;
    color: #000;
    line-height: 1.6;
}

/* Footer */
.footer {
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
    width: 1280px;
    height: 112px;
    background-color: #232323;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0;
}

.footer p {
    color: #FFF;
    font-size: 18px;
    text-align: center;
}

/* Responsive adjustments */
@media (max-width: 1280px) {
    .main-container {
        width: 100%;
        max-width: 1280px;
    }
    
    .film-strip {
        display: none;
    }
}

