/* Home v2 */

.home-v2 {
    width: 100%;
    margin: 0 auto;
    /* padding: 0 0 90px; */
    box-sizing: border-box;
}

.home-v2 .home-section {
    margin: 0 auto 40px;
}

/* Hero */
.home-hero {
    margin-bottom: 0;
}

.home-hero__inner {
    padding: clamp(32px, 4vw, 30px) 0 clamp(28px, 3.5vw, 30px);
}

.home-hero__grid {
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
    gap: clamp(28px, 4vw, 72px);
    align-items: center;
}

.home-hero__content h1 {
    font-weight: 700;
    font-style: normal;
    font-size: clamp(34px, 3.2vw, 46px);
    line-height: 120%;
    letter-spacing: -0.02em;
    font-family: 'TASA Orbiter Bold', sans-serif;
    background: linear-gradient(271.46deg, #1A1A1A 0.1%, #00B0A9 95.69%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.home-hero__body {
    font-family: 'TASA Orbiter Regular', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: clamp(18px, 1.65vw, 24px);
    line-height: 130%;
    letter-spacing: -0.02em;
    color: #959991;
    margin-top: 0px;
    
}

.home-hero__cta-row {
    display: flex;
    gap: 20px;
    margin-top: 30px;
}

.home-hero__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    min-width: 170px;
    padding: 12px 28px;
    border-radius: 999px;
    font-family: 'TASA Orbiter Medium', sans-serif;
    font-size: 16px;
    line-height: 1;
    text-decoration: none;
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.home-hero__btn--primary {
    background-color: #00B0A9;
    color: #fff;
    border: 1px solid #00B0A9;
}

.home-hero__btn--primary:hover {
    background-color: #009990;
    border-color: #009990;
}

.home-hero__btn--outline {
    background-color: #fff;
    color: #00B0A9;
    border: 1px solid #00B0A9;
}

.home-hero__btn--outline:hover {
    background-color: rgba(0, 176, 169, 0.08);
}

.home-hero__visual {
    position: relative;
    min-height: clamp(360px, 42vw, 520px);
    border-radius: clamp(28px, 3vw, 48px);
    background-color: #A8C9D4;
    overflow: hidden;
    isolation: isolate;
}

.home-hero__image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

/* Tablet: balanced two-column hero */
@media screen and (min-width: 901px) and (max-width: 1100px) {
    .home-hero__grid {
        gap: 32px;
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    }
}

/* 1101–1359: fluid columns (no fixed mins) until 1440 lock */
@media screen and (min-width: 1101px) and (max-width: 1359px) {
    .home-hero__grid {
        gap: 40px;
        grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
    }
}

@media screen and (min-width: 901px) and (max-width: 1359px) {
    .home-hero__visual {
        border-radius: 36px;
        min-height: 520px;
    }

    .home-hero__overlay {
        left: 50px;
        right: 50px;
        bottom: 30px;
    }
}

.home-hero__overlay {
    position: absolute;
    left: clamp(16px, 2vw, 28px);
    bottom: clamp(16px, 2vw, 28px);
    z-index: 2;
    padding: 25px 35px;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.35);
    background: rgba(255, 255, 255, 0.16);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(18px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

/* 1440px pixel-tuning (hero overlay inset) */
@media screen and (min-width: 1360px) and (max-width: 1399px) {
    .home-hero__grid {
        grid-template-columns: minmax(0, 1fr) minmax(0, 1.08fr);
        gap: clamp(32px, 4vw, 50px);
    }

    .home-hero__visual {
        width: 100%;
        max-width: 744px;
        justify-self: end;
        height: auto;
        min-height: clamp(480px, 46vw, 636px);
        border-radius: 40px;
    }
}

@media screen and (min-width: 1400px) and (max-width: 1520px) {
    .home-hero__grid {
        grid-template-columns: minmax(0, 526px) minmax(0, 1fr);
        gap: 50px;
    }

    .home-hero__visual {
        width: 100%;
        max-width: 744px;
        justify-self: end;
        height: auto;
        min-height: clamp(520px, 44vw, 636px);
        border-radius: 40px;
    }

    .home-hero__overlay {
        left: 70px;
        right: 70px;
        bottom: 30px;
    }

    .home-hero__content h1 {
        font-size: 46px;
    }

    .home-hero__body {
        font-size: 24px;
    }
}

@media screen and (min-width: 1521px) {
    .home-hero__grid {
        gap: 64px;
    }
}

.home-hero__overlay-label {
    margin: 0 0 10px;
    font-family: 'TASA Orbiter Medium', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 4%;
    color: #FFF;
    
}

.home-hero__overlay-title {
    margin: 0 0 15px;
    font-family: 'TASA Orbiter Bold', sans-serif;
    font-style: normal;
    font-size: 26px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #FFF;
    
}

.home-hero__overlay-body {
    margin: 0;
    font-family: 'TASA Orbiter Regular', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #FFF;
    
}

/* Portal access */
.home-portal {
    margin-top: 20px;
}

.home-portal__wrap {
    --portal-bg-image: none;
    position: relative;
}

.home-portal__form-panel {
    --portal-bg-image: none;
    border-radius: 40px;
    overflow: hidden;
    padding: 40px;
    background-color: #A9B0BA;
    background-image: var(--portal-bg-image);
    background-size: cover;
    background-position: center;
}

.home-portal__grid {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 44px;
    align-items: start;
}

.home-portal__right {
    display: flex;
    flex-direction: column;
    gap: 36px;
    align-items: flex-start;
    justify-content: center;
    min-height: 100%;
    padding: 8px 0;
}

.home-portal__card {
    color: #fff;
    box-sizing: border-box;
}

@media screen and (min-width: 901px) {
    .home-portal__card {
        padding: 20px;
        border-radius: 20px;
        border: 1px solid #FFFFFF4D;
        background: #9FA7B2;
        backdrop-filter: blur(53.8px);
        -webkit-backdrop-filter: blur(53.8px);
        box-shadow: 9px 10px 19px 0 #8194A780;
    }

    .home-portal__mini.home-portal__card {
        display: flex;
        flex-direction: column;
        gap: 12px;
        box-sizing: border-box;
    }

    .home-portal__mini.home-portal__card .home-portal__mini-head {
        margin-bottom: 0;
    }
}

/* Tablet: portal + bento + hero — fluid (no fixed Figma px) */
@media screen and (min-width: 901px) and (max-width: 1199px) {
    .home-portal__form-panel {
        padding: clamp(24px, 4vw, 32px);
        border-radius: clamp(24px, 4vw, 32px);
    }

    .home-portal__grid {
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
        gap: clamp(20px, 3vw, 32px);
        align-items: start;
    }

    .home-portal__left.home-portal__form-box.home-portal__card {
        width: 100%;
        max-width: none;
        height: auto;
        min-height: 0;
        margin: 0;
        overflow: visible;
        min-height: 440px !important;
    }

    .home-portal__mini.home-portal__card {
        width: 100%;
        max-width: none;
        height: auto;
        min-height: 0;
        overflow: visible;
    }

    .home-portal__right {
        gap: clamp(16px, 2.5vw, 24px);
        padding: 0;
        min-height: 0;
    }

    .home-portal__mini-title {
        font-size: clamp(16px, 2vw, 18px);
    }

    .home-portal__mini-body {
        font-size: 14px;
    }
}

/* Narrow tablet: stack portal columns */
@media screen and (min-width: 901px) and (max-width: 1024px) {
    .home-portal__grid {
        grid-template-columns: 1fr;
    }

    .home-portal__right {
        align-items: stretch;
    }

    .home-portal__mini--1,
    .home-portal__mini--2,
    .home-portal__mini--3 {
        align-self: stretch;
        margin-right: 0;
    }
}

/* Desktop: Figma lock for portal cards (1400+ only — avoids 1200–1399 overflow) */
@media screen and (min-width: 1400px) {
    .home-portal__mini.home-portal__card {
        width: 361px;
        max-width: 361px;
        height: auto;
        min-height: 126px;
        overflow: hidden;
    }

    .home-portal__left.home-portal__form-box.home-portal__card {
        width: 525px;
        max-width: 525px;
        overflow: auto;
    }
}

.home-portal__shortcode {
    margin-top: 0;
}

/* Portal login form skin (homepage + My Account auth) */
.home-portal__login {
    --portal-field-height: 35px;
    --portal-field-padding: 10px;
    --portal-field-radius: 20px;
    --portal-field-border: 1px solid #FFFFFF;
    --portal-field-bg: rgba(255, 255, 255, 0.08);
    --portal-field-bg-hover: rgba(255, 255, 255, 0.12);
    --portal-field-blur: blur(98px);
    color: #fff;
}

.home-portal__login-title {
    margin: 0 0 14px;
    font-family: 'TASA Orbiter Bold', sans-serif;
    font-size: clamp(28px, 2.6vw, 34px);
    font-weight: 700;
    line-height: 1.12;
    letter-spacing: -0.02em;
    color: #fff;
    text-align: center;
}

.home-portal__login-intro {
    margin: 0 0 28px;
    font-family: 'TASA Orbiter Regular', sans-serif;
    font-size: 15px;
    line-height: 1.45;
    color: rgba(255, 255, 255, 0.92);
    text-align: center;
}

.home-portal__login-form {
    margin: 0 0 14px;
}

.home-portal__login-form .woocommerce-notices-wrapper {
    margin: 0;
}

.home-portal__login-form .woocommerce-error,
.home-portal__login-form .woocommerce-message,
.home-portal__login-form .woocommerce-info,
.home-portal__login-form .wc-block-components-notice-banner {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin: 0 0 16px;
    padding: 14px 16px;
    border-radius: 20px;
    font-family: 'TASA Orbiter Regular', sans-serif;
    font-size: 14px;
    line-height: 1.45;
    backdrop-filter: blur(98px);
    -webkit-backdrop-filter: blur(98px);
    box-sizing: border-box;
}

.home-portal__login-form ul.woocommerce-error {
    list-style: none;
    margin: 0 0 16px;
    padding: 14px 16px;
    border-radius: 20px;
    backdrop-filter: blur(98px);
    -webkit-backdrop-filter: blur(98px);
    box-sizing: border-box;
}

.home-portal__login-form ul.woocommerce-error li {
    margin: 0;
    padding: 0;
    list-style: none;
    font-family: 'TASA Orbiter Regular', sans-serif;
    font-size: 14px;
    line-height: 1.45;
}

.home-portal__login-form .woocommerce-error,
.home-portal__login-form ul.woocommerce-error,
.home-portal__login-form .wc-block-components-notice-banner.is-error {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 170, 170, 0.55);
    border-left: 1px solid rgba(255, 170, 170, 0.55);
    color: #fff;
    box-shadow: none;
}

.home-portal__login-form .woocommerce-message,
.home-portal__login-form .wc-block-components-notice-banner.is-success {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(170, 230, 225, 0.55);
    border-left: 1px solid rgba(170, 230, 225, 0.55);
    color: #fff;
    box-shadow: none;
}

.home-portal__login-form .woocommerce-info,
.home-portal__login-form .wc-block-components-notice-banner.is-info {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-left: 1px solid rgba(255, 255, 255, 0.35);
    color: rgba(255, 255, 255, 0.92);
    box-shadow: none;
}

.home-portal__login-form .wc-block-components-notice-banner svg {
    flex: 0 0 auto;
    width: 20px;
    height: 20px;
    margin-top: 1px;
    fill: currentColor;
}

.home-portal__login-form .wc-block-components-notice-banner__content {
    flex: 1 1 auto;
    min-width: 0;
}

.home-portal__login-form .wc-block-components-notice-banner__content strong,
.home-portal__login-form .woocommerce-error strong {
    font-family: 'TASA Orbiter Medium', sans-serif;
    font-weight: 500;
}

.home-portal__login-form .wc-block-components-notice-banner a,
.home-portal__login-form .woocommerce-error a,
.home-portal__login-form .woocommerce-message a,
.home-portal__login-form .woocommerce-info a {
    color: #00B0A9;
    font-family: 'TASA Orbiter Medium', sans-serif;
    font-weight: 500;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.home-portal__login-form .wc-block-components-notice-banner a:hover,
.home-portal__login-form .woocommerce-error a:hover,
.home-portal__login-form .woocommerce-message a:hover,
.home-portal__login-form .woocommerce-info a:hover {
    color: #fff;
}

.home-portal__login .home-portal__woocommerce-login,
.home-portal__login form.woocommerce-form.login,
.home-portal__login form.woocommerce-form.register {
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    max-width: none;
}

.home-portal__login .form-row,
.home-portal__login .form-row-first,
.home-portal__login .form-row-last,
.home-portal__login .form-row-wide {
    width: 100%;
    float: none;
    clear: both;
    margin: 0 0 14px;
    padding: 0;
}

.home-portal__login .clear {
    display: none;
}

.home-portal__login label {
    display: block;
    margin: 0 0 14px;
    font-family: 'TASA Orbiter Medium', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    color: #fff;
}

.home-portal__login label .required {
    color: rgba(255, 255, 255, 0.85);
}

.home-portal__login .input-text,
.home-portal__login select,
.home-portal__login textarea {
    display: block;
    width: 100%;
    height: var(--portal-field-height);
    min-height: var(--portal-field-height);
    margin: 0;
    padding: var(--portal-field-padding);
    border-radius: var(--portal-field-radius);
    border: var(--portal-field-border);
    background: var(--portal-field-bg);
    backdrop-filter: var(--portal-field-blur);
    -webkit-backdrop-filter: var(--portal-field-blur);
    color: #fff;
    font-family: 'TASA Orbiter Regular', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.25;
    letter-spacing: normal;
    box-sizing: border-box;
    box-shadow: none;
}

.home-portal__login .input-text::placeholder {
    color: rgba(255, 255, 255, 0.5);
    opacity: 1;
}

.home-portal__login .input-text:focus,
.home-portal__login select:focus,
.home-portal__login textarea:focus {
    outline: none;
    border: var(--portal-field-border);
    background: var(--portal-field-bg-hover);
    color: #fff;
}

.home-portal__login-actions {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    margin: 4px 0 0;
}

.home-portal__login-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    width: 100%;
    margin: 4px 0 18px;
    padding: 0;
}

.home-portal__login-meta .woocommerce-form-login__rememberme {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
    font-family: 'TASA Orbiter Regular', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.3;
    color: #fff;
    cursor: pointer;
}

.home-portal__login-meta .home-portal__lost-password {
    margin: 0;
    font-family: 'TASA Orbiter Regular', sans-serif;
    font-size: 14px;
    line-height: 1.3;
}

.home-portal__login-meta .home-portal__lost-password a {
    color: rgba(255, 255, 255, 0.88);
    text-decoration: underline;
    text-underline-offset: 2px;
}

.home-portal__login-meta .home-portal__lost-password a:hover,
.home-portal__login-meta .home-portal__lost-password a:focus-visible {
    color: #fff;
    text-decoration: none;
}

.home-portal__login .woocommerce-form-login__rememberme {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 18px;
    font-family: 'TASA Orbiter Regular', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.3;
    color: #fff;
    cursor: pointer;
}

.home-portal__checkbox {
    position: relative;
    display: inline-flex;
    flex: 0 0 auto;
    width: 20px;
    height: 20px;
}

.home-portal__checkbox input[type="checkbox"] {
    position: absolute;
    inset: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    margin: 0;
    opacity: 0;
    cursor: pointer;
}

.home-portal__checkbox::before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    border: 1px solid #FFFFFF;
    border-radius: 3px;
    background: #FFFFFF;
    box-sizing: border-box;
}

