body {
    background: #ffffff;
}

html,
body {
    overflow-x: clip;
}

main.pc-page-contained,
main.smart-guide-page--contained {
    width: min(1200px, 100%);
    margin-left: auto;
    margin-right: auto;
    overflow: visible;
}

.pc-page-contained .appointment-hero,
.pc-page-contained .ticketing-hero,
.pc-page-contained .company-hero,
.pc-page-contained .content-hero,
.pc-page-contained .creative-hero,
.pc-page-contained .member-hero,
.pc-page-contained .news-hero,
.smart-guide-page--contained .smart-guide-hero {
    height: auto;
    overflow: visible;
}

.pc-page-contained .appointment-hero__image,
.pc-page-contained .ticketing-hero__image,
.pc-page-contained .company-hero__image,
.pc-page-contained .content-hero__image,
.pc-page-contained .creative-hero__image,
.pc-page-contained .member-hero__image,
.pc-page-contained .news-hero__image,
.smart-guide-page--contained .smart-guide-hero__image {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
}

.pc-page-contained .appointment-hero__button {
    top: 52.9%;
    left: 7.8%;
    width: clamp(126px, 13%, 156px);
}

.pc-page-contained .ticketing-hero__button {
    top: 66.7%;
    left: 11.25%;
    min-width: 0;
    width: clamp(128px, 13%, 156px);
    padding-left: 0;
    padding-right: 0;
}

.pc-page-contained .company-hero__button {
    left: 10.2%;
    width: clamp(126px, 13%, 156px);
}

.pc-page-contained .creative-growth__visual {
    width: 100%;
    margin-left: 0;
}

.pc-page-contained .company-consult > *,
.pc-page-contained .creative-private-cta > *,
.pc-page-contained .member-private-cta > *,
.pc-page-contained .news-cta__inner {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 1100;
    width: 100%;
    height: 83px;
    margin-top: 0;
    background: #ffffff;
    box-shadow: 0 2px 8px rgba(31, 31, 31, 0.03);
}

.site-header__inner {
    width: min(1200px, calc(100% - 96px));
    height: 83px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    padding: 0;
    min-width: 0;
}

.site-header__logo {
    flex-shrink: 0;
}

.site-header__logo img {
    height: 40px;
    width: auto;
}

.pc-side-service {
    --pc-side-service-expanded-width: 195px;
    position: fixed;
    top: 50%;
    z-index: 1000;
    width: 60px;
    transform: translateY(-50%);
    display: grid;
    gap: 3px;
    transition: width 0.22s ease;
}

.pc-side-service--left {
    left: 0;
}

.pc-side-service--right {
    right: 0;
}

.pc-side-service:hover,
.pc-side-service:focus-within {
    width: var(--pc-side-service-expanded-width);
}

.pc-side-service__item {
    width: 60px;
    min-height: 60px;
    padding: 0;
    border: 0;
    border-radius: 4px;
    background: #ff8422;
    color: #ffffff;
    overflow: hidden;
    text-decoration: none;
    box-shadow: 0 8px 18px rgba(255, 132, 34, 0.16);
    transition: width 0.22s ease, min-height 0.22s ease, background-color 0.22s ease;
}

.pc-side-service:hover .pc-side-service__item,
.pc-side-service:focus-within .pc-side-service__item {
    width: var(--pc-side-service-expanded-width);
}

.pc-side-service__item:hover,
.pc-side-service__item:focus-visible {
    background: #ff7b19;
}

.pc-side-service__row {
    width: var(--pc-side-service-expanded-width);
    min-height: 60px;
    display: grid;
    grid-template-columns: 60px 1fr;
    align-items: center;
}

.pc-side-service__icon-wrap {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pc-side-service__icon {
    display: block;
    width: 34px;
    height: 34px;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

.pc-side-service__icon--top {
    width: 40px;
    height: 40px;
}

.pc-side-service__text {
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
    white-space: nowrap;
    opacity: 0;
    transform: translateX(-8px);
    transition: opacity 0.18s ease, transform 0.18s ease;
}

.pc-side-service:hover .pc-side-service__text,
.pc-side-service:focus-within .pc-side-service__text {
    opacity: 1;
    transform: translateX(0);
}

.pc-side-service__item--qr {
    min-height: 60px;
}

.pc-side-service:hover .pc-side-service__item--qr,
.pc-side-service:focus-within .pc-side-service__item--qr {
    min-height: 234px;
}

.pc-side-service__qr-box {
    width: 150px;
    height: 0;
    margin: 0 auto;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    opacity: 0;
    transform: translateY(-8px);
    transition: height 0.22s ease, margin 0.22s ease, opacity 0.18s ease, transform 0.18s ease;
}

.pc-side-service:hover .pc-side-service__qr-box,
.pc-side-service:focus-within .pc-side-service__qr-box {
    height: 150px;
    margin: 0 auto 24px;
    opacity: 1;
    transform: translateY(0);
}

.pc-side-service__qr-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

@media (max-width: 767px), (hover: none) and (pointer: coarse) {
    .pc-side-service {
        display: none;
    }
}

.site-nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: nowrap;
    gap: clamp(28px, 2.2vw, 72px);
    min-width: 0;
}

.site-nav__item {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 8px 0;
    line-height: 1;
    white-space: nowrap;
}

.site-nav__item.font-1 {
    font-weight: 500;
}

.site-nav__item img {
    width: 18px;
    height: 18px;
    opacity: 0.55;
}

.site-nav__dropdown {
    position: relative;
    display: inline-flex;
    align-items: center;
}

.site-nav__item--dropdown img {
    transition: transform 0.2s ease, opacity 0.2s ease;
}

.site-nav__dropdown:hover .site-nav__item--dropdown img,
.site-nav__dropdown:focus-within .site-nav__item--dropdown img {
    opacity: 0.8;
    transform: rotate(180deg);
}

.site-nav__dropdown-menu {
    position: absolute;
    top: calc(100% + 18px);
    left: 50%;
    z-index: 20;
    min-width: 148px;
    padding: 10px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 12px 30px rgba(31, 47, 84, 0.14);
    opacity: 0;
    visibility: hidden;
    transform: translate(-50%, 8px);
    transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease;
}

.site-nav__dropdown-menu::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 100%;
    height: 18px;
}

.site-nav__dropdown:hover .site-nav__dropdown-menu,
.site-nav__dropdown:focus-within .site-nav__dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, 0);
}

.site-nav__dropdown-link {
    min-height: 38px;
    padding: 0 16px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #505968;
    font-size: 15px;
    line-height: 1.2;
    white-space: nowrap;
    transition: background 0.2s ease, color 0.2s ease;
}

.site-nav__dropdown-link:hover,
.site-nav__dropdown-link:focus-visible,
.site-nav__dropdown-link--active {
    background: #f1f6ff;
    color: #1d428e;
}

.site-nav__dropdown-link:focus-visible {
    outline: 2px solid #7da7ff;
    outline-offset: 2px;
}

html.scroll-reveal-ready [data-scroll-reveal] {
    --scroll-reveal-x: 0px;
    --scroll-reveal-y: 42px;
    --scroll-reveal-scale: 1;
    --scroll-reveal-blur: 0px;
    opacity: 0;
    filter: blur(var(--scroll-reveal-blur));
    translate: var(--scroll-reveal-x) var(--scroll-reveal-y);
    scale: var(--scroll-reveal-scale);
    transition:
        opacity 760ms cubic-bezier(0.22, 1, 0.36, 1),
        translate 760ms cubic-bezier(0.22, 1, 0.36, 1),
        scale 760ms cubic-bezier(0.22, 1, 0.36, 1),
        filter 760ms cubic-bezier(0.22, 1, 0.36, 1);
    transition-delay: var(--scroll-reveal-delay, 0ms);
    will-change: opacity, translate, scale;
}

