.whitebox-brand {
    display: inline-flex;
    flex-direction: column;
    line-height: 1;
}

.whitebox-brand-main {
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #111111;
}

.whitebox-brand-sub {
    font-size: 10px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #6f6f6f;
    margin-top: 4px;
}

.whitebox-nav .nav>li>a {
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.whitebox-global-menu {
    display: flex;
    align-items: center;
    gap: 8px;
}

.whitebox-global-menu > li {
    display: flex;
    align-items: center;
}

.whitebox-nav .whitebox-menu-cta-item {
    margin-left: 18px;
    display: inline-flex !important;
    align-items: center !important;
    align-self: center;
    height: 46px;
}

.whitebox-nav .whitebox-menu-cta-item > a.whitebox-menu-cta {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 46px;
    min-width: 168px;
    padding: 0 30px !important;
    border-radius: 999px;
    border: 1.5px solid #ff214f !important;
    background: #ffffff !important;
    color: #ff214f !important;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    line-height: 46px !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    height: 46px;
    white-space: nowrap;
    text-decoration: none !important;
    text-indent: 0 !important;
    overflow: visible !important;
    opacity: 1 !important;
    visibility: visible !important;
    box-sizing: border-box;
    text-align: center !important;
    box-shadow: none !important;
    vertical-align: middle !important;
    align-self: center;
    position: relative;
    transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.whitebox-nav .whitebox-menu-cta-item > a.whitebox-menu-cta > span {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100%;
    height: 100%;
    line-height: 1 !important;
    text-align: center !important;
    color: inherit !important;
    position: relative;
    top: -1px;
}

.whitebox-nav .whitebox-menu-cta-item > a.whitebox-menu-cta:hover,
.whitebox-nav .whitebox-menu-cta-item > a.whitebox-menu-cta:focus {
    background: #ff214f !important;
    border-color: #ff214f !important;
    color: #ffffff !important;
    transform: translateY(-1px);
}

.whitebox-nav .whitebox-menu-cta-item > a.whitebox-menu-cta::after,
.whitebox-nav .whitebox-menu-cta-item > a.whitebox-menu-cta::before {
    display: none !important;
    content: none !important;
}

.whitebox-nav .nav>li.active>a,
.whitebox-nav .nav>li>a.active-link,
.whitebox-footer-menu a.active-link {
    color: #ff214f !important;
    opacity: 1;
}

.whitebox-nav .nav>li.active>a::after,
.whitebox-nav .nav>li>a.active-link::after,
.whitebox-footer-menu a.active-link::after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #ff214f;
    margin-top: 6px;
}

.whitebox-footer-menu a {
    display: inline-block;
    position: relative;
}

.whitebox-footer-menu a:not(.active-link) {
    opacity: 0.75;
}


.whitebox-hero,
.whitebox-product {
    position: relative;
    overflow: hidden;
}

.whitebox-hero::before,
.whitebox-product::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, rgba(17, 17, 17, 0.7) 0%, rgba(17, 17, 17, 0.3) 45%, rgba(17, 17, 17, 0.55) 100%);
}

.whitebox-product::before {
    background: none;
}

.whitebox-hero .container-fluid,
.whitebox-product .container-fluid,
.whitebox-detail-hero .container {
    position: relative;
    z-index: 1;
}

.whitebox-hero-copy {
    max-width: 720px;
}

.whitebox-eyebrow {
    display: inline-block;
    padding: 8px 16px;
    border: 1px solid rgba(255, 255, 255, 0.35);
    color: #ffffff;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 11px;
    margin-bottom: 30px;
}

.whitebox-hero-title {
    color: #ffffff;
    font-size: 64px;
    line-height: 1.05;
    font-weight: 600;
    margin-bottom: 25px;
}

.whitebox-hero-text,
.whitebox-product-text {
    color: rgba(255, 255, 255, 0.9);
    font-size: 18px;
    line-height: 30px;
}

.whitebox-hero-actions .btn {
    margin-right: 15px;
    margin-top: 15px;
}

.whitebox-product-category {
    color: rgba(17, 17, 17, 0.64);
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 11px;
}

.whitebox-product-title {
    color: #111111;
    background: #ffffff;
    padding: 18px 30px;
    display: inline-block;
    font-size: 32px;
    line-height: 1.2;
    margin: 20px 0 15px;
}

