.swiper { margin-bottom:20px;}

.prod-gallery { width: 100%; }
.prod-swiper-main .b-product__img-wrap { width: 100%; }
.prod-swiper-main .b-product__img { display:block; width:100%; height:100%; }

.prod-swiper-main .swiper-button-prev,
.prod-swiper-main .swiper-button-next { color:#aba4a0; }
.prod-swiper-main .swiper-button-prev,
.prod-swiper-main .swiper-button-next:hover { color:#000; }
.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled {
    color: transparent;
}
.prod-swiper-main .swiper-pagination-bullet { background:#000; }
.urun-ifo{
    padding: 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.product-detail-hero {
    position: relative;
    overflow: hidden;
    display: grid !important;
    grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1.08fr);
    align-items: start;
    gap: clamp(20px, 4vw, 72px);
    padding: clamp(24px, 4vw, 62px);
    background:
        radial-gradient(circle at 30% 28%, rgba(255,255,255,.98) 0, rgba(255,255,255,.72) 24%, rgba(242,242,238,.95) 58%, rgba(255,255,255,1) 100%) !important;
    border: 1px solid rgba(17, 17, 17, .08);
    box-shadow: 0 28px 90px rgba(17, 17, 17, .08);
    min-height: 72vh;
}

.product-detail-hero::before {
    content: "";
    position: absolute;
    inset: auto 7% 8% 12%;
    height: 18%;
    background: radial-gradient(ellipse, rgba(17, 17, 17, .10), transparent 68%);
    filter: blur(18px);
    pointer-events: none;
}

.product-detail-hero__watermark {
    position: absolute;
    left: clamp(20px, 4vw, 64px);
    right: clamp(18px, 4vw, 70px);
    top: clamp(12px, 2.6vw, 34px);
    z-index: 0;
    max-width: none;
    color: #111;
    font-family: var(--font-heading, "Helvetica Neue", Helvetica, Arial, sans-serif);
    font-size: 4rem;
    font-weight: 800;
    line-height: .82;
    letter-spacing: 0;
    text-align: left;
    opacity: .03;
    pointer-events: none;
    user-select: none;
}

.product-detail-hero__copy {
    order: 1;
    align-self: start;
}

.product-detail-hero__media {
    order: 2;
    align-self: center;
    min-width: 0;
}

.prod-gallery {
    position: relative;
    z-index: 1;
    min-height: 640px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.prod-swiper-main {
    width: 100%;
    min-height: 560px;
}

.prod-swiper-main .swiper-wrapper,
.prod-swiper-main .swiper-slide {
    min-height: inherit;
}

.prod-swiper-main .swiper-slide {
    display: grid;
    place-items: center;
}

.prod-swiper-main .b-product__img-wrap {
    min-height: 560px;
    background: transparent;
    width: 100%;
    border: 0;
    padding: 0;
    cursor: zoom-in;
}

.prod-swiper-main .b-product__img {
    width: auto !important;
    height: auto !important;
    max-width: 100%;
    max-height: 620px;
    object-fit: contain;
    filter: drop-shadow(0 26px 34px rgba(17, 17, 17, .14));
}

.urun-ifo {
    position: relative;
    z-index: 2;
    padding: clamp(18px, 3.2vw, 42px) clamp(26px, 4vw, 62px) !important;
    text-align: left;
    align-items: flex-start;
    justify-content: flex-start;
}

.urun-ifo .b-annot__title {
    max-width: 620px;
    margin-bottom: 20px;
    font-family: var(--font-heading, "Helvetica Neue", Helvetica, Arial, sans-serif);
    font-size: 4rem;
    line-height: .96;
    letter-spacing: 0;
}

.product-download-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0 0 28px;
}

.product-download-actions__btn {
    min-height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 11px 18px;
    border: 1px solid rgba(17, 17, 17, .22);
    border-radius: 2px;
    background: rgba(255, 255, 255, .48);
    color: #111;
    font: 700 14px/1 var(--font-heading, "Helvetica Neue", Helvetica, Arial, sans-serif);
    letter-spacing: .01em;
    text-transform: uppercase;
    transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.product-download-actions__btn:hover {
    border-color: #111;
    background: #fff;
    color: #111;
    transform: translateY(-1px);
}

.product-download-actions__btn--primary {
    border-color: #173b2d;
    background: #173b2d;
    color: #fff;
}

.product-download-actions__btn--primary:hover {
    border-color: #111;
    background: #111;
    color: #fff;
}

.product-download-actions__btn i {
    font-size: 22px;
    line-height: 1;
}

.urun-ifo .b-annot-product__annot {
    max-width: 520px;
    color: #4b5563;
    font-family: var(--font-body, Baskerville, "Libre Baskerville", Georgia, serif);
    font-size: clamp(17px, 1.3vw, 20px);
    line-height: 1.55 !important;
}

.product-measurements {
    max-width: 980px;
    margin: 64px auto 80px;
}

.product-measurements--hero {
    width: min(100%, 560px);
    max-width: none;
    margin: 0 0 26px;
}

.product-measurements__head {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 22px;
}

.product-measurements--hero .product-measurements__head {
    margin-bottom: 14px;
}

.product-measurements__head h2 {
    margin: 0;
    border-bottom: 0;
    padding-bottom: 0;
    font: 700 13px/1.2 var(--font-heading, "Helvetica Neue", Helvetica, Arial, sans-serif);
    font-size: 13px !important;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: rgba(17, 17, 17, .72);
}

.product-measurements__table-wrap {
    border: 0;
    overflow: hidden;
}

.product-measurements__table {
    width: 100%;
    border-collapse: collapse;
    background: transparent;
}

.product-measurements__table th,
.product-measurements__table td {
    padding: 18px 0;
    border-bottom: 1px solid rgba(17, 17, 17, .13);
    text-align: left;
}

.product-measurements--hero .product-measurements__table th,
.product-measurements--hero .product-measurements__table td {
    padding: 12px 0;
    font-size: 14px;
}

.product-measurements--hero .product-measurements__table th {
    font-size: 11px !important;
}

.product-measurements__table tr:last-child td {
    border-bottom: 0;
}

.product-measurements__table th {
    font: 700 15px/1.2 var(--font-heading, "Helvetica Neue", Helvetica, Arial, sans-serif);
    color: rgba(17, 17, 17, .52);
    text-transform: uppercase;
    letter-spacing: .06em;
}

.product-measurements__table td {
    font: 500 15px/1.35 var(--font-sans, "Helvetica Neue", Helvetica, Arial, sans-serif);
    color: rgba(17, 17, 17, .86);
}

.product-measurements__row[hidden],
.product-measurements__expand[hidden] {
    display: none;
}

.product-measurements__row--extra.is-revealing td {
    opacity: 0;
    transform: translateY(-7px);
}

.product-measurements__row--extra.is-revealing.is-visible td {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 170ms ease, transform 170ms ease;
}

.product-measurements.is-expanding {
    will-change: height;
    transition: height 360ms cubic-bezier(.22, 1, .36, 1);
}

.product-measurements__expand {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    min-height: 42px;
    padding: 10px 0;
    border: 0;
    border-bottom: 1px solid rgba(17, 17, 17, .3);
    background: transparent;
    color: #111;
    font: 600 .82rem/1.2 var(--font-heading, "Helvetica Neue", Arial, sans-serif);
    text-align: left;
}

.product-measurements__expand i {
    flex: 0 0 auto;
    font-size: 18px;
    transition: transform 170ms ease;
}

.product-measurements__expand:hover i,
.product-measurements__expand:focus-visible i {
    transform: translateY(2px);
}

.product-detail-section {
    margin: clamp(72px, 9vw, 128px) 0;
}

.product-detail-section__head {
    max-width: 760px;
    margin: 0 auto 34px;
    text-align: center;
}

.product-detail-section__head--row {
    max-width: none;
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 24px;
    text-align: left;
}

.product-detail-section__head p {
    margin: 0 0 8px;
    color: rgba(17, 17, 17, .54);
    font: 700 12px/1.2 var(--font-heading, "Helvetica Neue", Helvetica, Arial, sans-serif);
    letter-spacing: .08em;
    text-transform: uppercase;
}

.product-detail-section__head h2 {
    margin: 0;
    color: #111;
    font: 650 var(--section-title-size, clamp(1.9rem, 2.6vw, 2.75rem))/1.05 var(--font-heading, "Helvetica Neue", Helvetica, Arial, sans-serif);
    letter-spacing: 0;
}

.product-detail-section__link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 42px;
    padding: 10px 14px;
    border: 1px solid rgba(17, 17, 17, .18);
    color: #111;
    font: 700 13px/1 var(--font-heading, "Helvetica Neue", Helvetica, Arial, sans-serif);
}

.product-used-projects__grid {
    display: grid;
    gap: clamp(14px, 2vw, 24px);
}

.product-used-projects__grid--one {
    grid-template-columns: 1fr;
}

.product-used-projects__grid--one .product-project-card {
    min-height: 0;
    aspect-ratio: 16 / 7;
}

.product-used-projects__grid--two {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.product-used-projects__grid--two .product-project-card {
    min-height: 0;
    aspect-ratio: 4 / 3;
}

.product-used-projects__grid--three {
    grid-template-columns: minmax(0, 2fr) minmax(240px, 1fr);
    grid-template-rows: repeat(2, minmax(0, 1fr));
    align-items: start;
}

.product-used-projects__grid--three .product-project-card {
    min-height: 0;
    aspect-ratio: 16 / 10;
}

.product-used-projects__grid--three .product-project-card:first-child {
    grid-row: 1 / span 2;
}

.product-used-projects__carousel {
    position: relative;
}

.product-used-projects__carousel-track {
    align-items: stretch;
}

.product-used-projects__carousel-cell {
    min-height: 0;
    min-width: 0;
}

.product-used-projects__carousel .product-project-card {
    min-height: 0;
    aspect-ratio: 16 / 10;
}

.product-used-projects__carousel .product-project-card__content strong {
    font-size: clamp(20px, 1.8vw, 28px);
}

.product-project-card {
    position: relative;
    min-height: clamp(300px, 32vw, 470px);
    display: block;
    overflow: hidden;
    border-radius: 4px;
    background: #111;
}

.product-project-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 520ms ease, opacity 220ms ease;
}

.product-project-card > .responsive-picture {
    width: 100%;
    height: 100%;
}

.product-project-card__shade {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(to top, rgba(0, 0, 0, .62), rgba(0, 0, 0, .12) 58%, rgba(0, 0, 0, .18)),
        radial-gradient(circle at 70% 18%, rgba(255,255,255,.16), transparent 42%);
}

.product-project-card__content {
    position: absolute;
    left: clamp(18px, 2.4vw, 30px);
    right: clamp(18px, 2.4vw, 30px);
    bottom: clamp(18px, 2.4vw, 30px);
    color: #fff;
}

.product-project-card__content span {
    display: block;
    margin-bottom: 8px;
    font: 700 12px/1.2 var(--font-heading, "Helvetica Neue", Helvetica, Arial, sans-serif);
    letter-spacing: .08em;
    text-transform: uppercase;
    opacity: .72;
}

.product-project-card__content strong {
    display: block;
    font: 800 clamp(26px, 3vw, 42px)/.96 var(--font-heading, "Helvetica Neue", Helvetica, Arial, sans-serif);
    letter-spacing: 0;
}

.product-project-card:hover img {
    transform: scale(1.045);
    opacity: .92;
}

.product-related__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: clamp(16px, 2vw, 24px);
}

.product-related-card {
    min-width: 0;
}

.product-related-card__media {
    min-height: clamp(260px, 28vw, 390px);
    display: grid;
    place-items: center;
    background:
        radial-gradient(circle at 50% 62%, rgba(17,17,17,.08), transparent 36%),
        linear-gradient(180deg, #f7f7f5, #fff);
    border-radius: 4px;
    overflow: hidden;
}

.product-related-card__media img {
    width: auto;
    height: auto;
    max-width: 86%;
    max-height: 320px;
    object-fit: contain;
    filter: drop-shadow(0 24px 28px rgba(17, 17, 17, .14));
    transition: transform 240ms ease;
}

.product-related-card__media .responsive-picture {
    display: grid;
    width: 100%;
    height: 100%;
    place-items: center;
}

.product-related-card:hover .product-related-card__media img {
    transform: translateY(-5px);
}

.product-related-card h3 {
    margin: 14px 0 0;
    font: 700 18px/1.2 var(--font-heading, "Helvetica Neue", Helvetica, Arial, sans-serif);
}

.product-related-card h3 a {
    color: #111;
}

@media (max-width: 900px) {
    .product-detail-hero {
        grid-template-columns: 1fr;
        min-height: auto;
        margin-top: 2rem !important;
    }
    .product-detail-hero__watermark {
        right: 18px;
        bottom: auto;
        top: 26px;
        max-width: 92%;
        font-size: 4rem;
        text-align: right;
        opacity: .032;
    }
    .product-detail-hero__copy,
    .product-detail-hero__media {
        order: initial;
    }
    .prod-gallery {
        min-height: auto;
    }
    .prod-swiper-main {
        min-height: 360px;
    }
    .prod-swiper-main .b-product__img-wrap {
        min-height: 360px;
    }
    .urun-ifo {
        text-align: center;
        align-items: center;
    }
    .product-download-actions {
        justify-content: center;
        width: 100%;
    }
    .product-download-actions__btn {
        flex: 1 1 138px;
        padding-inline: 14px;
    }
    .product-detail-section__head--row {
        display: block;
        text-align: center;
    }
    .product-detail-section__link {
        margin-top: 18px;
    }
    .product-used-projects__grid {
        grid-template-columns: 1fr;
    }
    .product-related__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .product-project-card {
        min-height: 340px;
    }
    .product-related-card__media {
        min-height: 320px;
    }
}

@media (min-width: 901px) and (max-width: 1180px) {
    .product-related__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

/* Intentional two-column product overview */
.product-detail-hero {
    grid-template-columns: minmax(0, 1.05fr) minmax(380px, .75fr);
    gap: clamp(28px, 5vw, 82px);
    min-height: 0;
    margin: 2rem 0 3rem !important;
    padding: clamp(24px, 4vw, 58px);
    border: 0;
    border-radius: 0 !important;
    background: #f4f4f4 !important;
    box-shadow: none;
}

.product-detail-hero::before,
.product-detail-hero__watermark {
    display: none;
}

.product-detail-hero__media,
.product-detail-hero__copy {
    order: initial;
}

.product-detail-hero__media h1 {
    position: relative;
    z-index: 2;
    max-width: 720px;
    margin: 0 0 clamp(24px, 3vw, 42px);
    color: #111;
    font: 650 4rem/1.2 var(--font-heading, "Helvetica Neue", Arial, sans-serif);
    letter-spacing: 0;
}

.prod-gallery,
.prod-swiper-main,
.prod-swiper-main .b-product__img-wrap {
    min-height: clamp(380px, 48vw, 620px);
}

.product-detail-hero__copy.urun-ifo {
    gap: clamp(22px, 3vw, 34px);
    padding: 0 !important;
    text-align: left;
    align-items: stretch;
}

.product-detail-hero__heading {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.product-detail-breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 7px;
    padding-top: 1rem;
    color: rgba(17, 17, 17, .58);
    font: 550 .82rem/1.35 var(--font-heading, "Helvetica Neue", Arial, sans-serif);
}

.product-detail-breadcrumbs,
.product-detail-breadcrumbs a,
.product-detail-breadcrumbs span {
    font-size: .82rem !important;
    line-height: 1.35 !important;
}

.product-detail-breadcrumbs a {
    color: inherit;
}

.product-detail-breadcrumbs a:hover,
.product-detail-breadcrumbs a:focus-visible {
    color: #111;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.product-detail-breadcrumbs [aria-current="page"] {
    color: #111;
}

.product-seo-copy {
    width: 100%;
    border-block: 1px solid rgba(17, 17, 17, .16);
}

.product-seo-copy__inner {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr);
}

.product-seo-copy__column {
    padding: clamp(32px, 4vw, 56px) clamp(24px, 4vw, 64px);
}

.product-seo-copy__column:first-child {
    padding-left: 0;
}

.product-seo-copy__column:last-child {
    padding-right: 0;
}

.product-seo-copy__column + .product-seo-copy__column {
    border-left: 1px solid rgba(17, 17, 17, .16);
}

.product-seo-copy__column--stack {
    display: grid;
    align-content: start;
    gap: clamp(42px, 5vw, 72px);
}

.product-seo-copy__stack-section {
    min-width: 0;
}

.product-seo-copy h2 {
    margin: 0 0 16px;
    font: 650 1.25rem/1.2 var(--font-heading, "Helvetica Neue", Arial, sans-serif);
}

.product-seo-copy p {
    margin: 0;
    color: rgba(17, 17, 17, .72);
    font: 400 1rem/1.68 var(--font-sans, "Helvetica Neue", Arial, sans-serif);
}

.product-seo-copy p + p {
    margin-top: 2em;
}

.product-seo-copy__areas {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px 24px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.product-seo-copy__areas--hero {
    width: 100%;
}

.product-seo-copy__areas li {
    display: flex;
    align-items: flex-start;
    min-width: 0;
    gap: 13px;
    color: rgba(17, 17, 17, .76);
}

.product-usage-icon {
    display: grid;
    width: 44px;
    height: 44px;
    flex: 0 0 44px;
    place-items: center;
    border: 1px solid rgba(17, 17, 17, .18);
    background: rgba(255, 255, 255, .46);
    color: #111;
}

.product-usage-icon svg {
    width: 23px;
    height: 23px;
}

.product-seo-copy__area-copy {
    display: flex;
    min-width: 0;
    flex-direction: column;
    gap: 4px;
}

.product-seo-copy__area-copy strong {
    font: 550 .9rem/1.25 var(--font-heading, "Helvetica Neue", Arial, sans-serif);
}

.product-seo-copy__area-copy small {
    color: rgba(17, 17, 17, .56);
    font: 400 .78rem/1.35 var(--font-sans, "Helvetica Neue", Arial, sans-serif);
}

.product-download-actions {
    width: 100%;
}

.product-related-card__media {
    min-height: 0;
    aspect-ratio: 1;
    border-radius: 0;
    background: #f4f4f4;
}

.product-related-card__media img {
    width: 84%;
    height: 84%;
    max-width: none;
    max-height: none;
    object-fit: contain;
    filter: none;
}

.product-related-card h3 {
    margin-top: 11px;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.25;
}

@media (max-width: 900px) {
    .product-detail-hero {
        grid-template-columns: 1fr;
        margin-top: 1rem !important;
        padding: 20px;
    }

    .product-detail-hero__copy.urun-ifo {
        text-align: left;
        align-items: stretch;
    }

    .product-detail-hero__media h1 {
        font-size: 4rem;
    }

}

/* Final product overview controls and full-screen gallery */
.product-detail-hero__copy h1 {
    max-width: 720px;
    margin: 0;
    color: #111;
    font: 650 4rem/1.2 var(--font-heading, "Helvetica Neue", Arial, sans-serif);
    letter-spacing: 0;
}

.product-detail-hero__media h1 {
    display: none;
}

.prod-swiper-main .swiper-button-prev,
.prod-swiper-main .swiper-button-next {
    width: 64px;
    height: 64px;
    margin-top: -32px;
    border: 1px solid rgba(17, 17, 17, 0.16);
    border-radius: 0;
    background: rgba(255, 255, 255, 0.72);
    color: #111;
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
    transition: transform 160ms ease, opacity 160ms ease;
}

.prod-swiper-main .swiper-button-prev {
    left: 14px;
}

.prod-swiper-main .swiper-button-next {
    right: 14px;
}

.prod-swiper-main .swiper-button-prev::after,
.prod-swiper-main .swiper-button-next::after {
    font-size: 20px;
    font-weight: 700;
}

.prod-swiper-main .swiper-button-prev:hover,
.prod-swiper-main .swiper-button-next:hover {
    color: #111;
    transform: scale(1.04);
}

.prod-swiper-main .swiper-button-disabled,
.prod-swiper-main .swiper-button-lock {
    opacity: 0;
    pointer-events: none;
}

.prod-swiper-main .swiper-pagination {
    right: auto;
    bottom: 18px;
    left: 50%;
    display: flex;
    width: auto;
    align-items: center;
    gap: 6px;
    transform: translateX(-50%);
}

.prod-swiper-main .swiper-pagination-bullet {
    width: 28px;
    height: 2px;
    margin: 0 !important;
    border-radius: 0;
    background: rgba(17, 17, 17, 0.3);
    opacity: 1;
    transition: width 260ms ease, background-color 260ms ease;
}

.prod-swiper-main .swiper-pagination-bullet-active {
    width: 54px;
    background: rgba(17, 17, 17, 0.92);
}

.prod-swiper-main .swiper-pagination-bullet:only-child {
    display: none;
}

.product-download-actions {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    width: 100%;
    margin: 0;
}

.product-download-actions__btn,
.product-download-actions__btn--primary {
    width: 100%;
    min-height: 48px;
    padding: 11px 14px;
    border: 1px solid #111;
    border-radius: 0;
    background: #fff;
    color: #111;
    font: 600 0.84rem/1.15 var(--font-heading, "Helvetica Neue", Arial, sans-serif);
    letter-spacing: 0;
    text-transform: none;
    transition: transform 160ms ease, box-shadow 160ms ease;
}

.product-download-actions__btn--3d {
    border-color: #feb82a;
    background: var(--color-accent, #feb82a);
    color: #111;
}

.product-download-actions__btn--2d {
    background: #111;
    color: #fff;
}

.product-download-actions__btn--secondary {
    background: #075e54;
    color: #fff;
}

.product-download-actions__btn:hover,
.product-download-actions__btn:focus-visible {
    border-color: #111;
    background: #fff;
    color: #111;
    transform: translateY(-2px);
    box-shadow: 0 8px 18px rgba(17, 17, 17, 0.12);
}

.product-download-actions__btn--3d:hover,
.product-download-actions__btn--3d:focus-visible,
.product-download-actions__btn--2d:hover,
.product-download-actions__btn--2d:focus-visible,
.product-download-actions__btn--secondary:hover,
.product-download-actions__btn--secondary:focus-visible {
    border-color: #111;
    background: #fff;
    color: #111;
    transform: translateY(-2px);
    box-shadow: 0 8px 18px rgba(17, 17, 17, 0.12);
}

@media (min-width: 701px) and (max-width: 900px) {
    .product-used-projects__grid--one {
        grid-template-columns: 1fr;
    }

    .product-used-projects__grid--two {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .product-used-projects__grid--three {
        grid-template-columns: minmax(0, 2fr) minmax(200px, 1fr);
    }
}

@media (max-width: 700px) {
    .product-detail-hero__copy h1 {
        font-size: 4rem;
    }

    .product-download-actions {
        grid-template-columns: 1fr;
    }

    .prod-swiper-main .swiper-button-prev,
    .prod-swiper-main .swiper-button-next {
        width: 54px;
        height: 54px;
        margin-top: -27px;
    }

}

/* Full-width product introduction band. */
.product-detail-hero-band {
    width: 100%;
    background: #f3f3f0;
}

.product-detail-hero-band__inner {
    padding-block: var(--header-height, 77px) clamp(28px, 4vw, 64px);
}

.product-detail-hero-band .product-detail-hero {
    min-height: min(760px, calc(100svh - var(--header-height, 84px)));
    margin: 0 !important;
    padding: 0;
    border: 0;
    background: transparent !important;
    box-shadow: none;
}

.product-detail-hero-band .product-detail-hero::before {
    display: none;
}

.product-download-actions {
    grid-template-columns: minmax(0, 2fr) minmax(190px, 1fr);
}

.product-download-actions__downloads {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.product-download-actions__btn--secondary { border-color: #075e54; }

@media (max-width: 700px) {
    .product-detail-hero-band__inner {
        padding-block: var(--header-height, 64px) 40px;
    }

    .product-detail-hero-band .product-detail-hero {
        min-height: 0;
    }

    .product-download-actions,
    .product-download-actions__downloads {
        grid-template-columns: 1fr;
    }

    .product-seo-copy__inner {
        grid-template-columns: 1fr;
    }

    .product-seo-copy__column {
        padding-inline: 0;
    }

    .product-seo-copy__column + .product-seo-copy__column {
        border-left: 0;
        border-top: 1px solid rgba(17, 17, 17, .16);
    }

    .product-used-projects__grid--one,
    .product-used-projects__grid--two,
    .product-used-projects__grid--three {
        grid-template-columns: 1fr;
        grid-template-rows: none;
        grid-auto-rows: auto;
    }

    .product-used-projects__grid--one .product-project-card,
    .product-used-projects__grid--two .product-project-card {
        grid-column: auto;
        grid-row: auto;
        height: auto;
        min-height: 0;
        aspect-ratio: 4 / 3;
    }

    .product-used-projects__grid--three .product-project-card,
    .product-used-projects__grid--three .product-project-card:first-child {
        grid-column: auto;
        grid-row: auto;
        height: auto;
        min-height: 0;
        aspect-ratio: 16 / 10;
    }

}
