:root {
    --mbf-ink: #0b0b0a;
    --mbf-paper: #f1eee7;
    --mbf-paper-deep: #e9e5dc;
    --mbf-gold: #c7a56a;
    --mbf-line: rgba(17, 17, 15, 0.13);
    --mbf-muted: #686660;
}

.home-cinematic {
    background: var(--mbf-paper);
    color: var(--mbf-ink);
}

.home-cinematic .site-header {
    background: rgba(8, 8, 7, 0.92) !important;
    border-color: rgba(199, 165, 106, 0.2) !important;
}

.home-cinematic .site-header > div:first-child {
    max-width: 90rem;
    padding-top: .72rem;
    padding-bottom: .72rem;
}

.home-cinematic .site-header img {
    height: 3.7rem;
}

.home-cinematic .site-header .nav-link {
    font-size: .72rem;
    letter-spacing: .035em;
}

.home-cinematic .site-header > div:first-child > a.btn-gold {
    display: flex;
}

.home-cinematic .btn-primary,
.home-cinematic .btn-gold {
    background: var(--mbf-gold);
    color: #11100d;
    border: 1px solid var(--mbf-gold);
    box-shadow: none;
}

.home-cinematic .btn-primary:hover,
.home-cinematic .btn-gold:hover {
    background: #d4b57e;
    border-color: #d4b57e;
}

.home-cinematic .btn-secondary {
    background: transparent;
    border: 1px solid currentColor;
    box-shadow: none;
}

.cinematic-hero {
    min-height: min(49rem, 92vh);
    background: #0a0a09;
    color: #fff;
    display: flex;
    align-items: center;
    padding: 8.5rem 1.5rem 4.5rem;
}

.cinematic-hero__media,
.cinematic-hero__media video,
.cinematic-hero__overlay {
    position: absolute;
    inset: 0;
}

.cinematic-hero__media video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 62% center;
}

.cinematic-hero__overlay {
    background: rgba(5, 5, 4, .24);
    border-left: 46vw solid rgba(5, 5, 4, .66);
}

.cinematic-hero__inner {
    width: 100%;
}

.cinematic-hero__content {
    width: min(42rem, 53vw);
}

.cinematic-hero__eyebrow,
.editorial-kicker {
    color: var(--mbf-gold);
    font-size: .74rem;
    font-weight: 700;
    letter-spacing: .22em;
    text-transform: uppercase;
}

.cinematic-hero__title {
    margin-top: 1.35rem;
    color: #f8f4ec;
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: clamp(3.5rem, 6vw, 6.8rem);
    font-weight: 500;
    letter-spacing: -.055em;
    line-height: .82;
    text-wrap: balance;
}

.cinematic-hero__title > span {
    display: block;
    margin-top: .25em;
}

.cinematic-hero__title em {
    color: var(--mbf-gold);
    font-weight: 500;
}

.cinematic-hero__copy {
    max-width: 36rem;
    margin-top: 1.9rem;
    color: rgba(255, 255, 255, .7);
    font-size: .97rem;
    line-height: 1.68;
}

.cinematic-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: .8rem;
    margin-top: 2rem;
}

.cinematic-hero__actions .btn-secondary {
    color: #fff;
    border-color: rgba(255, 255, 255, .48);
}

.hero-video-toggle {
    position: absolute;
    right: 1.5rem;
    bottom: 1.4rem;
    z-index: 5;
    display: inline-flex;
    align-items: center;
    gap: .55rem;
    min-height: 2.75rem;
    padding: .65rem .9rem;
    color: rgba(255,255,255,.8);
    background: rgba(8,8,7,.74);
    border: 1px solid rgba(255,255,255,.2);
    border-radius: 999px;
    font-size: .72rem;
    letter-spacing: .05em;
}

.hero-video-toggle:hover,
.hero-video-toggle:focus-visible {
    color: #fff;
    border-color: var(--mbf-gold);
}

.home-cinematic main > section:not(.cinematic-hero):not(#original-worlds):not(:last-child) {
    background: var(--mbf-paper) !important;
    border-color: var(--mbf-line) !important;
}

.home-cinematic main > section:nth-of-type(odd):not(.cinematic-hero):not(#original-worlds):not(:last-child) {
    background: var(--mbf-paper-deep) !important;
}

.home-cinematic main > section:not(.cinematic-hero) {
    padding-top: 6.5rem;
    padding-bottom: 6.5rem;
}

.home-cinematic h2,
.home-cinematic h3 {
    font-family: "Cormorant Garamond", Georgia, serif;
}

.home-cinematic h2 {
    font-weight: 500 !important;
    letter-spacing: -.045em !important;
}

