/* Base and desktop styles. Mobile overrides are maintained in mobile.css. */

:root {
    --page-bg: #f5f5f5;
    --ink: #1f1f1f;
    --muted: #666666;
    --accent: #ff5500;
    --slide-width: 1200px;
    --slide-height: 680px;
    --slide-gap: 20px;
    --accessory-control-top: calc(var(--slide-height) + 26px);
    --accessory-control-size: 38px;
    --accessory-control-ease: cubic-bezier(0.2, 0.8, 0.18, 1);
    --accessory-collapse-ease: cubic-bezier(0.42, 0, 0.2, 1);
}

* { box-sizing: border-box; }
html {
    scrollbar-gutter: stable;
    scroll-behavior: smooth;
}
body {
    margin: 0;
    font-family: 'Noto Sans KR', Arial, sans-serif;
    background: #ffffff;
    color: var(--ink);
    -webkit-font-smoothing: subpixel-antialiased;
    text-rendering: optimizeLegibility;
    overflow-x: hidden;
}
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
img, video { max-width: 100%; }

.rv {
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}
.rv.active {
    opacity: 1;
    transform: translateY(0);
}

.design-shell {
    width: min(1260px, 100%);
    height: 60px;
    margin: 0 auto;
    padding: 0 72px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #f0f0f0;
    background: #ffffff;
}
.site-header-branding {
    display: flex;
    align-items: center;
    gap: 72px;
}
.brand-mark {
    display: block;
    width: auto;
    height: 18px;
    object-fit: contain;
}
.header-product-nav {
    display: flex;
    align-items: center;
    gap: 42px;
}
.header-product-nav a,
.header-product-nav .header-product-unavailable {
    position: relative;
    color: #111111;
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
    text-decoration: none;
}
.header-product-nav a[aria-current="page"]::after {
    position: absolute;
    right: 0;
    bottom: -8px;
    left: 0;
    height: 1px;
    background: currentColor;
    content: '';
}
.header-product-nav a:hover { color: #555555; }
.site-header-actions {
    display: flex;
    gap: 8px;
}
.mobile-menu-button {
    display: none;
}
.mobile-product-menu {
    display: none;
}
.btn-inquiry {
    min-width: 92px;
    height: 38px;
    padding: 0 12px;
    border: 0;
    border-radius: 999px;
    background: #f2f2f2;
    color: #111111;
    font-size: 13px;
    font-weight: 400;
    box-shadow: none;
    overflow: hidden;
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation;
}
.header-product-nav .header-product-unavailable {
    color: #9ca2a8;
}
@media (min-width: 768px) {
    .full-slide-card .spec-card-content {
        margin-left: clamp(64px, 6vw, 132px);
    }

    .accessory-card-left .accessory-expanded-slide:first-child .accessory-media-placeholder {
        background-image: url('./assets/images/Air_Dock.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }
}
.event-floating-bar {
    position: fixed;
    top: 74px;
    left: 50%;
    z-index: 9000;
    width: min(640px, calc(100vw - 64px));
    height: 50px;
    margin: 0;
    padding: 0 7px 0 22px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid rgba(0, 0, 0, 0.07);
    border-radius: 999px;
    background: rgba(232, 232, 232, 0.96);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transform: translate(-50%, calc(-100% - 40px));
    transition:
        top 0.42s cubic-bezier(0.22, 1, 0.36, 1),
        transform 0.48s cubic-bezier(0.22, 1, 0.36, 1),
        opacity 0.28s ease,
        visibility 0s linear 0.48s;
}
.event-floating-bar[hidden] {
    display: none;
}
.event-floating-bar.is-visible {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    transform: translate(-50%, 0);
    transition:
        top 0.42s cubic-bezier(0.22, 1, 0.36, 1),
        transform 0.48s cubic-bezier(0.22, 1, 0.36, 1),
        opacity 0.28s ease,
        visibility 0s;
}
.event-floating-bar.is-docked {
    top: 8px;
}
.floating-purchase-logo {
    display: block;
    flex: 0 0 auto;
    width: auto;
    height: 21px;
    object-fit: contain;
}
.floating-purchase-message {
    flex: 1 1 auto;
    min-width: 0;
    padding: 0 14px;
    color: #333333;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
}
.floating-purchase-button {
    flex: 0 0 auto;
    min-width: 96px;
    height: 38px;
    padding: 0 20px;
    border: 0;
    border-radius: 999px;
    background: #f7f7f7;
    color: #111111;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    overflow: hidden;
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation;
}
.floating-purchase-button:hover {
    background: #ffffff;
}
.floating-purchase-button:active {
    background: #ffffff;
}
.floating-purchase-button:focus-visible {
    outline: 2px solid #777777;
    outline-offset: 3px;
}
.main-stage {
    width: 100%;
    margin: 0;
    background: #ffffff;
}
.hero-product-shell {
    width: 100%;
    background: linear-gradient(180deg, #ffffff 0%, #ffffff 14%, #f5f5f5 42%, #f5f5f5 100%);
}
.format-hero {
    width: 100%;
    height: calc(100svh - 60px);
    background: transparent;
    overflow: hidden;
}
.hero-content-wrapper {
    position: relative;
    background: none;
    height: calc(100svh - 60px);
    max-height: calc(100svh - 60px);
    padding: clamp(88px, 11svh, 104px) clamp(20px, 4vw, 40px) clamp(16px, 3svh, 28px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
}
.hero-logo-img {
    display: block;
    width: 200px;
    height: 40px;
    margin: 0 auto clamp(22px, 3.4svh, 34px);
    object-fit: contain;
    position: relative;
    z-index: 3;
    opacity: 1;
}
.hero-text-side { text-align: center; position: relative; z-index: 5; }
.hero-description {
    margin: 0;
    color: #5d5d5d;
    font-size: 24px;
    line-height: 1.25;
    font-weight: 500;
}
.hero-intro-video {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    width: min(1000px, calc(100% - 40px));
    height: auto;
    max-height: min(500px, calc(100% - clamp(240px, 35svh, 300px)));
    display: block;
    object-fit: contain;
    transform: translate(-50%, -50%);
    min-height: 0;
}
.hero-section-cue {
    position: absolute;
    left: 50%;
    bottom: 30px;
    z-index: 5;
    width: 132px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #777777;
    text-decoration: none;
    opacity: var(--hero-cue-opacity, 1);
    transform: translateX(-50%);
    will-change: opacity;
}
.hero-section-cue::before {
    position: absolute;
    left: 50%;
    top: calc(50% + 13px);
    width: 118px;
    height: 1px;
    background: #d3d3d3;
    content: '';
    transform: translate(-50%, -50%);
}
.hero-section-cue-icon {
    position: relative;
    z-index: 1;
    width: 30px;
    height: 30px;
    background: transparent;
    animation: hero-octagon-roll 6s ease-in-out infinite alternate;
    transform-origin: center;
}
@keyframes hero-octagon-roll {
    from { transform: translateX(-42px) rotate(0deg); }
    to { transform: translateX(42px) rotate(360deg); }
}
.hero-section-cue:hover {
    color: #222222;
}
.hero-section-cue:focus-visible {
    border-radius: 999px;
    outline: 2px solid #777777;
    outline-offset: 4px;
}
@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    .hero-section-cue-icon {
        animation: none;
    }
}
.product-slider {
    --card-title-size: 32px;
    --card-copy-size: 18px;
    position: relative;
    width: 100%;
    max-width: none;
    height: calc(var(--slide-height) + 360px);
    margin: 0;
    padding-top: 122px;
    overflow-x: hidden;
    overflow-y: hidden;
    background: transparent;
}
.specs-grid {
    position: relative;
    z-index: 2;
    width: max-content;
    height: var(--slide-height);
    margin: 0;
    padding: 0;
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: var(--slide-width);
    column-gap: var(--slide-gap);
    row-gap: 0;
    align-items: stretch;
    transform: translate3d(0, 0, 0);
    transition: transform 1000ms ease-in-out;
}
.spec-card {
    position: relative;
    width: var(--slide-width);
    min-width: var(--slide-width);
    height: var(--slide-height);
    padding: clamp(72px, 10svh, 116px) clamp(64px, 6vw, 132px);
    display: flex;
    align-items: center;
    justify-content: flex-start;
    overflow: hidden;
    border-radius: 40px;
    background: #ffffff;
    color: #333333;
    cursor: pointer;
}
.flx-card {
    justify-content: flex-start;
    background: #efefef;
}
.spec-card.flx-card {
    background: #efefef;
}
.full-slide-card { padding: 0; }
.spec-card-content {
    position: relative;
    z-index: 2;
    width: min(480px, 100%);
    max-width: 480px;
    min-width: 0;
    cursor: default;
}
.spec-card-content p {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    overflow-wrap: anywhere;
}
.flx-card .spec-card-content {
    width: min(560px, 46%);
    max-width: 560px;
    margin: 0;
}
.spec-title {
    margin: 0 0 14px;
    font-family: 'Noto Sans KR', Arial, sans-serif;
    font-size: var(--card-title-size);
    line-height: 1.1;
    font-weight: 400;
}
.spec-title sup {
    font-size: 13px;
    font-weight: 400;
    line-height: 1;
    margin-left: 1px;
}
.spec-subtitle {
    margin: 0;
    color: #444444;
    font-size: var(--card-copy-size);
    line-height: 1.7;
    word-break: keep-all;
}
#flx-body-copy {
    font-family: 'Noto Sans KR', Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
}
.spec-divider-toggle {
    display: block;
    margin: 28px 0 18px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #777777;
    font-size: 18px;
    line-height: 1;
    letter-spacing: 0.14em;
    cursor: pointer;
    animation: spec-dot-breathe 1.6s ease-in-out infinite;
}
@keyframes spec-dot-breathe {
    0%, 100% {
        letter-spacing: 0.08em;
    }
    50% {
        letter-spacing: 0.34em;
    }
}
@media (prefers-reduced-motion: reduce) {
    .spec-divider-toggle {
        animation: none;
        letter-spacing: 0.14em;
    }
}
.spec-divider-toggle:hover,
.spec-divider-toggle:focus-visible {
    color: #333333;
}
.spec-body-copy {
    display: grid;
    gap: 18px;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    color: #686868;
    font-size: 14px;
    line-height: 1.8;
    word-break: keep-all;
    transition: max-height 320ms ease, opacity 240ms ease;
}
.flx-card.is-expanded .spec-body-copy {
    max-height: 360px;
    opacity: 1;
}
.spec-body-copy p {
    margin: 0;
}
.spec-card-image {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: clamp(48px, 8vw, 156px);
    pointer-events: none;
}
.spec-card-image img {
    width: min(760px, 52vw);
    height: min(680px, calc(var(--slide-height) - 96px));
    object-fit: contain;
    filter: drop-shadow(0 20px 16px rgba(0, 0, 0, 0.13));
}
.full-slide-card .spec-card-image {
    padding-right: 0;
}
.full-slide-card .spec-card-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center right;
    filter: none;
}
.flx-card .spec-card-image {
    display: flex;
    justify-content: flex-end;
    padding-right: 0;
}
.flx-card .spec-card-image img,
.flx-card .spec-card-image video {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center right;
    filter: none;
}
.controls-card .spec-card-content {
    width: min(480px, 36%);
    max-width: 480px;
    margin-left: 58%;
}
.controls-card .spec-title {
    margin-bottom: 14px;
    font-size: var(--card-title-size);
    line-height: 1.1;
    font-weight: 400;
}
.controls-card .spec-card-image {
    justify-content: flex-start;
    padding-right: 0;
    padding-left: clamp(64px, 9vw, 150px);
}
.controls-card .spec-card-image:has(video),
.controls-card .controls-card-video-wrap {
    align-items: center;
    justify-content: center;
    padding-left: 0;
}
.controls-card .spec-card-image img,
.controls-card .spec-card-image video {
    width: min(440px, 38vw);
    height: min(430px, calc(var(--slide-height) - 160px));
    object-fit: contain;
    object-position: center;
    filter: none;
}
.controls-card .spec-card-image video {
    width: 100%;
    height: 100%;
    object-position: center;
}
.main-slider-pagination {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    height: 44px;
    margin: 42px 0 0 50%;
    padding: 0 12px 0 16px;
    transform: translateX(-50%) scale(1.1);
    border-radius: 999px;
    background: #eeeeee;
    position: relative;
    z-index: 20;
}
.main-slider-heading {
    position: absolute;
    top: 46px;
    left: max(48px, calc(50% - (var(--slide-width) / 2) + 20px));
    display: block;
    width: auto;
    min-height: 44px;
    margin: 0;
    color: #333333;
    font-family: 'Noto Sans KR', Arial, sans-serif;
    font-size: 32px;
    font-weight: 500;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: -0.01em;
    white-space: nowrap;
    z-index: 1;
    opacity: 0;
    transform: translateY(110px);
    transform-origin: left center;
    will-change: opacity, transform;
}
.main-slider-heading.is-revealed {
    animation: section-heading-rise 1.65s linear forwards;
}
@keyframes section-heading-rise {
    0% {
        opacity: 0;
        transform: translateY(110px);
        animation-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
    }
    68% {
        opacity: 1;
        transform: translateY(-10px);
        animation-timing-function: cubic-bezier(0.2, 0.65, 0.3, 1);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
@media (prefers-reduced-motion: reduce) {
    .main-slider-heading {
        opacity: 1;
        transform: none;
        animation: none;
    }
}
.main-slider-dot {
    position: relative;
    width: 8px;
    height: 8px;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: #b8b8b8;
    overflow: hidden;
    transition: width 260ms ease, background 260ms ease;
}
.main-slider-dot.active {
    width: 42px;
    background: #cfcfcf;
}
.main-slider-dot.active::after {
    content: '';
    position: absolute;
    inset: 0;
    width: var(--slider-progress, 0%);
    border-radius: inherit;
    background: #626262;
}
.main-slider-play {
    position: relative;
    width: 32px;
    height: 32px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: #ffffff;
}
.main-slider-play::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-35%, -50%);
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 11px solid #a6a6a6;
}
.main-slider-play.is-paused::before,
.main-slider-play.is-paused::after {
    content: '';
    position: absolute;
    top: 50%;
    width: 4px;
    height: 14px;
    border: 0;
    border-radius: 1px;
    background: #a6a6a6;
    transform: translateY(-50%);
}
.main-slider-play.is-paused::before {
    left: 11px;
}
.main-slider-play.is-paused::after {
    left: 18px;
}
.main-slider-play.is-return::before {
    content: '\21BA';
    width: auto;
    height: auto;
    border: 0;
    background: none;
    color: #a6a6a6;
    font-family: Arial, sans-serif;
    font-size: 21px;
    font-weight: 400;
    line-height: 1;
    transform: translate(-50%, -50%);
}
.main-slider-play.is-return::after {
    display: none;
}
.accessory-section {
    width: 100%;
    padding: 128px 0 140px;
    overflow-x: clip;
    background: linear-gradient(180deg, #ffffff 5%, #f5f5f5 20%, #f5f5f5 100%);
}
.accessory-inner {
    width: var(--slide-width);
    max-width: calc(100% - 48px);
    margin: 0 auto;
}
.accessory-heading {
    position: relative;
    z-index: 1;
    margin: 0 0 32px;
    color: #111111;
    font-family: 'Noto Sans KR', Arial, sans-serif;
    font-size: 32px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: -0.01em;
    opacity: 0;
    transform: translateY(110px);
    will-change: opacity, transform;
}
.accessory-heading.is-revealed {
    animation: section-heading-rise 1.65s linear forwards;
}
.accessory-product-tabs {
    position: relative;
    z-index: 2;
    display: none;
}
.accessory-stage {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(var(--slide-height) + 140px);
    overflow: visible;
}
@media (prefers-reduced-motion: reduce) {
    .accessory-heading {
        opacity: 1;
        transform: none;
        animation: none;
    }
}
.accessory-card {
    position: absolute;
    top: 0;
    width: 580px;
    height: calc(var(--slide-height) + 140px);
    color: #111111;
    overflow: visible;
    transition: width 1000ms var(--accessory-control-ease), height 1000ms var(--accessory-control-ease), opacity 460ms ease, transform 1000ms var(--accessory-control-ease);
}
.accessory-card-left {
    left: 0;
    transform-origin: left center;
}
.accessory-card-right {
    right: 0;
    transform-origin: right center;
}
.accessory-panel {
    position: relative;
    width: 100%;
    height: var(--slide-height);
    overflow: visible;
    border-radius: 26px;
    background: #ffffff;
    transition: height 1000ms var(--accessory-control-ease), border-radius 1000ms var(--accessory-control-ease), background 320ms ease;
}
.accessory-card-right .accessory-panel {
    background: #eeeeee;
}
.accessory-media {
    position: absolute;
    inset: 0;
    z-index: 1;
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    transition: transform 1000ms var(--accessory-control-ease), justify-content 1000ms var(--accessory-control-ease), padding 1000ms var(--accessory-control-ease);
}
.accessory-media img,
.accessory-media video {
    width: min(78%, 420px);
    height: min(82%, 560px);
    display: block;
    object-fit: contain;
    transition: width 1000ms var(--accessory-control-ease), height 1000ms var(--accessory-control-ease), transform 1000ms var(--accessory-control-ease);
}
.accessory-card-left > .accessory-panel > .accessory-media,
.accessory-card-right > .accessory-panel > .accessory-media {
    overflow: hidden;
    border-radius: inherit;
    padding: 0;
}
.accessory-card-left > .accessory-panel > .accessory-media img,
.accessory-card-right > .accessory-panel > .accessory-media img.accessory-cover-image {
    position: absolute;
    top: 0;
    left: -580px;
    width: 1200px;
    max-width: none;
    height: 680px;
    object-fit: fill;
    transition: left 1000ms var(--accessory-control-ease);
}
.accessory-card-right > .accessory-panel > .accessory-media img.accessory-cover-image {
    left: calc(580px - var(--slide-width));
}
.accessory-stage.is-expanded-left .accessory-card-left > .accessory-panel > .accessory-media,
.accessory-stage.is-expanded-right .accessory-card-right > .accessory-panel > .accessory-media {
    padding: 0;
}
.accessory-stage.is-expanded-left .accessory-card-left > .accessory-panel > .accessory-media img,
.accessory-stage.is-expanded-right .accessory-card-right > .accessory-panel > .accessory-media img.accessory-cover-image {
    left: 0;
    width: 1200px;
    height: 680px;
}
.accessory-stage.is-expanded-left .accessory-card-left .accessory-expanded-slide:first-child .accessory-media,
.accessory-stage.is-expanded-right .accessory-card-right .accessory-expanded-slide:first-child .accessory-media {
    padding: 0;
}
.accessory-stage.is-expanded-left .accessory-card-left .accessory-expanded-slide:first-child .accessory-media img,
.accessory-stage.is-expanded-right .accessory-card-right .accessory-expanded-slide:first-child .accessory-media img.accessory-cover-image {
    position: absolute;
    inset: 0;
    width: 1200px;
    max-width: none;
    height: 680px;
    object-fit: fill;
}
.accessory-copy {
    position: absolute;
    top: calc(var(--slide-height) + 26px);
    left: 0;
    z-index: 3;
    width: 100%;
    padding-right: 56px;
    transform: translateY(0);
    transition: top 1000ms var(--accessory-control-ease), left 1000ms var(--accessory-control-ease), width 1000ms var(--accessory-control-ease), opacity 520ms ease, transform 1000ms var(--accessory-control-ease);
}
.accessory-title {
    margin: 0 0 20px;
    color: #171717;
    font-family: 'Noto Sans KR', Arial, sans-serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: 0;
}
.accessory-card > .accessory-copy > .accessory-title {
    font-size: 30px;
}
.accessory-description {
    margin: 0;
    color: #171717;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.35;
    word-break: keep-all;
}
.accessory-description > span {
    display: inline-block;
    margin-bottom: 8px;
    color: #747a80;
    font-size: 22px;
    font-weight: 400;
}
.accessory-action {
    position: absolute;
    right: 0;
    top: var(--accessory-control-top);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: auto;
    height: var(--accessory-control-size);
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: #73808e;
    font-family: 'Noto Sans KR', Arial, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    white-space: nowrap;
    box-shadow: none;
    z-index: 4;
    cursor: pointer;
    transition: top 620ms var(--accessory-control-ease), right 620ms var(--accessory-control-ease), opacity 240ms ease 620ms, color 220ms ease;
}
.accessory-action-arrow {
    position: relative;
    display: inline-grid;
    place-items: center;
    flex: 0 0 auto;
    width: 30px;
    height: 30px;
    border: 1px solid #d9dde1;
    border-radius: 50%;
    background: #ffffff;
    color: #666d74;
    font-family: Arial, sans-serif;
    line-height: 1;
    transition: border-color 220ms ease, color 220ms ease, background 220ms ease;
}
.accessory-action-arrow::before {
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 10px solid currentColor;
    content: '';
    transform: translateX(1px);
}
.accessory-action[aria-expanded="true"] .accessory-action-arrow::before,
.accessory-action[aria-expanded="true"] .accessory-action-arrow::after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16px;
    height: 2px;
    border: 0;
    border-radius: 999px;
    background: currentColor;
    content: '';
}
.accessory-action[aria-expanded="true"] .accessory-action-arrow::before {
    transform: translate(-50%, -50%) rotate(45deg);
}
.accessory-action[aria-expanded="true"] .accessory-action-arrow::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}
.accessory-action:hover {
    background: transparent;
    color: #3f4b57;
}
.accessory-action:hover .accessory-action-arrow {
    border-color: #bfc5ca;
    background: #f9fafb;
    color: #333a40;
}
.btn-inquiry:hover {
    background: #c9c9c9;
}
.btn-inquiry:active {
    background: #ffffff;
}
.header-product-nav a:focus-visible,
.btn-inquiry:focus-visible,
.accessory-action:focus-visible {
    outline: 2px solid #777777;
    outline-offset: 3px;
}
.accessory-expanded-slider {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: block;
    opacity: 1;
    pointer-events: none;
    overflow: visible;
    border-radius: inherit;
    transform: translateX(100%);
    transition: transform 560ms var(--accessory-control-ease);
}
.accessory-expanded-track {
    display: flex;
    gap: var(--slide-gap);
    width: max-content;
    height: 100%;
    opacity: 0;
    pointer-events: none;
    transform: translate3d(0, 0, 0);
    transform-origin: left center;
    will-change: transform, opacity;
    backface-visibility: hidden;
    transition: transform 1000ms ease-in-out, opacity 300ms ease;
}
.accessory-stage.is-accessory-returning .accessory-expanded-track {
    opacity: 0;
    pointer-events: none;
    transition-duration: 180ms;
    transition-timing-function: ease-in;
}
.accessory-stage.is-accessory-returning .accessory-expanded-slider {
    pointer-events: none;
    z-index: 0;
}
.accessory-stage.is-accessory-returning .accessory-pagination {
    opacity: 0;
    pointer-events: none;
    transition: opacity 120ms ease;
}
.accessory-expanded-slide {
    position: relative;
    flex: 0 0 var(--slide-width);
    width: var(--slide-width);
    height: var(--slide-height);
    overflow: hidden;
    border-radius: 40px;
    background: #ffffff;
    opacity: 1;
    backface-visibility: hidden;
    transform: translateZ(0);
    transition: none;
}
.accessory-card-right .accessory-expanded-slide {
    background: #eeeeee;
}
.accessory-expanded-slide .accessory-copy {
    z-index: 4;
    top: 50%;
    left: clamp(48px, 5vw, 96px);
    width: 430px;
    transform: translateY(-50%);
    transition: top 1000ms var(--accessory-control-ease), left 1000ms var(--accessory-control-ease), width 1000ms var(--accessory-control-ease), transform 1000ms var(--accessory-control-ease);
}
.accessory-card-left .accessory-expanded-slide .accessory-copy {
    left: clamp(96px, 10vw, 192px);
}
.accessory-card-right .accessory-expanded-slide:not(:last-child) .accessory-copy {
    left: clamp(96px, 10vw, 192px);
}
.accessory-card-right .accessory-expanded-slide:nth-child(3) .accessory-copy {
    top: 96px;
    left: 50%;
    width: 430px;
    text-align: center;
    transform: translateX(-50%);
}
.accessory-expanded-slide .accessory-media {
    z-index: 2;
    justify-content: flex-end;
    padding-right: clamp(48px, 8vw, 156px);
    transition: transform 1000ms var(--accessory-control-ease), justify-content 1000ms var(--accessory-control-ease), padding 1000ms var(--accessory-control-ease);
}
.accessory-expanded-slide .accessory-media img,
.accessory-expanded-slide .accessory-media video {
    width: min(760px, 52vw);
    height: min(680px, calc(var(--slide-height) - 96px));
}
.accessory-expanded-slide .accessory-media-full-video {
    padding: 0;
}
.accessory-expanded-slide .accessory-media .accessory-full-video {
    width: 100%;
    max-width: none;
    height: 100%;
    object-fit: contain;
    object-position: center;
}
.accessory-video-stack {
    position: relative;
    width: 100%;
    height: 100%;
}
.accessory-video-stack .accessory-full-video {
    position: absolute;
    inset: 0;
    display: block;
}
.accessory-video-base {
    z-index: 1;
}
.accessory-video-overlay {
    z-index: 2;
    opacity: 1;
}
.accessory-expanded-slide.is-active .accessory-video-overlay {
    animation: accessory-oled-complete-pulse 1.6s ease-in-out infinite;
}
@keyframes accessory-oled-complete-pulse {
    0%,
    100% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
}
.accessory-pagination {
    position: absolute;
    right: 0;
    top: calc(var(--accessory-control-top) - ((52px - var(--accessory-control-size)) / 2));
    z-index: 5;
    display: flex;
    align-items: center;
    gap: 10px;
    width: 38px;
    height: 52px;
    padding: 0;
    overflow: hidden;
    border-radius: 999px;
    background: transparent;
    opacity: 0;
    pointer-events: none;
    transform: scale(1);
    transform-origin: right center;
    transition: top 620ms var(--accessory-control-ease), right 620ms var(--accessory-control-ease), width 420ms ease, padding 420ms ease, opacity 180ms ease, transform 420ms ease, background 180ms ease;
}
.accessory-dot {
    position: relative;
    flex: 0 0 auto;
    width: 8px;
    height: 8px;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: #b8b8b8;
    overflow: hidden;
    opacity: 0;
    transition: width 260ms ease, background 260ms ease, opacity 220ms ease;
}
.accessory-dot.is-active {
    width: 34px;
    background: #cfcfcf;
}
.accessory-dot.is-active::after {
    content: '';
    position: absolute;
    inset: 0;
    width: var(--accessory-progress, 0%);
    border-radius: inherit;
    background: #626262;
}
.accessory-stage.is-expanded-left,
.accessory-stage.is-expanded-right {
    height: calc(var(--slide-height) + 140px);
}
.accessory-stage.is-expanded-left .accessory-card-left,
.accessory-stage.is-expanded-right .accessory-card-right {
    width: var(--slide-width);
    height: var(--slide-height);
    z-index: 3;
}
.accessory-stage.is-expanded-left .accessory-card-right,
.accessory-stage.is-expanded-right .accessory-card-left {
    pointer-events: none;
    overflow: visible;
    transition: transform 1000ms var(--accessory-control-ease);
}
.accessory-stage.is-accessory-returning.is-expanded-left .accessory-card-right,
.accessory-stage.is-accessory-returning.is-expanded-right .accessory-card-left {
    opacity: 1;
    transition: transform 1080ms var(--accessory-collapse-ease), opacity 1080ms var(--accessory-collapse-ease);
}
.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;
}
.accessory-stage.is-accessory-peer-hidden.is-expanded-left .accessory-card-right,
.accessory-stage.is-accessory-peer-hidden.is-expanded-right .accessory-card-left {
    visibility: hidden;
}
.accessory-stage.is-expanded-left .accessory-card-left .accessory-panel,
.accessory-stage.is-expanded-right .accessory-card-right .accessory-panel {
    height: var(--slide-height);
    border-radius: 40px;
    overflow: visible;
}
.accessory-stage.is-expanded-left .accessory-card-left > .accessory-copy,
.accessory-stage.is-expanded-right .accessory-card-right > .accessory-copy {
    opacity: 1;
}
.accessory-stage.is-expanded-left .accessory-card-left .accessory-panel > .accessory-media,
.accessory-stage.is-expanded-right .accessory-card-right .accessory-panel > .accessory-media {
    opacity: 1;
}
.accessory-stage.is-expanded-left .accessory-card-right > .accessory-copy,
.accessory-stage.is-expanded-right .accessory-card-left > .accessory-copy {
    opacity: 0;
}
.accessory-stage.is-accessory-copy-returning.is-expanded-left .accessory-card-right > .accessory-copy,
.accessory-stage.is-accessory-copy-returning.is-expanded-right .accessory-card-left > .accessory-copy {
    opacity: 1;
}
.accessory-stage.is-accessory-slider-ready.is-expanded-left .accessory-card-left > .accessory-copy,
.accessory-stage.is-accessory-slider-ready.is-expanded-right .accessory-card-right > .accessory-copy {
    opacity: 0;
    pointer-events: none;
}
.accessory-stage.is-accessory-base-hidden.is-expanded-left .accessory-card-left .accessory-panel > .accessory-media,
.accessory-stage.is-accessory-base-hidden.is-expanded-right .accessory-card-right .accessory-panel > .accessory-media {
    opacity: 0;
    pointer-events: none;
}
.accessory-stage.is-expanded-left .accessory-card-left .accessory-expanded-slider,
.accessory-stage.is-expanded-right .accessory-card-right .accessory-expanded-slider {
    pointer-events: auto;
    transform: translateX(0);
}
.accessory-stage.is-accessory-slider-ready.is-expanded-left .accessory-card-left .accessory-expanded-track,
.accessory-stage.is-accessory-slider-ready.is-expanded-right .accessory-card-right .accessory-expanded-track {
    opacity: 1;
    pointer-events: auto;
}
.accessory-stage.is-accessory-base-hidden.is-expanded-left .accessory-card-left .accessory-expanded-slider,
.accessory-stage.is-accessory-base-hidden.is-expanded-right .accessory-card-right .accessory-expanded-slider {
    background: var(--page-bg);
}
.accessory-stage.is-accessory-slider-ready.is-expanded-left .accessory-card-left .accessory-expanded-track,
.accessory-stage.is-accessory-slider-ready.is-expanded-right .accessory-card-right .accessory-expanded-track {
    transition: transform 1000ms ease-in-out, opacity 500ms cubic-bezier(0.22, 1, 0.36, 1);
}
.accessory-card.is-collapsing-card .accessory-expanded-track {
    opacity: 0;
    pointer-events: none;
}
.accessory-stage.is-expanded-left .accessory-card-left .accessory-pagination,
.accessory-stage.is-expanded-right .accessory-card-right .accessory-pagination {
    right: 0;
}
.accessory-card.is-collapsing-card .accessory-pagination {
    top: calc(var(--accessory-control-top) - ((52px - var(--accessory-control-size)) / 2));
}
.accessory-stage.is-accessory-control-ready.is-expanded-left .accessory-card-left .accessory-pagination,
.accessory-stage.is-accessory-control-ready.is-expanded-right .accessory-card-right .accessory-pagination {
    opacity: 1;
    pointer-events: auto;
}
.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, 264px);
    padding: 0 142px 0 20px;
    background: rgba(238, 238, 238, 0.9);
}
.accessory-stage.is-accessory-indicator-ready.is-expanded-left .accessory-card-left .accessory-dot,
.accessory-stage.is-accessory-indicator-ready.is-expanded-right .accessory-card-right .accessory-dot {
    opacity: 1;
}
.accessory-stage.is-expanded-left .accessory-card-left > .accessory-copy,
.accessory-stage.is-expanded-right .accessory-card-right > .accessory-copy {
    opacity: 0;
    pointer-events: none;
    transition: opacity 520ms ease;
}
.accessory-stage.is-accessory-returning.is-expanded-left .accessory-card-left > .accessory-copy {
    opacity: 1;
}
.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: clamp(48px, 8vw, 156px);
}
.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: min(760px, 52vw);
    height: min(680px, calc(var(--slide-height) - 96px));
}
.accessory-stage.is-expanded-left .accessory-card-left .accessory-expanded-slide .accessory-media-full-video,
.accessory-stage.is-expanded-right .accessory-card-right .accessory-expanded-slide .accessory-media-full-video {
    inset: 0;
    padding: 0;
    justify-content: center;
}
.accessory-stage.is-expanded-left .accessory-card-left .accessory-expanded-slide .accessory-media-full-video .accessory-full-video,
.accessory-stage.is-expanded-right .accessory-card-right .accessory-expanded-slide .accessory-media-full-video .accessory-full-video {
    width: 100%;
    max-width: none;
    height: 100%;
    flex: 0 0 100%;
    object-fit: contain;
    object-position: center;
}
.accessory-stage.is-expanded-left .accessory-card-left .accessory-action,
.accessory-stage.is-expanded-right .accessory-card-right .accessory-action {
    right: 11px;
    z-index: 6;
    opacity: 1;
    pointer-events: auto;
}
.accessory-card.is-collapsing-card .accessory-action {
    right: 0;
}
.accessory-card.is-collapsing-card {
    width: 580px;
    height: calc(var(--slide-height) + 140px);
    transition-duration: 1080ms;
    transition-timing-function: var(--accessory-collapse-ease);
}
.accessory-stage.is-expanded-left .accessory-card-left.is-collapsing-card,
.accessory-stage.is-expanded-right .accessory-card-right.is-collapsing-card {
    width: 580px;
    height: calc(var(--slide-height) + 140px);
}
.accessory-stage.is-expanded-left .accessory-card-left.is-collapsing-card > .accessory-panel > .accessory-media img {
    left: -580px;
    transition-duration: 1080ms;
    transition-timing-function: var(--accessory-collapse-ease);
}
.accessory-stage.is-expanded-right .accessory-card-right.is-collapsing-card > .accessory-panel > .accessory-media img.accessory-cover-image {
    left: calc(580px - var(--slide-width));
    transition-duration: 1080ms;
    transition-timing-function: var(--accessory-collapse-ease);
}
.accessory-card.is-collapsing-card .accessory-panel {
    height: var(--slide-height);
    border-radius: 26px;
    overflow: hidden;
    transition-duration: 1080ms;
    transition-timing-function: var(--accessory-collapse-ease);
}
.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: var(--slide-height);
    border-radius: 26px;
    overflow: hidden;
}
footer {
    height: 180px;
    padding: 36px 0;
    box-sizing: border-box;
    background-color: #f0f0f0;
    position: relative;
    z-index: 10;
    border-top: 1px solid rgba(0, 0, 0, 0.09);
    width: 100%;
}
.footer-inner {
    width: min(1200px, calc(100% - 48px));
    max-width: 1200px;
    margin: 0 auto;
    height: 100%;
}
.footer-desktop-wrap {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    position: relative;
}
.footer-top-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.footer-logo-box {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.footer-logo-img {
    height: 28px;
    width: auto;
    object-fit: contain;
    margin-bottom: 0.75rem;
    filter: none;
}
.footer-logo-text {
    color: #555555;
    font-size: 13px;
    letter-spacing: 0.1em;
    margin: 0;
}
.footer-center-links {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    gap: 3rem;
}
.footer-center-links a,
.footer-link-unavailable,
.footer-contact-button {
    color: #555555;
    text-decoration: none;
    font-size: 13px;
}
.footer-contact-button {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #111111;
    font-family: inherit;
    font-weight: 600;
    line-height: inherit;
    cursor: pointer;
}
.footer-contact-arrow {
    font-size: 12px;
    font-weight: 400;
    transition: transform .2s ease;
}
.footer-center-links a:hover,
.footer-contact-button:hover {
    color: #000000;
}
.footer-contact-button:hover .footer-contact-arrow {
    transform: translate(2px, -2px);
}
.footer-contact-button:focus-visible {
    border-radius: 2px;
    outline: 2px solid #3478f6;
    outline-offset: 4px;
}
.footer-bottom-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    color: #555555;
    font-size: 12px;
}
.footer-company-name { color: #111111; font-weight: 700; }
.footer-divider { margin: 0 0.45rem; opacity: 0.45; }
.footer-copyright-text { white-space: nowrap; }
#purchase-interest-modal,
#purchase-interest-success-modal,
#inquiry-success-modal,
#inquiry-modal {
    position: fixed;
    inset: 0;
    z-index: 10000;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 24px;
    background: rgba(0, 0, 0, 0.52);
}
#purchase-interest-modal.active,
#purchase-interest-success-modal.active,
#inquiry-success-modal.active,
#inquiry-modal.active { display: flex; }
#inquiry-modal {
    display: flex;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transition:
        opacity .3s ease,
        visibility 0s linear .42s;
}
#inquiry-modal.active {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    transition:
        opacity .3s ease,
        visibility 0s linear 0s;
}
#inquiry-modal .modal-glass {
    opacity: 0;
    transform: translateY(20px) scale(.975);
    transition:
        opacity .3s ease,
        transform .42s cubic-bezier(.22, 1, .36, 1);
}
#inquiry-modal.active .modal-glass {
    opacity: 1;
    transform: translateY(0) scale(1);
}
.modal-glass {
    width: min(560px, 100%);
    max-height: calc(100vh - 48px);
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, .06);
    border-radius: 24px;
    background: #ffffff;
    color: #1d1d1f;
    box-shadow: 0 32px 90px rgba(0, 0, 0, .22);
}
.modal-scrollable {
    max-height: calc(100vh - 48px);
    overflow-y: auto;
    padding: 0 50px 34px;
}
.modal-header-new {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 34px 0 0;
}
.orange-line {
    width: 28px;
    height: 2px;
    margin-bottom: 14px;
    background: var(--accent);
}
.modal-header-kicker {
    margin: 0 0 8px;
    color: #969ba1;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: .16em;
}
.modal-header-title {
    margin: 0;
    font-size: 26px;
    font-weight: 500;
    line-height: 1.25;
    letter-spacing: -.03em;
}
.modal-close-new {
    display: grid;
    flex: 0 0 auto;
    place-items: center;
    width: 44px;
    height: 44px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: #f4f4f4;
    color: #333333;
    overflow: hidden;
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation;
}
.modal-close-new svg {
    display: block;
    width: 24px;
    height: 24px;
}
.modal-close-new:hover {
    background: #ebebeb;
}
.modal-close-new:focus-visible,
.btn-final-confirm:focus-visible,
.input-final:focus-visible {
    outline: 2px solid #3478f6;
    outline-offset: 3px;
}
.purchase-interest-body {
    padding-top: 26px;
}
.purchase-interest-intro {
    width: 100%;
    max-width: none;
    margin: 0;
    color: #747b83;
    font-size: 16px;
    line-height: 1.65;
    word-break: keep-all;
}
.purchase-interest-intro span,
.form-action-note span {
    color: #454b51;
}
.form-fields-stack {
    display: grid;
    gap: 14px;
}
#purchase-interest-form {
    padding-top: 30px;
}
.form-group-final {
    display: grid;
    gap: 8px;
}
.interest-field-label {
    color: #34383c;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.3;
}
.interest-field-label span {
    margin-left: 7px;
    color: #a0a5aa;
    font-size: 9px;
    font-weight: 400;
    letter-spacing: .08em;
}
.input-final {
    width: 100%;
    height: 48px;
    padding: 0 20px;
    border: 1px solid #e4e6e8;
    border-radius: 999px;
    background: #f8f8f8;
    color: #1d1d1f;
    font-size: 14px;
    outline: none;
    transition: border-color .2s ease, background-color .2s ease;
}
.input-final::placeholder {
    color: #a6abb0;
}
.input-final:focus {
    border-color: #9da4aa;
    background: #ffffff;
}
.custom-select {
    position: relative;
}
.custom-select-trigger {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: 48px;
    padding: 0 46px 0 20px;
    border: 1px solid #e4e6e8;
    border-radius: 999px;
    background: #f8f8f8;
    color: #a6abb0;
    font-family: 'Noto Sans KR', Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    overflow: hidden;
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation;
    transition: border-color .2s ease, background-color .2s ease;
}
.custom-select-trigger::after {
    position: absolute;
    top: 50%;
    right: 19px;
    width: 7px;
    height: 7px;
    border-right: 1px solid #737980;
    border-bottom: 1px solid #737980;
    content: '';
    transform: translateY(-70%) rotate(45deg);
    transition: transform .24s ease;
}
.custom-select.is-open .custom-select-trigger {
    border-color: #9da4aa;
    background: #ffffff;
}
.custom-select.is-open .custom-select-trigger::after {
    transform: translateY(-25%) rotate(225deg);
}
.custom-select.has-value .custom-select-trigger {
    color: #1d1d1f;
}
.custom-select.is-invalid .custom-select-trigger {
    border-color: #c75959;
}
.custom-select-menu {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    left: 0;
    z-index: 20;
    max-height: 248px;
    overflow-y: auto;
    padding: 8px;
    border: 1px solid #e4e6e8;
    border-radius: 22px;
    background: #ffffff;
    box-shadow: 0 18px 48px rgba(0, 0, 0, .14);
    animation: custom-select-in .2s cubic-bezier(.22, 1, .36, 1);
}
.custom-select-menu[hidden] {
    display: none;
}
.custom-select-guidance {
    margin: 0;
    padding: 11px 14px 9px;
    color: #1d1d1f;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.45;
    word-break: keep-all;
}
.custom-select-option {
    display: block;
    width: 100%;
    min-height: 42px;
    padding: 10px 14px;
    border: 0;
    border-radius: 14px;
    background: transparent;
    color: #1d1d1f;
    font-family: 'Noto Sans KR', Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.45;
    text-align: left;
    overflow: hidden;
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation;
}
.custom-select-option:hover,
.custom-select-option:focus-visible,
.custom-select-option[aria-selected="true"] {
    background: #f2f3f4;
    outline: none;
}
@keyframes custom-select-in {
    from { opacity: 0; transform: translateY(-5px); }
    to { opacity: 1; transform: translateY(0); }
}
.textarea-final {
    min-height: 120px;
    padding: 15px 20px;
    border-radius: 22px;
    font-family: 'Noto Sans KR', Arial, sans-serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.55;
    resize: vertical;
}
.textarea-final::placeholder {
    font-family: 'Noto Sans KR', Arial, sans-serif;
    font-size: 13px;
    font-weight: 500;
}
.privacy-consent {
    display: flex;
    align-items: center;
    gap: 10px;
    width: fit-content;
    margin-top: 18px;
    color: #5f656b;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.4;
    cursor: pointer;
}
.privacy-consent input {
    flex: 0 0 auto;
    width: 17px;
    height: 17px;
    margin: 0;
    accent-color: #171717;
}
.privacy-consent input:focus-visible {
    outline: 2px solid #3478f6;
    outline-offset: 3px;
}
.form-action-area {
    margin-top: 18px;
}
.btn-final-confirm {
    width: 100%;
    min-height: 52px;
    border: 0;
    border-radius: 999px;
    background: #171717;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    overflow: hidden;
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation;
    transition: background-color .2s ease, transform .2s ease;
}
.btn-final-confirm:hover {
    background: #333333;
}
.btn-final-confirm:active {
    transform: translateY(1px);
}
.btn-final-confirm:disabled {
    cursor: not-allowed;
    background: #c7c9cc;
    opacity: 1;
    transform: none;
}
.form-action-note {
    margin: 12px 0 0;
    color: #979da3;
    font-size: 12px;
    line-height: 1.5;
    text-align: center;
    word-break: keep-all;
}
.inquiry-body {
    padding-top: 24px;
}
.inquiry-channel-grid {
    display: grid;
    gap: 12px;
    margin-top: 24px;
}
.inquiry-channel-wrapper {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.inquiry-channel-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    width: 100%;
    min-height: 60px;
    padding: 0 20px;
    border: 1px solid #e4e6e8;
    border-radius: 999px;
    background: #f7f7f8;
    color: #1d1d1f;
    text-align: left;
    cursor: pointer;
    overflow: hidden;
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation;
    transition: border-color .2s ease, background-color .2s ease, transform .2s ease;
}
.inquiry-channel-card:hover,
.inquiry-channel-card:focus-visible {
    border-color: #c9cdd2;
    background: #f0f1f2;
}
.inquiry-channel-card:focus-visible {
    outline: 2px solid #3478f6;
    outline-offset: 3px;
}
.inquiry-channel-card.is-active {
    border-color: #171717;
    background: #ffffff;
    box-shadow: 0 10px 24px rgba(0, 0, 0, .08);
    transform: translateY(-1px);
}
.inquiry-channel-card:active {
    border-color: #c9cdd2;
    background: #eef0f2;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .04);
    transform: translateY(0);
    transition: none;
}
.inquiry-channel-title {
    display: flex;
    align-items: center;
    align-self: stretch;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
}
.inquiry-channel-action {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 7px;
    color: #555c63;
    font-size: 13px;
    font-weight: 500;
}
.inquiry-channel-action svg {
    width: 16px;
    height: 16px;
}
.inquiry-channel-chevron {
    flex: 0 0 auto;
    width: 20px;
    height: 20px;
    color: #666d74;
    transition: transform .35s cubic-bezier(.22, 1, .36, 1);
}
.inquiry-channel-card[aria-expanded="true"] .inquiry-channel-chevron {
    transform: rotate(180deg);
}
.inquiry-channel-caption {
    margin: 0;
    padding: 0 20px;
    color: #747b83;
    font-size: 13px;
    line-height: 1.55;
    word-break: keep-all;
}
.inquiry-detail-form {
    display: grid;
    grid-template-rows: 0fr;
    opacity: 0;
    visibility: hidden;
    transition:
        grid-template-rows .42s cubic-bezier(.22, 1, .36, 1),
        opacity .28s ease,
        visibility 0s linear .42s;
}
.inquiry-detail-form.is-open {
    grid-template-rows: 1fr;
    opacity: 1;
    visibility: visible;
    transition:
        grid-template-rows .42s cubic-bezier(.22, 1, .36, 1),
        opacity .32s ease .08s,
        visibility 0s linear 0s;
}
.inquiry-detail-form-inner {
    min-height: 0;
    overflow: hidden;
}
.inquiry-detail-form.is-settled .inquiry-detail-form-inner {
    overflow: visible;
}
.inquiry-form {
    display: grid;
    gap: 14px;
    margin: 0 -6px;
    padding: 26px 6px 6px;
}
.google-form-target {
    position: fixed;
    width: 1px;
    height: 1px;
    overflow: hidden;
    border: 0;
    opacity: 0;
    pointer-events: none;
}
@media (prefers-reduced-motion: reduce) {
    #inquiry-modal,
    #inquiry-modal .modal-glass,
    .inquiry-detail-form,
    .inquiry-channel-chevron {
        transition-duration: 0.01ms;
    }
}
.success-message-wrap {
    padding: 56px 4px 18px;
    text-align: center;
}
.success-icon-box-new {
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    margin: 0 auto 24px;
    border-radius: 50%;
    background: #f2f3f4;
}
.success-title {
    margin: 0 0 14px;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: -.025em;
}
.success-desc {
    max-width: 390px;
    margin: 0 auto;
    color: #747b83;
    font-size: 14px;
    line-height: 1.65;
    text-align: left;
    word-break: keep-all;
}
.success-note {
    margin: 24px auto 30px;
    color: #9a9fa5;
    font-size: 12px;
    line-height: 1.5;
    word-break: keep-all;
}


