/* Shared premium presentation for the Home and Catalogue pages. */
.home-page,
.catalogue-page,
.about-page {
    background: #090806;
    color: #f7f2e9;
}

.home-page .top-bar,
.catalogue-page .top-bar,
.about-page .top-bar,
.home-page .header,
.catalogue-page .header,
.about-page .header,
.home-page .footer,
.catalogue-page .footer,
.about-page .footer {
    background: #fffdf8;
    color: #291b0d;
    background-image: none;
}

.home-page .top-bar,
.catalogue-page .top-bar,
.about-page .top-bar {
    border-bottom: 1px solid #e3bc68;
}

.home-page .top-bar a,
.catalogue-page .top-bar a,
.about-page .top-bar a,
.home-page .top-bar span,
.catalogue-page .top-bar span,
.about-page .top-bar span {
    color: #392613;
}

.home-page .top-bar i,
.catalogue-page .top-bar i,
.about-page .top-bar i {
    color: #b87918;
}

.home-page .header,
.catalogue-page .header,
.about-page .header {
    height: 128px;
    border-bottom: 1px solid #dfb65f;
}

.home-page .logo img,
.catalogue-page .logo img,
.about-page .logo img {
    width: 164px;
    max-height: 116px;
    object-fit: contain;
    filter: none !important;
}

.home-page .nav-menu a,
.catalogue-page .nav-menu a,
.about-page .nav-menu a {
    color: #261b0f;
    font-size: 16px;
}

.home-page .nav-menu a.active,
.home-page .nav-menu a:hover,
.catalogue-page .nav-menu a.active,
.catalogue-page .nav-menu a:hover,
.about-page .nav-menu a.active,
.about-page .nav-menu a:hover {
    color: #a56d15;
}

.home-page .nav-menu a::after,
.catalogue-page .nav-menu a::after,
.about-page .nav-menu a::after {
    background: #dcae48;
}

.home-page .icon-btn,
.catalogue-page .icon-btn,
.about-page .icon-btn {
    background: #f2e9da;
    color: #9d6918;
}

.home-page .btn-primary,
.catalogue-page .btn-primary,
.about-page .btn-primary {
    background: #dcae48;
    color: #1e1408;
}

.home-page .btn-primary:hover,
.catalogue-page .btn-primary:hover,
.about-page .btn-primary:hover {
    background: #b98728;
    color: #fffdf8;
}

.home-page .header.scrolled,
.catalogue-page .header.scrolled,
.about-page .header.scrolled {
    height: 92px;
    background: #fffdf8;
}

.home-page .header.scrolled .logo img,
.catalogue-page .header.scrolled .logo img,
.about-page .header.scrolled .logo img {
    width: 132px;
    max-height: 82px;
}

.home-page .search-popup,
.catalogue-page .search-popup {
    background: rgba(9, 8, 6, .88);
}

.home-page .search-box,
.catalogue-page .search-box {
    background: #fffdf8;
}

.home-hero,
.catalogue-hero {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    background-color: #090806;
    background-image: url("../images/logo/lumaa-logo.png");
    background-repeat: no-repeat;
    background-size: 100vw auto;
    background-position: center calc(20px - 34vw);
}

.home-hero {
    min-height: 650px;
    display: flex;
    align-items: flex-end;
    padding: 88px 0;
}

.catalogue-hero {
    min-height: 490px;
    display: flex;
    align-items: flex-end;
    padding: 74px 0;
}

.home-hero::before,
.catalogue-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(90deg, rgba(5, 5, 4, .95) 0%, rgba(8, 7, 5, .64) 42%, rgba(8, 7, 5, .38) 100%), linear-gradient(0deg, rgba(5, 5, 4, .93), transparent 58%);
}

.home-hero-content {
    max-width: 720px;
}

.eyebrow {
    margin: 0 0 14px;
    color: #e6ba62;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .19em;
}

.home-hero h1,
.catalogue-hero h1,
.page-section-heading h2,
.home-intro h2,
.home-oem h2,
.home-cta h2,
.catalogue-help h2 {
    margin: 0;
    font-family: "Cormorant Garamond", Georgia, serif;
    line-height: .95;
    letter-spacing: .01em;
}