.whitebox-product-copy {
    max-width: 470px;
    background: rgba(17, 17, 17, 0.58);
    padding: 20px 24px;
    margin-bottom: 25px;
}

.whitebox-section-heading {
    font-size: 38px;
    line-height: 1.2;
    margin-bottom: 15px;
}

.whitebox-feature-card {
    background: #ffffff;
    padding: 45px 35px;
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.08);
    height: 100%;
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.whitebox-feature-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 26px 56px rgba(0, 0, 0, 0.12);
}

.whitebox-feature-icon {
    display: inline-flex;
    width: 64px;
    height: 64px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: color-mix(in srgb, var(--feature-accent, #ff214f) 14%, #ffffff 86%);
    color: var(--feature-accent, #ff214f);
    border: 1px solid color-mix(in srgb, var(--feature-accent, #ff214f) 25%, #ffffff 75%);
    font-size: 22px;
    margin-bottom: 22px;
}

.whitebox-feature-card-soft {
    background: rgba(255, 255, 255, 0.86);
    backdrop-filter: blur(2px);
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.08);
}

.whitebox-feature-card-soft h3,
.whitebox-feature-card-soft p {
    color: #111111 !important;
}

.whitebox-benefits-section {
    position: relative;
    background: linear-gradient(180deg, #fbf7f1 0%, #ffffff 100%);
}

.whitebox-benefits-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 18% 18%, rgba(255, 138, 0, 0.07), transparent 24%),
        radial-gradient(circle at 80% 22%, rgba(255, 33, 79, 0.05), transparent 24%);
    pointer-events: none;
}

.whitebox-benefits-section .container {
    position: relative;
    z-index: 1;
}

.whitebox-prefooter-section {
    position: relative;
    overflow: hidden;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(249, 249, 249, 0.98) 100%);
}

.whitebox-prefooter-overlay {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.08), transparent 60%),
        radial-gradient(circle at 80% 10%, rgba(255, 33, 79, 0.06), transparent 34%),
        radial-gradient(circle at 15% 80%, rgba(255, 138, 0, 0.05), transparent 28%);
    pointer-events: none;
}

.whitebox-prefooter-eyebrow {
    color: rgba(17, 17, 17, 0.58);
}

.whitebox-prefooter-section .whitebox-section-heading,
.whitebox-prefooter-section p {
    color: #111111 !important;
}

.whitebox-realization-card {
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.whitebox-realization-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 24px 48px rgba(0, 0, 0, 0.12);
}

.whitebox-realization-card p {
    flex-grow: 1;
}

.whitebox-realization-card-button {
    margin-top: auto;
    align-self: flex-start;
}

.whitebox-proof-card {
    border: 1px solid #e8e8e8;
    padding: 30px 24px;
    text-align: center;
    background: #ffffff;
    height: 100%;
}

.whitebox-proof-number {
    display: block;
    font-size: 20px;
    line-height: 1;
    font-weight: 600;
    color: #111111;
    margin-bottom: 8px;
}

.whitebox-proof-card .alt-font.text-small {
    font-size: 11px;
    letter-spacing: 1.6px;
}

.whitebox-proof-card p {
    font-size: 14px;
    line-height: 1.75;
}

.whitebox-inquiry-form {
    background: #ffffff;
    padding: 50px 45px;
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.08);
    max-width: none;
}

.whitebox-inquiry-section {
    position: relative;
}

.whitebox-inquiry-overlay {
    position: absolute;
    inset: 0;
    background: rgba(247, 247, 247, 0.92);
}

.whitebox-form-label {
    display: block;
    font-size: 11px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #6f6f6f;
    margin-bottom: 10px;
}

.whitebox-form-input {
    width: 100%;
    min-height: 56px;
    padding: 14px 18px;
    border: 1px solid #dedede;
    background: #ffffff;
    color: #111111;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.whitebox-form-input:focus {
    border-color: #111111;
    box-shadow: 0 0 0 3px rgba(17, 17, 17, 0.08);
    outline: none;
}