.home-portal__checkbox:has(input:checked)::after {
    content: "";
    position: absolute;
    left: 7px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid #9C6D64;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    box-sizing: border-box;
    pointer-events: none;
}

.home-portal__login .woocommerce-form-login__submit,
.home-portal__login .woocommerce-form-register__submit {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: var(--portal-field-height);
    min-height: var(--portal-field-height);
    margin: 0;
    padding: var(--portal-field-padding);
    border-radius: var(--portal-field-radius);
    border: 0;
    background: #fff;
    color: #69809E;
    font-family: 'TASA Orbiter Bold', sans-serif;
    font-size: 16px;
    font-weight: 700;
    font-style: normal;
    line-height: 1.3;
    letter-spacing: 0;
    text-align: center;
    text-transform: none;
    cursor: pointer;
    box-shadow: none;
    box-sizing: border-box;
}

.home-portal__login .woocommerce-form-login__submit:hover,
.home-portal__login .woocommerce-form-register__submit:hover {
    background: #f5f5f5;
    color: #69809E;
}

.home-portal__login .lost_password {
    display: none;
}

.home-portal .home-portal__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 50px;
    padding: 14px 24px;
    border-radius: 999px;
    font-family: 'TASA Orbiter Medium', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    box-sizing: border-box;
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.home-portal__login .home-portal__btn--outline {
    width: 100%;
    height: var(--portal-field-height);
    min-height: var(--portal-field-height);
    margin-top: 0;
    padding: var(--portal-field-padding);
    border-radius: var(--portal-field-radius);
    border: var(--portal-field-border);
    background: var(--portal-field-bg);
    backdrop-filter: var(--portal-field-blur);
    -webkit-backdrop-filter: var(--portal-field-blur);
    color: #fff;
    font-family: 'TASA Orbiter Regular', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
    box-shadow: none;
}