.home-hero h1 {
    font-size: clamp(58px, 7vw, 104px);
    max-width: 780px;
    color: #fffaf2;
}

.home-hero h1 span,
.catalogue-hero h1 span {
    color: #e8ba55;
}

.home-hero p:not(.eyebrow),
.catalogue-hero p:not(.eyebrow) {
    max-width: 600px;
    margin: 25px 0 0;
    color: #f2e6d3;
    font-size: 18px;
    line-height: 1.8;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 32px;
}

.btn-ghost {
    border: 1px solid rgba(232, 186, 85, .7);
    color: #fff9ed;
    background: rgba(0, 0, 0, .26);
}

.btn-ghost:hover {
    background: #e0ad44;
    color: #1f1509;
    transform: translateY(-3px);
}

.section-space {
    padding: 112px 0;
}

.home-intro {
    background: linear-gradient(90deg, #100c08, #171007 50%, #0b0906);
    border-top: 1px solid rgba(232, 186, 85, .18);
    border-bottom: 1px solid rgba(232, 186, 85, .18);
}

.intro-grid {
    display: grid;
    grid-template-columns: 1.15fr .85fr;
    gap: 90px;
    align-items: end;
}

.home-intro h2 {
    max-width: 700px;
    font-size: clamp(44px, 5vw, 72px);
    color: #fff8ef;
}

.intro-grid>p {
    margin: 0;
    color: #dbcbb5;
    font-size: 18px;
    line-height: 1.85;
}

.home-categories {
    background: #090806;
}

.page-section-heading {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 24px;
    margin-bottom: 42px;
}

.page-section-heading h2 {
    font-size: clamp(46px, 5vw, 72px);
    color: #fffaf3;
}

.text-link {
    color: #e8ba55;
    font-weight: 700;
    white-space: nowrap;
}

.text-link i {
    margin-left: 7px;
    transition: transform .25s ease;
}

.text-link:hover i {
    transform: translateX(5px);
}

.home-category-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.home-category-card {
    position: relative;
    display: flex;
    min-height: 340px;
    overflow: hidden;
    border: 1px solid rgba(230, 186, 94, .27);
    border-radius: 18px;
    background: #141310;
    color: #fff8ef;
}

.home-category-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(4, 4, 3, .92), rgba(4, 4, 3, .08) 60%);
}

.home-category-card img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: absolute;
    inset: 0;
    padding: 30px;
    transition: transform .4s ease;
}

.home-category-card span,
.home-category-card i {
    position: absolute;
    z-index: 1;
    bottom: 24px;
}

.home-category-card span {
    left: 25px;
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 34px;
    font-weight: 700;
}

.home-category-card i {
    right: 25px;
    color: #e8ba55;
}

.home-category-card:hover {
    border-color: #e8ba55;
    transform: translateY(-5px);
}

.home-category-card:hover img {
    transform: scale(1.06);
}

.featured-strip {
    background: #130e09;
}

.featured-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.featured-card {
    display: block;
    padding: 20px;
    border: 1px solid rgba(228, 180, 73, .24);
    border-radius: 18px;
    background: #1a1713;
    color: #fffaf2;
    transition: transform .25s ease, border-color .25s ease;
}

.featured-card:hover {
    transform: translateY(-5px);
    border-color: #e4b449;
}

.featured-image {
    height: 270px;
    border-radius: 12px;
    background: #f4ead8;
    overflow: hidden;
}

.featured-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 15px;
    transition: transform .35s ease;
}

.featured-card:hover img {
    transform: scale(1.08);
}

.featured-card p {
    margin: 20px 0 6px;
    color: #e8ba55;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .11em;
    text-transform: uppercase;
}

.featured-card h3 {
    margin: 0;
    font-size: 22px;
    color: #fffaf2;
}

.featured-card span {
    display: block;
    margin-top: 20px;
    color: #e8ba55;
    font-weight: 700;
    font-size: 14px;
}

.featured-card span i {
    margin-left: 6px;
}