.whitebox-form-select {
    appearance: none;
    background-image: linear-gradient(45deg, transparent 50%, #111111 50%), linear-gradient(135deg, #111111 50%, transparent 50%);
    background-position: calc(100% - 22px) calc(50% - 3px), calc(100% - 16px) calc(50% - 3px);
    background-size: 6px 6px, 6px 6px;
    background-repeat: no-repeat;
}

.whitebox-form-textarea {
    min-height: 160px;
    resize: vertical;
}

.whitebox-form-consent {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    color: #6f6f6f;
    font-size: 15px;
    line-height: 1.7;
}

.whitebox-form-consent input {
    width: 18px;
    height: 18px;
    margin-top: 4px;
    flex: 0 0 auto;
}

.whitebox-gdpr-link {
    color: #6f42c1;
    text-decoration: underline;
}

.whitebox-gdpr-modal[hidden] {
    display: none !important;
}

.whitebox-gdpr-modal {
    position: fixed;
    inset: 0;
    z-index: 9999;
}

.whitebox-gdpr-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(17, 17, 17, 0.5);
}

.whitebox-gdpr-dialog {
    position: relative;
    max-width: 860px;
    margin: 4vh auto;
    background: #ffffff;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.22);
    max-height: 92vh;
    display: flex;
    flex-direction: column;
}

.whitebox-gdpr-header,
.whitebox-gdpr-footer {
    padding: 18px 24px;
    border-bottom: 1px solid #d9dcff;
}

.whitebox-gdpr-footer {
    border-top: 1px solid #d9dcff;
    border-bottom: 0;
    display: flex;
    justify-content: flex-end;
}

.whitebox-gdpr-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.whitebox-gdpr-header h3 {
    margin: 0;
    font-size: 18px;
}

.whitebox-gdpr-close {
    border: 0;
    background: transparent;
    font-size: 34px;
    line-height: 1;
    color: #111111;
}

.whitebox-gdpr-body {
    padding: 26px 36px;
    overflow-y: auto;
}

.whitebox-gdpr-list {
    margin: 0;
    padding-left: 24px;
}

.whitebox-gdpr-list li {
    margin-bottom: 22px;
    color: #4d4d4d;
    line-height: 1.85;
}

.whitebox-gdpr-list ul {
    margin-top: 12px;
}

.whitebox-modal-open {
    overflow: hidden;
}

.whitebox-anti-spam-wrap {
    display: flex;
    align-items: center;
    gap: 14px;
}

.whitebox-anti-spam-text {
    color: #6f6f6f;
    white-space: nowrap;
}

.whitebox-anti-spam-input {
    max-width: 120px;
    min-height: 48px;
    padding-left: 14px;
    padding-right: 14px;
}

.whitebox-form-error {
    color: #d93025;
    font-size: 13px;
    margin-top: 8px;
}

.whitebox-form-alert {
    padding: 18px 22px;
    border: 1px solid transparent;
    font-size: 15px;
}

.whitebox-form-alert-success {
    background: #eff8f0;
    border-color: #b7dfbd;
    color: #1b5e20;
}

.whitebox-form-alert-error {
    background: #fff2f0;
    border-color: #f5c5bf;
    color: #8a1f11;
}

.whitebox-contact-link {
    color: inherit;
}

.whitebox-footer-logo {
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #ffffff;
}

.whitebox-detail-hero {
    position: relative;
}

.whitebox-detail-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, rgba(17, 17, 17, 0.8), rgba(17, 17, 17, 0.45));
}

.whitebox-detail-title {
    color: #ffffff;
    font-size: 56px;
    line-height: 1.1;
    margin-bottom: 18px;
}

.whitebox-detail-summary {
    color: rgba(255, 255, 255, 0.88);
    max-width: 640px;
    font-size: 18px;
    line-height: 30px;
}

.whitebox-detail-box {
    background: #ffffff;
    padding: 40px 35px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.06);
    height: 100%;
}

.whitebox-detail-info-section {
    position: relative;
    background: linear-gradient(180deg, #f8f5ef 0%, #fcfbf8 100%);
}

.whitebox-detail-info-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 15% 20%, rgba(255, 138, 0, 0.07), transparent 24%),
        radial-gradient(circle at 85% 80%, rgba(255, 33, 79, 0.05), transparent 24%);
    pointer-events: none;
}

.whitebox-detail-info-section .container {
    position: relative;
    z-index: 1;
}

