.taiya-site {
    color: #333333;
    font-family: inherit;
    overflow-wrap: break-word;
}

.taiya-site,
.taiya-site * {
    box-sizing: border-box;
}

.taiya-site a {
    text-decoration: none;
}

.taiya-brandbar {
    background: #ffffff;
    border-bottom: 1px solid #e6dfd8;
    box-shadow: 0 12px 30px rgba(15, 23, 42, .08);
    position: sticky;
    top: 0;
    z-index: 9997;
}

body.admin-bar .taiya-brandbar {
    top: 32px;
}

.taiya-brandbar__top,
.taiya-brandbar__main {
    padding-left: max(24px, calc((100vw - 1220px) / 2));
    padding-right: max(24px, calc((100vw - 1220px) / 2));
}

.taiya-brandbar__top {
    align-items: center;
    background: #102D49;
    color: rgba(255, 255, 255, .82);
    display: flex;
    font-size: 13px;
    gap: 18px;
    justify-content: space-between;
    min-height: 34px;
}

.taiya-brandbar__contact {
    align-items: center;
    display: flex;
    gap: 14px;
    white-space: nowrap;
}

.taiya-brandbar__contact a {
    color: #F2E8DF;
    font-weight: 800;
}

.taiya-brandbar__main {
    align-items: center;
    display: flex;
    gap: 14px;
    min-height: 78px;
    transition: padding .28s ease, opacity .22s ease, max-height .28s ease;
}

.taiya-brandbar__mark {
    display: inline-flex;
    flex: 0 0 auto;
}

.taiya-brandbar__mark img {
    display: block;
    height: auto;
    max-height: 58px;
    width: 118px;
}

.taiya-brandbar__copy {
    display: grid;
    flex: 0 1 240px;
    gap: 3px;
    max-width: 240px;
    min-width: 0;
}

.taiya-brandbar__copy strong {
    color: #1B3A5C;
    font-size: 18px;
    line-height: 1.1;
}

.taiya-brandbar__copy span {
    color: #555555;
    font-size: 14px;
    line-height: 1.35;
    max-width: 290px;
}

.taiya-primary-nav {
    align-items: center;
    display: flex;
    flex: 1 1 auto;
    flex-wrap: nowrap;
    gap: 2px;
    justify-content: flex-start;
    margin-left: 8px;
    min-width: 0;
}

.taiya-primary-nav > a,
.taiya-primary-nav__link {
    border-radius: 999px;
    color: #1B3A5C;
    display: inline-flex;
    font-size: 14px;
    font-weight: 850;
    line-height: 1;
    padding: 11px 10px;
    white-space: nowrap;
}

.taiya-primary-nav > a:hover,
.taiya-primary-nav > a:focus-visible,
.taiya-primary-nav__link:hover,
.taiya-primary-nav__link:focus-visible {
    background: #F2E8DF;
    color: #102D49;
}

.taiya-primary-nav__item {
    position: relative;
}

.taiya-primary-nav__item--has-children {
    flex: 0 0 auto;
}

.taiya-primary-nav__link--parent {
    align-items: center;
    padding-right: 30px;
    position: relative;
}

.taiya-primary-nav__link--parent::after {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid currentColor;
    content: "";
    position: absolute;
    right: 13px;
    top: 50%;
    transform: translateY(-35%);
}

.taiya-primary-nav__submenu {
    background: #ffffff;
    border: 1px solid #e6dfd8;
    border-radius: 18px;
    box-shadow: 0 20px 48px rgba(15, 23, 42, .18);
    display: grid;
    gap: 6px;
    grid-template-columns: repeat(2, minmax(180px, 1fr));
    left: 0;
    min-width: min(560px, calc(100vw - 48px));
    opacity: 0;
    padding: 14px;
    pointer-events: none;
    position: absolute;
    top: calc(100% + 12px);
    transform: translateY(8px);
    transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
    visibility: hidden;
    z-index: 40;
}

.taiya-primary-nav__submenu a {
    border-radius: 12px;
    color: #1B3A5C;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.35;
    padding: 10px 12px;
    white-space: normal;
}

.taiya-primary-nav__submenu a:hover,
.taiya-primary-nav__submenu a:focus-visible {
    background: #F7F2EC;
    color: #102D49;
}

.taiya-primary-nav__item--has-children:hover .taiya-primary-nav__submenu,
.taiya-primary-nav__item--has-children:focus-within .taiya-primary-nav__submenu {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
    visibility: visible;
}

.taiya-language-switcher {
    flex: 0 0 auto;
    margin-left: 12px;
    position: relative;
}

.taiya-brandbar .taiya-language-switcher {
    margin-left: 18px;
}

.taiya-language-switcher summary {
    align-items: center;
    border: 1px solid #e6dfd8;
    border-radius: 999px;
    color: #1B3A5C;
    cursor: pointer;
    display: inline-flex;
    gap: 8px;
    list-style: none;
    min-height: 42px;
    padding: 0 13px;
}