.home-oem {
    background: #090806;
}

.home-oem-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 72px;
    align-items: center;
}

.home-oem-image {
    height: 500px;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid rgba(230, 186, 94, .3);
}

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

.home-oem h2 {
    font-size: clamp(48px, 5vw, 75px);
    color: #fffaf2;
}

.home-oem-copy>p:not(.eyebrow) {
    color: #d8c9b6;
    line-height: 1.85;
    margin: 24px 0;
}

.home-oem ul {
    display: grid;
    gap: 12px;
    margin: 0 0 30px;
    padding: 0;
    list-style: none;
    color: #fff9ef;
}

.home-oem li i {
    color: #e8ba55;
    margin-right: 10px;
}

.home-cta {
    padding: 105px 0;
    text-align: center;
    background: radial-gradient(ellipse at center, rgba(209, 156, 44, .3), transparent 58%), #141008;
    border-top: 1px solid rgba(232, 186, 85, .34);
}

.home-cta h2 {
    font-size: clamp(48px, 5vw, 72px);
    color: #fffaf2;
}

.home-cta p:not(.eyebrow) {
    max-width: 620px;
    margin: 18px auto 28px;
    color: #e2d4c0;
    font-size: 17px;
    line-height: 1.7;
}

.catalogue-hero h1 {
    font-size: clamp(62px, 8vw, 110px);
    color: #fffaf2;
}

.catalogue-library {
    background: #090806;
}

.section-note {
    max-width: 310px;
    margin: 0;
    color: #d8c9b6;
    line-height: 1.7;
}

.catalogue-category-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

.catalogue-category-grid a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 27px 30px;
    border: 1px solid rgba(232, 186, 85, .28);
    border-radius: 13px;
    background: #15120e;
    color: #fffaf2;
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 30px;
    font-weight: 700;
    transition: .25s ease;
}

.catalogue-category-grid a i {
    font-family: "Font Awesome 6 Free";
    font-size: 17px;
    color: #e8ba55;
}

.catalogue-category-grid a:hover {
    transform: translateX(6px);
    background: #21170c;
    border-color: #e8ba55;
}

.catalogue-help {
    padding: 80px 0;
    background: #171008;
    border-top: 1px solid rgba(232, 186, 85, .25);
}

.catalogue-help .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 35px;
}

.catalogue-help h2 {
    font-size: clamp(44px, 5vw, 70px);
    color: #fffaf2;
}

.catalogue-help p:not(.eyebrow) {
    max-width: 650px;
    margin: 14px 0 0;
    color: #dacbb7;
    line-height: 1.75;
}

.site-footer {
    border-top: 1px solid #dfb65f;
}

.home-page .footer p,
.catalogue-page .footer p,
.home-page .footer-links a,
.catalogue-page .footer-links a,
.home-page .footer-contact span,
.catalogue-page .footer-contact span {
    color: #4c3925;
}

.home-page .footer h3,
.catalogue-page .footer h3 {
    color: #261b0f;
}

.home-page .footer-contact i,
.catalogue-page .footer-contact i {
    color: #b87918;
}

.home-page .footer-social a,
.catalogue-page .footer-social a {
    background: #2a1b0d;
    color: #e8ba55;
}

.maa-blessing {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    margin: 0 !important;
    font-size: 14px !important;
    color: #7d5321 !important;
    white-space: nowrap;
}

.maa-blessing:first-letter {
    color: #ce2323;
}

