.exhibition-page {
    overflow: hidden;
    color: #333;
    background: #fff;
}

.exhibition-page br {
    display: block;
}

.exhibition-inner {
    box-sizing: border-box;
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
    padding: 0 40px;
}

.exhibition-page #breadcrumbs {
    margin-bottom: 0;
}

.exhibition-hero {
    padding: 72px 0 82px;
    background: #fbf8f1;
}

.exhibition-hero__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(340px, .9fr);
    align-items: center;
    gap: 48px;
}

.exhibition-kicker {
    margin: 0 0 12px;
    color: #6f4c3e;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: .14em;
}

.exhibition-hero h1 {
    margin: 0 0 24px;
    font-size: 36px;
    line-height: 1.5;
    letter-spacing: .04em;
}

.exhibition-hero h1 span {
    white-space: nowrap;
}

.exhibition-brand-copy {
    margin: 0 0 12px;
    color: #233049;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.7;
}

.exhibition-lead {
    margin: 0;
    font-size: 17px;
    line-height: 2;
}

.exhibition-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 32px;
}

.exhibition-actions--center {
    justify-content: center;
}

.exhibition-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    min-height: 54px;
    padding: 12px 24px;
    border: 2px solid #233049;
    border-radius: 4px;
    font-weight: bold;
    line-height: 1.5;
    text-decoration: none;
}

.exhibition-button--primary {
    background: #233049;
    color: #fff;
}

.exhibition-button--secondary {
    background: #fff;
    color: #233049;
}

.exhibition-order-link {
    margin: 14px 0 0;
    font-size: 14px;
    line-height: 1.7;
}

.exhibition-order-link a,
.exhibition-text-link a,
.exhibition-product a,
.exhibition-example a,
.exhibition-related a {
    color: #333;
    font-weight: bold;
    text-decoration: underline;
}

.exhibition-hero__visual {
    position: relative;
    min-height: 430px;
}

.exhibition-hero__image {
    position: absolute;
    box-sizing: border-box;
    object-fit: cover;
    background: #fff;
    box-shadow: 0 16px 36px rgba(77, 60, 42, .14);
}

.exhibition-hero__image--scene {
    top: 0;
    right: 0;
    width: 94%;
    height: 320px;
    object-position: 55% center;
}

.exhibition-hero__image--products {
    left: 0;
    bottom: 0;
    width: 44%;
    height: 245px;
    border: 10px solid #fff;
    object-fit: contain;
    object-position: center;
}

.exhibition-quick-facts {
    border-top: 1px solid #e3ddd2;
    border-bottom: 1px solid #e3ddd2;
    background: #fff;
}

.exhibition-quick-facts ul {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin: 0;
    padding: 28px 0;
    list-style: none;
}

.exhibition-quick-facts li {
    padding: 0 22px;
    text-align: center;
}

.exhibition-quick-facts li + li {
    border-left: 1px solid #e3ddd2;
}

.exhibition-quick-facts strong,
.exhibition-quick-facts span {
    display: block;
}

.exhibition-quick-facts strong {
    margin-bottom: 7px;
    color: #233049;
    font-size: 17px;
    line-height: 1.5;
}

.exhibition-quick-facts span {
    font-size: 13px;
    line-height: 1.7;
}

.exhibition-section {
    padding: 84px 0;
}

.exhibition-section--soft {
    background: #f7f4ed;
}

.exhibition-heading {
    max-width: 720px;
    margin: 0 auto 38px;
    text-align: center;
}

.exhibition-heading--left {
    margin: 0;
    text-align: left;
}

.exhibition-heading h2,
.exhibition-final-cta h2 {
    margin: 0;
    font-size: 32px;
    line-height: 1.65;
    letter-spacing: .04em;
}

.exhibition-heading > p:last-child {
    margin: 14px 0 0;
    line-height: 1.9;
}

.exhibition-nowrap {
    white-space: nowrap;
}

.exhibition-feature-grid,
.exhibition-product-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.exhibition-feature {
    padding: 30px 26px;
    border-top: 2px solid #d5c7ae;
}

.exhibition-feature > span {
    color: #8b745d;
    font-size: 13px;
    font-weight: bold;
}

.exhibition-feature h3 {
    margin: 14px 0 10px;
    font-size: 20px;
    line-height: 1.6;
}

