/* Responsive styles for tablets and mobile devices. Load after style.css. */

@media (max-width: 767px) {
    html,
    body {
        width: 100%;
        max-width: 100%;
        overflow-x: hidden;
        overflow-x: clip;
        overscroll-behavior-x: none;
    }

    :root {
        --slide-width: 340px;
        --slide-image-height: 460px;
        --spec-slide-image-height: 460px;
        --slide-gap: 20px;
        --mobile-card-radius: 25px;
        --accessory-control-top: 282px;
        --accessory-control-size: 34px;
    }
    .design-shell {
        height: 54px;
        min-height: 54px;
        padding: 0 22px;
        border-bottom: 0;
    }
    .site-header {
        position: relative;
        z-index: 9201;
    }
    .site-header-branding {
        gap: 0;
    }
    .brand-mark {
        width: auto;
        height: 18px;
    }
    .header-product-nav {
        display: none;
    }
    .site-header-actions {
        align-items: center;
        gap: 18px;
    }
    .mobile-menu-button {
        position: relative;
        z-index: 1;
        display: block;
        width: 20px;
        height: 20px;
        padding: 0;
        border: 0;
        background: transparent;
    }
    .mobile-menu-button::before,
    .mobile-menu-button::after {
        position: absolute;
        left: 1px;
        width: 18px;
        height: 1px;
        background: #222222;
        content: '';
        transition: top .32s cubic-bezier(.22, 1, .36, 1),
            bottom .32s cubic-bezier(.22, 1, .36, 1),
            transform .32s cubic-bezier(.22, 1, .36, 1);
    }
    .mobile-menu-button::before {
        top: 5px;
    }
    .mobile-menu-button::after {
        bottom: 5px;
    }
    .mobile-menu-button.is-open::before,
    .mobile-menu-button.is-open::after {
        top: 9.5px;
        bottom: auto;
    }
    .mobile-menu-button.is-open::before {
        transform: rotate(45deg);
    }
    .mobile-menu-button.is-open::after {
        transform: rotate(-45deg);
    }
    .mobile-product-menu {
        position: fixed;
        inset: 54px 0 0;
        z-index: 9200;
        display: block;
        overflow-y: auto;
        background: #ffffff;
        opacity: 0;
        visibility: hidden;
        transform: translateY(-8px);
        transition: opacity .32s ease,
            transform .44s cubic-bezier(.22, 1, .36, 1),
            visibility 0s linear .44s;
    }
    .mobile-product-menu[hidden] {
        display: none;
    }
    .mobile-product-menu.is-open {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
        transition: opacity .32s ease,
            transform .44s cubic-bezier(.22, 1, .36, 1),
            visibility 0s;
    }
    .mobile-product-menu-inner {
        width: 100%;
        min-height: 100%;
        padding: 86px 42px 44px;
    }
    .mobile-product-menu-list {
        margin: 0;
        padding: 0;
        list-style: none;
    }
    .mobile-product-menu-item {
        display: flex;
        align-items: baseline;
        justify-content: space-between;
        min-height: 64px;
        padding: 18px 0;
        opacity: 0;
        transform: translateY(14px);
        transition: opacity .42s ease, transform .58s cubic-bezier(.22, 1, .36, 1);
    }
    .mobile-product-menu.is-open .mobile-product-menu-item {
        opacity: 1;
        transform: translateY(0);
    }
    .mobile-product-menu.is-open .mobile-product-menu-item:nth-child(1) {
        transition-delay: .08s;
    }
    .mobile-product-menu.is-open .mobile-product-menu-item:nth-child(2) {
        transition-delay: .15s;
    }
    .mobile-product-menu-name {
        color: #171717;
        font-size: 22px;
        font-weight: 400;
        line-height: 1;
        letter-spacing: -.035em;
    }
    .mobile-product-menu-item-upcoming .mobile-product-menu-name {
        color: #9ca2a8;
    }
    .mobile-product-menu-status {
        color: #a6abb0;
        font-size: 9px;
        font-weight: 500;
        line-height: 1;
        letter-spacing: .14em;
        white-space: nowrap;
    }
    body.mobile-menu-open {
        overflow: hidden;
    }
    .btn-inquiry {
        min-width: 88px;
        height: 32px;
        padding: 0 16px;
        background: #f3f3f3;
        font-size: 12px;
        font-weight: 400;
    }
    .event-floating-bar {
        top: 68px;
        left: 50%;
        z-index: 9001;
        width: calc(100dvw - 28px);
        max-width: none;
        height: 50px;
        margin: 0;
        padding-left: 18px;
        transform: translate(-50%, calc(-100% - 28px));
    }
    .event-floating-bar.is-visible {
        transform: translate(-50%, 0);
    }
    .event-floating-bar.is-docked {
        top: 8px;
    }
    .floating-purchase-logo {
        height: 16px;
    }
    .floating-purchase-message {
        padding: 0 8px;
        font-size: 11px;
    }
    .floating-purchase-button {
        min-width: 88px;
        height: 38px;
        padding: 0 17px;
        font-size: 13px;
    }
    .format-hero {
        height: calc(100svh - 54px);
    }
    .hero-content-wrapper {
        height: calc(100svh - 54px);
        max-height: calc(100svh - 54px);
        padding: 84px 20px clamp(14px, 2.5svh, 24px);
    }
    .hero-logo-img {
        width: auto;
        height: 30px;
    }
    .hero-description {
        width: 280px;
        font-size: 16px;
    }
    .hero-intro-video {
        top: 50%;
        width: 100vw;
        height: auto;
        max-width: none;
        max-height: min(500px, calc(100% - clamp(230px, 38svh, 310px)));
        margin-top: 0;
        transform: translate(-50%, -50%);
    }
    .product-slider {
        --card-title-size: 20px;
        --card-copy-size: 15px;
        height: auto;
        padding-top: 98px;
        padding-bottom: 60px;
        background: #f5f5f5;
    }
    .specs-grid {
        height: auto;
        align-items: flex-start;
    }
    .spec-card {
        width: var(--slide-width);
        min-width: var(--slide-width);
        height: auto;
        margin: 0;
        padding: 0;
        display: grid;
        grid-template-columns: var(--slide-width);
        grid-template-rows: var(--spec-slide-image-height) auto;
        row-gap: 15px;
        align-items: stretch;
        overflow: visible;
        border-radius: 0;
        background: transparent;
        touch-action: pan-y;
    }
    .spec-card.flx-card {
        background: transparent;
    }
    .spec-card-content {
        order: 2;
        width: 100%;
        max-width: none;
        margin: 0;
        padding: 0 2px;
    }
    .spec-title {
        margin-bottom: 7px;
        line-height: 1.2;
        font-weight: 500;
    }
    .spec-subtitle {
        line-height: 1.45;
    }
    .spec-card-image {
        position: relative;
        inset: auto;
        order: 1;
        align-self: stretch;
        width: var(--slide-width);
        min-width: var(--slide-width);
        max-width: var(--slide-width);
        height: var(--spec-slide-image-height);
        min-height: var(--spec-slide-image-height);
        padding: 0;
        align-items: center;
        justify-content: center;
        overflow: hidden;
        border-radius: var(--mobile-card-radius);
        background: #ffffff;
    }
    .full-slide-card .spec-card-image { padding-right: 0; }
    .full-slide-card .spec-card-image img {
        position: absolute;
        top: -9px;
        left: -455px;
        width: 828px;
        max-width: none;
        height: 468px;
        object-fit: fill;
    }
    .flx-card .spec-card-content,
    .controls-card .spec-card-content {
        width: 100%;
        max-width: none;
        margin: 0;
    }
    .flx-card .spec-title {
        margin-bottom: 7px;
    }
    .spec-divider-toggle {
        margin: 12px 0 10px;
        font-size: 11px;
    }
    .spec-body-copy {
        gap: 8px;
        max-height: 0;
        font-size: 9px;
        line-height: 1.55;
    }
    .flx-card.is-expanded .spec-body-copy {
        max-height: 180px;
    }
    .spec-card-image .product-card-video {
        width: 100%;
        height: 100%;
        object-fit: contain;
        object-position: center;
    }
    .flx-card .spec-card-image .product-card-video {
        position: absolute;
        top: 32px;
        left: -308px;
        width: 699px;
        max-width: none;
        height: 396px;
        object-fit: fill;
    }
    .controls-card .spec-card-image .product-card-video {
        position: absolute;
        top: 58px;
        left: -33px;
        width: 708px;
        max-width: none;
        height: 402px;
        object-fit: fill;
    }
    .controls-card .spec-title {
        margin-bottom: 7px;
        line-height: 1.2;
        font-weight: 500;
    }
    .accessory-stage,
    .accessory-stage.is-expanded-left,
    .accessory-stage.is-expanded-right {
        height: 760px;
    }
    .accessory-card {
        position: absolute;
        left: 0;
        right: auto;
        width: 100%;
        height: 360px;
    }
    .accessory-card-right {
        top: 400px;
    }
    .accessory-panel {
        height: 260px;
        border-radius: var(--mobile-card-radius);
    }
    .accessory-media img,
    .accessory-media video {
        width: min(74%, 300px);
        height: min(78%, 220px);
    }
    .accessory-copy {
        top: 284px;
        padding-right: 48px;
    }
    .accessory-title,
    .accessory-card > .accessory-copy > .accessory-title {
        margin-bottom: 14px;
        font-size: 20px;
        font-weight: 500;
    }
    .accessory-description {
        font-size: 14px;
        line-height: 1.35;
    }
    .accessory-description > span {
        margin-bottom: 5px;
        font-size: 15px;
    }
    .accessory-action {
        top: var(--accessory-control-top);
        width: auto;
        height: var(--accessory-control-size);
        gap: 8px;
        padding: 0;
        font-size: 13px;
    }
    .accessory-action-arrow {
        width: 26px;
        height: 26px;
    }
    .accessory-action-arrow::before {
        border-top-width: 6px;
        border-bottom-width: 6px;
        border-left-width: 9px;
    }
    .accessory-action[aria-expanded="true"] .accessory-action-arrow::before,
    .accessory-action[aria-expanded="true"] .accessory-action-arrow::after {
        width: 14px;
    }
    .accessory-pagination {
        width: var(--accessory-control-size);
        height: 48px;
        top: calc(var(--accessory-control-top) - ((48px - var(--accessory-control-size)) / 2));
    }
    .accessory-stage.is-expanded-left .accessory-card-left,
    .accessory-stage.is-expanded-right .accessory-card-right {
        top: 0;
        width: 100%;
        height: 520px;
    }
    .accessory-card.is-collapsing-card {
        width: 100%;
        height: 360px;
    }
    .accessory-stage.is-expanded-left .accessory-card-left.is-collapsing-card,
    .accessory-stage.is-expanded-right .accessory-card-right.is-collapsing-card {
        width: 100%;
        height: 360px;
    }
    .accessory-stage.is-expanded-left .accessory-card-left .accessory-panel,
    .accessory-stage.is-expanded-right .accessory-card-right .accessory-panel {
        height: 520px;
        border-radius: var(--mobile-card-radius);
        overflow: hidden;
    }
    .accessory-card.is-collapsing-card .accessory-panel {
        height: 260px;
        border-radius: var(--mobile-card-radius);
    }
    .accessory-stage.is-expanded-left .accessory-card-left.is-collapsing-card .accessory-panel,
    .accessory-stage.is-expanded-right .accessory-card-right.is-collapsing-card .accessory-panel {
        height: 260px;
        border-radius: var(--mobile-card-radius);
    }
    .accessory-expanded-slider {
        overflow: hidden;
    }
    .accessory-expanded-slide {
        flex: 0 0 calc(100vw - 40px);
        width: calc(100vw - 40px);
        height: 520px;
    }
    .accessory-stage.is-expanded-left .accessory-card-left .accessory-pagination,
    .accessory-stage.is-expanded-right .accessory-card-right .accessory-pagination {
        top: 542px;
    }
    .accessory-stage.is-expanded-left .accessory-card-left .accessory-action,
    .accessory-stage.is-expanded-right .accessory-card-right .accessory-action {
        top: calc(542px + ((48px - var(--accessory-control-size)) / 2));
    }
    .accessory-stage.is-expanded-left .accessory-card-left.is-collapsing-card .accessory-action,
    .accessory-stage.is-expanded-right .accessory-card-right.is-collapsing-card .accessory-action {
        top: var(--accessory-control-top);
    }
    .accessory-card.is-collapsing-card .accessory-pagination {
        top: calc(var(--accessory-control-top) - ((48px - var(--accessory-control-size)) / 2));
    }
    .accessory-stage.is-accessory-indicator-ready.is-expanded-left .accessory-card-left .accessory-pagination,
    .accessory-stage.is-accessory-indicator-ready.is-expanded-right .accessory-card-right .accessory-pagination {
        width: var(--accessory-pagination-width, 230px);
        padding: 0 112px 0 18px;
    }
    .accessory-stage.is-expanded-left .accessory-card-left .accessory-expanded-slide .accessory-copy,
    .accessory-stage.is-expanded-right .accessory-card-right .accessory-expanded-slide .accessory-copy {
        top: 50%;
        left: 22px;
        width: 48%;
        transform: translateY(-50%);
    }
    .accessory-stage.is-expanded-right .accessory-card-right .accessory-expanded-slide:nth-child(3) .accessory-copy {
        top: 64px;
        left: 50%;
        width: calc(100% - 44px);
        text-align: center;
        transform: translateX(-50%);
    }
    .accessory-stage.is-expanded-left .accessory-card-left .accessory-expanded-slide .accessory-copy,
    .accessory-stage.is-expanded-right .accessory-card-right .accessory-expanded-slide:not(:last-child) .accessory-copy {
        left: 44px;
    }
    .accessory-card-right > .accessory-panel > .accessory-media img.accessory-cover-image,
    .accessory-stage.is-expanded-right .accessory-card-right.is-collapsing-card > .accessory-panel > .accessory-media img.accessory-cover-image {
        left: 0;
    }
    .accessory-stage.is-expanded-left .accessory-card-left .accessory-media,
    .accessory-stage.is-expanded-right .accessory-card-right .accessory-media {
        justify-content: flex-end;
        padding-right: 16px;
    }
    .accessory-stage.is-expanded-left .accessory-card-left .accessory-media img,
    .accessory-stage.is-expanded-left .accessory-card-left .accessory-media video,
    .accessory-stage.is-expanded-right .accessory-card-right .accessory-media img,
    .accessory-stage.is-expanded-right .accessory-card-right .accessory-media video {
        width: 50%;
        height: 82%;
    }
    .accessory-stage.is-expanded-left .accessory-card-right,
    .accessory-stage.is-expanded-right .accessory-card-left {
        transform-origin: right center;
    }
    .accessory-stage.is-accessory-returning.is-expanded-left .accessory-card-right,
    .accessory-stage.is-accessory-returning.is-expanded-right .accessory-card-left {
        opacity: 1;
    }
    .accessory-stage.is-accessory-fold-ready.is-expanded-left .accessory-card-right {
        transform: scaleX(0);
        transform-origin: right center;
    }
    .accessory-stage.is-accessory-fold-ready.is-expanded-right .accessory-card-left {
        transform: scaleX(0);
        transform-origin: left center;
    }
    .main-slider-pagination {
        height: 36px;
        margin-top: 40px;
        padding-right: 4px;
        transform: translateX(-50%);
    }
    .main-slider-play {
        width: 28px;
        height: 28px;
    }
    .main-slider-play.is-paused::before {
        left: 9px;
    }
    .main-slider-play.is-paused::after {
        left: 16px;
    }
    .main-slider-heading {
        top: 48px;
        left: calc(50% - (var(--slide-width) / 2));
        right: auto;
        width: calc(100% - 56px);
        min-height: 18px;
        font-size: 22px;
        font-weight: 500;
        line-height: 1.2;
        letter-spacing: -0.01em;
        text-transform: none;
        text-align: left;
    }
    footer {
        height: auto;
        padding: 48px 20px 44px;
        text-align: center;
    }
    .footer-inner {
        width: 100%;
        max-width: 100%;
    }
    .footer-desktop-wrap,
    .footer-top-row {
        align-items: center;
        width: 100%;
    }
    .footer-top-row {
        justify-content: center;
    }
    .footer-logo-text {
        font-size: 14px;
    }
    .footer-contact-button {
        font-size: 16px;
    }
    .footer-center-links a,
    .footer-link-unavailable {
        font-size: 15px;
    }
    .footer-bottom-row {
        font-size: 13px;
    }
    .footer-center-links,
    .footer-bottom-row {
        position: static;
        transform: none;
        flex-direction: column;
        align-items: center;
        width: 100%;
        text-align: center;
    }
    .footer-center-links {
        gap: 18px;
        margin-top: 36px;
    }
    .footer-bottom-row {
        gap: 28px;
        margin-top: 42px;
    }
    .footer-contact-button {
        justify-content: center;
        margin-bottom: 10px;
    }
    .footer-company-info {
        width: fit-content;
        max-width: 100%;
        margin-right: auto;
        margin-left: auto;
        line-height: 1.65;
        text-align: left;
    }
    .footer-address-text {
        display: block;
        margin-top: 12px;
    }
    .footer-address-divider {
        display: none;
    }
    .footer-copyright-text {
        line-height: 1.5;
        white-space: normal;
    }
    #purchase-interest-modal,
    #purchase-interest-success-modal,
    #inquiry-success-modal,
    #inquiry-modal { padding: 0; }
    .modal-glass {
        width: 100%;
        min-height: 100dvh;
        max-height: 100dvh;
        border: 0;
        border-radius: 0;
    }
    .modal-scrollable {
        max-height: 100dvh;
        padding: 0 50px 30px;
    }
    .modal-header-new {
        padding: 26px 0 0;
    }
    .modal-header-title {
        font-size: 24px;
    }
    .purchase-interest-body {
        padding-top: 24px;
    }
    #purchase-interest-form {
        padding-top: 26px;
    }
    .form-fields-stack {
        gap: 12px;
    }
    .success-message-wrap {
        display: flex;
        min-height: calc(100dvh - 30px);
        flex-direction: column;
        justify-content: center;
        padding: 38px 0;
    }

    .accessory-section {
        overflow: hidden;
        padding: 56px 0 92px;
        background: #ffffff;
    }

    .accessory-inner {
        width: var(--slide-width);
        max-width: none;
        margin: 0 auto;
    }

    .accessory-heading {
        margin-bottom: 16px;
        overflow: hidden;
        font-size: 22px;
        font-weight: 500;
        opacity: 1;
        transform: none;
        animation: none;
        will-change: auto;
    }

    .accessory-heading > span {
        display: block;
        opacity: 0;
        transform: translateY(105%);
        will-change: opacity, transform;
    }

    .accessory-heading.is-revealed > span {
        animation: mobile-accessory-heading-reveal .9s cubic-bezier(.22, 1, .36, 1) forwards;
    }

    @keyframes mobile-accessory-heading-reveal {
        from {
            opacity: 0;
            transform: translateY(105%);
        }
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }

    .accessory-product-tabs {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 22px;
        width: 100%;
        margin-right: 0;
        margin-left: 0;
        margin-bottom: 24px;
    }

    .accessory-product-tab {
        display: inline-flex;
        align-items: center;
        justify-content: flex-start;
        width: auto;
        height: auto;
        min-height: 0;
        padding: 7px 0;
        border: 0;
        border-bottom: 1px solid transparent;
        border-radius: 0;
        background: transparent;
        color: #5f7085;
        font-family: 'Noto Sans KR', Arial, sans-serif;
        font-size: 16px;
        font-weight: 500;
        line-height: 1.2;
        text-align: left;
        white-space: nowrap;
        cursor: pointer;
        transition: color .25s ease, border-color .25s ease;
    }

    .accessory-product-tab > span {
        display: block;
        line-height: inherit;
        transform: none;
    }

    .accessory-product-tab.is-active {
        border-bottom-color: #1d1d1f;
        background: transparent;
        box-shadow: none;
        color: #1d1d1f;
    }

    .accessory-product-tab:active {
        transform: none;
    }

    .accessory-product-tab:focus-visible {
        outline: 2px solid #3478f6;
        outline-offset: 4px;
    }

    .accessory-stage.is-mobile-accessory,
    .accessory-stage.is-mobile-accessory.is-expanded-left,
    .accessory-stage.is-mobile-accessory.is-expanded-right {
        position: relative;
        width: var(--slide-width);
        height: 672px;
        overflow: visible;
        touch-action: pan-y;
    }

    .accessory-stage.is-mobile-accessory .accessory-card {
        position: absolute;
        inset: 0 auto auto 0;
        display: none;
        width: var(--slide-width);
        height: 672px;
        overflow: visible;
        opacity: 0;
        pointer-events: none;
        transform: none;
        transition: none;
    }

    .accessory-stage.is-mobile-accessory .accessory-card > .accessory-panel,
    .accessory-stage.is-mobile-accessory .accessory-expanded-slider,
    .accessory-stage.is-mobile-accessory .accessory-expanded-slide,
    .accessory-stage.is-mobile-accessory .accessory-expanded-slide .accessory-media,
    .accessory-stage.is-mobile-accessory .accessory-expanded-slide .accessory-copy {
        animation: none;
        transition: none;
    }

    .accessory-stage.is-mobile-accessory .accessory-card.is-mobile-active {
        display: block;
        visibility: visible;
        z-index: 2;
        opacity: 1;
        pointer-events: auto;
    }

    .accessory-stage.is-mobile-accessory .accessory-card > .accessory-copy,
    .accessory-stage.is-mobile-accessory .accessory-card > .accessory-panel > .accessory-media {
        display: none;
    }

    .accessory-stage.is-mobile-accessory .accessory-card > .accessory-panel,
    .accessory-stage.is-mobile-accessory.is-expanded-left .accessory-card-left > .accessory-panel,
    .accessory-stage.is-mobile-accessory.is-expanded-right .accessory-card-right > .accessory-panel {
        position: relative;
        width: var(--slide-width);
        height: 580px;
        overflow: visible;
        border-radius: 0;
        background: transparent;
    }

    .accessory-stage.is-mobile-accessory .accessory-expanded-slider,
    .accessory-stage.is-mobile-accessory.is-expanded-left .accessory-card-left .accessory-expanded-slider,
    .accessory-stage.is-mobile-accessory.is-expanded-right .accessory-card-right .accessory-expanded-slider {
        position: relative;
        inset: auto;
        width: var(--slide-width);
        height: 580px;
        overflow: visible;
        border-radius: 0;
        background: transparent;
        opacity: 1;
        pointer-events: auto;
        transform: none;
        transition: none;
    }

    .accessory-stage.is-mobile-accessory .accessory-expanded-track,
    .accessory-stage.is-mobile-accessory.is-accessory-slider-ready .accessory-expanded-track {
        gap: var(--slide-gap);
        height: 580px;
        opacity: 1;
        pointer-events: auto;
        transition: transform 1000ms ease-in-out;
    }

    .accessory-stage.is-mobile-accessory .accessory-expanded-slide {
        flex: 0 0 var(--slide-width);
        width: var(--slide-width);
        height: 580px;
        overflow: visible;
        border-radius: 0;
        background: transparent;
    }

    .accessory-stage.is-mobile-accessory .accessory-expanded-slide .accessory-media {
        position: relative;
        inset: auto;
        display: flex;
        width: var(--slide-width);
        height: var(--slide-image-height);
        align-items: center;
        justify-content: center;
        overflow: hidden;
        padding: 0;
        border-radius: var(--mobile-card-radius);
        background: #f1f1f1;
        pointer-events: auto;
    }

    .accessory-stage.is-mobile-accessory .accessory-card-left
    .accessory-expanded-slide:first-child .accessory-media-placeholder {
        background-image: url('./assets/images/Air_Dock.png');
        background-position: calc(100% + 50px) center;
        background-repeat: no-repeat;
        background-size: auto 100%;
    }

    .accessory-stage.is-mobile-accessory .accessory-expanded-slide .accessory-media img,
    .accessory-stage.is-mobile-accessory .accessory-expanded-slide .accessory-media video,
    .accessory-stage.is-mobile-accessory .accessory-expanded-slide .accessory-media .accessory-full-video {
        position: static;
        inset: auto;
        display: block;
        width: 100%;
        max-width: none;
        height: 100%;
        object-fit: contain;
        object-position: center;
    }

    .accessory-stage.is-mobile-accessory.is-expanded-right
    .accessory-card-right
    .accessory-expanded-slide:first-child
    .accessory-media
    img.accessory-cover-image {
        position: static;
        inset: auto;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: calc(100% + 20px) center;
    }

    .accessory-stage.is-mobile-accessory.is-expanded-right
    .accessory-card-right
    .accessory-expanded-slide:nth-child(2)
    .accessory-media
    .accessory-full-video {
        position: static;
        inset: auto;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: calc(50% - 200px) bottom;
        transform: scale(0.9);
        transform-origin: center bottom;
    }

    .accessory-stage.is-mobile-accessory.is-expanded-right
    .accessory-card-right
    .accessory-expanded-slide:nth-child(3)
    .accessory-media
    .accessory-full-video {
        transform: translateY(20px) scale(1.2);
        transform-origin: center bottom;
    }

    .accessory-stage.is-mobile-accessory .accessory-card-left
    .accessory-expanded-slide:nth-child(2) .accessory-full-video,
    .accessory-stage.is-mobile-accessory .accessory-card-left
    .accessory-expanded-slide:nth-child(3) .accessory-full-video {
        position: absolute;
        inset: auto;
        bottom: 0;
        left: -664px;
        width: 1387px;
        height: 786px;
        object-fit: fill;
        transform: scale(0.5);
        transform-origin: center bottom;
    }

    .accessory-stage.is-mobile-accessory .accessory-expanded-slide .accessory-copy {
        position: absolute;
        top: 482px;
        left: 2px;
        z-index: 4;
        width: calc(100% - 4px);
        padding: 0;
        text-align: left;
        transform: none;
    }

    .accessory-stage.is-mobile-accessory.is-expanded-left .accessory-card-left .accessory-expanded-slide .accessory-copy,
    .accessory-stage.is-mobile-accessory.is-expanded-right .accessory-card-right .accessory-expanded-slide .accessory-copy {
        top: 482px;
        left: 2px;
        width: calc(100% - 4px);
        padding: 0;
        text-align: left;
        transform: none;
    }

    .accessory-stage.is-mobile-accessory .accessory-title,
    .accessory-stage.is-mobile-accessory .accessory-card > .accessory-copy > .accessory-title {
        margin: 0 0 9px;
        font-size: 20px;
        font-weight: 500;
        line-height: 1.3;
    }

    .accessory-stage.is-mobile-accessory .accessory-description,
    .accessory-stage.is-mobile-accessory .accessory-description > span {
        display: block;
        margin: 0;
        color: #444444;
        font-family: 'Noto Sans KR', Arial, sans-serif;
        font-size: 15px;
        font-weight: 400;
        line-height: 1.45;
        word-break: keep-all;
    }

    .accessory-stage.is-mobile-accessory .accessory-pagination,
    .accessory-stage.is-mobile-accessory.is-accessory-control-ready .accessory-pagination,
    .accessory-stage.is-mobile-accessory.is-accessory-indicator-ready .accessory-pagination {
        top: 618px;
        right: auto;
        left: 50%;
        display: flex;
        width: 166px;
        height: 36px;
        gap: 10px;
        padding: 0 54px 0 16px;
        overflow: hidden;
        border-radius: 999px;
        background: #eeeeee;
        opacity: 1;
        pointer-events: auto;
        transform: translateX(-50%);
    }

    .accessory-stage.is-mobile-accessory.is-accessory-indicator-ready.is-expanded-left .accessory-card-left .accessory-pagination,
    .accessory-stage.is-mobile-accessory.is-accessory-indicator-ready.is-expanded-right .accessory-card-right .accessory-pagination {
        top: 618px;
        right: auto;
        left: 50%;
        width: 166px;
        height: 36px;
        gap: 10px;
        padding: 0 54px 0 16px;
        background: #eeeeee;
        transform: translateX(-50%);
    }

    .accessory-stage.is-mobile-accessory .accessory-dot {
        width: 8px;
        height: 8px;
        opacity: 1;
    }

    .accessory-stage.is-mobile-accessory .accessory-dot.is-active {
        width: 42px;
    }

    .accessory-stage.is-mobile-accessory .accessory-action,
    .accessory-stage.is-mobile-accessory.is-expanded-left .accessory-card-left .accessory-action,
    .accessory-stage.is-mobile-accessory.is-expanded-right .accessory-card-right .accessory-action {
        top: 622px;
        right: 91px;
        z-index: 7;
        display: grid;
        width: 28px;
        height: 28px;
        padding: 0;
        opacity: 1;
        pointer-events: auto;
    }

    .accessory-stage.is-mobile-accessory .accessory-action-label {
        display: none;
    }

    .accessory-stage.is-mobile-accessory .accessory-action-arrow {
        width: 28px;
        height: 28px;
        border: 0;
        background: #ffffff;
    }

    .accessory-stage.is-mobile-accessory .accessory-action[aria-expanded="true"] .accessory-action-arrow::before {
        position: static;
        width: 0;
        height: 0;
        border-top: 8px solid transparent;
        border-right: 0;
        border-bottom: 8px solid transparent;
        border-left: 11px solid #a6a6a6;
        background: transparent;
        transform: translateX(1px);
    }

    .accessory-stage.is-mobile-accessory .accessory-action[aria-expanded="true"] .accessory-action-arrow::after {
        display: none;
    }

    .accessory-stage.is-mobile-accessory .accessory-action.is-paused .accessory-action-arrow::before,
    .accessory-stage.is-mobile-accessory .accessory-action.is-paused .accessory-action-arrow::after {
        position: absolute;
        top: 50%;
        display: block;
        width: 4px;
        height: 14px;
        border: 0;
        border-radius: 1px;
        background: #a6a6a6;
        content: '';
        transform: translateY(-50%);
    }

    .accessory-stage.is-mobile-accessory .accessory-action.is-paused .accessory-action-arrow::before {
        left: 9px;
    }

    .accessory-stage.is-mobile-accessory .accessory-action.is-paused .accessory-action-arrow::after {
        left: 16px;
    }

    .accessory-stage.is-mobile-accessory .accessory-action.is-return .accessory-action-arrow::before {
        position: absolute;
        top: 50%;
        left: 50%;
        width: auto;
        height: auto;
        border: 0;
        background: none;
        color: #a6a6a6;
        content: '\21BA';
        font-family: Arial, sans-serif;
        font-size: 20px;
        font-weight: 400;
        line-height: 1;
        transform: translate(-50%, -50%);
    }

    .accessory-stage.is-mobile-accessory .accessory-action.is-return .accessory-action-arrow::after {
        display: none;
    }

    @media (prefers-reduced-motion: reduce) {
        .accessory-heading > span {
            opacity: 1;
            transform: none;
            animation: none;
        }

        .accessory-stage.is-mobile-accessory .accessory-card,
        .accessory-stage.is-mobile-accessory .accessory-expanded-track {
            animation: none;
            transition: none;
        }
    }
}