.home-portal__login .home-portal__btn--outline:hover {
    background: var(--portal-field-bg-hover);
    border: var(--portal-field-border);
    color: #fff;
    text-decoration: none;
}

.home-portal__login-disclaimer {
    margin: 22px 0 0;
    font-family: 'TASA Orbiter Regular', sans-serif;
    font-size: 12px;
    line-height: 1.45;
    color: rgba(255, 255, 255, 0.88);
    text-align: center;
}

.home-portal__left.home-portal__form-box--welcome.home-portal__card {
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    min-height: 100%;
}

.home-portal__form-box--welcome .home-portal__shortcode {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 0;
}

.home-portal .home-portal__welcome {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
    box-sizing: border-box;
}

.home-portal .home-portal__welcome-icon {
    display: block;
    width: 72px;
    height: 72px;
    margin: 0 0 24px;
    object-fit: contain;
}

.home-portal .home-portal__welcome-title {
    margin: 0 0 14px;
    font-family: 'TASA Orbiter ExtraBold', 'TASA Orbiter', sans-serif;
    font-weight: 800;
    font-style: normal;
    font-size: 50px;
    line-height: 1;
    letter-spacing: 0;
    text-align: center;
    color: #fff;
}

.home-portal .home-portal__welcome-text {
    margin: 0 0 28px;
    font-family: 'TASA Orbiter Regular', 'TASA Orbiter', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    line-height: 1;
    letter-spacing: 0;
    text-align: center;
    color: rgba(255, 255, 255, 0.92);
}