.taiya-language-switcher summary::-webkit-details-marker {
    display: none;
}

.taiya-language-switcher summary span {
    color: #64748b;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
}

.taiya-language-switcher summary strong {
    font-size: 13px;
    white-space: nowrap;
}

.taiya-language-switcher summary::after {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid currentColor;
    content: "";
    display: inline-block;
    margin-left: 2px;
}

.taiya-language-switcher[open] summary {
    background: #1B3A5C;
    border-color: #1B3A5C;
    color: #ffffff;
}

.taiya-language-switcher[open] summary span {
    color: rgba(255, 255, 255, .68);
}

.taiya-language-switcher__panel {
    background: #ffffff;
    border: 1px solid #e6dfd8;
    border-radius: 14px;
    box-shadow: 0 24px 60px rgba(15, 23, 42, .16);
    display: grid;
    gap: 6px;
    min-width: 210px;
    padding: 10px;
    position: absolute;
    right: 0;
    top: calc(100% + 12px);
    z-index: 10;
}

.taiya-language-switcher__panel a {
    align-items: center;
    border: 1px solid #e6dfd8;
    border-radius: 10px;
    color: #1B3A5C;
    display: flex;
    font-size: 13px;
    font-weight: 800;
    gap: 10px;
    line-height: 1;
    padding: 10px 11px;
}

.taiya-language-switcher__panel a span {
    background: #FAFAF8;
    border-radius: 999px;
    color: #64748b;
    display: inline-flex;
    font-size: 11px;
    justify-content: center;
    min-width: 32px;
    padding: 4px 6px;
}

.taiya-language-switcher__panel a[aria-current="true"] {
    background: #1B3A5C;
    border-color: #1B3A5C;
    color: #ffffff;
}

.taiya-language-switcher__panel a[aria-current="true"] span {
    background: rgba(255, 255, 255, .16);
    color: #ffffff;
}

@media (max-width: 1180px) {
    .taiya-brandbar__main {
        flex-wrap: wrap;
    }

    .taiya-primary-nav {
        flex-basis: 100%;
        flex-wrap: wrap;
        justify-content: flex-start;
        margin-left: 0;
        order: 4;
        row-gap: 8px;
    }
}

.taiya-hero {
    align-items: center;
    background: #102D49;
    color: #ffffff;
    display: grid;
    gap: 32px;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
    min-height: 640px;
    overflow: hidden;
    padding: 76px max(24px, calc((100vw - 1220px) / 2)) 64px;
    position: relative;
}

.taiya-hero__inner {
    max-width: 760px;
    position: relative;
    z-index: 2;
}

.taiya-hero--carousel::before {
    background:
        linear-gradient(90deg, rgba(8, 28, 45, .94) 0%, rgba(8, 28, 45, .76) 48%, rgba(8, 28, 45, .28) 100%),
        radial-gradient(circle at 72% 22%, rgba(200, 122, 74, .28), transparent 32%);
    content: "";
    inset: 0;
    position: absolute;
    z-index: 1;
}

.taiya-hero-slider,
.taiya-hero-slide {
    inset: 0;
    position: absolute;
}

.taiya-hero-slide {
    animation: taiyaHeroFade 18s infinite;
    margin: 0;
    opacity: 0;
}

.taiya-hero-slide--1 {
    animation-delay: 0s;
}

.taiya-hero-slide--2 {
    animation-delay: 6s;
}

.taiya-hero-slide--3 {
    animation-delay: 12s;
}

.taiya-hero-slide img {
    display: block;
    height: 100%;
    object-fit: cover;
    transform: scale(1.04);
    width: 100%;
}

@keyframes taiyaHeroFade {
    0%, 8% {
        opacity: 0;
    }

    13%, 34% {
        opacity: 1;
    }

    42%, 100% {
        opacity: 0;
    }
}

.taiya-hero__rail {
    align-self: end;
    display: grid;
    gap: 12px;
    position: relative;
    z-index: 2;
}

.taiya-hero__rail article {
    background: rgba(255, 255, 255, .1);
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: 16px;
    backdrop-filter: blur(10px);
    padding: 17px 18px;
}

.taiya-hero__rail span {
    color: #C4B5A5;
    display: block;
    font-size: 12px;
    font-weight: 900;
    margin-bottom: 8px;
}

.taiya-hero__rail strong {
    color: #ffffff;
    display: block;
    font-size: 16px;
    line-height: 1.25;
    margin-bottom: 7px;
    text-transform: uppercase;
}

.taiya-hero__rail p {
    color: rgba(255, 255, 255, .74);
    font-size: 13px;
    line-height: 1.55;
    margin: 0;
}

.taiya-eyebrow {
    color: #C87A4A;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0;
    margin: 0 0 12px;
    text-transform: uppercase;
}

.taiya-hero .taiya-eyebrow {
    color: #C4B5A5;
}

.taiya-hero h1,
.taiya-page-hero h1 {
    font-size: clamp(38px, 5vw, 60px);
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.02;
    margin: 0 0 22px;
    max-width: 880px;
}