.home-cinematic .bento-card,
.home-cinematic .glass-card {
    background: rgba(255,255,255,.36);
    border: 1px solid var(--mbf-line);
    border-radius: .35rem;
    box-shadow: none;
}

.home-cinematic .bento-card-dark {
    background: #131310;
}

.home-cinematic #portfolio .aspect-\[4\/3\],
.home-cinematic #blog-preview .aspect-\[4\/3\] {
    border-radius: .35rem;
    box-shadow: none;
}

.integrated-services {
    padding: 7rem 1.5rem;
}

.integrated-services__grid {
    display: grid;
    grid-template-columns: minmax(19rem, .78fr) minmax(30rem, 1.35fr);
    gap: clamp(2rem, 5vw, 5.5rem);
    align-items: center;
}

.integrated-services__copy h2 {
    margin-top: .8rem;
    font-size: clamp(3rem, 5vw, 5.6rem);
    line-height: .9;
}

.integrated-services__copy h2 em {
    color: var(--mbf-gold);
    font-weight: 500;
}

.service-list {
    margin-top: 2.6rem;
    border-top: 1px solid var(--mbf-line);
}

.service-list a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem 0;
    border-bottom: 1px solid var(--mbf-line);
}

.service-list a span {
    display: grid;
    gap: .18rem;
}

.service-list strong {
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 1.18rem;
    font-weight: 600;
}

.service-list small {
    color: var(--mbf-muted);
    font-size: .72rem;
    line-height: 1.45;
}

.service-list i {
    color: var(--mbf-gold);
    font-size: .75rem;
    transition: transform .25s ease;
}

.service-list a:hover i {
    transform: translateX(.3rem);
}

.integrated-services__visual {
    overflow: hidden;
    background: #151512;
    border: 1px solid rgba(199,165,106,.34);
    border-radius: .45rem;
}

.integrated-services__visual img {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
}

.integrated-services__visual figcaption {
    padding: 1rem 1.2rem;
    color: rgba(255,255,255,.68);
    font-size: .72rem;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.home-cinematic #original-worlds,
.home-cinematic main > section:last-child {
    background: #121210 !important;
}

.home-cinematic #original-worlds .publishing-card {
    border: 1px solid rgba(199,165,106,.28);
    border-radius: .35rem;
}

.home-cinematic #faq .space-y-8 > div {
    padding: 1.2rem 0;
    border-color: var(--mbf-line);
}

.blueprint-offer__price-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1.5rem;
}

.blueprint-offer__price {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: .75rem;
    margin-top: .35rem;
    color: var(--mbf-ink);
    font-size: clamp(3.25rem, 6vw, 5rem);
    font-weight: 700;
    letter-spacing: -.055em;
    line-height: 1;
}

.blueprint-offer__price del {
    color: var(--mbf-muted);
    font-size: 1.2rem;
    font-weight: 500;
    letter-spacing: -.02em;
}

.blueprint-offer__note {
    margin-top: 1rem;
    padding-bottom: 1.1rem;
    color: var(--mbf-muted);
    border-bottom: 1px solid var(--mbf-line);
    font-size: .8rem;
    line-height: 1.55;
}

.blueprint-offer__list {
    display: grid;
    gap: .8rem;
    margin-top: 1.35rem;
    color: #4f4d48;
}

.blueprint-offer__list li {
    display: grid;
    grid-template-columns: 1rem 1fr;
    gap: .7rem;
    align-items: start;
    line-height: 1.45;
}

.blueprint-offer__list i {
    margin-top: .28rem;
    color: var(--mbf-gold);
    font-size: .68rem;
}

.blueprint-offer__credit {
    margin-top: 1.4rem;
    padding: 1rem 1.1rem;
    background: rgba(199,165,106,.13);
    border-left: 3px solid var(--mbf-gold);
    color: #555149;
    font-size: .82rem;
    line-height: 1.55;
}

.blueprint-offer__credit strong {
    color: var(--mbf-ink);
}

.blueprint-offer__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .5rem;
    margin-top: 1.25rem;
    padding: .9rem 1.35rem;
    border-radius: 999px;
    font-size: .82rem;
    font-weight: 600;
}

.home-cinematic footer {
    background: #080807 !important;
}

#blueprint-offer {
    scroll-margin-top: 5rem;
}

.blueprint-page {
    background: var(--mbf-paper);
    color: var(--mbf-ink);
}

.blueprint-page h1,
.blueprint-page h2,
.blueprint-page h3 {
    font-family: "Cormorant Garamond", Georgia, serif;
}

.blueprint-page main > section:first-child {
    background: #11110f !important;
}

.blueprint-page .btn-primary {
    background: var(--mbf-gold);
    color: #11100d;
    border: 1px solid var(--mbf-gold);
}

.blueprint-page .bento-card {
    background: rgba(255,255,255,.42);
    border-color: var(--mbf-line);
    border-radius: .4rem;
}