.home-portal .home-portal__btn--shop {
    width: auto;
    min-width: 318px;
    max-width: 280px;
    min-height: 50px;
    height: auto;
    margin: 0;
    padding: 12px 28px;
    font-family: 'TASA Orbiter Bold', 'TASA Orbiter', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    line-height: 1.3;
    letter-spacing: 0;
    text-align: center;
    background: #fff;
    border: 1px solid #fff;
    color: #5A6D85;
}

.home-portal .home-portal__btn--shop:hover {
    background: #f5f5f5;
    color: #4A5D72;
    text-decoration: none;
}

.home-portal__mini {
    width: 100%;
}

/* Stagger: top left, middle right, bottom left */
@media screen and (min-width: 901px) {
    .home-portal__mini--1,
    .home-portal__mini--3 {
        align-self: flex-start;
    }

    .home-portal__mini--2 {
        align-self: flex-end;
        margin-right: 0;
    }
}

.home-portal__mini-head {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}

.home-portal__mini-icon {
    flex: 0 0 auto;
    width: 32px;
    height: 32px;
    object-fit: contain;
    display: block;
    margin: 0;
    opacity: 0.95;
}

.home-portal__mini-title {
    margin: 0;
    font-family: 'TASA Orbiter Medium', sans-serif;
    font-size: 20px;
    line-height: 1.15;
    letter-spacing: -0.02em;
    color: #fff;
}

.home-portal__mini-body {
    margin: 0;
    font-family: 'TASA Orbiter Regular', sans-serif;
    font-size: 15px;
    line-height: 1.4;
    color: rgba(255, 255, 255, 0.88);
}

/* Mobile carousel (hidden on desktop) */
.home-portal__carousel-wrap {
    display: none;
}

/* 1200–1359: proportional portal (between tablet fluid and 1440 lock) */
@media screen and (min-width: 1200px) and (max-width: 1359px) {
    .home-portal__form-panel {
        padding: clamp(28px, 3vw, 40px);
    }

    .home-portal__grid {
        gap: clamp(32px, 3.5vw, 44px);
    }

    .home-portal__left.home-portal__form-box.home-portal__card {
        width: min(525px, 100%);
        max-width: 100%;
        height: auto;
        min-height: min(549px, 70vh);
        margin-top: clamp(16px, 2vw, 32px);
        margin-left: 0;
    }

    .home-portal__mini.home-portal__card {
        width: min(361px, 100%);
        max-width: 100%;
        height: auto;
        min-height: 126px;
    }
}

/* 1360–1399: fluid portal between tablet and 1440 lock */
@media screen and (min-width: 1360px) and (max-width: 1399px) {
    .home-portal__grid {
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
        gap: clamp(32px, 3.5vw, 50px);
        align-items: center;
    }

    .home-portal__right {
        gap: clamp(24px, 3vw, 40px);
        padding: 12px 0;
    }

    .home-portal__left.home-portal__form-box.home-portal__card {
        width: min(525px, 100%);
        max-width: 100%;
        height: auto;
        min-height: min(549px, 70vh);
        margin-top: clamp(16px, 2vw, 32px);
        margin-left: 0;
    }

    .home-portal__mini.home-portal__card {
        width: min(361px, 100%);
        max-width: 100%;
        height: auto;
        min-height: 126px;
    }
}

/* Value prop section */
.home-value__wrap {
    position: relative;
    overflow: hidden;
    border-radius: 40px;
    padding: 50px;
    background: #053541;
}

.home-value__pattern {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    pointer-events: none;
    user-select: none;
    z-index: 1;
    mix-blend-mode: multiply;
    border-radius: 40px;
}

.home-value__grid {
    display: grid;
    grid-template-columns: 713px 1fr;
    gap: 30px;
    align-items: start;
}

.home-value__image-col {
    position: relative;
    z-index: 2;
}

.home-value__image {
    display: block;
    width: 100%;
    height: auto;
}

.home-value__image--desktop {
    width: 713px;
    height: 1132px;
    object-fit: cover;
    border-radius: 40px;
}

.home-value__image--mobile {
    display: none;
}

.home-value__content {
    position: relative;
    z-index: 2;
    color: #fff;
    padding-top: 10px;
}

.home-value__title {
    margin: 0;
    font-family: 'TASA Orbiter Bold', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 46px;
    line-height: 120%;
    letter-spacing: -0.02em;
    color: #fff;

}

.home-value__body {
    margin: 30px 0 0;
    font-family: 'TASA Orbiter Regular', sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 130%;
    letter-spacing: normal;
    color: #fff;
}

.home-value__list {
    margin-top: 20px;
    display: grid;
    gap: 20px;
}

.home-value__item {
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    padding: 20px;
}

.home-value__item-head {
    display: flex;
    gap: 12px;
    align-items: center;
    margin-bottom: 14px;
}

.home-value__num {
    font-family: 'TASA Orbiter Bold', sans-serif;
    font-size: 30px;
    line-height: 130%;
    color: #fff;
}

.home-value__item-title {
    margin: 0;
    font-family: 'TASA Orbiter Bold', sans-serif;
    color: #fff;
    font-weight: 600;
    font-size: 30px;
    line-height: 130%;
    letter-spacing: 1%;

}

.home-value__item-body {
    font-family: 'TASA Orbiter Regular', sans-serif;
    color: #fff;
    opacity: 80%;
    padding-left: 30px;
    font-weight: 400;
    font-size: 24px;
    line-height: 130%;
    letter-spacing: -0.02em;

}

/* =========================
   Responsive adjustments
   (keeps desktop intact)
========================= */