.exhibition-feature p,
.exhibition-product p,
.exhibition-example p {
    margin: 0;
    line-height: 1.85;
}

.exhibition-product {
    overflow: hidden;
    border: 1px solid #ded8cb;
    background: #fff;
}

.exhibition-product__image {
    display: block;
    height: 230px;
    background: #fff;
}

.exhibition-product__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.exhibition-product__body {
    padding: 24px;
}

.exhibition-product__use {
    color: #6f4c3e;
    font-size: 13px;
    font-weight: bold;
}

.exhibition-product h3 {
    margin: 8px 0 10px;
    font-size: 22px;
    line-height: 1.5;
}

.exhibition-product__details {
    margin: 18px 0 0;
}

.exhibition-product__details div {
    padding: 10px 0;
    border-top: 1px solid #e5dfd4;
}

.exhibition-product__details dt {
    color: #6f4c3e;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.5;
}

.exhibition-product__details dd {
    margin: 4px 0 0;
    font-size: 14px;
    line-height: 1.7;
}

.exhibition-product__body > a {
    display: inline-block;
    margin-top: 18px;
}

.exhibition-more-products {
    max-width: 820px;
    margin: 34px auto 0;
    text-align: center;
}

.exhibition-more-products p {
    margin: 0 0 10px;
    font-weight: bold;
}

.exhibition-more-products a {
    display: inline-block;
    margin: 4px 10px;
    color: #333;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.7;
    text-decoration: underline;
}

.exhibition-planning {
    display: grid;
    grid-template-columns: minmax(260px, .85fr) minmax(0, 1.15fr);
    align-items: start;
    gap: 72px;
}

.exhibition-checklist {
    margin: 0;
    padding: 0;
    list-style: none;
    counter-reset: exhibition-check;
}

.exhibition-checklist li {
    position: relative;
    min-height: 42px;
    padding: 0 0 22px 58px;
    border-bottom: 1px solid #e0dbd1;
    counter-increment: exhibition-check;
}

.exhibition-checklist li + li {
    margin-top: 22px;
}

.exhibition-checklist li::before {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #f1ede4;
    content: counter(exhibition-check);
    font-weight: bold;
}

.exhibition-checklist strong,
.exhibition-checklist span {
    display: block;
}

.exhibition-planning__actions {
    margin-top: 28px;
}

.exhibition-checklist strong {
    margin-bottom: 5px;
}

.exhibition-checklist span {
    color: #666;
    font-size: 14px;
    line-height: 1.7;
}

.exhibition-flow {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    margin: 0;
    padding: 0;
    list-style: none;
}

.exhibition-flow li {
    position: relative;
    padding: 18px 12px;
    border: 1px solid #d8d2c7;
    background: #fff;
    font-size: 14px;
    line-height: 1.65;
    text-align: center;
}

.exhibition-flow li + li {
    border-left: 0;
}

.exhibition-flow span {
    display: block;
    margin-bottom: 8px;
    color: #6f4c3e;
    font-weight: bold;
}

.exhibition-text-link {
    margin: 24px 0 0;
    text-align: center;
}

.exhibition-example {
    display: grid;
    grid-template-columns: minmax(280px, .9fr) minmax(0, 1.1fr);
    align-items: center;
    gap: 48px;
    max-width: 850px;
    margin: 0 auto;
}

.exhibition-example img {
    display: block;
    width: 100%;
    height: auto;
}

.exhibition-example h3 {
    margin: 0 0 14px;
    font-size: 22px;
    line-height: 1.6;
}

.exhibition-example a {
    display: inline-block;
    margin-top: 18px;
}

/* Keep the consultation CTA distinct from ordinary text links in this block. */
.exhibition-example .exhibition-button--primary {
    color: #fff;
    text-decoration: none;
}

.exhibition-faq {
    max-width: 860px;
}

.exhibition-faq details {
    border-bottom: 1px solid #d8d2c7;
    background: #fff;
}

.exhibition-faq details:first-of-type {
    border-top: 1px solid #d8d2c7;
}

.exhibition-faq summary {
    padding: 20px 48px 20px 20px;
    font-weight: bold;
    line-height: 1.7;
    cursor: pointer;
}

.exhibition-faq details p {
    margin: 0;
    padding: 0 20px 22px;
    line-height: 1.85;
}