/* Product detail */
.product-detail-switcher {
    padding: 84px 0 122px;
    background: linear-gradient(180deg, #fff 0%, #fff 34%, #f5f5f6 100%);
    color: #1d1d1f;
}

.product-detail-inner {
    width: min(920px, calc(100% - 48px));
    margin: 0 auto;
}

.product-detail-intro {
    text-align: center;
}

.product-detail-intro h2 {
    margin: 0;
    font-size: 32px;
    font-weight: 400;
    line-height: 1.25;
    letter-spacing: -0.02em;
}

.product-detail-intro h2 span {
    color: #788594;
}

.product-detail-intro > p {
    margin: 26px 0 0;
    color: #252525;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: -.025em;
}

.product-detail-tabs {
    display: flex;
    justify-content: center;
    gap: 32px;
    width: fit-content;
    margin: 32px auto 0;
    padding: 0;
    border: 0;
    background: transparent;
}

.product-detail-tab {
    min-width: 0;
    padding: 7px 0 8px;
    border: 0;
    border-bottom: 1px solid transparent;
    border-radius: 0;
    background: transparent;
    color: #5f7085;
    font: inherit;
    font-size: 20px;
    font-weight: 500;
    transition: color .25s ease, border-color .25s ease;
}

.product-detail-tab:hover {
    color: #1d1d1f;
}

.product-detail-tab.is-active {
    border-bottom-color: #1d1d1f;
    color: #1d1d1f;
}

.product-detail-tab:focus-visible {
    outline: 2px solid #3478f6;
    outline-offset: 4px;
}

.product-detail-panel {
    overflow: visible;
    min-height: 0;
    padding: 0;
    border-radius: 0;
    background: transparent;
}

.product-detail-viewer {
    position: relative;
    width: min(820px, 100%);
    height: 800px;
    min-width: 0;
    margin: 20px auto 0;
}

.product-detail-viewer img,
.product-detail-viewer video {
    display: block;
    width: 100%;
    height: auto;
    max-width: none;
    pointer-events: none;
    transform: none;
    transition: opacity .4s cubic-bezier(.22, 1, .36, 1),
        transform .4s cubic-bezier(.22, 1, .36, 1);
}

.product-detail-viewer [hidden] {
    display: none;
}

.product-detail-panel.is-changing .product-detail-viewer img,
.product-detail-panel.is-changing .product-detail-viewer video {
    opacity: 0;
    transition-duration: .18s;
}

.product-detail-panel.is-changing.is-moving-next:not(.is-entering) .product-detail-viewer img,
.product-detail-panel.is-changing.is-moving-next:not(.is-entering) .product-detail-viewer video,
.product-detail-panel.is-changing.is-moving-previous.is-entering .product-detail-viewer img,
.product-detail-panel.is-changing.is-moving-previous.is-entering .product-detail-viewer video {
    transform: translateX(-14px);
}

.product-detail-panel.is-changing.is-moving-previous:not(.is-entering) .product-detail-viewer img,
.product-detail-panel.is-changing.is-moving-previous:not(.is-entering) .product-detail-viewer video,
.product-detail-panel.is-changing.is-moving-next.is-entering .product-detail-viewer img,
.product-detail-panel.is-changing.is-moving-next.is-entering .product-detail-viewer video {
    transform: translateX(14px);
}

.product-detail-panel.is-boundary-start .product-detail-viewer img,
.product-detail-panel.is-boundary-start .product-detail-viewer video {
    animation: product-detail-boundary-start .32s cubic-bezier(.22, 1, .36, 1);
}

.product-detail-panel.is-boundary-end .product-detail-viewer img,
.product-detail-panel.is-boundary-end .product-detail-viewer video {
    animation: product-detail-boundary-end .32s cubic-bezier(.22, 1, .36, 1);
}

@keyframes product-detail-boundary-start {
    45% { transform: translateX(12px); }
}

@keyframes product-detail-boundary-end {
    45% { transform: translateX(-12px); }
}

.product-detail-disclosure {
    width: min(840px, 100%);
    margin: -160px auto 0;
}

.product-detail-disclosure-controls {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 22px;
}

.product-detail-disclosure-button {
    position: relative;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 4px;
    border: 0;
    background: transparent;
    color: #69727c;
    font-size: 15px;
    font-weight: 400;
    cursor: pointer;
    touch-action: manipulation;
}

.product-detail-toggle-icon,
.product-detail-toggle-label {
    pointer-events: none;
}

.product-detail-toggle-icon {
    position: relative;
    display: inline-grid;
    place-items: center;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #dce4e8;
    color: #4c6776;
    font-size: 0;
    font-weight: 600;
    line-height: 1;
    transition: background-color .25s ease, color .25s ease;
}

.product-detail-toggle-icon::before,
.product-detail-toggle-icon::after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 9px;
    height: 1.5px;
    border-radius: 999px;
    background: currentColor;
    content: '';
    transform: translate(-50%, -50%);
}