@media (min-width: 1024px) {
    #blueprint-offer > div {
        grid-template-columns: minmax(0, .92fr) minmax(28rem, 1.08fr);
    }

    .blueprint-page main > section:nth-child(2) > div {
        grid-template-columns: minmax(0, 1fr) minmax(28rem, 1fr);
    }
}

@media (max-width: 1023px) {
    .home-cinematic .site-header > div:first-child > a.btn-gold {
        display: none;
    }

    .cinematic-hero {
        min-height: 48rem;
    }

    .cinematic-hero__overlay {
        border-left-width: 58vw;
    }

    .cinematic-hero__content {
        width: min(39rem, 68vw);
    }

    .integrated-services__grid {
        grid-template-columns: 1fr;
    }

    .integrated-services__visual {
        order: -1;
    }
}

@media (max-width: 767px) {
    .blueprint-page main > section:first-child {
        min-height: 0;
        padding: 4.5rem 1.25rem;
    }

    .blueprint-page main > section:first-child img {
        width: 11.5rem;
        height: auto;
        margin-bottom: 3.25rem;
    }

    .blueprint-page main > section:first-child h1 {
        font-size: 3.15rem;
        line-height: .94;
    }

    .blueprint-page__price > span:first-child {
        flex-basis: 100%;
    }

    .blueprint-page main > section:not(:first-child) {
        padding: 4.5rem 1.25rem;
    }

    .blueprint-page .bento-card {
        padding: 1.5rem;
    }

    .home-cinematic .site-header > div:first-child {
        min-height: 4.75rem;
        padding: .5rem 1rem;
    }

    .home-cinematic .site-header img {
        width: min(12rem, 66vw);
        height: auto;
    }

    .home-cinematic #mobile-menu-toggle {
        display: grid;
        place-items: center;
        width: 2.75rem;
        height: 2.75rem;
        flex: 0 0 auto;
    }

    .cinematic-hero {
        display: block;
        min-height: 0;
        padding: 0;
    }

    .cinematic-hero__media {
        position: relative;
        inset: auto;
        width: 100%;
        height: auto;
        aspect-ratio: 16 / 9;
        margin-top: 4.75rem;
    }

    .cinematic-hero__media video {
        object-position: 66% center;
    }

    .cinematic-hero__overlay {
        background: linear-gradient(to top, rgba(8,8,7,.72), rgba(8,8,7,.08) 55%);
        border-left: 0;
    }

    .cinematic-hero__inner {
        padding: 2rem 1.25rem 5.25rem;
        background: #0a0a09;
    }

    .cinematic-hero__content {
        width: 100%;
    }

    .cinematic-hero__eyebrow {
        font-size: .67rem;
        letter-spacing: .18em;
    }

    .cinematic-hero__title {
        max-width: 29rem;
        margin-top: .9rem;
        font-size: clamp(2.65rem, 12.2vw, 3.55rem);
        line-height: .9;
        letter-spacing: -.045em;
        text-wrap: pretty;
    }

    .cinematic-hero__copy {
        max-width: 31rem;
        margin-top: 1.35rem;
        font-size: .92rem;
        line-height: 1.62;
    }

    .cinematic-hero__actions {
        display: grid;
        grid-template-columns: 1fr;
        gap: .7rem;
        margin-top: 1.5rem;
    }

    .cinematic-hero__actions a {
        width: 100%;
        min-height: 3.35rem;
    }

    .hero-video-toggle span {
        display: none;
    }

    .hero-video-toggle {
        top: 5.55rem;
        right: 1rem;
        bottom: auto;
        width: 2.75rem;
        justify-content: center;
        padding: .65rem;
    }

    #blueprint-offer .blueprint-offer__card {
        padding: 1.4rem;
    }

    .blueprint-offer__price {
        font-size: 3.5rem;
    }

    .blueprint-offer__cta {
        width: 100%;
        min-height: 3.25rem;
    }

    .home-cinematic main > section:not(.cinematic-hero),
    .integrated-services {
        padding-top: 4.5rem;
        padding-bottom: 4.5rem;
    }

    .integrated-services__grid {
        gap: 2.5rem;
    }

    .integrated-services__visual img {
        aspect-ratio: 4 / 3;
        object-position: 61% center;
    }
}

@media (max-width: 389px) {
    .home-cinematic .site-header img {
        width: 10.75rem;
    }

    .cinematic-hero__title {
        font-size: 2.55rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    .cinematic-hero__media video {
        display: none;
    }

    .cinematic-hero__media {
        background: #0a0a09 url('../images/craftsman-hero-poster.webp') 62% center / cover no-repeat;
    }

    .hero-video-toggle {
        display: none;
    }
}