@media screen and (max-width: 1200px) {
    /* Value: tablet matches mobile (stack + larger pills) */
    .home-value__wrap {
        padding: 36px clamp(20px, 3vw, 28px) 320px;
    }

    .home-value__grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .home-value__image-col {
        display: none;
    }

    .home-value__title {
        font-size: 36px;
    }

    .home-value__body {
        font-size: 16px;
        margin-top: 18px;
    }

    .home-value__list {
        gap: 18px;
        margin-top: 30px;
    }

    .home-value__item {
        padding: 22px;
        border-radius: 20px;
    }

    .home-value__item-head {
        margin-bottom: 12px;
    }

    .home-value__num,
    .home-value__item-title {
        font-size: 20px;
    }

    .home-value__item-body {
        font-size: 14px;
        padding-left: 34px;
    }

    .home-value__image--mobile {
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: clamp(420px, 60vw, 560px);
        object-fit: cover;
        object-position: center 20%;
        transform: scale(1);
        border-radius: 0 0 40px 40px;
        z-index: 1;
    }
}

@media screen and (max-width: 1024px) {
    /* Value: stack (content first, image becomes optional mobile_image) */
    .home-value__wrap {
        padding: 34px clamp(20px, 3vw, 26px) 300px;
    }

    .home-value__grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .home-value__image-col {
        display: none;
    }

    .home-value__title {
        font-size: 34px;
    }

    .home-value__body {
        font-size: 16px;
        margin-top: 16px;
    }

    .home-value__list {
        gap: 16px;
    }

    .home-value__item {
        padding: 20px;
    }

    .home-value__num,
    .home-value__item-title {
        font-size: 20px;
    }

    .home-value__item-body {
        font-size: 14px;
        padding-left: 34px;
    }

    .home-value__image--mobile {
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: clamp(420px, 60vw, 560px);
        object-fit: cover;
        object-position: center 20%;
        transform: scale(1);
        border-radius: 0 0 40px 40px;
        z-index: 1;
    }
}

/* Bento grid */
.home-bento {
    margin-top: 20px;
}

.home-bento__wrap {
    position: relative;
}

.home-bento__nav {
    display: none;
}

.home-bento__nav-btn {
    width: 36px;
    height: 36px;
    border-radius: 18px;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 0;
}

.home-bento__nav-icon {
    display: block;
}

.home-bento__nav-btn--prev .home-bento__nav-icon {
    transform: rotate(180deg);
}

.home-bento__nav-btn--prev {
    background: #00000040;
    border: 1px solid #FFFFFF66;
    box-shadow:
        10px -6px 24px 0px #FFFFFF8C inset,
        3px 8px 14px 0px #00000040;
}

.home-bento__nav-btn--next {
    background: #A2BEBF;
    border: 1px solid #97B5B780;
    box-shadow:
        10px -6px 24px 0px #FFFFFF8C inset,
        3px 8px 14px 0px #00000040;
}

.home-bento__grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 50px;
}

.home-bento__tile {
    position: relative;
    border-radius: 40px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    overflow: hidden;
    isolation: isolate;
}

.home-bento__media {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    background-color: rgba(255, 255, 255, 0.08);
}

.home-bento__tile::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 45%, rgba(0, 0, 0, 0.28) 100%);
    z-index: 0;
}

.home-bento__tile--primary {
    grid-row: 1 / span 2;
    min-height: 720px;
}

.home-bento__tile--top,
.home-bento__tile--bottom {
    min-height: 345px;
}

/* Tablet/desktop bento: fluid card insets so copy stays inside tile */
@media screen and (min-width: 901px) and (max-width: 1399px) {
    .home-bento__card {
        left: clamp(16px, 3vw, 45px);
        right: clamp(12px, 2vw, 30px);
        padding: clamp(16px, 2vw, 20px) clamp(16px, 3vw, 45px);
        max-width: min(549px, calc(100% - 32px));
    }
}

/* 1440px pixel tuning (bento tile sizing) */
@media screen and (min-width: 1400px) and (max-width: 1520px) {
    .home-bento__grid {
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
        gap: 50px;
    }

    .home-bento__tile--primary {
        min-height: 1044px;
    }

    .home-bento__tile--top,
    .home-bento__tile--bottom {
        min-height: 507px;
    }
}

.home-bento__card {
    position: absolute;
    left: 45px;
    right: 30px;
    bottom: 41px;
    padding: 20px 45px;
    border-radius: 20px;
    border: 1.48px solid #FFFFFF0D;
    background:
        linear-gradient(360deg, rgba(161, 185, 185, 0) 0%, rgba(161, 185, 185, 0.5) 100%),
        linear-gradient(0deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.06)),
        linear-gradient(0deg, rgba(168, 190, 188, 0.15), rgba(168, 190, 188, 0.15));
    backdrop-filter: blur(12.63px);
    -webkit-backdrop-filter: blur(12.63px);
    box-shadow:
        -2.96px 2.96px 8.89px 0px #A4C0C180 inset,
        2.96px 2.96px 5.93px -1.48px #FFFFFF4D inset,
        5.93px 11.85px 28.15px 0px #FFFFFF26 inset,
        23.7px 47.41px 71.11px -11.85px #A9C2BF33,
        2.96px 5.93px 23.7px 0px #0000000D;
    color: #fff;
    z-index: 1;
    max-width: 549px;
}

/* Per-tile glass card styling (tablet/desktop overlay) */
@media screen and (min-width: 901px) {
    .home-bento__tile--top .home-bento__card {
        background:
            linear-gradient(360deg, rgba(136, 184, 196, 0) 0%, rgba(136, 184, 196, 0.5) 100%),
            linear-gradient(0deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.06)),
            linear-gradient(0deg, rgba(137, 187, 198, 0.02), rgba(137, 187, 198, 0.02));
        box-shadow:
            -2.96px 2.96px 8.89px 0px #8A797180 inset,
            2.96px 2.96px 5.93px -1.48px #FFFFFF4D inset,
            5.93px 11.85px 28.15px 0px #FFFFFF26 inset,
            -4.44px -11.85px 14.81px 0px #FFFFFF33 inset,
            1.48px 0px 2.96px 0px #FFFFFF33 inset,
            -1.48px -1.48px 5.93px 0px #FFFFFF4D inset,
            23.7px 47.41px 71.11px -11.85px #8ABBC233,
            2.96px 5.93px 23.7px 0px #0000000D;
    }

    .home-bento__tile--bottom .home-bento__card {
        background:
            linear-gradient(360deg, rgba(87, 151, 167, 0) 0%, rgba(87, 151, 167, 0.1) 100%),
            linear-gradient(0deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.06)),
            linear-gradient(0deg, rgba(59, 127, 150, 0.2), rgba(59, 127, 150, 0.2));
        box-shadow:
            -2.96px 2.96px 8.89px 0px #40859B80 inset,
            2.96px 2.96px 5.93px -1.48px #FFFFFF4D inset,
            5.93px 11.85px 28.15px 0px #FFFFFF26 inset,
            -4.44px -11.85px 14.81px 0px #FFFFFF33 inset,
            1.48px 0px 2.96px 0px #FFFFFF33 inset,
            23.7px 47.41px 71.11px -11.85px #49889D33,
            2.96px 5.93px 23.7px 0px #0000000D;
    }
}

