/* 375px — iPhone SE / 13 mini */
@media (min-width: 375px) {
    .home-hero__inner {
        padding-top: 160px;
    }

    .home-hero__subheading {
        max-width: 200px;
    }

    .home-events__bg {
        aspect-ratio: 780 / 1220;
        background-image: url('/assets/site/images/custom/home-events-bg-mobile-2.png');
    }

    .home-explore {
        padding-bottom: 64px;
    }

    .home-explore__card-content {
        padding: var(--space-lg) var(--space-md);
    }

    .home-explore__malaysia-inner {
        padding: var(--space-lg) var(--space-md);
    }

    .home-explore .btn-primary {
        padding: var(--space-sm) var(--space-md);
    }

    .form-input {
        font-size: 0.875rem;
    }

    .home-explore__product-img {
        transform: translateX(30%);
    }

    .home-explore__splash-glass {
        left: 10%;
    }

    .about-hero__title {
        max-width: 290px;
    }

    .about-banner__product--2 {
        transform: translate(-100%, -15%);
    }

    .btn-primary,
    .btn-dark,
    .btn-light {
        font-size: 0.875rem;
    }

    .series-featured-card__content {
        padding: var(--space-lg) var(--space-md);
    }

    .series-featured-card__image-wrap {
        bottom: var(--space-lg);
        width: 55%;
        height: 55%;
    }

    .series-featured-card__title {
        font-size: 1.125rem;
    }

    .series-featured-card__price {
        font-size: 1.125rem;
    }

    .series-featured-card__save-badge {
        font-size: 0.75rem;
    }

    .series-product-card {
        padding: var(--space-md);
    }

    .series-product-card__name,
    .series-product-card__price {
        font-size: 1rem;
    }

    .career-card__salary {
        font-size: 1.125rem;
    }

    .career-card__title {
        font-size: 1.25rem;
    }

    .career-card__arrow {
        width: 32px;
        height: 32px;
    }

    .biz-demand__panel {
        aspect-ratio: 16 / 9;
    }
}

/* 390px — large phones (iPhone 14/15, Pixel) */
@media (min-width: 390px) and (max-width: 639px) {
    .home-hero__inner {
        padding-top: 128px;
    }

    .home-hero__inner h1 {
        font-size: 1.5rem;
    }
}

@media (min-width: 390px) {
    .home-hero__image {
        max-height: clamp(350px, calc(45vw + 185px), 375px);
    }

    .home-award__logo {
        height: 64px;
        width: 64px;
    }

    .about-hero__title {
        max-width: 310px;
    }
}

/* 430px — large phones (Pro Max) */
@media (min-width: 430px) {
    :root {
        --container-padding: 20px;
    }

    .site-footer__inner {
        grid-template-columns: 1fr 1fr;
        gap: 32px;
    }


    .home-hero__inner {
        padding-top: 160px;
        padding-bottom: 352px;
    }

    .home-hero__image {
        max-height: 425px;
    }

    .home-products__bg {
        width: 75%;
    }

    .home-products__image {
        right: 15%;
    }

    .home-products__item--reverse .home-products__image {
        left: -5%;
    }

    .about-hero__title {
        max-width: 340px;
    }
}