html.scroll-reveal-ready [data-scroll-reveal].is-visible {
    opacity: 1;
    filter: blur(0);
    translate: 0 0;
    scale: 1;
}

html.scroll-reveal-ready [data-scroll-reveal="left"] {
    --scroll-reveal-x: -72px;
    --scroll-reveal-y: 0px;
}

html.scroll-reveal-ready [data-scroll-reveal="right"] {
    --scroll-reveal-x: 72px;
    --scroll-reveal-y: 0px;
}

html.scroll-reveal-ready [data-scroll-reveal="up"] {
    --scroll-reveal-y: 54px;
}

html.scroll-reveal-ready [data-scroll-reveal="down"] {
    --scroll-reveal-y: -42px;
}

html.scroll-reveal-ready [data-scroll-reveal="zoom"] {
    --scroll-reveal-y: 24px;
    --scroll-reveal-scale: 0.96;
    --scroll-reveal-blur: 2px;
}

@media (prefers-reduced-motion: reduce) {
    html.scroll-reveal-ready [data-scroll-reveal] {
        opacity: 1;
        filter: none;
        translate: 0 0;
        scale: 1;
        transition: none;
    }
}

.hero-banner {
    width: 100%;
    height: clamp(430px, 44.86vw, 646px);
    overflow: hidden;
    background: #eefaff;
}

.hero-banner__swiper,
.hero-banner .swiper-wrapper,
.hero-banner__slide {
    width: 100%;
    height: 100%;
}

.hero-banner__swiper {
    overflow: hidden;
}

.hero-banner--video {
    position: relative;
}

.hero-banner .swiper-wrapper {
    display: flex;
    align-items: stretch;
}