.home-bento__label {
    margin: 0 0 10px;
    font-family: 'TASA Orbiter Regular', sans-serif;
    color: #fff;
    font-weight: 400;
    font-size: 20px;
    letter-spacing: 0%;

}

.home-bento__title {
    margin: 0 0 5px;
    font-family: 'TASA Orbiter Bold', sans-serif;
    font-weight: 700;
    font-size: 26px;
    line-height: 1.2;
    letter-spacing: -0.02em;
    color: #fff;
}

.home-bento__body {
    margin: 0;
    font-family: 'TASA Orbiter Regular', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.3;
    letter-spacing: -0.02em;
    color: #fff;
}

/* Final CTA */
.home-final__wrap {
    position: relative;
    overflow: hidden;
    border-radius: 40px;
    background: #fff;
}

.home-final__pattern {
    display: none;
}

.home-final__grid {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    align-items: center;
    gap: 50px;
    position: relative;
    z-index: 1;
}

.home-final__media {
    border-radius: clamp(24px, 3vw, 40px);
    width: 100%;
    max-width: 100%;
    aspect-ratio: 749 / 378;
    min-height: 0;
    height: auto;
    background-color: #D8D0C3;
    background-size: cover;
    background-position: center;
}

/* Tablet: fluid image (no 749px lock) */
@media screen and (min-width: 901px) and (max-width: 1359px) {
    .home-final__grid {
        grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
        gap: clamp(28px, 4vw, 50px);
    }

    .home-final__media {
        width: 100%;
        max-width: 100%;
        aspect-ratio: 749 / 378;
        min-height: 0;
        height: auto;
    }
}

/* 1360–1399: fluid final CTA */
@media screen and (min-width: 1360px) and (max-width: 1399px) {
    .home-final__grid {
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
        gap: clamp(28px, 4vw, 50px);
    }

    .home-final__media {
        width: 100%;
        max-width: 749px;
        height: auto;
        min-height: 0;
        aspect-ratio: 749 / 378;
        border-radius: 40px;
    }
}

/* 1440px pixel tuning (final CTA image sizing) */
@media screen and (min-width: 1400px) and (max-width: 1520px) {
    .home-final__grid {
        grid-template-columns: minmax(0, 749px) minmax(0, 1fr);
        gap: 50px;
    }

    .home-final__media {
        width: 100%;
        max-width: 749px;
        height: auto;
        min-height: 0;
        aspect-ratio: 749 / 378;
        border-radius: 40px;
    }
}