.product-detail-toggle-icon::after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.product-detail-disclosure-button[aria-expanded="true"] .product-detail-toggle-icon::after {
    display: none;
}

.product-detail-disclosure-button:hover .product-detail-toggle-icon,
.product-detail-disclosure-button:focus-visible .product-detail-toggle-icon {
    background: #cdd8de;
    color: #253e4d;
}

.product-detail-disclosure-button:focus-visible {
    outline: 2px solid #3478f6;
    outline-offset: 5px;
    border-radius: 2px;
}

.product-detail-drawers {
    width: min(560px, 100%);
    margin: 0 auto;
    transition: width .38s cubic-bezier(.2, .75, .2, 1);
}

.product-detail-drawers.is-features {
    width: min(620px, 100%);
}

.product-detail-drawer {
    display: grid;
    grid-template-rows: 0fr;
    margin-top: 0;
    opacity: 0;
    visibility: hidden;
    transition: grid-template-rows .38s cubic-bezier(.2, .75, .2, 1),
        margin-top .38s cubic-bezier(.2, .75, .2, 1),
        opacity .22s ease, visibility 0s linear .38s;
}

.product-detail-drawer.is-open {
    grid-template-rows: 1fr;
    margin-top: 16px;
    opacity: 1;
    visibility: visible;
    transition: grid-template-rows .38s cubic-bezier(.2, .75, .2, 1),
        margin-top .38s cubic-bezier(.2, .75, .2, 1),
        opacity .3s ease, visibility 0s;
}