.hero-banner__slide {
    position: relative;
    flex: 0 0 100%;
    min-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.hero-banner__bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.hero-banner__content-link {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    width: min(100%, 1440px);
    max-width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: clamp(20px, 2vw, 32px) clamp(24px, 3.5vw, 56px);
    cursor: pointer;
}

.hero-banner__video-link,
.hero-banner__video {
    display: block;
    width: 100%;
    height: 100%;
}

.hero-banner__video-link {
    cursor: pointer;
}

.hero-banner__video {
    object-fit: cover;
    object-position: center;
    background: #000000;
}

.hero-banner__content-image {
    display: block;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    object-fit: contain;
    object-position: center;
}

.hero-subnav {
    width: 100%;
    padding: 0 48px 120px;
}

.hero-subnav__inner {
    width: min(1200px, calc(100% - 96px));
    margin: 0 auto;
    padding: 81px 0 48px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #ffffff;
}

.hero-subnav__nav {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: clamp(28px, 3vw, 74px);
    height: 46px;
    min-height: 46px;
    padding: 0 48px;
    border-radius: 999px;
    background: #ffffff;
    box-shadow: 0 4px 16px 0 rgba(156, 170, 172, 0.3);
}

.hero-subnav__item {
    position: relative;
    color: #8a8a8a;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    white-space: nowrap;
    transition: color 0.2s ease;
}

.hero-subnav__item:hover,
.hero-subnav__item:focus-visible {
    color: #1f1f1f;
}

.hero-subnav__item--active {
    color: #1f1f1f;
    font-weight: 600;
}

.hero-subnav__title {
    margin-top: 85px;
    color: #1f1f1f;
    font-size: 36px;
    font-weight: 400;
    line-height: 1.2;
    text-align: center;
    white-space: nowrap;
}

.hero-product-showcase {
    width: min(1200px, 100%);
    margin-top: 60px;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    align-items: end;
    justify-items: center;
    gap: clamp(28px, 3.8vw, 72px);
}

.hero-product-showcase__item {
    width: 100%;
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.hero-product-showcase__item--smart {
    --hero-product-image-max-width: 87px;
    --hero-product-image-max-height: 178px;
}

.hero-product-showcase__item--ai {
    --hero-product-image-max-width: 94px;
    --hero-product-image-max-height: 192px;
}

.hero-product-showcase__item--cabinet {
    --hero-product-image-max-width: 152px;
    --hero-product-image-max-height: 217px;
}

.hero-product-showcase__item--voice {
    --hero-product-image-max-width: 71px;
    --hero-product-image-max-height: 144px;
}

.hero-product-showcase__item--team {
    --hero-product-image-max-width: 174px;
    --hero-product-image-max-height: 157px;
}

.hero-product-showcase__visual {
    width: 100%;
    min-width: 0;
    height: 292px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.hero-product-showcase__image {
    display: block;
    width: auto;
    max-width: min(100%, var(--hero-product-image-max-width));
    max-height: min(100%, var(--hero-product-image-max-height));
    height: auto;
    object-fit: contain;
}

.hero-product-showcase__label {
    position: relative;
    display: block;
    width: 180px;
    height: 42px;
    margin-top: 36px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #1f1f1f;
    font-size: 26px;
    font-weight: 400;
    line-height: 42px;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
}

.hero-product-showcase__label:focus-visible {
    border-radius: 999px;
    outline: 2px solid #6e45ff;
    outline-offset: 4px;
}

.hero-product-showcase__label-text,
.hero-product-showcase__label-image {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    transform: translate(-50%, -50%);
    transition: opacity 0.2s ease, color 0.2s ease;
}

.hero-product-showcase__label-text {
    width: max-content;
    max-width: 180px;
    font-size: 32px;
}

.hero-product-showcase__label-image {
    width: 120px;
    height: 38px;
    opacity: 0;
}

.hero-product-showcase__label:hover .hero-product-showcase__label-text,
.hero-product-showcase__label:focus-visible .hero-product-showcase__label-text {
    color: #1d428e;
}

.hero-product-feature-list {
    width: min(1200px, 100%);
    margin-top: 88px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 96px;
}

.hero-product-feature-list__item {
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
}

.hero-product-feature-list__item--ai {
    gap: 48px;
}

.hero-product-feature-list__name {
    margin: 0;
    color: #1f1f1f;
    font-size: 40px;
    line-height: 1.25;
    font-weight: 700;
    text-align: center;
}

.hero-product-feature-list__image {
    display: block;
    width: auto;
    max-width: min(100%, 920px);
    max-height: 520px;
    height: auto;
    object-fit: contain;
    object-position: center;
}

.hero-product-overview-title {
    margin-top: 118px;
    color: #1f1f1f;
    font-size: 36px;
    font-weight: 400;
    line-height: 1.2;
    text-align: center;
    white-space: nowrap;
}

.hero-ai-feature {
    width: min(1200px, 100%);
    margin-top: 88px;
    display: grid;
    grid-template-columns: 350px minmax(0, 1fr);
    align-items: stretch;
    background: transparent;
}

.hero-ai-feature__badge {
    position: relative;
    min-height: 360px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #eef5ff;
    border-radius: 18px 0 0 18px;
    overflow: hidden;
}

.hero-ai-feature__badge-image {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-ai-feature__content {
    display: grid;
    grid-template-columns: minmax(340px, 430px) minmax(0, 1fr);
    align-items: stretch;
    gap: 24px;
    padding: 0;
}

.hero-ai-feature__info {
    width: 100%;
    min-height: 360px;
    padding: 28px 54px 26px 32px;
    border-radius: 0 18px 18px 0;
    background: #f8faff;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.hero-ai-feature__item {
    padding: 0 0 22px;
}

.hero-ai-feature__item + .hero-ai-feature__item {
    border-top: 1px solid #e7ebf4;
    padding-top: 22px;
}

.hero-ai-feature__item:last-child {
    padding-bottom: 0;
}

.hero-ai-feature__item-title {
    color: #1f1f1f;
    font-size: 26px;
    font-weight: 600;
    line-height: 1.3;
}

.hero-ai-feature__item:first-child .hero-ai-feature__item-title {
    color: #2f72ff;
}

.hero-ai-feature__item-text {
    margin-top: 16px;
    color: #9ba0aa;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
}

.hero-ai-feature__visual {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 360px;
    border-radius: 12px;
    overflow: hidden;
    background: #000000;
}

.hero-ai-feature__video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    background: #000000;
}

.hero-ai-feature__play {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.92);
    opacity: 0;
    pointer-events: none;
    transform: translate(-50%, -50%);
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.hero-ai-feature__play.is-visible {
    opacity: 1;
    pointer-events: auto;
}

.hero-ai-feature__play:hover,
.hero-ai-feature__play:focus-visible {
    transform: translate(-50%, -50%) scale(1.05);
}

.hero-ai-feature__play:focus-visible {
    outline: 2px solid #6e45ff;
    outline-offset: 4px;
}

.hero-ai-feature__play.is-hidden {
    opacity: 0;
    pointer-events: none;
}

.hero-ai-feature__play-icon {
    position: absolute;
    top: 50%;
    left: 54%;
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 18px solid #aeb4bf;
    transform: translate(-50%, -50%);
}

.hero-ai-feature__cta {
    margin-top: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 204px;
    height: 50px;
    border-radius: 10px;
    border: 1px solid #b9bcc3;
    background: #ffffff;
    color: #9fa3ab;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    text-decoration: none;
}

.hero-ai-feature__cta-icon {
    display: block;
    flex-shrink: 0;
    width: 16px;
    height: 16px;
    object-fit: contain;
    transform: translateY(1px);
}

.hero-partners-title {
    margin-top: 120px;
    color: #1f1f1f;
    font-size: 50px;
    font-weight: 400;
    line-height: 1.2;
    text-align: center;
    white-space: nowrap;
}

.hero-museum-carousel {
    position: relative;
    width: min(1200px, 100%);
    max-width: 100%;
    margin-top: 88px;
    margin-left: auto;
    margin-right: auto;
}

.hero-museum-carousel__viewport {
    overflow: visible;
    width: 100%;
}

.hero-museum-carousel__track {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    gap: 88px 10px;
    width: 100%;
}

.hero-museum-carousel__card {
    flex: 0 1 calc((100% - 30px) / 4);
    min-width: 0;
    min-height: clamp(580px, 38vw, 680px);
    padding: clamp(34px, 2.9vw, 50px) clamp(16px, 1.4vw, 20px) 14px;
    border-radius: 28px;
    background: #f7f8fb;
    display: flex;
    flex-direction: column;
}

.hero-museum-carousel__logo {
    display: block;
    width: clamp(56px, 4.3vw, 76px);
    height: clamp(56px, 4.3vw, 76px);
    flex-shrink: 0;
    object-fit: contain;
    object-position: left center;
}

.hero-museum-carousel__logo--empty {
    border-radius: 50%;
    background: linear-gradient(135deg, #eef2f8 0%, #f8f9fb 100%);
}

.hero-museum-carousel__title {
    display: block;
    margin-top: clamp(34px, 2.8vw, 46px);
    color: #1f1f1f;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.25;
    min-height: 1.25em;
    flex-shrink: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.hero-museum-carousel__title span {
    font-size: 20px;
    font-weight: 600;
}

.hero-museum-carousel__desc {
    margin-top: clamp(28px, 2.2vw, 36px);
    color: #7f848d;
    font-size: clamp(15px, 0.9vw, 18px);
    font-weight: 400;
    line-height: 1.55;
    flex-shrink: 0;
}

.hero-museum-carousel__photo {
    width: 100%;
    height: clamp(214px, 15.8vw, 258px);
    margin-top: auto;
    border-radius: 16px;
    object-fit: cover;
}

.hero-why-us {
    width: 1200px;
    max-width: 100%;
    margin-top: 120px;
    height: 241px;
    min-height: 241px;
    padding: 34px 21px 34px 39px;
    border-radius: 28px;
    background: #f7f8fb;
    display: grid;
    grid-template-columns: minmax(320px, 1fr) minmax(420px, 632px);
    align-items: center;
    gap: 36px;
    overflow: hidden;
}

.hero-why-us__content {
    min-width: 0;
}

.hero-why-us__eyebrow {
    color: #9a9ea6;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}

.hero-why-us__title {
    margin-top: 18px;
    color: #1f1f1f;
    font-size: 36px;
    font-weight: 600;
    line-height: 1.1;
}

.hero-why-us__button {
    margin-top: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0px;
    width: 184px;
    height: 38px;
    padding: 0 16px;
    border-radius: 7px;
    border: 1px solid #babec7;
    background: #ffffff;
    color: #8c919a;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    text-decoration: none;
}

.hero-why-us__button img {
    width: 14px;
    height: 14px;
    object-fit: contain;
}

.hero-why-us__button-icon {
    display: block;
    flex-shrink: 0;
    transform: translateY(1px);
}

.hero-why-us__media {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.hero-why-us__video-card {
    position: relative;
    width: 466px;
    max-width: 100%;
    height: 173px;
    border-radius: 24px;
    overflow: hidden;
    background:
        radial-gradient(circle at 18% 22%, rgba(255, 255, 255, 0.24), transparent 34%),
        linear-gradient(135deg, #c8ddff 0%, #8fb8f4 50%, #7fa5e7 100%);
}

.hero-why-us__video {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.hero-logo-wall {
    position: relative;
    width: min(1200px, 100%);
    margin-top: 120px;
    overflow: visible;
    padding: 0;
}

.hero-logo-wall__grid {
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
    gap: 18px;
}

.hero-logo-wall__img {
    width: 100%;
    height: auto;
    display: block;
    min-width: 0;
}

.hero-logo-wall__cta-wrap {
    margin-top: 165px;
    display: flex;
    justify-content: center;
}

.hero-logo-wall__cta {
    margin-top: 0;
}

.hero-logo-wall__service-text {
    margin-top: 120px;
    color: #1f1f1f;
    font-size: 36px;
    font-weight: 400;
    line-height: 1.3;
    text-align: center;
}

.hero-service-support {
    width: min(1200px, 100%);
    margin-top: 82px;
}

.hero-service-support__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    align-items: start;
}

.hero-service-support__card {
    min-width: 0;
    border-radius: 18px;
    overflow: hidden;
    background: #f4ffff;
}

.hero-service-support__card--tall {
    grid-row: span 2;
}

.hero-service-support__card--wide {
    background: transparent;
}

.hero-service-support__card:nth-child(1) {
    grid-column: 1;
    grid-row: 1 / span 2;
}

.hero-service-support__card:nth-child(2) {
    grid-column: 2;
    grid-row: 1 / span 2;
}

.hero-service-support__card:nth-child(3),
.hero-service-support__card:nth-child(4) {
    grid-row: 1;
}

.hero-service-support__card:nth-child(5),
.hero-service-support__card:nth-child(6) {
    grid-row: 2;
}

.hero-service-support__card:nth-child(3),
.hero-service-support__card:nth-child(5) {
    grid-column: 3;
}

.hero-service-support__card:nth-child(4),
.hero-service-support__card:nth-child(6) {
    grid-column: 4;
}

.hero-service-support__image {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
}

.home-latest-news {
    width: 100%;
    padding: 96px 0 104px;
    background: #ffffff;
}

.home-latest-news__inner {
    width: min(1200px, calc(100% - 96px));
    margin: 0 auto;
}

.home-latest-news__header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 32px;
}

.home-latest-news__eyebrow {
    display: block;
    color: #2b73d6;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 500;
}

.home-latest-news__title {
    margin-top: 14px;
    color: #1f1f1f;
    font-size: 36px;
    line-height: 1.25;
    font-weight: 500;
    letter-spacing: 0;
}

.home-latest-news__more {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 138px;
    min-height: 42px;
    padding: 0 20px;
    border: 1px solid #dbe6f7;
    border-radius: 999px;
    color: #2b73d6;
    background: #ffffff;
    font-size: 15px;
    line-height: 1.2;
    text-decoration: none;
    transition:
        border-color 0.2s ease,
        background-color 0.2s ease;
}

.home-latest-news__more:hover,
.home-latest-news__more:focus-visible {
    border-color: #2b73d6;
    background: #f4f8ff;
}

.home-latest-news__list {
    margin-top: 42px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.home-latest-news-card {
    min-width: 0;
    overflow: hidden;
    border: 1px solid #e7edf6;
    border-radius: 8px;
    background: #ffffff;
    color: inherit;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    transition:
        border-color 0.2s ease,
        box-shadow 0.2s ease,
        transform 0.2s ease;
}

.home-latest-news-card:hover,
.home-latest-news-card:focus-visible {
    border-color: #cbdcff;
    box-shadow: 0 16px 36px rgba(38, 94, 176, 0.12);
    transform: translateY(-3px);
}

.home-latest-news-card__image {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    background: #edf3fb;
}

.home-latest-news-card__body {
    min-height: 238px;
    padding: 22px 22px 24px;
    display: flex;
    flex-direction: column;
}

.home-latest-news-card__meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    color: #8994a3;
    font-size: 13px;
    line-height: 1.4;
}

.home-latest-news-card__meta span {
    color: #2b73d6;
}

.home-latest-news-card__title {
    margin-top: 16px;
    color: #232831;
    font-size: 20px;
    line-height: 1.45;
    font-weight: 600;
    letter-spacing: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.home-latest-news-card__excerpt {
    margin-top: 14px;
    color: #687385;
    font-size: 15px;
    line-height: 1.75;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.home-latest-news-card__link {
    margin-top: auto;
    padding-top: 22px;
    color: #2b73d6;
    font-size: 14px;
    line-height: 1.2;
}

.site-footer {
    width: 100%;
    padding: 0;
    background: #f3f5f8;
}

.site-footer__frame {
    width: 100%;
    min-height: 860px;
    margin: 0 auto;
    padding: 72px 0 120px;
    background: url("../assets-web/mobile/bottom-bg.png") center center / cover no-repeat;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.site-footer__title {
    color: #1f1f1f;
    font-size: 42px;
    font-weight: 400;
    line-height: 1.25;
    text-align: center;
    white-space: nowrap;
}

.site-footer__panel {
    width: min(1200px, calc(100% - 96px));
    min-height: 560px;
    margin-top: 95px;
    padding: 60px 40px;
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.98);
    display: grid;
    grid-template-columns: 140px 190px minmax(320px, 360px) 280px;
    justify-content: center;
    align-items: start;
    gap: 50px;
}

.site-footer__column {
    min-width: 0;
}

.site-footer__heading {
    color: #1f1f1f;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.25;
}

.site-footer__list {
    margin-top: 24px;
}

.site-footer__list li + li {
    margin-top: 19px;
}

.site-footer__list a,
.site-footer__list-text,
.site-footer__details-text,
.site-footer__details a {
    color: #8f939b;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.35;
}

.site-footer__contacts {
    margin-top: 22px;
    display: grid;
    gap: 15px;
}

.site-footer__contact {
    min-height: 46px;
    padding: 0 16px;
    border-radius: 9px;
    background: #edf4ff;
    color: #8b929d;
    font-size: 17px;
    line-height: 1.2;
    display: flex;
    align-items: center;
    gap: 12px;
    white-space: nowrap;
}

.site-footer__contact-icon {
    width: 22px;
    height: 22px;
    flex-shrink: 0;
    object-fit: contain;
}

.site-footer__details {
    margin-top: 40px;
    display: grid;
    gap: 14px;
}

.site-footer__column--qr {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.site-footer__qr-list {
    margin-top: 18px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 42px;
}

.site-footer__qr-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 13px;
}

.site-footer__qr-image {
    width: 82px;
    height: 82px;
    display: block;
}

.site-footer__qr-caption {
    color: #9a9da4;
    font-size: 13px;
    line-height: 1.3;
    text-align: center;
    white-space: nowrap;
}

.site-footer__beian {
    margin-top: 28px;
    color: #8f939b;
    font-size: 15px;
    line-height: 1.4;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
}

.site-footer__legal-item {
    display: inline-flex;
    align-items: center;
    gap: 12px;
}

.site-footer__beian a {
    color: inherit;
    transition: color 0.2s ease;
}

.site-footer__beian a:hover {
    color: #2b73d6;
}

@media (max-width: 1420px) {
    .hero-museum-carousel {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    .hero-museum-carousel__viewport {
        overflow: visible;
    }

    .hero-museum-carousel__track {
        gap: 56px 10px;
        width: 100%;
    }

    .hero-museum-carousel__card {
        flex-basis: calc((100% - 30px) / 4);
        min-height: 620px;
    }

    .hero-why-us {
        width: 100%;
        height: auto;
        min-height: 0;
        grid-template-columns: 1fr;
        padding: 32px;
    }

    .hero-why-us__media {
        justify-content: stretch;
    }

    .hero-why-us__video-card {
        width: 100%;
        height: auto;
        aspect-ratio: 632 / 302;
    }

    .hero-logo-wall__grid {
        gap: 16px;
    }

    .hero-logo-wall__cta-wrap {
        margin-top: 96px;
    }

    .hero-logo-wall__service-text {
        margin-top: 88px;
        font-size: 30px;
    }

    .hero-service-support {
        width: 100%;
        margin-top: 64px;
    }

    .hero-service-support__grid {
        gap: 20px;
    }

    .site-footer {
        padding: 0;
    }

    .site-footer__frame {
        min-height: 0;
        padding: 64px 0 88px;
    }

    .site-footer__title {
        font-size: 36px;
    }

    .home-latest-news {
        padding: 80px 0 88px;
    }

    .home-latest-news__inner {
        width: min(1200px, calc(100% - 80px));
    }

    .site-footer__panel {
        width: min(1200px, calc(100% - 80px));
        min-height: 0;
        margin-top: 72px;
        padding: 56px 64px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 48px 56px;
    }
}

@media (max-width: 1200px) {
    .site-header__inner {
        width: calc(100% - 64px);
        gap: clamp(20px, 3vw, 32px);
    }

    .site-nav {
        justify-content: flex-end;
        gap: clamp(18px, 2vw, 32px);
    }

    .hero-banner {
        height: clamp(420px, 46vw, 540px);
    }

    .hero-subnav {
        padding: 0 32px 96px;
    }

    .hero-subnav__inner {
        width: calc(100% - 64px);
        padding: 64px 0 40px;
    }

    .hero-subnav__nav {
        gap: 20px 32px;
        min-height: auto;
        padding: 20px 28px;
        flex-wrap: wrap;
        border-radius: 32px;
    }

    .hero-subnav__title {
        margin-top: 64px;
        font-size: 30px;
        white-space: normal;
    }

    .hero-product-showcase {
        width: 100%;
        margin-top: 56px;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 28px 32px;
    }

    .hero-product-showcase__visual {
        height: 250px;
    }

    .hero-product-feature-list {
        width: 100%;
        margin-top: 64px;
        gap: 80px;
    }

    .hero-product-feature-list__image {
        max-width: min(100%, 820px);
        max-height: 480px;
    }

    .hero-product-feature-list__name {
        font-size: 34px;
    }

    .hero-product-overview-title {
        margin-top: 64px;
        font-size: 30px;
        white-space: normal;
    }

    .hero-ai-feature {
        width: 100%;
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .hero-ai-feature__badge {
        min-height: 240px;
        border-radius: 18px;
    }

    .hero-ai-feature__badge-image {
        width: 100%;
        height: 100%;
    }

    .hero-ai-feature__content {
        grid-template-columns: 1fr;
        justify-items: stretch;
        gap: 24px;
    }

    .hero-ai-feature__info {
        max-width: none;
        min-height: auto;
        padding: 36px 32px;
        border-radius: 18px;
    }

    .hero-ai-feature__visual {
        min-height: 0;
        aspect-ratio: 810 / 360;
    }

    .hero-ai-feature__cta {
        width: 190px;
        height: 48px;
    }

    .hero-partners-title {
        margin-top: 88px;
        font-size: 40px;
        white-space: normal;
    }

    .hero-museum-carousel {
        width: 100%;
        margin-top: 72px;
        margin-left: 0;
        margin-right: 0;
    }

    .hero-museum-carousel__track {
        gap: 40px 10px;
    }

    .hero-museum-carousel__card {
        flex-basis: clamp(280px, calc((100% - 10px) / 2), 360px);
        min-height: 560px;
    }

    .hero-service-support {
        width: 100%;
        margin-top: 56px;
    }

    .hero-service-support__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-template-rows: none;
        gap: 20px;
    }

    .hero-service-support__card--tall {
        grid-row: auto;
    }

    .hero-service-support__card:nth-child(1),
    .hero-service-support__card:nth-child(2) {
        grid-column: auto;
        grid-row: auto;
    }

    .hero-service-support__card:nth-child(3),
    .hero-service-support__card:nth-child(4),
    .hero-service-support__card:nth-child(5),
    .hero-service-support__card:nth-child(6) {
        grid-column: auto;
        grid-row: auto;
    }

    .hero-service-support__image {
        height: auto;
        object-fit: contain;
    }

    .site-footer {
        padding: 0;
    }

    .site-footer__frame {
        padding: 48px 0 64px;
    }

    .site-footer__title {
        font-size: 30px;
        white-space: normal;
    }

    .home-latest-news {
        padding: 64px 0 72px;
    }

    .home-latest-news__inner {
        width: calc(100% - 48px);
    }

    .home-latest-news__header {
        align-items: flex-start;
        flex-direction: column;
    }

    .home-latest-news__list {
        grid-template-columns: 1fr;
    }

    .site-footer__panel {
        width: calc(100% - 48px);
        margin-top: 48px;
        padding: 40px 32px;
        border-radius: 24px;
        grid-template-columns: 1fr;
        gap: 36px;
    }

    .site-footer__column--qr {
        align-items: flex-start;
    }

    .site-footer__qr-list {
        justify-content: flex-start;
    }
}

@media (max-width: 768px) {
    .site-header__inner {
        width: calc(100% - 32px);
        padding: 16px 20px;
        gap: 20px;
    }

    .site-nav {
        overflow-x: auto;
        scrollbar-width: none;
    }

    .site-nav::-webkit-scrollbar {
        display: none;
    }

    .site-header__logo img {
        height: 40px;
        width: auto;
    }

    .hero-banner {
        height: 360px;
    }

    .hero-banner__content-link {
        padding: 18px;
    }

    .hero-subnav {
        padding: 0 16px 72px;
    }

    .hero-subnav__inner {
        width: calc(100% - 32px);
        padding: 40px 0 32px;
    }

    .hero-subnav__nav {
        width: 100%;
        gap: 18px 20px;
        padding: 18px 22px;
        border-radius: 24px;
    }

    .hero-subnav__item {
        font-size: 16px;
    }

    .hero-subnav__title {
        margin-top: 40px;
        font-size: 24px;
    }

    .hero-product-showcase {
        margin-top: 36px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 20px 14px;
    }

    .hero-product-showcase__item {
        min-height: 0;
        padding: 0;
    }

    .hero-product-showcase__visual {
        height: 210px;
    }

    .hero-product-showcase__label {
        width: 150px;
        height: 38px;
        margin-top: 18px;
        font-size: 18px;
        line-height: 38px;
        white-space: normal;
    }

    .hero-product-showcase__label-image {
        width: 110px;
        height: auto;
    }

    .hero-product-feature-list {
        margin-top: 48px;
        gap: 64px;
    }

    .hero-product-feature-list__item {
        gap: 18px;
    }

    .hero-product-feature-list__item--ai {
        gap: 36px;
    }

    .hero-product-feature-list__name {
        font-size: 28px;
    }

    .hero-product-feature-list__image {
        max-width: min(100%, 680px);
        max-height: 400px;
    }

    .hero-product-overview-title {
        margin-top: 40px;
        font-size: 24px;
    }

    .hero-ai-feature {
        margin-top: 56px;
        gap: 16px;
    }

    .hero-ai-feature__badge {
        min-height: 170px;
        border-radius: 14px;
    }

    .hero-ai-feature__badge-image {
        width: 100%;
        height: 100%;
    }

    .hero-ai-feature__content {
        gap: 16px;
    }

    .hero-ai-feature__item {
        padding: 0 0 16px;
    }

    .hero-ai-feature__item + .hero-ai-feature__item {
        padding-top: 16px;
    }

    .hero-ai-feature__info {
        padding: 26px 22px;
        border-radius: 14px;
    }

    .hero-ai-feature__item-title {
        font-size: 22px;
    }

    .hero-ai-feature__item-text {
        margin-top: 10px;
        font-size: 16px;
    }

    .hero-ai-feature__visual {
        border-radius: 10px;
        aspect-ratio: 16 / 9;
    }

    .hero-ai-feature__play {
        width: 48px;
        height: 48px;
    }

    .hero-ai-feature__play-icon {
        border-top-width: 10px;
        border-bottom-width: 10px;
        border-left-width: 15px;
    }

    .hero-ai-feature__cta {
        margin-top: 40px;
        width: 176px;
        height: 44px;
        font-size: 16px;
        border-radius: 9px;
    }

    .hero-ai-feature__cta-icon {
        width: 14px;
        height: 14px;
    }

    .hero-partners-title {
        margin-top: 64px;
        font-size: 28px;
    }

    .hero-museum-carousel {
        margin-top: 48px;
    }

    .hero-museum-carousel__track {
        gap: 18px 10px;
    }

    .hero-museum-carousel__card {
        flex-basis: 100%;
        min-height: auto;
        padding: 24px 14px 14px;
        border-radius: 20px;
        box-shadow: none;
    }

    .hero-museum-carousel__logo {
        width: 76px;
        height: 76px;
    }

    .hero-museum-carousel__title {
        margin-top: 18px;
        font-size: 24px;
    }

    .hero-museum-carousel__title span {
        font-size: 18px;
    }

    .hero-museum-carousel__desc {
        margin-top: 20px;
        font-size: 15px;
    }

    .hero-museum-carousel__photo {
        height: 200px;
        margin-top: 24px;
        border-radius: 16px;
    }

    .hero-why-us {
        margin-top: 72px;
        padding: 24px 18px;
        border-radius: 22px;
        gap: 24px;
    }

    .hero-why-us__eyebrow {
        font-size: 14px;
    }

    .hero-why-us__title {
        margin-top: 18px;
        font-size: 38px;
    }

    .hero-why-us__button {
        margin-top: 32px;
        min-width: 206px;
        height: 50px;
        padding: 0 18px;
        border-radius: 12px;
        font-size: 15px;
    }

    .hero-why-us__video-card {
        border-radius: 18px;
    }

    .hero-logo-wall {
        margin-top: 72px;
        padding-bottom: 0;
    }

    .hero-logo-wall__grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .hero-logo-wall__img {
        min-width: 0;
    }

    .hero-service-support {
        margin-top: 40px;
    }

    .hero-service-support__grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .hero-service-support__card {
        border-radius: 16px;
    }

    .site-footer {
        margin-top: 72px;
        padding: 0;
    }

    .site-footer__frame {
        padding: 40px 0 48px;
    }

    .site-footer__title {
        width: min(100%, 320px);
        font-size: 26px;
    }

    .site-footer__panel {
        width: calc(100% - 24px);
        margin-top: 34px;
        padding: 30px 22px;
        border-radius: 20px;
    }

    .site-footer__heading {
        font-size: 20px;
    }

    .site-footer__list a,
    .site-footer__details a,
    .site-footer__contact {
        font-size: 15px;
    }

    .site-footer__contact {
        white-space: normal;
    }

    .site-footer__qr-list {
        width: 100%;
        gap: 20px;
        flex-wrap: wrap;
    }

    .site-footer__qr-image {
        width: 78px;
        height: 78px;
    }
}

/* 手机视觉沿用原版；正文按屏幕宽度重新排列。 */
.home-mobile-label,.mobile-product-card__subtitle,.mobile-product-card__features,.mobile-product-card__button,.mobile-hero-banner__actions {display:none;}
.home-product-details,.home-partners-group,.home-partner-header {display:contents;}
.hero-banner__content-link>picture {display:contents;}
.hero-product-showcase__visual picture {display:contents;}
@media (min-width:768px) and (max-width:1200px) {
 .hero-subnav__inner {width:100%;}
 .home-latest-news__list {grid-template-columns:repeat(2,minmax(0,1fr));}
 .hero-museum-carousel__card {flex-basis:calc((100% - 20px)/3);min-height:510px;}
}
@media (max-width:767px) {
 .home-origin-content {background:white;}
 .home-desktop-label {display:none;}
 .home-mobile-label {display:block;}
 .hero-banner {position:relative;width:100%;height:auto;overflow:hidden;}
 .hero-banner .hero-banner__swiper,.hero-banner .swiper-wrapper,.hero-banner .hero-banner__slide {width:100%;height:auto;display:block;}
 .hero-banner .hero-banner__slide:not(:first-child),.hero-banner .hero-banner__bg {display:none;}
 .hero-banner .hero-banner__content-link {display:block;position:static;width:100%;height:auto;min-height:0;padding:0;}
 .hero-banner .hero-banner__content-image {position:static;display:block;width:100%;height:auto;max-height:none;transform:none;}
 .hero-subnav {padding:0;background:white;}
 .hero-subnav .hero-subnav__inner {width:100%;padding:0;}
 .hero-subnav__nav {display:none;}
 .hero-subnav__title {margin:0;}
 .hero-product-showcase {display:flex;flex-direction:column;gap:0;margin:0;padding:0;}
 .hero-product-showcase__item {display:block;flex:none;}
 .hero-product-showcase__item--smart {order:1;}
 .hero-product-showcase__item--ai {order:2;}
 .hero-product-showcase__item--voice {order:3;}
 .hero-product-showcase__item--cabinet {order:4;}
 .hero-product-showcase__item--team {order:5;}
 .hero-product-showcase__visual {width:auto;height:auto;}
 .hero-product-showcase__image {position:static;max-width:none;object-fit:contain;transform:none;}
 .home-product-details {display:block;}
 .hero-product-showcase__label {width:auto;height:auto;margin:0;padding:0;border:0;border-radius:0;background:none;box-shadow:none;color:#1f1f1f;}
 .hero-product-showcase__label-text {font-size:calc(min(100vw,750px)*40/750);font-weight:500;white-space:normal;line-height:1.2;}
 .mobile-product-card__subtitle {display:block;}
 .hero-ai-feature {display:grid;width:100%;grid-template-columns:minmax(0,1fr);gap:0;background:none;box-shadow:none;border-radius:0;}
 .hero-ai-feature__title {order:1;margin:0;}
 .hero-ai-feature__content {display:contents;}
 .hero-ai-feature__visual {order:2;height:auto;min-height:0;padding:0;}
 .hero-ai-feature__badge {order:3;min-height:0;height:auto;margin:calc(min(100vw,750px)*48/750) 0 0;padding:0;border-radius:calc(min(100vw,750px)*24/750) calc(min(100vw,750px)*24/750) 0 0;background:#f9faff;overflow:hidden;}
 .hero-ai-feature__badge-image {position:static;width:100%;height:auto;max-width:none;transform:none;}
 .hero-ai-feature__info {order:4;display:block;width:auto;gap:0;background:#f9faff;border-radius:0 0 calc(min(100vw,750px)*24/750) calc(min(100vw,750px)*24/750);}
 .hero-ai-feature__item {margin:0;}
 .hero-ai-feature__play {display:none!important;}
 .hero-ai-feature__cta {gap:0;box-shadow:none;}
 .hero-ai-feature__cta-icon {width:clamp(12px,2.1333vw,16px);height:auto;}
 .home-partners-group {display:block;}
 .hero-partners-title {margin:0;}
 .hero-museum-carousel {width:100%;margin:0;padding:0;}
 .hero-museum-carousel__track {flex-wrap:nowrap;margin:0;transform:none!important;}
 .hero-museum-carousel__card {max-width:none;margin:0;box-shadow:none;}
 .hero-museum-carousel__logo {margin:0;order:2;}
 .hero-museum-carousel__title {order:1;white-space:normal;text-align:left;}
 .hero-museum-carousel__desc {min-height:0;text-align:left;}
 .hero-museum-carousel__photo {min-height:0;}
 .hero-why-us {display:none;}
 .hero-logo-wall {width:100%;margin:0;}
 .hero-logo-wall__grid {grid-template-columns:1fr;width:100%;}
 .hero-logo-wall__grid img {display:block;width:100%;height:auto;}
 .hero-logo-wall__cta-wrap {width:100%;margin:0;padding:0 0 calc(min(100vw,750px)*96/750);background:#f5f7fb;}
 .hero-logo-wall__cta {margin-top:0!important;}
 .hero-logo-wall__service-text {margin-top:calc(min(100vw,750px)*186/750);padding:0 calc(min(100vw,750px)*60/750);}
 .hero-service-support {width:100%;margin:0;padding:0 calc(min(100vw,750px)*60/750) calc(min(100vw,750px)*120/750);}
 .hero-service-support__card {grid-column:auto!important;grid-row:auto!important;aspect-ratio:auto;}
 .hero-service-support__card picture {display:contents;}
 .home-latest-news__list {grid-template-columns:1fr;}
}

@media (max-width:767px) {
.unused-original-hero {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.unused-original-hero-image {
    width: 100%;
    height: auto;
}

.mobile-hero-banner__actions {
    position: absolute;
    top: 75.8%;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    gap: min(6.4vw, 48px);
}

.mobile-hero-banner__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 0;
    background: transparent;
}

.mobile-hero-banner__button--primary {
    width: min(32.5333vw, 244px);
}

.mobile-hero-banner__button--secondary {
    width: min(32.8vw, 246px);
}

.mobile-hero-banner__button img {
    width: 100%;
    height: auto;
}

.hero-subnav__title {
    padding: clamp(28px, 5.3333vw, 40px) clamp(20px, 4vw, 30px) 0;
    color: #1f1f1f;
    font-size: clamp(28px, 5.3333vw, 40px);
    line-height: 1.2;
    font-weight: 400;
    text-align: center;
}

.hero-product-showcase__item {
    width: 100%;
    margin-top: clamp(48px, 12.8vw, 96px);
    padding: 0 calc(min(100vw, 750px) * 60 / 750);
}

.hero-product-showcase__item + .hero-product-showcase__item {
    margin-top: calc(min(100vw, 750px) * 186 / 750);
}

.hero-product-showcase__visual {
    display: flex;
    justify-content: center;
}

.hero-product-showcase__image {
    width: min(76.8vw, 576px);
    height: auto;
}

.home-product-details {
    height: calc(min(100vw, 750px) * 412 / 750);
    margin-top: clamp(48px, 8vw, 60px);
    padding: calc(min(100vw, 750px) * 42 / 750) clamp(20px, 4vw, 30px) clamp(44px, 7.4667vw, 56px);
    border-radius: calc(min(100vw, 750px) * 24 / 750);
    background: #f9faff;
    text-align: center;
}

.hero-product-showcase__label {
    color: #1f1f1f;
    font-size: calc(min(100vw, 750px) * 40 / 750);
    line-height: 1.2;
    font-weight: 500;
}

.mobile-product-card__subtitle {
    margin-top: calc(min(100vw, 750px) * 16 / 750);
    color: #c6c6c6;
    font-size: calc(min(100vw, 750px) * 24 / 750);
    line-height: 1.2;
}

.mobile-product-card__features {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-top: calc(min(100vw, 750px) * 64 / 750);
}

.mobile-product-card__feature {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(10px, 2.1333vw, 16px);
    color: #4f4f4f;
    font-size: calc(min(100vw, 750px) * 24 / 750);
    line-height: 1.3;
    white-space: nowrap;
}

.mobile-product-card__feature::before {
    content: "";
    width: clamp(12px, 1.8667vw, 14px);
    height: clamp(12px, 1.8667vw, 14px);
    border-radius: 50%;
    background: #dce7ff;
    flex-shrink: 0;
}

.mobile-product-card__button {
    width: calc(min(100vw, 750px) * 216 / 750);
    height: calc(min(100vw, 750px) * 58 / 750);
    margin: calc(min(100vw, 750px) * 72 / 750) auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #8f8f8f;
    border-radius: calc(min(100vw, 750px) * 8 / 750);
    background: transparent;
    color: #7d7d7d;
    font-size: calc(min(100vw, 750px) * 24 / 750);
    line-height: 1;
}

.mobile-product-card__button img {
    width: clamp(12px, 2.1333vw, 16px);
    height: auto;
}

.hero-ai-feature {
    margin-top: calc(min(100vw, 750px) * 186 / 750);
    padding: 0 calc(min(100vw, 750px) * 60 / 750);
}

.hero-ai-feature__title {
    color: #1f1f1f;
    font-size: calc(min(100vw, 750px) * 48 / 750);
    line-height: 1.2;
    font-weight: 500;
    text-align: center;
}

.unused-original-ai-card {
    margin-top: calc(min(100vw, 750px) * 48 / 750);
    border-radius: calc(min(100vw, 750px) * 24 / 750);
    background: #f9faff;
    overflow: hidden;
}

.hero-ai-feature__visual {
    margin-top: calc(min(100vw, 750px) * 40 / 750);
    border-radius: calc(min(100vw, 750px) * 24 / 750);
    background: #f9faff;
    overflow: hidden;
}

.hero-ai-feature__badge-image {
    display: block;
    width: 100%;
    height: auto;
}

.hero-ai-feature__video {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    background: #f9faff;
    object-fit: cover;
}

.hero-ai-feature__info {
    padding: calc(min(100vw, 750px) * 8 / 750) 0 0;
}

.hero-ai-feature__item {
    padding: calc(min(100vw, 750px) * 30 / 750) calc(min(100vw, 750px) * 34 / 750);
}

.hero-ai-feature__item + .hero-ai-feature__item {
    border-top: 1px solid #ececf4;
}

.hero-ai-feature__item-title {
    color: #1f1f1f;
    font-size: calc(min(100vw, 750px) * 24 / 750);
    line-height: 1.2;
    font-weight: 500;
}

.hero-ai-feature__item-text {
    margin-top: calc(min(100vw, 750px) * 20 / 750);
    color: #c6c6c6;
    font-size: calc(min(100vw, 750px) * 18 / 750);
    line-height: 1.3;
}

.hero-ai-feature__cta {
    margin-top: calc(min(100vw, 750px) * 32 / 750);
}

.home-partners-group {
    margin-top: calc(min(100vw, 750px) * 186 / 750);
    padding: calc(min(100vw, 750px) * 88 / 750) 0 calc(min(100vw, 750px) * 96 / 750);
    background: #f5f7fb;
}

.hero-partners-title {
    color: #1f1f1f;
    font-size: calc(min(100vw, 750px) * 48 / 750);
    line-height: 1.2;
    font-weight: 500;
    text-align: center;
}

.hero-museum-carousel__viewport {
    margin-top: calc(min(100vw, 750px) * 52 / 750);
    overflow-x: auto;
    overflow-y: hidden;
    padding-left: calc(min(100vw, 750px) * 32 / 750);
    padding-right: calc(min(100vw, 750px) * 32 / 750);
    scrollbar-width: none;
    -ms-overflow-style: none;
    overscroll-behavior-x: contain;
    -webkit-overflow-scrolling: touch;
}

.hero-museum-carousel__viewport::-webkit-scrollbar {
    display: none;
}

.hero-museum-carousel__track {
    display: flex;
    align-items: stretch;
    width: max-content;
    gap: calc(min(100vw, 750px) * 20 / 750);
}

.hero-museum-carousel__card {
    width: calc(min(100vw, 750px) * 528 / 750);
    flex: 0 0 auto;
    min-height: calc(min(100vw, 750px) * 696 / 750);
    padding: calc(min(100vw, 750px) * 34 / 750);
    border-radius: calc(min(100vw, 750px) * 40 / 750);
    background: #ffffff;
    display: flex;
    flex-direction: column;
}

.home-partner-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: calc(min(100vw, 750px) * 20 / 750);
}

.hero-museum-carousel__title {
    margin: 0;
    color: #1f1f1f;
    font-size: calc(min(100vw, 750px) * 32 / 750);
    line-height: 1.2;
    font-weight: 500;
}

.hero-museum-carousel__logo {
    width: calc(min(100vw, 750px) * 92 / 750);
    height: calc(min(100vw, 750px) * 92 / 750);
    flex-shrink: 0;
    object-fit: contain;
}

.hero-museum-carousel__desc {
    margin-top: calc(min(100vw, 750px) * 40 / 750);
    color: #8d8d8d;
    font-size: calc(min(100vw, 750px) * 20 / 750);
    line-height: 1.65;
}

.hero-museum-carousel__photo {
    width: 100%;
    height: calc(min(100vw, 750px) * 352 / 750);
    margin-top: auto;
    border-radius: calc(min(100vw, 750px) * 16 / 750);
    object-fit: cover;
}

.hero-logo-wall {
    padding: calc(min(100vw, 750px) * 88 / 750) 0 calc(min(100vw, 750px) * 96 / 750);
    background: #f5f7fb;
}

.mobile-partner-logos__title {
    color: #1f1f1f;
    font-size: calc(min(100vw, 750px) * 48 / 750);
    line-height: 1.2;
    font-weight: 500;
    text-align: center;
}

.mobile-partner-logos__subtitle {
    margin-top: calc(min(100vw, 750px) * 36 / 750);
    color: #c4c4c4;
    font-size: calc(min(100vw, 750px) * 24 / 750);
    line-height: 1.2;
    text-align: center;
}

.hero-logo-wall__grid {
    margin-top: calc(min(100vw, 750px) * 56 / 750);
    padding: 0 calc(min(100vw, 750px) * 32 / 750);
    display: grid;
    gap: calc(min(100vw, 750px) * 18 / 750);
}

.hero-logo-wall__img {
    width: 100%;
    height: auto;
    display: block;
}

.hero-logo-wall__cta {
    width: calc(min(100vw, 750px) * 260 / 750);
    margin-top: calc(min(100vw, 750px) * 48 / 750);
}

.unused-service-group {
    margin-top: calc(min(100vw, 750px) * 186 / 750);
    padding: 0 calc(min(100vw, 750px) * 60 / 750) calc(min(100vw, 750px) * 120 / 750);
}

.hero-logo-wall__service-text {
    color: #1f1f1f;
    font-size: calc(min(100vw, 750px) * 48 / 750);
    line-height: 1.35;
    font-weight: 500;
    text-align: center;
}

.hero-service-support__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: calc(min(100vw, 750px) * 20 / 750);
    margin-top: calc(min(100vw, 750px) * 64 / 750);
}

.hero-service-support__card {
    position: relative;
    overflow: hidden;
    border-radius: calc(min(100vw, 750px) * 24 / 750);
}

.hero-service-support__card--tall {
    min-height: calc(min(100vw, 750px) * 486 / 750);
}

.hero-service-support__card--wide {
    min-height: calc(min(100vw, 750px) * 230 / 750);
}

.hero-service-support__image {
    width: 100%;
    height: 100%;
    display: block;
}

.mobile-service-grid__card-title {
    position: absolute;
    top: calc(min(100vw, 750px) * 28 / 750);
    left: calc(min(100vw, 750px) * 20 / 750);
    color: #1f1f1f;
    font-size: calc(min(100vw, 750px) * 24 / 750);
    line-height: 1.2;
    font-weight: 500;
}

.home-latest-news--pc {
    width: 100%;
    padding: calc(min(100vw, 750px) * 88 / 750) calc(min(100vw, 750px) * 32 / 750) calc(min(100vw, 750px) * 96 / 750);
    background: #f6f8fc;
}

.home-latest-news--pc .home-latest-news__inner {
    width: 100%;
}

.home-latest-news--pc .home-latest-news__header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: calc(min(100vw, 750px) * 24 / 750);
}

.home-latest-news--pc .home-latest-news__eyebrow {
    display: block;
    color: #2b73d6;
    font-size: calc(min(100vw, 750px) * 22 / 750);
    line-height: 1.2;
    font-weight: 500;
}

.home-latest-news--pc .home-latest-news__title {
    margin-top: calc(min(100vw, 750px) * 12 / 750);
    color: #1f1f1f;
    font-size: calc(min(100vw, 750px) * 42 / 750);
    line-height: 1.25;
    font-weight: 500;
    letter-spacing: 0;
}

.home-latest-news--pc .home-latest-news__more {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: calc(min(100vw, 750px) * 54 / 750);
    padding: 0 calc(min(100vw, 750px) * 22 / 750);
    border: 1px solid #d7e3f6;
    border-radius: 999px;
    background: #ffffff;
    color: #2b73d6;
    font-size: calc(min(100vw, 750px) * 20 / 750);
    line-height: 1.2;
    text-decoration: none;
}

.home-latest-news--pc .home-latest-news__list {
    margin-top: calc(min(100vw, 750px) * 42 / 750);
    display: grid;
    gap: calc(min(100vw, 750px) * 24 / 750);
}

.home-latest-news--pc .home-latest-news-card {
    overflow: hidden;
    border-radius: calc(min(100vw, 750px) * 20 / 750);
    background: #ffffff;
    color: inherit;
    text-decoration: none;
    display: grid;
    box-shadow: 0 calc(min(100vw, 750px) * 12 / 750) calc(min(100vw, 750px) * 28 / 750) rgba(39, 83, 145, 0.08);
}

.home-latest-news--pc .home-latest-news-card__image {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    background: #edf3fb;
}

.home-latest-news--pc .home-latest-news-card__body {
    padding: calc(min(100vw, 750px) * 28 / 750) calc(min(100vw, 750px) * 30 / 750) calc(min(100vw, 750px) * 32 / 750);
}

.home-latest-news--pc .home-latest-news-card__meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: calc(min(100vw, 750px) * 18 / 750);
    color: #8994a3;
    font-size: calc(min(100vw, 750px) * 20 / 750);
    line-height: 1.35;
}

.home-latest-news--pc .home-latest-news-card__meta span {
    color: #2b73d6;
}

.home-latest-news--pc .home-latest-news-card__title {
    margin-top: calc(min(100vw, 750px) * 18 / 750);
    color: #232831;
    font-size: calc(min(100vw, 750px) * 30 / 750);
    line-height: 1.45;
    font-weight: 600;
    letter-spacing: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.home-latest-news--pc .home-latest-news-card__excerpt {
    margin-top: calc(min(100vw, 750px) * 16 / 750);
    color: #687385;
    font-size: calc(min(100vw, 750px) * 22 / 750);
    line-height: 1.7;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.home-latest-news--pc .home-latest-news-card__link {
    display: inline-flex;
    margin-top: calc(min(100vw, 750px) * 24 / 750);
    color: #2b73d6;
    font-size: calc(min(100vw, 750px) * 22 / 750);
    line-height: 1.2;
}


.hero-ai-feature__cta {width:calc(min(100vw,750px)*216/750);height:calc(min(100vw,750px)*58/750);display:flex;align-items:center;justify-content:center;border:2px solid #8f8f8f;border-radius:calc(min(100vw,750px)*8/750);background:transparent;color:#7d7d7d;font-size:calc(min(100vw,750px)*24/750);line-height:1;}
.hero-logo-wall__cta {width:calc(min(100vw,750px)*260/750);}
.hero-product-showcase__item--voice {margin-top:calc(min(100vw,750px)*186/750);}
.hero-logo-wall {padding-bottom:calc(min(100vw,750px)*48/750);}
}

@media (max-width:767px) {
 .mobile-hero-banner__actions {z-index:3;}
 .hero-product-showcase__label-text {position:static;transform:none;}
 .hero-product-overview-title {margin:calc(min(100vw,750px)*186/750) 0 0;padding:0 calc(min(100vw,750px)*60/750);color:#1f1f1f;font-size:calc(min(100vw,750px)*48/750);line-height:1.2;font-weight:500;text-align:center;}
 .hero-ai-feature {margin-top:0;}
 .hero-ai-feature__item .hero-ai-feature__item-title {color:#1f1f1f;}
 .hero-museum-carousel {left:auto;right:auto;transform:none;width:100%;max-width:100%;min-width:0;}
 .home-partners-group {width:100%;min-width:0;overflow:hidden;}
 .hero-museum-carousel__viewport {width:100%;max-width:100%;}
 .hero-museum-carousel__track {justify-content:flex-start;}
}

.hero-service-support__card picture,.hero-ai-feature__badge picture {display:contents;}
@media(max-width:767px){
 .hero-product-showcase__label-text {width:100%;}
 .hero-ai-feature__item:last-child {padding-bottom:calc(min(100vw,750px)*30/750);}
 .hero-ai-feature__item+.hero-ai-feature__item {padding-top:calc(min(100vw,750px)*30/750);}
 .hero-ai-feature__cta {margin-left:auto;margin-right:auto;}
 .hero-product-overview-title {width:100%;max-width:none;}
 .home-latest-news--pc .home-latest-news__header {flex-direction:row;}
 .home-latest-news--pc .home-latest-news-card {border:0;}
 .home-latest-news--pc .home-latest-news-card__body {display:block;min-height:0;}
}

@media(max-width:767px){.hero-product-showcase__label-text{max-width:none;}.home-latest-news--pc .home-latest-news-card__link{padding-top:0;}}


@media(max-width:767px){
 .hero-banner .swiper-wrapper{transform:none!important;transition-duration:0ms!important;}
 .hero-banner .hero-banner__slide[data-swiper-slide-index]{display:none;}
 .hero-banner .hero-banner__slide[data-swiper-slide-index="0"]{display:block;}
}