@media(max-width:900px) {

    .home-page .header,
    .catalogue-page .header {
        height: 104px;
    }

    .home-page .logo img,
    .catalogue-page .logo img {
        width: 128px;
        max-height: 95px;
    }

    .intro-grid,
    .home-oem-grid {
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .home-category-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .featured-grid {
        grid-template-columns: 1fr;
    }

    .home-oem-image {
        height: 350px;
    }

    .catalogue-help .container {
        align-items: flex-start;
        flex-direction: column;
    }

    .maa-blessing {
        position: static;
        transform: none;
        order: 3;
        width: 100%;
        text-align: center;
        margin-top: 12px !important;
    }

    .footer-bottom {
        flex-wrap: wrap;
    }

    .footer-social {
        margin-left: auto;
    }
}

@media(max-width:640px) {

    .home-page .top-bar,
    .catalogue-page .top-bar {
        display: none;
    }

    .home-page .header,
    .catalogue-page .header {
        height: 86px;
    }

    .home-page .logo img,
    .catalogue-page .logo img {
        width: 100px;
        max-height: 72px;
    }

    .home-hero,
    .catalogue-hero {
        min-height: 500px;
        background-size: 900px auto;
        background-position: center -265px;
        padding: 54px 0;
    }

    .home-hero h1,
    .catalogue-hero h1 {
        font-size: 57px;
    }

    .home-hero p:not(.eyebrow),
    .catalogue-hero p:not(.eyebrow) {
        font-size: 15px;
        line-height: 1.65;
    }

    .section-space {
        padding: 72px 0;
    }

    .page-section-heading {
        display: block;
    }

    .page-section-heading .text-link {
        display: inline-block;
        margin-top: 17px;
    }

    .home-category-grid,
    .catalogue-category-grid {
        grid-template-columns: 1fr;
    }

    .home-category-card {
        min-height: 290px;
    }

    .intro-grid>p {
        font-size: 16px;
    }

    .home-oem-image {
        height: 280px;
    }

    .catalogue-category-grid a {
        font-size: 27px;
        padding: 23px;
    }

    .maa-blessing {
        font-size: 13px !important;
    }

    .home-page .footer-grid,
    .catalogue-page .footer-grid {
        gap: 34px;
    }
}

/* Keep the LUMAA mark clear: the image is a full banner and all copy starts below it. */
.home-page .home-hero,
.about-page .about-brand-banner {
    min-height: 640px;
    padding: 0;
    background-color: #090806;
    background-image: url("../images/logo/lumaa-logo.png");
    background-repeat: no-repeat;
    background-size: 100vw auto;
    background-position: center calc(80px - 40vw);
}

.home-page .home-hero::before {
    display: none;
}

.home-page .home-hero-content {
    display: none;
}

/* Use the transparent Surya mark in the footer, without a white card around it. */
.site-footer .footer-logo {
    display: inline-flex;
    align-items: center;
    margin: 0 0 18px;
}

.site-footer .footer-logo img {
    width: 150px !important;
    height: auto !important;
    max-height: 150px !important;
    object-fit: contain;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    filter: none !important;
}

.home-page .footer-bottom::before,
.catalogue-page .footer-bottom::before,
.about-page .footer-bottom::before {
    content: none !important;
    display: none !important;
}

/* Keep the Home header mark at the same clear size as the Products page. */
.home-page .logo img {
    width: 210px !important;
    max-height: none !important;
    height: auto;
}

.home-page .header.scrolled .logo img {
    width: 185px !important;
    max-height: none !important;
}

/* OEM manufacturing page */
.oem-page {
    background: #fffdf8;
    color: #2a1c0f;
}

.oem-page .header,
.oem-page .top-bar {
    background: #fffdf8;
}

.oem-hero {
    overflow: hidden;
    padding: 96px 0;
    color: #fffaf0;
    background:
        radial-gradient(circle at 16% 8%, rgba(209, 157, 59, .27), transparent 30%),
        radial-gradient(circle at 83% 85%, rgba(178, 107, 15, .18), transparent 34%),
        linear-gradient(135deg, #080604 0%, #181006 49%, #080604 100%);
}

.oem-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(360px, .98fr);
    align-items: center;
    gap: 66px;
}

.oem-hero .eyebrow,
.oem-intro .eyebrow,
.oem-services .eyebrow,
.oem-process .eyebrow,
.oem-cta .eyebrow {
    color: #e4b14f;
}

.oem-hero h1,
.oem-intro h2,
.oem-services h2,
.oem-process h2,
.oem-cta h2 {
    font-family: "Cormorant Garamond", Georgia, serif;
    font-weight: 600;
    letter-spacing: -.035em;
}

.oem-hero h1 {
    max-width: 720px;
    margin: 18px 0 22px;
    font-size: clamp(3.3rem, 5.8vw, 5.9rem);
    line-height: .95;
}

.oem-hero-copy > p:not(.eyebrow) {
    max-width: 620px;
    color: #eadfcb;
    font-size: 1.08rem;
    line-height: 1.85;
}

.oem-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 32px;
}

