.google-reviews-section,
.google-reviews-page {
    isolation: isolate;
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 8% 12%, rgba(124, 194, 66, .2), transparent 30%),
        radial-gradient(circle at 92% 86%, rgba(0, 102, 179, .14), transparent 28%),
        #fff;
}

.google-reviews-section {
    padding: 90px 0;
}

.google-reviews-page {
    padding: 90px 0 110px;
}

.google-reviews-section>.container,
.google-reviews-page>.container {
    position: relative;
    z-index: 1;
}

.google-reviews-nature-decor,
.google-reviews-nature-decor span {
    position: absolute;
    display: block;
}

.google-reviews-nature-decor {
    inset: 0;
    overflow: hidden;
    pointer-events: none;
}

.google-reviews-nature-decor__sun {
    top: -120px;
    right: -65px;
    width: 370px;
    height: 370px;
    border: 2px solid rgba(98, 165, 48, .35);
    border-radius: 50%;
    background: rgba(181, 224, 129, .22);
    box-shadow: 0 0 0 34px rgba(124, 194, 66, .08), 0 0 95px rgba(80, 145, 42, .2);
    animation: aboutNatureSun 9s ease-in-out infinite alternate;
}

.google-reviews-nature-decor__pebble {
    border: 2px solid rgba(22, 103, 140, .4);
    box-shadow: inset 12px 14px 25px rgba(255, 255, 255, .28), 0 18px 38px rgba(14, 69, 91, .16);
    backdrop-filter: blur(2px);
}

.google-reviews-nature-decor__pebble--one {
    top: 12%;
    left: 1%;
    width: 92px;
    height: 68px;
    border-radius: 62% 38% 55% 45% / 48% 58% 42% 52%;
    background: rgba(40, 145, 180, .38);
    animation: aboutNaturePebbleOne 7s ease-in-out infinite alternate;
}

.google-reviews-nature-decor__pebble--two {
    bottom: 7%;
    left: 5%;
    width: 66px;
    height: 78px;
    border-color: rgba(76, 139, 37, .42);
    border-radius: 46% 54% 63% 37% / 58% 42% 58% 42%;
    background: rgba(118, 184, 65, .38);
    animation: aboutNaturePebbleTwo 8s ease-in-out .8s infinite alternate;
}

.google-reviews-nature-decor__pebble--three {
    top: 26%;
    right: 2%;
    width: 78px;
    height: 58px;
    border-radius: 55% 45% 36% 64% / 43% 62% 38% 57%;
    background: rgba(0, 116, 183, .32);
    animation: aboutNaturePebbleThree 6.5s ease-in-out 1.1s infinite alternate;
}

.google-reviews-nature-decor__breeze {
    width: 220px;
    height: 58px;
    border-top: 3px solid rgba(0, 102, 179, .35);
    border-radius: 50%;
}

.google-reviews-nature-decor__breeze::after {
    position: absolute;
    top: 15px;
    left: 35px;
    width: 145px;
    height: 38px;
    border-top: 2px solid rgba(92, 159, 47, .42);
    border-radius: 50%;
    content: '';
}

.google-reviews-nature-decor__breeze--one {
    top: 8%;
    left: 16%;
    animation: aboutNatureBreeze 7.5s ease-in-out infinite alternate;
}

.google-reviews-nature-decor__breeze--two {
    right: 11%;
    bottom: 5%;
    width: 175px;
    opacity: .8;
    transform: rotate(180deg);
    animation: aboutNatureBreezeTwo 8.5s ease-in-out .7s infinite alternate;
}

.google-reviews-nature-decor__dots {
    right: 3%;
    bottom: 17%;
    width: 125px;
    height: 100px;
    background-image: radial-gradient(rgba(0, 94, 166, .45) 2px, transparent 2.5px);
    background-size: 16px 16px;
    opacity: .65;
    animation: aboutNatureDots 8s ease-in-out infinite alternate;
}

.google-reviews-nature-decor__flow {
    bottom: -165px;
    left: 20%;
    width: 440px;
    height: 250px;
    border: 2px solid rgba(93, 159, 47, .35);
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-radius: 70% 30% 0 0;
    transform: rotate(-5deg);
    animation: aboutNatureFlow 10s ease-in-out infinite alternate;
}

.google-reviews-nature-decor__spark {
    width: 13px;
    height: 13px;
    border: 3px solid rgba(75, 143, 33, .6);
    box-shadow: 0 0 18px rgba(94, 171, 46, .4);
    transform: rotate(45deg);
    animation: aboutNatureSpark 3.2s ease-in-out infinite;
}

.google-reviews-nature-decor__spark--one {
    top: 15%;
    left: 16%;
}

.google-reviews-nature-decor__spark--two {
    right: 15%;
    bottom: 13%;
    animation-delay: 1.55s;
}

.google-reviews-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
    min-width: 0;
    margin-top: 42px;
}

.google-reviews-carousel {
    position: relative;
    margin-top: 42px;
}

.google-reviews-carousel__viewport {
    overflow-x: auto;
    scrollbar-width: none;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
}

.google-reviews-carousel__viewport::-webkit-scrollbar {
    display: none;
}

.google-reviews-grid--scrolling {
    display: flex;
    gap: 22px;
    margin-top: 0;
    padding: 4px 2px 20px;
}

.google-reviews-grid--scrolling .google-review-card {
    flex: 0 0 calc((100% - 44px) / 3);
    scroll-snap-align: start;
}

.google-reviews-carousel__controls {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-top: 12px;
}

.google-reviews-carousel__hint {
    color: #7b8781;
    font-size: 12px;
    font-weight: 600;
}

.google-reviews-carousel__hint i {
    margin-right: 6px;
    color: #3c7d4d;
}

.google-reviews-carousel__buttons {
    display: flex;
    gap: 10px;
}

.google-reviews-carousel__button {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    border: 1px solid #d8e5dc;
    border-radius: 50%;
    color: #1769aa;
    background: #fff;
    cursor: pointer;
    transition: color .2s ease, background .2s ease, transform .2s ease;
}

.google-reviews-carousel__button:hover,
.google-reviews-carousel__button:focus-visible {
    color: #fff;
    background: #1769aa;
    transform: translateY(-2px);
}

.google-review-card {
    display: flex;
    flex-direction: column;
    position: relative;
    min-width: 0;
    min-height: 220px;
    padding: 21px 22px 19px;
    border: 0;
    border-radius: 10px;
    background: rgba(255, 255, 255, .94);
    box-shadow: 0 8px 22px rgba(20, 66, 43, .08);
    transition: transform .3s ease, box-shadow .3s ease;
}

.google-review-card::before {
    position: absolute;
    top: 0;
    right: 22px;
    left: 22px;
    width: auto;
    height: 3px;
    border-radius: 0 0 6px 6px;
    background: #3c7d4d;
    content: '';
}

.google-review-card:hover {
    box-shadow: 0 18px 34px rgba(20, 66, 43, .14);
    transform: translateY(-4px);
}

.google-review-card__topline,
.google-review-card__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.google-review-card__source {
    color: #1769aa;
    letter-spacing: .02em;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
}

.google-review-card__source i {
    margin-right: 5px;
    color: #4285f4;
}

.google-review-card__date {
    color: #7b8781;
    font-size: 11px;
}

.google-review-card__rating {
    margin: 15px 0 11px;
    color: #f2ae21;
    font-size: 12px;
}

.google-review-card__rating .is-muted {
    color: #d9dfdc;
}

.google-review-card__text {
    flex: 1;
    min-width: 0;
    margin: 0 0 2px;
    color: #243f32;
    font-family: 'Outfit', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.55;
    overflow-wrap: anywhere;
}

.google-review-card__footer {
    padding-top: 15px;
    border-top: 1px solid rgba(23, 105, 74, .12);
    margin-top: 17px;
}

.google-review-card__footer strong {
    color: #173e2a;
    font-size: 13px;
}

.google-review-card__footer a {
    color: #1769aa;
    font-size: 11px;
    font-weight: 700;
    text-decoration: none;
}

.google-review-card__footer a:hover {
    color: #124e7e;
}

.google-reviews-action {
    margin-top: 38px;
}

.google-reviews-empty {
    margin: 42px 0 0;
    color: #68756e;
    text-align: center;
}

.google-reviews-pagination {
    display: flex;
    justify-content: center;
    margin-top: 42px;
}

@keyframes google-reviews-dots {
    from {
        transform: translate3d(0, 0, 0);
    }

    to {
        transform: translate3d(18px, 12px, 0);
    }
}

@keyframes google-reviews-float {
    from {
        transform: translate3d(0, 0, 0) rotate(0deg);
    }

    to {
        transform: translate3d(0, -16px, 0) rotate(12deg);
    }
}

@media (prefers-reduced-motion: reduce) {

    .google-reviews-nature-decor,
    .google-reviews-nature-decor span,
    .google-review-card {
        animation: none;
        transition: none;
    }
}

@media (max-width: 991px) {

    .google-reviews-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .google-reviews-grid--scrolling .google-review-card {
        flex-basis: calc((100% - 22px) / 2);
    }
}

@media (max-width: 575px) {

    .google-reviews-section,
    .google-reviews-page {
        padding: 65px 0 75px;
    }

    .google-reviews-grid {
        grid-template-columns: 1fr;
    }

    .google-reviews-grid--scrolling .google-review-card {
        flex-basis: min(86vw, 360px);
    }

    .google-review-card {
        min-height: 0;
    }
}

.category-paragraph-text p {
    font-size: 1.05rem;
    line-height: 1.7;
}

/* Projects listing and detail */
.project-listing-hero {
    background-position: center;
    background-size: cover;
}

.project-directory {
    scroll-margin-top: 110px;
}

.project-directory .product-card {
    display: flex;
    flex-direction: column;
}

.project-directory .product-image {
    aspect-ratio: 4 / 3;
}

.project-directory .product-image>a {
    display: block;
    height: 100%;
}

.project-directory .product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.project-directory .product-content h4 a {
    color: inherit;
    text-decoration: none;
}

.project-directory .product-content {
    display: flex;
    flex: 1;
    flex-direction: column;
}

.project-directory .product-content .product-btn {
    margin-top: auto;
}

.project-card-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 16px;
    margin: 0 0 18px;
    color: #597086;
    font-size: 14px;
}

.project-card-meta i {
    color: #2563eb;
    margin-right: 4px;
}

.project-filter-bar {
    display: flex;
    justify-content: center;
}

.project-filter-pills {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

.project-filter-pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 22px;
    border-radius: 9999px;
    font-size: 13px;
    font-weight: 500;
    color: #475569;
    background: #f1f5f9;
    border: 1.5px solid #e2e8f0;
    text-decoration: none;
    transition: all 0.25s ease;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
}

.project-filter-pill:hover {
    background: #e0e7ff;
    color: #1e40af;
    border-color: #c7d2fe;
    transform: translateY(-1px);
    box-shadow: 0 2px 6px rgba(37, 99, 235, 0.12);
}

.project-filter-pill.active {
    background: linear-gradient(135deg, #2563eb, #1d4ed8);
    color: #fff;
    border-color: #2563eb;
    box-shadow: 0 2px 8px rgba(37, 99, 235, 0.25);
}

.project-filter-pill.active:hover {
    background: linear-gradient(135deg, #1d4ed8, #1e40af);
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
}


.project-empty-state {
    padding: 60px 24px;
    border: 1px solid #dbe6ee;
    border-radius: 18px;
    background: #f7fafc;
    text-align: center;
}

.project-empty-state>i {
    margin-bottom: 18px;
    color: #66bd43;
    font-size: 42px;
}

.project-detail-hero {
    background-image: linear-gradient(90deg, rgba(9, 35, 61, .92) 0%, rgba(9, 35, 61, .72) 48%, rgba(9, 35, 61, .2) 100%), var(--project-hero-desktop);
    background-position: center;
    background-size: cover;
}

.project-detail-summary {
    padding: 34px 0;
    background: #fff;
    box-shadow: 0 12px 35px rgba(20, 52, 78, .08);
}

.project-detail-summary-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.project-detail-summary-grid article {
    display: flex;
    align-items: center;
    gap: 14px;
    min-width: 0;
    padding: 8px 28px;
    border-right: 1px solid #dce6ed;
}

.project-detail-summary-grid article:last-child {
    border-right: 0;
}

.project-detail-summary-grid i {
    color: #66bd43;
    font-size: 25px;
}

.project-detail-summary-grid span {
    color: #173c5c;
    font-size: 16px;
    font-weight: 600;
}

.project-detail-summary-grid small {
    display: block;
    margin-bottom: 2px;
    color: #74889a;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.project-overview-section,
.project-brief-section,
.project-solution-section,
.project-gallery-section {
    padding: 60px 0;
}

.project-overview-section {
    position: relative;
    overflow: hidden;
    background: #fff;
}

.project-overview-section::before {
    position: absolute;
    top: -180px;
    right: -140px;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(102, 189, 67, .12), rgba(102, 189, 67, 0) 68%);
    content: "";
    pointer-events: none;
}

.project-overview-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.55fr) minmax(280px, .65fr);
    gap: 80px;
    align-items: start;
}

.project-overview-main h2,
.project-section-heading h2 {
    margin: 14px 0 25px;
    color: #0066b3;
    font-size: clamp(32px, 4vw, 50px);
    line-height: 1.12;
}

.project-overview-copy {
    max-width: 850px;
    color: #53697c;
    font-size: 18px;
    line-height: 1.9;
}

.project-overview-copy p:last-child,
.project-scope-panel .industry-rich-text p:last-child,
.project-brief-card .industry-rich-text p:last-child,
.project-solution-panel .industry-rich-text p:last-child {
    margin-bottom: 0;
}

.project-scope-panel {
    position: relative;
    padding: 34px;
    border-radius: 22px;
    background: #0d4269;
    box-shadow: 0 24px 55px rgba(13, 66, 105, .18);
    color: rgba(255, 255, 255, .78);
}

.project-scope-icon,
.project-brief-card>span {
    display: inline-grid;
    width: 48px;
    height: 48px;
    margin-bottom: 18px;
    place-items: center;
    border-radius: 14px;
    background: rgba(102, 189, 67, .18);
    color: #7ed358;
    font-size: 20px;
}

.project-scope-panel small,
.project-priorities-title small {
    display: block;
    margin-bottom: 8px;
    color: #7ed358;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .14em;
}

.project-scope-panel h3 {
    margin-bottom: 16px;
    color: #fff;
    font-size: 25px;
}

.project-scope-panel .industry-rich-text {
    color: rgba(255, 255, 255, .78);
}

.project-brief-section {
    background: linear-gradient(145deg, #f3f8f5, #f8fbfd);
}

.project-section-heading {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(300px, .72fr);
    gap: 70px;
    align-items: end;
    margin-bottom: 42px;
}

.project-section-heading p {
    margin: 0 0 6px;
    color: #667a8c;
    font-size: 17px;
    line-height: 1.75;
}

.project-brief-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.project-brief-card {
    padding: 30px;
    border: 1px solid rgba(0, 102, 179, .09);
    border-radius: 20px;
    background: rgba(255, 255, 255, .9);
    box-shadow: 0 14px 38px rgba(19, 63, 91, .06);
}

.project-brief-card>span {
    background: #eaf5ed;
    color: #48963a;
}

.project-brief-card h3,
.project-solution-panel h3,
.project-delivery-grid h3 {
    margin-bottom: 14px;
    color: #0066b3;
    font-size: 22px;
}

.project-priorities-panel {
    display: grid;
    grid-template-columns: 250px minmax(0, 1fr);
    gap: 38px;
    margin-top: 24px;
    padding: 34px;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 15px 40px rgba(19, 63, 91, .06);
}

.project-priorities-title h3 {
    margin: 0;
    color: #173c5c;
    font-size: 24px;
}

.project-priorities-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
}

.project-priorities-list article {
    display: flex;
    gap: 13px;
}

.project-priorities-list i,
.project-delivery-grid>article>i {
    color: #66bd43;
    font-size: 19px;
}

.project-priorities-list h4 {
    margin-bottom: 7px;
    color: #173c5c;
    font-size: 16px;
}

.project-priorities-list p,
.project-delivery-grid p {
    margin: 0;
    color: #6b7f90;
    font-size: 14px;
    line-height: 1.65;
}

.project-solution-section {
    background: #fff;
}

.project-solution-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 26px;
    margin-top: 42px;
}

.project-solution-panel {
    display: grid;
    grid-template-columns: 54px minmax(0, 1fr);
    gap: 22px;
    padding: 35px;
    border: 1px solid #e2ebf1;
    border-radius: 20px;
}

.project-solution-panel>span {
    color: rgba(0, 102, 179, .16);
    font-size: 40px;
    font-weight: 800;
    line-height: 1;
}

.project-delivery-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    margin-top: 28px;
    border: 1px solid #e1eaf0;
    border-radius: 20px;
    overflow: hidden;
}

.project-delivery-grid>article {
    padding: 28px 24px;
    border-right: 1px solid #e1eaf0;
    background: #f8fbfd;
}

.project-delivery-grid>article:last-child {
    border-right: 0;
}

.project-delivery-grid>article>i {
    display: block;
    margin-bottom: 17px;
}

.project-delivery-grid h3 {
    font-size: 17px;
    line-height: 1.35;
}

.project-gallery-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 18px;
    margin-top: 40px;
}

.project-gallery-grid--centered {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.project-gallery-grid--centered>a {
    flex: 0 1 calc((100% - 72px) / 5);
    width: 100%;
}

.project-gallery-grid a {
    position: relative;
    display: block;
    overflow: hidden;
    aspect-ratio: 4 / 3;
    border-radius: 16px;
    cursor: zoom-in;
}

.project-gallery-grid img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .35s ease;
}

.project-gallery-grid a:hover img {
    transform: scale(1.05);
}

.project-gallery-grid .product-gallery-zoom {
    opacity: 0;
    transform: translateY(6px);
}

.project-gallery-grid a:hover .product-gallery-zoom,
.project-gallery-grid a:focus-visible .product-gallery-zoom {
    opacity: 1;
    transform: translateY(0);
}

@media (max-width: 991px) {

    .project-detail-summary-grid,
    .project-brief-grid,
    .project-solution-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .project-overview-layout,
    .project-section-heading {
        grid-template-columns: 1fr;
        gap: 35px;
    }

    .project-brief-card:last-child:nth-child(odd) {
        grid-column: 1 / -1;
    }

    .project-priorities-panel {
        grid-template-columns: 1fr;
    }

    .project-delivery-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .project-delivery-grid>article {
        border-bottom: 1px solid #e1eaf0;
    }

    .project-detail-summary-grid article:nth-child(2) {
        border-right: 0;
    }

    .project-gallery-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .project-gallery-grid--centered>a {
        flex-basis: calc((100% - 18px) / 2);
    }
}