.whitebox-detail-info-section .whitebox-detail-box {
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.whitebox-detail-info-section .whitebox-detail-box:hover {
    transform: translateY(-6px);
    box-shadow: 0 22px 52px rgba(0, 0, 0, 0.1);
}

.whitebox-detail-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.whitebox-detail-list li {
    padding: 12px 0;
    border-bottom: 1px solid #ededed;
}

.whitebox-detail-list li:last-child {
    border-bottom: 0;
}

.whitebox-detail-gallery {
    position: relative;
}

.whitebox-gallery-label {
    letter-spacing: 3px;
    color: #939393;
}

.whitebox-detail-gallery .grid-item {
    margin-bottom: 30px;
}

.whitebox-detail-gallery .grid-item figure {
    margin: 0;
}

.whitebox-detail-gallery .portfolio-img {
    position: relative;
    overflow: hidden;
    background: #f1f1f1;
    aspect-ratio: 1 / 1;
}

.whitebox-detail-gallery .grid-item.is-portrait .portfolio-img {
    aspect-ratio: 4 / 5;
}

.whitebox-detail-gallery .grid-item.is-landscape .portfolio-img {
    aspect-ratio: 4 / 3;
}

.whitebox-detail-gallery .grid-item.is-square .portfolio-img {
    aspect-ratio: 1 / 1;
}

.whitebox-detail-gallery .grid-item.is-featured .portfolio-img,
.whitebox-detail-gallery .grid-item.grid-item-double .portfolio-img {
    aspect-ratio: 16 / 10;
}

.whitebox-detail-gallery .portfolio-img img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
}

.whitebox-detail-gallery .portfolio-hover-content span,
.whitebox-detail-gallery .portfolio-hover-content p {
    letter-spacing: 0.08em;
}

.whitebox-background-gallery {
    position: relative;
}

.whitebox-background-filter {
    padding-left: 0;
}

.whitebox-background-filter li {
    margin: 0 14px 10px;
}

.whitebox-background-filter li a {
    font-size: 11px !important;
    letter-spacing: 0.06em;
    color: #7b7b7b !important;
    border-bottom-width: 1px !important;
}

.whitebox-background-filter li a:hover,
.whitebox-background-filter li a:focus,
.whitebox-background-filter li.active a {
    color: #232323 !important;
}

.whitebox-background-gallery .grid-item {
    margin-bottom: 24px;
}

.whitebox-background-gallery .grid-item,
.whitebox-background-gallery .grid-sizer {
    width: 25%;
}

.whitebox-background-gallery .grid-item figure {
    border: 0 !important;
    box-shadow: none !important;
    background: transparent !important;
}

.whitebox-background-gallery .portfolio-img {
    aspect-ratio: 3 / 2;
    background: transparent !important;
    border: 0 !important;
}

.whitebox-background-gallery .grid-item .portfolio-img {
    aspect-ratio: 3 / 2;
}

.whitebox-background-gallery .portfolio-wrapper .grid-item figure:hover .portfolio-img,
.whitebox-background-gallery .portfolio-wrapper .grid-item figure:hover figcaption {
    box-shadow: none !important;
}

.whitebox-background-gallery .portfolio-img img {
    object-fit: contain !important;
    background: transparent !important;
    padding: 0;
    transform: none !important;
}

.whitebox-background-gallery figcaption {
    background: linear-gradient(to top, rgba(255, 255, 255, 0.68) 10%, rgba(255, 255, 255, 0.24) 45%, rgba(255, 255, 255, 0.03) 100%) !important;
}

.whitebox-background-gallery .portfolio-hover-main {
    background: transparent !important;
}

.whitebox-background-gallery .portfolio-icon a {
    background: rgba(255, 255, 255, 0.86) !important;
    border: 1px solid rgba(35, 35, 35, 0.12) !important;
    color: #232323 !important;
    box-shadow: 0 8px 18px rgba(17, 17, 17, 0.08);
}

.whitebox-background-gallery .portfolio-icon a i {
    color: #232323 !important;
}

.whitebox-background-gallery .portfolio-hover-content {
    display: inline-block;
    padding: 10px 14px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.74);
    box-shadow: 0 10px 24px rgba(17, 17, 17, 0.08);
}

.whitebox-background-gallery figure:hover figcaption {
    background: linear-gradient(to top, rgba(255, 255, 255, 0.56) 10%, rgba(255, 255, 255, 0.16) 45%, rgba(255, 255, 255, 0.02) 100%) !important;
}