.oem-page .btn-outline {
    border: 1px solid rgba(235, 188, 94, .7);
    color: #fff7e9;
    background: transparent;
}

.oem-page .btn-outline:hover {
    background: rgba(228, 177, 79, .12);
    color: #fff7e9;
}

.oem-hero-image {
    min-height: 440px;
    overflow: hidden;
    border: 1px solid rgba(230, 177, 70, .58);
    border-radius: 22px;
    background: #17100a;
    box-shadow: 0 28px 80px rgba(0, 0, 0, .38);
}

.oem-hero-image img {
    width: 100%;
    height: 100%;
    min-height: 440px;
    object-fit: cover;
    object-position: center;
}

.oem-intro {
    background: #fffdf8;
}

.oem-intro-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(300px, .7fr);
    gap: 80px;
    align-items: end;
}

.oem-intro h2,
.oem-services h2,
.oem-process h2 {
    max-width: 720px;
    margin-top: 14px;
    font-size: clamp(2.5rem, 4vw, 4.4rem);
    line-height: .98;
}

.oem-intro-grid > p {
    margin: 0;
    color: #6d573f;
    font-size: 1.05rem;
    line-height: 1.9;
}

.oem-services,
.oem-process {
    color: #f8f0e4;
    background: #0d0a07;
}

.oem-services h2,
.oem-process h2 {
    color: #fff9ef;
}

.oem-service-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
    margin-top: 46px;
}

.oem-service-card {
    min-height: 250px;
    padding: 30px;
    border: 1px solid rgba(229, 180, 78, .25);
    border-radius: 18px;
    background: linear-gradient(145deg, rgba(255,255,255,.06), rgba(255,255,255,.015));
}

.oem-service-card i {
    display: grid;
    width: 48px;
    height: 48px;
    place-items: center;
    border-radius: 50%;
    color: #1c1308;
    background: #e2ae48;
}

.oem-service-card h3 {
    margin: 25px 0 10px;
    color: #fff8ec;
    font-size: 1.1rem;
}

.oem-service-card p {
    margin: 0;
    color: #d5c6b2;
    font-size: .92rem;
    line-height: 1.75;
}

.oem-process {
    padding-top: 0;
}

.oem-process-heading {
    max-width: 760px;
}

.oem-steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    margin: 48px 0 0;
    padding: 0;
    list-style: none;
    border-top: 1px solid rgba(229, 180, 78, .34);
}

.oem-steps li {
    min-height: 210px;
    padding: 28px 28px 10px 0;
    border-right: 1px solid rgba(229, 180, 78, .22);
}

.oem-steps li + li {
    padding-left: 28px;
}

.oem-steps li:last-child {
    border-right: 0;
}

.oem-steps span {
    color: #e7b958;
    font: 600 1.1rem/1 "Cormorant Garamond", Georgia, serif;
}

.oem-steps h3 {
    margin: 30px 0 10px;
    color: #fff9ef;
    font-size: 1.05rem;
}

.oem-steps p {
    margin: 0;
    color: #d5c6b2;
    font-size: .93rem;
    line-height: 1.72;
}

.oem-cta {
    padding: 110px 0;
    text-align: center;
    color: #fff9ef;
    background:
        radial-gradient(circle at 50% 0%, rgba(231, 185, 88, .22), transparent 42%),
        #090705;
}

.oem-cta h2 {
    margin: 14px 0;
    font-size: clamp(3rem, 5vw, 5rem);
}

.oem-cta > .container > p:not(.eyebrow) {
    max-width: 560px;
    margin: 0 auto 28px;
    color: #e1d2bc;
}