.home-final__title {
    margin: 20px 0 0;
    font-family: 'TASA Orbiter Bold', sans-serif;
    font-size: 46px;
    line-height: 1.2;
    letter-spacing: -0.02em;
    background: linear-gradient(271.46deg, #1A1A1A 0.1%, #00B0A9 95.69%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

@media screen and (max-width: 1200px) {
    .home-final__title {
        font-size: 40px;
    }
}

@media screen and (max-width: 1024px) {
    .home-final__title {
        font-size: 34px;
    }
}

.home-final__body {
    margin: 40px 0 0;
    font-family: 'TASA Orbiter Regular', sans-serif;
    max-width: 52ch;
    font-weight: 400;
    font-size: 24px;
    line-height: 130%;
    letter-spacing: -2%;
    color: #959991;

}

.home-final__cta-row {
    display: flex;
    gap: 14px;
    margin-top: 26px;
    flex-wrap: wrap;
}

.home-final__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 12px 28px;
    border-radius: 999px;
    font-family: 'TASA Orbiter Medium', sans-serif;
    font-size: 14px;
    line-height: 1;
    text-decoration: none;
    border: 1px solid transparent;
}

.home-final__btn--primary {
    background: #00B0A9;
    border-color: #00B0A9;
    color: #fff;
}

.home-final__btn--ghost {
    background: #fff;
    border-color: rgba(0, 176, 169, 0.5);
    color: #00B0A9;
}

@media screen and (max-width: 900px) {
    .home-v2 {
        width: 100%;
        max-width: none;
        /* padding: 0 0 50px; */
    }

    .home-v2 > .home-section:not(.home-hero) {
        margin-left: auto;
        margin-right: auto;
    }

    .home-portal {
        margin-top: 0;
    }

    .home-portal__wrap {
        padding: 0;
        overflow: visible;
    }

    .home-portal__form-panel {
        width: 100%;
        max-width: 100%;
        margin: 50px 0 0;
        border-radius: 0;
        padding: 40px 20px;
        border: 0;
        overflow: hidden;
        box-sizing: border-box;
        min-height: 547px;
        display: flex;
        flex-direction: column;
    }

    .home-portal__carousel-wrap {
        display: block;
        margin: 0;
        padding: 0;
        overflow: hidden;
    }

    .home-portal__carousel {
        display: flex;
        align-items: center;
        gap: 10px;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        padding: 8px 20px 6px;
        scroll-padding-inline: 20px;
        scrollbar-width: none;
    }

    .home-portal__carousel::-webkit-scrollbar {
        display: none;
    }

    .home-portal__slide {
        position: relative;
        flex: 0 0 calc(100% - 52px);
        min-width: calc(100% - 52px);
        scroll-snap-align: center;
        min-height: 360px;
        border-radius: 36px;
        border: 1px solid rgba(255, 255, 255, 0.38);
        overflow: hidden;
        isolation: isolate;
        background-color: #8fa3ad;
        box-sizing: border-box;
        transform: scale(0.97);
        transform-origin: center center;
        opacity: 0.9;
        transition: transform 0.3s ease, min-height 0.3s ease, opacity 0.3s ease;
    }

    .home-portal__slide.is-active {
        flex: 0 0 calc(100% - 40px);
        min-width: calc(100% - 40px);
        min-height: 420px;
        transform: scale(1);
        opacity: 1;
        z-index: 2;
    }

    .home-portal__slide-media {
        position: absolute;
        inset: 0;
        background-color: #8fa3ad;
    }

    .home-portal__slide-img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        display: block;
    }

    .home-portal__slide-overlay {
        position: absolute;
        top: 14px;
        left: 14px;
        right: 14px;
        z-index: 1;
        padding: 20px 18px 22px;
        border-radius: 20px;
        border: 1px solid rgba(255, 255, 255, 0.32);
        background:
            linear-gradient(360deg, rgba(161, 185, 185, 0) 0%, rgba(161, 185, 185, 0.35) 100%),
            linear-gradient(0deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.08));
        box-shadow:
            -2px 2px 8px 0 rgba(164, 192, 193, 0.35) inset,
            2px 2px 6px -1px rgba(255, 255, 255, 0.28) inset,
            6px 12px 28px 0 rgba(255, 255, 255, 0.12) inset,
            0 8px 24px rgba(0, 0, 0, 0.1);
        box-sizing: border-box;
    }

    .home-portal__slide-head {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        gap: 16px;
        margin-bottom: 12px;
    }

    .home-portal__slide-title {
        margin: 0;
        flex: 1 1 auto;
        font-family: 'TASA Orbiter Medium', sans-serif;
        font-size: 22px;
        line-height: 1.15;
        letter-spacing: -0.02em;
        color: #fff;
    }

    .home-portal__slide-icon {
        flex: 0 0 auto;
        width: 32px;
        height: 32px;
        object-fit: contain;
        display: block;
    }

    .home-portal__slide-body {
        margin: 0;
        max-width: 100%;
        font-family: 'TASA Orbiter Regular', sans-serif;
        font-size: 15px;
        line-height: 1.4;
        color: rgba(255, 255, 255, 0.92);
    }

    .home-portal__carousel-status {
        display: flex;
        align-items: center;
        gap: 14px;
        margin-top: 14px;
        padding: 0 20px;
    }

    .home-portal__progress {
        flex: 1 1 auto;
        height: 3px;
        border-radius: 999px;
        overflow: hidden;
        background: #00000033;
    }

    .home-portal__progress-fill {
        display: block;
        height: 100%;
        border-radius: 999px;
        background: #00B0A9;
        transition: width 0.2s ease;
    }

    .home-portal__carousel-count {
        flex: 0 0 auto;
        font-family: 'TASA Orbiter Medium', sans-serif;
        font-size: 14px;
        line-height: 1;
        color: #00000033;
    }

    .home-portal__carousel-count-current {
        color: #00B0A9;
    }

    .home-portal__grid {
        grid-template-columns: 1fr;
        align-items: stretch;
        min-height: 467px;
        box-sizing: border-box;
        padding: 20px;
        border-radius: 20px;
        border: 1px solid #FFFFFFCC;
        background: #9FA7B2;
        backdrop-filter: blur(94px);
        -webkit-backdrop-filter: blur(94px);
        box-shadow: 0 2px 6.3px 0 #00000040;
    }

    .home-portal__right--desktop {
        display: none;
    }

    .home-portal__left.home-portal__form-box {
        max-width: none;
        width: 100%;
        height: auto;
        min-height: 0;
        padding: 0;
        margin: 0;
        border: 0;
        border-radius: 0;
        background: transparent;
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
        box-shadow: none;
        overflow: visible;
        box-sizing: border-box;
    }

    .home-portal__shortcode,
    .home-portal__shortcode .woocommerce {
        margin: 0;
        padding: 0;
        max-width: 100%;
    }

    .home-portal__login-title {
        font-size: 24px;
        margin-bottom: 12px;
    }

    .home-portal__login-intro {
        font-size: 14px;
        margin-bottom: 30px;
    }

    .home-portal__login .input-text,
    .home-portal__login .home-portal__btn--outline {
        height: var(--portal-field-height);
        min-height: var(--portal-field-height);
        padding: var(--portal-field-padding);
        border-radius: var(--portal-field-radius);
        font-size: 15px;
    }

    .home-portal__login .woocommerce-form-login__submit,
    .home-portal__login .woocommerce-form-register__submit {
        height: var(--portal-field-height);
        min-height: var(--portal-field-height);
        padding: var(--portal-field-padding);
        border-radius: var(--portal-field-radius);
        font-size: 16px;
        line-height: 1.3;
    }

    .home-portal .home-portal__welcome {
        padding: 0;
    }

    .home-portal .home-portal__welcome-icon {
        width: 64px;
        height: 64px;
        margin-bottom: 20px;
    }

    .home-portal .home-portal__welcome-title {
        font-size: clamp(28px, 9vw, 36px);
        line-height: 1;
        margin-bottom: 12px;
    }

    .home-portal .home-portal__welcome-text {
        font-size: 18px;
        line-height: 1;
        margin-bottom: 24px;
    }

    .home-portal .home-portal__btn--shop {
        width: 100%;
        max-width: none;
        min-width: 0;
        font-size: 16px;
        line-height: 1.3;
    }

    .home-portal__shortcode .woocommerce-form-row,
    .home-portal__shortcode input.input-text {
        box-sizing: border-box;
        max-width: 100%;
    }

    .home-portal__form-panel .home-portal__grid {
        width: 100%;
        max-width: 100%;
        margin: 0;
        flex: 1 1 auto;
    }

    .home-portal__left.home-portal__form-box--welcome.home-portal__card {
        height: 100%;
    }

    .home-portal__shortcode #customer_login,
    .home-portal__shortcode #customer_login.col2-set,
    .home-portal__shortcode .u-columns {
        width: 100%;
        max-width: 100%;
        margin: 0;
        float: none;
    }

    @media screen and (max-width: 420px) {
        .home-portal__slide {
            min-height: 380px;
        }

        .home-portal__slide.is-active {
            min-height: 440px;
        }
    }

    .home-bento {
        margin-top: 0;
        overflow-x: hidden;
        max-width: 100%;
    }

    .home-bento__wrap {
        max-width: 100%;
        overflow-x: hidden;
    }

    /* Mobile bento: copy above image, then horizontal swipe carousel */
    .home-bento__tile {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        position: relative;
        overflow: hidden;
        min-height: auto;
        isolation: auto;
    }

    .home-bento__tile--primary {
        grid-row: auto;
        min-height: auto;
    }

    .home-bento__tile--top,
    .home-bento__tile--bottom {
        min-height: auto;
    }

    .home-bento__tile::after {
        display: none;
    }

    .home-bento__card {
        position: static !important;
        top: auto !important;
        left: auto !important;
        right: auto !important;
        bottom: auto !important;
        width: auto !important;
        max-width: none !important;
        margin: 0 0 18px !important;
        padding: 0 !important;
        border: 0 !important;
        border-radius: 0 !important;
        background: transparent !important;
        backdrop-filter: none !important;
        -webkit-backdrop-filter: none !important;
        box-shadow: none !important;
        color: #000;
        order: 1;
        flex: 0 0 auto;
        align-self: stretch;
        z-index: 1;
    }

    .home-bento__media {
        position: relative !important;
        inset: auto !important;
        order: 2;
        width: 100%;
        border-radius: 24px;
        overflow: hidden;
        flex-shrink: 0;
    }

    .home-bento__label {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 6px 12px;
        border-radius: 999px;
        background: #00B0A9;
        color: #fff;
        font-size: 12px;
        margin: 0 0 14px;
    }

    .home-bento__title {
        font-size: clamp(26px, 7vw, 30px);
        line-height: 1.15;
        margin: 0 0 10px;
        background: linear-gradient(271.46deg, #1A1A1A 0.1%, #00B0A9 95.69%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
    }

    .home-bento__body {
        color: #959991;
        font-size: 16px;
        line-height: 1.4;
        margin: 0;
    }

    .home-bento__grid {
        display: flex;
        gap: 18px;
        width: 100%;
        max-width: 100%;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        padding-bottom: 6px;
    }

    .home-bento__grid::-webkit-scrollbar {
        display: none;
    }

    .home-bento__tile {
        flex: 0 0 100%;
        width: 100%;
        max-width: 100%;
        scroll-snap-align: start;
        border: 0;
        border-radius: 0;
        box-sizing: border-box;
    }

    .home-bento__media {
        height: 360px;
    }

    /* 390px viewport spec */
    @media screen and (max-width: 420px) {
        .home-bento .home-bento__media {
            height: 464px;
        }
    }

    /* Nav centered on the image (not the whole tile) */
    .home-bento__nav {
        display: flex;
        justify-content: space-between;
        position: absolute;
        left: 6px;
        right: 6px;
        top: 50%;
        transform: translateY(-50%);
        z-index: 6;
        pointer-events: none;
    }

    .home-bento__nav-btn {
        pointer-events: auto;
    }

    /* Final CTA (mobile) */
    .home-final__wrap {
        padding: 22px;
        border-radius: 40px;
        background: linear-gradient(180deg, #D8C7DD 0%, #BDA7C7 55%, #9C8BB1 100%);
    }

    .home-final__pattern {
        display: block;
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        opacity: 0.35;
        z-index: 0;
        pointer-events: none;
    }

    .home-final__grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .home-final__media {
        order: -1;
        width: 100%;
        max-width: 100%;
        aspect-ratio: auto;
        height: 470px;
        min-height: 464px;
        border-radius: 24px;
    }

    .home-final__title {
        color: #fff;
        font-size: 30px;
        background: none;
        -webkit-background-clip: initial;
        background-clip: initial;
        -webkit-text-fill-color: initial;
    }

    .home-final__body {
        color: rgba(255, 255, 255, 0.9);
        font-size: 16px;
        margin-top: 12px;
    }

    .home-final__cta-row {
        justify-content: start;
        gap: 12px;
    }

    .home-final__btn {
        flex: 1 1 auto;
        padding: 12px 16px;
    }

    .home-final__btn--primary {
        background: #fff;
        border-color: #fff;
        color: #8D6FA0;
        max-width: 140px;
    }

    .home-final__btn--ghost {
        background: rgba(255, 255, 255, 0.22);
        border-color: rgba(255, 255, 255, 0.35);
        color: #fff;
        max-width: 120px;
    }

    .home-value__wrap {
        padding: 40px 20px 260px;
        border-radius: 40px;
        min-height: 1184px;
        background: linear-gradient(180deg, #ADE7F9 0%, #00B0A9 66.54%);
    }

    .home-value__pattern {
        opacity: 0.18;
    }

    .home-value__grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .home-value__image-col {
        display: none;
    }

    .home-value__title {
        font-size: 28px;
    }

    .home-value__body {
        font-size: 20px;
    }

    .home-value__item {
        padding: 13px 12px;
    }

    .home-value__item-body {
        padding-left: 30px;
    }

    /* Optional mobile image can sit behind content */
    .home-value__image--mobile {
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: auto;
        object-fit: cover;
        object-position: center 20%;
        transform: scale(1);
        border-radius: 0 0 40px 40px;
        z-index: 1;

    }

    .home-hero {
        margin-top: 0;
        position: relative;
        z-index: 1;
        overflow: visible;
    }

    .home-hero__inner {
        padding: 0 0 32px;
        overflow: visible;
    }

    .home-hero__grid {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .home-hero__visual {
        order: -1;
        width: 100vw;
        max-width: 100vw;
        margin-top: -70px;
        margin-left: calc(50% - 50vw);
        min-height: 624px;
        padding-top: 70px;
        border-radius: 0 0 clamp(24px, 6vw, 36px) clamp(24px, 6vw, 36px);
    }

    .home-hero__overlay {
         display: none;
    }

    .home-hero__content h1 {
        max-width: none;
        font-size: 30px;
        margin-bottom: 10px;
    }

    .home-hero__body {
        max-width: none;
        font-size: 16px;
    }

    .home-hero__btn {
        width: 100%;
    }

    .home-hero__cta-row {
        gap: 12px;
    }

    .home-hero__btn {
        padding: 12px 15px;
        min-width: auto;
        font-size: 14px;
        max-width: fit-content;
        min-height: auto;
    }
}