@media (max-width: 767px) {
    .project-detail-hero {
        background-image: linear-gradient(rgba(9, 35, 61, .82), rgba(9, 35, 61, .82)), var(--project-hero-mobile);
    }

    .project-detail-summary-grid,
    .project-brief-grid,
    .project-solution-grid,
    .project-priorities-list,
    .project-delivery-grid,
    .project-gallery-grid {
        grid-template-columns: 1fr;
    }

    .project-detail-summary-grid article,
    .project-detail-summary-grid article:nth-child(2) {
        padding: 18px 8px;
        border-right: 0;
        border-bottom: 1px solid #dce6ed;
    }

    .project-detail-summary-grid article:last-child {
        border-bottom: 0;
    }

    .project-overview-section,
    .project-brief-section,
    .project-solution-section,
    .project-gallery-section {
        padding: 60px 0;
    }

    .project-overview-main h2,
    .project-section-heading h2 {
        font-size: 32px;
    }

    .project-scope-panel,
    .project-brief-card,
    .project-priorities-panel,
    .project-solution-panel {
        padding: 25px;
    }

    .project-solution-panel {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .project-delivery-grid>article,
    .project-delivery-grid>article:last-child {
        border-right: 0;
    }

    .project-gallery-grid--centered>a {
        flex-basis: 100%;
    }
}

/* Material options studio */
.material-option-directory {
    padding: 105px 0;
    background: #fff;
}

.material-option-heading,
.material-option-detail-heading {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(300px, .9fr);
    gap: 70px;
    align-items: end;
    margin-bottom: 52px;
}

.material-option-heading h1,
.material-option-heading h2,
.material-option-detail-heading h2,
.material-option-highlights h2 {
    margin: 0;
    color: #0066b3;
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(42px, 5vw, 64px);
    font-weight: 600;
    line-height: 1;
    letter-spacing: -.035em;
}

.material-option-heading>p,
.material-option-detail-heading>p {
    margin: 0;
    color: #617681;
    font-size: 17px;
    line-height: 1.75;
}

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

.material-option-card {
    overflow: hidden;
    border: 1px solid #dfe7eb;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 15px 42px rgba(22, 54, 71, .08);
    transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
}

.material-option-card:hover,
.material-option-card:focus-within {
    border-color: rgba(0, 102, 179, .35);
    box-shadow: 0 26px 60px rgba(22, 54, 71, .16);
    transform: translateY(-7px);
}

.material-option-card>a {
    display: flex;
    height: 100%;
    flex-direction: column;
    color: inherit;
    text-decoration: none;
}

.material-option-thumbnail {
    position: relative;
    display: flex;
    min-height: 245px;
    padding: 28px;
    flex-direction: column;
    justify-content: flex-end;
    isolation: isolate;
    overflow: hidden;
    color: #fff;
}

.material-option-thumbnail::after,
.material-option-hero::after {
    position: absolute;
    z-index: -1;
    inset: 0;
    content: "";
    background: linear-gradient(180deg, rgba(4, 22, 33, .04), rgba(4, 22, 33, .62));
}

.material-option-thumbnail i {
    position: absolute;
    top: 27px;
    right: 27px;
    font-size: 30px;
    opacity: .9;
}

.material-option-thumbnail strong {
    font-family: "Cormorant Garamond", serif;
    font-size: 34px;
    font-weight: 600;
    line-height: 1;
}

.material-option-number {
    margin-bottom: 12px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .18em;
}

.material-option-thumbnail--weaving {
    background-color: #9a8268;
    background-image: repeating-linear-gradient(135deg, rgba(255, 255, 255, .25) 0 7px, rgba(46, 29, 20, .12) 7px 14px);
}

.material-option-thumbnail--frames {
    background: linear-gradient(135deg, #e0e5e8 0%, #697985 46%, #263946 47%, #9ba8b0 100%);
}

.material-option-thumbnail--powder {
    background: radial-gradient(circle at 25% 35%, #1f4d3a 0 15%, transparent 16%), radial-gradient(circle at 65% 30%, #b8bec6 0 17%, transparent 18%), radial-gradient(circle at 52% 78%, #0f2e5c 0 21%, transparent 22%), #2b3035;
}

.material-option-thumbnail--fabrics {
    background-color: #315d73;
    background-image: repeating-linear-gradient(90deg, rgba(255, 255, 255, .15) 0 2px, transparent 2px 9px), repeating-linear-gradient(0deg, rgba(0, 0, 0, .1) 0 1px, transparent 1px 7px);
}

.material-option-thumbnail--cushions {
    background: radial-gradient(ellipse at 50% 90%, #d7c9b5 0 34%, transparent 35%), radial-gradient(ellipse at 25% 60%, #9db1ad 0 28%, transparent 29%), radial-gradient(ellipse at 78% 50%, #677f8b 0 30%, transparent 31%), #304c59;
}

.material-option-thumbnail--performance {
    background: linear-gradient(135deg, #087f46, #005baa 62%, #092e45);
}

.material-option-card-content {
    display: flex;
    padding: 24px 26px 26px;
    flex: 1;
    flex-direction: column;
}

.material-option-card-content p {
    margin: 0 0 22px;
    color: #687d88;
    line-height: 1.65;
}

.material-option-card-content span {
    display: inline-flex;
    gap: 9px;
    align-items: center;
    margin-top: auto;
    color: #087f46;
    font-size: 14px;
    font-weight: 700;
}

.material-option-card-content i {
    transition: transform .3s ease;
}

.material-option-card:hover .material-option-card-content i {
    transform: translateX(5px);
}

.material-option-hero {
    position: relative;
    min-height: 520px;
    padding: 115px 0 90px;
    isolation: isolate;
    overflow: hidden;
    color: #fff;
}

.material-option-hero::after {
    background: linear-gradient(90deg, rgba(2, 23, 36, .84), rgba(2, 23, 36, .36));
}

.material-option-hero.material-option-thumbnail--powder-coating {
    background-color: #0b2a39;
    background-image: var(--material-option-banner);
    background-repeat: no-repeat;
    background-position: right 52%;
    background-size: 58% auto;
}

.material-option-hero.material-option-thumbnail--powder-coating::after {
    background: linear-gradient(90deg, #082634 0%, rgba(8, 38, 52, .97) 38%, rgba(8, 38, 52, .7) 59%, rgba(8, 38, 52, .16) 100%);
}

.material-option-hero.material-option-hero--banner {
    background-color: #0b2a39;
    background-image: var(--material-option-banner);
    background-repeat: no-repeat;
    background-position: right 52%;
    background-size: 58% auto;
}

.material-option-hero.material-option-hero--banner::after {
    background: linear-gradient(90deg, rgba(8, 38, 52, .94) 0%, rgba(8, 38, 52, .92) 40%, rgba(8, 38, 52, .62) 62%, rgba(8, 38, 52, .14) 100%);
}

.material-option-breadcrumb {
    display: flex;
    gap: 11px;
    align-items: center;
    margin-bottom: 70px;
    color: rgba(255, 255, 255, .72);
    font-size: 13px;
}

.material-option-breadcrumb a {
    color: #fff;
    text-decoration: none;
}

.material-option-breadcrumb i {
    font-size: 9px;
}

.material-option-hero-content {
    max-width: 760px;
}

.material-option-hero-content>span {
    display: block;
    margin-bottom: 18px;
    color: #a8e0c1;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .18em;
    text-transform: uppercase;
}

.material-option-hero h1 {
    margin: 0 0 22px;
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(56px, 8vw, 90px);
    font-weight: 600;
    line-height: .95;
    letter-spacing: -.04em;
}

.material-option-hero-content p {
    max-width: 680px;
    margin: 0;
    color: rgba(255, 255, 255, .84);
    font-size: 19px;
    line-height: 1.7;
}

.material-option-tabs {
    position: sticky;
    z-index: 20;
    top: 0;
    overflow-x: auto;
    border-bottom: 1px solid #dce5e9;
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 8px 24px rgba(21, 48, 62, .05);
    backdrop-filter: blur(12px);
}

.material-option-tabs .container {
    display: flex;
    min-width: max-content;
}

.material-option-tabs a {
    position: relative;
    padding: 20px 18px;
    color: #687c87;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
}

.material-option-tabs a::after {
    position: absolute;
    right: 18px;
    bottom: -1px;
    left: 18px;
    height: 2px;
    content: "";
    background: #0066b3;
    transform: scaleX(0);
    transition: transform .25s ease;
}

.material-option-tabs a:hover,
.material-option-tabs a.is-active {
    color: #0066b3;
}

.material-option-tabs a.is-active::after {
    transform: scaleX(1);
}

.material-option-detail {
    padding: 105px 0;
    background: #f7f9fa;
}

.material-option-choice-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.material-option-choice {
    min-height: 280px;
    padding: 30px;
    border: 1px solid #dce6eb;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 12px 34px rgba(25, 54, 68, .06);
    transition: border-color .3s ease, transform .3s ease;
}

.material-option-choice:hover {
    border-color: rgba(0, 102, 179, .35);
    transform: translateY(-5px);
}

.material-option-choice-icon {
    display: grid;
    width: 54px;
    height: 54px;
    margin-bottom: 26px;
    place-items: center;
    border-radius: 50%;
    background: #eaf5fb;
    color: #0066b3;
    font-size: 20px;
}

.material-option-swatch {
    display: block;
    width: 76px;
    height: 76px;
    margin-bottom: 22px;
    border: 1px solid rgba(17, 42, 54, .12);
    border-radius: 50%;
    background: var(--swatch);
    box-shadow: 0 0 0 6px #f2f5f6;
}

.material-option-choice small {
    display: block;
    margin-bottom: 10px;
    color: #087f46;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.material-option-choice h3 {
    margin: 0 0 12px;
    color: #153746;
    font-family: "Cormorant Garamond", serif;
    font-size: 30px;
    font-weight: 600;
}

.material-option-choice p {
    margin: 0;
    color: #697d87;
    line-height: 1.65;
}

.material-option-choice ul {
    display: grid;
    gap: 7px;
    margin: 18px 0 0;
    padding: 0;
    color: #697d87;
    list-style: none;
}

.material-option-choice ul li::before {
    margin-right: 8px;
    color: #087f46;
    content: "✓";
}

.material-option-choice-grid--colours,
.material-option-choice-grid--cushions,
.material-option-choice-grid--outdoor-fabrics {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.powder-finish-library {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 58px 24px;
    margin-top: 18px;
}

.powder-finish-library--powder {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 28px;
}

.powder-swatch-card {
    min-width: 0;
    overflow: hidden;
    border: 1px solid #dfe8eb;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 18px 42px rgba(18, 55, 70, .08);
    transition: border-color .35s ease, box-shadow .35s ease, transform .35s cubic-bezier(.2, .75, .25, 1);
}

.powder-swatch-card:hover {
    border-color: rgba(0, 102, 179, .25);
    box-shadow: 0 28px 58px rgba(18, 55, 70, .14);
    transform: translateY(-7px);
}

.powder-swatch-card__media {
    position: relative;
    aspect-ratio: 3 / 1;
    overflow: hidden;
    border-bottom: 1px solid #e1e9ec;
    background:
        linear-gradient(135deg, rgba(0, 102, 179, .045), rgba(118, 192, 67, .055)),
        #eef3f4;
}

.powder-swatch-card__media::after {
    position: absolute;
    inset: 0;
    border: 1px solid rgba(255, 255, 255, .62);
    content: "";
    pointer-events: none;
}

.powder-swatch-card__media>span {
    position: absolute;
    z-index: 2;
    top: 12px;
    left: 13px;
    display: grid;
    min-width: 34px;
    height: 27px;
    padding: 0 8px;
    border: 1px solid rgba(255, 255, 255, .68);
    border-radius: 999px;
    background: rgba(11, 42, 56, .7);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .09em;
    place-items: center;
    backdrop-filter: blur(7px);
}

.powder-swatch-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform .55s cubic-bezier(.2, .75, .25, 1);
}

.powder-swatch-card:hover .powder-swatch-card__media img {
    transform: scale(1.035);
}

.powder-swatch-card__body {
    padding: 23px 23px 25px;
}

.powder-swatch-card__code {
    display: inline-flex;
    margin-bottom: 10px;
    color: #087f46;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .11em;
    text-transform: uppercase;
}

.powder-swatch-card h3 {
    margin: 0 0 9px;
    color: #153746;
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(25px, 2vw, 31px);
    font-weight: 600;
    line-height: 1.05;
}

.powder-swatch-card p {
    min-height: 66px;
    margin: 0 0 18px;
    color: #697d87;
    font-size: 13px;
    line-height: 1.65;
}

.powder-swatch-card small {
    display: inline-flex;
    gap: 7px;
    align-items: center;
    color: #4d6570;
    font-size: 11px;
    font-weight: 600;
}

.powder-swatch-card small i {
    color: #76c043;
}

.powder-finish-sample {
    min-width: 0;
    margin: 0;
}

.powder-finish-disc {
    position: relative;
    width: min(100%, 210px);
    aspect-ratio: 1;
    margin-inline: auto;
    overflow: hidden;
    border-radius: 50%;
    background:
        radial-gradient(circle at 32% 24%, rgba(255, 255, 255, .48), transparent 30%),
        radial-gradient(circle at 70% 78%, rgba(0, 0, 0, .2), transparent 48%),
        var(--finish-colour);
    box-shadow:
        0 28px 42px -24px rgba(18, 45, 57, .48),
        inset 0 1px 1px rgba(255, 255, 255, .65),
        inset 0 -2px 4px rgba(0, 0, 0, .18);
    transition: transform .45s cubic-bezier(.2, .75, .25, 1), box-shadow .45s ease;
}

.powder-finish-disc::before {
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background-image: repeating-radial-gradient(circle at 40% 45%, rgba(255, 255, 255, .055) 0 1px, rgba(0, 0, 0, .035) 1px 2px);
    background-size: 5px 5px;
    content: "";
    mix-blend-mode: soft-light;
    opacity: .7;
}

.powder-finish-disc span {
    position: absolute;
    top: 11%;
    left: 17%;
    width: 45%;
    height: 21%;
    border-radius: 50%;
    background: rgba(255, 255, 255, .18);
    filter: blur(18px);
    transform: rotate(-22deg);
}

.powder-finish-sample:hover .powder-finish-disc {
    box-shadow:
        0 35px 52px -22px rgba(18, 45, 57, .55),
        inset 0 1px 1px rgba(255, 255, 255, .68),
        inset 0 -2px 4px rgba(0, 0, 0, .2);
    transform: translateY(-8px) rotate(1.5deg);
}

.powder-finish-sample figcaption {
    display: flex;
    gap: 20px;
    align-items: baseline;
    justify-content: space-between;
    max-width: 210px;
    margin: 22px auto 0;
    padding-bottom: 12px;
    border-bottom: 1px solid #d8e3e7;
}

.powder-finish-sample h3 {
    margin: 0;
    color: #153746;
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(21px, 1.75vw, 27px);
    font-weight: 600;
}

.powder-finish-sample figcaption span {
    color: #087f46;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.powder-finish-sample>p {
    max-width: 210px;
    margin: 11px auto 0;
    color: #697d87;
    font-size: 14px;
}

.powder-custom-finish {
    display: grid;
    grid-template-columns: 1.05fr 1.25fr auto;
    gap: 44px;
    align-items: end;
    margin-top: 100px;
    padding: 46px 0;
    border-top: 1px solid #cbdde4;
    border-bottom: 1px solid #cbdde4;
}

.powder-custom-finish h3 {
    margin: 10px 0 0;
    color: #153746;
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(30px, 3vw, 43px);
    font-weight: 600;
    line-height: 1.05;
}

.powder-custom-finish p {
    margin: 0;
    color: #617783;
    line-height: 1.7;
}

.powder-custom-finish>a {
    display: inline-flex;
    gap: 12px;
    align-items: center;
    padding-bottom: 7px;
    border-bottom: 1px solid #0066b3;
    color: #0066b3;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
}

.powder-custom-finish>a i {
    transition: transform .25s ease;
}

.powder-custom-finish>a:hover i {
    transform: translateX(5px);
}

.studio-branch-list {
    border-top: 1px solid #cbdde4;
}

.studio-branch-list>a {
    display: grid;
    grid-template-columns: 70px minmax(0, 1fr) auto;
    gap: 28px;
    align-items: center;
    padding: 31px 8px;
    border-bottom: 1px solid #cbdde4;
    color: inherit;
    text-decoration: none;
    transition: padding .28s ease, background .28s ease;
}

.studio-branch-list>a:hover {
    padding-right: 22px;
    padding-left: 22px;
    background: linear-gradient(90deg, rgba(0, 102, 179, .06), rgba(124, 194, 66, .05));
}

.studio-branch-list>a>span {
    color: #087f46;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .15em;
}

.studio-branch-list h3,
.studio-care-list h3,
.studio-leaf-note h3 {
    margin: 0;
    color: #153746;
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(29px, 3vw, 42px);
    font-weight: 600;
}

.studio-branch-list p {
    max-width: 720px;
    margin: 6px 0 0;
    color: #697d87;
}

.studio-branch-list>a>i {
    color: #0066b3;
    transition: transform .25s ease;
}

.studio-branch-list>a:hover>i {
    transform: translateX(6px);
}

.studio-colour-library {
    margin-top: 34px;
}

.studio-weaving-designs {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 44px 28px;
}

.studio-weaving-designs figure {
    margin: 0;
}

.studio-weave-pattern {
    display: block;
    aspect-ratio: 4 / 3;
    border-radius: 16px;
    box-shadow: 0 18px 36px rgba(21, 55, 70, .1);
}

.studio-weave-pattern--1 {
    background: repeating-linear-gradient(90deg, #9c7956 0 8px, #d2b58c 8px 13px, #73583f 13px 17px);
}

.studio-weave-pattern--2 {
    background: repeating-linear-gradient(45deg, transparent 0 10px, #2f6571 10px 18px), repeating-linear-gradient(-45deg, #b9d3d0 0 10px, #e5ece9 10px 18px);
}

.studio-weave-pattern--3 {
    background: repeating-linear-gradient(0deg, rgba(255, 255, 255, .25) 0 3px, transparent 3px 19px), repeating-linear-gradient(90deg, #506f56 0 12px, #a6b596 12px 19px);
}

.studio-weave-pattern--4 {
    background: linear-gradient(135deg, #b08059 25%, transparent 25%) -16px 0/32px 32px, linear-gradient(225deg, #d0ae7e 25%, transparent 25%) -16px 0/32px 32px, linear-gradient(315deg, #8a6748 25%, transparent 25%) 0/32px 32px, #e4cfaf;
}

.studio-weave-pattern--5 {
    background: repeating-conic-gradient(#536f78 0 25%, #a9bec0 0 50%) 0/30px 30px;
}

.studio-weave-pattern--6 {
    background: linear-gradient(135deg, #31566b 25%, transparent 25%) 0 0/28px 28px, linear-gradient(315deg, #8aa6ad 25%, transparent 25%) 0 0/28px 28px, #dce7e7;
}

.studio-weaving-designs figcaption {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    margin-top: 17px;
    color: #153746;
}

.studio-weaving-designs strong {
    font-family: "Cormorant Garamond", serif;
    font-size: 25px;
}

.studio-weaving-designs small {
    color: #087f46;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.studio-care-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-top: 1px solid #cbdde4;
}

.studio-care-list article {
    display: grid;
    grid-template-columns: 48px 1fr;
    gap: 18px;
    padding: 38px 30px 38px 0;
    border-bottom: 1px solid #cbdde4;
}

.studio-care-list article:nth-child(odd) {
    border-right: 1px solid #cbdde4;
}

.studio-care-list article:nth-child(even) {
    padding-left: 30px;
}

.studio-care-list article>span {
    color: #0066b3;
    font-weight: 700;
}

.studio-care-list h3 {
    font-size: 30px;
}

.studio-care-list p,
.studio-leaf-note p {
    margin: 9px 0 0;
    color: #697d87;
    line-height: 1.7;
}

.studio-leaf-note {
    max-width: 850px;
    padding: 55px;
    border-left: 4px solid #7cc242;
    background: linear-gradient(135deg, #eaf5fb, #f5fbf7);
}

.studio-leaf-note h3 {
    margin-top: 12px;
    font-size: clamp(38px, 5vw, 62px);
}

.studio-leaf-note p {
    max-width: 690px;
    margin-bottom: 28px;
}

.studio-frame-page {
    min-height: 100vh;
    background: #f2f8f9;
    color: #153746;
}

.studio-frame-shell {
    width: min(100% - 48px, 1384px);
    margin-inline: auto;
    padding: 27px 0 105px;
}

.studio-frame-breadcrumb {
    display: flex;
    gap: 10px;
    align-items: center;
    color: #6a7d86;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .2em;
    text-transform: uppercase;
}

.studio-frame-breadcrumb a {
    color: inherit;
    text-decoration: none;
}

.studio-frame-breadcrumb strong {
    color: #153746;
    font-weight: 600;
}

.studio-frame-intro {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 28px;
    align-items: end;
    padding: 70px 0 76px;
}

.studio-frame-intro>div {
    grid-column: span 7;
}

.studio-frame-intro>div>span {
    display: block;
    margin-bottom: 24px;
    color: #087f46;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .2em;
    text-transform: uppercase;
}

.studio-frame-intro h1 {
    max-width: 780px;
    margin: 0;
    color: #153746;
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(3.4rem, 6.4vw, 6.2rem);
    font-weight: 500;
    line-height: .92;
    letter-spacing: -.045em;
}

.studio-frame-intro>p {
    grid-column: 8 / span 5;
    max-width: 490px;
    margin: 0 0 5px;
    color: #617783;
    font-size: 15px;
    line-height: 1.75;
}

.studio-frame-options {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 26px;
}

.studio-frame-options>a {
    color: inherit;
    text-decoration: none;
}

.studio-frame-image {
    position: relative;
    aspect-ratio: 4 / 5;
    overflow: hidden;
    border-radius: 18px;
    background: #dce7e9;
    box-shadow: 0 20px 44px rgba(21, 55, 70, .1);
}

.studio-frame-image::after {
    position: absolute;
    inset: 45% 0 0;
    background: linear-gradient(transparent, rgba(7, 26, 35, .62));
    content: "";
}

.studio-frame-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .7s cubic-bezier(.2, .75, .25, 1);
}

.studio-frame-options>a:hover img {
    transform: scale(1.035);
}

.studio-frame-image>div {
    position: absolute;
    z-index: 1;
    right: 30px;
    bottom: 28px;
    left: 30px;
    color: #fff;
}

.studio-frame-image span {
    display: block;
    margin-bottom: 8px;
    color: rgba(255, 255, 255, .78);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .2em;
    text-transform: uppercase;
}

.studio-frame-image h2 {
    margin: 0;
    color: #fff;
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(38px, 4vw, 54px);
    font-weight: 500;
}

.studio-frame-options>a>p {
    margin: 16px 0 0;
    color: #617783;
    font-size: 14px;
    line-height: 1.7;
}

.studio-weaving-options {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.studio-weaving-options>a {
    color: inherit;
    text-decoration: none;
}

.studio-weaving-image {
    position: relative;
    aspect-ratio: 3 / 4;
    overflow: hidden;
    border-radius: 18px;
    background: #dce7e9;
    box-shadow: 0 20px 44px rgba(21, 55, 70, .1);
}

.studio-weaving-image::after {
    position: absolute;
    inset: 48% 0 0;
    background: linear-gradient(transparent, rgba(7, 26, 35, .62));
    content: "";
}

.studio-weaving-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .7s cubic-bezier(.2, .75, .25, 1);
}

.studio-weaving-options>a:hover img {
    transform: scale(1.04);
}

.studio-weaving-image>div {
    position: absolute;
    z-index: 1;
    right: 26px;
    bottom: 25px;
    left: 26px;
    color: #fff;
}

.studio-weaving-image span {
    display: block;
    margin-bottom: 7px;
    color: rgba(255, 255, 255, .78);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .2em;
    text-transform: uppercase;
}

.studio-weaving-image h2 {
    margin: 0;
    color: #fff;
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(36px, 3.5vw, 49px);
    font-weight: 500;
}

.studio-weaving-options>a>p {
    margin: 16px 0 0;
    color: #617783;
    font-size: 14px;
    line-height: 1.7;
}

.studio-page-navigation {
    border-top: 1px solid #cbdde4;
    border-bottom: 1px solid #cbdde4;
    background: #f2f8f9;
}

.studio-page-navigation .container {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    min-height: 150px;
    padding: 0;
}

.studio-page-navigation__link {
    display: flex;
    min-width: 0;
    padding: 35px 42px;
    justify-content: center;
    flex-direction: column;
    color: #153746;
    text-decoration: none;
    transition: background .3s ease, padding .3s ease;
}

.studio-page-navigation__link--back {
    align-items: flex-start;
    border-right: 1px solid #cbdde4;
}

.studio-page-navigation__link--next {
    align-items: flex-end;
    text-align: right;
}

.studio-page-navigation__link:hover {
    background: linear-gradient(135deg, rgba(0, 102, 179, .07), rgba(124, 194, 66, .07));
}

.studio-page-navigation__link--back:hover {
    padding-left: 32px;
}

.studio-page-navigation__link--next:hover {
    padding-right: 32px;
}

.studio-page-navigation__link>span {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 9px;
    color: #087f46;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.studio-page-navigation__link strong {
    overflow: hidden;
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(27px, 3vw, 39px);
    font-weight: 600;
    line-height: 1.05;
    text-overflow: ellipsis;
}

.studio-page-navigation__link--back:only-child {
    grid-column: 1 / -1;
    border-right: 0;
}

@media (max-width: 1399px) {
    .powder-finish-library {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .powder-finish-disc,
    .powder-finish-sample figcaption,
    .powder-finish-sample>p {
        width: 100%;
        max-width: 250px;
    }
}

@media (max-width: 1199px) {
    .powder-finish-library {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

.material-option-highlights {
    padding: 90px 0;
    background: #fff;
}

.material-option-highlights-panel {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 70px;
    padding: 58px;
    align-items: center;
    border-radius: 24px;
    background: linear-gradient(135deg, #eaf5fb, #f5fbf7);
}

.material-option-highlights ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.material-option-highlights li {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    color: #294856;
    font-weight: 600;
}

.material-option-highlights li i {
    margin-top: 4px;
    color: #12a150;
}

.material-option-next {
    padding: 58px 0;
    background: #0a3247;
    color: #fff;
}

.material-option-next .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.material-option-next p {
    margin: 0;
    color: rgba(255, 255, 255, .62);
}

.material-option-next a {
    display: inline-flex;
    gap: 13px;
    align-items: center;
    color: #fff;
    font-family: "Cormorant Garamond", serif;
    font-size: 29px;
    font-weight: 600;
    text-decoration: none;
}

@media (max-width: 991px) {

    .material-option-grid,
    .material-option-choice-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .material-option-heading,
    .material-option-detail-heading,
    .material-option-highlights-panel {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .material-option-choice-grid--colours,
    .material-option-choice-grid--cushions,
    .material-option-choice-grid--outdoor-fabrics {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .powder-finish-library {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .powder-custom-finish {
        grid-template-columns: 1fr 1fr;
    }

    .powder-custom-finish>a {
        justify-self: start;
    }

    .studio-weaving-designs {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .studio-frame-intro>div,
    .studio-frame-intro>p {
        grid-column: 1 / -1;
    }
}

@media (max-width: 767px) {

    .material-option-directory,
    .material-option-detail {
        padding: 70px 0;
    }

    .material-option-grid,
    .material-option-choice-grid,
    .material-option-highlights ul {
        grid-template-columns: 1fr;
    }

    .material-option-choice-grid--colours,
    .material-option-choice-grid--cushions,
    .material-option-choice-grid--outdoor-fabrics {
        grid-template-columns: 1fr;
    }

    .powder-finish-library {
        grid-template-columns: 1fr;
        gap: 54px;
    }

    .powder-finish-disc {
        width: min(86vw, 340px);
    }

    .powder-custom-finish {
        grid-template-columns: 1fr;
        gap: 24px;
        margin-top: 74px;
    }

    .studio-branch-list>a {
        grid-template-columns: 40px minmax(0, 1fr) auto;
        gap: 12px;
        padding-block: 24px;
    }

    .studio-branch-list p {
        font-size: 14px;
    }

    .studio-weaving-designs,
    .studio-care-list {
        grid-template-columns: 1fr;
    }

    .studio-care-list article,
    .studio-care-list article:nth-child(even) {
        padding: 28px 0;
        border-right: 0;
    }

    .studio-leaf-note {
        padding: 38px 25px;
    }

    .studio-frame-shell {
        width: min(100% - 32px, 1384px);
        padding-bottom: 75px;
    }

    .studio-frame-intro {
        padding: 50px 0 55px;
    }

    .studio-frame-options {
        grid-template-columns: 1fr;
        gap: 48px;
    }

    .studio-frame-image {
        aspect-ratio: 4 / 5;
    }

    .studio-weaving-options {
        grid-template-columns: 1fr;
        gap: 48px;
    }

    .studio-weaving-image {
        aspect-ratio: 4 / 5;
    }

    .studio-page-navigation .container {
        min-height: 125px;
    }

    .studio-page-navigation__link {
        padding: 26px 18px;
    }

    .studio-page-navigation__link--back:hover {
        padding-left: 13px;
    }

    .studio-page-navigation__link--next:hover {
        padding-right: 13px;
    }

    .studio-page-navigation__link strong {
        font-size: 24px;
    }

    .material-option-thumbnail {
        min-height: 215px;
    }

    .material-option-hero {
        min-height: 470px;
        padding: 90px 0 70px;
    }

    .material-option-hero.material-option-thumbnail--powder-coating {
        background-position: 58% center;
        background-size: cover;
    }

    .material-option-hero.material-option-thumbnail--powder-coating::after {
        background: linear-gradient(90deg, rgba(5, 29, 41, .93), rgba(5, 29, 41, .7));
    }

    .material-option-hero.material-option-hero--banner {
        background-position: right center;
        background-size: cover;
    }

    .material-option-hero.material-option-hero--banner::after {
        background: linear-gradient(90deg, rgba(5, 29, 41, .95), rgba(5, 29, 41, .82));
    }

    .material-option-breadcrumb {
        margin-bottom: 55px;
    }

    .material-option-highlights-panel {
        padding: 34px 26px;
    }

    .material-option-next .container {
        gap: 16px;
        align-items: flex-start;
        flex-direction: column;
    }

    .material-option-next a {
        font-size: 25px;
    }
}

/* Material Studio landing page */
.material-studio-nav {
    position: sticky;
    z-index: 40;
    top: 0;
    overflow-x: auto;
    border-bottom: 1px solid #dce5e9;
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 8px 24px rgba(21, 48, 62, .05);
    backdrop-filter: blur(14px);
}

.material-studio-nav .container {
    display: flex;
    min-width: max-content;
}

.material-studio-nav a {
    position: relative;
    padding: 18px 15px;
    color: #687c87;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
}

.material-studio-nav a:hover,
.material-studio-nav a.is-active {
    color: #0066b3;
}

.material-studio-nav a.is-active::after {
    position: absolute;
    right: 15px;
    bottom: 0;
    left: 15px;
    height: 2px;
    content: "";
    background: #0066b3;
}

.material-studio-hero {
    position: relative;
    overflow: hidden;
    padding: 120px 0 130px;
    background: linear-gradient(145deg, #f7fbfd 0%, #fff 50%, #eff8f3 100%);
}

.material-studio-hero::before {
    position: absolute;
    width: 520px;
    height: 520px;
    top: -230px;
    right: -120px;
    border-radius: 50%;
    content: "";
    background: rgba(0, 102, 179, .07);
}

.material-studio-hero .container {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(280px, .75fr);
    gap: 90px;
    align-items: center;
}

.material-studio-hero-copy h1 {
    max-width: 850px;
    margin: 22px 0 26px;
    color: #153746;
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(56px, 7vw, 92px);
    font-weight: 600;
    line-height: .96;
    letter-spacing: -.045em;
}

.material-studio-hero-copy>p {
    max-width: 710px;
    margin: 0;
    color: #617681;
    font-size: 19px;
    line-height: 1.75;
}

.material-studio-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 34px;
}

.material-studio-outline,
.material-studio-green {
    display: inline-flex;
    gap: 10px;
    min-height: 48px;
    padding: 12px 22px;
    align-items: center;
    justify-content: center;
    border: 1px solid #b9c9d0;
    border-radius: 7px;
    color: #153746;
    font-weight: 600;
    text-decoration: none;
    transition: .25s ease;
}

.material-studio-green {
    border-color: #087f46;
    background: #087f46;
    color: #fff;
}

.material-studio-outline:hover {
    border-color: #0066b3;
    color: #0066b3;
}

.material-studio-green:hover {
    background: #066b3b;
    color: #fff;
}

.material-studio-hero-art {
    position: relative;
    display: grid;
    width: min(100%, 370px);
    aspect-ratio: 1;
    place-content: center;
    justify-self: end;
    border-radius: 50%;
    background: linear-gradient(145deg, #0066b3, #074b75);
    color: #fff;
    text-align: center;
    box-shadow: 0 35px 80px rgba(0, 82, 137, .24);
}

.material-studio-hero-art strong {
    font-family: "Cormorant Garamond", serif;
    font-size: 82px;
    font-weight: 600;
    line-height: .8;
}

.material-studio-hero-art small {
    margin-top: 14px;
    color: rgba(255, 255, 255, .7);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.material-studio-orbit {
    position: absolute;
    border: 1px solid rgba(255, 255, 255, .24);
    border-radius: 50%;
}

.material-studio-orbit--one {
    inset: 25px;
}

.material-studio-orbit--two {
    inset: 55px;
}

.material-studio-orbit--three {
    inset: 88px;
}

.material-studio-section,
.material-studio-difference {
    padding: 105px 0;
    scroll-margin-top: 68px;
    border-top: 1px solid #e3eaed;
    background: #fff;
}

.material-studio-section:nth-of-type(even) {
    background: #f7f9fa;
}

.material-studio-section-heading {
    display: grid;
    grid-template-columns: minmax(150px, .55fr) minmax(0, 1.35fr) auto;
    gap: 44px;
    align-items: end;
    margin-bottom: 56px;
}

.material-studio-section-heading h2 {
    margin: 0;
    color: #153746;
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(42px, 5vw, 66px);
    font-weight: 600;
    line-height: 1;
    letter-spacing: -.035em;
}

.material-studio-section-heading p {
    max-width: 680px;
    margin: 18px 0 0;
    color: #687d88;
    font-size: 17px;
    line-height: 1.7;
}

.material-studio-section-heading>a {
    display: inline-flex;
    gap: 10px;
    align-items: center;
    padding-bottom: 4px;
    border-bottom: 1px solid #0066b3;
    color: #0066b3;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
}

.material-studio-weave-grid,
.material-studio-performance-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.material-studio-weave-card,
.material-studio-frame-card {
    overflow: hidden;
    border: 1px solid #dce5e9;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 15px 40px rgba(22, 54, 71, .07);
    transition: transform .3s ease, box-shadow .3s ease;
}

.material-studio-weave-card:hover,
.material-studio-frame-card:hover {
    box-shadow: 0 25px 55px rgba(22, 54, 71, .13);
    transform: translateY(-6px);
}

.material-studio-pattern {
    aspect-ratio: 4 / 3;
    transition: transform .6s ease;
}

.material-studio-weave-card:hover .material-studio-pattern {
    transform: scale(1.04);
}

.material-studio-pattern--rope {
    background: repeating-linear-gradient(135deg, #d8dee8 0 7px, #aab4c2 7px 14px, #7f8a99 14px 16px);
}

.material-studio-pattern--braid {
    background: repeating-linear-gradient(45deg, #c9d2de 0 9px, #98a3b3 9px 18px), repeating-linear-gradient(-45deg, transparent 0 13px, rgba(15, 23, 42, .12) 13px 26px);
}

.material-studio-pattern--wicker {
    background: repeating-linear-gradient(0deg, #b9c2cf 0 5px, #8c97a6 5px 10px), repeating-linear-gradient(90deg, transparent 0 11px, rgba(15, 23, 42, .14) 11px 15px);
}

.material-studio-weave-card>div:last-child {
    padding: 27px;
}

.material-studio-weave-card h3,
.material-studio-frame-card h3 {
    margin: 0;
    color: #153746;
    font-family: "Cormorant Garamond", serif;
    font-size: 34px;
    font-weight: 600;
}

.material-studio-weave-card p {
    margin: 7px 0 22px;
    color: #687d88;
}

.material-studio-weave-card span {
    display: block;
    padding-top: 17px;
    border-top: 1px solid #e3eaed;
    color: #087f46;
    font-size: 13px;
    font-weight: 700;
}

.material-studio-frame-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 25px;
}

.material-studio-frame-visual {
    aspect-ratio: 16 / 7;
}

.material-studio-frame-visual--aluminium {
    background: linear-gradient(135deg, #edf2f5, #c7d1d8 48%, #91a1ab);
}

.material-studio-frame-visual--mild-steel {
    background: linear-gradient(135deg, #172a34, #53656f 52%, #1b303b);
}

.material-studio-frame-copy {
    padding: 31px;
}

.material-studio-frame-copy>p {
    margin: 10px 0 20px;
    color: #687d88;
    line-height: 1.65;
}

.material-studio-frame-copy ul {
    display: grid;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
    color: #526a75;
}

.material-studio-frame-copy li i {
    margin-right: 9px;
    color: #0066b3;
}

.material-studio-finish-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 24px;
}

.material-studio-finish-grid article {
    text-align: center;
}

.material-studio-finish {
    display: block;
    width: min(100%, 110px);
    aspect-ratio: 1;
    margin: 0 auto 18px;
    border: 1px solid rgba(18, 48, 62, .13);
    border-radius: 50%;
    background: var(--sample-colour);
    box-shadow: 0 10px 25px rgba(19, 43, 55, .13);
    transition: transform .25s ease;
}

.material-studio-finish-grid article:hover .material-studio-finish {
    transform: translateY(-5px) scale(1.03);
}

.material-studio-finish-grid h3 {
    margin: 0 0 5px;
    color: #294856;
    font-size: 14px;
    font-weight: 600;
}

.material-studio-finish-grid small {
    color: #81919a;
    font-size: 11px;
}

.material-studio-palette-tools {
    display: flex;
    gap: 18px;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 35px;
}

.material-studio-palette-tools label {
    position: relative;
    display: block;
    width: min(100%, 390px);
}

.material-studio-palette-tools label i {
    position: absolute;
    top: 50%;
    left: 17px;
    color: #78909b;
    transform: translateY(-50%);
}

.material-studio-palette-tools input {
    width: 100%;
    height: 49px;
    padding: 0 18px 0 46px;
    border: 1px solid #cad7dd;
    border-radius: 9px;
    outline: 0;
    color: #294856;
}

.material-studio-palette-tools input:focus {
    border-color: #0066b3;
    box-shadow: 0 0 0 3px rgba(0, 102, 179, .1);
}

.material-studio-palette-tools>div {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.material-studio-palette-tools button {
    padding: 8px 14px;
    border: 1px solid #d6e0e4;
    border-radius: 99px;
    background: #fff;
    color: #687d88;
    font-size: 12px;
    font-weight: 600;
}

.material-studio-palette-tools button.is-active {
    border-color: #0066b3;
    background: #0066b3;
    color: #fff;
}

.material-studio-colour-grid {
    display: grid;
    grid-template-columns: repeat(8, minmax(0, 1fr));
    gap: 24px 16px;
}

.material-studio-colour-grid article[hidden] {
    display: none;
}

.material-studio-colour-grid article>span {
    display: block;
    aspect-ratio: 1;
    margin-bottom: 12px;
    border: 1px solid rgba(18, 48, 62, .12);
    border-radius: 12px;
    background: var(--sample-colour);
    transition: transform .25s ease, box-shadow .25s ease;
}

.material-studio-colour-grid article:hover>span {
    box-shadow: 0 12px 25px rgba(19, 43, 55, .13);
    transform: translateY(-4px);
}

.material-studio-colour-grid h3 {
    margin: 0;
    color: #294856;
    font-size: 13px;
    font-weight: 600;
}

.material-studio-colour-grid small {
    color: #8a999f;
    font-size: 10px;
}

.material-studio-empty {
    padding: 30px;
    border: 1px dashed #cbd7dc;
    border-radius: 12px;
    color: #687d88;
    text-align: center;
}

.material-studio-family-key {
    display: flex;
    gap: 22px;
    margin-bottom: 26px;
    color: #617681;
    font-size: 13px;
    font-weight: 600;
}

.material-studio-family-key span {
    display: inline-flex;
    gap: 8px;
    align-items: center;
}

.material-studio-family-key i {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #0066b3;
}

.material-studio-family-key span:last-child i {
    background: #087f46;
}

.material-studio-sample-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
}

.material-studio-sample-grid--cushions {
    grid-template-columns: repeat(6, minmax(0, 1fr));
}

.material-studio-sample-grid article {
    position: relative;
}

.material-studio-sample-grid article>span {
    display: block;
    aspect-ratio: 1;
    border: 1px solid rgba(18, 48, 62, .12);
    border-radius: 16px;
    background-color: var(--sample-colour);
    background-image: repeating-linear-gradient(90deg, rgba(255, 255, 255, .08) 0 2px, transparent 2px 8px);
    transition: transform .25s ease, box-shadow .25s ease;
}

.material-studio-sample-grid article:hover>span {
    box-shadow: 0 15px 30px rgba(19, 43, 55, .15);
    transform: translateY(-5px);
}

.material-studio-sample-grid article>div {
    margin-top: 12px;
}

.material-studio-sample-grid h3 {
    margin: 0;
    color: #294856;
    font-size: 14px;
    font-weight: 600;
}

.material-studio-sample-grid small {
    color: #8a999f;
    font-size: 10px;
}

.material-studio-sample-grid em {
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 5px 8px;
    border-radius: 99px;
    background: rgba(255, 255, 255, .86);
    color: #294856;
    font-size: 9px;
    font-style: normal;
    font-weight: 700;
}

.material-studio-performance-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
}

.material-studio-performance-grid article {
    min-height: 230px;
    padding: 27px 22px;
    border: 1px solid #dce5e9;
    border-radius: 16px;
    background: #fff;
    transition: transform .25s ease, border-color .25s ease;
}

.material-studio-performance-grid article:hover {
    border-color: #0066b3;
    transform: translateY(-5px);
}

.material-studio-performance-grid i {
    color: #0066b3;
    font-size: 30px;
}

.material-studio-performance-grid h3 {
    margin: 28px 0 10px;
    color: #153746;
    font-size: 16px;
    font-weight: 700;
}

.material-studio-performance-grid p {
    margin: 0;
    color: #71838c;
    font-size: 13px;
    line-height: 1.6;
}

.material-studio-difference {
    background: linear-gradient(145deg, #f0f7fb, #f5faf7);
}

.material-studio-difference-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.material-studio-difference-grid article {
    padding: 35px;
    border: 1px solid #d8e4e9;
    border-radius: 18px;
    background: rgba(255, 255, 255, .82);
}

.material-studio-difference-grid article>span {
    color: #0066b3;
    font-family: "Cormorant Garamond", serif;
    font-size: 38px;
}

.material-studio-difference-grid h3 {
    margin: 24px 0 12px;
    color: #153746;
    font-family: "Cormorant Garamond", serif;
    font-size: 28px;
    font-weight: 600;
}

.material-studio-difference-grid p {
    margin: 0;
    color: #687d88;
    line-height: 1.65;
}

.material-studio-specialist {
    padding: 120px 0;
    background: #0a3247;
    color: #fff;
    text-align: center;
}

.material-studio-specialist .material-directory-eyebrow {
    color: #8ed1ae;
}

.material-studio-specialist h2 {
    max-width: 780px;
    margin: 20px auto;
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(44px, 6vw, 70px);
    font-weight: 600;
    line-height: 1;
}

.material-studio-specialist p {
    max-width: 740px;
    margin: 0 auto;
    color: rgba(255, 255, 255, .7);
    font-size: 17px;
    line-height: 1.7;
}

.material-studio-specialist .material-studio-actions {
    justify-content: center;
}

.material-studio-specialist .material-studio-outline {
    border-color: rgba(255, 255, 255, .4);
    color: #fff;
}

@media (max-width: 1199px) {
    .material-studio-colour-grid {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }

    .material-studio-performance-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 991px) {
    .material-studio-hero .container {
        grid-template-columns: 1fr;
    }

    .material-studio-hero-art {
        display: none;
    }

    .material-studio-section-heading {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .material-studio-section-heading>a {
        width: max-content;
    }

    .material-studio-finish-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .material-studio-colour-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .material-studio-sample-grid--cushions {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .material-studio-hero {
        padding: 80px 0;
    }

    .material-studio-hero-copy h1 {
        font-size: 52px;
    }

    .material-studio-section,
    .material-studio-difference {
        padding: 72px 0;
    }

    .material-studio-weave-grid,
    .material-studio-frame-grid,
    .material-studio-difference-grid {
        grid-template-columns: 1fr;
    }

    .material-studio-palette-tools {
        align-items: stretch;
        flex-direction: column;
    }

    .material-studio-palette-tools label {
        width: 100%;
    }

    .material-studio-colour-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .material-studio-sample-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .material-studio-sample-grid--cushions {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .material-studio-performance-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .material-studio-specialist {
        padding: 85px 0;
    }
}

@media (max-width: 420px) {
    .material-studio-colour-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .material-studio-performance-grid {
        grid-template-columns: 1fr;
    }
}

/* Error pages */
.error-page {
    position: relative;
    display: flex;
    min-height: 680px;
    padding: 110px 0 90px;
    overflow: hidden;
    background: #f5f8f6;
    isolation: isolate;
}

.error-page__container {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(360px, .85fr);
    align-items: center;
    gap: 80px;
}

.error-page__content {
    position: relative;
    z-index: 2;
    max-width: 650px;
}

.error-page__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #65823d;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.error-page__eyebrow::before {
    width: 34px;
    height: 1px;
    background: currentColor;
    content: "";
}

.error-page__code {
    margin: 8px 0 -22px;
    color: transparent;
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(120px, 15vw, 205px);
    font-weight: 700;
    letter-spacing: -.08em;
    line-height: .9;
    -webkit-text-stroke: 2px rgba(0, 91, 170, .18);
}

.error-page h1 {
    max-width: 610px;
    margin: 0 0 22px;
    color: #12324a;
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(42px, 5vw, 64px);
    font-weight: 600;
    letter-spacing: -.035em;
    line-height: .98;
}

.error-page p {
    max-width: 570px;
    margin: 0;
    color: #637580;
    font-size: 17px;
    line-height: 1.75;
}

.error-page__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 34px;
}

.error-page__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
    min-height: 52px;
    padding: 13px 22px;
    border: 1px solid #005baa;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    transition: transform .2s ease, background-color .2s ease, color .2s ease;
}

.error-page__button:hover {
    transform: translateY(-2px);
}

.error-page__button--primary {
    background: #005baa;
    color: #fff;
}

.error-page__button--primary:hover {
    background: #004c8e;
    color: #fff;
}

.error-page__button--secondary {
    background: transparent;
    color: #005baa;
}

.error-page__button--secondary:hover {
    background: #005baa;
    color: #fff;
}

.error-page__visual {
    position: relative;
    z-index: 1;
}

.error-page__arch {
    position: relative;
    width: min(100%, 440px);
    aspect-ratio: .78;
    margin-inline: auto;
    overflow: hidden;
    border: 14px solid #fff;
    border-radius: 220px 220px 12px 12px;
    background: linear-gradient(180deg, #bcd9e6 0 62%, #d9c3a4 62%);
    box-shadow: 0 28px 70px rgba(27, 63, 76, .16);
}

.error-page__sun {
    position: absolute;
    top: 18%;
    right: 18%;
    width: 72px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: #f3cb76;
    box-shadow: 0 0 0 16px rgba(243, 203, 118, .18);
}

.error-page__floor {
    position: absolute;
    right: -8%;
    bottom: 0;
    left: -8%;
    height: 38%;
    background: repeating-linear-gradient(102deg, #b6946e 0 2px, #d1b18c 2px 42px);
    transform: perspective(180px) rotateX(8deg);
    transform-origin: bottom;
}

.error-page__sofa {
    position: absolute;
    right: 13%;
    bottom: 15%;
    left: 13%;
    height: 25%;
    border: 9px solid #456c6e;
    border-radius: 28px 28px 12px 12px;
    background: #709597;
    box-shadow: inset 0 -18px rgba(38, 81, 82, .22), 0 18px 20px rgba(50, 67, 59, .2);
}

.error-page__sofa::before,
.error-page__sofa::after {
    position: absolute;
    bottom: -26px;
    width: 9px;
    height: 20px;
    background: #3d5551;
    content: "";
}

.error-page__sofa::before {
    left: 14%;
}

.error-page__sofa::after {
    right: 14%;
}

.error-page__cushion {
    position: absolute;
    top: 18%;
    width: 38%;
    height: 54%;
    border-radius: 12px;
    background: #e9dcc9;
    box-shadow: inset 0 0 0 2px rgba(62, 91, 83, .08);
}

.error-page__cushion--left {
    left: 9%;
    transform: rotate(-3deg);
}

.error-page__cushion--right {
    right: 9%;
    transform: rotate(3deg);
}

.error-page__plant {
    position: absolute;
    right: 4%;
    bottom: 35%;
    width: 80px;
    height: 150px;
}

.error-page__plant::after {
    position: absolute;
    right: 10px;
    bottom: 0;
    width: 50px;
    height: 48px;
    border-radius: 5px 5px 18px 18px;
    background: #b86e4e;
    content: "";
}

.error-page__plant span {
    position: absolute;
    right: 30px;
    bottom: 40px;
    width: 34px;
    height: 75px;
    border-radius: 100% 0 100% 0;
    background: #557b54;
    transform-origin: bottom right;
}

.error-page__plant span:nth-child(1) {
    transform: rotate(-48deg);
}

.error-page__plant span:nth-child(2) {
    height: 95px;
    transform: rotate(-12deg);
}

.error-page__plant span:nth-child(3) {
    transform: rotate(30deg) scale(.9);
}

.error-page__glow {
    position: absolute;
    z-index: -1;
    width: 420px;
    aspect-ratio: 1;
    border-radius: 50%;
    filter: blur(4px);
}

.error-page__glow--left {
    bottom: -260px;
    left: -190px;
    background: rgba(126, 158, 83, .12);
}

.error-page__glow--right {
    top: -250px;
    right: -160px;
    background: rgba(0, 91, 170, .1);
}

@media (max-width: 991px) {
    .error-page {
        padding: 80px 0;
    }

    .error-page__container {
        grid-template-columns: 1fr;
        gap: 55px;
        text-align: center;
    }

    .error-page__content,
    .error-page h1,
    .error-page p {
        margin-inline: auto;
    }

    .error-page__eyebrow,
    .error-page__actions {
        justify-content: center;
    }

    .error-page__visual {
        display: none;
    }
}

@media (max-width: 575px) {
    .error-page {
        min-height: 570px;
        padding: 65px 0;
    }

    .error-page__code {
        margin-bottom: -10px;
        font-size: 118px;
    }

    .error-page h1 {
        font-size: 40px;
    }

    .error-page__actions,
    .error-page__button {
        width: 100%;
    }
}

/* Reference-style announcement and site header */
.ofi-announcement {
    display: flex;
    min-height: 33px;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 7px 20px;
    background: var(--primary-dark);
    color: rgba(255, 255, 255, .86);
    font-size: 12px;
    font-weight: 400;
    letter-spacing: .055em;
    line-height: 1.5;
    text-align: center;
}

.ofi-announcement a {
    color: var(--green);
    font-weight: 500;
    text-decoration: none;
    transition: color .22s ease;
}

.ofi-announcement a:hover {
    color: #fff;
}

.ofi-announcement i {
    margin-left: 3px;
    font-size: 10px;
}

.ofi-site-header {
    position: sticky;
    z-index: 1000;
    top: 0;
    width: 100%;
    border-bottom: 1px solid var(--border);
    background: rgba(255, 255, 255, .98);
    box-shadow: 0 1px 4px rgba(0, 0, 0, .05), 0 7px 24px rgba(0, 0, 0, .08);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.ofi-site-header__inner {
    position: relative;
    display: grid;
    grid-template-columns: max-content minmax(0, 1fr) max-content;
    width: min(100%, 1400px);
    height: 76px;
    max-height: 76px;
    align-items: center;
    justify-content: space-between;
    gap: 26px;
    margin: 0 auto;
    padding: 0 40px;
}

.ofi-site-brand {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    text-decoration: none;
}

.ofi-site-brand img {
    display: block;
    width: auto;
    max-width: 250px;
    height: 62px;
}

.ofi-site-nav {
    width: 100%;
    min-width: 0;
    align-items: stretch;
    align-self: stretch;
    justify-content: center;
}

.ofi-site-nav .navbar-nav {
    display: flex;
    width: 100%;
    flex-direction: row;
    align-items: stretch;
    justify-content: center;
    gap: clamp(0px, .35vw, 6px);
}

.ofi-site-nav .nav-item {
    display: flex;
    width: auto;
    flex: 0 0 auto;
    align-items: stretch;
}

.ofi-site-nav .nav-link {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 0 12px !important;
    border-radius: 6px;
    color: #222 !important;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: .025em;
    line-height: 76px;
    white-space: nowrap;
}

.ofi-site-nav .nav-link::after {
    position: absolute;
    right: 12px;
    bottom: 14px;
    left: 12px;
    width: auto;
    height: 2px;
    border: 0;
    border-radius: 2px;
    background: #5b9a46;
    content: "";
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform .22s ease;
}

.ofi-site-nav .nav-link:hover,
.ofi-site-nav .nav-link.active {
    color: #5b9a46 !important;
}

.ofi-site-nav .nav-link:hover::after,
.ofi-site-nav .nav-link.active::after {
    width: auto;
    transform: scaleX(1);
}

.ofi-site-nav .nav-link i {
    font-size: 9px;
}

.ofi-site-nav .mega-dropdown {
    position: absolute !important;
    top: 100%;
    left: 0;
    width: 100%;
}

.ofi-site-header__actions {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
}

.ofi-site-search-trigger {
    display: grid;
    width: 46px;
    height: 46px;
    flex: 0 0 46px;
    padding: 0;
    border: 1px solid #dce6e9;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 8px 20px rgba(23, 55, 71, .07);
    color: #173747;
    font-size: 16px;
    cursor: pointer;
    place-items: center;
    transition: border-color .25s ease, background .25s ease, color .25s ease, transform .25s ease;
}

.ofi-site-search-trigger:hover,
.ofi-site-search-trigger[aria-expanded="true"] {
    border-color: #0066b3;
    background: #0066b3;
    color: #fff;
    transform: translateY(-2px);
}

body.ofi-search-open {
    overflow: hidden;
}

.ofi-site-search[hidden] {
    display: none;
}

.ofi-site-search {
    position: fixed;
    z-index: 5000;
    inset: 0;
    display: grid;
    padding: 32px;
    overflow-y: auto;
    background: rgba(8, 30, 61, .84);
    opacity: 0;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    place-items: center;
    transition: opacity .22s ease;
}

.ofi-site-search.is-open {
    opacity: 1;
}

.ofi-site-search__panel {
    width: min(100%, 1040px);
    max-height: min(88vh, 820px);
    padding: clamp(26px, 4vw, 48px);
    overflow-y: auto;
    border: 1px solid rgba(255, 255, 255, .72);
    border-radius: 30px;
    background:
        radial-gradient(circle at 100% 0, rgba(118, 192, 67, .13), transparent 28%),
        #f8fbfa;
    box-shadow: 0 35px 100px rgba(0, 0, 0, .28);
    opacity: 0;
    transform: translateY(24px) scale(.98);
    transition: opacity .28s ease, transform .28s cubic-bezier(.22, 1, .36, 1);
}

.ofi-site-search.is-open .ofi-site-search__panel {
    opacity: 1;
    transform: none;
}

.ofi-site-search__topline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #78909a;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .16em;
}

.ofi-site-search__close {
    display: grid;
    width: 42px;
    height: 42px;
    padding: 0;
    border: 1px solid #dbe5e8;
    border-radius: 50%;
    background: #fff;
    color: #173747;
    font-size: 16px;
    cursor: pointer;
    place-items: center;
    transition: background .25s ease, color .25s ease, transform .25s ease;
}

.ofi-site-search__close:hover {
    background: #173747;
    color: #fff;
    transform: rotate(90deg);
}

.ofi-site-search__heading {
    margin: 12px 0 28px;
}

.ofi-site-search__eyebrow {
    color: #12a150;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.ofi-site-search__heading h2 {
    margin: 7px 0 0;
    color: #153646;
    font-size: clamp(34px, 5vw, 58px);
    font-weight: 700;
    line-height: 1.05;
    letter-spacing: -.04em;
}

.ofi-site-search__form {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 15px;
    align-items: center;
    padding: 8px 10px 8px 22px;
    border: 1px solid #cad9df;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 16px 38px rgba(23, 55, 71, .08);
    transition: border-color .25s ease, box-shadow .25s ease;
}

.ofi-site-search__form:focus-within {
    border-color: #0066b3;
    box-shadow: 0 18px 45px rgba(0, 102, 179, .12), 0 0 0 4px rgba(0, 102, 179, .06);
}

.ofi-site-search__form>i {
    color: #0066b3;
    font-size: 20px;
}

.ofi-site-search__form input {
    width: 100%;
    padding: 14px 0;
    border: 0;
    outline: 0;
    background: transparent;
    color: #173747;
    font-size: clamp(17px, 2.2vw, 22px);
}

.ofi-site-search__form input::placeholder {
    color: #91a2aa;
}

.ofi-site-search__form button {
    display: grid;
    width: 40px;
    height: 40px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: #edf3f5;
    color: #5d737e;
    cursor: pointer;
    place-items: center;
}

.ofi-site-search__meta {
    min-height: 22px;
    margin: 13px 2px 17px;
    color: #71858f;
    font-size: 13px;
}

.ofi-site-search__results {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.ofi-site-search__results.is-loading {
    min-height: 150px;
    background: linear-gradient(90deg, rgba(229, 237, 240, .65) 25%, rgba(247, 250, 250, .9) 50%, rgba(229, 237, 240, .65) 75%);
    background-size: 200% 100%;
    border-radius: 18px;
    animation: ofiSearchLoading 1.3s linear infinite;
}

.ofi-site-search__result {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 14px;
    align-items: center;
    min-height: 106px;
    padding: 17px;
    border: 1px solid #e0e9ec;
    border-radius: 17px;
    background: rgba(255, 255, 255, .9);
    color: inherit;
    text-decoration: none;
    transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease;
}

.ofi-site-search__result:hover,
.ofi-site-search__result:focus-visible {
    border-color: rgba(18, 161, 80, .4);
    box-shadow: 0 15px 32px rgba(23, 55, 71, .1);
    transform: translateY(-3px);
}

.ofi-site-search__result-icon {
    display: grid;
    width: 44px;
    height: 44px;
    border-radius: 14px;
    background: linear-gradient(145deg, rgba(0, 102, 179, .11), rgba(118, 192, 67, .12));
    color: #0066b3;
    place-items: center;
}

.ofi-site-search__result-content {
    display: block;
    min-width: 0;
}

.ofi-site-search__result-content small,
.ofi-site-search__result-content strong,
.ofi-site-search__result-content>span {
    display: block;
}

.ofi-site-search__result-content small {
    margin-bottom: 3px;
    color: #12a150;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .11em;
    text-transform: uppercase;
}

.ofi-site-search__result-content strong {
    overflow: hidden;
    color: #173747;
    font-size: 15px;
    line-height: 1.3;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ofi-site-search__result-content>span {
    display: -webkit-box;
    margin-top: 5px;
    overflow: hidden;
    color: #73858e;
    font-size: 12px;
    line-height: 1.45;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.ofi-site-search__result-arrow {
    color: #96a8b0;
    font-size: 12px;
    transition: color .25s ease, transform .25s ease;
}

.ofi-site-search__result:hover .ofi-site-search__result-arrow {
    color: #12a150;
    transform: translateX(4px);
}

.ofi-site-search__empty {
    display: flex;
    grid-column: 1 / -1;
    min-height: 180px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 30px;
    border: 1px dashed #cddbe0;
    border-radius: 20px;
    color: #758992;
    text-align: center;
}

.ofi-site-search__empty i {
    margin-bottom: 12px;
    color: #76c043;
    font-size: 29px;
}

.ofi-site-search__empty strong {
    margin-bottom: 4px;
    color: #173747;
}

.ofi-site-search__suggestions {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    align-items: center;
    margin-top: 18px;
}

.ofi-site-search__suggestions>span {
    margin-right: 5px;
    color: #70838c;
    font-size: 12px;
}

.ofi-site-search__suggestions button {
    padding: 8px 13px;
    border: 1px solid #d8e4e8;
    border-radius: 99px;
    background: rgba(255, 255, 255, .8);
    color: #31505e;
    font-size: 12px;
    cursor: pointer;
    transition: border-color .2s ease, background .2s ease, color .2s ease;
}

.ofi-site-search__suggestions button:hover {
    border-color: #0066b3;
    background: #0066b3;
    color: #fff;
}

@keyframes ofiSearchLoading {
    to {
        background-position: -200% 0;
    }
}

@media (max-width: 700px) {
    .ofi-site-search {
        padding: 0;
        place-items: stretch;
    }

    .ofi-site-search__panel {
        width: 100%;
        min-height: 100%;
        max-height: none;
        padding: 22px 18px 40px;
        border: 0;
        border-radius: 0;
    }

    .ofi-site-search__heading {
        margin-top: 24px;
    }

    .ofi-site-search__results {
        grid-template-columns: 1fr;
    }

    .ofi-site-search__result {
        min-height: 94px;
    }
}

@media (max-width: 600px) {
    .ofi-site-search-trigger {
        width: 40px;
        height: 40px;
        flex-basis: 40px;
    }
}

@media (prefers-reduced-motion: reduce) {

    .ofi-site-search,
    .ofi-site-search__panel,
    .ofi-site-search-trigger,
    .ofi-site-search__result,
    .ofi-site-search__close {
        transition: none;
    }
}

/* Material detail guide */
.material-guide-section {
    padding: 74px 0 82px;
    background: linear-gradient(145deg, #f8fcf5 0%, #fff 48%, #f4f9fd 100%);
}

.material-guide-heading {
    max-width: 780px;
    margin: 0 auto 34px;
}

.material-guide-heading>p {
    max-width: 650px;
    margin: 14px auto 0;
    color: #687987;
}

.material-best-for {
    max-width: 760px;
    margin: 23px auto 0;
}

.material-best-for>span {
    display: block;
    margin-bottom: 6px;
    color: #67a947;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.material-best-for>p {
    margin: 0;
    color: #174d73;
    font-size: clamp(17px, 1.45vw, 21px);
    font-weight: 500;
    line-height: 1.55;
}

.material-rating-strip {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    max-width: 1050px;
    margin: 0 auto 22px;
    padding: 12px;
    border: 1px solid rgba(0, 102, 179, .1);
    border-radius: 22px;
    background: rgba(255, 255, 255, .82);
    box-shadow: 0 16px 45px rgba(18, 72, 112, .08);
    backdrop-filter: blur(14px);
}

.material-rating-item {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
    padding: 12px 14px;
    border-radius: 15px;
    background: linear-gradient(135deg, rgba(0, 102, 179, .045), rgba(103, 182, 77, .055));
    transition: transform .3s ease, background .3s ease, box-shadow .3s ease;
}

.material-rating-item:hover {
    transform: translateY(-3px);
    background: #fff;
    box-shadow: 0 10px 25px rgba(13, 77, 122, .1);
}

.material-rating-icon {
    display: grid;
    flex: 0 0 38px;
    width: 38px;
    height: 38px;
    place-items: center;
    border-radius: 12px;
    color: #fff;
    background: linear-gradient(135deg, #0066b3, #2587c9);
    box-shadow: 0 8px 18px rgba(0, 102, 179, .18);
}

.material-rating-item:nth-child(2) .material-rating-icon {
    background: linear-gradient(135deg, #67b64d, #4a9635);
    box-shadow: 0 8px 18px rgba(74, 150, 53, .18);
}

.material-rating-item:nth-child(3) .material-rating-icon {
    background: linear-gradient(135deg, #0d7898, #2aa4a0);
    box-shadow: 0 8px 18px rgba(13, 120, 152, .18);
}

.material-rating-content {
    flex: 1;
    min-width: 0;
}

.material-rating-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 7px;
}

.material-rating-meta>span {
    overflow: hidden;
    color: #526577;
    font-size: 12px;
    font-weight: 650;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.material-rating-meta strong {
    color: #0066b3;
    font-size: 18px;
    line-height: 1;
    white-space: nowrap;
}

.material-rating-meta small {
    margin-left: 2px;
    color: #83909c;
    font-size: 10px;
    font-weight: 600;
}

.material-rating-track {
    display: block;
    height: 5px;
    overflow: hidden;
    border-radius: 999px;
    background: #e3ebef;
}

.material-rating-track>span {
    display: block;
    width: var(--material-rating);
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, #0066b3, #67b64d);
    transform-origin: left center;
}

.material-guide-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    max-width: 1050px;
    margin: 0 auto;
}

.material-guide-card--wide {
    max-width: 1050px;
    margin: 0 auto 16px;
}

.material-pros-cons-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    max-width: 1050px;
    margin: 0 auto;
}

.material-guide-card {
    position: relative;
    min-width: 0;
    padding: 24px 25px;
    overflow: hidden;
    border: 1px solid #e5edf2;
    border-radius: 20px;
    background: rgba(255, 255, 255, .92);
    box-shadow: 0 14px 38px rgba(18, 72, 112, .07);
    transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
}

.material-guide-card::after {
    position: absolute;
    top: -30px;
    right: -28px;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: rgba(0, 102, 179, .055);
    content: "";
    transition: transform .45s ease;
}

.material-guide-card:hover {
    border-color: rgba(0, 102, 179, .18);
    box-shadow: 0 20px 48px rgba(18, 72, 112, .12);
    transform: translateY(-5px);
}

.material-guide-card:hover::after {
    transform: scale(1.35);
}

.material-guide-card__top {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 13px;
    margin-bottom: 14px;
}

.material-guide-card__icon {
    display: grid;
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
    place-items: center;
    border-radius: 13px;
    color: #0066b3;
    background: #eaf4fb;
    font-size: 17px;
}

.material-guide-card--best .material-guide-card__icon,
.material-guide-card--pros .material-guide-card__icon {
    color: #4a9635;
    background: #edf7e9;
}

.material-guide-card--cons .material-guide-card__icon {
    color: #b37126;
    background: #fff5e7;
}

.material-guide-card h3 {
    margin: 0;
    color: #0d436f;
    font-family: "Outfit", sans-serif;
    font-size: 19px;
    font-weight: 700;
}

.material-guide-card>p {
    position: relative;
    z-index: 1;
    margin: 0;
    color: #647382;
    font-size: 15px;
    line-height: 1.75;
}

[data-material-motion].subcategory-motion-ready .material-rating-strip,
[data-material-motion].subcategory-motion-ready .material-best-for,
[data-material-motion].subcategory-motion-ready .material-guide-card {
    opacity: 0;
    transform: translateY(26px);
    transition: opacity .65s ease, transform .75s cubic-bezier(.2, .75, .25, 1), box-shadow .35s ease, border-color .35s ease;
}

[data-material-motion].subcategory-motion-ready.is-motion-visible .material-rating-strip,
[data-material-motion].subcategory-motion-ready.is-motion-visible .material-best-for,
[data-material-motion].subcategory-motion-ready.is-motion-visible .material-guide-card {
    opacity: 1;
    transform: translateY(0);
}

[data-material-motion].subcategory-motion-ready .material-rating-strip {
    transition-delay: .12s;
}

[data-material-motion].subcategory-motion-ready .material-best-for {
    transition-delay: .08s;
}

[data-material-motion].subcategory-motion-ready .material-guide-card {
    transition-delay: calc(.2s + var(--material-card-delay));
}

[data-material-motion].subcategory-motion-ready .material-rating-track>span {
    transform: scaleX(0);
}

[data-material-motion].subcategory-motion-ready.is-motion-visible .material-rating-track>span {
    animation: materialRatingFill .85s cubic-bezier(.2, .8, .2, 1) calc(.28s + var(--material-rating-delay)) forwards;
}

@keyframes materialRatingFill {
    to {
        transform: scaleX(1);
    }
}

@media (max-width: 991px) {
    .material-rating-strip {
        grid-template-columns: 1fr;
    }

    .material-rating-meta>span {
        white-space: normal;
    }
}

@media (max-width: 767px) {
    .material-guide-section {
        padding: 58px 0 64px;
    }

    .material-guide-grid {
        grid-template-columns: 1fr;
    }

    .material-pros-cons-grid {
        grid-template-columns: 1fr;
    }

    .material-guide-card {
        padding: 21px 20px;
    }
}

@media (prefers-reduced-motion: reduce) {

    [data-material-motion].subcategory-motion-ready .material-rating-strip,
    [data-material-motion].subcategory-motion-ready .material-best-for,
    [data-material-motion].subcategory-motion-ready .material-guide-card {
        opacity: 1;
        transform: none;
        transition: none;
    }

    [data-material-motion].subcategory-motion-ready .material-rating-track>span,
    [data-material-motion].subcategory-motion-ready.is-motion-visible .material-rating-track>span {
        animation: none;
        transform: scaleX(1);
    }
}

/* Material Atelier landing page */
.material-atelier {
    --atelier-ink: #153746;
    --atelier-muted: #617783;
    --atelier-line: rgba(0, 102, 179, .14);
    --atelier-paper: #f2f8f9;
    position: relative;
    isolation: isolate;
    overflow: hidden;
    background: var(--atelier-paper);
    color: var(--atelier-ink);
    font-family: "Outfit", sans-serif;
}

.material-atelier-shell {
    width: min(100% - 48px, 1384px);
    margin-inline: auto;
}

.material-atelier-nav {
    position: sticky;
    top: 0;
    z-index: 20;
    border-bottom: 1px solid var(--atelier-line);
    background: rgba(242, 248, 249, .9);
    backdrop-filter: blur(14px);
}

.material-atelier-nav .material-atelier-shell {
    min-height: 64px;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 32px;
}

.material-atelier-nav a {
    color: inherit;
    text-decoration: none;
}

.material-atelier-brand {
    font-family: "Cormorant Garamond", serif;
    font-size: 21px;
    font-weight: 600;
    letter-spacing: -.02em;
}

.material-atelier-links {
    display: flex;
    gap: 40px;
}

.material-atelier-links a,
.material-atelier-nav .material-atelier-shell>span,
.material-atelier-eyebrow,
.material-atelier-card-image>span,
.material-atelier-card-title>span,
.material-atelier-footer-note {
    font-size: 11px;
    font-weight: 500;
    letter-spacing: .2em;
    text-transform: uppercase;
}

.material-atelier-links a,
.material-atelier-nav .material-atelier-shell>span {
    color: var(--atelier-muted);
}

.material-atelier-links a {
    transition: color .2s ease;
}

.material-atelier-links a:hover,
.material-atelier-links a:focus-visible {
    color: var(--atelier-ink);
}

.material-atelier-nav .material-atelier-shell>span {
    justify-self: end;
}

.material-atelier-intro {
    position: relative;
    z-index: 2;
    padding: 92px 0 64px;
}

.material-atelier-intro-grid {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 24px;
    align-items: end;
}

.material-atelier-intro-grid>div {
    grid-column: span 7;
}

.material-atelier-eyebrow {
    display: block;
    margin-bottom: 23px;
    color: var(--atelier-muted);
}

.material-atelier-intro h1 {
    max-width: 820px;
    margin: 0;
    color: var(--atelier-ink);
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(3rem, 6.2vw, 6rem);
    font-weight: 500;
    line-height: .92;
    letter-spacing: -.045em;
}

.material-atelier-intro-grid>p {
    grid-column: 8 / span 5;
    max-width: 480px;
    margin: 0 0 5px;
    color: var(--atelier-muted);
    font-size: 15px;
    line-height: 1.75;
}

.material-atelier-steps {
    padding-bottom: 112px;
}

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

.material-atelier-card {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity .65s ease, transform .65s cubic-bezier(.2, .75, .25, 1);
}

.material-atelier-card:nth-child(2) {
    transition-delay: .08s;
}

.material-atelier-card:nth-child(3) {
    transition-delay: .16s;
}

.material-atelier-card.is-visible {
    opacity: 1;
    transform: none;
}

.material-atelier-card>a {
    display: block;
    color: inherit;
    text-decoration: none;
}

.material-atelier-card-image {
    position: relative;
    aspect-ratio: 3 / 4;
    overflow: hidden;
    border-radius: 18px;
    background: #ece8df;
    box-shadow: 0 18px 45px rgba(45, 37, 30, .08);
}

.material-atelier-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .7s cubic-bezier(.2, .75, .25, 1);
}

.material-atelier-card:hover .material-atelier-card-image img {
    transform: scale(1.035);
}

.material-atelier-card-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(25, 20, 16, .2), transparent 28%);
    pointer-events: none;
}

.material-atelier-card-image>span {
    position: absolute;
    z-index: 1;
    top: 24px;
    left: 24px;
    color: rgba(255, 255, 255, .94);
}

.material-atelier-card-image>span i {
    margin-inline: 5px;
    font-style: normal;
}

.material-atelier-card-title {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 24px;
    margin-top: 25px;
}

.material-atelier-card-title h2 {
    margin: 0;
    color: var(--atelier-ink);
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(2rem, 2.7vw, 2.65rem);
    font-weight: 500;
    line-height: 1;
    letter-spacing: -.025em;
}

.material-atelier-card-title>span {
    color: var(--atelier-muted);
    white-space: nowrap;
}

.material-atelier-card-title i {
    margin-left: 6px;
    transition: transform .25s ease;
}

.material-atelier-card:hover .material-atelier-card-title i {
    transform: translateX(4px);
}

.material-atelier-card p {
    max-width: 380px;
    margin: 13px 0 0;
    color: var(--atelier-muted);
    font-size: 14px;
    line-height: 1.7;
}

.material-atelier-footer-note {
    border-top: 1px solid var(--atelier-line);
    color: var(--atelier-muted);
}

.material-atelier-footer-note .material-atelier-shell {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    padding-block: 38px;
}

.material-atelier-atmosphere {
    position: absolute;
    z-index: -1;
    inset: 64px 0 0;
    overflow: hidden;
    pointer-events: none;
}

.material-atelier-orb,
.material-atelier-ring,
.material-atelier-grid-mark {
    position: absolute;
    display: block;
}

.material-atelier-orb {
    border-radius: 50%;
    filter: blur(2px);
}

.material-atelier-orb--blue {
    top: 35px;
    right: -130px;
    width: 440px;
    height: 440px;
    background: radial-gradient(circle, rgba(0, 102, 179, .16), rgba(0, 102, 179, 0) 69%);
    animation: materialAtelierFloatBlue 10s ease-in-out infinite alternate;
}

.material-atelier-orb--green {
    top: 540px;
    left: -170px;
    width: 480px;
    height: 480px;
    background: radial-gradient(circle, rgba(124, 194, 66, .17), rgba(124, 194, 66, 0) 70%);
    animation: materialAtelierFloatGreen 12s ease-in-out infinite alternate;
}

.material-atelier-ring {
    top: 145px;
    right: 8%;
    width: 150px;
    height: 150px;
    border: 1px solid rgba(0, 102, 179, .18);
    border-radius: 50%;
    box-shadow: 0 0 0 24px rgba(0, 102, 179, .025), 0 0 0 48px rgba(124, 194, 66, .018);
    animation: materialAtelierRing 16s linear infinite;
}

.material-atelier-grid-mark {
    top: 245px;
    left: 4%;
    width: 104px;
    height: 104px;
    opacity: .28;
    background-image: radial-gradient(circle, #0066b3 1.4px, transparent 1.5px);
    background-size: 13px 13px;
    animation: materialAtelierGrid 7s ease-in-out infinite alternate;
}

.material-atelier-intro::after {
    position: absolute;
    right: 17%;
    bottom: 26px;
    width: 90px;
    height: 3px;
    border-radius: 4px;
    background: linear-gradient(90deg, #0066b3, #7cc242);
    content: "";
    animation: materialAtelierLine 3.4s ease-in-out infinite;
    transform-origin: left center;
}

@keyframes materialAtelierFloatBlue {
    from {
        transform: translate3d(0, 0, 0) scale(1);
    }

    to {
        transform: translate3d(-55px, 36px, 0) scale(1.08);
    }
}

@keyframes materialAtelierFloatGreen {
    from {
        transform: translate3d(0, 0, 0);
    }

    to {
        transform: translate3d(70px, -45px, 0);
    }
}

@keyframes materialAtelierRing {
    to {
        transform: rotate(360deg);
    }
}

@keyframes materialAtelierGrid {
    to {
        transform: translate3d(14px, -12px, 0);
        opacity: .45;
    }
}

@keyframes materialAtelierLine {

    0%,
    100% {
        transform: scaleX(.35);
        opacity: .45;
    }

    50% {
        transform: scaleX(1);
        opacity: 1;
    }
}

@media (prefers-reduced-motion: reduce) {

    .material-atelier-card,
    .material-atelier-card-image img,
    .material-atelier-card-title i,
    .material-atelier-orb,
    .material-atelier-ring,
    .material-atelier-grid-mark,
    .material-atelier-intro::after {
        opacity: 1;
        transform: none;
        transition: none;
        animation: none;
    }
}

@media (max-width: 991px) {
    .material-atelier-nav .material-atelier-shell {
        grid-template-columns: 1fr auto;
    }

    .material-atelier-nav .material-atelier-shell>span {
        display: none;
    }

    .material-atelier-intro-grid>div,
    .material-atelier-intro-grid>p {
        grid-column: 1 / -1;
    }

    .material-atelier-intro-grid>p {
        max-width: 620px;
    }

    .material-atelier-grid {
        gap: 18px;
    }
}

@media (max-width: 767px) {
    .material-atelier-shell {
        width: min(100% - 32px, 1384px);
    }

    .material-atelier-nav {
        position: static;
    }

    .material-atelier-nav .material-atelier-shell {
        display: block;
        padding-block: 15px;
    }

    .material-atelier-links {
        gap: 20px;
        margin-top: 12px;
        overflow-x: auto;
        padding-bottom: 3px;
    }

    .material-atelier-links a {
        flex: 0 0 auto;
    }

    .material-atelier-intro {
        padding: 48px 0 52px;
    }

    .material-atelier-intro h1 {
        font-size: clamp(3.25rem, 16vw, 4.5rem);
    }

    .material-atelier-grid {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .material-atelier-card-image {
        aspect-ratio: 4 / 5;
    }

    .material-atelier-steps {
        padding-bottom: 80px;
    }

    .material-atelier-footer-note .material-atelier-shell {
        flex-direction: column;
        line-height: 1.7;
    }

    .material-atelier-ring {
        right: -55px;
    }

    .material-atelier-grid-mark {
        top: 185px;
        left: -28px;
    }

    .material-atelier-intro::after {
        right: 8%;
        bottom: 24px;
    }
}

/* Reusable inner-page hero */
.page-hero {
    position: relative;
    isolation: isolate;
    display: flex;
    min-height: 650px;
    align-items: center;
    overflow: hidden;
    background: #092b49;
    color: #fff;
}

.page-hero::before {
    position: absolute;
    z-index: -2;
    inset: -4%;
    background-image: var(--page-hero-desktop);
    background-position: var(--page-hero-position, center center);
    background-size: cover;
    content: "";
    will-change: transform;
    animation: pageHeroImageDrift 13s ease-in-out infinite alternate;
}

.page-hero::after {
    position: absolute;
    z-index: -1;
    inset: 0;
    background: linear-gradient(90deg, rgba(5, 27, 50, .94) 0%, rgba(7, 38, 70, .84) 46%, rgba(7, 38, 70, .34) 76%, rgba(7, 38, 70, .18) 100%);
    content: "";
}

.page-hero__container {
    position: relative;
    z-index: 2;
    padding-top: 105px;
    padding-bottom: 90px;
}

.page-hero__content {
    max-width: 870px;
}

.page-hero__breadcrumb {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 9px;
    margin-bottom: 24px;
    color: rgba(255, 255, 255, .68);
    font-size: 13px;
    animation: pageHeroFadeDown .72s cubic-bezier(.22, 1, .36, 1) .05s both;
}

.page-hero__breadcrumb a {
    color: rgba(255, 255, 255, .82);
    text-decoration: none;
    transition: color .25s ease;
}

.page-hero__breadcrumb a:hover {
    color: #a9db72;
}

.page-hero__breadcrumb i {
    font-size: 9px;
}

.page-hero__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 15px;
    color: #a9db72;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .13em;
    text-transform: uppercase;
    animation: pageHeroFadeDown .72s cubic-bezier(.22, 1, .36, 1) .12s both;
}

.page-hero__eyebrow::before {
    width: 32px;
    height: 2px;
    border-radius: 3px;
    background: #80bd48;
    content: "";
}

.page-hero h1 {
    max-width: 850px;
    margin: 0 0 20px;
    color: #fff;
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(52px, 6.7vw, 80px);
    font-weight: 600;
    letter-spacing: -.04em;
    line-height: .98;
    text-wrap: balance;
    animation: pageHeroTitleReveal 1.05s cubic-bezier(.22, 1, .36, 1) .22s both;
}

.page-hero__description {
    max-width: 720px;
    margin: 0;
    color: rgba(255, 255, 255, .84);
    font-size: 17px;
    line-height: 1.75;
    animation: pageHeroFadeUp .85s cubic-bezier(.22, 1, .36, 1) .46s both;
}

.page-hero__highlights {
    display: grid;
    max-width: 760px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 28px;
    margin-top: 27px;
}

.page-hero__highlights>div {
    display: flex;
    align-items: center;
    gap: 11px;
    color: rgba(255, 255, 255, .92);
    font-size: 14px;
    opacity: 0;
    transform: translate3d(-24px, 0, 0);
    animation: pageHeroPointReveal .7s cubic-bezier(.22, 1, .36, 1) forwards;
}

.page-hero__highlights>div:nth-child(1) {
    animation-delay: .62s;
}

.page-hero__highlights>div:nth-child(2) {
    animation-delay: .72s;
}

.page-hero__highlights>div:nth-child(3) {
    animation-delay: .82s;
}

.page-hero__highlights>div:nth-child(4) {
    animation-delay: .92s;
}

.page-hero__highlights>div:nth-child(n+5) {
    animation-delay: 1s;
}

.page-hero__highlights i {
    display: grid;
    flex: 0 0 27px;
    width: 27px;
    height: 27px;
    place-items: center;
    border: 1px solid rgba(180, 225, 133, .42);
    border-radius: 50%;
    background: rgba(124, 194, 66, .18);
    color: #a8d977;
    font-size: 11px;
}

.page-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 13px;
    margin-top: 32px;
}

.page-hero__action {
    position: relative;
    display: inline-flex;
    min-height: 54px;
    align-items: center;
    justify-content: center;
    gap: 11px;
    overflow: hidden;
    padding: 13px 22px;
    border: 1px solid transparent;
    border-radius: 999px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    opacity: 0;
    transform: translate3d(0, 22px, 0) scale(.97);
    transition: background-color .3s ease, border-color .3s ease, color .3s ease, box-shadow .3s ease, transform .3s ease;
    animation: pageHeroButtonReveal .72s cubic-bezier(.22, 1, .36, 1) forwards;
}

.page-hero__action:nth-child(1) {
    animation-delay: 1.02s;
}

.page-hero__action:nth-child(2) {
    animation-delay: 1.12s;
}

.page-hero__action:nth-child(3) {
    animation-delay: 1.22s;
}

.page-hero__action:nth-child(4) {
    animation-delay: 1.32s;
}

.page-hero__action--primary {
    border-color: #76b743;
    background: #76b743;
    box-shadow: 0 16px 34px rgba(73, 132, 39, .3);
}

.page-hero__action--outline {
    border-color: rgba(255, 255, 255, .52);
    background: rgba(255, 255, 255, .07);
    backdrop-filter: blur(8px);
}

.page-hero__action:hover {
    color: #fff;
    translate: 0 -4px;
}

.page-hero__action--primary:hover {
    border-color: #68a438;
    background: #68a438;
    box-shadow: 0 20px 42px rgba(73, 132, 39, .4);
}

.page-hero__action--outline:hover {
    border-color: #fff;
    background: #fff;
    color: #123b5c;
}

.page-hero__atmosphere {
    position: absolute;
    z-index: 1;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
}

.page-hero__glow,
.page-hero__leaf,
.page-hero__dots,
.page-hero__spark,
.page-hero__sweep {
    position: absolute;
    display: block;
}

.page-hero__glow {
    border-radius: 50%;
    filter: blur(2px);
}

.page-hero__glow--green {
    top: -170px;
    left: -130px;
    width: 390px;
    height: 390px;
    border: 1px solid rgba(170, 222, 112, .3);
    background: rgba(107, 180, 65, .13);
    box-shadow: 0 0 0 40px rgba(255, 255, 255, .025), 0 0 90px rgba(107, 180, 65, .17);
    animation: pageHeroGlowLeft 9s ease-in-out infinite alternate;
}

.page-hero__glow--blue {
    right: -130px;
    bottom: -210px;
    width: 430px;
    height: 430px;
    border: 1px solid rgba(115, 204, 255, .26);
    background: rgba(0, 129, 201, .13);
    box-shadow: 0 0 0 52px rgba(0, 129, 201, .035), 0 0 100px rgba(0, 129, 201, .15);
    animation: pageHeroGlowRight 11s ease-in-out infinite alternate;
}

.page-hero__leaf {
    width: 24px;
    height: 45px;
    border: 1px solid rgba(222, 255, 192, .64);
    border-radius: 100% 0 100% 0;
    background: rgba(119, 185, 70, .62);
    box-shadow: inset 5px 0 9px rgba(255, 255, 255, .16), 0 9px 24px rgba(3, 22, 45, .22);
}

.page-hero__leaf--one {
    top: 19%;
    left: 5%;
    animation: pageHeroLeafOne 6.5s ease-in-out infinite;
}

.page-hero__leaf--two {
    right: 8%;
    bottom: 20%;
    width: 19px;
    height: 36px;
    animation: pageHeroLeafTwo 7.2s ease-in-out .8s infinite;
}

.page-hero__leaf--three {
    top: 22%;
    right: 4%;
    width: 15px;
    height: 29px;
    animation: pageHeroLeafThree 5.8s ease-in-out 1.2s infinite;
}

.page-hero__dots {
    top: 20%;
    right: 12%;
    width: 88px;
    height: 62px;
    background-image: radial-gradient(rgba(255, 255, 255, .48) 1.4px, transparent 1.8px);
    background-size: 14px 14px;
    opacity: .56;
    animation: pageHeroDots 7s ease-in-out infinite alternate;
}

.page-hero__spark {
    width: 8px;
    height: 8px;
    border: 2px solid rgba(255, 255, 255, .78);
    box-shadow: 0 0 15px rgba(255, 255, 255, .58);
    transform: rotate(45deg);
    animation: pageHeroSpark 3.2s ease-in-out infinite;
}

.page-hero__spark--one {
    top: 18%;
    left: 20%;
}

.page-hero__spark--two {
    top: 31%;
    right: 20%;
    animation-delay: 1.1s;
}

.page-hero__spark--three {
    right: 13%;
    bottom: 16%;
    animation-delay: 2.15s;
}

.page-hero__sweep {
    right: 19%;
    bottom: -155px;
    width: 330px;
    height: 230px;
    border: 1px solid rgba(255, 255, 255, .14);
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-radius: 65% 35% 0 0;
    transform: rotate(-9deg);
    animation: pageHeroSweep 9s ease-in-out infinite alternate;
}

@keyframes pageHeroImageDrift {
    from {
        transform: translate3d(-.6%, 0, 0) scale(1.03);
    }

    to {
        transform: translate3d(1.1%, -1%, 0) scale(1.12);
    }
}

@keyframes pageHeroFadeDown {
    from {
        opacity: 0;
        transform: translate3d(0, -18px, 0);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@keyframes pageHeroTitleReveal {
    from {
        opacity: 0;
        filter: blur(7px);
        transform: translate3d(0, 40px, 0) scale(.97);
    }

    to {
        opacity: 1;
        filter: blur(0);
        transform: translate3d(0, 0, 0) scale(1);
    }
}

@keyframes pageHeroFadeUp {
    from {
        opacity: 0;
        transform: translate3d(0, 26px, 0);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@keyframes pageHeroPointReveal {
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@keyframes pageHeroButtonReveal {
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0) scale(1);
    }
}

@keyframes pageHeroGlowLeft {
    from {
        transform: translate3d(-20px, -12px, 0) scale(.95);
    }

    to {
        transform: translate3d(32px, 28px, 0) scale(1.08);
    }
}

@keyframes pageHeroGlowRight {
    from {
        transform: translate3d(18px, 15px, 0) scale(.94);
    }

    to {
        transform: translate3d(-30px, -25px, 0) scale(1.07);
    }
}

@keyframes pageHeroLeafOne {

    0%,
    100% {
        transform: translate3d(0, 0, 0) rotate(-28deg);
    }

    50% {
        transform: translate3d(18px, -20px, 0) rotate(-8deg);
    }
}

@keyframes pageHeroLeafTwo {

    0%,
    100% {
        transform: translate3d(0, 0, 0) rotate(34deg);
    }

    50% {
        transform: translate3d(-15px, -22px, 0) rotate(12deg);
    }
}

@keyframes pageHeroLeafThree {

    0%,
    100% {
        transform: translate3d(0, 0, 0) rotate(54deg);
    }

    50% {
        transform: translate3d(-12px, 15px, 0) rotate(27deg);
    }
}

@keyframes pageHeroDots {
    to {
        transform: translate3d(-16px, 15px, 0);
        opacity: .8;
    }
}

@keyframes pageHeroSpark {

    0%,
    100% {
        opacity: .18;
        transform: rotate(45deg) scale(.55);
    }

    50% {
        opacity: 1;
        transform: rotate(45deg) scale(1.2);
    }
}

@keyframes pageHeroSweep {
    to {
        transform: translate3d(-20px, -12px, 0) rotate(-3deg);
    }
}

@media (max-width: 991px) {
    .page-hero {
        min-height: 610px;
    }

    .page-hero__container {
        padding-top: 95px;
        padding-bottom: 75px;
    }

    .page-hero__content {
        max-width: 760px;
    }

    .page-hero::after {
        background: rgba(5, 29, 54, .78);
    }

    .page-hero__dots {
        right: 5%;
    }
}

@media (max-width: 767px) {
    .page-hero {
        min-height: 590px;
    }

    .page-hero::before {
        background-image: var(--page-hero-mobile);
        background-position: var(--page-hero-mobile-position, center center);
    }

    .page-hero__container {
        padding-top: 90px;
        padding-bottom: 65px;
    }

    .page-hero h1 {
        font-size: clamp(42px, 13vw, 58px);
        line-height: 1;
    }

    .page-hero__description {
        font-size: 15px;
        line-height: 1.65;
    }

    .page-hero__highlights {
        grid-template-columns: 1fr;
        gap: 9px;
        margin-top: 22px;
    }

    .page-hero__highlights>div {
        font-size: 13px;
    }

    .page-hero__actions {
        gap: 10px;
        margin-top: 26px;
    }

    .page-hero__action {
        width: 100%;
        min-height: 50px;
        padding: 11px 18px;
    }

    .page-hero__glow--green {
        left: -250px;
    }

    .page-hero__glow--blue {
        right: -280px;
    }

    .page-hero__leaf--one {
        left: 3%;
    }

    .page-hero__leaf--two {
        right: 4%;
    }

    .page-hero__leaf--three,
    .page-hero__dots,
    .page-hero__sweep {
        display: none;
    }

    .page-hero__spark--one {
        left: 8%;
    }

    .page-hero__spark--two {
        right: 8%;
    }
}

@media (prefers-reduced-motion: reduce) {

    .page-hero::before,
    .page-hero__breadcrumb,
    .page-hero__eyebrow,
    .page-hero h1,
    .page-hero__description,
    .page-hero__highlights>div,
    .page-hero__action,
    .page-hero__glow,
    .page-hero__leaf,
    .page-hero__dots,
    .page-hero__spark,
    .page-hero__sweep {
        animation: none !important;
        opacity: 1;
        filter: none;
        transform: none;
    }
}

.ofi-site-header__catalogue {
    height: 52px;
    flex: 0 0 auto;
    margin: 0;
    padding: 0 28px;
    font-size: 15px;
}

.ofi-site-header__catalogue i {
    width: 32px;
    height: 32px;
}

.ofi-site-header__toggle {
    display: inline-flex;
    width: 42px;
    height: 42px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 0;
    border: 1px solid #ddd;
    border-radius: 7px;
    background: #fff;
}

.ofi-site-header__toggle span {
    display: block;
    width: 20px;
    height: 2px;
    border-radius: 2px;
    background: #222;
    transition: opacity .22s ease, transform .22s ease;
}

.ofi-site-header__toggle[aria-expanded="true"] span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}

.ofi-site-header__toggle[aria-expanded="true"] span:nth-child(2) {
    opacity: 0;
}

.ofi-site-header__toggle[aria-expanded="true"] span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}

.ofi-mobile-nav__catalogue {
    display: none;
    width: 100%;
    margin-top: 20px;
}

@media (max-width: 1199px) {
    .ofi-site-header__inner {
        grid-template-columns: minmax(0, 1fr) max-content;
        height: 68px;
        max-height: 68px;
        padding-right: 28px;
        padding-left: 28px;
    }
}

@media (min-width: 1200px) and (max-width: 1450px) {
    .ofi-site-header__inner {
        grid-template-columns: max-content minmax(0, 1fr) max-content;
        gap: 16px;
        padding-right: 24px;
        padding-left: 24px;
    }

    .ofi-site-brand img {
        max-width: 205px;
        height: 54px;
    }

    .ofi-site-nav .nav-link {
        padding-right: 8px !important;
        padding-left: 8px !important;
        font-size: 12px;
    }

    .ofi-site-header__catalogue {
        height: 44px;
        padding-right: 16px;
        padding-left: 16px;
        font-size: 12px;
    }
}

@media (max-width: 600px) {
    .ofi-announcement {
        flex-wrap: wrap;
        gap: 2px 7px;
        padding: 6px 14px;
        font-size: 10px;
    }

    .ofi-announcement span:nth-of-type(2),
    .ofi-announcement span:nth-of-type(3) {
        display: none;
    }

    .ofi-site-header__inner {
        grid-template-columns: minmax(0, 1fr) max-content;
        height: 62px;
        max-height: 62px;
        gap: 12px;
        padding-right: 18px;
        padding-left: 18px;
    }

    .ofi-site-brand img {
        height: 50px;
    }

    .ofi-mobile-nav {
        padding-right: 20px;
        padding-left: 20px;
    }

    .ofi-mobile-nav__catalogue {
        display: inline-flex;
    }
}

/* Homepage editorial hero */
.ofi-home-hero {
    --ofi-hero-navy: #0066b3;
    --ofi-hero-green: #7cc242;
    --ofi-hero-copy: #667085;
    --ofi-hero-muted: #667085;
    --ofi-hero-border: rgba(0, 102, 179, .2);
    position: relative;
    clear: both;
    display: grid;
    grid-template-columns: minmax(420px, 40fr) minmax(0, 60fr);
    width: 100%;
    min-height: clamp(560px, calc(82svh - 108px), 680px);
    overflow: hidden;
    background: #fff;
}

.ofi-home-hero__content {
    position: relative;
    z-index: 5;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(38px, 4vw, 58px) clamp(32px, 3.5vw, 56px);
    background: #fff;
}

.ofi-home-hero__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 22px;
    color: var(--ofi-hero-green);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .22em;
    line-height: 1.4;
    text-transform: uppercase;
}

.ofi-home-hero__eyebrow::before {
    width: 28px;
    height: 2px;
    border-radius: 2px;
    background: var(--ofi-hero-green);
    content: "";
}

.ofi-home-hero__eyebrow span {
    font-size: 8px;
}

.ofi-home-hero__title {
    margin: 0 0 18px;
    color: var(--ofi-hero-navy);
    font-family: "Cormorant Garamond", serif;
    font-size: 54px;
    font-weight: 500;
    letter-spacing: -.02em;
    line-height: 1.02;
}

.ofi-home-hero__title em {
    display: block;
    color: var(--ofi-hero-green);
    font-style: normal;
    font-weight: 500;
}

.ofi-home-hero__accent {
    width: 54px;
    height: 3px;
    margin-bottom: 18px;
    border-radius: 4px;
    background: linear-gradient(90deg, var(--ofi-hero-green), rgba(53, 94, 76, .2));
}

.ofi-home-hero__description {
    max-width: 100%;
    margin: 0 0 26px;
    color: var(--ofi-hero-copy);
    font-size: 18px;
    line-height: 30px;
}

.ofi-home-hero__actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: center;
    gap: 10px;
}

.ofi-home-hero__primary,
.ofi-home-hero__secondary {
    display: inline-flex;
    min-height: 60px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 0 14px;
    border: 2px solid var(--ofi-hero-border);
    border-radius: 100px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .04em;
    line-height: 1.2;
    text-decoration: none;
    transition: transform .25s ease, background .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.ofi-home-hero__primary {
    border-color: transparent;
    background: linear-gradient(135deg, #0066b3, #063a72);
    box-shadow: 0 25px 45px rgba(0, 102, 179, .25);
    color: #fff;
}

.ofi-home-hero__secondary {
    background: #fff;
    color: #063a72;
}

.ofi-home-hero__primary:hover,
.ofi-home-hero__secondary:hover {
    transform: translateY(-2px);
}

.ofi-home-hero__primary:hover {
    border-color: transparent;
    background: linear-gradient(135deg, #0066b3, #063a72);
    box-shadow: 0 25px 45px rgba(0, 102, 179, .25);
    color: #fff;
}

.ofi-home-hero__secondary:hover {
    border-color: #063a72;
    background: #063a72;
    color: #fff;
}

.ofi-home-hero__primary i {
    transition: transform .25s ease;
}

.ofi-home-hero__primary:hover i {
    transform: translateX(3px);
}

.ofi-home-hero__trust {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 14px 20px;
    margin-top: 24px;
    padding-top: 18px;
    border-top: 1px solid var(--ofi-hero-border);
}

.ofi-home-hero__trust span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: var(--ofi-hero-muted);
    font-size: 15px;
    font-weight: 500;
    white-space: nowrap;
}

.ofi-home-hero__trust i {
    color: var(--ofi-hero-green);
    font-size: 13px;
}

.ofi-home-hero__visual {
    position: relative;
    min-width: 0;
    min-height: 560px;
    overflow: hidden;
    background: #dfe8e3;
}

.ofi-home-hero__image {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transform: scale(1.03) translate3d(0, 0, 0);
    transform-origin: center center;
    animation: ofiHeroImageMotion 10s ease-in-out infinite alternate;
    will-change: transform;
}

.ofi-home-hero__leaves {
    position: absolute;
    z-index: 4;
    inset: 0 0 80px;
    overflow: hidden;
    pointer-events: none;
}

.ofi-home-hero__leaves span {
    --leaf-color: #789b3d;
    position: absolute;
    top: -12%;
    left: var(--leaf-left);
    width: var(--leaf-size);
    height: calc(var(--leaf-size) * .58);
    border-radius: 80% 12% 80% 12%;
    background: var(--leaf-color);
    box-shadow: inset -2px -1px 2px rgba(56, 75, 28, .22);
    opacity: 0;
    transform-origin: 100% 50%;
    animation: ofiHeroLeafFall var(--leaf-duration) linear var(--leaf-delay) infinite;
}

.ofi-home-hero__leaves span::after {
    position: absolute;
    top: 48%;
    right: -20%;
    width: 65%;
    height: 1px;
    background: rgba(67, 86, 37, .55);
    content: "";
    transform: rotate(-12deg);
    transform-origin: left center;
}

.ofi-home-hero__leaves span:nth-child(1) {
    --leaf-left: 6%;
    --leaf-size: 12px;
    --leaf-duration: 8.5s;
    --leaf-delay: -2s;
}

.ofi-home-hero__leaves span:nth-child(2) {
    --leaf-left: 15%;
    --leaf-size: 17px;
    --leaf-duration: 11s;
    --leaf-delay: -7s;
    --leaf-color: #a77b3e;
}

.ofi-home-hero__leaves span:nth-child(3) {
    --leaf-left: 25%;
    --leaf-size: 10px;
    --leaf-duration: 9s;
    --leaf-delay: -4s;
}

.ofi-home-hero__leaves span:nth-child(4) {
    --leaf-left: 34%;
    --leaf-size: 15px;
    --leaf-duration: 12s;
    --leaf-delay: -9s;
    --leaf-color: #bd8d48;
}

.ofi-home-hero__leaves span:nth-child(5) {
    --leaf-left: 43%;
    --leaf-size: 11px;
    --leaf-duration: 10s;
    --leaf-delay: -1s;
    --leaf-color: #5f8739;
}

.ofi-home-hero__leaves span:nth-child(6) {
    --leaf-left: 52%;
    --leaf-size: 18px;
    --leaf-duration: 13s;
    --leaf-delay: -6s;
}

.ofi-home-hero__leaves span:nth-child(7) {
    --leaf-left: 61%;
    --leaf-size: 13px;
    --leaf-duration: 9.5s;
    --leaf-delay: -8s;
    --leaf-color: #b57738;
}

.ofi-home-hero__leaves span:nth-child(8) {
    --leaf-left: 69%;
    --leaf-size: 9px;
    --leaf-duration: 8s;
    --leaf-delay: -3s;
}

.ofi-home-hero__leaves span:nth-child(9) {
    --leaf-left: 76%;
    --leaf-size: 16px;
    --leaf-duration: 12s;
    --leaf-delay: -5s;
    --leaf-color: #8eaa46;
}

.ofi-home-hero__leaves span:nth-child(10) {
    --leaf-left: 84%;
    --leaf-size: 12px;
    --leaf-duration: 10s;
    --leaf-delay: -9s;
    --leaf-color: #a46b34;
}

.ofi-home-hero__leaves span:nth-child(11) {
    --leaf-left: 91%;
    --leaf-size: 15px;
    --leaf-duration: 11s;
    --leaf-delay: -1s;
}

.ofi-home-hero__leaves span:nth-child(12) {
    --leaf-left: 97%;
    --leaf-size: 10px;
    --leaf-duration: 9s;
    --leaf-delay: -6s;
    --leaf-color: #c18b43;
}

.ofi-home-hero__curve {
    position: absolute;
    z-index: 3;
    top: 0;
    bottom: 0;
    left: -2px;
    width: clamp(120px, 14vw, 210px);
    height: 100%;
    filter: drop-shadow(10px 0 18px rgba(15, 53, 87, .08));
    pointer-events: none;
}

.ofi-home-hero__badge {
    position: absolute;
    z-index: 6;
    top: 28px;
    right: 28px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 9px 16px;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 100px;
    background: rgba(15, 53, 87, .82);
    backdrop-filter: blur(10px);
    color: rgba(255, 255, 255, .95);
    font-size: 11px;
    font-weight: 500;
    letter-spacing: .04em;
}

.ofi-home-hero__badge span {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #76d99d;
    box-shadow: 0 0 0 5px rgba(118, 217, 157, .15);
    animation: ofiHeroPulse 2.2s ease-in-out infinite;
}

.ofi-home-hero__features {
    position: absolute;
    z-index: 7;
    right: 0;
    bottom: 0;
    left: 0;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    min-height: 80px;
    padding: 14px 28px;
    border-top: 1px solid rgba(255, 255, 255, .7);
    background: rgba(255, 255, 255, .9);
    backdrop-filter: blur(14px);
}

.ofi-home-hero__feature {
    display: flex;
    min-width: 0;
    align-items: center;
    gap: 14px;
    padding: 0 22px;
    border-right: 1px solid var(--ofi-hero-border);
}

.ofi-home-hero__feature:first-child {
    padding-left: 0;
}

.ofi-home-hero__feature:last-child {
    padding-right: 0;
    border-right: 0;
}

.ofi-home-hero__feature>i {
    display: inline-flex;
    width: 44px;
    height: 44px;
    flex: 0 0 44px;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: rgba(53, 94, 76, .1);
    color: var(--ofi-hero-green);
    font-size: 18px;
}

.ofi-home-hero__feature span,
.ofi-home-hero__feature strong,
.ofi-home-hero__feature small {
    display: block;
    min-width: 0;
}

.ofi-home-hero__feature strong {
    color: var(--ofi-hero-navy);
    font-size: 13px;
    font-weight: 600;
    line-height: 1.35;
    white-space: normal;
}

.ofi-home-hero__feature small {
    margin-top: 2px;
    overflow: hidden;
    color: var(--ofi-hero-muted);
    font-size: 9.5px;
    line-height: 1.25;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@keyframes ofiHeroPulse {

    0%,
    100% {
        opacity: 1;
        transform: scale(1);
    }

    50% {
        opacity: .65;
        transform: scale(1.25);
    }
}

@keyframes ofiHeroImageMotion {
    from {
        transform: scale(1.03) translate3d(0, 0, 0);
    }

    to {
        transform: scale(1.13) translate3d(-1%, -.7%, 0);
    }
}

@keyframes ofiHeroLeafFall {
    0% {
        opacity: 0;
        transform: translate3d(0, -30px, 0) rotate(0deg);
    }

    10% {
        opacity: .78;
    }

    45% {
        transform: translate3d(45px, 42vh, 0) rotate(210deg);
    }

    85% {
        opacity: .68;
    }

    100% {
        opacity: 0;
        transform: translate3d(-30px, 82vh, 0) rotate(520deg);
    }
}

@media (max-width: 1199px) {
    .ofi-home-hero {
        grid-template-columns: minmax(390px, 43fr) minmax(0, 57fr);
    }

    .ofi-home-hero__content {
        padding-right: 38px;
        padding-left: 42px;
    }

    .ofi-home-hero__features {
        padding-right: 18px;
        padding-left: 18px;
    }

    .ofi-home-hero__feature {
        gap: 10px;
        padding: 0 14px;
    }

    .ofi-home-hero__primary,
    .ofi-home-hero__secondary {
        min-height: 54px;
        padding-right: 10px;
        padding-left: 10px;
        font-size: 12px;
        letter-spacing: .01em;
    }
}

@media (max-width: 991px) {
    .ofi-home-hero {
        grid-template-columns: 1fr;
        min-height: auto;
    }

    .ofi-home-hero__content {
        order: 2;
        padding: 42px 40px 38px;
    }

    .ofi-home-hero__visual {
        order: 1;
        min-height: 390px;
        height: 48vw;
        max-height: 480px;
    }

    .ofi-home-hero__curve {
        display: none;
    }

    .ofi-home-hero__title {
        font-size: 42px;
    }

    .ofi-home-hero__description {
        font-size: 16px;
        line-height: 28px;
    }
}

@media (max-width: 600px) {
    .ofi-home-hero__content {
        padding: 38px 22px 34px;
    }

    .ofi-home-hero__visual {
        min-height: 340px;
        height: 72vw;
    }

    .ofi-home-hero__title {
        font-size: 36px;
    }

    .ofi-home-hero__description {
        font-size: 14.5px;
    }

    .ofi-home-hero__actions {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        align-items: stretch;
    }

    .ofi-home-hero__primary,
    .ofi-home-hero__secondary {
        width: 100%;
        min-height: 56px;
        padding: 8px 10px;
        font-size: 11px;
        line-height: 1.25;
        text-align: center;
    }

    .ofi-home-hero__features {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 14px 0;
        padding: 16px;
    }

    .ofi-home-hero__feature:nth-child(2) {
        border-right: 0;
    }

    .ofi-home-hero__feature:nth-child(4) {
        border-right: 0;
    }

    .ofi-home-hero__feature:nth-child(3) {
        padding-left: 0;
    }

    .ofi-home-hero__feature>i {
        width: 32px;
        height: 32px;
        flex-basis: 32px;
        font-size: 13px;
    }

    .ofi-home-hero__badge {
        top: 16px;
        right: 16px;
    }
}

@media (prefers-reduced-motion: reduce) {

    .ofi-home-hero__leaves,
    .ofi-home-hero__image,
    .ofi-home-hero__badge span {
        animation: none;
    }

    .ofi-home-hero__leaves {
        display: none;
    }

    .ofi-home-hero__image {
        transform: none;
        will-change: auto;
    }

    .ofi-home-hero__primary,
    .ofi-home-hero__secondary,
    .ofi-home-hero__primary i {
        transition: none;
    }
}

/* Trusted-section image motion and decorative accents */
.trusted-section .trusted-image {
    isolation: isolate;
    overflow: visible;
    border-radius: 28px;
    background: transparent;
    box-shadow: none;
}

.trusted-section .trusted-image::after {
    position: absolute;
    z-index: 1;
    inset: 0;
    border: 1px solid rgba(255, 255, 255, .7);
    border-radius: inherit;
    background: linear-gradient(145deg, rgba(255, 255, 255, .12), transparent 52%, rgba(0, 102, 179, .08));
    content: "";
    pointer-events: none;
}

.trusted-section .trusted-image img {
    position: relative;
    z-index: 1;
    display: block;
    min-height: 430px;
    overflow: hidden;
    border-radius: inherit;
    box-shadow: 0 30px 70px rgba(0, 0, 0, .12);
    transform: scale(1.025) translate3d(0, 0, 0);
    animation: ofiTrustedImageMotion 9s ease-in-out infinite alternate;
    will-change: transform;
}

.trusted-section .trusted-image:hover img {
    animation-play-state: paused;
}

.trusted-image__shape {
    position: absolute;
    z-index: 0;
    pointer-events: none;
}

.trusted-image__shape--green {
    top: -34px;
    left: -42px;
    width: 190px;
    height: 170px;
    border-radius: 64% 36% 58% 42% / 43% 61% 39% 57%;
    background: linear-gradient(145deg, rgba(124, 194, 66, .42), rgba(124, 194, 66, .12));
    box-shadow: 0 22px 45px rgba(84, 132, 44, .16);
    animation: ofiTrustedShapeFloat 7s ease-in-out infinite alternate;
}

.trusted-image__shape--blue {
    right: -48px;
    bottom: -38px;
    width: 220px;
    height: 155px;
    border-radius: 38% 62% 34% 66% / 62% 38% 62% 38%;
    background: linear-gradient(145deg, rgba(0, 102, 179, .38), rgba(0, 102, 179, .1));
    box-shadow: 0 22px 50px rgba(0, 83, 145, .16);
    animation: ofiTrustedShapeFloat 8.5s ease-in-out -2s infinite alternate-reverse;
}

.trusted-image__dot {
    position: absolute;
    z-index: 3;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    pointer-events: none;
}

.trusted-image__dot--green {
    top: 19%;
    left: 7%;
    background: #7cc242;
    box-shadow: 0 0 0 7px rgba(124, 194, 66, .2);
    animation: ofiTrustedDotFloat 4.2s ease-in-out infinite;
}

.trusted-image__dot--blue {
    right: 9%;
    bottom: 29%;
    width: 10px;
    height: 10px;
    background: #0066b3;
    box-shadow: 0 0 0 6px rgba(0, 102, 179, .18);
    animation: ofiTrustedDotFloat 5.2s ease-in-out -1.5s infinite reverse;
}

.trusted-image__badge {
    position: absolute;
    z-index: 4;
    bottom: 24px;
    left: 24px;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 17px;
    border: 1px solid rgba(255, 255, 255, .62);
    border-radius: 14px;
    background: rgba(255, 255, 255, .86);
    box-shadow: 0 14px 35px rgba(18, 51, 69, .18);
    backdrop-filter: blur(12px);
    color: #526670;
    animation: ofiTrustedBadgeFloat 4.8s ease-in-out infinite;
}

.trusted-image__badge i {
    display: grid;
    width: 37px;
    height: 37px;
    place-items: center;
    border-radius: 50%;
    background: rgba(124, 194, 66, .14);
    color: #69a832;
}

.trusted-image__badge span,
.trusted-image__badge strong {
    display: block;
}

.trusted-image__badge span {
    font-size: 10px;
    letter-spacing: .08em;
    line-height: 1.35;
    text-transform: uppercase;
}

.trusted-image__badge strong {
    color: #07558f;
    font-size: 13px;
    letter-spacing: .02em;
}

@keyframes ofiTrustedImageMotion {
    from {
        transform: scale(1.025) translate3d(0, 0, 0);
    }

    to {
        transform: scale(1.075) translate3d(-1%, -.7%, 0);
    }
}

@keyframes ofiTrustedShapeFloat {
    from {
        transform: translate3d(0, 0, 0) rotate(-3deg) scale(1);
    }

    to {
        transform: translate3d(10px, -9px, 0) rotate(4deg) scale(1.06);
    }
}

@keyframes ofiTrustedDotFloat {
    50% {
        transform: translate3d(7px, -13px, 0) scale(1.15);
    }
}

@keyframes ofiTrustedBadgeFloat {
    50% {
        transform: translate3d(0, -8px, 0);
    }
}

@media (max-width: 600px) {
    .trusted-section .trusted-image img {
        min-height: 340px;
    }

    .trusted-image__badge {
        bottom: 16px;
        left: 16px;
        padding: 9px 12px;
    }

    .trusted-image__shape--green {
        left: -18px;
        width: 130px;
        height: 120px;
    }

    .trusted-image__shape--blue {
        right: -18px;
        width: 155px;
        height: 115px;
    }
}

@media (prefers-reduced-motion: reduce) {

    .trusted-section .trusted-image img,
    .trusted-image__shape,
    .trusted-image__dot,
    .trusted-image__badge {
        animation: none;
    }

    .trusted-section .trusted-image img {
        transform: none;
        will-change: auto;
    }
}

/* Trusted client logos */
.trusted-about-btn {
    gap: 12px;
    padding: 7px 12px 7px 18px;
}

.trusted-about-btn span {
    width: 34px;
    height: 34px;
}

.client-logos {
    margin-top: 42px;
    padding: 30px 0 0px;
    border-top: 1px solid rgba(0, 102, 179, .08);
    background: linear-gradient(180deg, rgba(248, 251, 253, .2), #f8fbfd);
}

.client-logos__heading {
    margin-bottom: 22px;
    text-align: center;
}

.client-logos__heading span {
    display: block;
    margin-bottom: 5px;
    color: var(--green-dark);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.client-logos .client-logos__heading h4 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin: 0;
    color: var(--primary-dark);
    font-family: "Cormorant Garamond", serif;
    font-size: 34px;
    font-weight: 600;
    line-height: 1.15;
}

.client-logos .client-logos__heading h4::before,
.client-logos .client-logos__heading h4::after {
    width: 42px;
    height: 1px;
    background: rgba(0, 102, 179, .25);
    content: "";
}

.client-logos .logo-slider {
    padding: 22px 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.client-logos .logo-track {
    gap: 20px;
}

.client-logos .logo-item {
    display: flex;
    width: 180px;
    height: 100px;
    flex: 0 0 180px;
    align-items: center;
    justify-content: center;
    padding: 16px 20px;
    border: 1px solid #e7eef4;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(16, 42, 67, .06);
    transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease;
}

.client-logos .logo-item:hover {
    border-color: rgba(124, 194, 66, .5);
    box-shadow: 0 14px 30px rgba(16, 42, 67, .11);
    transform: translateY(-4px);
}

.client-logos .logo-track img {
    width: 100%;
    max-width: 142px;
    height: 66px;
    object-fit: contain;
    filter: none;
    opacity: 1;
    transition: transform .25s ease;
}

.client-logos .logo-track img:hover {
    transform: scale(1.06);
}

.client-stats {
    width: 100%;
    margin: 28px 0 0;
    padding: 48px max(28px, calc((100vw - 1400px) / 2)) 44px;
    overflow: hidden;
    background:
        linear-gradient(90deg, rgba(0, 52, 112, .18), rgba(3, 43, 90, .36)),
        url("../img/counter-bg.png") center / cover no-repeat;
    box-shadow: 0 22px 55px rgba(6, 58, 114, .22);
}

.client-stats__heading {
    margin: 0 auto 32px;
    text-align: center;
}

.client-stats__heading>span {
    display: inline-block;
    margin-bottom: 8px;
    color: #a6e071;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.client-stats__heading h2 {
    margin: 0 0 10px;
    color: #fff;
    font-family: "Cormorant Garamond", serif;
    font-size: 45px;
    font-weight: 600;
    letter-spacing: -.02em;
    line-height: 1.15;
}

.client-stats__heading p {
    max-width: 620px;
    margin: 0 auto;
    color: rgba(255, 255, 255, .76);
    font-size: 14px;
    line-height: 1.6;
}

.client-stats__grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 0;
}

.client-stat {
    position: relative;
    display: flex;
    min-height: 142px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 14px 22px;
    border-right: 1px solid rgba(255, 255, 255, .18);
    text-align: center;
    transition: background .25s ease, transform .25s ease;
}

.client-stat:last-child {
    border-right: 0;
}

.client-stat:hover {
    background: rgba(255, 255, 255, .055);
    transform: translateY(-3px);
}

.client-stat>i {
    display: inline-flex;
    width: 48px;
    height: 48px;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
    border: 1px solid rgba(166, 224, 113, .28);
    border-radius: 50%;
    background: rgba(124, 194, 66, .16);
    color: #a6e071;
    font-size: 19px;
}

.client-stat strong {
    display: flex;
    align-items: baseline;
    justify-content: center;
    color: #fff;
    font-family: "Cormorant Garamond", serif;
    font-size: 44px;
    font-weight: 700;
    letter-spacing: -.02em;
    line-height: 1;
}

.client-stat .counter {
    margin: 0;
    color: inherit;
    font: inherit;
    line-height: inherit;
}

.client-stat p {
    margin: 10px 0 0;
    color: rgba(255, 255, 255, .82);
    font-size: 14px;
    font-weight: 500;
    line-height: 1.35;
}

@media (max-width: 1199px) {
    .client-stats {
        padding: 42px 24px 38px;
    }

    .client-stat {
        padding-right: 12px;
        padding-left: 12px;
    }

    .client-stat strong {
        font-size: 36px;
    }

    .client-stat p {
        font-size: 12px;
    }

    .client-stats__heading h2 {
        font-size: 36px;
    }
}

@media (max-width: 767px) {
    .client-logos {
        margin-top: 28px;
        padding-top: 24px;
    }

    .client-logos .client-logos__heading h4 {
        gap: 10px;
        font-size: 28px;
    }

    .client-logos .client-logos__heading h4::before,
    .client-logos .client-logos__heading h4::after {
        width: 24px;
    }

    .client-logos .logo-track {
        gap: 14px;
    }

    .client-logos .logo-item {
        width: 150px;
        height: 86px;
        flex-basis: 150px;
        padding: 12px 16px;
        border-radius: 13px;
    }

    .client-logos .logo-track img {
        max-width: 120px;
        height: 58px;
    }

    .client-stats {
        width: 100%;
        margin-top: 18px;
        padding: 38px 14px 18px;
    }

    .client-stats__heading {
        margin-bottom: 24px;
        padding: 0 10px;
    }

    .client-stats__heading h2 {
        font-size: 30px;
    }

    .client-stats__heading p {
        font-size: 13px;
    }

    .client-stats__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .client-stat {
        min-height: 138px;
        padding: 18px 10px;
        border-right: 1px solid rgba(255, 255, 255, .16);
        border-bottom: 1px solid rgba(255, 255, 255, .16);
        background: rgba(0, 25, 65, .08);
    }

    .client-stat:nth-child(even) {
        border-right: 0;
    }

    .client-stat:nth-child(4) {
        border-bottom: 0;
    }

    .client-stat:last-child {
        grid-column: 1 / -1;
        border-right: 0;
        border-bottom: 0;
    }

    .client-stat strong {
        font-size: 32px;
    }

    .client-stat p {
        font-size: 12px;
    }
}

@media (max-width: 400px) {
    .client-stats__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .client-stat,
    .client-stat:nth-child(even),
    .client-stat:nth-child(4) {
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, .16);
    }

    .client-stat:last-child {
        grid-column: auto;
        border-bottom: 0;
    }
}

/* Why Outdoor Furniture India */
.why-ofi-section {
    isolation: isolate;
    background: #f5f8fb;
}

.why-ofi-section::before {
    top: 30px;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
    color: rgba(0, 91, 170, .035);
    text-align: center;
    white-space: nowrap;
}

.why-ofi-section .materials-content {
    position: static;
    max-width: 980px;
    margin: 0 auto;
    padding-right: 0;
}

.home-heading-reveal.is-reveal-ready>.sub-title,
.home-heading-reveal.is-reveal-ready>span:first-child,
.home-heading-reveal.is-reveal-ready>h2,
.home-heading-reveal.is-reveal-ready>h4,
.home-heading-reveal.is-reveal-ready>p {
    opacity: 0;
    filter: blur(5px);
    transform: translate3d(0, 42px, 0);
    transition: opacity 1.2s ease, filter 1.2s ease, transform 1.2s cubic-bezier(.22, 1, .36, 1);
    will-change: opacity, filter, transform;
}

.home-heading-reveal.is-reveal-ready>h2,
.home-heading-reveal.is-reveal-ready>h4 {
    position: relative;
    padding-bottom: 16px;
    transition-delay: .22s;
}

.home-heading-reveal.is-reveal-ready>h2::after,
.home-heading-reveal.is-reveal-ready>h4::after {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 78px;
    height: 3px;
    border-radius: 4px;
    background: linear-gradient(90deg, #0066b3, #7cc242);
    content: "";
    transform: translateX(-50%) scaleX(0);
    transform-origin: center;
    transition: transform 1s cubic-bezier(.22, 1, .36, 1) .85s;
}

.home-heading-reveal.is-reveal-ready>p {
    transition-delay: .45s;
}

.home-heading-reveal.is-reveal-ready.is-visible>.sub-title,
.home-heading-reveal.is-reveal-ready.is-visible>span:first-child,
.home-heading-reveal.is-reveal-ready.is-visible>h2,
.home-heading-reveal.is-reveal-ready.is-visible>h4,
.home-heading-reveal.is-reveal-ready.is-visible>p {
    opacity: 1;
    filter: blur(0);
    transform: translate3d(0, 0, 0);
}

.home-heading-reveal.is-reveal-ready.is-visible>h2::after,
.home-heading-reveal.is-reveal-ready.is-visible>h4::after {
    transform: translateX(-50%) scaleX(1);
}

.why-ofi-background {
    position: absolute;
    z-index: 0;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
}

.why-ofi-bg-shape,
.why-ofi-bg-leaf,
.why-ofi-bg-dots {
    position: absolute;
    display: block;
}

.why-ofi-bg-shape {
    filter: blur(1px);
}

.why-ofi-bg-shape--blue {
    top: 13%;
    right: -95px;
    width: 270px;
    height: 235px;
    border-radius: 38% 62% 56% 44% / 56% 37% 63% 44%;
    background: linear-gradient(145deg, rgba(0, 102, 179, .14), rgba(0, 102, 179, .025));
    animation: ofiWhyShapeDrift 10s ease-in-out infinite alternate;
}

.why-ofi-bg-shape--green {
    bottom: -82px;
    left: -72px;
    width: 250px;
    height: 215px;
    border-radius: 62% 38% 42% 58% / 41% 59% 41% 59%;
    background: linear-gradient(145deg, rgba(124, 194, 66, .16), rgba(124, 194, 66, .025));
    animation: ofiWhyShapeDrift 12s ease-in-out -3s infinite alternate-reverse;
}

.why-ofi-bg-leaf {
    width: 34px;
    height: 20px;
    border-radius: 85% 10% 85% 10%;
    background: rgba(124, 194, 66, .2);
    box-shadow: inset -3px -2px 5px rgba(73, 112, 38, .09);
    transform-origin: 100% 50%;
}

.why-ofi-bg-leaf::after {
    position: absolute;
    top: 50%;
    right: -12px;
    width: 24px;
    height: 1px;
    background: rgba(76, 111, 43, .28);
    content: "";
    transform: rotate(-12deg);
    transform-origin: left center;
}

.why-ofi-bg-leaf--one {
    top: 22%;
    left: 5%;
    animation: ofiWhyLeafFloat 6s ease-in-out infinite;
}

.why-ofi-bg-leaf--two {
    top: 47%;
    right: 4%;
    width: 25px;
    height: 15px;
    background: rgba(0, 102, 179, .17);
    animation: ofiWhyLeafFloat 7.5s ease-in-out -2s infinite reverse;
}

.why-ofi-bg-leaf--three {
    bottom: 16%;
    left: 8%;
    width: 28px;
    height: 17px;
    background: rgba(178, 126, 54, .16);
    animation: ofiWhyLeafFloat 6.8s ease-in-out -4s infinite;
}

.why-ofi-bg-dots {
    top: 74px;
    right: 9%;
    width: 92px;
    height: 64px;
    opacity: .46;
    background-image: radial-gradient(circle, rgba(0, 102, 179, .34) 2px, transparent 2.5px);
    background-size: 15px 15px;
    animation: ofiWhyDotsPulse 5s ease-in-out infinite;
}

@keyframes ofiWhyShapeDrift {
    from {
        transform: translate3d(0, 0, 0) rotate(-3deg) scale(1);
    }

    to {
        transform: translate3d(14px, -13px, 0) rotate(5deg) scale(1.08);
    }
}

@keyframes ofiWhyLeafFloat {

    0%,
    100% {
        transform: translate3d(0, 0, 0) rotate(-18deg);
    }

    50% {
        transform: translate3d(12px, -18px, 0) rotate(18deg);
    }
}

@keyframes ofiWhyDotsPulse {
    50% {
        opacity: .75;
        transform: translate3d(0, -7px, 0);
    }
}

.why-ofi-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.why-ofi-card {
    position: relative;
    display: flex;
    min-height: 155px;
    gap: 16px;
    align-items: flex-start;
    padding: 20px;
    overflow: hidden;
    border: 1px solid #e2eaf1;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(14, 49, 80, .055);
    transition: transform .35s ease, border-color .35s ease, box-shadow .35s ease;
}

.why-ofi-card::after {
    position: absolute;
    right: -28px;
    bottom: -34px;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: rgba(118, 184, 42, .07);
    content: "";
    transition: transform .35s ease;
}

.why-ofi-card:hover {
    transform: translateY(-4px);
    border-color: rgba(0, 91, 170, .28);
    box-shadow: 0 22px 48px rgba(14, 49, 80, .12);
}

.why-ofi-card:hover::after {
    transform: scale(1.25);
}

.why-ofi-icon {
    position: relative;
    z-index: 1;
    display: inline-flex;
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
    border-radius: 14px;
    background: linear-gradient(145deg, #005baa, #0872ce);
    box-shadow: 0 10px 24px rgba(0, 91, 170, .2);
    color: #fff;
    font-size: 19px;
    transition: transform .35s ease, background .35s ease;
}

.why-ofi-card:nth-child(even) .why-ofi-icon {
    background: linear-gradient(145deg, #68a927, #84c73d);
    box-shadow: 0 10px 24px rgba(104, 169, 39, .2);
}

.why-ofi-card:hover .why-ofi-icon {
    transform: rotate(-5deg) scale(1.06);
}

.why-ofi-content {
    position: relative;
    z-index: 1;
}

.why-ofi-content h3 {
    margin: 1px 0 7px;
    color: #12324a;
    font-size: 19px;
    font-weight: 700;
    line-height: 1.1;
}

.why-ofi-content p {
    margin: 0;
    color: #667785;
    font-size: 16px;
    line-height: 1.5;
}

@media (max-width: 991px) {
    .why-ofi-section .materials-content {
        position: static;
        max-width: 720px;
        padding-right: 0;
    }

    .why-ofi-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 575px) {
    .why-ofi-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .why-ofi-card {
        min-height: 190px;
        flex-direction: column;
        gap: 12px;
        padding: 15px;
    }

    .why-ofi-icon {
        width: 42px;
        height: 42px;
        flex-basis: 42px;
        font-size: 17px;
    }

    .why-ofi-content h3 {
        font-size: 15px;
    }

    .why-ofi-content p {
        display: -webkit-box;
        overflow: hidden;
        font-size: 12px;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
    }

    .why-ofi-bg-shape--blue {
        right: -105px;
        width: 210px;
        height: 185px;
    }

    .why-ofi-bg-shape--green {
        left: -100px;
        width: 210px;
        height: 175px;
    }

    .why-ofi-bg-dots {
        top: 35px;
        right: 2%;
        width: 66px;
        height: 50px;
        background-size: 13px 13px;
    }
}

@media (prefers-reduced-motion: reduce) {

    .home-heading-reveal.is-reveal-ready>.sub-title,
    .home-heading-reveal.is-reveal-ready>span:first-child,
    .home-heading-reveal.is-reveal-ready>h2,
    .home-heading-reveal.is-reveal-ready>h4,
    .home-heading-reveal.is-reveal-ready>p {
        opacity: 1;
        filter: none;
        transform: none;
        transition: none;
    }

    .home-heading-reveal.is-reveal-ready>h2::after,
    .home-heading-reveal.is-reveal-ready>h4::after {
        transform: translateX(-50%) scaleX(1);
        transition: none;
    }

    .why-ofi-bg-shape,
    .why-ofi-bg-leaf,
    .why-ofi-bg-dots {
        animation: none;
    }

    .why-ofi-card,
    .why-ofi-card::after,
    .why-ofi-icon {
        transition: none;
    }
}

/* Homepage featured projects carousel */
.home-projects-section {
    position: relative;
    padding: 70px 0 20px;
    overflow: hidden;
    background:
        radial-gradient(circle at 8% 12%, rgba(0, 102, 179, .09), transparent 25%),
        radial-gradient(circle at 92% 88%, rgba(124, 194, 66, .09), transparent 24%),
        linear-gradient(145deg, #fafdff 0%, #f3f8fc 52%, #f8fbf5 100%);
}

.home-projects-section::before {
    position: absolute;
    inset: 0;
    background-image: radial-gradient(rgba(0, 102, 179, .11) 1px, transparent 1px);
    background-size: 26px 26px;
    content: "";
    opacity: .28;
    pointer-events: none;
    -webkit-mask-image: linear-gradient(90deg, #000, transparent 38%, transparent 62%, #000);
    mask-image: linear-gradient(90deg, #000, transparent 38%, transparent 62%, #000);
}

.home-projects-section>.container {
    position: relative;
    z-index: 2;
}

.home-projects-decor {
    position: absolute;
    z-index: 1;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
}

.home-projects-decor__orb,
.home-projects-decor__ring {
    position: absolute;
    display: block;
    border-radius: 50%;
}

.home-projects-decor__orb--blue {
    top: 120px;
    left: -105px;
    width: 285px;
    height: 285px;
    background: radial-gradient(circle at 65% 35%, rgba(0, 102, 179, .14), rgba(0, 102, 179, .025) 68%);
    animation: homeProjectOrb 9s ease-in-out infinite;
}

.home-projects-decor__orb--green {
    right: -70px;
    bottom: 55px;
    width: 230px;
    height: 230px;
    background: radial-gradient(circle at 35% 40%, rgba(124, 194, 66, .18), rgba(124, 194, 66, .025) 70%);
    animation: homeProjectOrb 11s ease-in-out -3s infinite reverse;
}

.home-projects-decor__ring {
    top: 88px;
    right: 8%;
    width: 116px;
    height: 116px;
    border: 1px solid rgba(0, 102, 179, .13);
    box-shadow:
        0 0 0 20px rgba(0, 102, 179, .025),
        0 0 0 42px rgba(124, 194, 66, .025);
    animation: homeProjectRing 18s linear infinite;
}

.home-projects-decor__ring::before,
.home-projects-decor__ring::after {
    position: absolute;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #7cc242;
    box-shadow: 0 0 0 6px rgba(124, 194, 66, .12);
    content: "";
}

.home-projects-decor__ring::before {
    top: 8px;
    left: 12px;
}

.home-projects-decor__ring::after {
    right: 4px;
    bottom: 18px;
    background: #0066b3;
    box-shadow: 0 0 0 6px rgba(0, 102, 179, .1);
}

@keyframes homeProjectOrb {

    0%,
    100% {
        transform: translate3d(0, 0, 0) scale(1);
    }

    50% {
        transform: translate3d(22px, -18px, 0) scale(1.07);
    }
}

@keyframes homeProjectRing {
    to {
        transform: rotate(360deg);
    }
}

.home-projects-heading {
    max-width: 840px;
    margin-bottom: 32px !important;
}

.home-projects-section .project-slider {
    position: relative;
}

.home-projects-section .owl-stage-outer {
    padding: 10px 0 24px;
}

.home-project-card {
    position: relative;
    height: 410px;
    overflow: hidden;
    border-radius: 22px;
    background: #063a72;
    box-shadow: 0 16px 38px rgba(16, 42, 67, .14);
}

.home-project-card>img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .7s ease;
}

.home-project-card:hover>img {
    transform: scale(1.07);
}

.home-project-card__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(3, 25, 48, .03) 20%, rgba(3, 28, 55, .92) 100%);
}

.home-project-card__content {
    position: absolute;
    z-index: 2;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 26px;
    color: #fff;
}

.home-project-card__meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin-bottom: 11px;
}

.home-project-card__meta span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 10px;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 30px;
    background: rgba(255, 255, 255, .13);
    backdrop-filter: blur(8px);
    color: rgba(255, 255, 255, .9);
    font-size: 10px;
    font-weight: 600;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.home-project-card h3 {
    margin: 0 0 8px;
    color: #fff;
    font-size: 27px;
    font-weight: 600;
    line-height: 1.15;
}

.home-project-card p {
    display: -webkit-box;
    margin: 0 0 14px;
    overflow: hidden;
    color: rgba(255, 255, 255, .78);
    font-size: 13px;
    line-height: 1.5;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.home-project-card__content>a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #a6e071;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
}

.home-project-card__content>a i {
    transition: transform .25s ease;
}

.home-project-card__content>a:hover i {
    transform: translateX(4px);
}

.home-projects-section .project-slider .owl-nav {
    top: -76px;
}

.home-projects-section .project-slider .owl-nav button {
    width: 46px !important;
    height: 46px !important;
    box-shadow: 0 10px 26px rgba(16, 42, 67, .1);
}

.home-projects-cta {
    padding: 0 0 30px;
    background: #f6f9fc;
}

.home-projects-cta .materials-cta {
    margin-top: 0;
}

@media (max-width: 767px) {
    .home-projects-section {
        padding: 50px 0 56px;
    }

    .home-projects-heading {
        padding-right: 12px;
        padding-left: 12px;
    }

    .home-projects-decor__ring {
        top: 110px;
        right: -35px;
        width: 90px;
        height: 90px;
    }

    .home-projects-decor__orb--blue {
        left: -150px;
    }

    .home-project-card {
        height: 380px;
    }

    .home-projects-section .project-slider .owl-nav {
        position: relative;
        top: auto;
        right: auto;
        justify-content: center;
        margin-top: 4px;
    }

    .home-projects-cta {
        padding-bottom: 50px;
    }
}

@media (prefers-reduced-motion: reduce) {

    .home-projects-decor__orb,
    .home-projects-decor__ring {
        animation: none;
    }
}

/* Material listing */
.material-directory {
    position: relative;
    padding: 100px 0;
    overflow: hidden;
    background:
        radial-gradient(circle at 8% 12%, rgba(0, 91, 170, .08), transparent 28%),
        linear-gradient(180deg, #f7fafc 0%, #fff 45%, #f6f9fb 100%);
}

.material-directory::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: min(1320px, calc(100% - 48px));
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(0, 91, 170, .22), transparent);
    transform: translateX(-50%);
}

.material-directory-heading {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr);
    gap: 64px;
    align-items: end;
    margin-bottom: 52px;
}

.material-directory-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 16px;
    color: #087f46;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .18em;
}

.material-directory-eyebrow::before {
    content: "";
    width: 34px;
    height: 2px;
    background: #12a150;
}

.material-directory-heading h2 {
    max-width: 720px;
    margin: 0;
    color: #0066B3;
    font-size: clamp(38px, 4.2vw, 55px);
    font-weight: 700;
    line-height: 1.08;
    letter-spacing: -.035em;
}

.material-directory-intro {
    padding-left: 28px;
    border-left: 1px solid #cfdce4;
}

.material-directory-intro p {
    margin: 0 0 18px;
    color: #607582;
    font-size: 17px;
    line-height: 1.75;
}

.material-directory-intro span {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: #294654;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .035em;
}

.material-directory-intro i {
    color: #12a150;
}

.material-directory-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 26px;
}

.material-directory-card {
    min-width: 0;
    overflow: hidden;
    border: 1px solid #dfe8ed;
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 16px 45px rgba(26, 54, 70, .08);
    transition: border-color .35s ease, box-shadow .35s ease, transform .35s ease;
}

.material-directory-card>a {
    display: flex;
    height: 100%;
    flex-direction: column;
    color: inherit;
    text-decoration: none;
}

.material-directory-card:hover,
.material-directory-card:focus-within {
    border-color: rgba(0, 91, 170, .32);
    box-shadow: 0 26px 65px rgba(20, 57, 78, .16);
    transform: translateY(-8px);
}

.material-directory-image {
    position: relative;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: #e9eef1;
}

.material-directory-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(4, 31, 46, .04) 45%, rgba(4, 31, 46, .48) 100%);
    pointer-events: none;
}

.material-directory-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .7s cubic-bezier(.2, .7, .2, 1);
}

.material-directory-card:hover .material-directory-image img,
.material-directory-card:focus-within .material-directory-image img {
    transform: scale(1.07);
}

.material-directory-index,
.material-directory-open {
    position: absolute;
    z-index: 2;
    display: grid;
    place-items: center;
    color: #fff;
}

.material-directory-index {
    top: 18px;
    left: 18px;
    min-width: 42px;
    height: 34px;
    padding: 0 11px;
    border: 1px solid rgba(255, 255, 255, .5);
    border-radius: 999px;
    background: rgba(7, 34, 49, .42);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .1em;
    backdrop-filter: blur(8px);
}

.material-directory-open {
    right: 18px;
    bottom: 18px;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: #fff;
    color: #005baa;
    box-shadow: 0 10px 28px rgba(0, 0, 0, .18);
    transform: translateY(5px);
    transition: background .3s ease, color .3s ease, transform .3s ease;
}

.material-directory-card:hover .material-directory-open,
.material-directory-card:focus-within .material-directory-open {
    background: #005baa;
    color: #fff;
    transform: translateY(0) rotate(5deg);
}

.material-directory-content {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 26px 28px 28px;
}

.material-directory-title-row {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    justify-content: space-between;
}

.material-directory-title-row h3 {
    margin: 0;
    color: #122f3e;
    font-size: 25px;
    font-weight: 700;
    line-height: 1.25;
}

.material-directory-count {
    flex: 0 0 auto;
    margin-top: 3px;
    padding: 6px 10px;
    border-radius: 999px;
    background: #eff7fc;
    color: #005baa;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .03em;
}

.material-directory-content p {
    display: -webkit-box;
    min-height: 52px;
    margin: 15px 0 24px;
    overflow: hidden;
    color: #697d88;
    font-size: 15px;
    line-height: 1.7;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.material-directory-link {
    display: inline-flex;
    gap: 10px;
    align-items: center;
    margin-top: auto;
    color: #087f46;
    font-size: 14px;
    font-weight: 700;
}

.material-directory-link i {
    transition: transform .3s ease;
}

.material-directory-card:hover .material-directory-link i,
.material-directory-card:focus-within .material-directory-link i {
    transform: translateX(5px);
}

.material-directory-empty {
    grid-column: 1 / -1;
    padding: 70px 24px;
    border: 1px dashed #c7d6de;
    border-radius: 22px;
    background: rgba(255, 255, 255, .72);
    text-align: center;
}

.material-directory-empty>span {
    display: grid;
    width: 58px;
    height: 58px;
    margin: 0 auto 18px;
    place-items: center;
    border-radius: 50%;
    background: #eaf5fb;
    color: #005baa;
    font-size: 22px;
}

.material-directory-empty h3 {
    margin-bottom: 8px;
    color: #122f3e;
}

.material-directory-empty p {
    margin: 0;
    color: #697d88;
}

.material-directory-pagination {
    display: flex;
    justify-content: center;
    margin-top: 52px;
}

.industry-categories-slider .owl-stage {
    display: flex;
}

.industry-categories-slider .owl-item {
    display: flex;
    padding: 8px;
}

.industry-categories-slider .owl-item .material-directory-card {
    width: 100%;
    height: 100%;
}

.industry-categories-slider .owl-nav {
    position: absolute;
    top: -55px;
    right: 0;
    display: flex;
}

.industry-categories-slider .owl-nav.disabled {
    opacity: 1;
    display: flex;
}

.industry-categories-slider .owl-nav button {
    width: 52px;
    height: 52px;
    margin: 0 !important;
    border: 1px solid #dfe8ed !important;
    border-radius: 50% !important;
    background: #fff !important;
    align-items: center;
    justify-content: center;
    display: flex;
    transition: .35s;
}

.industry-categories-slider .owl-nav button span {
    display: none;
}

.industry-categories-slider .owl-nav button i {
    font-size: 18px;
    color: #005baa;
    transition: color .35s;
}

.industry-categories-slider .owl-nav button:hover {
    background: #005baa !important;
    border-color: #005baa !important;
    transform: translateY(-4px);
}

.industry-categories-slider .owl-nav button:hover i {
    color: #fff;
}

.industry-categories-slider .owl-dots {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.industry-categories-slider .owl-dots.disabled {
    display: flex;
}

.industry-categories-slider .owl-dots button {
    width: 10px;
    height: 10px;
    margin: 0 6px;
    padding: 0 !important;
    border: none !important;
    border-radius: 999px;
    background: #c6d6e0 !important;
    transition: width .35s, background .35s;
}

.industry-categories-slider .owl-dots button.active {
    width: 36px;
    background: #005baa !important;
}

@media (max-width: 991px) {
    .material-directory {
        padding: 78px 0;
    }

    .material-directory-heading {
        grid-template-columns: 1fr;
        gap: 26px;
    }

    .material-directory-intro {
        max-width: 680px;
    }

    .material-directory-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 575px) {
    .material-directory {
        padding: 64px 0;
    }

    .material-directory-heading {
        margin-bottom: 36px;
    }

    .material-directory-heading h2 {
        font-size: 36px;
    }

    .material-directory-intro {
        padding-left: 18px;
    }

    .material-directory-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .material-directory-content {
        padding: 22px;
    }
}

/* Industry listing and detail pages */
.industry-story-section {
    padding: 90px 0;
}

.industry-story-image {
    height: 480px;
    overflow: hidden;
    border-radius: 28px;
    box-shadow: 0 24px 60px rgba(18, 48, 64, .16);
}

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

.industry-highlights-section {
    padding: 0 0 82px;
    background: #fff;
}

.industry-highlights-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.industry-highlights-grid article {
    display: flex;
    gap: 18px;
    padding: 24px;
    border: 1px solid #e2eaef;
    border-radius: 18px;
    background: #f9fbfc;
}

.industry-highlights-grid article>span {
    display: grid;
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
    place-items: center;
    border-radius: 14px;
    background: #eaf5fb;
    color: #005baa;
    font-size: 19px;
}

.industry-highlights-grid h3 {
    margin: 0 0 7px;
    color: #173747;
    font-size: 18px;
}

.industry-highlights-grid p {
    margin: 0;
    color: #6c7f8a;
    font-size: 14px;
    line-height: 1.6;
}

.industry-directory .section-title>p {
    max-width: 700px;
    margin: 14px auto 36px;
    color: #6a7d88;
}

.industry-application-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.industry-application-item {
    align-items: flex-start;
    justify-content: flex-start;
    min-height: 270px;
    padding: 30px;
    text-align: left;
}

.industry-application-item .application-icon {
    flex: 0 0 auto;
}

.industry-application-item h3 {
    margin: 0 0 10px;
    color: #173747;
    font-size: 23px;
    font-weight: 700;
    line-height: 1.3;
    transition: color .3s ease;
}

.industry-application-item p {
    display: -webkit-box;
    margin: 0 0 22px;
    overflow: hidden;
    color: #697d88;
    font-size: 14px;
    line-height: 1.65;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.industry-application-item>span {
    display: inline-flex;
    gap: 9px;
    align-items: center;
    margin-top: auto;
    color: #087f46;
    font-size: 13px;
    font-weight: 700;
}

.industry-application-item>span i {
    transition: transform .3s ease;
}

.industry-application-item:hover h3 {
    color: #087f46;
}

.industry-application-item:hover>span i {
    transform: translateX(5px);
}

.industry-directory-empty {
    grid-column: 1 / -1;
    padding: 60px 24px;
    border: 1px dashed #cad8df;
    border-radius: 20px;
    color: #687c87;
    text-align: center;
}

.industry-directory-empty>i {
    margin-bottom: 16px;
    color: #005baa;
    font-size: 30px;
}

.industry-directory-empty h3 {
    color: #173747;
}

.industry-faq-wrap {
    position: relative;
    z-index: 1;
}

.industry-faq-area {
    position: relative;
    isolation: isolate;
    padding: 110px 0;
    overflow: hidden;
    background:
        radial-gradient(circle at 8% 18%, rgba(118, 192, 67, .13), transparent 24%),
        radial-gradient(circle at 92% 82%, rgba(0, 102, 179, .1), transparent 25%),
        #f5f9f9;
}

.industry-faq-area::before {
    content: "?";
    position: absolute;
    top: -90px;
    right: 4%;
    color: rgb(0 102 179 / 9%);
    font-size: 390px;
    font-weight: 800;
    line-height: 1;
    transform: rotate(9deg);
    pointer-events: none;
}

.industry-faq-area::after {
    content: "";
    position: absolute;
    bottom: 45px;
    left: -45px;
    width: 210px;
    height: 170px;
    background-image: radial-gradient(circle, rgba(18, 161, 80, .28) 2px, transparent 2.5px);
    background-size: 17px 17px;
    opacity: .45;
    transform: rotate(-8deg);
    pointer-events: none;
}

.industry-faq-motion {
    position: absolute;
    z-index: 0;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
}

.industry-faq-motion__orb {
    position: absolute;
    top: 20%;
    left: 4.5%;
    width: 92px;
    height: 92px;
    border-radius: 50%;
    background: radial-gradient(circle at 34% 30%, rgba(255, 255, 255, .8), rgba(118, 192, 67, .16) 42%, rgba(18, 161, 80, .04) 70%);
    animation: faqOrbFloat 7.5s ease-in-out infinite alternate;
}

.industry-faq-motion__orb__bottom {
    position: absolute;
    bottom: 10%;
    right: 4.5%;
    width: 92px;
    height: 92px;
    border-radius: 50%;
    background: radial-gradient(circle at 34% 30%, rgba(255, 255, 255, .8), rgba(118, 192, 67, .16) 42%, rgba(18, 161, 80, .04) 70%);
    animation: faqOrbFloat 7.5s ease-in-out infinite alternate;
}

.industry-faq-motion__ring {
    position: absolute;
    top: 12%;
    left: 30%;
    width: 54px;
    height: 54px;
    border: 2px solid rgba(0, 102, 179, .16);
    border-radius: 50%;
    box-shadow: 0 0 0 10px rgba(0, 102, 179, .025);
    animation: faqRingPulse 4.8s ease-in-out infinite;
}

.industry-faq-motion__leaf {
    position: absolute;
    width: 30px;
    height: 16px;
    border-radius: 100% 0 100% 0;
    background: linear-gradient(135deg, rgba(118, 192, 67, .5), rgba(18, 161, 80, .15));
    transform-origin: 0 100%;
}

.industry-faq-motion__leaf::after {
    position: absolute;
    top: 50%;
    left: -7px;
    width: 36px;
    height: 1px;
    background: rgba(18, 161, 80, .34);
    content: "";
    transform: rotate(-20deg);
    transform-origin: left center;
}

.industry-faq-motion__leaf--one {
    top: 58%;
    left: 5%;
    animation: faqLeafDrift 6.5s ease-in-out infinite alternate;
}

.industry-faq-motion__leaf--two {
    top: 71%;
    left: 34%;
    width: 23px;
    height: 13px;
    opacity: .72;
    animation: faqLeafDriftTwo 7.5s ease-in-out -1.5s infinite alternate;
}

.industry-faq-motion__spark {
    position: absolute;
    top: 43%;
    left: 32%;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #76c043;
    box-shadow: 0 0 0 5px rgba(118, 192, 67, .08), 0 0 18px rgba(118, 192, 67, .32);
    animation: faqSparkTwinkle 3.8s ease-in-out infinite;
}

@keyframes faqOrbFloat {
    from {
        transform: translate3d(-8px, 12px, 0) scale(.94);
    }

    to {
        transform: translate3d(18px, -15px, 0) scale(1.08);
    }
}

@keyframes faqRingPulse {

    0%,
    100% {
        opacity: .48;
        transform: scale(.9);
    }

    50% {
        opacity: 1;
        transform: scale(1.12);
    }
}

@keyframes faqLeafDrift {
    from {
        transform: translate3d(-5px, 10px, 0) rotate(-20deg);
    }

    to {
        transform: translate3d(22px, -16px, 0) rotate(15deg);
    }
}

@keyframes faqLeafDriftTwo {
    from {
        transform: translate3d(8px, -5px, 0) rotate(18deg);
    }

    to {
        transform: translate3d(-18px, 17px, 0) rotate(-16deg);
    }
}

@keyframes faqSparkTwinkle {

    0%,
    100% {
        opacity: .25;
        transform: scale(.7);
    }

    50% {
        opacity: 1;
        transform: scale(1.18);
    }
}

.industry-faq-layout {
    display: grid;
    grid-template-columns: minmax(280px, .8fr) minmax(0, 1.35fr);
    gap: clamp(45px, 6vw, 88px);
    align-items: start;
}

.industry-faq-intro {
    position: sticky;
    top: 110px;
}

.industry-faq-intro.is-faq-reveal-ready>.material-directory-eyebrow,
.industry-faq-intro.is-faq-reveal-ready>h2,
.industry-faq-intro.is-faq-reveal-ready>p,
.industry-faq-intro.is-faq-reveal-ready>.industry-faq-support,
.industry-faq-intro.is-faq-reveal-ready>.industry-faq-all {
    opacity: 0;
    transform: translate3d(0, 34px, 0);
    will-change: opacity, transform;
}

.industry-faq-intro.is-faq-reveal-ready.is-faq-reveal-visible>.material-directory-eyebrow {
    animation: pageHeroFadeDown 1s cubic-bezier(.22, 1, .36, 1) both;
}

.industry-faq-intro.is-faq-reveal-ready.is-faq-reveal-visible>h2 {
    animation: pageHeroTitleReveal 1.5s cubic-bezier(.22, 1, .36, 1) .16s both;
}

.industry-faq-intro.is-faq-reveal-ready.is-faq-reveal-visible>p {
    animation: pageHeroFadeUp 1.3s cubic-bezier(.22, 1, .36, 1) .46s both;
}

.industry-faq-intro.is-faq-reveal-ready.is-faq-reveal-visible>.industry-faq-support {
    animation: pageHeroFadeUp 1.3s cubic-bezier(.22, 1, .36, 1) .66s both;
}

.industry-faq-intro.is-faq-reveal-ready.is-faq-reveal-visible>.industry-faq-all {
    animation: pageHeroFadeUp 1.3s cubic-bezier(.22, 1, .36, 1) .86s both;
}

.industry-faq-intro h2 {
    margin: 14px 0 20px;
    color: #153646;
    font-size: clamp(36px, 4vw, 54px);
    font-weight: 700;
    line-height: 1.08;
    letter-spacing: -.035em;
}

.industry-faq-intro>p {
    max-width: 470px;
    margin: 0;
    color: #647985;
    font-size: 16px;
    line-height: 1.8;
}

.industry-faq-support {
    display: flex;
    gap: 14px;
    align-items: center;
    margin-top: 30px;
    padding-top: 24px;
    border-top: 1px solid rgba(21, 54, 70, .12);
}

.industry-faq-support>span {
    display: grid;
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
    border-radius: 15px;
    background: linear-gradient(145deg, #76c043, #12a150);
    box-shadow: 0 12px 25px rgba(18, 161, 80, .2);
    color: #fff;
    font-size: 19px;
    place-items: center;
}

.industry-faq-support small,
.industry-faq-support strong {
    display: block;
}

.industry-faq-support small {
    margin-bottom: 2px;
    color: #78909b;
    font-size: 11px;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.industry-faq-support strong {
    color: #173747;
    font-size: 15px;
}

.industry-faq-all {
    display: inline-flex;
    gap: 10px;
    align-items: center;
    margin-top: 28px;
    color: #0066b3;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
}

.industry-faq-all i {
    transition: transform .25s ease;
}

.industry-faq-all:hover i {
    transform: translateX(5px);
}

.industry-faq-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.industry-faq-item {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(23, 55, 71, .1);
    border-radius: 20px;
    background: rgba(255, 255, 255, .92);
    box-shadow: 0 13px 35px rgba(23, 55, 71, .06);
    transition: border-color .3s ease, box-shadow .3s ease, transform .3s ease;
}

.industry-faq-item::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 4px;
    background: linear-gradient(#76c043, #12a150);
    opacity: 0;
    transform: scaleY(.35);
    transition: opacity .3s ease, transform .3s ease;
}

.industry-faq-item:hover,
.industry-faq-item:has(button[aria-expanded="true"]) {
    border-color: rgba(18, 161, 80, .32);
    box-shadow: 0 20px 48px rgba(23, 55, 71, .1);
    transform: translateY(-2px);
}

.industry-faq-item:hover::before,
.industry-faq-item:has(button[aria-expanded="true"])::before {
    opacity: 1;
    transform: scaleY(1);
}

.industry-faq-item h3 {
    margin: 0;
}

.industry-faq-item button {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 18px;
    align-items: center;
    width: 100%;
    padding: 23px 25px;
    border: 0;
    background: transparent;
    color: #173747;
    text-align: left;
    cursor: pointer;
}

.industry-faq-number {
    color: #12a150;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .08em;
}

.industry-faq-question {
    font-size: 17px;
    font-weight: 700;
    line-height: 1.45;
}

.industry-faq-toggle {
    position: relative;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #edf5f8;
    transition: background .3s ease, transform .3s ease;
}

.industry-faq-toggle::before,
.industry-faq-toggle::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 14px;
    height: 2px;
    border-radius: 9px;
    background: #0066b3;
    transform: translate(-50%, -50%);
    transition: transform .3s ease, opacity .3s ease, background .3s ease;
}

.industry-faq-toggle::after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.industry-faq-item button[aria-expanded="true"] .industry-faq-toggle {
    background: #0066b3;
    transform: rotate(180deg);
}

.industry-faq-item button[aria-expanded="true"] .industry-faq-toggle::before,
.industry-faq-item button[aria-expanded="true"] .industry-faq-toggle::after {
    background: #fff;
}

.industry-faq-item button[aria-expanded="true"] .industry-faq-toggle::after {
    opacity: 0;
    transform: translate(-50%, -50%) rotate(0deg);
}

.industry-faq-answer {
    padding: 0 82px 25px 61px;
    color: #637985;
    font-size: 15px;
    line-height: 1.8;
}

.industry-faq-answer> :last-child {
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .industry-faq-area {
        padding: 85px 0;
    }

    .industry-faq-layout {
        grid-template-columns: 1fr;
        gap: 45px;
    }

    .industry-faq-intro {
        position: static;
    }

    .industry-faq-motion__ring,
    .industry-faq-motion__leaf--two,
    .industry-faq-motion__spark {
        display: none;
    }
}

@media (max-width: 575px) {
    .industry-faq-area {
        padding: 64px 0;
    }

    .industry-faq-area::before {
        top: -25px;
        right: -25px;
        font-size: 210px;
    }

    .industry-faq-item button {
        gap: 12px;
        padding: 19px 17px;
    }

    .industry-faq-question {
        font-size: 15px;
    }

    .industry-faq-toggle {
        width: 34px;
        height: 34px;
    }

    .industry-faq-answer {
        padding: 0 55px 21px 45px;
        font-size: 14px;
    }
}

@media (prefers-reduced-motion: reduce) {

    .industry-faq-motion__orb,
    .industry-faq-motion__ring,
    .industry-faq-motion__leaf,
    .industry-faq-motion__spark {
        animation: none !important;
    }

    .industry-faq-intro.is-faq-reveal-ready>.material-directory-eyebrow,
    .industry-faq-intro.is-faq-reveal-ready>h2,
    .industry-faq-intro.is-faq-reveal-ready>p,
    .industry-faq-intro.is-faq-reveal-ready>.industry-faq-support,
    .industry-faq-intro.is-faq-reveal-ready>.industry-faq-all {
        opacity: 1;
        transform: none;
        transition: none;
    }

    .industry-faq-item,
    .industry-faq-all i,
    .industry-faq-toggle,
    .industry-faq-toggle::before,
    .industry-faq-toggle::after {
        transition: none;
    }
}

.industry-breadcrumb {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 22px;
    color: rgba(255, 255, 255, .82);
    font-size: 13px;
}

.industry-detail-hero {
    background-image: none !important;
    isolation: isolate;
}

.industry-detail-hero::after {
    content: "";
    position: absolute;
    z-index: 0;
    inset: -4%;
    background-image: var(--industry-hero-desktop);
    background-position: center;
    background-size: cover;
    will-change: transform;
    animation: industryHeroImageMotion 10s ease-in-out infinite alternate;
}

.industry-detail-hero::before {
    z-index: 1;
}

.industry-detail-hero .industry-breadcrumb {
    animation: industryHeroFadeDown .75s cubic-bezier(.22, 1, .36, 1) .08s both;
}

.industry-detail-hero .contact-content>h1 {
    animation: industryHeroTitleReveal 1.05s cubic-bezier(.22, 1, .36, 1) .22s both;
}

.industry-detail-hero .contact-content>p {
    animation: industryHeroFadeUp .9s cubic-bezier(.22, 1, .36, 1) .48s both;
}

.industry-detail-hero .hero-points>div {
    animation: industryHeroPointReveal .72s cubic-bezier(.22, 1, .36, 1) both;
}

.industry-detail-hero .hero-points>div:nth-child(1) {
    animation-delay: .66s;
}

.industry-detail-hero .hero-points>div:nth-child(2) {
    animation-delay: .76s;
}

.industry-detail-hero .hero-points>div:nth-child(3) {
    animation-delay: .86s;
}

.industry-detail-hero .hero-points>div:nth-child(4) {
    animation-delay: .96s;
}

.industry-detail-hero .hero-btns>a {
    animation: industryHeroButtonReveal .75s cubic-bezier(.22, 1, .36, 1) both;
}

.industry-detail-hero .hero-btns>a:nth-child(1) {
    animation-delay: 1.04s;
}

.industry-detail-hero .hero-btns>a:nth-child(2) {
    animation-delay: 1.14s;
}

.industry-detail-hero .hero-btns>a:nth-child(3) {
    animation-delay: 1.24s;
}

.industry-detail-hero .hero-btns>a:nth-child(4) {
    animation-delay: 1.34s;
}

@keyframes industryHeroFadeDown {
    from {
        opacity: 0;
        transform: translate3d(0, -18px, 0);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@keyframes industryHeroTitleReveal {
    from {
        opacity: 0;
        filter: blur(7px);
        transform: translate3d(0, 42px, 0) scale(.97);
    }

    to {
        opacity: 1;
        filter: blur(0);
        transform: translate3d(0, 0, 0) scale(1);
    }
}

@keyframes industryHeroFadeUp {
    from {
        opacity: 0;
        transform: translate3d(0, 28px, 0);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@keyframes industryHeroPointReveal {
    from {
        opacity: 0;
        transform: translate3d(-22px, 0, 0);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@keyframes industryHeroButtonReveal {
    from {
        opacity: 0;
        transform: translate3d(0, 22px, 0) scale(.96);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0) scale(1);
    }
}

@keyframes industryHeroImageMotion {
    from {
        transform: translate3d(-1%, 0, 0) scale(1.02);
    }

    to {
        transform: translate3d(1.5%, -1%, 0) scale(1.13);
    }
}

@media (prefers-reduced-motion: reduce) {

    .industry-detail-hero::after,
    .industry-detail-hero .industry-breadcrumb,
    .industry-detail-hero .contact-content>h1,
    .industry-detail-hero .contact-content>p,
    .industry-detail-hero .hero-points>div,
    .industry-detail-hero .hero-btns>a {
        opacity: 1;
        filter: none;
        transform: none;
        animation: none;
    }

    .industry-detail-hero::after {
        transform: scale(1.04);
    }
}

.industry-breadcrumb a {
    color: #fff;
    font-weight: 600;
    text-decoration: none;
}

.industry-breadcrumb i {
    font-size: 9px;
}

.industry-detail-overview {
    position: relative;
    isolation: isolate;
    padding: 100px 0;
    overflow: hidden;
    background: #fff;
}

.industry-detail-overview::before,
.industry-detail-overview::after {
    content: "";
    position: absolute;
    z-index: 0;
    pointer-events: none;
}

.industry-detail-overview::before {
    top: 42px;
    left: -145px;
    width: 340px;
    height: 340px;
    border: 1px solid rgba(18, 161, 80, .18);
    border-radius: 50%;
    background: radial-gradient(circle at 65% 38%, rgba(118, 192, 67, .17), rgba(18, 161, 80, .04) 58%, transparent 59%);
    box-shadow: 0 0 0 34px rgba(18, 161, 80, .025);
    animation: industryOverviewOrb 8s ease-in-out infinite alternate;
}

.industry-detail-overview::after {
    right: -36px;
    bottom: 42px;
    width: 255px;
    height: 220px;
    border-radius: 42% 58% 55% 45%;
    background-image: radial-gradient(circle, rgba(0, 102, 179, .34) 2px, transparent 2.5px);
    background-size: 18px 18px;
    opacity: .42;
    animation: industryOverviewDots 7s ease-in-out infinite;
}

.industry-detail-overview>.container {
    position: relative;
    z-index: 1;
}

.industry-overview-decor {
    position: absolute;
    z-index: 0;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
}

.industry-overview-leaf {
    position: absolute;
    width: 24px;
    height: 44px;
    border-radius: 100% 0 100% 0;
    background: linear-gradient(145deg, rgba(118, 192, 67, .48), rgba(18, 161, 80, .08));
    box-shadow: inset 1px 1px 0 rgba(255, 255, 255, .48), 0 10px 24px rgba(18, 161, 80, .12);
    transform-origin: 50% 100%;
}

.industry-overview-leaf::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    width: 1px;
    height: 34px;
    background: linear-gradient(rgba(18, 161, 80, .55), transparent);
    transform: rotate(35deg);
    transform-origin: top;
}

.industry-overview-leaf--one {
    top: 17%;
    right: 4%;
    animation: industryOverviewLeafOne 6.5s ease-in-out infinite;
}

.industry-overview-leaf--two {
    top: 52%;
    left: 3.5%;
    width: 18px;
    height: 34px;
    opacity: .72;
    animation: industryOverviewLeafTwo 7.5s ease-in-out infinite;
}

.industry-overview-leaf--three {
    right: 9%;
    bottom: 9%;
    width: 16px;
    height: 30px;
    opacity: .62;
    animation: industryOverviewLeafOne 8.5s ease-in-out -2s infinite reverse;
}

.industry-overview-flow {
    position: absolute;
    top: 12%;
    right: 10%;
    width: 280px;
    height: 110px;
    border-top: 2px solid rgba(0, 102, 179, .13);
    border-radius: 50%;
    transform: rotate(-12deg);
    animation: industryOverviewFlow 9s ease-in-out infinite alternate;
}

.industry-overview-flow::after {
    content: "";
    position: absolute;
    top: -5px;
    left: 52%;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #76c043;
    box-shadow: 0 0 0 7px rgba(118, 192, 67, .11), 0 0 22px rgba(118, 192, 67, .34);
}

.industry-overview-spark {
    position: absolute;
    width: 18px;
    height: 18px;
    animation: industryOverviewSpark 4.5s ease-in-out infinite;
}

.industry-overview-spark::before,
.industry-overview-spark::after {
    content: "";
    position: absolute;
    background: rgba(0, 102, 179, .3);
    border-radius: 99px;
}

.industry-overview-spark::before {
    top: 0;
    left: 8px;
    width: 2px;
    height: 18px;
}

.industry-overview-spark::after {
    top: 8px;
    left: 0;
    width: 18px;
    height: 2px;
}

.industry-overview-spark--one {
    top: 28%;
    left: 7%;
}

.industry-overview-spark--two {
    right: 5%;
    bottom: 34%;
    transform: scale(.7);
    animation-delay: -2s;
}

@keyframes industryOverviewOrb {
    from {
        transform: translate3d(0, 0, 0) rotate(-6deg) scale(1);
    }

    to {
        transform: translate3d(24px, -18px, 0) rotate(7deg) scale(1.08);
    }
}

@keyframes industryOverviewDots {

    0%,
    100% {
        transform: translate3d(0, 0, 0) rotate(-7deg);
    }

    50% {
        transform: translate3d(-18px, -16px, 0) rotate(2deg);
    }
}

@keyframes industryOverviewLeafOne {

    0%,
    100% {
        transform: translate3d(0, 0, 0) rotate(-22deg);
    }

    50% {
        transform: translate3d(-12px, -22px, 0) rotate(18deg);
    }
}

@keyframes industryOverviewLeafTwo {

    0%,
    100% {
        transform: translate3d(0, 0, 0) rotate(24deg);
    }

    50% {
        transform: translate3d(15px, -18px, 0) rotate(-14deg);
    }
}

@keyframes industryOverviewFlow {
    from {
        transform: translate3d(0, 0, 0) rotate(-12deg) scaleX(.96);
    }

    to {
        transform: translate3d(-18px, 12px, 0) rotate(-7deg) scaleX(1.05);
    }
}

@keyframes industryOverviewSpark {

    0%,
    100% {
        opacity: .25;
        transform: rotate(0deg) scale(.7);
    }

    50% {
        opacity: .9;
        transform: rotate(45deg) scale(1.1);
    }
}

@media (prefers-reduced-motion: reduce) {

    .industry-detail-overview::before,
    .industry-detail-overview::after,
    .industry-overview-leaf,
    .industry-overview-flow,
    .industry-overview-spark {
        transform: none;
        animation: none;
    }
}

.industry-detail-copy {
    padding-right: 44px;
}

.industry-detail-copy h2 {
    margin: 0 0 24px;
    color: #153646;
    font-size: clamp(36px, 4vw, 52px);
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -.03em;
}

.industry-rich-text,
.industry-rich-text p {
    color: #637985;
    font-size: 16px;
    line-height: 1.8;
}

.project-scope-copy p {
    color: #b2d1e2 !important;
}

.industry-rich-text> :last-child {
    margin-bottom: 0;
}

.industry-project-size {
    display: inline-flex;
    gap: 14px;
    align-items: center;
    margin-top: 28px;
    padding: 15px 20px;
    border: 1px solid #dbe7ed;
    border-radius: 15px;
    background: #f7fafc;
    color: #173747;
    font-weight: 700;
}

.industry-project-size i {
    color: #12a150;
    font-size: 22px;
}

.industry-project-size small {
    display: block;
    margin-bottom: 3px;
    color: #788a94;
    font-size: 10px;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.industry-detail-image {
    position: relative;
    height: 560px;
    overflow: hidden;
    border-radius: 30px;
    box-shadow: 0 28px 75px rgba(17, 50, 67, .18);
}

.industry-detail-image::after {
    content: "";
    position: absolute;
    inset: 0;
    border: 1px solid rgba(255, 255, 255, .38);
    border-radius: inherit;
    pointer-events: none;
}

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

.industry-detail-pillars {
    padding: 100px 0;
    background-image:
        linear-gradient(180deg, rgba(244, 248, 250, .58), rgba(255, 255, 255, .72)),
        url("../img/why-choose-bg.jpg");
    background-position: left center;
    background-size: cover;
    background-repeat: no-repeat;
}

.industry-pillar-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 45px;
}

.industry-pillar-card {
    padding: 34px;
    border: 1px solid #dfe8ed;
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 16px 42px rgba(25, 58, 75, .07);
}

.industry-pillar-card>span {
    display: grid;
    width: 56px;
    height: 56px;
    margin-bottom: 24px;
    place-items: center;
    border-radius: 16px;
    background: #eaf5fb;
    color: #005baa;
    font-size: 22px;
}

.industry-pillar-card h3 {
    margin-bottom: 16px;
    color: #173747;
    font-size: 22px;
}

@media (max-width: 991px) {

    .industry-highlights-grid,
    .industry-application-grid,
    .industry-pillar-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .industry-detail-copy {
        padding-right: 0;
    }

    .industry-detail-image {
        height: 460px;
    }
}

@media (max-width: 575px) {
    .industry-detail-hero::after {
        background-image: var(--industry-hero-mobile) !important;
    }

    .industry-detail-overview::before {
        top: 24px;
        left: -155px;
        width: 260px;
        height: 260px;
    }

    .industry-detail-overview::after {
        right: -85px;
        bottom: 22px;
        width: 205px;
        height: 180px;
        opacity: .3;
    }

    .industry-overview-flow {
        top: 7%;
        right: -90px;
        width: 230px;
    }

    .industry-overview-leaf--one {
        right: 7%;
    }

    .industry-overview-leaf--two,
    .industry-overview-spark--one {
        display: none;
    }

    .industry-story-section,
    .industry-detail-overview,
    .industry-detail-pillars {
        padding: 64px 0;
    }

    .industry-story-image,
    .industry-detail-image {
        height: 340px;
        border-radius: 20px;
    }

    .industry-highlights-grid,
    .industry-application-grid,
    .industry-pillar-grid {
        grid-template-columns: 1fr;
    }

    .industry-application-item {
        min-height: 240px;
        padding: 24px;
    }

    .industry-pillar-card {
        padding: 26px;
    }
}

.category-image {
    border: 2px solid #ccc;
    padding: 9px;
    box-shadow: 0 0 5px 3px #ccc;
    border-radius: 10px;
}

.category-image img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.subcategory-intro-section,
.category-motion-section,
.material-motion-section,
.material-directory[data-material-motion],
.material-palette-section[data-material-motion],
.product-category-directory,
.product-collection-section {
    position: relative;
    isolation: isolate;
    overflow: hidden;
}

.subcategory-intro-section,
.category-motion-section,
.material-motion-section {
    background: linear-gradient(145deg, #fff 0%, #f8fcf5 52%, #f5faff 100%);
}

.product-collection-section {
    background: linear-gradient(180deg, #fff 0%, #fbfdf9 100%);
    scroll-margin-top: 96px;
}

.subcategory-intro-section>.container,
.category-motion-section>.container,
.material-motion-section>.container,
.material-directory[data-material-motion]>.container,
.material-palette-section[data-material-motion]>.container,
.product-category-directory>.container,
.product-collection-section>.container {
    position: relative;
    z-index: 2;
}

.subcategory-motion {
    position: absolute;
    z-index: 1;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
}

.subcategory-motion__orb,
.subcategory-motion__leaf,
.subcategory-motion__ring,
.subcategory-motion__dots {
    position: absolute;
    display: block;
}

.subcategory-motion__orb {
    border-radius: 50%;
    opacity: .95;
    filter: blur(1px);
}

.subcategory-motion__orb--green {
    top: 6%;
    left: -58px;
    width: 190px;
    height: 190px;
    border: 1px solid rgba(124, 194, 66, .28);
    background: radial-gradient(circle at 64% 45%, rgba(124, 194, 66, .28), rgba(124, 194, 66, .1) 54%, rgba(124, 194, 66, 0) 72%);
    box-shadow: 0 0 55px rgba(124, 194, 66, .13);
    animation: subcategoryOrbFloat 9s ease-in-out infinite alternate;
}

.subcategory-motion__orb--blue {
    right: -70px;
    bottom: 7%;
    width: 220px;
    height: 220px;
    border: 1px solid rgba(0, 102, 179, .22);
    background: radial-gradient(circle at 35% 42%, rgba(0, 102, 179, .22), rgba(0, 102, 179, .08) 56%, rgba(0, 102, 179, 0) 73%);
    box-shadow: 0 0 60px rgba(0, 102, 179, .12);
    animation: subcategoryOrbFloat 11s ease-in-out -3s infinite alternate-reverse;
}

.subcategory-motion__leaf {
    width: 42px;
    height: 70px;
    border: 3px solid rgba(124, 194, 66, .48);
    border-radius: 90% 10% 90% 10%;
    background: rgba(255, 255, 255, .5);
    box-shadow: 0 12px 28px rgba(74, 124, 34, .1);
    transform: rotate(35deg);
}

.subcategory-motion__leaf::after {
    position: absolute;
    top: 8px;
    left: 19px;
    width: 2px;
    height: 51px;
    background: rgba(124, 194, 66, .5);
    content: "";
    transform: rotate(-28deg);
    transform-origin: top;
}

.subcategory-motion__leaf--one {
    top: 18%;
    right: 4%;
    animation: subcategoryLeafDrift 7s ease-in-out infinite;
}

.subcategory-motion__leaf--two {
    bottom: 10%;
    left: 3%;
    width: 34px;
    height: 56px;
    border-color: rgba(0, 102, 179, .4);
    box-shadow: 0 12px 28px rgba(0, 102, 179, .1);
    animation: subcategoryLeafDrift 8.5s ease-in-out -2.5s infinite reverse;
}

.subcategory-motion__leaf--two::after {
    left: 15px;
    height: 41px;
    background: rgba(0, 102, 179, .42);
}

.subcategory-motion__ring {
    top: 11%;
    right: 16%;
    width: 28px;
    height: 28px;
    border: 4px solid rgba(0, 102, 179, .34);
    border-radius: 50%;
    box-shadow: 0 0 0 7px rgba(0, 102, 179, .07);
    animation: subcategoryPulse 4.5s ease-in-out infinite;
}

.subcategory-motion__dots {
    right: 2%;
    bottom: 20%;
    width: 84px;
    height: 84px;
    opacity: .68;
    background-image: radial-gradient(rgba(124, 194, 66, .72) 2px, transparent 2px);
    background-size: 14px 14px;
    animation: subcategoryDotsDrift 8s ease-in-out infinite alternate;
}

.product-collection-section .subcategory-motion__orb--green {
    top: 2%;
}

.product-collection-section .subcategory-motion__orb--blue {
    top: 34%;
    bottom: auto;
}

.product-collection-section .subcategory-motion__leaf--two {
    bottom: 28%;
}

.product-category-directory .subcategory-motion__orb--green {
    top: 0;
}

.product-category-directory .subcategory-motion__orb--blue {
    top: 38%;
    bottom: auto;
}

.product-category-directory .subcategory-motion__leaf--two {
    bottom: 18%;
}

.material-directory[data-material-motion] .subcategory-motion__orb--green,
.material-palette-section[data-material-motion] .subcategory-motion__orb--green {
    top: 1%;
}

.material-directory[data-material-motion] .subcategory-motion__orb--blue,
.material-palette-section[data-material-motion] .subcategory-motion__orb--blue {
    top: 36%;
    bottom: auto;
}

.material-directory[data-material-motion] .subcategory-motion__leaf--two,
.material-palette-section[data-material-motion] .subcategory-motion__leaf--two {
    bottom: 20%;
}

[data-category-motion].subcategory-motion-ready .material-directory-heading,
[data-category-motion].subcategory-motion-ready .industry-detail-copy,
[data-category-motion].subcategory-motion-ready .category-paragraph-text,
[data-category-motion].subcategory-motion-ready .category-image,
[data-category-motion].subcategory-motion-ready .material-directory-card {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity .7s ease, transform .8s cubic-bezier(.2, .75, .25, 1);
}

[data-category-motion].subcategory-motion-ready .category-image {
    transform: translate3d(32px, 0, 0) scale(.96);
}

[data-category-motion].subcategory-motion-ready.is-motion-visible .material-directory-heading,
[data-category-motion].subcategory-motion-ready.is-motion-visible .industry-detail-copy,
[data-category-motion].subcategory-motion-ready.is-motion-visible .category-paragraph-text,
[data-category-motion].subcategory-motion-ready.is-motion-visible .category-image,
[data-category-motion].subcategory-motion-ready.is-motion-visible .material-directory-card {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
}

[data-category-motion].subcategory-motion-ready .category-paragraph-text,
[data-category-motion].subcategory-motion-ready .category-image {
    transition-delay: .12s;
}

[data-category-motion].subcategory-motion-ready .material-directory-card {
    transition-delay: calc(var(--subcategory-motion-index, 0) * 75ms);
}

[data-material-motion].subcategory-motion-ready .material-directory-heading,
[data-material-motion].subcategory-motion-ready .section-title,
[data-material-motion].subcategory-motion-ready .material-paragraph-text,
[data-material-motion].subcategory-motion-ready .material-directory-card,
[data-material-motion].subcategory-motion-ready .product-gallery-item,
[data-material-motion].subcategory-motion-ready .material-palette-more-wrap {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity .7s ease, transform .8s cubic-bezier(.2, .75, .25, 1);
}

[data-material-motion].subcategory-motion-ready.is-motion-visible .material-directory-heading,
[data-material-motion].subcategory-motion-ready.is-motion-visible .section-title,
[data-material-motion].subcategory-motion-ready.is-motion-visible .material-paragraph-text,
[data-material-motion].subcategory-motion-ready.is-motion-visible .material-directory-card,
[data-material-motion].subcategory-motion-ready.is-motion-visible .product-gallery-item,
[data-material-motion].subcategory-motion-ready.is-motion-visible .material-palette-more-wrap {
    opacity: 1;
    transform: translateY(0);
}

[data-material-motion].subcategory-motion-ready .material-paragraph-text,
[data-material-motion].subcategory-motion-ready .material-palette-more-wrap {
    transition-delay: .14s;
}

[data-material-motion].subcategory-motion-ready .material-directory-card,
[data-material-motion].subcategory-motion-ready .product-gallery-item {
    transition-delay: calc(var(--subcategory-motion-index, 0) * 70ms);
}

[data-subcategory-motion].subcategory-motion-ready .section-title,
[data-subcategory-motion].subcategory-motion-ready .category-paragraph-text,
[data-subcategory-motion].subcategory-motion-ready .text-center.mt-4,
[data-subcategory-motion].subcategory-motion-ready .product-gallery-item {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity .7s ease, transform .8s cubic-bezier(.2, .75, .25, 1);
}

[data-subcategory-motion].subcategory-motion-ready.is-motion-visible .section-title,
[data-subcategory-motion].subcategory-motion-ready.is-motion-visible .category-paragraph-text,
[data-subcategory-motion].subcategory-motion-ready.is-motion-visible .text-center.mt-4,
[data-subcategory-motion].subcategory-motion-ready.is-motion-visible .product-gallery-item {
    opacity: 1;
    transform: translateY(0);
}

[data-subcategory-motion].subcategory-motion-ready .category-paragraph-text {
    transition-delay: .12s;
}

[data-subcategory-motion].subcategory-motion-ready .text-center.mt-4 {
    transition-delay: .2s;
}

[data-subcategory-motion].subcategory-motion-ready .product-gallery-item {
    transition-delay: calc(var(--subcategory-motion-index, 0) * 55ms);
}

@keyframes subcategoryOrbFloat {
    to {
        transform: translate3d(24px, -18px, 0) scale(1.08);
    }
}

@keyframes subcategoryLeafDrift {
    50% {
        transform: translate3d(10px, -16px, 0) rotate(47deg);
    }
}

@keyframes subcategoryPulse {
    50% {
        opacity: .4;
        transform: scale(1.45);
    }
}

@keyframes subcategoryDotsDrift {
    to {
        transform: translate3d(-12px, -15px, 0);
    }
}

.product-gallery {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-auto-rows: 8px;
    align-items: start;
    gap: 5px;
}

.product-gallery-item {
    margin: 0;
}

.product-gallery--center {
    justify-content: center;
    grid-template-columns: repeat(auto-fit, minmax(0, 300px));
}

.product-gallery-media {
    position: relative;
    display: block;
    overflow: hidden;
    border: 1px solid #e8edf3;
    border-radius: 8px;
    background: #fff;
}

.product-gallery-item img {
    display: block;
    width: 100%;
    height: auto;
}

.product-gallery-item figcaption {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    padding: 28px 14px 12px;
    background: linear-gradient(transparent, rgba(0, 0, 0, .78));
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: .02em;
    text-align: left;
}

.product-gallery-zoom {
    position: absolute;
    top: 12px;
    right: 12px;
    display: grid;
    width: 38px;
    height: 38px;
    place-items: center;
    border-radius: 50%;
    background: rgba(0, 91, 170, .9);
    color: #fff;
    opacity: 0;
    transform: translateY(6px);
    transition: opacity .25s ease, transform .25s ease;
}

.product-gallery-item a:hover .product-gallery-zoom,
.product-gallery-item a:focus-visible .product-gallery-zoom {
    opacity: 1;
    transform: translateY(0);
}

.product-gallery-pagination .pagination {
    justify-content: center;
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .product-gallery {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .product-gallery {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 5px;
    }

    .subcategory-motion__leaf--one,
    .subcategory-motion__ring {
        display: none;
    }

    .subcategory-motion__dots {
        right: -10px;
        opacity: .28;
    }
}

@media (prefers-reduced-motion: reduce) {
    .subcategory-motion>* {
        animation: none !important;
    }

    [data-subcategory-motion].subcategory-motion-ready .section-title,
    [data-subcategory-motion].subcategory-motion-ready .category-paragraph-text,
    [data-subcategory-motion].subcategory-motion-ready .text-center.mt-4,
    [data-subcategory-motion].subcategory-motion-ready .product-gallery-item,
    [data-category-motion].subcategory-motion-ready .material-directory-heading,
    [data-category-motion].subcategory-motion-ready .industry-detail-copy,
    [data-category-motion].subcategory-motion-ready .category-paragraph-text,
    [data-category-motion].subcategory-motion-ready .category-image,
    [data-category-motion].subcategory-motion-ready .material-directory-card,
    [data-material-motion].subcategory-motion-ready .material-directory-heading,
    [data-material-motion].subcategory-motion-ready .section-title,
    [data-material-motion].subcategory-motion-ready .material-paragraph-text,
    [data-material-motion].subcategory-motion-ready .material-directory-card,
    [data-material-motion].subcategory-motion-ready .product-gallery-item,
    [data-material-motion].subcategory-motion-ready .material-palette-more-wrap {
        opacity: 1;
        transform: none;
        transition: none;
    }
}

.material-palette-section .section-title>p {
    max-width: 650px;
    margin: 14px auto 0;
    color: #687987;
}

.material-palette-filters {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    margin: 35px 0 42px;
}

.material-palette-filter {
    display: inline-flex;
    align-items: center;
    gap: 11px;
    min-width: 150px;
    padding: 8px 16px 8px 8px;
    border: 1px solid #d9e2e8;
    border-radius: 999px;
    background: #fff;
    color: #263845;
    text-align: left;
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.material-palette-filter:hover,
.material-palette-filter:focus-visible {
    border-color: #005baa;
    box-shadow: 0 8px 24px rgba(0, 91, 170, .1);
    transform: translateY(-2px);
}

.material-palette-filter.is-active {
    border-color: #005baa;
    background: #f2f8fd;
    box-shadow: 0 0 0 3px rgba(0, 91, 170, .08);
}

.material-palette-filter img {
    width: 50px;
    height: 50px;
    flex: 0 0 50px;
    border-radius: 50%;
    object-fit: cover;
}

.material-palette-filter span,
.material-palette-filter strong,
.material-palette-filter small {
    display: block;
}

.material-palette-filter strong {
    font-size: 14px;
    line-height: 1.25;
}

.material-palette-filter small {
    margin-top: 3px;
    color: #788896;
    font-size: 11px;
}

.material-palette-item[hidden] {
    display: none !important;
}

.material-palette-media {
    position: relative;
    display: block;
}

.material-palette-item .product-gallery-zoom {
    z-index: 2;
}

.material-palette-item .material-palette-media:hover .product-gallery-zoom,
.material-palette-item .material-palette-media:focus-visible .product-gallery-zoom {
    opacity: 1;
    transform: translateY(0);
}

.material-palette-item figcaption small {
    display: block;
    margin-top: 2px;
    font-size: 12px;
    font-weight: 400;
    opacity: .85;
}

/* Keep Fancybox navigation above the right-side sticky actions. */
.fancybox__container {
    --fancybox-zIndex: 100000;
    z-index: 100000 !important;
}

html.with-fancybox .sticky-buttons,
html.with-fancybox .floating-icons {
    pointer-events: none;
}

.material-palette-more-wrap {
    margin-top: 42px;
    text-align: center;
}

.material-palette-more-wrap[hidden],
.material-palette-empty[hidden] {
    display: none !important;
}

.material-palette-more {
    border: 0;
}

.material-palette-empty {
    margin: 35px 0 0;
    color: #687987;
}

@media (max-width: 767px) {
    .material-palette-filters {
        justify-content: flex-start;
        flex-wrap: nowrap;
        margin-bottom: 30px;
        padding: 3px 3px 12px;
        overflow-x: auto;
    }

    .material-palette-filter {
        flex: 0 0 auto;
    }
}

/* Right-side quick actions: every item stays anchored while only the active item moves. */
.sticky-buttons {
    top: 50%;
    right: 8px;
    bottom: auto;
    align-items: flex-end;
    gap: 8px;
    transform: translateY(-50%);
    pointer-events: none;
}

.sticky-btn {
    width: 56px;
    height: 56px;
    flex: 0 0 56px;
    align-self: flex-end;
    border: 1px solid rgba(255, 255, 255, .28);
    border-radius: 16px;
    color: #fff;
    box-shadow: 0 10px 25px rgba(12, 34, 52, .18);
    pointer-events: auto;
    transform: translateY(0);
    transform-origin: right center;
    transition: width .35s cubic-bezier(.2, .8, .2, 1), transform .25s ease, box-shadow .25s ease;
    will-change: width, transform;
}

.sticky-btn.consultation {
    background: linear-gradient(135deg, #0b4a8b, #006fc9);
}

.sticky-btn.website {
    background: linear-gradient(135deg, #078843, #12a150);
}

.sticky-btn i {
    width: 56px;
    min-width: 56px;
    font-size: 20px;
}

.sticky-btn span {
    padding-right: 20px;
    font-size: 14px;
    letter-spacing: .01em;
    opacity: 0;
    visibility: hidden;
    transform: translateX(10px);
    transition: opacity .2s ease .08s, transform .25s ease .06s, visibility .2s ease;
}

.sticky-btn:hover,
.sticky-btn:focus-visible {
    width: 235px;
    color: #fff;
    box-shadow: 0 16px 34px rgba(12, 34, 52, .28);
    transform: translateY(-6px);
}

.sticky-btn:hover span,
.sticky-btn:focus-visible span {
    visibility: visible;
    opacity: 1;
    transform: translateX(0);
}

.sticky-btn:focus-visible {
    outline: 3px solid rgba(0, 91, 170, .3);
    outline-offset: 3px;
}

@media (max-width: 767px) {
    .sticky-buttons {
        top: auto;
        right: 6px;
        bottom: 18px;
        gap: 6px;
        transform: none;
    }

    .sticky-btn,
    .sticky-btn i {
        width: 42px;
        min-width: 42px;
        height: 20px;
    }

    .sticky-btn {
        flex-basis: 40px;
        border-radius: 14px;
    }

    .sticky-btn:hover,
    .sticky-btn:focus-visible {
        width: 50px;
        transform: translateY(-4px);
    }

    .sticky-btn span {
        display: none;
    }

    .consultation-hero h1 {
        font-size: 40px;
    }

    .consultation-hero {
        padding: 30px 0 30px;
    }
}

@media (max-width: 575px) {
    .product-gallery {
        grid-template-columns: 1fr;
    }
}

.contact-details-section {
    padding: 80px 0;
    background: #fff;
}

.contact-details-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    min-height: 540px;
    overflow: hidden;
    border-radius: 30px;
    background: #f7fafc;
    box-shadow: 0 24px 70px rgba(8, 30, 61, .1);
}

.contact-details-content {
    padding: 60px;
}

.contact-details-eyebrow {
    display: inline-block;
    margin-bottom: 14px;
    color: #8cc63f;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.5px;
}

.contact-details-content>h2 {
    margin-bottom: 16px;
    color: #005baa;
    font-size: clamp(32px, 4vw, 46px);
    font-weight: 600;
    line-height: 1.08;
}

.contact-details-intro {
    max-width: 590px;
    margin-bottom: 34px;
    color: #66768a;
    font-size: 16px;
    line-height: 1.8;
}

.contact-detail-list {
    display: grid;
    gap: 24px;
}

.contact-detail-item {
    display: flex;
    align-items: flex-start;
    gap: 18px;
}

.contact-detail-icon {
    display: grid;
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
    place-items: center;
    border-radius: 50%;
    background: #005baa;
    color: #fff;
    font-size: 18px;
}

.contact-detail-item h3,
.contact-socials h3 {
    margin: 0 0 7px;
    color: #082b56;
    font-size: 18px;
    font-weight: 700;
}

.contact-detail-item address {
    max-width: 520px;
    margin: 0;
    font-style: normal;
}

.contact-detail-item address a,
.contact-email-link {
    color: #526274;
    line-height: 1.7;
    text-decoration: none;
    transition: color .25s ease;
}

.contact-detail-item address a:hover,
.contact-detail-item address a:focus-visible,
.contact-email-link:hover,
.contact-email-link:focus-visible {
    color: #005baa;
}

.contact-socials {
    margin-top: 34px;
}

.contact-social-links {
    display: flex;
    gap: 12px;
}

.contact-social-links a {
    display: grid;
    width: 44px;
    height: 44px;
    place-items: center;
    border: 1px solid rgba(0, 91, 170, .16);
    border-radius: 50%;
    background: #fff;
    color: #005baa;
    text-decoration: none;
    transition: transform .25s ease, background-color .25s ease, color .25s ease;
}

.contact-social-links a:hover,
.contact-social-links a:focus-visible {
    transform: translateY(-3px);
    background: #8cc63f;
    color: #fff;
}

.contact-map-wrap {
    min-height: 540px;
    background: #e8edf2;
}

.contact-map-wrap iframe {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 540px;
    border: 0;
}

@media (max-width: 991px) {
    .contact-details-section {
        padding: 60px 0;
    }

    .contact-details-grid {
        grid-template-columns: 1fr;
    }

    .contact-details-content {
        padding: 45px;
    }

    .contact-map-wrap,
    .contact-map-wrap iframe {
        min-height: 420px;
    }
}

@media (max-width: 575px) {
    .contact-details-section {
        padding: 40px 0;
    }

    .contact-details-grid {
        border-radius: 20px;
    }

    .contact-details-content {
        padding: 34px 24px;
    }

    .contact-details-content>h2 {
        font-size: 32px;
    }

    .contact-detail-item {
        gap: 14px;
    }

    .contact-detail-icon {
        flex-basis: 42px;
        width: 42px;
        height: 42px;
        font-size: 16px;
    }

    .contact-email-link {
        overflow-wrap: anywhere;
    }

    .contact-map-wrap,
    .contact-map-wrap iframe {
        min-height: 340px;
    }
}

@media (prefers-reduced-motion: reduce) {

    .contact-detail-item a,
    .contact-social-links a {
        transition: none;
    }
}

.contact-honeypot {
    position: absolute !important;
    left: -10000px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
}

.contact-form-status {
    display: none;
    padding: 12px 16px;
    border-radius: 10px;
    font-size: 14px;
    line-height: 1.5;
}

.contact-form-status.is-visible {
    display: block;
}

.contact-form-status.is-success {
    background: #edf8e2;
    color: #356b12;
}

.contact-form-status.is-error {
    background: #fff0f0;
    color: #a32626;
}

/* Book consultation form enhancements */
.consultation-form {
    scroll-margin-top: 110px;
}

#BookConsultationForm fieldset {
    min-width: 0;
    margin: 0 0 24px;
    padding: 0;
    border: 0;
}

#BookConsultationForm legend {
    margin: 0 0 10px;
    color: #005baa;
    font-size: 15px;
    font-weight: 600;
}

#BookConsultationForm legend span,
.book-consent strong {
    color: #ef4444;
}

.book-consent {
    display: flex !important;
    align-items: flex-start;
    gap: 10px;
    margin: 0 0 20px !important;
    color: #506176;
    cursor: pointer;
}

.book-consent input {
    width: 18px;
    height: 18px;
    margin-top: 3px;
    accent-color: #8cc63f;
}

.book-field-error {
    margin: 12px 0 0;
    color: #c62828;
    font-size: 14px;
}

.book-field-help {
    display: block;
    margin: 8px 10px 0;
    color: #6b7280;
    font-size: 13px;
    line-height: 1.45;
}

.book-step-error {
    margin: -12px 0 24px;
    padding: 13px 16px;
    border: 1px solid #f1b5b5;
    border-radius: 12px;
    background: #fff2f2;
    color: #a61b1b;
    font-size: 14px;
    font-weight: 600;
}

.book-validation-error {
    display: block;
    width: 100%;
    margin: 8px 10px 0;
    color: #dc2626;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.4;
}

#BookConsultationForm input.is-invalid,
#BookConsultationForm select.is-invalid,
#BookConsultationForm textarea.is-invalid {
    border-color: #dc2626;
    box-shadow: 0 0 0 4px rgba(220, 38, 38, .1);
}

#BookConsultationForm .project-grid.is-invalid,
#BookConsultationForm .furniture-grid.is-invalid,
#BookConsultationForm .meeting-grid.is-invalid,
#BookConsultationForm .book-consent.is-invalid {
    padding: 8px;
    border: 1px solid #dc2626;
    border-radius: 16px;
}

#BookConsultationForm .submit-btn:disabled {
    cursor: wait;
    opacity: .75;
}

.thankyou-reference {
    display: block;
    margin-top: 18px;
    color: #005baa;
    font-size: 17px;
}

#BookConsultationForm input:focus-visible,
#BookConsultationForm select:focus-visible,
#BookConsultationForm textarea:focus-visible,
#BookConsultationForm button:focus-visible,
#BookConsultationForm label:has(input):focus-within {
    outline: 3px solid rgba(0, 91, 170, .25);
    outline-offset: 3px;
}

/* Product selection enquiry */
.consultation-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.consultation-form-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
}

.consultation-form-group label span,
.enquiry-consent strong {
    color: #d73535;
}

.enquiry-form-footer {
    display: flex;
    justify-content: space-between;
    gap: 16px;
}

.enquiry-consent {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-top: 24px;
    cursor: pointer;
}

.enquiry-consent input {
    width: 18px;
    height: 18px;
    margin-top: 3px;
}

.enquiry-validation-error {
    margin: 12px 0 20px;
    padding: 12px 16px;
    border: 1px solid #dc3545;
    border-radius: 10px;
    background: #fff2f3;
    color: #b4232f;
}

.is-invalid input {
    outline: 2px solid #dc3545 !important;
    outline-offset: 4px;
}

.contact-honeypot {
    position: absolute !important;
    left: -10000px !important;
    width: 1px !important;
    height: 1px !important;
    opacity: 0 !important;
}

@media (max-width: 768px) {
    .consultation-form-grid {
        grid-template-columns: 1fr;
    }
}

/* Service and support form */
.courtyard-support-wrapper {
    padding: 80px 0;
    background: #f5f7f9;
}

.courtyard-support-card {
    max-width: 980px;
    margin: 0 auto;
    padding: 46px;
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 18px 55px rgba(14, 38, 63, .1);
}

.support-section+.support-section {
    margin-top: 34px;
    padding-top: 34px;
    border-top: 1px solid #e7edf2;
}

.support-section-title {
    margin-bottom: 26px;
}

.support-section-title h3 {
    margin: 0 0 7px;
    color: #12324f;
    font-size: 26px;
    font-weight: 700;
}

.support-section-title p {
    margin: 0;
    color: #6d7e8e;
}

.support-fields {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
}

.support-field label {
    display: block;
    margin-bottom: 9px;
    color: #263d50;
    font-weight: 600;
}

.support-field label span {
    color: #d73535;
}

.support-field input,
.support-field textarea {
    width: 100%;
    padding: 14px 16px;
    border: 1px solid #d9e1e8;
    border-radius: 11px;
    background: #fff;
    color: #172b3b;
    font: inherit;
    transition: border-color .2s ease, box-shadow .2s ease;
}

.support-field textarea {
    min-height: 150px;
    resize: vertical;
}

.support-field input:focus,
.support-field textarea:focus {
    border-color: #005baa;
    outline: none;
    box-shadow: 0 0 0 4px rgba(0, 91, 170, .1);
}

.support-submit-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-top: 32px;
}

.support-note {
    color: #687987;
    font-size: 14px;
}

.support-note span {
    margin-right: 7px;
    color: #8cc63f;
    font-size: 12px;
}

.support-submit {
    display: inline-flex;
    align-items: center;
    gap: 18px;
    padding: 14px 24px;
    border: 0;
    border-radius: 10px;
    background: #005baa;
    color: #fff;
    font-weight: 600;
}

.support-submit:disabled {
    cursor: wait;
    opacity: .7;
}

.support-form-status {
    display: none;
    margin-top: 24px;
    padding: 12px 16px;
    border-radius: 10px;
}

.support-form-status.is-visible {
    display: block;
}

.support-form-status.is-error {
    border: 1px solid #efb4b9;
    background: #fff0f0;
    color: #a32626;
}

@media (max-width: 767px) {
    .courtyard-support-wrapper {
        padding: 45px 0;
    }

    .courtyard-support-card {
        padding: 28px 20px;
        border-radius: 18px;
    }

    .support-fields {
        grid-template-columns: 1fr;
    }

    .support-submit-area {
        align-items: stretch;
        flex-direction: column;
    }

    .support-submit {
        justify-content: center;
    }
}

/* Customer feedback form */
.courtyard-feedback-wrapper {
    padding: 80px 0;
    background: #f5f7f9;
}

.courtyard-feedback-card {
    max-width: 1040px;
    margin: 0 auto;
    padding: 46px;
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 18px 55px rgba(14, 38, 63, .1);
}

.feedback-section+.feedback-section {
    margin-top: 36px;
    padding-top: 36px;
    border-top: 1px solid #e7edf2;
}

.forms-title {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 26px;
}

.section-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 42px;
    height: 42px;
    border-radius: 50%;
    background: #eaf3fb;
    color: #005baa;
    font-weight: 700;
}

.forms-title h3 {
    margin: 0 0 5px;
    color: #12324f;
    font-size: 25px;
    font-weight: 700;
}

.forms-title p {
    margin: 0;
    color: #6d7e8e;
}

.feedback-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.feedback-grid-four {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.feedback-field label,
.rating-label {
    display: block;
    margin-bottom: 9px;
    color: #263d50;
    font-weight: 600;
}

.feedback-field label span,
.rating-label strong span {
    color: #d73535;
}

.feedback-field input,
.feedback-field textarea {
    width: 100%;
    padding: 14px 16px;
    border: 1px solid #d9e1e8;
    border-radius: 11px;
    color: #172b3b;
    font: inherit;
    transition: border-color .2s ease, box-shadow .2s ease;
}

.feedback-field textarea {
    min-height: 145px;
    resize: vertical;
}

.feedback-field input:focus,
.feedback-field textarea:focus {
    border-color: #005baa;
    outline: none;
    box-shadow: 0 0 0 4px rgba(0, 91, 170, .1);
}

.rating-box {
    overflow: hidden;
    border: 1px solid #e2e9ef;
    border-radius: 16px;
}

.rating-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    min-width: 0;
    margin: 0;
    padding: 20px 24px;
    border: 0;
}

.rating-row+.rating-row {
    border-top: 1px solid #e7edf2;
}

.rating-label {
    min-width: 0;
    margin: 0;
    font-size: 16px;
}

.rating-label strong,
.rating-label small {
    display: block;
}

.rating-label small {
    margin-top: 4px;
    color: #788896;
    font-size: 14px;
    font-weight: 400;
}

.star-rating {
    display: inline-flex;
    flex: 0 0 auto;
    flex-direction: row-reverse;
    gap: 4px;
}

.star-rating input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.star-rating label {
    cursor: pointer;
    color: #cbd4db;
    font-size: 31px;
    line-height: 1;
    transition: color .15s ease, transform .15s ease;
}

.star-rating label:hover,
.star-rating label:hover~label,
.star-rating input:checked~label {
    color: #f2b01e;
}

.star-rating input:focus-visible+label {
    border-radius: 3px;
    outline: 3px solid rgba(0, 91, 170, .3);
    outline-offset: 3px;
}

.recommend-options {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.recommend-card {
    position: relative;
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 18px 20px;
    border: 1px solid #dce5ec;
    border-radius: 14px;
    cursor: pointer;
    transition: border-color .2s ease, background .2s ease, box-shadow .2s ease;
}

.recommend-card:has(input:checked) {
    border-color: #005baa;
    background: #f2f8fd;
    box-shadow: 0 0 0 3px rgba(0, 91, 170, .08);
}

.recommend-card input {
    width: 18px;
    height: 18px;
    accent-color: #005baa;
}

.recommend-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #eaf7e0;
    color: #568f19;
    font-weight: 800;
}

.recommend-icon.no {
    background: #fff0f0;
    color: #b22d35;
}

.recommend-text strong,
.recommend-text small {
    display: block;
}

.recommend-text small {
    color: #788896;
}

.feedback-submit-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-top: 34px;
}

.submit-note {
    color: #687987;
    font-size: 14px;
}

.submit-note span {
    margin-right: 7px;
    color: #8cc63f;
    font-size: 12px;
}

.feedback-submit {
    display: inline-flex;
    align-items: center;
    gap: 18px;
    padding: 14px 24px;
    border: 0;
    border-radius: 10px;
    background: #005baa;
    color: #fff;
    font-weight: 600;
}

.feedback-submit:disabled {
    cursor: wait;
    opacity: .7;
}

.feedback-form-status {
    display: none;
    margin-top: 24px;
    padding: 12px 16px;
    border-radius: 10px;
}

.feedback-form-status.is-visible {
    display: block;
}

.feedback-form-status.is-error {
    border: 1px solid #efb4b9;
    background: #fff0f0;
    color: #a32626;
}

@media (max-width: 767px) {
    .courtyard-feedback-wrapper {
        padding: 45px 0;
    }

    .courtyard-feedback-card {
        padding: 28px 20px;
        border-radius: 18px;
    }

    .feedback-grid,
    .recommend-options {
        grid-template-columns: 1fr;
    }

    .rating-row {
        align-items: flex-start;
        flex-direction: column;
        gap: 14px;
        padding: 18px;
    }

    .feedback-submit-area {
        align-items: stretch;
        flex-direction: column;
    }

    .feedback-submit {
        justify-content: center;
    }
}

/* Consistent primary section headings */
.section-title h2,
.section-title1 h2,
.materials-content h2,
.client-logos .client-logos__heading h4 {
    margin-bottom: 20px;
    color: #0066B3;
    font-family: "Cormorant Garamond", serif;
    font-size: 45px;
    font-weight: 500;
    letter-spacing: -.02em;
    line-height: 1.2;
}

@media (max-width: 991px) {

    .section-title h2,
    .materials-content h2,
    .client-logos .client-logos__heading h4 {
        font-size: 36px;
    }
}

@media (max-width: 767px) {

    .section-title h2,
    .materials-content h2,
    .client-logos .client-logos__heading h4 {
        font-size: 30px;
    }
}

/* About: Inspired by Nature */
.about-nature-story {
    isolation: isolate;
    background:
        radial-gradient(circle at 8% 12%, rgba(124, 194, 66, .2), transparent 30%),
        radial-gradient(circle at 92% 86%, rgba(0, 102, 179, .14), transparent 28%),
        #fff;
}

.about-nature-story__decor {
    position: absolute;
    z-index: 0;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
}

.about-nature-story__sun,
.about-nature-story__pebble,
.about-nature-story__breeze,
.about-nature-story__dots,
.about-nature-story__flow,
.about-nature-story__spark {
    position: absolute;
    display: block;
}

.about-nature-story__sun {
    top: -120px;
    right: -65px;
    width: 370px;
    height: 370px;
    border: 2px solid rgba(98, 165, 48, .48);
    border-radius: 50%;
    background: rgba(181, 224, 129, .4);
    box-shadow: 0 0 0 34px rgba(124, 194, 66, .1), 0 0 95px rgba(80, 145, 42, .28);
    animation: aboutNatureSun 9s ease-in-out infinite alternate;
}

.about-nature-story__pebble {
    border: 2px solid rgba(22, 103, 140, .55);
    box-shadow: inset 12px 14px 25px rgba(255, 255, 255, .28), 0 18px 38px rgba(14, 69, 91, .25);
    backdrop-filter: blur(2px);
}

.about-nature-story__pebble--one {
    top: 12%;
    left: 1%;
    width: 92px;
    height: 68px;
    border-radius: 62% 38% 55% 45% / 48% 58% 42% 52%;
    background: rgba(40, 145, 180, .58);
    animation: aboutNaturePebbleOne 7s ease-in-out infinite alternate;
}

.about-nature-story__pebble--two {
    bottom: 7%;
    left: 5%;
    width: 66px;
    height: 78px;
    border-color: rgba(76, 139, 37, .58);
    border-radius: 46% 54% 63% 37% / 58% 42% 58% 42%;
    background: rgba(118, 184, 65, .58);
    animation: aboutNaturePebbleTwo 8s ease-in-out .8s infinite alternate;
}

.about-nature-story__pebble--three {
    top: 26%;
    right: 2%;
    width: 78px;
    height: 58px;
    border-radius: 55% 45% 36% 64% / 43% 62% 38% 57%;
    background: rgba(0, 116, 183, .52);
    animation: aboutNaturePebbleThree 6.5s ease-in-out 1.1s infinite alternate;
}

.about-nature-story__breeze {
    width: 220px;
    height: 58px;
    border-top: 3px solid rgba(0, 102, 179, .52);
    border-radius: 50%;
}

.about-nature-story__breeze::after {
    position: absolute;
    top: 15px;
    left: 35px;
    width: 145px;
    height: 38px;
    border-top: 2px solid rgba(92, 159, 47, .6);
    border-radius: 50%;
    content: "";
}

.about-nature-story__breeze--one {
    top: 8%;
    left: 16%;
    animation: aboutNatureBreeze 7.5s ease-in-out infinite alternate;
}

.about-nature-story__breeze--two {
    right: 11%;
    bottom: 5%;
    width: 175px;
    opacity: .9;
    transform: rotate(180deg);
    animation: aboutNatureBreezeTwo 8.5s ease-in-out .7s infinite alternate;
}

.about-nature-story__dots {
    right: 3%;
    bottom: 17%;
    width: 125px;
    height: 100px;
    background-image: radial-gradient(rgba(0, 94, 166, .68) 2px, transparent 2.5px);
    background-size: 16px 16px;
    opacity: .8;
    animation: aboutNatureDots 8s ease-in-out infinite alternate;
}

.about-nature-story__flow {
    bottom: -165px;
    left: 20%;
    width: 440px;
    height: 250px;
    border: 2px solid rgba(93, 159, 47, .5);
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-radius: 70% 30% 0 0;
    transform: rotate(-5deg);
    animation: aboutNatureFlow 10s ease-in-out infinite alternate;
}

.about-nature-story__spark {
    width: 13px;
    height: 13px;
    border: 3px solid rgba(75, 143, 33, .76);
    box-shadow: 0 0 18px rgba(94, 171, 46, .55);
    transform: rotate(45deg);
    animation: aboutNatureSpark 3.2s ease-in-out infinite;
}

.about-nature-story__spark--one {
    top: 15%;
    left: 16%;
}

.about-nature-story__spark--two {
    right: 15%;
    bottom: 13%;
    animation-delay: 1.55s;
}

.about-nature-story .story-content.story-show .section-title {
    animation: aboutNatureCopyReveal .9s cubic-bezier(.22, 1, .36, 1) .12s both;
}

.about-nature-story .story-content.story-show>p {
    animation: aboutNatureCopyReveal .85s cubic-bezier(.22, 1, .36, 1) both;
}

.about-nature-story .story-content.story-show>p:nth-of-type(1) {
    animation-delay: .3s;
}

.about-nature-story .story-content.story-show>p:nth-of-type(2) {
    animation-delay: .42s;
}

.about-nature-story .story-content.story-show>p:nth-of-type(3) {
    animation-delay: .54s;
}

.about-nature-story .gallery-left.story-show img {
    scale: 1.025;
    animation: aboutNatureImageBreath 9s ease-in-out 1s infinite alternate;
}

.about-nature-story .gallery-item.story-show img,
.about-nature-story .gallery-right img.story-show {
    animation: aboutNatureImageBreath 8s ease-in-out 1.5s infinite alternate-reverse;
}

@keyframes aboutNatureSun {
    from {
        transform: translate3d(15px, -12px, 0) scale(.94);
    }

    to {
        transform: translate3d(-28px, 25px, 0) scale(1.08);
    }
}

@keyframes aboutNaturePebbleOne {
    from {
        transform: translate3d(-8px, 5px, 0) rotate(-8deg);
    }

    to {
        transform: translate3d(20px, -17px, 0) rotate(9deg);
    }
}

@keyframes aboutNaturePebbleTwo {
    from {
        transform: translate3d(0, 9px, 0) rotate(10deg);
    }

    to {
        transform: translate3d(17px, -18px, 0) rotate(-7deg);
    }
}

@keyframes aboutNaturePebbleThree {
    from {
        transform: translate3d(8px, -5px, 0) rotate(7deg);
    }

    to {
        transform: translate3d(-19px, 18px, 0) rotate(-9deg);
    }
}

@keyframes aboutNatureBreeze {
    from {
        opacity: .35;
        transform: translate3d(-14px, 0, 0) scaleX(.88);
    }

    to {
        opacity: .9;
        transform: translate3d(25px, 8px, 0) scaleX(1.08);
    }
}

@keyframes aboutNatureBreezeTwo {
    from {
        opacity: .25;
        transform: translate3d(15px, 0, 0) rotate(180deg) scaleX(.9);
    }

    to {
        opacity: .75;
        transform: translate3d(-22px, -8px, 0) rotate(180deg) scaleX(1.08);
    }
}

@keyframes aboutNatureDots {
    to {
        opacity: .9;
        transform: translate3d(-18px, -12px, 0);
    }
}

@keyframes aboutNatureFlow {
    to {
        transform: translate3d(24px, -18px, 0) rotate(2deg);
    }
}

@keyframes aboutNatureSpark {

    0%,
    100% {
        opacity: .18;
        transform: rotate(45deg) scale(.55);
    }

    50% {
        opacity: 1;
        transform: rotate(45deg) scale(1.2);
    }
}

@keyframes aboutNatureCopyReveal {
    from {
        opacity: 0;
        filter: blur(5px);
        transform: translate3d(0, 30px, 0);
    }

    to {
        opacity: 1;
        filter: blur(0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes aboutNatureImageBreath {
    from {
        scale: 1.015;
    }

    to {
        scale: 1.07;
    }
}

@media (max-width: 767px) {
    .about-nature-story__sun {
        top: -210px;
        right: -190px;
    }

    .about-nature-story__pebble--one {
        left: -18px;
    }

    .about-nature-story__pebble--two {
        left: 2%;
    }

    .about-nature-story__pebble--three {
        right: -12px;
    }

    .about-nature-story__breeze--one {
        left: 4%;
    }

    .about-nature-story__breeze--two,
    .about-nature-story__dots,
    .about-nature-story__flow {
        display: none;
    }
}

@media (prefers-reduced-motion: reduce) {

    .about-nature-story__sun,
    .about-nature-story__pebble,
    .about-nature-story__breeze,
    .about-nature-story__dots,
    .about-nature-story__flow,
    .about-nature-story__spark,
    .about-nature-story .story-content.story-show .section-title,
    .about-nature-story .story-content.story-show>p,
    .about-nature-story .gallery-left.story-show img,
    .about-nature-story .gallery-item.story-show img,
    .about-nature-story .gallery-right img.story-show {
        animation: none !important;
        opacity: 1;
        filter: none;
        transform: none;
        scale: 1;
    }
}

/* About: Legalities */
.of-legal-section {
    isolation: isolate;
    background:
        radial-gradient(circle at 8% 12%, rgba(124, 194, 66, .2) 0, rgba(124, 194, 66, 0) 28%),
        radial-gradient(circle at 92% 86%, rgba(0, 102, 179, .16) 0, rgba(0, 102, 179, 0) 30%),
        linear-gradient(135deg, #f0f8f3 0%, #edf6fb 52%, #f7fbf1 100%);
}

.of-legal-section::before,
.of-legal-section::after {
    content: "";
    position: absolute;
    z-index: -1;
    border-radius: 50%;
    pointer-events: none;
}

.of-legal-section::before {
    width: 320px;
    height: 320px;
    top: -190px;
    left: -110px;
    border: 42px solid rgba(0, 102, 179, .09);
    box-shadow: 0 0 0 26px rgba(255, 255, 255, .38);
}

.of-legal-section::after {
    width: 260px;
    height: 260px;
    right: -100px;
    bottom: -155px;
    background: rgba(124, 194, 66, .11);
    border: 1px solid rgba(76, 142, 51, .16);
}

.of-legal-section>.container {
    position: relative;
    z-index: 1;
}

.of-legal-section .section-title h2 {
    color: #12365a;
}

.of-legal-section .row {
    margin-right: -10px;
    margin-left: -10px;
}

.of-legal-section .row>[class*="col-"] {
    padding: 10px;
}

.of-legal-section .of-legal-item {
    padding: 35px 22px;
    overflow: hidden;
    border: 1px solid rgba(0, 102, 179, .13);
    border-radius: 18px;
    background: rgba(255, 255, 255, .86);
    box-shadow: 0 14px 38px rgba(16, 58, 91, .08);
    backdrop-filter: blur(5px);
}

.of-legal-section .of-legal-item::before,
.of-legal-section .of-legal-item::after {
    display: none;
}

.of-legal-section .of-legal-item:hover {
    border-color: rgba(0, 102, 179, .28);
    background: #fff;
    box-shadow: 0 20px 44px rgba(16, 58, 91, .13);
}

.of-legal-section .of-legal-icon {
    background: rgba(232, 244, 251, .82);
    box-shadow: 0 8px 22px rgba(0, 102, 179, .1);
}

@media (max-width: 575px) {
    .of-legal-section::before {
        width: 230px;
        height: 230px;
        top: -150px;
        left: -105px;
        border-width: 30px;
    }

    .of-legal-section .of-legal-item {
        padding: 30px 18px;
    }
}

/* About: What Makes Us Different */
.why-choose {
    isolation: isolate;
    background:
        radial-gradient(circle at 88% 14%, rgba(0, 102, 179, .14) 0, rgba(0, 102, 179, 0) 27%),
        radial-gradient(circle at 7% 88%, rgba(118, 192, 67, .18) 0, rgba(118, 192, 67, 0) 30%),
        repeating-linear-gradient(135deg, rgba(18, 54, 90, .025) 0, rgba(18, 54, 90, .025) 1px, transparent 1px, transparent 20px),
        #f4f7e9;
}

.why-choose::before {
    width: 310px;
    height: 310px;
    left: -145px;
    bottom: -135px;
    border: 38px solid rgba(118, 192, 67, .12);
    background: transparent;
    box-shadow: 0 0 0 24px rgba(255, 255, 255, .38);
    filter: none;
}

.why-choose::after {
    content: "";
    position: absolute;
    z-index: 0;
    width: 230px;
    height: 230px;
    top: -125px;
    right: -65px;
    border-radius: 58px;
    background: rgba(0, 102, 179, .09);
    border: 1px solid rgba(0, 102, 179, .14);
    transform: rotate(28deg);
    pointer-events: none;
}

.why-choose .section-title h2 {
    color: #12365a;
}

.why-choose .choose-card {
    border-color: rgba(18, 54, 90, .12);
    box-shadow: 0 16px 42px rgba(18, 54, 90, .08);
}

.why-choose .choose-card:hover {
    box-shadow: 0 26px 58px rgba(18, 54, 90, .14);
}

@media (max-width: 575px) {
    .why-choose::before {
        width: 220px;
        height: 220px;
        left: -125px;
        bottom: -100px;
        border-width: 28px;
    }

    .why-choose::after {
        width: 165px;
        height: 165px;
        top: -105px;
        right: -65px;
        border-radius: 44px;
    }
}

/* About: Built to Perform animated craftsmanship elements */
.quality-section {
    position: relative;
    overflow: hidden;
    isolation: isolate;
    background:
        radial-gradient(circle at 5% 20%, rgba(118, 192, 67, .1), transparent 24%),
        radial-gradient(circle at 95% 82%, rgba(0, 102, 179, .09), transparent 25%),
        #fff;
}

.quality-section>.container {
    position: relative;
    z-index: 2;
}

.quality-motion {
    position: absolute;
    z-index: 1;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
}

.quality-motion span {
    position: absolute;
    display: block;
}

.quality-motion__hex {
    width: 32px;
    height: 36px;
    clip-path: polygon(25% 0, 75% 0, 100% 50%, 75% 100%, 25% 100%, 0 50%);
    background: #0066b3;
    box-shadow: 0 10px 20px rgba(0, 102, 179, .2);
    animation: qualityHexTurn 9s linear infinite;
}

.quality-motion__hex::after {
    content: "";
    position: absolute;
    inset: 10px 8px;
    border-radius: 50%;
    background: #fff;
}

.quality-motion__hex--one {
    top: 34%;
    left: 2.5%;
}

.quality-motion__hex--two {
    right: 25%;
    bottom: 12%;
    width: 24px;
    height: 28px;
    background: #76c043;
    animation-direction: reverse;
    animation-duration: 7s;
}

.quality-motion__arc {
    width: 270px;
    height: 270px;
    top: 13%;
    right: -145px;
    border: 3px dashed rgba(0, 102, 179, .32);
    border-radius: 50%;
    animation: qualityArcTurn 20s linear infinite;
}

.quality-motion__arc::before {
    content: "";
    position: absolute;
    inset: 25px;
    border: 1px solid rgba(118, 192, 67, .3);
    border-radius: inherit;
}

.quality-motion__block {
    width: 24px;
    height: 24px;
    border-radius: 7px;
    background: #76c043;
    box-shadow: 0 8px 18px rgba(70, 120, 37, .24);
    animation: qualityBlockDrift 5.2s ease-in-out infinite;
}

.quality-motion__block--one {
    top: 9%;
    right: 18%;
    transform: rotate(18deg);
}

.quality-motion__block--two {
    left: 3%;
    bottom: 15%;
    width: 17px;
    height: 17px;
    background: #0066b3;
    animation-delay: -2.6s;
}

.quality-motion__spark {
    width: 12px;
    height: 12px;
    border: 3px solid #0066b3;
    border-radius: 50%;
    animation: qualitySparkPulse 2.6s ease-in-out infinite;
}

.quality-motion__spark--one {
    top: 29%;
    left: 3%;
}

.quality-motion__spark--two {
    right: 27%;
    bottom: 13%;
    border-color: #76c043;
    animation-delay: -1.3s;
}

.quality-section .quality-badge {
    animation: qualityBadgePulse 3.2s ease-in-out infinite;
}

@keyframes qualityHexTurn {
    to {
        transform: rotate(360deg);
    }
}

@keyframes qualityArcTurn {
    to {
        transform: rotate(360deg);
    }
}

@keyframes qualityBlockDrift {

    0%,
    100% {
        transform: translate3d(0, 0, 0) rotate(18deg);
    }

    50% {
        transform: translate3d(9px, -13px, 0) rotate(38deg);
    }
}

@keyframes qualitySparkPulse {

    0%,
    100% {
        opacity: .45;
        transform: scale(.75);
    }

    50% {
        opacity: 1;
        transform: scale(1.35);
    }
}

@keyframes qualityBadgePulse {

    0%,
    100% {
        box-shadow: 0 20px 40px rgba(0, 0, 0, .12), 0 0 0 0 rgba(139, 170, 43, .18);
    }

    50% {
        box-shadow: 0 24px 48px rgba(0, 0, 0, .16), 0 0 0 13px rgba(139, 170, 43, 0);
    }
}

@media (max-width: 767px) {

    .quality-motion__hex--two,
    .quality-motion__spark--two {
        display: none;
    }

    .quality-motion__arc {
        top: auto;
        right: -175px;
        bottom: 4%;
    }
}

@media (prefers-reduced-motion: reduce) {

    .quality-motion__hex,
    .quality-motion__arc,
    .quality-motion__block,
    .quality-motion__spark,
    .quality-section .quality-badge {
        animation: none !important;
    }
}

/* About: Trusted by Diverse Clients network motion */
.about-trusted-clients {
    isolation: isolate;
    background:
        radial-gradient(circle at 4% 12%, rgba(118, 192, 67, .11), transparent 23%),
        radial-gradient(circle at 96% 86%, rgba(0, 102, 179, .1), transparent 25%),
        #fbfdf9;
}

.about-trusted-clients .container {
    position: relative;
    z-index: 2;
}

.trusted-network {
    position: absolute;
    z-index: 1;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
}

.trusted-network>span {
    position: absolute;
    display: block;
}

.trusted-network__path {
    width: 260px;
    height: 3px;
    overflow: visible;
    background: repeating-linear-gradient(90deg, rgba(0, 102, 179, .42) 0 8px, transparent 8px 16px);
    animation: trustedPathFlow 9s linear infinite;
}

.trusted-network__path::before,
.trusted-network__path::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 12px;
    height: 12px;
    border: 3px solid #fff;
    border-radius: 50%;
    background: #0066b3;
    box-shadow: 0 0 0 5px rgba(0, 102, 179, .13);
    transform: translateY(-50%);
}

.trusted-network__path::before {
    left: 0;
}

.trusted-network__path::after {
    right: 0;
}

.trusted-network__path i {
    position: absolute;
    top: 50%;
    left: 8px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #76c043;
    box-shadow: 0 4px 12px rgba(69, 119, 34, .3);
    animation: trustedSignalTravel 4.5s ease-in-out infinite alternate;
}

.trusted-network__path--one {
    top: 24%;
    left: -105px;
    transform: rotate(-18deg);
}

.trusted-network__path--two {
    right: -110px;
    bottom: 25%;
    width: 285px;
    background-image: repeating-linear-gradient(90deg, rgba(118, 192, 67, .5) 0 8px, transparent 8px 16px);
    transform: rotate(16deg);
    animation-direction: reverse;
}

.trusted-network__path--two::before,
.trusted-network__path--two::after {
    background: #76c043;
    box-shadow: 0 0 0 5px rgba(118, 192, 67, .14);
}

.trusted-network__path--two i {
    background: #0066b3;
    animation-delay: -2.2s;
}

.trusted-network__badge {
    display: grid !important;
    width: 54px;
    height: 54px;
    place-items: center;
    border: 1px solid rgba(0, 102, 179, .16);
    border-radius: 17px;
    background: rgba(255, 255, 255, .92);
    box-shadow: 0 14px 30px rgba(18, 54, 90, .14);
    color: #0066b3;
    font-size: 21px;
    animation: trustedBadgeFloat 5s ease-in-out infinite;
}

.trusted-network__badge::after {
    content: "";
    position: absolute;
    inset: 7px;
    z-index: -1;
    border-radius: 12px;
    background: rgba(0, 102, 179, .07);
}

.trusted-network__badge--home {
    top: 12%;
    left: 4%;
    transform: rotate(-8deg);
}

.trusted-network__badge--people {
    top: 8%;
    right: 8%;
    color: #68a934;
    border-color: rgba(118, 192, 67, .22);
    animation-delay: -1.7s;
}

.trusted-network__badge--people::after {
    background: rgba(118, 192, 67, .1);
}

.trusted-network__badge--business {
    bottom: 9%;
    left: 3%;
    width: 47px;
    height: 47px;
    border-radius: 15px;
    font-size: 18px;
    animation-delay: -3.1s;
}

.trusted-network__pulse {
    --trusted-pulse: 118, 192, 67;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #76c043;
    box-shadow: 0 0 0 0 rgba(118, 192, 67, .25);
    animation: trustedNodePulse 2.8s ease-out infinite;
}

.trusted-network__pulse--one {
    top: 42%;
    right: 3%;
}

.trusted-network__pulse--two {
    --trusted-pulse: 0, 102, 179;
    left: 9%;
    bottom: 30%;
    background: #0066b3;
    animation-delay: -1.4s;
}

@keyframes trustedPathFlow {
    to {
        background-position: 160px 0;
    }
}

@keyframes trustedSignalTravel {
    from {
        left: 8px;
        transform: translateY(-50%) scale(.8);
    }

    to {
        left: calc(100% - 18px);
        transform: translateY(-50%) scale(1.2);
    }
}

@keyframes trustedBadgeFloat {

    0%,
    100% {
        translate: 0 0;
        rotate: -3deg;
    }

    50% {
        translate: 0 -14px;
        rotate: 4deg;
    }
}

@keyframes trustedNodePulse {
    0% {
        box-shadow: 0 0 0 0 rgba(var(--trusted-pulse), .28);
        transform: scale(.85);
    }

    70% {
        box-shadow: 0 0 0 15px rgba(var(--trusted-pulse), 0);
        transform: scale(1);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(var(--trusted-pulse), 0);
        transform: scale(.85);
    }
}

@media (max-width: 767px) {

    .trusted-network__badge--people,
    .trusted-network__badge--business,
    .trusted-network__path--two,
    .trusted-network__pulse--two {
        display: none !important;
    }

    .trusted-network__badge--home {
        top: 5%;
        left: -12px;
        width: 46px;
        height: 46px;
        font-size: 18px;
    }

    .trusted-network__path--one {
        top: 18%;
        left: -185px;
    }
}

@media (prefers-reduced-motion: reduce) {

    .trusted-network__path,
    .trusted-network__path i,
    .trusted-network__badge,
    .trusted-network__pulse {
        animation: none !important;
    }
}

/* Simplified dots, circles and shapes for the About trusted section */
.trusted-shapes {
    position: absolute;
    z-index: 1;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
}

.trusted-shapes>span {
    position: absolute;
    display: block;
}

.trusted-shapes__circle {
    border: 3px solid rgba(0, 102, 179, .2);
    border-radius: 50%;
    box-shadow: inset 0 0 0 13px rgba(255, 255, 255, .42);
    animation: trustedShapeDrift 7s ease-in-out infinite alternate;
}

.trusted-shapes__circle--one {
    width: 190px;
    height: 190px;
    top: -95px;
    left: -65px;
}

.trusted-shapes__circle--two {
    width: 130px;
    height: 130px;
    right: 2%;
    bottom: 5%;
    border-color: rgba(118, 192, 67, .27);
    animation-delay: -3s;
}

.trusted-shapes__dots {
    width: 112px;
    height: 86px;
    background-image: radial-gradient(circle, rgba(0, 102, 179, .42) 0 3px, transparent 3.5px);
    background-size: 18px 18px;
    animation: trustedDotsFloat 5.5s ease-in-out infinite;
}

.trusted-shapes__dots--one {
    top: 22%;
    left: 1.5%;
    transform: rotate(-8deg);
}

.trusted-shapes__dots--two {
    right: 1%;
    bottom: 28%;
    width: 94px;
    height: 76px;
    background-image: radial-gradient(circle, rgba(118, 192, 67, .5) 0 3px, transparent 3.5px);
    animation-delay: -2.6s;
}

.trusted-shapes__blob {
    border-radius: 58% 42% 63% 37% / 43% 57% 43% 57%;
    background: rgba(118, 192, 67, .14);
    border: 1px solid rgba(82, 145, 38, .16);
    animation: trustedBlobMorph 8s ease-in-out infinite alternate;
}

.trusted-shapes__blob--one {
    width: 145px;
    height: 125px;
    left: -62px;
    bottom: 6%;
}

.trusted-shapes__blob--two {
    width: 170px;
    height: 145px;
    top: 7%;
    right: -78px;
    background: rgba(0, 102, 179, .1);
    border-color: rgba(0, 102, 179, .14);
    animation-delay: -3.5s;
}

.trusted-shapes__diamond {
    width: 20px;
    height: 20px;
    border-radius: 5px;
    background: #0066b3;
    box-shadow: 0 8px 18px rgba(0, 102, 179, .18);
    animation: trustedDiamondTurn 6s ease-in-out infinite;
}

.trusted-shapes__diamond--one {
    top: 11%;
    left: 16%;
}

.trusted-shapes__diamond--two {
    right: 17%;
    bottom: 12%;
    width: 15px;
    height: 15px;
    background: #76c043;
    animation-delay: -3s;
}

@keyframes trustedShapeDrift {
    from {
        transform: translate3d(0, 0, 0) scale(1);
    }

    to {
        transform: translate3d(10px, -12px, 0) scale(1.05);
    }
}

@keyframes trustedDotsFloat {

    0%,
    100% {
        translate: 0 0;
        opacity: .68;
    }

    50% {
        translate: 8px -13px;
        opacity: 1;
    }
}

@keyframes trustedBlobMorph {
    from {
        transform: translate3d(0, 0, 0) rotate(-4deg);
        border-radius: 58% 42% 63% 37% / 43% 57% 43% 57%;
    }

    to {
        transform: translate3d(9px, -10px, 0) rotate(5deg);
        border-radius: 40% 60% 38% 62% / 58% 39% 61% 42%;
    }
}

@keyframes trustedDiamondTurn {

    0%,
    100% {
        transform: translateY(0) rotate(45deg);
    }

    50% {
        transform: translateY(-13px) rotate(135deg);
    }
}

@media (max-width: 767px) {

    .trusted-shapes__dots--two,
    .trusted-shapes__blob--one,
    .trusted-shapes__diamond--two {
        display: none !important;
    }

    .trusted-shapes__dots--one {
        top: 16%;
        left: -55px;
    }

    .trusted-shapes__circle--two {
        right: -70px;
        bottom: 2%;
    }
}

@media (prefers-reduced-motion: reduce) {

    .trusted-shapes__circle,
    .trusted-shapes__dots,
    .trusted-shapes__blob,
    .trusted-shapes__diamond {
        animation: none !important;
    }
}

/* About: Milestone reveal and timeline atmosphere */
.of-timeline-section>.container {
    position: relative;
    z-index: 2;
}

.milestone-atmosphere {
    position: absolute;
    z-index: 1;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
}

.milestone-atmosphere>span {
    position: absolute;
    display: block;
}

.milestone-atmosphere__arc {
    width: 230px;
    height: 230px;
    border: 20px solid transparent;
    border-top-color: rgba(0, 102, 179, .24);
    border-right-color: rgba(0, 102, 179, .24);
    border-radius: 50%;
    filter: drop-shadow(0 14px 24px rgba(18, 54, 90, .09));
}

.milestone-atmosphere__arc::before {
    content: "";
    position: absolute;
    inset: 22px;
    border: 2px dashed rgba(118, 192, 67, .34);
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-radius: 50%;
}

.milestone-atmosphere__arc--left {
    top: 12%;
    left: -145px;
}

.milestone-atmosphere__arc--right {
    right: -135px;
    bottom: 8%;
    width: 205px;
    height: 205px;
    border-top-color: rgba(118, 192, 67, .26);
    border-right-color: rgba(118, 192, 67, .26);
    transform: rotate(180deg);
}

.milestone-atmosphere__dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #0066b3;
    box-shadow: 0 0 0 7px rgba(0, 102, 179, .1);
    opacity: 0;
}

.milestone-atmosphere__dot--one {
    top: 34%;
    left: 3%;
}

.milestone-atmosphere__dot--two {
    right: 2.5%;
    bottom: 31%;
    background: #76c043;
    box-shadow: 0 0 0 7px rgba(118, 192, 67, .12);
}

.milestone-motion-ready .of-timeline-image,
.milestone-motion-ready .of-timeline-content>p {
    opacity: 0;
    transition: opacity 1.15s ease, transform 1.15s cubic-bezier(.22, 1, .36, 1);
    will-change: opacity, transform;
}

.milestone-motion-ready .of-timeline-image {
    transform: translate3d(-55px, 0, 0) scale(.96);
}

.milestone-motion-ready .of-timeline-content>p {
    transform: translate3d(0, 34px, 0);
}

.milestone-motion-ready .of-timeline-content>p:nth-of-type(1) {
    transition-delay: .35s;
}

.milestone-motion-ready .of-timeline-content>p:nth-of-type(2) {
    transition-delay: .55s;
}

.is-milestone-visible .of-timeline-image,
.is-milestone-visible .of-timeline-content>p {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
}

.is-milestone-visible .of-timeline-image img {
    animation: milestoneImageBreath 9s ease-in-out 1.1s infinite alternate;
}

.is-milestone-visible .milestone-atmosphere__arc--left {
    animation: milestoneArcTurnLeft 12s ease-in-out .45s infinite alternate;
}

.is-milestone-visible .milestone-atmosphere__arc--right {
    animation: milestoneArcTurnRight 14s ease-in-out .8s infinite alternate;
}

.is-milestone-visible .milestone-atmosphere__dot {
    animation: milestoneDotPulse 3s ease-out .7s infinite;
}

.is-milestone-visible .milestone-atmosphere__dot--two {
    animation-delay: 1.5s;
}

@keyframes milestoneArcTurnLeft {
    from {
        transform: rotate(-20deg) scale(.96);
    }

    to {
        transform: rotate(125deg) scale(1.04);
    }
}

@keyframes milestoneArcTurnRight {
    from {
        transform: rotate(180deg) scale(.96);
    }

    to {
        transform: rotate(35deg) scale(1.05);
    }
}

@keyframes milestoneDotPulse {
    0% {
        opacity: 0;
        transform: scale(.7);
    }

    35% {
        opacity: 1;
        transform: scale(1.2);
    }

    70%,
    100% {
        opacity: .35;
        transform: scale(.82);
    }
}

@keyframes milestoneImageBreath {
    from {
        transform: scale(1);
    }

    to {
        transform: scale(1.055);
    }
}

@media (max-width: 767px) {
    .milestone-atmosphere__dot--one {
        display: none;
    }

    .milestone-atmosphere__arc--left {
        top: 4%;
        left: -175px;
    }

    .milestone-atmosphere__arc--right {
        right: -165px;
        bottom: 3%;
    }
}

@media (prefers-reduced-motion: reduce) {

    .milestone-motion-ready .of-timeline-image,
    .milestone-motion-ready .of-timeline-content>p,
    .milestone-atmosphere__dot,
    .milestone-atmosphere__arc,
    .is-milestone-visible .of-timeline-image img {
        opacity: 1;
        animation: none !important;
        transform: none;
        transition: none;
    }

}

/* Furniture collection listing and detail pages */
.collection-benefits {
    position: relative;
    z-index: 3;
    margin-top: -34px;
}

.collection-benefits__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    overflow: hidden;
    border: 1px solid rgba(0, 102, 179, .1);
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 18px 50px rgba(18, 54, 90, .11);
}

.collection-benefits__grid article {
    display: flex;
    align-items: center;
    gap: 15px;
    min-height: 112px;
    padding: 22px;
    border-right: 1px solid #e9eff3;
}

.collection-benefits__grid article:last-child {
    border-right: 0;
}

.collection-benefits__grid article>span {
    display: grid;
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
    place-items: center;
    border-radius: 15px;
    background: #eaf5fb;
    color: #0066b3;
    font-size: 20px;
}

.collection-benefits__grid h3 {
    margin: 0 0 5px;
    color: #12365a;
    font-size: 17px;
}

.collection-benefits__grid p {
    margin: 0;
    color: #667085;
    font-size: 13px;
    line-height: 1.55;
}

.collection-featured {
    padding: 90px 0;
    background: linear-gradient(145deg, #f7fbf3, #eff7fb);
}

.collection-featured__grid {
    display: grid;
    grid-template-columns: 1.25fr .75fr;
    grid-auto-rows: 245px;
    gap: 22px;
}

.collection-featured__card {
    position: relative;
    overflow: hidden;
    border-radius: 26px;
    box-shadow: 0 20px 48px rgba(18, 54, 90, .12);
}

.collection-featured__card--large {
    grid-row: span 2;
}

.collection-featured__card a,
.collection-featured__card img {
    display: block;
    width: 100%;
    height: 100%;
}

.collection-featured__card img {
    object-fit: cover;
    transition: transform .75s cubic-bezier(.22, 1, .36, 1);
}

.collection-featured__card:hover img {
    transform: scale(1.07);
}

.collection-featured__overlay {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 30px;
    background: linear-gradient(180deg, transparent 22%, rgba(8, 30, 52, .86));
    color: #fff;
}

.collection-featured__overlay>span {
    margin-bottom: 8px;
    color: #a7db73;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.collection-featured__overlay h3 {
    margin: 0 0 9px;
    color: #fff;
    font-size: clamp(25px, 3vw, 38px);
}

.collection-featured__overlay p {
    max-width: 580px;
    margin: 0 0 16px;
    color: rgba(255, 255, 255, .82);
    line-height: 1.65;
}

.collection-featured__overlay strong {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
}

.collection-featured__card:not(.collection-featured__card--large) .collection-featured__overlay {
    padding: 24px;
}

.collection-featured__card:not(.collection-featured__card--large) .collection-featured__overlay h3 {
    font-size: 25px;
}

.collection-featured__card:not(.collection-featured__card--large) .collection-featured__overlay p {
    display: none;
}

.collection-directory {
    padding: 90px 0;
    background: #fff;
}

.collection-directory__heading {
    display: grid;
    grid-template-columns: 1.25fr .75fr;
    gap: 50px;
    align-items: end;
    margin-bottom: 32px;
}

.collection-directory__heading h2 {
    max-width: 780px;
    margin: 12px 0 0;
    color: #12365a;
    font-size: clamp(34px, 4vw, 52px);
}

.collection-directory__heading>p {
    margin: 0;
    padding-left: 25px;
    border-left: 3px solid #76c043;
    color: #667085;
    font-size: 17px;
    line-height: 1.75;
}

.collection-filter {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 42px;
    padding: 14px;
    border: 1px solid #dfe8ed;
    border-radius: 18px;
    background: #f8fbfc;
}

.collection-filter label {
    margin: 0;
}

.collection-filter__search {
    position: relative;
    flex: 1;
}

.collection-filter__search i {
    position: absolute;
    top: 50%;
    left: 17px;
    color: #7b8c96;
    transform: translateY(-50%);
}

.collection-filter input,
.collection-filter select {
    min-height: 50px;
    border: 1px solid #dce5ea;
    border-radius: 12px;
    background: #fff;
    color: #263c48;
    outline: none;
}

.collection-filter input {
    width: 100%;
    padding: 0 17px 0 46px;
}

.collection-filter select {
    min-width: 230px;
    padding: 0 38px 0 15px;
}

.collection-filter input:focus,
.collection-filter select:focus {
    border-color: #0066b3;
    box-shadow: 0 0 0 3px rgba(0, 102, 179, .09);
}

.collection-filter button {
    min-height: 50px;
    padding: 0 22px;
    border: 0;
    border-radius: 12px;
    background: #0066b3;
    color: #fff;
    font-weight: 600;
}

.collection-filter button i {
    margin-left: 8px;
}

.collection-filter>a {
    padding: 10px;
    color: #596b75;
    font-weight: 600;
}

.collection-directory__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 26px;
}

.collection-directory__card {
    overflow: hidden;
    border: 1px solid #e4ebef;
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 14px 38px rgba(18, 54, 90, .07);
    transition: transform .4s ease, box-shadow .4s ease, border-color .4s ease;
}

.collection-directory__card:hover {
    border-color: rgba(0, 102, 179, .24);
    box-shadow: 0 25px 55px rgba(18, 54, 90, .14);
    transform: translateY(-9px);
}

.collection-directory__card>a {
    display: flex;
    height: 100%;
    flex-direction: column;
    color: inherit;
    text-decoration: none;
}

.collection-directory__media {
    position: relative;
    height: 275px;
    overflow: hidden;
    background: #eaf0f2;
}

.collection-directory__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .65s cubic-bezier(.22, 1, .36, 1);
}

.collection-directory__card:hover .collection-directory__media img {
    transform: scale(1.065);
}

.collection-directory__featured {
    position: absolute;
    top: 16px;
    left: 16px;
    padding: 7px 12px;
    border-radius: 30px;
    background: #76c043;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.collection-directory__open {
    position: absolute;
    right: 16px;
    bottom: 16px;
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, .92);
    color: #0066b3;
    box-shadow: 0 8px 18px rgba(0, 0, 0, .13);
}

.collection-directory__content {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 25px;
}

.collection-directory__categories {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 12px;
}

.collection-directory__categories span,
.collection-detail-tags span {
    padding: 6px 10px;
    border-radius: 30px;
    background: #edf6e7;
    color: #5d942f;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.collection-directory__content h3 {
    margin: 0 0 11px;
    color: #12365a;
    font-size: 25px;
}

.collection-directory__content>p {
    flex: 1;
    margin: 0 0 20px;
    color: #667085;
    line-height: 1.7;
}

.collection-directory__meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding-top: 16px;
    border-top: 1px solid #e9eff2;
    font-size: 13px;
}

.collection-directory__meta span {
    color: #75858e;
}

.collection-directory__meta strong {
    color: #0066b3;
}

.collection-directory__meta i {
    margin: 0 4px;
}

.collection-directory__empty,
.collection-products__empty {
    grid-column: 1 / -1;
    padding: 65px 25px;
    border: 1px dashed #cad7de;
    border-radius: 22px;
    background: #f8fbfc;
    text-align: center;
}

.collection-directory__empty>i,
.collection-products__empty>i {
    margin-bottom: 18px;
    color: #76c043;
    font-size: 44px;
}

.collection-directory__empty h3,
.collection-products__empty h3 {
    color: #12365a;
}

.collection-directory__empty a,
.collection-products__empty a {
    display: inline-flex;
    margin-top: 10px;
    padding: 12px 19px;
    border-radius: 40px;
    background: #0066b3;
    color: #fff;
    text-decoration: none;
}

.collection-detail-overview {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    padding: 90px 0;
    background: linear-gradient(145deg, #fbfdf8, #eef7fb);
}

.collection-detail-overview>.container {
    position: relative;
    z-index: 2;
}

.collection-detail-overview__shape {
    position: absolute;
    z-index: 1;
    border-radius: 50%;
    pointer-events: none;
}

.collection-detail-overview__shape--one {
    width: 300px;
    height: 300px;
    top: -180px;
    left: -100px;
    border: 35px solid rgba(118, 192, 67, .1);
    animation: collectionShapeFloat 9s ease-in-out infinite alternate;
}

.collection-detail-overview__shape--two {
    width: 260px;
    height: 260px;
    right: -125px;
    bottom: -135px;
    background: rgba(0, 102, 179, .08);
    animation: collectionShapeFloat 11s ease-in-out -4s infinite alternate-reverse;
}

.collection-detail-overview__copy {
    padding-right: 35px;
}

.collection-detail-overview__copy h2 {
    margin: 15px 0 23px;
    color: #12365a;
    font-size: clamp(36px, 4vw, 54px);
}

.collection-detail-richtext,
.collection-detail-overview__copy>p {
    color: #5f717c;
    font-size: 17px;
    line-height: 1.85;
}

.collection-detail-richtext>*:last-child {
    margin-bottom: 0;
}

.collection-detail-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 25px;
}

.collection-detail-overview__image {
    position: relative;
    padding: 12px;
    border-radius: 28px;
    background: #fff;
    box-shadow: 0 25px 65px rgba(18, 54, 90, .15);
}

.collection-detail-overview__image img {
    display: block;
    width: 100%;
    min-height: 430px;
    max-height: 570px;
    border-radius: 20px;
    object-fit: cover;
}

.collection-detail-overview__image>span {
    position: absolute;
    right: 28px;
    bottom: 28px;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 12px 16px;
    border-radius: 14px;
    background: rgba(255, 255, 255, .92);
    color: #12365a;
    font-size: 13px;
    font-weight: 700;
    box-shadow: 0 12px 28px rgba(18, 54, 90, .18);
    backdrop-filter: blur(10px);
}

.collection-detail-overview__image>span i {
    color: #76c043;
}

.collection-detail-attributes {
    padding: 0 0 90px;
    background: linear-gradient(145deg, #fbfdf8, #eef7fb);
}

.collection-detail-attributes__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.collection-detail-attributes article {
    display: flex;
    gap: 20px;
    padding: 30px;
    border: 1px solid rgba(0, 102, 179, .12);
    border-radius: 22px;
    background: rgba(255, 255, 255, .88);
    box-shadow: 0 14px 38px rgba(18, 54, 90, .07);
}

.collection-detail-attributes article>span {
    display: grid;
    flex: 0 0 58px;
    width: 58px;
    height: 58px;
    place-items: center;
    border-radius: 18px;
    background: #0066b3;
    color: #fff;
    font-size: 22px;
}

.collection-detail-attributes article:nth-child(2)>span {
    background: #76c043;
}

.collection-detail-attributes small {
    color: #6c9d3e;
    font-weight: 700;
    letter-spacing: .1em;
}

.collection-detail-attributes h3 {
    margin: 6px 0 10px;
    color: #12365a;
    font-size: 24px;
}

.collection-detail-attributes p {
    margin: 0;
    color: #667085;
    line-height: 1.7;
}

.collection-products {
    padding: 90px 0;
    background: #fff;
}

.collection-products .section-title {
    margin-bottom: 45px;
}

.collection-products__grid {
    margin-top: 0;
}

.collection-related {
    padding: 90px 0;
    background: #f4f8fa;
}

.collection-related .section-title {
    margin-bottom: 42px;
}

@keyframes collectionShapeFloat {
    from {
        transform: translate3d(0, 0, 0) rotate(-4deg);
    }

    to {
        transform: translate3d(12px, -13px, 0) rotate(5deg);
    }
}

@media (max-width: 991px) {
    .collection-benefits__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .collection-benefits__grid article:nth-child(2) {
        border-right: 0;
    }

    .collection-benefits__grid article:nth-child(-n+2) {
        border-bottom: 1px solid #e9eff3;
    }

    .collection-featured__grid {
        grid-template-columns: 1fr 1fr;
        grid-auto-rows: 280px;
    }

    .collection-featured__card--large {
        grid-column: 1 / -1;
        grid-row: auto;
    }

    .collection-directory__heading {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .collection-directory__heading>p {
        max-width: 680px;
    }

    .collection-directory__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .collection-filter {
        flex-wrap: wrap;
    }

    .collection-filter__search {
        flex-basis: 100%;
    }

    .collection-filter label:not(.collection-filter__search) {
        flex: 1;
    }

    .collection-filter select {
        width: 100%;
    }

    .collection-detail-overview__copy {
        padding-right: 0;
    }
}

@media (max-width: 575px) {
    .collection-benefits {
        margin-top: 0;
        padding-top: 18px;
    }

    .collection-benefits__grid {
        grid-template-columns: 1fr;
    }

    .collection-benefits__grid article {
        min-height: auto;
        border-right: 0;
        border-bottom: 1px solid #e9eff3;
    }

    .collection-benefits__grid article:nth-child(3) {
        border-bottom: 1px solid #e9eff3;
    }

    .collection-featured,
    .collection-directory,
    .collection-detail-overview,
    .collection-products,
    .collection-related {
        padding: 64px 0;
    }

    .collection-featured__grid {
        grid-template-columns: 1fr;
        grid-auto-rows: 330px;
    }

    .collection-featured__card--large {
        grid-column: auto;
    }

    .collection-featured__overlay {
        padding: 22px;
    }

    .collection-directory__grid,
    .collection-detail-attributes__grid {
        grid-template-columns: 1fr;
    }

    .collection-filter {
        align-items: stretch;
    }

    .collection-filter label,
    .collection-filter button {
        width: 100%;
    }

    .collection-directory__media {
        height: 255px;
    }

    .collection-detail-overview__image img {
        min-height: 320px;
    }

    .collection-detail-overview__image>span {
        right: 20px;
        bottom: 20px;
        left: 20px;
        justify-content: center;
    }

    .collection-detail-attributes {
        padding-bottom: 64px;
    }

    .collection-detail-attributes article {
        padding: 24px 20px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .collection-detail-overview__shape {
        animation: none !important;
    }
}

/* Shared final CTA motion and decorative atmosphere */
.final-cta-section .cta-bg img {
    animation: finalCtaImageDrift 16s ease-in-out infinite alternate;
    will-change: transform;
}

.final-cta-section .cta-atmosphere {
    position: absolute;
    z-index: 3;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
}

.final-cta-section .cta-glow,
.final-cta-section .cta-leaf,
.final-cta-section .cta-spark,
.final-cta-section .cta-curve {
    position: absolute;
    display: block;
}

.final-cta-section .cta-glow {
    border-radius: 50%;
    filter: blur(3px);
    opacity: .72;
}

.final-cta-section .cta-glow--left {
    top: -145px;
    left: -110px;
    width: 355px;
    height: 355px;
    border: 1px solid rgba(184, 225, 123, .36);
    background: rgba(118, 192, 67, .18);
    box-shadow: 0 0 0 38px rgba(255, 255, 255, .035), 0 0 85px rgba(118, 192, 67, .22);
    animation: finalCtaGlowLeft 9s ease-in-out infinite alternate;
}

.final-cta-section .cta-glow--right {
    right: -105px;
    bottom: -155px;
    width: 380px;
    height: 380px;
    border: 1px solid rgba(119, 207, 255, .3);
    background: rgba(0, 143, 226, .16);
    box-shadow: 0 0 0 54px rgba(0, 143, 226, .045), 0 0 100px rgba(0, 143, 226, .2);
    animation: finalCtaGlowRight 11s ease-in-out infinite alternate;
}

.final-cta-section .cta-leaf {
    width: 25px;
    height: 48px;
    border: 1px solid rgba(231, 255, 210, .72);
    border-radius: 100% 0 100% 0;
    background: rgba(126, 179, 70, .66);
    box-shadow: inset 6px 0 10px rgba(255, 255, 255, .16), 0 9px 25px rgba(5, 29, 65, .22);
}

.final-cta-section .cta-leaf--one {
    top: 17%;
    left: 8%;
    animation: finalCtaLeafOne 7s ease-in-out infinite;
}

.final-cta-section .cta-leaf--two {
    right: 10%;
    bottom: 21%;
    width: 19px;
    height: 38px;
    background: rgba(90, 181, 111, .74);
    animation: finalCtaLeafTwo 6.2s ease-in-out infinite .7s;
}

.final-cta-section .cta-leaf--three {
    top: 24%;
    right: 5%;
    width: 16px;
    height: 31px;
    background: rgba(156, 204, 92, .72);
    animation: finalCtaLeafThree 5.5s ease-in-out infinite 1.1s;
}

.final-cta-section .cta-spark {
    width: 9px;
    height: 9px;
    border: 2px solid rgba(255, 255, 255, .84);
    transform: rotate(45deg);
    box-shadow: 0 0 16px rgba(255, 255, 255, .68);
    animation: finalCtaSpark 3.4s ease-in-out infinite;
}

.final-cta-section .cta-spark--one {
    top: 21%;
    left: 20%;
}

.final-cta-section .cta-spark--two {
    top: 16%;
    right: 23%;
    animation-delay: 1.15s;
}

.final-cta-section .cta-spark--three {
    right: 17%;
    bottom: 18%;
    animation-delay: 2.2s;
}

.final-cta-section .cta-curve {
    width: 210px;
    height: 210px;
    border: 1px solid rgba(255, 255, 255, .19);
    border-radius: 50%;
}

.final-cta-section .cta-curve--left {
    bottom: -145px;
    left: 7%;
    box-shadow: 0 0 0 24px rgba(118, 192, 67, .055);
    animation: finalCtaCurve 12s linear infinite;
}

.final-cta-section .cta-curve--right {
    top: -158px;
    right: 14%;
    width: 250px;
    height: 250px;
    border-color: rgba(180, 225, 255, .18);
    animation: finalCtaCurve 16s linear infinite reverse;
}

.final-cta-section.cta-motion-ready .cta-reveal-item {
    opacity: 0;
    transform: translateY(34px);
    transition: opacity .9s ease, transform .9s cubic-bezier(.2, .7, .25, 1);
}

.final-cta-section.is-cta-visible .cta-reveal-item {
    opacity: 1;
    transform: translateY(0);
}

.final-cta-section.is-cta-visible .cta-reveal-item:nth-child(2) {
    transition-delay: .16s;
}

.final-cta-section.is-cta-visible .cta-reveal-item:nth-child(3) {
    transition-delay: .28s;
}

.final-cta-section.is-cta-visible .cta-reveal-item:nth-child(4) {
    transition-delay: .4s;
}

.final-cta-section .cta-buttons a {
    position: relative;
    overflow: hidden;
}

.final-cta-section .cta-buttons a::before {
    position: absolute;
    top: -30%;
    left: -65%;
    width: 34%;
    height: 160%;
    background: rgba(255, 255, 255, .22);
    content: "";
    pointer-events: none;
    transform: rotate(18deg);
    transition: left .65s ease;
}

.final-cta-section .cta-buttons a:hover::before {
    left: 130%;
}

@keyframes finalCtaImageDrift {
    from {
        transform: scale(1.02) translate3d(-.6%, 0, 0);
    }

    to {
        transform: scale(1.1) translate3d(.8%, -1%, 0);
    }
}

@keyframes finalCtaGlowLeft {
    from {
        transform: translate3d(-18px, -8px, 0) scale(.94);
    }

    to {
        transform: translate3d(30px, 28px, 0) scale(1.08);
    }
}

@keyframes finalCtaGlowRight {
    from {
        transform: translate3d(16px, 15px, 0) scale(.95);
    }

    to {
        transform: translate3d(-28px, -22px, 0) scale(1.08);
    }
}

@keyframes finalCtaLeafOne {

    0%,
    100% {
        transform: translate3d(0, 0, 0) rotate(-28deg);
    }

    50% {
        transform: translate3d(16px, -18px, 0) rotate(-8deg);
    }
}

@keyframes finalCtaLeafTwo {

    0%,
    100% {
        transform: translate3d(0, 0, 0) rotate(34deg);
    }

    50% {
        transform: translate3d(-14px, -20px, 0) rotate(10deg);
    }
}

@keyframes finalCtaLeafThree {

    0%,
    100% {
        transform: translate3d(0, 0, 0) rotate(55deg);
    }

    50% {
        transform: translate3d(-12px, 14px, 0) rotate(28deg);
    }
}

@keyframes finalCtaSpark {

    0%,
    100% {
        opacity: .22;
        transform: rotate(45deg) scale(.55);
    }

    50% {
        opacity: 1;
        transform: rotate(45deg) scale(1.2);
    }
}

@keyframes finalCtaCurve {
    to {
        transform: rotate(360deg);
    }
}

@media (max-width: 767px) {
    .final-cta-section .cta-glow--left {
        left: -230px;
    }

    .final-cta-section .cta-glow--right {
        right: -245px;
    }

    .final-cta-section .cta-leaf--one {
        left: 4%;
    }

    .final-cta-section .cta-leaf--two {
        right: 4%;
    }

    .final-cta-section .cta-leaf--three,
    .final-cta-section .cta-curve {
        display: none;
    }

    .final-cta-section .cta-spark--one {
        left: 8%;
    }

    .final-cta-section .cta-spark--two {
        right: 8%;
    }
}

@media (prefers-reduced-motion: reduce) {

    .final-cta-section .cta-bg img,
    .final-cta-section .cta-glow,
    .final-cta-section .cta-leaf,
    .final-cta-section .cta-spark,
    .final-cta-section .cta-curve {
        animation: none !important;
    }

    .final-cta-section .cta-reveal-item {
        opacity: 1 !important;
        transform: none !important;
        transition: none !important;
    }
}

.of-awards-video-section {
    position: relative;
    padding: 70px 0 80px;
    overflow: hidden;
    background: linear-gradient(180deg, #f7fbff 0%, #fff 100%);
}

.of-awards-video-section::before {
    content: "";
    position: absolute;
    top: -170px;
    right: -120px;
    width: 380px;
    height: 380px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(103, 182, 77, .16), transparent 70%);
    pointer-events: none;
}

.of-awards-video-heading {
    position: relative;
    z-index: 1;
    max-width: 850px;
    margin: 0 auto 36px;
}

.of-awards-video-heading p {
    max-width: 700px;
    margin: 0 auto;
}

.of-awards-video-frame {
    position: relative !important;
    z-index: 1;
    display: block !important;
    width: 100% !important;
    max-width: 1100px;
    height: auto !important;
    aspect-ratio: 16 / 9;
    margin: 0 auto !important;
    overflow: hidden;
    border: 8px solid #fff;
    border-radius: 26px;
    background: #08346b;
    box-shadow: 0 24px 65px rgba(11, 74, 139, .2);
}

.of-awards-video-stage {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    isolation: isolate;
}

.of-awards-video-heading.is-reveal-ready+.of-awards-video-stage {
    opacity: 0;
    transform: translateY(32px) scale(.975);
}

.of-awards-video-heading.is-reveal-ready.is-visible+.of-awards-video-stage {
    animation: awardsVideoReveal .9s cubic-bezier(.2, .8, .2, 1) .22s forwards;
}

.of-awards-video-stage::before {
    content: "";
    position: absolute;
    inset: 8% -4% -7%;
    z-index: -2;
    border-radius: 44px;
    background: linear-gradient(115deg, rgba(0, 102, 179, .18), rgba(103, 182, 77, .16));
    filter: blur(26px);
    animation: awardsVideoGlow 7s ease-in-out infinite alternate;
}

.of-awards-video-stage::after {
    content: "";
    position: absolute;
    right: -42px;
    bottom: -34px;
    z-index: -1;
    width: 135px;
    height: 135px;
    border: 2px solid rgba(0, 102, 179, .2);
    border-radius: 50%;
    animation: awardsVideoRing 5s ease-in-out infinite;
}

.of-awards-video-orb {
    position: absolute;
    z-index: -1;
    border-radius: 50%;
    pointer-events: none;
}

.of-awards-video-orb--blue {
    top: -34px;
    right: 8%;
    width: 68px;
    height: 68px;
    background: linear-gradient(145deg, #0066b3, #4ea0dc);
    box-shadow: 0 14px 35px rgba(0, 102, 179, .24);
    animation: awardsVideoFloat 5.5s ease-in-out infinite;
}

.of-awards-video-orb--green {
    bottom: 8%;
    left: -32px;
    width: 48px;
    height: 48px;
    background: linear-gradient(145deg, #80ca5d, #4d9d39);
    box-shadow: 0 12px 30px rgba(77, 157, 57, .24);
    animation: awardsVideoFloat 4.7s ease-in-out 1s infinite reverse;
}

.of-awards-video-dots {
    position: absolute;
    top: 15%;
    right: -52px;
    z-index: -1;
    width: 76px;
    height: 92px;
    opacity: .5;
    background-image: radial-gradient(circle, #67b64d 2px, transparent 2.5px);
    background-size: 15px 15px;
    animation: awardsVideoDots 6s ease-in-out infinite alternate;
}

.of-awards-video-accent {
    position: absolute;
    left: -54px;
    top: 48px;
    z-index: 3;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 13px 18px 13px 13px;
    border: 1px solid rgba(255, 255, 255, .75);
    border-radius: 16px;
    background: rgba(255, 255, 255, .92);
    box-shadow: 0 16px 38px rgba(8, 52, 107, .18);
    backdrop-filter: blur(12px);
    animation: awardsVideoBadge 4.5s ease-in-out infinite;
}

.of-awards-video-accent__icon {
    display: grid;
    width: 43px;
    height: 43px;
    place-items: center;
    border-radius: 50%;
    color: #fff;
    background: linear-gradient(135deg, #73c553, #4d9d39);
    box-shadow: 0 8px 18px rgba(77, 157, 57, .28);
}

.of-awards-video-accent strong,
.of-awards-video-accent small {
    display: block;
    white-space: nowrap;
}

.of-awards-video-accent strong {
    color: #0066b3;
    font-size: 15px;
    line-height: 1.2;
}

.of-awards-video-accent small {
    margin-top: 3px;
    color: #6f7883;
    font-size: 11px;
}

@keyframes awardsVideoReveal {
    from {
        opacity: 0;
        transform: translateY(32px) scale(.975);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@keyframes awardsVideoGlow {
    from {
        opacity: .55;
        transform: scale(.96) translateX(-1%);
    }

    to {
        opacity: .95;
        transform: scale(1.03) translateX(1%);
    }
}

@keyframes awardsVideoFloat {

    0%,
    100% {
        transform: translate3d(0, 0, 0);
    }

    50% {
        transform: translate3d(8px, -15px, 0);
    }
}

@keyframes awardsVideoBadge {

    0%,
    100% {
        transform: translateY(0) rotate(-1deg);
    }

    50% {
        transform: translateY(-10px) rotate(1deg);
    }
}

@keyframes awardsVideoDots {
    from {
        transform: translateY(-6px);
        opacity: .35;
    }

    to {
        transform: translateY(9px);
        opacity: .65;
    }
}

@keyframes awardsVideoRing {

    0%,
    100% {
        opacity: .45;
        transform: scale(.9);
    }

    50% {
        opacity: .8;
        transform: scale(1.08);
    }
}

.of-awards-video-frame iframe {
    position: absolute !important;
    inset: 0;
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    min-width: 100% !important;
    min-height: 100% !important;
    border: 0 !important;
}

@supports not (aspect-ratio: 16 / 9) {
    .of-awards-video-frame {
        height: 0 !important;
        padding-bottom: 56.25%;
    }
}

@media (max-width: 767px) {
    .of-awards-video-section {
        padding: 55px 0 60px;
    }

    .of-awards-video-heading {
        margin-bottom: 26px;
    }

    .of-awards-video-frame {
        border-width: 4px;
        border-radius: 16px;
    }

    .of-awards-video-accent {
        left: 14px;
        top: 14px;
        padding: 9px 12px 9px 9px;
        border-radius: 13px;
    }

    .of-awards-video-accent__icon {
        width: 36px;
        height: 36px;
        font-size: 14px;
    }

    .of-awards-video-accent small {
        display: none;
    }

    .of-awards-video-orb,
    .of-awards-video-dots,
    .of-awards-video-stage::after {
        display: none;
    }
}

@media (prefers-reduced-motion: reduce) {

    .of-awards-video-heading.is-reveal-ready+.of-awards-video-stage,
    .of-awards-video-heading.is-reveal-ready.is-visible+.of-awards-video-stage {
        opacity: 1;
        transform: none;
        animation: none;
    }

    .of-awards-video-stage::before,
    .of-awards-video-stage::after,
    .of-awards-video-orb,
    .of-awards-video-dots,
    .of-awards-video-accent {
        animation: none;
    }
}