.exhibition-related {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 28px;
    max-width: 800px;
    margin: 0 auto;
    padding: 0;
    list-style: none;
}

.exhibition-related li {
    padding: 13px 0;
    border-bottom: 1px solid #e0dbd1;
    line-height: 1.7;
}

.exhibition-final-cta {
    padding: 74px 0 82px;
    border-top: 1px solid #ddd6ca;
    background: #fbf8f1;
    text-align: center;
}

.exhibition-final-cta p {
    margin: 14px 0 0;
    line-height: 1.9;
}

@media screen and (max-width: 900px) {
    .exhibition-hero__grid {
        grid-template-columns: 1fr;
        gap: 44px;
    }

    .exhibition-hero__visual {
        max-width: 560px;
        width: 100%;
        margin: 0 auto;
    }

    .exhibition-feature-grid,
    .exhibition-product-grid {
        grid-template-columns: 1fr;
        max-width: 620px;
        margin: 0 auto;
    }

    .exhibition-quick-facts ul {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .exhibition-quick-facts li:nth-child(3) {
        border-left: 0;
    }

    .exhibition-quick-facts li:nth-child(n+3) {
        margin-top: 22px;
        padding-top: 22px;
        border-top: 1px solid #e3ddd2;
    }

    .exhibition-product {
        display: grid;
        grid-template-columns: 240px minmax(0, 1fr);
    }

    .exhibition-product__image {
        height: 100%;
        min-height: 230px;
    }

    .exhibition-planning {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .exhibition-flow {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .exhibition-flow li:nth-child(4) {
        border-left: 1px solid #d8d2c7;
    }

    .exhibition-flow li:nth-child(n+4) {
        border-top: 0;
    }
}

@media screen and (max-width: 767px) {
    .exhibition-inner {
        padding: 0 24px;
    }

    .exhibition-hero {
        padding: 44px 0 54px;
    }

    .exhibition-hero h1 {
        font-size: 24px;
        line-height: 1.6;
    }

    .exhibition-brand-copy {
        font-size: 19px;
    }

    .exhibition-lead {
        font-size: 15px;
        line-height: 1.9;
    }

    .exhibition-actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .exhibition-button {
        width: 100%;
        min-height: 54px;
    }

    .exhibition-hero__visual {
        min-height: 320px;
    }

    .exhibition-hero__image--scene {
        width: 100%;
        height: 220px;
        object-position: 54% center;
    }

    .exhibition-hero__image--products {
        left: 4%;
        width: 44%;
        height: 180px;
        border-width: 7px;
        object-position: center;
    }

    .exhibition-quick-facts ul {
        grid-template-columns: 1fr;
        padding: 12px 0;
    }

    .exhibition-quick-facts li {
        padding: 16px 0;
        text-align: left;
    }

    .exhibition-quick-facts li + li,
    .exhibition-quick-facts li:nth-child(3),
    .exhibition-quick-facts li:nth-child(n+3) {
        margin-top: 0;
        padding-top: 16px;
        border-top: 1px solid #e3ddd2;
        border-left: 0;
    }

    .exhibition-quick-facts strong {
        font-size: 16px;
    }

    .exhibition-section {
        padding: 58px 0;
    }

    .exhibition-heading {
        margin-bottom: 28px;
        text-align: left;
    }

    .exhibition-heading h2,
    .exhibition-final-cta h2 {
        font-size: 25px;
        line-height: 1.65;
    }

    .exhibition-feature-grid,
    .exhibition-product-grid {
        gap: 18px;
    }

    .exhibition-feature {
        padding: 24px 0;
    }

    .exhibition-product {
        display: block;
    }

    .exhibition-product__image {
        height: 220px;
    }

    .exhibition-more-products {
        text-align: left;
    }

    .exhibition-more-products a {
        display: block;
        margin: 8px 0;
    }

    .exhibition-flow {
        grid-template-columns: 1fr;
    }

    .exhibition-flow li + li,
    .exhibition-flow li:nth-child(4),
    .exhibition-flow li:nth-child(n+4) {
        border-top: 0;
        border-left: 1px solid #d8d2c7;
    }

    .exhibition-example {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .exhibition-related {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .exhibition-final-cta {
        padding: 58px 0 64px;
    }
}