@media (max-width: 700px) {
    .product-detail-switcher {
        padding: 72px 0 88px;
        background: linear-gradient(180deg, #f5f5f6 0%, #f5f5f6 45%, #ffffff 100%);
        overflow-x: hidden;
        overflow-x: clip;
    }

    .product-detail-inner {
        width: calc(100% - 32px);
    }

    .product-detail-intro h2 {
        font-size: 22px;
        font-weight: 400;
        line-height: 1.25;
        letter-spacing: -0.02em;
    }

    .product-detail-intro > p {
        margin-top: 20px;
        font-size: 15px;
    }

    .product-detail-tabs {
        justify-content: center;
        gap: 22px;
        width: auto;
        margin-top: 14px;
        overflow: visible;
    }

    .product-detail-tab {
        flex: 0 0 auto;
        padding: 7px 0;
        font-size: 16px;
    }

    .product-detail-panel {
        margin-top: 0;
        padding: 0;
    }

    .product-detail-viewer {
        height: auto;
        margin-top: 30px;
        cursor: grab;
        touch-action: pan-y;
        -webkit-user-select: none;
        user-select: none;
    }

    .product-detail-viewer:active {
        cursor: grabbing;
    }

    .product-detail-viewer img {
        width: 125%;
        height: auto;
        margin-left: -12.5%;
        transform: none;
    }

    .product-detail-viewer video {
        width: 560px;
        height: 420px;
        margin-left: calc((100% - 560px) / 2);
        transform: none;
    }

    .product-detail-panel[data-active-product="air-dock"] .product-detail-viewer video,
    .product-detail-panel[data-active-product="protective-case"] .product-detail-viewer video {
        width: 448px;
        height: 336px;
        margin-left: calc((100% - 448px) / 2);
    }

    .product-detail-disclosure {
        margin-top: 8px;
    }

    .product-detail-data-grid,
    .product-detail-data-grid--features {
        grid-template-columns: none;
        grid-auto-flow: column;
        grid-auto-columns: 120px;
        width: max-content;
        min-width: 100vw;
        height: 90px;
        gap: 8px;
        padding: 14px 16px;
        border-radius: 0;
        background: #eeeeee;
        overflow: visible;
    }

    .product-detail-panel[data-active-product="pencil-body"]
        .product-detail-data-grid:not(.product-detail-data-grid--features) {
        grid-auto-columns: 108px;
        gap: 2px;
        padding-right: 10px;
        padding-left: 10px;
    }

    .product-detail-drawers {
        width: 100vw;
        margin-right: calc(50% - 50vw);
        margin-left: calc(50% - 50vw);
    }

    .product-detail-drawer-inner {
        width: 100vw;
        overflow-x: auto;
        overflow-y: hidden;
        overscroll-behavior-x: contain;
        scroll-snap-type: x proximity;
        scrollbar-width: none;
        touch-action: pan-x;
        -webkit-overflow-scrolling: touch;
    }

    .product-detail-drawer.is-open {
        margin-top: 6px;
    }

    .product-detail-drawer-inner::-webkit-scrollbar {
        display: none;
    }

    .product-detail-data-item {
        min-width: 120px;
        white-space: nowrap;
        scroll-snap-align: start;
    }

    .product-detail-panel[data-active-product="pencil-body"]
        .product-detail-data-grid:not(.product-detail-data-grid--features)
        .product-detail-data-item {
        min-width: 108px;
    }

    .product-detail-data-item span {
        line-height: 1.2;
    }

    .product-detail-data-item strong {
        margin-top: 5px;
        line-height: 1.2;
    }

    .product-detail-data-item small {
        margin-top: 4px;
        line-height: 1.2;
    }
}

@media (max-width: 420px) {
    .product-detail-inner {
        width: calc(100% - 24px);
    }

    .product-detail-tabs {
        gap: 16px;
    }
}

@media (max-width: 700px) {
    .ownership-section {
        padding: 58px 0 88px;
        background: linear-gradient(180deg, #f5f5f6 0%, #f5f5f6 45%, #ffffff 100%);
    }

    .ownership-inner {
        width: calc(100% - 28px);
    }

    .ownership-header {
        margin-bottom: 38px;
    }

    .ownership-header h2 {
        font-size: 22px;
        font-weight: 400;
        line-height: 1.25;
        letter-spacing: -0.02em;
    }

    .ownership-lead {
        width: 250px;
        max-width: 100%;
        margin: 18px auto 0;
        font-size: 16px;
        white-space: normal;
        word-break: keep-all;
        overflow-wrap: break-word;
    }

    .ownership-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .ownership-card {
        height: 360px;
        border-radius: var(--mobile-card-radius);
    }

    .ownership-card-basic,
    .ownership-card-premium {
        width: 360px;
        max-width: 100%;
        height: 500px;
        margin-right: auto;
        margin-left: auto;
    }

    .ownership-card-support {
        width: 360px;
        max-width: 100%;
        margin-top: 50px;
        margin-right: auto;
        margin-left: auto;
        background: #536572;
    }

    .ownership-card-copy,
    .ownership-card-support .ownership-card-copy {
        padding: 32px 30px 0;
    }

    .ownership-card h3 {
        font-size: 22px;
        font-weight: 500;
    }

    .ownership-card-support .ownership-card-copy {
        padding: 38px 24px 0;
    }

    .ownership-card-support h3 {
        font-size: 0;
        line-height: 1;
        text-align: center;
    }

    .ownership-card-support h3::after {
        display: block;
        color: #ffffff;
        content: '사용 이후까지 이어지는 지원';
        font-size: 20px;
        font-weight: 400;
        line-height: 1.3;
        white-space: nowrap;
    }

    .ownership-card-description {
        margin-top: 18px;
        font-size: 14px;
    }

    .ownership-card-package {
        margin-top: 14px;
        font-size: 14px;
    }

    .ownership-support-list {
        margin-right: 36px;
        margin-left: 36px;
    }

    .ownership-support-list li {
        padding: 11px 0;
        border-top-color: rgba(255, 255, 255, .28);
        color: #edf1f4;
        font-size: 16px;
        line-height: 1.25;
    }

    .ownership-support-list li:last-child {
        border-bottom: 1px solid rgba(255, 255, 255, .28);
    }

    .ownership-support-note {
        margin: 24px 24px 28px;
        color: rgba(255, 255, 255, .62);
        font-size: 13px;
        line-height: 1.5;
        text-align: center;
        white-space: nowrap;
    }
}