.taiya-hero h1 {
    color: #ffffff;
    text-shadow: 0 16px 46px rgba(0, 0, 0, .45);
}

.taiya-lead,
.taiya-page-hero p {
    font-size: 18px;
    line-height: 1.7;
    margin: 0;
    max-width: 760px;
}

.taiya-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 28px;
}

.taiya-button {
    align-items: center;
    border-radius: 6px;
    display: inline-flex;
    font-weight: 800;
    justify-content: center;
    min-height: 48px;
    padding: 0 22px;
}

.taiya-button--primary {
    background: #1B3A5C;
    color: #ffffff !important;
}

.taiya-button--secondary {
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .72);
    color: #ffffff !important;
}

.taiya-button--outline {
    background: #ffffff;
    border: 1px solid #1B3A5C;
    color: #1B3A5C !important;
}

.taiya-stats {
    border-top: 1px solid rgba(255, 255, 255, .24);
    display: flex;
    flex-wrap: wrap;
    gap: 22px;
    margin-top: 0;
    padding-top: 0;
}

.taiya-stats span {
    color: rgba(255, 255, 255, .88);
    display: grid;
    gap: 3px;
}

.taiya-stats strong {
    color: #ffffff;
    font-size: 20px;
}

.taiya-stat-strip {
    background: #1B3A5C;
    padding: 18px max(24px, calc((100vw - 1180px) / 2));
}

.taiya-stat-strip .taiya-stats {
    border-top: 0;
}

.taiya-section,
.taiya-page-hero {
    padding: 76px max(24px, calc((100vw - 1180px) / 2));
}

.taiya-section--muted,
.taiya-page-hero {
    background: #FAFAF8;
}

.taiya-section__head {
    margin-bottom: 32px;
    max-width: 760px;
}

.taiya-section h2,
.taiya-card h2,
.taiya-card h3,
.taiya-contact-box h2 {
    letter-spacing: 0;
    line-height: 1.16;
}

.taiya-section h2 {
    font-size: clamp(30px, 4vw, 48px);
    margin: 0;
}

.taiya-grid {
    display: grid;
    gap: 18px;
}

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

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

.taiya-card,
.taiya-contact-box {
    background: #ffffff;
    border: 1px solid #e6dfd8;
    border-radius: 8px;
    color: #333333;
    min-height: 170px;
    padding: 24px;
}

.taiya-card--product {
    overflow: hidden;
    padding: 0;
}

.taiya-card--product-entry {
    color: inherit;
    display: block;
    text-decoration: none;
}

.taiya-card--product h2,
.taiya-card--product h3,
.taiya-card--product p {
    padding-left: 24px;
    padding-right: 24px;
}

.taiya-card--product p {
    padding-bottom: 24px;
}

.taiya-product-card h2 a {
    color: inherit;
}

.taiya-product-card__body {
    display: grid;
    gap: 10px;
    padding-bottom: 24px;
}

.taiya-product-card__category {
    color: #C87A4A !important;
    font-size: 13px !important;
    font-weight: 800;
    margin: 0 !important;
    padding-bottom: 0 !important;
    text-transform: uppercase;
}

.taiya-product-card__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 0 24px;
}

.taiya-product-card__actions a {
    align-items: center;
    border: 1px solid #e6dfd8;
    border-radius: 6px;
    color: #1B3A5C;
    display: inline-flex;
    font-size: 14px;
    font-weight: 800;
    min-height: 38px;
    padding: 0 12px;
}

.taiya-card__media {
    aspect-ratio: 4 / 3;
    background: #e5e7eb;
    display: block;
    margin: 0 0 20px;
    overflow: hidden;
}

.taiya-card__media img,
.taiya-media-card img,
.taiya-swatch-grid img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.taiya-card h2,
.taiya-card h3,
.taiya-contact-box h2 {
    color: #1B3A5C;
    font-size: 23px;
    margin: 0 0 12px;
}

.taiya-card p,
.taiya-list p,
.taiya-contact-box p {
    color: #555555;
    font-size: 16px;
    line-height: 1.7;
    margin: 0;
}

.taiya-card p + p,
.taiya-list p + p {
    margin-top: 14px;
}

.taiya-split {
    align-items: start;
    display: grid;
    gap: 44px;
    grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
}

.taiya-list {
    display: grid;
    gap: 16px;
}

.taiya-list p {
    background: #ffffff;
    border-left: 4px solid #C87A4A;
    padding: 18px 20px;
}

.taiya-process {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(7, minmax(0, 1fr));
}

.taiya-process span,
.taiya-specs span {
    background: #ffffff;
    border: 1px solid #e6dfd8;
    border-radius: 6px;
    color: #1B3A5C;
    font-weight: 800;
    min-height: 56px;
    padding: 16px;
}

.taiya-process span {
    align-items: center;
    display: flex;
    justify-content: center;
    text-align: center;
}

.taiya-specs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
}

.taiya-specs span {
    min-height: auto;
    padding: 10px 14px;
}