.whitebox-background-gallery figure:hover .portfolio-hover-content {
    background: rgba(255, 255, 255, 0.66);
}

.whitebox-background-gallery figure:hover .portfolio-icon a {
    background: rgba(255, 255, 255, 0.8) !important;
}

.whitebox-background-gallery .portfolio-hover-content span {
    color: #232323 !important;
    text-shadow: none !important;
}

.whitebox-background-gallery .portfolio-hover-content p {
    line-height: 1.45;
    color: #5f5f5f !important;
    text-shadow: none !important;
}

.whitebox-background-callout {
    height: 100%;
}

.whitebox-background-callout-accent {
    border: 1px solid rgba(255, 33, 79, 0.16);
    background: linear-gradient(145deg, #fff5f7 0%, #ffffff 58%);
}

.whitebox-background-gallery .btn {
    margin-top: 8px;
}

.whitebox-logo-wall {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px 16px;
}

.whitebox-logo-tile {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 62px;
    padding: 12px 18px;
    border: 1px solid rgba(17, 17, 17, 0.08);
    background: rgba(255, 255, 255, 0.72);
    color: rgba(17, 17, 17, 0.5);
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.4;
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.whitebox-logo-tile-image {
    min-width: 160px;
    padding: 16px 20px;
    border: 0;
    background: transparent;
    box-shadow: none;
}

.whitebox-logo-tile-image img {
    max-width: 140px;
    max-height: 34px;
    width: auto;
    height: auto;
    object-fit: contain;
    filter: grayscale(1);
    opacity: 0.5;
}

.whitebox-logo-tile:hover {
    opacity: 0.72;
    transform: translateY(-2px);
}

.whitebox-cta-band {
    background: #111111;
    color: #ffffff;
}

@media (max-width: 1199px) {
    .whitebox-hero-title {
        font-size: 52px;
    }

    .whitebox-detail-title {
        font-size: 46px;
    }

    .whitebox-background-gallery .grid-item,
    .whitebox-background-gallery .grid-sizer {
        width: 33.3333%;
    }
}

@media (max-width: 767px) {
    .whitebox-global-menu {
        display: block;
    }

    .whitebox-nav .whitebox-menu-cta-item {
        margin-left: 0;
        margin-top: 15px;
    }

    .whitebox-nav .whitebox-menu-cta-item > a.whitebox-menu-cta {
        min-width: 100%;
        line-height: 1 !important;
    }

    .whitebox-nav .whitebox-menu-cta-item > a.whitebox-menu-cta > span {
        top: 0;
    }

    .whitebox-background-filter li {
        margin: 0 8px 8px;
    }

    .whitebox-background-filter li a {
        font-size: 10px !important;
    }

    .whitebox-brand-main {
        font-size: 22px;
    }

    .whitebox-hero-title,
    .whitebox-detail-title {
        font-size: 36px;
    }

    .whitebox-product-title {
        font-size: 24px;
        padding: 14px 22px;
    }

    .whitebox-product-copy,
    .whitebox-feature-card,
    .whitebox-detail-box,
    .whitebox-inquiry-form {
        padding: 24px 20px;
    }

    .whitebox-anti-spam-wrap {
        flex-direction: column;
        align-items: flex-start;
    }

    .whitebox-anti-spam-input {
        max-width: 100%;
        width: 100%;
    }

    .whitebox-detail-gallery .portfolio-img,
    .whitebox-detail-gallery .grid-item.is-portrait .portfolio-img,
    .whitebox-detail-gallery .grid-item.is-landscape .portfolio-img,
    .whitebox-detail-gallery .grid-item.is-square .portfolio-img,
    .whitebox-detail-gallery .grid-item.is-featured .portfolio-img,
    .whitebox-detail-gallery .grid-item.grid-item-double .portfolio-img {
        aspect-ratio: 4 / 3;
    }

    .whitebox-background-gallery .grid-item,
    .whitebox-background-gallery .grid-sizer {
        width: 100%;
    }

    .whitebox-gdpr-dialog {
        margin: 2vh 16px;
        max-height: 96vh;
    }

    .whitebox-gdpr-body {
        padding: 22px 20px;
    }
}