/* 640px — large phones landscape / pre-tablet */
@media (min-width: 640px) {
    .promo-modal__form {
        flex-direction: row;
    }

    .promo-modal__input {
        flex: 1;
    }

    .tech-card {
        padding: var(--space-lg);
    }

    .tech-card__title {
        font-size: var(--text-h4);
    }

    .home-technology__cards li {
        max-width: 300px;
        width: 300px;
    }

    .tech-card--top {
        top: 10%;
        right: 10%;
    }

    .tech-card--bottom-left {
        top: 45%;
        z-index: 1;
    }

    .site-drawer__grid {
        grid-template-columns: 1fr 1fr;
        gap: var(--space-2xl);
    }

    .site-footer__body {
        padding-top: var(--space-lg);
    }

    .home-hero {
        display: grid;
        overflow: visible;
    }

    .home-hero__bg {
        position: static;
        grid-area: 1 / 1;
    }

    .home-hero > .container {
        grid-area: 1 / 1;
    }

    .home-hero__inner {
        padding-top: min(25vw, 352px);
        padding-bottom: 160px;
    }

    .home-hero__heading {
        max-width: clamp(375px, calc(98vw - 252px), 600px);
    }

    .home-hero__image {
        max-height: clamp(400px, calc(78vw - 99px), 500px);
    }

    .home-products__image {
        right: 30%;
        height: 105%;
    }

    .home-products__item--reverse .home-products__image {
        left: 10%;
        height: 90%;
    }

    .home-products__item--outdoor .home-products__image {
        right: 30%;
        left: auto;
        top: auto;
        height: 105%;
        max-width: none;
    }

    .home-products__item--hydrogen .home-products__image {
        right: 30%;
        left: auto;
        top: auto;
        height: 90%;
        max-width: none;
    }

    .home-products__item--indoor .home-products__image,
    .home-products__item--commercial .home-products__image {
        left: 10%;
        right: auto;
        top: auto;
        height: 90%;
        max-width: none;
    }

    .home-products__eyebrow {
        font-size: 0.875rem;
    }

    .home-products__bg {
        border-radius: 0 var(--radius-lg) var(--radius-lg) 0;
    }

    .home-products__item--reverse .home-products__bg {
        border-radius: var(--radius-lg) 0 0 var(--radius-lg);
    }

    .home-events__bg {
        aspect-ratio: 1728 / 1767;
        background-image: url('/assets/site/images/home/home-events-bg.webp');
    }

    .home-events__content {
        padding-top: 10%;
    }

    .events-nav__btn svg {
        width: 32px;
        height: 32px;
    }

    .home-explore {
        padding: 64px 0;
    }

    .home-explore__grid {
        grid-template-columns: repeat(10, 1fr);
        grid-template-rows: 200px 200px 160px 220px;
    }

    .home-explore__card--about {
        grid-column: 1 / 5;
        grid-row: 1 / 3;
    }

    .home-explore__card--team {
        grid-column: 5 / 11;
        grid-row: 1;
    }

    .home-explore__card--product {
        grid-column: 5 / 11;
        grid-row: 2;
    }

    .home-explore__card--stat {
        grid-column: 1 / 5;
        grid-row: 3;
    }

    .home-explore__card--splash {
        grid-column: 5 / 11;
        grid-row: 3;
    }

    .home-explore__card--news {
        grid-column: 1 / 6;
        grid-row: 4;
    }

    .home-explore__card--malaysia {
        grid-column: 6 / 11;
        grid-row: 4;
    }

    .home-explore__product-img {
        width: 128px;
        left: 0;
        transform: translate(85%, 5%);
    }

    .home-explore__splash-glass {
        width: 64px;
        left: 25%;
        transform: translateX(100%);
    }

    .about-hero {
        overflow: visible;
    }

    .about-hero__product {
        display: block;
        grid-area: 1 / 1;
        align-self: end;
        justify-self: start;
        width: clamp(175px, 35%, 450px);
        height: auto;
        position: relative;
        margin-bottom: -15%;
        z-index: 2;
    }

    .about-hero__content {
        position: relative;
        display: block;
        padding: 0;
    }

    .about-hero__title {
        position: absolute;
        left: 50%;
        top: 25%;
        transform: translate(-50%, -25%);
        width: clamp(240px, 70%, 500px);
        max-width: none;
        margin: 0;
    }

    .about-hero__video-frame {
        position: absolute;
        right: var(--container-padding);
        bottom: var(--space-lg);
        width: clamp(260px, 50%, 520px);
    }

    .about-story__eyebrow {
        font-size: 0.875rem;
    }

    .about-story {
        text-align: left;
    }

    .about-story h2,
    .about-story__body {
        text-align: right;
    }

    .about-story__images {
        grid-template-columns: repeat(3, 1fr);
        padding-block: var(--space-2xl);
        gap: var(--space-md);
    }

    .about-story__image:first-child {
        grid-row: span 1;
        height: auto;
    }

    .about-story__image {
        aspect-ratio: 4 / 3;
        border-radius: var(--radius-md);
    }

    .about-partners__grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .about-product .container {
        display: flex;
        align-items: center;
    }

    .about-product__image-wrap {
        flex: 0 0 40%;
        margin-bottom: 0;
    }

    .about-product__image {
        max-width: 100%;
        max-height: 300px;
    }

    .about-product__features {
        flex: 1;
    }

    .about-banner__text {
        width: 275px;
    }

    .about-banner__text--right {
        max-width: 275px;
    }

    .about-banner__text h5 {
        font-size: 1.5rem;
    }

    .about-banner__product--1 {
        max-height: 275px;
        transform: translate(-35%, 25%);
    }

    .about-banner__product--2 {
        max-height: 275px;
        transform: translate(-105%, -10%);
    }

    .about-product__feature-icon {
        width: 80px;
        height: 80px;
    }

    .about-partners__desc {
        max-width: 500px;
    }

    /* Hero image wrap: switch from horizontal to vertical slide so it doesn't overflow the viewport */
    .home-hero .js-slide-from-right {
        translate: 0 30px;
    }

    .product-categories__grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .product-category-card:first-child {
        grid-row: span 2;
        aspect-ratio: unset;
    }

    .btn-primary,
    .btn-dark,
    .btn-light {
        padding: 12px 20px;
    }

    .series-hero {
        aspect-ratio: 4 / 3;
    }

    .series-hero__content .container {
        padding-bottom: var(--space-2xl);
    }

    .series-hero__content {
        background: unset;
    }

    .series-featured-card {
        aspect-ratio: 4 / 3;
    }

    .series-featured-card__content {
        padding: var(--space-lg);
    }

    .series-featured-card__title {
        font-size: 1.5rem;
    }

    .series-featured-card__original-price {
        font-size: 0.875rem;
    }

    .series-featured-card__price-block {
        margin-bottom: var(--space-md);
    }

    .series-products__grid {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .series-product-card__name,
    .series-product-card__price {
        font-size: 1.125rem;
    }

    .series-product-card__image-wrap img {
        max-height: 160px;
    }

    .career-grid {
        grid-template-columns: 1fr 1fr;
    }

    /* biz-hero */
    .biz-hero__media {
        display: flex;
        gap: var(--space-sm);
        padding-top: var(--space-3xl);
        padding-bottom: var(--space-xl);
    }

    .biz-media__main {
        flex: 0 0 65%;
        aspect-ratio: 16 / 9;
    }

    .biz-media__cell--dark {
        text-align: right;
    }

    .biz-media__row {
        flex: 1;
        display: flex;
        flex-direction: column;
        margin-top: 0;
    }

    .biz-media__cell {
        flex: 1;
        aspect-ratio: unset;
    }

    /* biz-demand */
    .biz-demand {
        padding-block: var(--space-xl);
    }

    .biz-demand__panels {
        flex-direction: row;
        position: relative;
    }

    .biz-demand__panel {
        flex: 1;
        aspect-ratio: 9 / 16;
        align-items: flex-end;
        justify-content: flex-start;
        background-image: url('/assets/site/images/business/business-demand-bg-horizontal.webp');
        background-size: 300% 100%;
        background-repeat: no-repeat;
    }

    .biz-demand__panel-bg {
        display: none;
    }

    .biz-demand__panel--top {
        background-position: 0% center;
    }

    .biz-demand__panel--mid {
        background-position: 50% center;
    }

    .biz-demand__panel--bot {
        background-position: 100% center;
    }

    .biz-demand__panel > .font-heading {
        display: none;
    }

    .biz-demand__panel-text {
        display: block;
        position: absolute;
        bottom: var(--space-lg);
        width: calc(300% + 2 * var(--panel-gap));
        text-align: center;
        pointer-events: none;
        white-space: nowrap;
    }

    .biz-demand__panel--top .biz-demand__panel-text {
        left: 0;
    }

    .biz-demand__panel--mid .biz-demand__panel-text {
        left: calc(-100% - var(--panel-gap));
    }

    .biz-demand__panel--bot .biz-demand__panel-text {
        left: calc(-200% - 2 * var(--panel-gap));
    }

    .biz-demand__panel-text .font-heading {
        font-size: clamp(2.75rem, 7.29vw - 0.17rem, 4.5rem);
    }

    /* biz-partner */
    .biz-partner .container {
        display: flex;
        gap: var(--space-xl);
    }

    .biz-partner__col {
        flex: 1;
        gap: var(--space-xl);
    }

    .biz-partner__col + .biz-partner__col {
        margin-top: 0;
    }

    .biz-partner__col:first-child .biz-partner__image {
        aspect-ratio: 1 / 1;
        order: 2;
    }

    .biz-partner__col:first-child .biz-partner__content {
        order: 1;
    }

    .biz-partner__col:last-child .biz-partner__image {
        aspect-ratio: 4 / 3;
    }

    .pd-gallery__main {
        padding-top: 56.25%; /* 16/9 */
    }

    .pd-gallery__thumbs {
        margin-bottom: var(--space-lg);
    }

    .pd-gallery__thumb {
        width: 96px;
        height: 96px;
    }

    .locate-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .floating-actions {
        right: var(--space-lg);
        bottom: var(--space-lg);
        gap: var(--space-md);
    }

    .location-card__content {
        padding: var(--space-lg) var(--space-md);
    }

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

    .article-card__content {
        padding: var(--space-lg) var(--space-md);
    }

    .btn-primary--icon {
        width: 32px;
        height: 32px;
    }

    .btn-primary--icon svg {
        width: 16px;
        height: 16px;
    }

    .filter-sign-card {
        flex-direction: row;
        align-items: stretch;
    }

    .filter-sign-card__image-wrap {
        display: block;
        flex: 0 0 35%;
        position: relative;
        overflow: hidden;
    }

    .filter-sign-card__image {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .filter-sign-card__body {
        flex: 0 0 65%;
        justify-content: center;
    }

    .filter-hero__subheading,
    .filter-status__subheading {
        max-width: 600px;
    }

    .filter-benefits__track {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: var(--space-xl) var(--space-md);
    }

    .fsd-card img {
        max-height: 175px;
        width: auto;
        object-fit: contain;
        margin-inline: auto;
    }

    .fsd-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .fsd-card:last-child {
        grid-column: 1 / -1;
        flex-direction: row;
        align-items: center;
        gap: var(--space-xl);
    }

    .fsd-card:last-child .fsd-card__body {
        flex: 1;
    }

    .fsd-card:last-child .fsd-gauge {
        flex-shrink: 0;
    }

    .fsd-bar-icon {
        width: 34px;
        height: 34px;
    }

    .fsd-bar-track {
        height: 7px;
    }

    .section-pt { padding-top: var(--space-2xl); }
    .section-pb { padding-bottom: var(--space-2xl); }
    .section-p  { padding-block: var(--space-2xl); }

    /* From home page push */
    .home-hero__inner {
        padding-top: 192px;
        padding-bottom: 128px;
    }

    .home-hero__heading {
        max-width: 450px;
    }

    .home-hero__subheading {
        max-width: 300px;
    }

    .home-hero__image-wrap {
        bottom: 12%;
    }

    .home-award__certified .home-award__logos {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-evenly;
        column-gap: var(--space-lg);
        row-gap: var(--space-xl);
    }
}

/* 768px — tablets */
@media (min-width: 768px) {
    :root {
        --container-padding: 24px;
        --space-3xl: 64px;
    }

    .tech-card--top {
        right: 20%;
    }

    .home-hero__inner {
        padding-bottom: 300px;
    }

    .home-hero__subheading {
        font-size: 1.125rem;
        max-width: 300px;
    }

    .home-hero__image {
        max-height: 500px;
    }

    .home-hero__glass-wrap {
        display: block;
        position: absolute;
        top: -30px;
        z-index: 5;
        pointer-events: none;
    }

    .home-hero__glass {
        height: auto;
        width: auto;
        max-height: 350px;
        mask-image: linear-gradient(to bottom, black 60%, transparent 90%);
        -webkit-mask-image: linear-gradient(to bottom, black 60%, transparent 90%);
    }

    .home-award__inner {
        padding-left: 42%;
    }

    .home-award__logos-clip {
        margin-left: 42%;
    }

    .home-award__logos {
        justify-content: flex-start;
        gap: var(--space-md);
    }

    .home-award__content {
        text-align: left;
        align-items: flex-start;
    }

    .home-award__content .btn-primary {
        align-self: flex-start;
    }

    .home-products {
        padding: 64px var(--container-padding);
        gap: var(--space-3xl);
    }

    .home-products__item {
        flex-direction: row;
        align-items: center;
        gap: var(--space-2xl);
        max-width: var(--container-max);
        margin-inline: auto;
    }

    .home-products__item--reverse {
        flex-direction: row-reverse;
    }

    .home-products__item--reverse .home-products__image {
        left: -40%;
        top: 35%;
    }

    .home-products__visual {
        flex: 0 0 calc(40% + var(--container-padding));
        height: 425px;
        margin-left: calc(-1 * var(--container-padding));
        margin-bottom: 0;
    }

    .home-products__item--reverse .home-products__visual {
        margin-left: 0;
        margin-right: calc(-1 * var(--container-padding));
    }

    .home-products__bg {
        width: 90%;
        height: 100%;
    }

    .home-products__item--reverse .home-products__bg {
        width: 100%;
        margin-left: 0;
    }

    .home-products__image {
        height: 75%;
        top: 30%;
        right: -5%;
    }

    .home-products__item--outdoor .home-products__image,
    .home-products__item--hydrogen .home-products__image {
        right: -5%;
        left: auto;
        top: 30%;
        height: 75%;
    }

    .home-products__item--indoor .home-products__image,
    .home-products__item--commercial .home-products__image {
        left: -40%;
        right: auto;
        top: 35%;
        height: 75%;
    }

    .home-products__content {
        flex: 1;
    }

    .events-carousel__track {
        gap: var(--space-md);
    }

    .events-carousel__track .event-card {
        flex: 0 0 calc(50% - var(--space-md) / 2);
    }

    .home-explore__product-img {
        left: 4%;
    }

    .home-explore__card-title {
        font-size: 1.25rem;
    }

    .series-products__featured {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .series-product-card__image-wrap img {
        max-height: 192px;
    }

    /* From home page push */
    .home-hero__inner {
        padding-top: 224px;
    }

    .home-hero__heading {
        max-width: 600px;
    }

    .home-hero__subheading {
        max-width: 400px;
    }

    /* From business-opportunity page push */
    .biz-hero__media {
        padding-top: var(--space-3xl);
    }

    /* From locate-us page push */
    .locate-filter-bar {
        flex-direction: row;
        align-items: center;
        flex-wrap: wrap;
    }

    .locate-filter-bar .series-filter-bar__buttons {
        display: flex;
        flex-shrink: 0;
        gap: var(--space-sm);
    }

    .locate-filter-bar .series-search-wrap {
        flex: 1 1 0;
        width: auto;
        max-width: none;
        margin-left: 0;
        min-width: 200px;
    }

    .locate-filter-bar .series-filter-bar__count {
        width: 100%;
        margin: 0;
    }
}

/* 1024px — laptops */
@media (min-width: 1024px) {
    h1, h2, h3, h4, h5, h6 {
        margin-bottom: var(--space-lg);
    }

    .home-trust__inner {
        flex-direction: row;
        align-items: center;
        gap: var(--space-3xl);
    }

    .home-trust__content {
        flex: 3 1 0;
        text-align: left;
        align-items: flex-start;
    }

    .home-trust__grid {
        flex: 2 1 0;
    }

    .home-trust {
        padding-block: var(--space-3xl);
    }

    .home-technology__inner {
        position: relative;
        display: block;
    }

    .home-technology__intro {
        position: absolute;
        top: 0;
        right: 0;
        width: 40%;
        max-width: 480px;
        text-align: right;
        z-index: 5;
    }

    .home-technology__visual {
        margin: 0;
        width: 100%;
        padding-block: var(--space-3xl);
        justify-content: flex-start;
    }

    .home-technology__image {
        width: 70%;
    }

    .home-technology__visual::before {
        background:
            radial-gradient(
                ellipse 30% 40% at 12% 40%,
                color-mix(in srgb, var(--color-accent) 50%, transparent) 0%,
                transparent 70%
            ),
            radial-gradient(
                ellipse 30% 40% at 60% 70%,
                color-mix(in srgb, var(--color-accent) 50%, transparent) 0%,
                transparent 70%
            );
    }

    .home-technology__cards li {
        max-width: 300px;
        width: 300px;
    }

    .tech-card--top {
        top: 10%;
        left: 25%;
        right: auto;
    }

    .tech-card--bottom-left {
        top: auto;
        bottom: 30%;
        left: 5%;
    }

    .tech-card--right {
        top: 50%;
        bottom: auto;
        left: 65%;
        right: auto;
    }

    .category-tagline-band {
        padding-block: var(--space-lg);
    }

    .category-tagline-band__inner {
        flex-direction: row;
        gap: var(--space-md);
        font-size: 1.75rem;
    }

    .category-tagline-band__dot {
        display: inline-block;
    }

    .site-drawer__grid {
        grid-template-columns: 2fr 1fr 1fr;
        gap: var(--space-3xl);
        align-items: start;
    }

    .site-drawer__col--articles {
        display: grid;
        grid-template-columns: 1fr;
        gap: var(--space-xl);
    }

    .site-drawer__product-link {
        font-size: var(--text-h2);
    }

    .site-drawer__nav-link {
        font-size: var(--text-h5);
    }

    .site-footer__inner {
        grid-template-columns: 1.5fr 1fr 1fr 1fr;
    }

    .site-footer__legal {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        text-align: left;
    }

    .site-header {
        padding: 36px 0;
    }

    .site-header__logo--desktop {
        display: block;
    }

    .site-header__logo--mobile {
        display: none;
    }

    .site-header__glass {
        display: grid;
        grid-template-columns: 1fr auto;
        justify-content: unset;
        flex: none;
        padding: 12px 60px;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        border-radius: var(--radius-lg);
        margin-left: 0;
    }

    .site-header__links {
        display: flex;
    }

    .site-header__toggle {
        display: none;
    }

    .site-header__toggle--desktop {
        display: flex;
    }

    .home-hero__inner {
        align-items: flex-start;
        padding-bottom: 350px;
    }

    .home-hero__heading {
        max-width: 675px;
    }

    .home-hero__subheading {
        max-width: 42ch;
        margin-inline: 0;
    }

    .home-hero__image-wrap {
        position: static;
        grid-area: 1 / 1;
        align-self: end;
        justify-self: end;
        transform: none;
        padding-right: 3%;
        padding-bottom: 3%;
        z-index: 2;
    }

    .home-hero__image {
        max-height: 650px;
    }

    .home-hero__glass {
        max-height: 450px;
        mask-image: none;
        -webkit-mask-image: none;
    }

    .home-award__inner {
        padding-left: 40%;
        margin-bottom: 64px;
        max-width: 95%;
    }

    .home-award__logos-clip {
        margin-left: 40%;
    }

    .home-award__logo {
        height: 80px;
        width: 80px;
    }

    .home-products__item {
        gap: var(--space-3xl);
    }

    .home-products__image {
        height: 85%;
        top: 25%;
        right: -5%;
    }

    .home-products__item--reverse .home-products__image {
        height: 85%;
        left: -25%;
        top: 25%;
    }

    .home-products__item--hydrogen .home-products__image {
        height: 65%;
        top: 35%;
        right: -5%;
        left: auto;
    }

    .home-products__item--indoor .home-products__image {
        height: 65%;
        top: 35%;
        left: -25%;
        right: auto;
    }

    .home-products__body {
        gap: var(--space-lg);
    }

    .home-award__body {
        gap: var(--space-lg);
    }

    .home-events__content {
        padding-top: 15%;
    }

    .events-carousel__track .event-card {
        flex: 0 0 calc(33.333% - var(--space-md) * 2 / 3);
    }

    .events-nav {
        order: 1;
        margin-inline: 0;
        margin-top: 0;
        margin-bottom: var(--space-lg);
        align-self: flex-end;
    }

    .events-carousel {
        order: 2;
    }

    .events-nav__btn svg {
        width: 40px;
        height: 40px;
    }

    .home-explore__grid {
        grid-template-columns: repeat(6, 1fr);
        grid-template-rows: 350px 200px 280px;
    }

    .home-explore__card--about {
        grid-column: 1 / 3;
        grid-row: 1 / 3;
    }

    .home-explore__card--product {
        grid-column: 3 / 5;
        grid-row: 1;
    }

    .home-explore__card--team {
        grid-column: 5 / 7;
        grid-row: 1;
    }

    .home-explore__card--splash {
        grid-column: 3 / 6;
        grid-row: 2;
    }

    .home-explore__card--stat {
        grid-column: 6 / 7;
        grid-row: 2;
    }

    .home-explore__card--news {
        grid-column: 1 / 5;
        grid-row: 3;
    }

    .home-explore__card--malaysia {
        grid-column: 5 / 7;
        grid-row: 3;
    }

    .home-explore__splash-glass {
        width: 80px;
        left: 50%;
        bottom: 25%;
        transform: translateX(-50%);
    }

    .home-explore__product-img {
        width: 160px;
        left: 8%;
        transform: translate(75%, 5%);
    }

    .home-explore__card-content {
        padding: var(--space-xl) var(--space-lg);
    }

    .home-explore__malaysia-inner {
        padding: var(--space-xl) var(--space-lg);
    }

    .home-explore__card-title {
        font-size: 1.375rem;
    }

    .about-story__eyebrow {
        font-size: 1rem;
    }

    .about-partners__grid {
        grid-template-columns: repeat(4, 1fr);
    }

    .about-partners .container {
        display: grid;
        grid-template-columns: auto 1fr;
        gap: var(--space-xl);
        align-items: flex-start;
    }

    .about-partners .container > h2 {
        grid-column: 1;
    }

    .about-partners__desc {
        grid-column: 2;
        text-align: right;
        margin-left: auto;
    }

    .about-partners__grid {
        grid-column: 1 / -1;
    }

    .about-location .container {
        display: flex;
        align-items: flex-start;
        gap: var(--space-xl);
    }

    .about-location__map {
        flex: 0 0 40%;
        margin-bottom: 0;
        aspect-ratio: 3 / 4;
        order: 2;
    }

    .about-location__details {
        flex: 1;
        order: 1;
    }

    .about-hero__title {
        width: clamp(600px, 70%, 900px);
    }

    .about-hero__video-frame {
        width: clamp(360px, 46%, 580px);
    }

    .about-story__body {
        width: 700px;
        margin-left: auto;
        margin-right: 0;
    }

    .about-product__image {
        max-height: 400px;
    }

    .about-product__feature:nth-child(1),
    .about-product__feature:nth-child(4) {
        margin-left: -48px;
    }

    .about-banner__product--1 {
        max-height: 350px;
        transform: translate(-45%, 50%);
    }

    .about-banner__product--2 {
        max-height: 350px;
        transform: translate(-125%, 25%);
    }

    .about-banner__text {
        width: 350px;
    }

    .about-banner__text h5 {
        font-size: 2rem;
    }

    .about-banner__text--right .about-banner__highlight {
        font-size: 3rem;
    }

    .about-banner__text--right {
        bottom: -64px;
        width: 500px;
        max-width: 500px;
    }

    .product-hero__content h1 {
        max-width: unset;
    }

    .product-categories__grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .product-category-card__content {
        gap: var(--space-sm);
        padding: var(--space-xl) var(--space-lg);
    }

    .product-category-card p {
        min-height: calc(1em * 1.375 * 3);
    }

    .product-category-card {
        aspect-ratio: 10 / 16;
    }

    .product-category-card:first-child {
        grid-row: unset;
    }

    .product-statement {
        padding-top: var(--space-2xl);
        padding-bottom: var(--space-3xl);
    }

    .product-statement__image {
        height: clamp(700px, 300px + 39.0625vw, 900px);
        margin-left: -192px;
    }

    .product-statement__words {
        padding-bottom: 224px;
    }

    .product-statement__words span {
        font-size: clamp(8rem, 4rem + 6.25vw, 10rem);
    }

    .product-statement__desc {
        position: relative;
        z-index: 2;
        margin-top: clamp(-244px, calc(-88px - 10.16vw), -192px);
        padding-top: 0;
        padding-inline-start: 35%;
        text-align: left;
    }

    .product-statement__desc p {
        max-width: unset;
        margin: 0;
    }

    .btn-primary,
    .btn-dark,
    .btn-light {
        padding: 12px 24px;
    }

    .btn-primary--icon {
        padding: 0;
    }

    .series-hero {
        aspect-ratio: 16 / 9;
    }

    .series-hero__content .container {
        padding-bottom: var(--space-4xl);
    }

    .series-filter-bar .container {
        flex-direction: row;
        align-items: center;
        flex-wrap: wrap;
        gap: var(--space-sm);
    }

    .series-filter-bar__buttons {
        display: flex;
        flex-shrink: 0;
        gap: var(--space-sm);
    }

    .series-filter-bar__count {
        width: 100%;
        margin: 0;
        font-size: 0.875rem;
    }

    .series-search-wrap {
        flex: 1;
        max-width: 360px;
        margin-left: auto;
    }

    .series-search-wrap__input {
        padding: 12px 24px 12px 40px;
    }

    .series-featured-card__content {
        padding: var(--space-xl);
    }

    .series-featured-card__image-wrap {
        right: var(--space-xl);
        bottom: var(--space-xl);
        width: 60%;
        height: 60%;
    }

    .series-featured-card__title {
        font-size: 1.75rem;
    }

    .series-featured-card__price {
        font-size: 1.375rem;
    }

    .series-featured-card__original-price {
        font-size: 1rem;
    }

    .series-featured-card__save-badge {
        font-size: 0.875rem;
    }

    .series-products__featured {
        gap: var(--space-md);
    }

    .series-products__grid {
        grid-template-columns: repeat(4, 1fr);
        gap: var(--space-md);
    }

    .series-product-card {
        padding: var(--space-md) var(--space-lg);
    }

    .series-product-card__name,
    .series-product-card__price {
        font-size: 1.25rem;
    }

    .series-product-card__image-wrap img {
        max-height: 224px;
    }

    .career-listings__layout {
        flex-direction: row;
        align-items: flex-start;
    }

    .site-accordion {
        width: 350px;
        flex-shrink: 0;
        position: sticky;
        top: var(--space-max);
    }

    .career-grid {
        flex: 1;
        grid-template-columns: 1fr;
        gap: var(--space-md);
    }

    .career-sidebar__item-count {
        font-size: 0.875rem;
    }

    .career-card__badge,
    .career-card__excerpt,
    .career-sidebar__item {
        font-size: 1rem;
    }

    .site-accordion__header {
        font-size: 1.125rem;
    }

    .career-card__salary {
        font-size: 1.25rem;
    }

    .career-card__title {
        font-size: 1.375rem;
    }

    /* biz-hero */
    .biz-hero {
        text-align: left;
    }

    .biz-media__main-bg {
        border-radius: var(--radius-md);
    }

    .biz-hero .container {
        flex-direction: row;
        align-items: flex-start;
        gap: var(--space-2xl);
    }

    .biz-hero__text {
        display: flex;
        flex-direction: column;
        flex: 0 0 55%;
        align-items: flex-start;
        align-self: stretch;
    }

    .biz-hero__text .biz-hero__desc:last-child {
        margin-top: auto;
    }

    .biz-hero h1,
    .biz-hero__desc {
        max-width: unset;
        margin-inline: 0;
    }

    .biz-hero .btn-primary {
        align-self: flex-start;
        order: unset;
    }

    .biz-hero__desc--secondary {
        order: unset;
    }

    .biz-hero__media {
        flex: 1;
        flex-direction: column;
        gap: var(--space-md);
        padding-top: 0;
        padding-bottom: 0;
    }

    .biz-media__main {
        flex: none;
        width: 100%;
    }

    .biz-media__row {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: var(--space-md);
        flex: none;
    }

    .biz-media__cell {
        flex: none;
        aspect-ratio: 1 / 1;
        border-radius: var(--radius-md);
    }

    .biz-media__cell--dark {
        text-align: left;
    }

    .biz-partner__image {
        border-radius: var(--radius-md);
    }

    .biz-team__image {
        max-width: min(60%, clamp(650px, 29vw + 350px, 800px));
        margin-inline: auto;
    }

    .biz-team__image::before {
        width: 50vw;
        height: 50vw;
        top: 65%;
    }

    /* biz-demand 5-panel */
    .biz-demand {
        padding-block: var(--space-2xl);
    }

    .biz-demand__panels {
        --panel-h: clamp(500px, 65vh, 800px);
        align-items: flex-end;
    }

    .biz-demand__panel--4,
    .biz-demand__panel--5 {
        display: flex;
    }

    .biz-demand__panel {
        aspect-ratio: unset;
        background-size: 500% var(--panel-h);
        border-radius: var(--radius-md);
    }

    .biz-demand__panel--top,
    .biz-demand__panel--5 {
        height: var(--panel-h);
    }

    .biz-demand__panel--mid,
    .biz-demand__panel--4 {
        height: calc(var(--panel-h) * 0.85);
    }

    .biz-demand__panel--bot {
        height: calc(var(--panel-h) * 0.70);
    }

    .biz-demand__panel--top {
        background-position: 0% bottom;
    }

    .biz-demand__panel--mid {
        background-position: 25% bottom;
    }

    .biz-demand__panel--bot {
        background-position: 50% bottom;
    }

    .biz-demand__panel--4 {
        background-position: 75% bottom;
    }

    .biz-demand__panel--5 {
        background-position: 100% bottom;
    }

    .biz-demand__panel-text {
        width: calc(500% + 4 * var(--panel-gap));
    }

    .biz-demand__panel--top .biz-demand__panel-text {
        left: 0;
    }

    .biz-demand__panel--mid .biz-demand__panel-text {
        left: calc(-100% - var(--panel-gap));
    }

    .biz-demand__panel--bot .biz-demand__panel-text {
        left: calc(-200% - 2 * var(--panel-gap));
    }

    .biz-demand__panel--4 .biz-demand__panel-text {
        left: calc(-300% - 3 * var(--panel-gap));
    }

    .biz-demand__panel--5 .biz-demand__panel-text {
        left: calc(-400% - 4 * var(--panel-gap));
    }

    .biz-partner .container,
    .biz-partner__col {
        gap: var(--space-2xl);
    }

    .pd-related__scroll {
        display: grid;
        gap: var(--space-md);
        grid-template-columns: repeat(4, 1fr);
        overflow-x: visible;
        max-width: var(--container-max);
        margin-inline: auto;
        padding-inline: var(--container-padding);
    }

    .pd-related-card {
        width: auto;
        border-radius: var(--space-md);
    }

    .pd__inner {
        width: 100%;
        max-width: var(--container-max);
        margin-inline: auto;
        padding-inline: var(--container-padding);
        display: grid;
        grid-template-columns: 2fr 3fr;
        gap: var(--space-2xl);
        align-items: start;
        padding-top: 128px;
        padding-bottom: var(--space-2xl);
    }

    .pd-info {
        padding-inline: 0;
    }

    .pd-gallery {
        padding-top: 0;
        padding-bottom: 0;
        background: transparent;
    }

    .pd-gallery__main {
        padding-top: 100%; /* 1/1 */
    }

    .pd-info__name {
        margin-bottom: var(--space-md);
    }

    .pd-gallery__thumbs {
        order: 0;
        overflow-x: visible;
        flex-wrap: wrap;
        padding: var(--space-md) 0;
        margin-inline: 0;
        margin-block: 0;
        align-self: auto;
    }

    .pd-info__actions {
        margin-top: var(--space-lg);
    }

    .pd-summary__row {
        display: grid;
        grid-template-columns: 1fr 3fr;
        gap: var(--space-xl);
        align-items: start;
    }

    .pd-summary__row + .pd-summary__row {
        margin-top: var(--space-xl);
    }

    .pd-summary h3,
    .pd-summary h3:first-of-type {
        margin-top: 0;
        font-size: var(--text-h4);
    }

    .locate-state:not(:last-child) {
        margin-bottom: var(--space-2xl);
    }

    .series-filter-bar.locate-us {
        padding-top: var(--space-2xl);
    }

    .locate-hero__subheading {
        max-width: 600px;
    }

    .locate-map {
        height: 500px;
    }

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

    .location-card__content {
        padding: var(--space-lg);
    }

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

    .article-card__content {
        padding: var(--space-lg);
    }

    .btn-primary--icon {
        width: 36px;
        height: 36px;
    }

    .btn-primary--icon svg {
        width: 18px;
        height: 18px;
    }

    .article-featured__inner {
        flex-direction: row;
        align-items: stretch;
        gap: var(--space-xl);
    }

    .article-featured__image-wrap {
        flex: 0 0 55%;
    }

    .article-featured__image {
        max-height: none;
        height: 100%;
    }

    .article-featured__content {
        flex: 1;
        justify-content: flex-start;
    }

    .article-featured__excerpt {
        margin-bottom: var(--space-xl);
    }

    .article-detail-cover {
        padding-top: 128px;
    }

    .article-detail-cover__image {
        max-height: min(45vw, 560px);
        border-radius: var(--radius-lg);
    }

    .article-detail__layout {
        flex-direction: row;
        align-items: flex-start;
        gap: var(--space-3xl);
    }

    .article-detail__main {
        flex: 1;
        min-width: 0;
    }

    .article-detail__sidebar {
        width: 300px;
        flex-shrink: 0;
    }

    .tnc__title {
        padding-top: 128px;
    }

    .filter-benefit-card__thumbnail {
        aspect-ratio: 16 / 9;
    }

    .filter-benefit-card__eyebrow {
        font-size: var(--text-xs);
    }

    .filter-signs__list {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .fsd-grid {
        grid-template-columns: repeat(6, 1fr);
    }

    .fsd-card:nth-child(-n+3) {
        grid-column: span 2;
    }

    .fsd-card:nth-child(4),
    .fsd-card:last-child {
        grid-column: span 3;
    }

    .fsd-bar-icon {
        width: 36px;
        height: 36px;
    }

    .fsd-bar-track {
        height: 8px;
    }

    .fsd-bar-label,
    .fsd-bar-pct {
        font-size: var(--text-xs);
    }

    /* Warranty */
    .warranty-faq__list { flex-direction: row; align-items: flex-start; }
    .warranty-faq__col { flex: 1; min-width: 0; }

    .warranty-process__body { flex-direction: row; align-items: flex-start; gap: var(--space-xl); }

    .warranty-process__image {
        width: 45%;
        flex-shrink: 0;
        position: sticky;
        top: 100px;
        align-self: flex-start;
    }

    .warranty-process__bar {
        display: block;
        width: 5px;
        flex-shrink: 0;
        align-self: stretch;
        background: var(--color-surface);
        border-radius: var(--radius-xs);
        margin-block: var(--space-lg);
        position: relative;
        overflow: hidden;
    }

    .warranty-process__bar::after {
        content: '';
        position: absolute;
        top: 0; left: 0; right: 0;
        height: var(--fill, 0%);
        background: var(--color-primary);
        transition: height 600ms cubic-bezier(0.16, 1, 0.3, 1);
    }

    .warranty-steps { flex: 1; }
    .warranty-step__num { width: 48px; height: 48px; font-size: var(--text-h5); }
    .warranty-step { flex-direction: column; gap: var(--space-lg); align-items: flex-start; padding-bottom: var(--space-2xl); }
    .warranty-step:last-child { padding-bottom: 0; }
    .warranty-step__marker { flex-direction: row; width: 36px; }
    .warranty-step__line { display: none; }
    .warranty-step__body { padding-bottom: 0; }

    /* Shared hero */
    .section-hero { padding-top: 128px; }
    .section-hero__subheading { max-width: 600px; }

    /* From home page push */
    .home-trust__content {
        flex: 55 1 0;
    }

    .home-trust__grid {
        flex: 45 1 0;
    }

    .home-hero__heading {
        max-width: 700px;
    }

    .home-hero__subheading {
        max-width: 500px;
    }

    /* From locate-us page push */
    .locate-page__layout {
        grid-template-columns: 65% 35%;
        gap: var(--space-2xl);
    }

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

    .locate-page__aside {
        align-self: start;
    }

    .enquiry-section__grid {
        grid-template-columns: 1fr 1fr;
        gap: var(--space-3xl);
    }
}

/* 1280px — desktops */
@media (min-width: 1280px) {
    .floating-actions__btn {
        width: 64px;
        height: 64px;
    }

    .home-trust__grid {
        grid-auto-rows: auto;
    }

    .home-trust__card {
        aspect-ratio: 1 / 1;
        box-shadow: none;
    }

    .home-technology__visual::before {
        left: calc((100% - 100vw) / 2);
        right: calc((100% - 100vw) / 2);
    }

    .site-header__glass {
        width: 768px;
    }

    .home-hero {
        margin-top: -64px;
    }

    .home-hero__heading {
        max-width: 750px;
    }

    .home-hero__subheading {
        font-size: 1.375rem;
        max-width: 42ch;
    }

    .home-hero__glass-wrap {
        top: -128px;
        left: 5%;
    }

    .home-hero__glass {
        max-height: 650px;
    }

    .home-hero__image-wrap {
        padding-right: 5%;
        padding-bottom: 5%;
    }

    .home-hero__image {
        max-height: 750px;
    }

    .home-award__logos-clip {
        margin-left: 45%;
    }

    .home-award__inner {
        max-width: 100%;
        padding-left: 45%
    }

    .btn-primary {
        font-size: 1rem;
    }

    .home-products {
        padding: 0 0 96px;
        gap: var(--space-3xl);
    }

    .home-products__item {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 0;
        padding: 0;
        max-width: none;
        margin-inline: 0;
        min-height: 600px;
        align-items: stretch;
    }

    .home-products__item--reverse .home-products__visual {
        order: 2;
        margin-right: 0;
    }

    .home-products__item--reverse .home-products__content {
        order: 1;
    }

    .home-products__item--reverse .home-products__image {
        left: -15%;
        right: auto;
        top: 25%;
    }

    .home-products__visual {
        border-radius: 0;
        margin-left: 0;
        margin-bottom: 0;
        height: 100%;
    }

    .home-products__bg {
        width: 90%;
        height: 100%;
        object-fit: cover;
        border-radius: 0 var(--radius-xl) var(--radius-xl) 0;
    }

    .home-products__item--reverse .home-products__bg {
        width: 90%;
        margin-left: auto;
        border-radius: var(--radius-xl) 0 0 var(--radius-xl);
    }

    .home-products__image {
        height: 90%;
        right: 0;
        top: 20%;
    }

    .home-products__item--outdoor .home-products__image {
        height: 95%;
        top: 15%;
        right: 0;
        left: auto;
    }

    .home-products__content {
        padding: 80px 80px 80px 64px;
        justify-content: center;
        max-width: 700px;
    }

    .home-products__eyebrow {
        font-size: 1rem;
    }

    .home-events__bg {
        aspect-ratio: 1728 / 1557;
        background-image: url('/assets/site/images/home/home-events-bg-2.webp');
    }

    .home-explore {
        padding: 96px 0 64px;
    }

    .home-explore__product-img {
        width: 192px;
        transform: translate(82%, 12%);
    }

    .home-explore__card-content {
        padding: var(--space-xl);
    }

    .home-explore__malaysia-inner {
        padding: var(--space-xl);
    }

    .home-explore__card-title {
        font-size: 1.5rem;
    }

    .about-story__images {
        padding-block: var(--space-3xl);
    }

    .about-story__image {
        border-radius: var(--radius-lg);
    }

    .about-product__image-wrap {
        flex: 0 0 45%;
    }

    .about-product__image {
        max-height: 500px;
    }

    .about-product__feature-icon {
        width: 112px;
        height: 112px;
    }

    .about-product__feature:nth-child(1),
    .about-product__feature:nth-child(4) {
        margin-left: -80px;
    }

    .about-banner__text {
        width: 500px;
        margin-top: -24px;
    }

    .about-banner__text h5 {
        font-size: 2.25rem;
    }

    .about-banner__text--right .about-banner__highlight {
        font-size: 3.5rem;
    }

    .about-banner__product--1 {
        max-height: 450px;
        transform: translate(-45%, 50%);
    }

    .about-banner__product--2 {
        max-height: 450px;
    }

    .about-hero__video-frame {
        right: calc((100vw - var(--container-max)) / 2 + var(--container-padding));
    }

    .product-category-card__content {
        padding: var(--space-xl);
    }

    .series-hero {
        aspect-ratio: 21 / 9;
    }

    .series-hero__content .container {
        padding-bottom: var(--space-max);
    }

    .series-hero__subheading {
        max-width: 45ch;
        margin-top: var(--space-xl);
    }

    .series-featured-card__title {
        font-size: 2rem;
    }

    .series-featured-card__price {
        font-size: 1.625rem;
    }

    .series-product-card {
        padding: var(--space-lg);
    }

    .series-product-card__name,
    .series-product-card__price {
        font-size: 1.375rem;
    }

    .series-product-card__image-wrap img {
        max-height: 256px;
    }

    .btn-primary--icon {
        width: 40px;
        height: 40px;
    }

    .btn-primary--icon svg {
        width: 20px;
        height: 20px;
    }

    .career-grid {
        grid-template-columns: 1fr 1fr;
    }

    .biz-demand__panels {
        --panel-h: clamp(600px, 80vh, 900px);
    }

    .biz-demand__panel-text .font-heading {
        font-size: 88px;
    }

    .biz-partner .container,
    .biz-partner__col {
        gap: var(--space-3xl);
    }

    .pd-gallery__main {
        padding-top: 75%; /* 4/3 */
    }

    .location-card__icon,
    .location-card__staff-icon {
        width: 18px;
        height: 18px;
    }

    .article-detail__sidebar {
        width: 350px;
    }

    .fsd-grid {
        grid-template-columns: repeat(15, 1fr);
    }

    .fsd-card:nth-child(-n+3) {
        grid-column: span 5;
    }

    .fsd-card:nth-child(4) {
        grid-column: span 9;
        flex-direction: row;
        align-items: center;
        gap: var(--space-xl);
    }

    .fsd-card:last-child {
        grid-column: span 6;
    }

    .fsd-card:nth-child(4) .fsd-card__body {
        flex: 1;
    }

    .fsd-card:nth-child(4) img {
        flex-shrink: 0;
        width: auto;
        max-height: 200px;
        margin-top: 0;
        margin-inline: 0;
    }

    .section-pt { padding-top: var(--space-3xl); }
    .section-pb { padding-bottom: var(--space-3xl); }
    .section-p  { padding-block: var(--space-3xl); }

    /* From home page push */
    .home-hero__inner {
        padding-top: 320px;
    }

    .home-hero__image {
        max-height: 750px;
    }

    .home-hero__heading {
        max-width: clamp(750px, 58.59vw, 900px);
    }

    .home-hero__subheading {
        max-width: clamp(600px, calc(100px + 39.0625vw), 700px);
    }

    .home-hero__glass {
        max-height: 600px;
    }

    /* From locate-us page push */
    .locate-page {
        padding-top: 128px;
    }

    /* From warranty page push */
    .warranty-process {
        padding-top: 128px;
    }
}

/* 1536px — large screens */
@media (min-width: 1536px) {
    .home-hero__heading {
        max-width: 825px;
    }

    .home-hero__subheading {
        font-size: 1.5rem;
        max-width: 42ch;
    }

    .home-hero__inner {
        padding-top: 352px;
    }

    .home-hero__glass {
        max-height: 700px;
    }

    .home-hero__image-wrap {
        padding-right: 5%;
        padding-bottom: 5%;
    }

    .home-hero__image {
        max-height: 850px;
    }

    .home-award__logo {
        height: 96px;
        width: 96px;
    }

    .home-products {
        padding: 96px 0;
    }

    .home-products__item {
        min-height: 680px;
    }

    .home-products__content {
        padding: 96px 128px 96px 64px;
        max-width: 780px;
    }

    .home-products__eyebrow {
        font-size: 1.125rem;
    }

    .about-story__eyebrow {
        font-size: 1.125rem;
    }

    .home-explore__card-title {
        font-size: 1.625rem;
    }

    .events-nav__btn svg {
        width: 48px;
        height: 48px;
    }

    .about-hero__product {
        width: clamp(250px, 40%, 550px);
    }

    .about-hero__video-frame {
        width: clamp(400px, 45%, 650px);
    }

    .about-story__body {
        width: 800px;
    }

    .product-statement__desc {
        padding-inline-start: min(32%, 492px);
    }

    .series-hero__content .container {
        padding-bottom: 128px;
    }

    .series-featured-card__title {
        font-size: 2.25rem;
    }

    .series-featured-card__price {
        font-size: 1.875rem;
    }

    .series-featured-card__original-price {
        font-size: 1.125rem;
    }

    .btn-primary--icon {
        width: 44px;
        height: 44px;
    }

    .btn-primary--icon svg {
        width: 22px;
        height: 22px;
    }

    .career-sidebar__item-count {
        font-size: 1rem;
    }

    .career-card__badge,
    .career-card__excerpt,
    .career-sidebar__item {
        font-size: 1.125rem;
    }

    .site-accordion__header {
        font-size: 1.25rem;
    }

    .career-card__salary {
        font-size: 1.375rem;
    }

    .career-card__title {
        font-size: 1.5rem;
    }

    .biz-partner .container,
    .biz-partner__col {
        gap: var(--space-max);
    }

    .locate-hero__subheading {
        max-width: 650px;
    }

    .locate-map {
        height: 600px;
    }

    .article-hero__desc {
        max-width: 650px;
    }

    .article-detail__sidebar {
        width: 400px;
    }

    .filter-benefits__track {
        max-width: var(--container-max);
        margin-inline: auto;
    }

    .fsd-bar-icon {
        width: 38px;
        height: 38px;
    }

    .fsd-bar-track {
        height: 8px;
    }
}