@media (max-width: 980px) {
    .oem-hero-grid,
    .oem-intro-grid {
        grid-template-columns: 1fr;
        gap: 38px;
    }

    .oem-hero-image,
    .oem-hero-image img {
        min-height: 360px;
    }

    .oem-service-grid,
    .oem-steps {
        grid-template-columns: repeat(2, 1fr);
    }

    .oem-steps li:nth-child(2) {
        border-right: 0;
    }

    .oem-steps li:nth-child(3) {
        padding-left: 0;
    }
}

@media (max-width: 640px) {
    .oem-hero {
        padding: 72px 0;
    }

    .oem-hero-image,
    .oem-hero-image img {
        min-height: 280px;
    }

    .oem-service-grid,
    .oem-steps {
        grid-template-columns: 1fr;
    }

    .oem-steps li,
    .oem-steps li + li {
        min-height: auto;
        padding: 26px 0;
        border-right: 0;
        border-bottom: 1px solid rgba(229, 180, 78, .22);
    }

    .oem-steps li:last-child {
        border-bottom: 0;
    }
}

.about-page .search-popup {
    background: rgba(9, 8, 6, .88);
}

.about-page .search-box {
    background: #fffdf8;
}

.about-page .footer p,
.about-page .footer-links a,
.about-page .footer-contact span {
    color: #4c3925;
}

.about-page .footer h3 {
    color: #261b0f;
}

.about-page .footer-contact i {
    color: #b87918;
}

.about-page .footer-social a {
    background: #2a1b0d;
    color: #e8ba55;
}

.about-story {
    background: linear-gradient(90deg, #110c08, #171007 52%, #0b0906);
    border-top: 1px solid rgba(232, 186, 85, .18);
    border-bottom: 1px solid rgba(232, 186, 85, .18);
}

.about-story-grid {
    display: grid;
    grid-template-columns: 1.08fr .92fr;
    gap: 96px;
    align-items: end;
}

.about-story h1 {
    margin: 0;
    color: #fff8ef;
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: clamp(52px, 6vw, 86px);
    line-height: .94;
}

.about-story-grid>div:last-child {
    display: grid;
    gap: 20px;
}

.about-story-grid>div:last-child p {
    margin: 0;
    color: #dbcbb5;
    font-size: 18px;
    line-height: 1.85;
}

.about-values {
    background: #090806;
}

.about-value-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.about-value-grid article {
    padding: 31px 27px;
    border: 1px solid rgba(230, 186, 94, .26);
    border-radius: 17px;
    background: #141310;
}

.about-value-grid i {
    font-size: 28px;
    color: #e8ba55;
}

.about-value-grid h3 {
    margin: 22px 0 10px;
    color: #fffaf2;
    font-size: 21px;
}

.about-value-grid p {
    margin: 0;
    color: #d8c9b6;
    line-height: 1.7;
    font-size: 14px;
}

.about-oem {
    padding: 88px 0;
    background: radial-gradient(ellipse at center, rgba(209, 156, 44, .28), transparent 60%), #161008;
    border-top: 1px solid rgba(232, 186, 85, .3);
}

.about-oem .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.about-oem h2 {
    max-width: 800px;
    margin: 0;
    color: #fffaf2;
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: clamp(45px, 5vw, 70px);
    line-height: .96;
}

.about-oem p:not(.eyebrow) {
    max-width: 700px;
    margin: 18px 0 0;
    color: #dccdb9;
    line-height: 1.75;
}

@media(max-width:900px) {
    .about-page .header {
        height: 104px;
    }

    .about-page .logo img {
        width: 128px;
        max-height: 95px;
    }

    .about-story-grid {
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .about-value-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .about-oem .container {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media(max-width:640px) {
    .about-page .top-bar {
        display: none;
    }

    .about-page .header {
        height: 86px;
    }

    .about-page .logo img {
        width: 100px;
        max-height: 72px;
    }

    .home-page .home-hero,
    .about-page .about-brand-banner {
        min-height: 300px;
        background-position: center calc(38px - 40vw);
    }

    .about-value-grid {
        grid-template-columns: 1fr;
    }

    .about-story-grid>div:last-child p {
        font-size: 16px;
    }

    .about-page .footer-grid {
        gap: 34px;
    }
}