.product-detail-drawer-inner {
    min-height: 0;
    overflow: hidden;
}

.product-detail-data-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    align-items: center;
    gap: 14px;
    height: 124px;
    padding: 20px 22px;
    border: 1px solid rgba(0, 0, 0, .025);
    border-radius: 17px;
    background: rgba(255, 255, 255, .86);
    overflow: hidden;
}

.product-detail-data-grid--features {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 10px;
}

@media (min-width: 768px) {
    .product-detail-panel[data-active-product="pencil-body"] .product-detail-drawers:not(.is-features) {
        width: min(800px, 100%);
    }

    .product-detail-panel[data-active-product="pencil-body"]
        .product-detail-data-grid:not(.product-detail-data-grid--features) {
        grid-template-columns: repeat(7, minmax(0, 1fr));
        gap: 6px;
        padding-right: 16px;
        padding-left: 16px;
    }
}

.product-detail-data-item span,
.product-detail-data-item strong,
.product-detail-data-item small {
    display: block;
    white-space: nowrap;
}

.product-detail-data-item {
    min-width: 0;
    text-align: center;
}

.product-detail-data-item span {
    min-height: 17px;
    color: #9aa2aa;
    font-size: 13px;
    font-weight: 400;
}

.product-detail-data-item strong {
    margin-top: 9px;
    color: #2d3135;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.35;
}

