body{
    font-family: inter, sans-serif;
    background-color: rgb(245, 245, 245);
}


/* Wrapper */
.mp-page {
    width: 80%;
    background: white;
    overflow: hidden;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
    display: flex;
    margin-left: auto;
    margin-right: 0;
}

/* Left sidebar: home link + project description, sits in the gutter left of .mp-page */
.mp-sidebar {
    position: fixed;
    left: 0;
    top: 60px;
    width: 20%;
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 0 32px;
    box-sizing: border-box;
    font-family: sans-serif;
}

.mp-sidebar-home {
    display: inline-block;
    color: black;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    padding-bottom: 4px;
    border-bottom: 1px solid black;
    width: fit-content;
}

.mp-sidebar-home:hover {
    opacity: 0.6;
}

.mp-sidebar-description {
    margin: 0;
    color: black;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

/* Tools, one per line, under the description. */
.mp-sidebar-tools {
    margin: 32px 0 0;
    padding: 0;
    list-style: none;
    color: black;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
}

.mp-sidebar-tools li {
    font-weight: 600;
}

.mp-sidebar-tools li + li {
    margin-top: 8px;
}

/* Section 1: Hero image */
.mp-hero {
    width: 100%;
    min-height: 100vh;
    position: relative;
}

.groupshot {
    width:100%;
    left: 0;
    top: 0;
    position: absolute;
    object-fit: cover;
}

.mp-hero-author {
    left: 87.5%;
    top: 5%;
    position: absolute;
    color: black;
    font-size: 20px;
    font-family: Inter, sans-serif;
    font-weight: 700;
    word-wrap: break-word;
}

.mp-hero-tag-rebranding {
    left: 17.8%;
    top: 5%;
    position: absolute;
    color: black;
    font-size: 20px;
    font-family: Inter, sans-serif;
    font-weight: 700;
    word-wrap: break-word;
}

.mp-hero-tag-packaging {
    left: 2.0%;
    top: 5%;
    position: absolute;
    color: black;
    font-size: 20px;
    font-family: Inter, sans-serif;
    font-weight: 700;
    word-wrap: break-word;
}

/* Section 2: White section */
.mp-logo-intro {
    width: 100%;
    min-height: 100vh;
    position: relative;
    background: white;
    overflow: hidden;
}

.logoimageL {
    width: 50%;
    left: 23.4%;
    top: 25.8%;
    position: absolute;
}

/* Section 3: Light blue info section */
.mp-about {
    width: 100%;
    min-height: 56vh;
    position: relative;
    background: #E9FCFF;
    overflow: hidden;
}

.mp-about-text {
    width: 52.2%;
    left: 42.4%;
    top: 49.3%;
    position: absolute;
    color: black;
    font-size: 20px;
    font-family: Inter, sans-serif;
    font-weight: 400;
    line-height: 23px;
    word-wrap: break-word;
}

.mp-about-tagline {
    left: 35.6%;
    top: 17.1%;
    position: absolute;
    color: black;
    font-size: 30px;
    font-family: Inter, sans-serif;
    font-weight: 800;
    line-height: 39px;
    word-wrap: break-word;
}

.mp-about-illustration {
    width: 40.6%;
    height: 100%;
    left: -7.0%;
    top: 0;
    position: absolute;
}

/* Section 4: Challenge section */
.mp-challenge {
    align-self: stretch;
    min-height: 82vh;
    position: relative;
    background: white;
    overflow: hidden;
}

.mp-challenge-title {
    width: 12.3%;
    left: 5.6%;
    top: 15.6%;
    position: absolute;
    color: black;
    font-size: 30px;
    font-family: Inter, sans-serif;
    font-weight: 800;
    line-height: 39px;
    word-wrap: break-word;
}

.mp-challenge-body {
    width: 39.1%;
    left: 54.2%;
    top: 52.4%;
    position: absolute;
}

.mp-challenge-heading {
    color: black;
    font-size: 30px;
    font-family: Inter, sans-serif;
    font-weight: 800;
    line-height: 34.50px;
    word-wrap: break-word;
}

.mp-challenge-text {
    color: black;
    font-size: 20px;
    font-family: Inter, sans-serif;
    font-weight: 400;
    line-height: 23px;
    word-wrap: break-word;
}

/* Section 5: Blue quote section */
.mp-quote {
    width: 100%;
    min-height: 85vh;
    position: relative;
    background: #E9FCFF;
    overflow: hidden;
}

.mp-quote-block {
    width: 78.7%;
    left: 10.6%;
    top: 35.4%;
    position: absolute;
    text-align: center;
}

.mp-quote-heading {
    color: black;
    font-size: 40px;
    font-family: Inter, sans-serif;
    font-weight: 800;
    line-height: 46px;
    word-wrap: break-word;
}

.mp-quote-spacer {
    color: black;
    font-size: 32px;
    font-family: Inter, sans-serif;
    font-weight: 400;
    line-height: 36.80px;
    word-wrap: break-word;
}

.mp-quote-text {
    color: black;
    font-size: 32px;
    font-family: Inter, sans-serif;
    font-weight: 500;
    line-height: 36.80px;
    word-wrap: break-word;
}

/* Section 6: Stage concept */
.mp-concept {
    width: 100%;
    min-height: 85vh;
    position: relative;
    overflow: hidden;
}

.mp-concept-text-voice {
    width: 46.0%;
    left: 50%;
    top: 54.1%;
    position: absolute;
    color: black;
    font-size: 20px;
    font-family: Inter, sans-serif;
    font-weight: 400;
    line-height: 23px;
    word-wrap: break-word;
}

.mp-concept-text-stage {
    width: 46.0%;
    left: 50%;
    top: 76.8%;
    position: absolute;
    color: black;
    font-size: 20px;
    font-family: Inter, sans-serif;
    font-weight: 400;
    line-height: 23px;
    word-wrap: break-word;
}

.mp-concept-block {
    width: 38.9%;
    left: 5.6%;
    top: 12.7%;
    position: absolute;
}

.mp-concept-heading {
    color: black;
    font-size: 30px;
    font-family: Inter, sans-serif;
    font-weight: 800;
    line-height: 34.50px;
    word-wrap: break-word;
}

.mp-concept-body {
    color: black;
    font-size: 20px;
    font-family: Inter, sans-serif;
    font-weight: 400;
    line-height: 23px;
    word-wrap: break-word;
}

.mp-concept-quote {
    width: 40.9%;
    left: 48.6%;
    top: 43.9%;
    position: absolute;
    color: black;
    font-size: 30px;
    font-family: Inter, sans-serif;
    font-weight: 700;
    line-height: 34.50px;
    word-wrap: break-word;
}

.mp-concept-tagline {
    left: 11.5%;
    top: 67.6%;
    position: absolute;
    color: black;
    font-size: 30px;
    font-family: Inter, sans-serif;
    font-weight: 700;
    line-height: 34.50px;
    word-wrap: break-word;
}

/* Standalone images */
.ogrebrand {
    align-self: stretch;
    width: 100%;
    height: auto;
    display: block;
}

/* Section 7: MANIC PANIC IS */
.mp-brand-statement {
    width: 100%;
    min-height: 100vh;
    position: relative;
    background: white;
    overflow: hidden;
}

.mp-brand-statement-title {
    left: 12.2%;
    top: 47.0%;
    position: absolute;
    text-align: center;
    color: black;
    font-size: 48px;
    font-family: Inter, sans-serif;
    font-weight: 800;
    line-height: 62.40px;
    word-wrap: break-word;
}

.mp-brand-statement-list {
    left: 58.6%;
    top: 14.8%;
    position: absolute;
    text-align: center;
    color: black;
    font-size: 48px;
    font-family: Inter, sans-serif;
    font-weight: 800;
    line-height: 120px;
    word-wrap: break-word;
}

/* Section 8: Logo section */
.mp-logo-dark {
    width: 100%;
    min-height: 100vh;
    position: relative;
    background: white;
    overflow: hidden;
}

.mp-logo-dark-title {
    left: 18.8%;
    top: 47.0%;
    position: absolute;
    text-align: center;
    color: black;
    font-size: 48px;
    font-family: Inter, sans-serif;
    font-weight: 800;
    line-height: 62.40px;
    word-wrap: break-word;
}

.mp-logo-dark-panel {
    width: 50%;
    height: 100%;
    left: 50%;
    top: 0;
    position: absolute;
    background: black;
    overflow: hidden;
}

.logoimageS {
    width:100%;
    top: 28.3%;
    position: absolute;
}

/* Section 9: Typography */
.mp-typeface {
    width: 100%;
    min-height: 100vh;
    position: relative;
    background: white;
    overflow: hidden;
}

.mp-typeface-primary-label {
    left: 11.7%;
    top: 17.0%;
    position: absolute;
    text-align: center;
    color: black;
    font-size: 40px;
    font-family: Inter, sans-serif;
    font-weight: 800;
    line-height: 52px;
    word-wrap: break-word;
}

.mp-typeface-primary-name {
    left: 11.0%;
    top: 34.6%;
    position: absolute;
    text-align: center;
    color: black;
    font-size: 32px;
    font-family: ITC Avant Garde Gothic Std, sans-serif;
    font-weight: 700;
    line-height: 41.60px;
    word-wrap: break-word;
}

.mp-typeface-primary-sample {
    left: 14.4%;
    top: 54.3%;
    position: absolute;
    text-align: center;
    color: black;
    font-size: 32px;
    font-family: ITC Avant Garde Gothic Std, sans-serif;
    font-weight: 700;
    line-height: 41.60px;
    word-wrap: break-word;
}

.mp-typeface-secondary-sample {
    left: 65.0%;
    top: 53.5%;
    position: absolute;
    text-align: center;
    color: black;
    font-size: 32px;
    font-family: Antikor Text, sans-serif;
    font-weight: 350;
    line-height: 41.60px;
    word-wrap: break-word;
}

.mp-typeface-secondary-label {
    left: 59.9%;
    top: 17.0%;
    position: absolute;
    text-align: center;
    color: black;
    font-size: 40px;
    font-family: Inter, sans-serif;
    font-weight: 800;
    line-height: 52px;
    word-wrap: break-word;
}

.mp-typeface-secondary-name {
    left: 67.0%;
    top: 34.6%;
    position: absolute;
    text-align: center;
    color: black;
    font-size: 32px;
    font-family: Antikor Text, sans-serif;
    font-weight: 350;
    line-height: 41.60px;
    word-wrap: break-word;
}

/* Section 10: Color palette */
.mp-palette {
    width: 100%;
    min-height: 54vh;
    position: relative;
    background: white;
    overflow: hidden;
}

.mp-palette-swatch-blue {
    width: 25.6%;
    height: 100%;
    left: 72.8%;
    top: 0;
    position: absolute;
    background: #B7C9D3;
    overflow: hidden;
}

.mp-palette-swatch-blue-label {
    left: 35.2%;
    top: 80.3%;
    position: absolute;
    text-align: right;
    color: black;
    font-size: 32px;
    font-family: Inter, sans-serif;
    font-weight: 300;
    line-height: 41.60px;
    word-wrap: break-word;
}

.mp-palette-swatch-black {
    width: 25.6%;
    height: 100%;
    left: 45.5%;
    top: 0;
    position: absolute;
    background: #131212;
    overflow: hidden;
}

.mp-palette-swatch-black-label {
    left: 59.7%;
    top: 88.0%;
    position: absolute;
    text-align: right;
    color: white;
    font-size: 32px;
    font-family: Inter, sans-serif;
    font-weight: 300;
    line-height: 41.60px;
    word-wrap: break-word;
}

.mp-palette-title {
    left: 13.0%;
    top: 40.5%;
    position: absolute;
    text-align: center;
    color: black;
    font-size: 40px;
    font-family: Inter, sans-serif;
    font-weight: 800;
    line-height: 52px;
    word-wrap: break-word;
}

/* Section 11: Mockup images */
.mp-mockup {
    width: 100%;
    min-height: 80vh;
    position: relative;
    background: white;
    overflow: hidden;
}

.mp-mockup-laptop {
    width: 45%;
    height: 41.2%;
    left: 50%;
    top: 51.0%;
    position: absolute;
}

.mp-mockup-home {
    width: 25%;
    height: 88.5%;
    left: 5.6%;
    top: 6.2%;
    position: absolute;
}

.mp-mockup-shop {
    width: 25%;
    height: 35.8%;
    left: 33%;
    top: 6.0%;
    position: absolute;
}

/* Standalone images */
.finalshot {
    align-self: stretch;
    width: 100%;
    height: auto;
    display: block;
}

.finalshot2 {
    align-self: stretch;
    height: 100%;
    height: auto;
    display: block;
}

/* Section 14: Black section */
.mp-final-section {
    width: 100%;
    position: relative;
    background: black;
}

/* =====================================================
   Responsive breakpoints
   Tablet and Mobile ranges are mutually exclusive
   (no overlap, no cascade between them) so each block
   is self-contained and mirrors the same section order.
   Desktop rules above are untouched.
   ===================================================== */

/* =====================
   Tablet (601px - 1024px)
   ===================== */
@media (min-width: 601px) and (max-width: 1024px) {

    .mp-sidebar {
        position: static;
        width: 100%;
        gap: 8px;
        padding: 24px 40px;
    }

    .mp-sidebar-description {
        width: 70%;
    }

    .mp-page {
        width: 100%;
        gap: 60px;
    }

    /* Standalone image groups: cancel the .mp-page gap between consecutive images */
    .ogrebrand + .ogrebrand,
    .finalshot + :is(.finalshot, .finalshot2),
    .finalshot2 + :is(.finalshot, .finalshot2),
    .finalshot + video,
    .finalshot2 + video {
        margin-top: -60px;
    }

    /* Hero Section */
    .mp-hero {
        min-height: auto;
    }

    .groupshot {
        position: static;
        width: 100%;
        height: auto;
    }

    .mp-hero-tag-packaging {
        top: 3%;
        left: 4%;
        font-size: 11px;
    }

    .mp-hero-tag-rebranding {
        top: 7%;
        left: 4%;
        font-size: 11px;
    }

    .mp-hero-author {
        top: 3%;
        left: auto;
        right: 4%;
        font-size: 11px;
    }

    /* Logo Intro Section */
    .mp-logo-intro {
        min-height: auto;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 40px 20px;
        box-sizing: border-box;
    }

    .logoimageL {
        position: static;
        width: 80%;
    }

    /* About Section */
    .mp-about {
        min-height: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px;
        padding: 40px 24px;
        box-sizing: border-box;
    }

    .mp-about-text,
    .mp-about-tagline {
        position: static;
        width: 70%;
    }

    .mp-about-tagline {
        order: 1;
        text-align: center;
        font-size: 18px;
        line-height: 24px;
    }

    .mp-about-illustration {
        order: 2;
        position: static;
        width: 60%;
        height: auto;
    }

    .mp-about-text {
        order: 3;
        font-size: 15px;
        line-height: 21px;
    }

    /* Challenge Section */
    .mp-challenge {
        min-height: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px;
        padding: 40px 24px;
        box-sizing: border-box;
    }

    .mp-challenge-title,
    .mp-challenge-body {
        position: static;
        width: 70%;
    }

    .mp-challenge-title {
        font-size: 20px;
        line-height: 26px;
    }

    .mp-challenge-heading {
        font-size: 20px;
        line-height: 26px;
    }

    .mp-challenge-text {
        font-size: 15px;
        line-height: 21px;
    }

    /* Quote Section */
    .mp-quote {
        min-height: auto;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 48px 24px;
        box-sizing: border-box;
    }

    .mp-quote-block {
        position: static;
        width: 70%;
    }

    .mp-quote-heading {
        font-size: 22px;
        line-height: 28px;
    }

    .mp-quote-spacer {
        font-size: 16px;
    }

    .mp-quote-text {
        font-size: 17px;
        line-height: 23px;
    }

    /* Stage Concept Section */
    .mp-concept {
        min-height: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px;
        padding: 40px 24px;
        box-sizing: border-box;
    }

    .mp-concept-text-voice,
    .mp-concept-text-stage,
    .mp-concept-block,
    .mp-concept-quote,
    .mp-concept-tagline {
        position: static;
        width: 70%;
    }

    .mp-concept-block { order: 1; }
    .mp-concept-quote { order: 2; }
    .mp-concept-text-voice { order: 3; }
    .mp-concept-tagline { order: 4; }
    .mp-concept-text-stage { order: 5; }

    .mp-concept-heading {
        font-size: 20px;
        line-height: 26px;
    }

    .mp-concept-body,
    .mp-concept-text-voice,
    .mp-concept-text-stage {
        font-size: 15px;
        line-height: 21px;
    }

    .mp-concept-quote,
    .mp-concept-tagline {
        font-size: 18px;
        line-height: 24px;
    }

    /* Brand Statement Section */
    .mp-brand-statement {
        min-height: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 12px;
        padding: 48px 24px;
        box-sizing: border-box;
    }

    .mp-brand-statement-title,
    .mp-brand-statement-list {
        position: static;
        width: 100%;
    }

    .mp-brand-statement-title {
        order: 1;
        font-size: 26px;
        line-height: 32px;
    }

    .mp-brand-statement-list {
        order: 2;
        font-size: 20px;
        line-height: 28px;
    }

    /* Logo (Dark) Section */
    .mp-logo-dark {
        min-height: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 40px;
        padding: 40px 0;
        box-sizing: border-box;
    }

    .mp-logo-dark-title {
        position: static;
        font-size: 26px;
        line-height: 32px;
    }

    .mp-logo-dark-panel {
        position: relative;
        left: 0;
        top: 0;
        width: 100%;
        height: 45vh;
        margin: 24px 0;
    }

    .logoimageS {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    /* Typography Section */
    .mp-typeface {
        min-height: auto;
        display: flex;
        flex-direction: column;
        gap: 48px;
        padding: 40px 24px;
        box-sizing: border-box;
    }

    .mp-typeface-left,
    .mp-typeface-right {
        display: flex;
        flex-direction: column;
        gap: 24px;
    }

    .mp-typeface-primary-label,
    .mp-typeface-primary-name,
    .mp-typeface-primary-sample,
    .mp-typeface-secondary-sample,
    .mp-typeface-secondary-label,
    .mp-typeface-secondary-name {
        position: static;
    }

    .mp-typeface-primary-label,
    .mp-typeface-secondary-label {
        font-size: 22px;
        line-height: 28px;
    }

    .mp-typeface-primary-name,
    .mp-typeface-secondary-name {
        font-size: 18px;
        line-height: 24px;
    }

    .mp-typeface-primary-sample,
    .mp-typeface-secondary-sample {
        font-size: 15px;
        line-height: 20px;
    }

    /* Color Palette Section */
    .mp-palette {
        min-height: auto;
        display: flex;
        flex-direction: column;
        box-sizing: border-box;
    }

    .mp-palette-title {
        position: static;
        margin-bottom: 24px;
        padding: 24px 20px 0;
        font-size: 22px;
        line-height: 28px;
    }

    .mp-palette-swatch-blue,
    .mp-palette-swatch-black {
        position: static;
        width: 100%;
        height: 120px;
        display: flex;
        align-items: flex-end;
        justify-content: center;
        padding: 12px;
        box-sizing: border-box;
    }

    .mp-palette-swatch-blue-label,
    .mp-palette-swatch-black-label {
        position: static;
        text-align: center;
        font-size: 12px;
        line-height: 16px;
    }

    /* Mockup Section */
    .mp-mockup {
        min-height: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px;
        padding: 40px 20px;
        box-sizing: border-box;
    }

    .mp-mockup-laptop,
    .mp-mockup-home,
    .mp-mockup-shop {
        position: static;
        width: 100%;
        height: auto;
    }
}

/* =====================
   Mobile (<=600px)
   ===================== */
@media (max-width: 600px) {

    .mp-sidebar {
        position: static;
        width: 100%;
        gap: 8px;
        padding: 20px 24px;
    }

    .mp-page {
        width: 100%;
    }

    /* Hero Section */
    .mp-hero {
        min-height: auto;
    }

    .groupshot {
        position: static;
        width: 100%;
        height: auto;
    }

    .mp-hero-tag-packaging {
        top: 3%;
        left: 4%;
        font-size: 11px;
    }

    .mp-hero-tag-rebranding {
        top: 7%;
        left: 4%;
        font-size: 11px;
    }

    .mp-hero-author {
        top: 3%;
        left: auto;
        right: 4%;
        font-size: 11px;
    }

    /* Logo Intro Section */
    .mp-logo-intro {
        min-height: auto;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 40px 20px;
        box-sizing: border-box;
    }

    .logoimageL {
        position: static;
        width: 80%;
    }

    /* About Section */
    .mp-about {
        min-height: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px;
        padding: 40px 24px;
        box-sizing: border-box;
    }

    .mp-about-text,
    .mp-about-tagline {
        position: static;
        width: 100%;
    }

    .mp-about-tagline {
        order: 1;
        text-align: center;
        font-size: 18px;
        line-height: 24px;
    }

    .mp-about-illustration {
        order: 2;
        position: static;
        width: 60%;
        height: auto;
    }

    .mp-about-text {
        order: 3;
        font-size: 15px;
        line-height: 21px;
    }

    /* Challenge Section */
    .mp-challenge {
        min-height: auto;
        display: flex;
        flex-direction: column;
        gap: 20px;
        padding: 40px 24px;
        box-sizing: border-box;
    }

    .mp-challenge-title,
    .mp-challenge-body {
        position: static;
        width: 100%;
    }

    .mp-challenge-title {
        font-size: 20px;
        line-height: 26px;
    }

    .mp-challenge-heading {
        font-size: 20px;
        line-height: 26px;
    }

    .mp-challenge-text {
        font-size: 15px;
        line-height: 21px;
    }

    /* Quote Section */
    .mp-quote {
        min-height: auto;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 48px 24px;
        box-sizing: border-box;
    }

    .mp-quote-block {
        position: static;
        width: 100%;
    }

    .mp-quote-heading {
        font-size: 22px;
        line-height: 28px;
    }

    .mp-quote-spacer {
        font-size: 16px;
    }

    .mp-quote-text {
        font-size: 17px;
        line-height: 23px;
    }

    /* Stage Concept Section */
    .mp-concept {
        min-height: auto;
        display: flex;
        flex-direction: column;
        gap: 20px;
        padding: 40px 24px;
        box-sizing: border-box;
    }

    .mp-concept-text-voice,
    .mp-concept-text-stage,
    .mp-concept-block,
    .mp-concept-quote,
    .mp-concept-tagline {
        position: static;
        width: 100%;
    }

    .mp-concept-block { order: 1; }
    .mp-concept-quote { order: 2; }
    .mp-concept-text-voice { order: 3; }
    .mp-concept-tagline { order: 4; }
    .mp-concept-text-stage { order: 5; }

    .mp-concept-heading {
        font-size: 20px;
        line-height: 26px;
    }

    .mp-concept-body,
    .mp-concept-text-voice,
    .mp-concept-text-stage {
        font-size: 15px;
        line-height: 21px;
    }

    .mp-concept-quote,
    .mp-concept-tagline {
        font-size: 18px;
        line-height: 24px;
    }

    /* Brand Statement Section */
    .mp-brand-statement {
        min-height: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 12px;
        padding: 48px 24px;
        box-sizing: border-box;
    }

    .mp-brand-statement-title,
    .mp-brand-statement-list {
        position: static;
        width: 100%;
    }

    .mp-brand-statement-title {
        order: 1;
        font-size: 26px;
        line-height: 32px;
    }

    .mp-brand-statement-list {
        order: 2;
        font-size: 20px;
        line-height: 28px;
    }

    /* Logo (Dark) Section */
    .mp-logo-dark {
        min-height: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 40px;
        padding: 40px 0;
        box-sizing: border-box;
    }

    .mp-logo-dark-title {
        position: static;
        font-size: 26px;
        line-height: 32px;
    }

    .mp-logo-dark-panel {
        position: relative;
        left: 0;
        top: 0;
        width: 100%;
        height: 45vh;
        margin: 24px 0;
    }

    .logoimageS {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    /* Typography Section */
    .mp-typeface {
        min-height: auto;
        display: flex;
        flex-direction: column;
        gap: 48px;
        padding: 40px 24px;
        box-sizing: border-box;
    }

    .mp-typeface-left,
    .mp-typeface-right {
        display: flex;
        flex-direction: column;
        gap: 24px;
    }

    .mp-typeface-primary-label,
    .mp-typeface-primary-name,
    .mp-typeface-primary-sample,
    .mp-typeface-secondary-sample,
    .mp-typeface-secondary-label,
    .mp-typeface-secondary-name {
        position: static;
    }

    .mp-typeface-primary-label,
    .mp-typeface-secondary-label {
        font-size: 22px;
        line-height: 28px;
    }

    .mp-typeface-primary-name,
    .mp-typeface-secondary-name {
        font-size: 18px;
        line-height: 24px;
    }

    .mp-typeface-primary-sample,
    .mp-typeface-secondary-sample {
        font-size: 15px;
        line-height: 20px;
    }

    /* Color Palette Section */
    .mp-palette {
        min-height: auto;
        display: flex;
        flex-direction: column;
        box-sizing: border-box;
    }

    .mp-palette-title {
        position: static;
        margin-bottom: 24px;
        padding: 24px 20px 0;
        font-size: 22px;
        line-height: 28px;
    }

    .mp-palette-swatch-blue,
    .mp-palette-swatch-black {
        position: static;
        width: 100%;
        height: 120px;
        display: flex;
        align-items: flex-end;
        justify-content: center;
        padding: 12px;
        box-sizing: border-box;
    }

    .mp-palette-swatch-blue-label,
    .mp-palette-swatch-black-label {
        position: static;
        text-align: center;
        font-size: 12px;
        line-height: 16px;
    }

    /* Mockup Section */
    .mp-mockup {
        min-height: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px;
        padding: 40px 20px;
        box-sizing: border-box;
    }

    .mp-mockup-laptop,
    .mp-mockup-home,
    .mp-mockup-shop {
        position: static;
        width: 100%;
        height: auto;
    }
}