.taiya-section--visual {
    background: #ffffff;
}

.taiya-media-grid {
    display: grid;
    gap: 18px;
}

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

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

.taiya-media-card,
.taiya-video-card,
.taiya-swatch-grid figure {
    background: #ffffff;
    border: 1px solid #e6dfd8;
    border-radius: 8px;
    overflow: hidden;
}

.taiya-media-card figure {
    aspect-ratio: 16 / 11;
    background: #e5e7eb;
    margin: 0;
}

.taiya-media-card div,
.taiya-video-card div {
    padding: 20px 22px 22px;
}

.taiya-media-card h3,
.taiya-video-card h3 {
    color: #1B3A5C;
    font-size: 21px;
    line-height: 1.18;
    margin: 0 0 10px;
}

.taiya-media-card p,
.taiya-video-card p {
    color: #555555;
    line-height: 1.65;
    margin: 0;
}

.taiya-swatch-grid {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.taiya-swatch-grid figure {
    margin: 0;
}

.taiya-swatch-grid figure div {
    aspect-ratio: 1 / 1;
    background: #e5e7eb;
}

.taiya-swatch-grid figcaption {
    color: #1B3A5C;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.25;
    min-height: 52px;
    padding: 12px 12px 14px;
}

.taiya-video-grid {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.taiya-video-card video {
    aspect-ratio: 16 / 9;
    background: #1B3A5C;
    display: block;
    height: auto;
    object-fit: cover;
    width: 100%;
}

.taiya-cta {
    align-items: center;
    background: #1B3A5C;
    color: #ffffff;
    display: flex;
    gap: 28px;
    justify-content: space-between;
}

.taiya-cta .taiya-eyebrow {
    color: #C4B5A5;
}

.taiya-cta h2,
.taiya-cta p {
    color: #ffffff;
}

.taiya-cta p {
    color: rgba(255, 255, 255, .78);
    line-height: 1.7;
    margin: 14px 0 0;
    max-width: 760px;
}

.taiya-download-band {
    align-items: center;
    background: #FAFAF8;
    display: flex;
    gap: 28px;
    justify-content: space-between;
}

.taiya-download-band h2 {
    color: #1B3A5C;
    margin: 0;
}

.taiya-download-band p:not(.taiya-eyebrow) {
    color: #555555;
    line-height: 1.7;
    margin: 14px 0 0;
    max-width: 760px;
}

.taiya-application-links {
    background: #ffffff;
    border: 1px solid #e6dfd8;
}

.taiya-link-list {
    display: grid;
    gap: 12px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.taiya-link-list li {
    border-bottom: 1px solid #e5ecea;
    color: #334155;
    line-height: 1.7;
    padding: 0 0 12px;
}

.taiya-link-list li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.taiya-link-list a {
    color: #1B3A5C;
    font-weight: 800;
}

.taiya-spec-table {
    border-collapse: collapse;
    width: 100%;
}

.taiya-spec-table th,
.taiya-spec-table td {
    border-bottom: 1px solid #e6dfd8;
    line-height: 1.65;
    padding: 14px 16px;
    text-align: left;
    vertical-align: top;
}

.taiya-spec-table th {
    color: #1B3A5C;
    width: 28%;
}

.taiya-contact-box a {
    color: #1B3A5C;
    font-weight: 800;
}

.taiya-contact-note {
    color: #555555;
    line-height: 1.7;
    margin: 18px 0 0;
}

.taiya-contact-form-panel {
    background: #ffffff;
    border: 1px solid #e6dfd8;
    border-radius: 8px;
    margin-top: 34px;
    padding: 26px;
}

.taiya-contact-form-panel h2 {
    color: #1B3A5C;
    font-size: 28px;
    line-height: 1.2;
    margin: 0 0 20px;
}

.taiya-inquiry-form {
    display: grid;
    gap: 18px;
}

.taiya-form-grid {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.taiya-inquiry-form label {
    display: grid;
    gap: 7px;
}

.taiya-inquiry-form label span {
    color: #1B3A5C;
    font-size: 14px;
    font-weight: 800;
}

.taiya-inquiry-form input,
.taiya-inquiry-form textarea {
    background: #ffffff;
    border: 1px solid #cbd5e1;
    border-radius: 6px;
    color: #333333;
    font: inherit;
    min-height: 46px;
    padding: 11px 12px;
    width: 100%;
}

.taiya-inquiry-form textarea {
    line-height: 1.6;
    min-height: 150px;
    resize: vertical;
}

.taiya-inquiry-form input:focus,
.taiya-inquiry-form textarea:focus {
    border-color: #1B3A5C;
    box-shadow: 0 0 0 3px rgba(27, 58, 92, .14);
    outline: 0;
}

.taiya-hp-field {
    left: -9999px;
    position: absolute;
    top: auto;
}

.taiya-form-message {
    border-radius: 6px;
    font-weight: 800;
    line-height: 1.5;
    margin: 0;
    padding: 12px 14px;
}

.taiya-form-message--success {
    background: #dcfce7;
    color: #166534;
}

.taiya-form-message--error {
    background: #fee2e2;
    color: #991b1b;
}

.taiya-contact-list {
    display: grid;
    gap: 12px;
    margin: 18px 0 0;
}

.taiya-contact-list div {
    border-bottom: 1px solid #e2e8f0;
    display: grid;
    gap: 5px;
    padding-bottom: 12px;
}

.taiya-contact-list dt {
    color: #1B3A5C;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
}

.taiya-contact-list dd {
    color: #555555;
    line-height: 1.55;
    margin: 0;
}

.taiya-contact-list + p {
    margin-top: 18px;
}

.taiya-map {
    background: #e5e7eb;
    border: 1px solid #e6dfd8;
    border-radius: 8px;
    overflow: hidden;
}

.taiya-map iframe {
    border: 0;
    display: block;
    height: 420px;
    width: 100%;
}

.taiya-product-detail-grid {
    align-items: start;
    display: grid;
    gap: 34px;
    grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
}

.taiya-product-detail__image {
    aspect-ratio: 4 / 3;
    background: #e5e7eb;
    border-radius: 8px;
    margin: 0;
    overflow: hidden;
}

.taiya-product-detail__image img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.taiya-product-sku {
    color: #C87A4A;
    font-size: 14px;
    font-weight: 800;
    margin: 0 0 12px;
    text-transform: uppercase;
}

.taiya-product-detail-grid h2 {
    color: #1B3A5C;
    font-size: 30px;
    line-height: 1.2;
    margin: 0 0 18px;
}

.taiya-product-spec-table {
    border-collapse: collapse;
    margin: 0;
    width: 100%;
}

.taiya-product-spec-table th,
.taiya-product-spec-table td {
    border-bottom: 1px solid #e6dfd8;
    line-height: 1.55;
    padding: 13px 14px;
    text-align: left;
    vertical-align: top;
}

.taiya-product-spec-table th {
    color: #1B3A5C;
    font-weight: 800;
    width: 34%;
}

.taiya-product-spec-table td {
    color: #555555;
}

.taiya-product-spec-table--catalog th {
    width: 30%;
}

.taiya-product-spec-table--catalog th a {
    color: #1B3A5C;
    text-decoration: none;
}

.taiya-product-spec-table--catalog td p {
    margin: 0 0 8px;
}

.taiya-product-spec-table--catalog td p:last-child {
    margin-bottom: 0;
}

.taiya-spec-sku {
    color: #64748b;
    display: block;
    font-size: 13px;
    font-weight: 700;
    margin-top: 6px;
}

.taiya-legal-copy {
    display: grid;
    gap: 26px;
    max-width: 880px;
}

.taiya-legal-copy article {
    border-bottom: 1px solid #e6dfd8;
    padding-bottom: 24px;
}

.taiya-legal-copy h2 {
    color: #1B3A5C;
    font-size: 28px;
    line-height: 1.2;
    margin: 0 0 10px;
}

.taiya-legal-copy p {
    color: #555555;
    line-height: 1.75;
    margin: 0;
}

.taiya-footer {
    background: #1B3A5C;
    color: #ffffff;
    padding: 44px max(24px, calc((100vw - 1180px) / 2));
}

body:has(.taiya-footer) .site-footer,
body.taiya-has-site-footer .site-footer {
    display: none;
}

body:has(.taiya-brandbar) .site-header,
body.taiya-has-brandbar .site-header {
    display: none !important;
}

body:has(.taiya-site) .entry-header,
body:has(.taiya-site) .entry-title,
body:has(.taiya-site) .ast-single-entry-banner,
body:has(.taiya-site) .wp-block-post-title,
body:has(.taiya-site) main > article > header,
body.taiya-has-site .entry-header,
body.taiya-has-site .entry-title,
body.taiya-has-site .ast-single-entry-banner,
body.taiya-has-site .wp-block-post-title,
body.taiya-has-site main > article > header {
    display: none !important;
}

body:has(.taiya-site) .site-content .ast-container,
body:has(.taiya-site) .site-content,
body:has(.taiya-site) .content-area,
body.taiya-has-site .site-content .ast-container {
    display: block !important;
    max-width: none !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

body.taiya-has-site .site-content,
body.taiya-has-site .content-area {
    max-width: none !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

body:has(.taiya-site) #primary,
body:has(.taiya-site) .site-main,
body:has(.taiya-site) .entry-content,
body.taiya-has-site #primary,
body.taiya-has-site .site-main,
body.taiya-has-site .entry-content {
    margin: 0 !important;
    max-width: none !important;
    padding: 0 !important;
    width: 100% !important;
}

.taiya-footer__grid {
    display: grid;
    gap: 28px;
    grid-template-columns: 1.4fr 1fr .7fr;
}

.taiya-footer h2,
.taiya-footer h3 {
    color: #ffffff;
    line-height: 1.2;
    margin: 0 0 12px;
}

.taiya-footer h2 {
    font-size: 24px;
}

.taiya-footer h3 {
    font-size: 17px;
}

.taiya-footer p,
.taiya-footer .taiya-contact-list dd,
.taiya-footer .taiya-contact-list dt {
    color: rgba(255, 255, 255, .78);
}

.taiya-footer p {
    line-height: 1.65;
    margin: 0 0 8px;
}

.taiya-footer a {
    color: #F2E8DF;
    font-weight: 800;
}

.taiya-footer .taiya-contact-list {
    margin-top: 0;
}

.taiya-footer .taiya-contact-list div {
    border-bottom-color: rgba(255, 255, 255, .15);
}

.site-header .site-logo-img img.custom-logo {
    height: auto !important;
    max-width: min(140px, 20vw) !important;
    width: min(140px, 20vw) !important;
}

.site-header .ast-site-title-wrap {
    display: none !important;
}

.site-header .site-branding {
    align-items: center;
    min-height: 58px;
}

.site-header a[href="#pll_switcher"] {
    cursor: pointer;
}

.site-header .taiya-language-open > .sub-menu {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
}

@media (min-width: 922px) {
    .site-header .ast-mobile-header-wrap,
    .ast-mobile-popup-drawer {
        display: none !important;
    }

    .site-header .ast-desktop-header-content,
    .site-header .site-header-primary-section-right .ast-builder-menu {
        display: flex !important;
    }

    .site-header .site-primary-header-wrap.ast-container {
        max-width: none !important;
        padding-left: 24px !important;
        padding-right: 24px !important;
    }

    .site-header .ast-builder-grid-row {
        column-gap: 10px !important;
        grid-template-columns: auto minmax(0, 1fr) !important;
        position: relative;
    }

    .site-header .site-header-primary-section-left {
        flex: 0 0 auto;
        min-width: 0;
        position: relative;
        z-index: 2;
    }

    .site-header .site-header-primary-section-right {
        flex: 1 1 auto;
        justify-content: center;
        min-width: 0;
    }

    .site-header .site-header-primary-section-right .ast-builder-menu,
    .site-header .site-header-primary-section-right .main-navigation {
        pointer-events: auto;
    }

    .site-header .main-header-menu,
    .site-header .ast-builder-menu .main-navigation > ul {
        flex-wrap: nowrap !important;
        gap: 0 !important;
    }

    .site-header .main-header-menu .menu-link,
    .site-header .ast-builder-menu .menu-item > .menu-link {
        font-size: 14px !important;
        padding-left: 6px !important;
        padding-right: 6px !important;
        white-space: nowrap !important;
    }

    .site-header .ast-builder-menu,
    .site-header .main-navigation {
        min-width: 0;
    }
}

@media (max-width: 921px) {
    .site-header .ast-primary-header-bar .ast-builder-menu,
    .site-header .ast-primary-header-bar .main-header-menu,
    .site-header .site-header-primary-section-right .ast-builder-menu {
        display: none !important;
    }

    .site-header .ast-mobile-header-wrap {
        display: block !important;
    }
}

@media (min-width: 1200px) {
    .site-header .site-header-primary-section-right {
        bottom: 0;
        justify-content: center;
        left: 0;
        pointer-events: none;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 1;
    }

    .site-header .main-header-menu .menu-link,
    .site-header .ast-builder-menu .menu-item > .menu-link {
        font-size: 15px !important;
    }
}

.taiya-floating-contact {
    align-items: flex-end;
    bottom: 96px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    position: fixed;
    right: 22px;
    z-index: 9998;
}

.taiya-floating-cta {
    align-items: center;
    background: #1B3A5C;
    border: 1px solid rgba(255, 255, 255, .4);
    border-radius: 999px;
    bottom: 96px;
    box-shadow: 0 14px 36px rgba(15, 23, 42, .2);
    color: #ffffff !important;
    display: inline-flex !important;
    font-weight: 800;
    justify-content: center;
    min-height: 46px;
    padding: 0 18px;
    position: fixed !important;
    right: 22px;
    text-decoration: none !important;
    z-index: 9998;
}

body:has(.taiya-floating-contact) .taiya-floating-cta {
    display: none !important;
}

.taiya-floating-contact__item {
    align-items: center;
    background: #ffffff;
    border: 1px solid rgba(27, 58, 92, .18);
    border-radius: 999px;
    box-shadow: 0 14px 36px rgba(15, 23, 42, .16);
    color: #1B3A5C !important;
    cursor: pointer;
    display: inline-flex;
    height: 48px;
    justify-content: center;
    padding: 0;
    position: relative;
    text-decoration: none;
    transition: background .18s ease, color .18s ease, transform .18s ease;
    width: 48px;
}

.taiya-floating-contact__item:hover,
.taiya-floating-contact__item:focus-visible,
.taiya-floating-contact__item.is-copied {
    background: #1B3A5C;
    color: #ffffff !important;
    transform: translateX(-2px);
}

.taiya-floating-contact__icon svg {
    display: block;
    height: 23px;
    width: 23px;
}

.taiya-floating-contact__icon svg path,
.taiya-floating-contact__icon svg rect,
.taiya-floating-contact__icon svg circle {
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
}

.taiya-floating-contact__item--wechat svg circle {
    fill: currentColor;
    stroke: none;
}

.taiya-floating-contact__detail {
    background: #333333;
    border-radius: 8px;
    box-shadow: 0 12px 30px rgba(15, 23, 42, .18);
    color: #ffffff;
    min-width: 180px;
    opacity: 0;
    padding: 9px 11px;
    pointer-events: none;
    position: absolute;
    right: 58px;
    text-align: left;
    top: 50%;
    transform: translate(8px, -50%);
    transition: opacity .18s ease, transform .18s ease;
    white-space: nowrap;
}

.taiya-floating-contact__detail strong,
.taiya-floating-contact__detail small {
    display: block;
    line-height: 1.25;
}

.taiya-floating-contact__detail strong {
    font-size: 13px;
}

.taiya-floating-contact__detail small {
    color: rgba(255, 255, 255, .78);
    font-size: 12px;
    margin-top: 3px;
}

.taiya-floating-contact__item:hover .taiya-floating-contact__detail,
.taiya-floating-contact__item:focus-visible .taiya-floating-contact__detail,
.taiya-floating-contact__item.is-copied .taiya-floating-contact__detail {
    opacity: 1;
    transform: translate(0, -50%);
}

.taiya-site[dir="rtl"] {
    direction: rtl;
    text-align: right;
}

.taiya-site[dir="rtl"] .taiya-language-switcher,
.taiya-site[dir="rtl"] .taiya-actions,
.taiya-site[dir="rtl"] .taiya-stats,
.taiya-site[dir="rtl"] .taiya-specs {
    direction: rtl;
}

.taiya-site[dir="rtl"] .taiya-list p {
    border-left: 0;
    border-right: 4px solid #C87A4A;
}

@media (max-width: 1040px) {
    .taiya-brandbar__main {
        flex-wrap: wrap;
        gap: 12px 14px;
        padding-bottom: 12px;
        padding-top: 12px;
    }

    .taiya-brandbar__mark img {
        width: 102px;
    }

    .taiya-brandbar__copy {
        flex: 1 1 240px;
        max-width: 320px;
    }

    .taiya-brandbar__copy strong {
        font-size: 17px;
    }

    .taiya-brandbar__copy span {
        font-size: 13px;
    }

    .taiya-primary-nav {
        gap: 0;
        flex: 1 1 calc(100% - 170px);
        margin-left: 0;
    }

    .taiya-primary-nav > a,
    .taiya-primary-nav__link {
        font-size: 13px;
        padding: 10px 8px;
    }

    .taiya-brandbar .taiya-language-switcher {
        margin-left: auto;
    }

    .taiya-language-switcher summary {
        gap: 6px;
        min-height: 38px;
        padding: 0 11px;
    }

    .taiya-language-switcher summary strong {
        font-size: 12px;
    }
}

@media (max-width: 840px) {
    body.admin-bar .taiya-brandbar {
        top: 46px;
    }

    .taiya-brandbar__top {
        align-items: flex-start;
        flex-direction: column;
        gap: 8px;
        padding-bottom: 9px;
        padding-top: 9px;
    }

    .taiya-brandbar__main {
        align-items: center;
        flex-wrap: wrap;
        min-height: 0;
        padding-bottom: 12px;
        padding-top: 12px;
    }

    .taiya-primary-nav {
        border-top: 1px solid #ece6dd;
        flex-basis: 100%;
        flex-wrap: wrap;
        justify-content: flex-start;
        margin-left: 0;
        order: 4;
        padding-top: 12px;
        row-gap: 8px;
    }

    .taiya-brandbar .taiya-language-switcher {
        margin-left: auto;
        order: 3;
    }

    .taiya-primary-nav__submenu {
        grid-template-columns: 1fr;
        min-width: min(320px, calc(100vw - 48px));
    }

    .taiya-hero {
        grid-template-columns: 1fr;
        min-height: 440px;
        padding-bottom: 44px;
        padding-top: 44px;
    }

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

    .taiya-grid--3,
    .taiya-grid--2,
    .taiya-split,
    .taiya-product-detail-grid,
    .taiya-process,
    .taiya-media-grid--2,
    .taiya-media-grid--3,
    .taiya-video-grid,
    .taiya-footer__grid {
        grid-template-columns: 1fr;
    }

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

    .taiya-cta {
        align-items: flex-start;
        flex-direction: column;
    }

    .taiya-download-band {
        align-items: flex-start;
        flex-direction: column;
    }

    .taiya-form-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 760px) {
    .taiya-brandbar {
        overflow: hidden;
    }

    .taiya-brandbar__main {
        max-height: 560px;
        overflow: hidden;
        transform: translateY(0);
        transform-origin: top;
        transition: max-height .34s cubic-bezier(.22, 1, .36, 1), opacity .22s ease, padding .34s cubic-bezier(.22, 1, .36, 1), transform .34s cubic-bezier(.22, 1, .36, 1);
        will-change: max-height, opacity, transform;
    }

    .taiya-brandbar--compact .taiya-brandbar__main {
        max-height: 0;
        opacity: 0;
        padding-bottom: 0;
        padding-top: 0;
        pointer-events: none;
        transform: translateY(-12px);
    }

    .taiya-brandbar--language-open {
        overflow: visible;
    }

    .taiya-brandbar--language-open .taiya-brandbar__main,
    .taiya-brandbar--language-open .taiya-primary-nav {
        overflow: visible;
    }

    .taiya-brandbar--language-open .taiya-language-switcher {
        z-index: 20;
    }

    .taiya-brandbar--language-open .taiya-language-switcher__panel {
        z-index: 30;
    }
}

@media (max-width: 760px) and (prefers-reduced-motion: reduce) {
    .taiya-brandbar__main {
        transition: none;
    }
}

@media (max-width: 560px) {
    .taiya-hero h1,
    .taiya-page-hero h1 {
        font-size: 34px;
    }

    .taiya-lead,
    .taiya-page-hero p {
        font-size: 17px;
    }

    .taiya-section,
    .taiya-page-hero {
        padding: 54px 18px;
    }

    .taiya-brandbar__top,
    .taiya-brandbar__main {
        padding-left: 18px;
        padding-right: 18px;
    }

    .taiya-brandbar__contact {
        align-items: flex-start;
        flex-direction: column;
        gap: 5px;
        white-space: normal;
    }

    .taiya-brandbar__copy {
        flex: 1 1 calc(100% - 114px);
    }

    .taiya-brandbar__mark img {
        width: 96px;
    }

    .taiya-brandbar__copy strong {
        font-size: 18px;
    }

    .taiya-language-switcher {
        margin-left: 0;
        width: auto;
    }

    .taiya-brandbar__main > .taiya-language-switcher {
        margin-left: auto;
        order: 3;
    }

    .taiya-brandbar__main > .taiya-language-switcher summary {
        min-width: 170px;
    }

    .taiya-language-switcher__panel {
        left: 0;
        right: 0;
    }

    .taiya-primary-nav {
        display: grid;
        gap: 10px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-auto-flow: row;
        width: 100%;
    }

    .taiya-primary-nav > a,
    .taiya-primary-nav__link {
        border: 1px solid #E6D7C9;
        border-radius: 14px;
        display: flex;
        justify-content: center;
        padding: 11px 8px;
        text-align: center;
        white-space: normal;
    }

    .taiya-primary-nav__item--has-children {
        min-width: 0;
    }

    .taiya-primary-nav__submenu {
        left: 0;
        min-width: 100%;
    }

    .taiya-primary-nav .taiya-language-switcher {
        margin-left: 0;
        width: 100%;
    }

    .taiya-primary-nav .taiya-language-switcher summary {
        gap: 6px;
        justify-content: space-between;
        min-height: 44px;
        padding: 0 12px;
        width: 100%;
    }

    .taiya-primary-nav .taiya-language-switcher summary span {
        font-size: 10px;
    }

    .taiya-primary-nav .taiya-language-switcher summary strong {
        font-size: 12px;
    }

    .taiya-primary-nav .taiya-language-switcher__panel {
        left: 0;
        min-width: 100%;
        right: 0;
    }

    .taiya-brandbar__main {
        max-height: 420px;
        overflow: hidden;
    }

    .taiya-brandbar--compact .taiya-brandbar__main {
        max-height: 0;
        opacity: 0;
        padding-bottom: 0;
        padding-top: 0;
        pointer-events: none;
    }

    .taiya-hero {
        min-height: auto;
        padding-bottom: 46px;
        padding-left: 18px;
        padding-right: 18px;
        padding-top: 46px;
    }

    .taiya-hero__rail {
        grid-template-columns: 1fr;
    }

    .taiya-stats {
        gap: 12px;
        margin-top: 24px;
    }

    .taiya-button {
        width: 100%;
    }

    .site-header .site-logo-img img.custom-logo {
        max-width: min(130px, 46vw) !important;
        width: min(130px, 46vw) !important;
    }

    .site-header .site-branding {
        min-height: 56px;
    }

    .taiya-floating-contact {
        display: none;
    }

    .taiya-floating-cta {
        bottom: 14px;
        left: 18px;
        min-height: 44px;
        padding-left: 14px;
        padding-right: 14px;
        right: 18px;
    }

    .taiya-floating-contact__item {
        height: 44px;
        width: 44px;
    }

    .taiya-floating-contact__detail {
        max-width: calc(100vw - 86px);
        min-width: 0;
        white-space: normal;
    }
}

@media (hover: none), (pointer: coarse) {
    .taiya-primary-nav__link--parent::after {
        display: none;
    }

    .taiya-primary-nav__submenu {
        display: none;
    }
}