.product-detail-data-item small {
    margin-top: 8px;
    color: #adb4ba;
    font-size: 11px;
    line-height: 1.3;
}

.product-detail-data-item small.is-empty {
    visibility: hidden;
}

.product-detail-data-grid--features .product-detail-data-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.product-detail-data-grid--features .product-detail-feature-icon {
    display: grid;
    place-items: center;
    width: 28px;
    min-height: 28px;
    border-radius: 50%;
    background: #e5eaed;
    color: #526c7a;
    line-height: 1;
}

.product-detail-data-grid--features .product-detail-feature-icon svg {
    width: 17px;
    height: 17px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.55;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.product-detail-data-grid--features .product-detail-data-item strong {
    margin-top: 8px;
    font-size: 13px;
    white-space: nowrap;
}

@media (prefers-reduced-motion: reduce) {
    .product-detail-panel *,
    .product-detail-tab {
        transition-duration: .01ms !important;
    }

    .product-detail-panel.is-boundary-start .product-detail-viewer img,
    .product-detail-panel.is-boundary-start .product-detail-viewer video,
    .product-detail-panel.is-boundary-end .product-detail-viewer img,
    .product-detail-panel.is-boundary-end .product-detail-viewer video {
        animation: none;
    }
}



/* Product ownership and support */
.ownership-section {
    padding: 112px 0 118px;
    background: linear-gradient(180deg, #ffffff 0%, #ffffff 12%, #f5f5f6 32%, #f5f5f6 100%);
    color: #1d1d1f;
}

.ownership-inner {
    width: min(1080px, calc(100% - 48px));
    margin: 0 auto;
}

.ownership-header {
    margin-bottom: 66px;
    text-align: center;
}

.ownership-header h2 {
    margin: 0;
    font-size: 32px;
    font-weight: 400;
    line-height: 1.25;
    letter-spacing: -0.02em;
}

.ownership-header h2 span {
    color: #7d8995;
}

.ownership-lead {
    margin: 28px 0 0;
    color: #68737e;
    font-size: 16px;
    line-height: 1.6;
    word-break: keep-all;
}

.ownership-grid {
    display: grid;
    grid-template-columns: 1fr 1fr .62fr;
    gap: 14px;
}

@media (min-width: 768px) {
    .ownership-grid {
        grid-template-columns: 1fr 1fr 48px .62fr;
    }

    .ownership-card-support {
        grid-column: 4;
    }
}

.ownership-card {
    position: relative;
    min-width: 0;
    height: 518px;
    overflow: hidden;
    border-radius: 20px;
    background: #ffffff;
}

.ownership-card-premium {
    background: #e9ecef;
}

.ownership-card-copy {
    position: relative;
    z-index: 2;
    padding: 40px 50px 0;
}

@media (min-width: 768px) {
    .ownership-card-premium .ownership-card-copy {
        padding-right: 28px;
        padding-left: 28px;
    }
}

.ownership-card h3 {
    margin: 0;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.25;
    letter-spacing: -.035em;
    text-align: center;
}

.ownership-card-description {
    margin: 24px 0 0;
    color: #737d86;
    font-size: 13px;
    line-height: 1.55;
    word-break: keep-all;
}

.ownership-card-package {
    margin: 16px 0 0;
    color: #525b64;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.4;
    word-break: keep-all;
}

.ownership-card-description,
.ownership-card-package {
    text-align: center;
}

.ownership-card-product-image {
    position: absolute;
    inset: 0;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    max-width: 100%;
    object-fit: cover;
    pointer-events: none;
}

.ownership-card-support {
    display: flex;
    flex-direction: column;
    background: #536572;
    color: #ffffff;
}

.ownership-card-support .ownership-card-copy {
    padding: 44px 44px 0;
}

.ownership-card-support h3 {
    color: #ffffff;
    text-align: left;
}

.ownership-support-list {
    margin: auto 34px 0;
    padding: 0;
    list-style: none;
}

.ownership-support-list li {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    padding: 15px 0;
    border-top: 1px solid rgba(255, 255, 255, .13);
    color: #edf1f4;
    font-size: 12px;
}

.ownership-support-list li span {
    display: none;
}

.ownership-support-note {
    margin: 28px 34px;
    color: #7f8e99;
    font-size: 9px;
    line-height: 1.65;
}
