
/* Product Viewer geometry follows the live Apple desktop section. */
.d030-apv {
    --d030-apv-ink: #1d1d1f;
    --d030-apv-height: 760px;
    position: relative;
    z-index: 0;
    overflow: clip;
    background: transparent;
    color: var(--d030-apv-ink);
    font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Helvetica Neue", Arial, sans-serif;
}
.d030-apv *, .d030-apv *::before, .d030-apv *::after { box-sizing: border-box; }
.d030-apv__header { width: min(100% - 48px, 1260px); margin: 0 auto; padding: 92px 0 43px; }
.d030-apv__header h2 { margin: 0; color: var(--d030-apv-ink); font-size: 48px; font-weight: 600; letter-spacing: -.052em; line-height: 1.08; }
.d030-apv__scene { position: relative; min-height: var(--d030-apv-viewer-height, var(--d030-apv-height)); }
.d030-apv__pill { display: inline-flex; align-items: center; gap: 13px; min-height: 56px; max-width: 100%; padding: 0 34px 0 14px; border: 0; border-radius: 999px; background: #e8e8ed; color: #1d1d1f; cursor: pointer; font: inherit; font-size: 17px; font-weight: 600; letter-spacing: -.02em; line-height: 1; white-space: nowrap; transition: background .26s ease, opacity .46s ease, transform .46s cubic-bezier(.2,.7,.2,1); }
.d030-apv__pill:focus-visible { background: #dcdce1; outline: none; transform: scale(1.025); }
.d030-apv__pill-icon { position: relative; display: grid; place-items: center; width: 25px; height: 25px; flex: 0 0 25px; border: 1.5px solid currentColor; border-radius: 50%; }
.d030-apv__pill-icon::before, .d030-apv__pill-icon::after { position: absolute; width: 44%; height: 1.5px; border-radius: 4px; background: currentColor; content: ""; }.d030-apv__pill-icon::after { transform: rotate(90deg); }.d030-apv__pill-icon.has-custom-icon { border: 0; border-radius: 0; }.d030-apv__pill-icon.has-custom-icon::before, .d030-apv__pill-icon.has-custom-icon::after { display: none; }.d030-apv__pill-icon > svg, .d030-apv__pill-uploaded-svg { display: block; width: 60%; height: 60%; object-fit: contain; }.d030-apv__pill-icon.has-custom-icon > svg, .d030-apv__pill-icon.has-custom-icon > .d030-apv__pill-uploaded-svg { width: 100%; height: 100%; }.d030-apv__pill-icon > i { font-size: .68em; line-height: 1; }.d030-apv__pill-icon.has-custom-icon > i { font-size: 1em; }
.d030-apv.is-scroll-ready:not(.is-scroll-visible) .d030-apv__header h2 { opacity: 0; transform: translateY(28px); }.d030-apv__header h2 { transition: opacity .58s ease, transform .66s cubic-bezier(.2,.7,.2,1); }

.d030-apv__overlay { position: absolute; z-index: 4; inset: 0; overflow: hidden; }
.d030-apv__overlay-media, .d030-apv__overlay-frame, .d030-apv__overlay-frame img { position: absolute; inset: 0; width: 100%; height: 100%; }
.d030-apv__overlay-frame { z-index: 0; display: block; margin: 0; overflow: hidden; opacity: 0; transform: scale(1.04); transition: opacity .52s ease, transform .92s cubic-bezier(.2,.75,.12,1); }.d030-apv__overlay-frame.is-active { z-index: 1; opacity: 1; transform: none; }
.d030-apv__overlay-image { display: block; object-fit: cover; object-position: center; }
.d030-apv__overlay-controls { position: absolute; z-index: 3; top: 52px; left: max(24px, calc((100% - 1260px) / 2)); width: min(423px, calc(100% - 96px)); }
.d030-apv__overlay-list { display: flex; align-items: flex-start; flex-direction: column; gap: 12px; padding: 0; margin: 0; list-style: none; }.d030-apv__overlay-item { display: block; }.d030-apv__overlay-item .d030-apv__detail-card { display: none; }.d030-apv__overlay-item.is-active > .d030-apv__pill { display: none; }.d030-apv__overlay-item.is-active .d030-apv__detail-card { display: block; }
.d030-apv__detail-card { min-height: 181px; padding: 28px; border-radius: 28px; background: rgba(240,240,245,.91); color: #1d1d1f; box-shadow: 0 1px 0 rgba(255,255,255,.4) inset; -webkit-backdrop-filter: blur(18px); backdrop-filter: blur(18px); }.d030-apv__detail-title { margin: 0; font-size: 17px; font-weight: 600; letter-spacing: -.022em; line-height: 25px; }.d030-apv__detail-description { margin: 10px 0 0; font-size: 17px; font-weight: 400; letter-spacing: -.022em; line-height: 25px; }
.d030-apv__mobile-viewer, .d030-apv__mobile-close, .d030-apv__mobile-nav { display: none; }
.d030-apv__sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0,0,0,0); clip-path: inset(50%); border: 0; white-space: nowrap; }

@media (max-width: 1024px) {
    .d030-apv__header { width: min(100% - 40px, 920px); padding: 70px 0 34px; }.d030-apv__scene { min-height: var(--d030-apv-viewer-height, var(--d030-apv-tablet-height, var(--d030-apv-height))); }.d030-apv__overlay-controls { left: 30px; }
}
@media (max-width: 767px) {
    .d030-apv__header { width: calc(100% - 40px); padding: 58px 0 30px; }.d030-apv__header h2 { font-size: 32px; line-height: 1.1; }.d030-apv__scene { min-height: var(--d030-apv-viewer-height, var(--d030-apv-mobile-height, 480px)); }.d030-apv__overlay { display: none; }
    .d030-apv__mobile-viewer { position: relative; display: block; height: var(--d030-apv-viewer-height, var(--d030-apv-mobile-height, 480px)); min-height: var(--d030-apv-viewer-height, var(--d030-apv-mobile-height, 480px)); overflow: hidden; background: #f5f5f7; }
    .d030-apv__mobile-landing { position: absolute; inset: 0; z-index: 1; overflow: hidden; opacity: 0; pointer-events: none; transition: opacity .36s ease; }.d030-apv[data-state="landing"] .d030-apv__mobile-landing { opacity: 1; pointer-events: auto; }
    .d030-apv__mobile-landing-image { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; }
    .d030-apv__mobile-control-rail { position: absolute; z-index: 2; right: 0; bottom: 14px; left: 0; overflow-x: auto; scrollbar-width: none; }.d030-apv__mobile-control-rail::-webkit-scrollbar { display: none; }.d030-apv__mobile-control-list { display: flex; gap: 8px; width: max-content; min-width: 100%; padding: 0 22px; }
    .d030-apv__mobile-pill { flex: 0 0 auto; min-height: 44px; gap: 9px; padding: 0 21px 0 10px; font-size: 14px; }.d030-apv__mobile-pill :where(.d030-apv__pill-icon) { width: 21px; height: 21px; flex-basis: 21px; }
    .d030-apv__mobile-panels { position: absolute; z-index: 2; inset: 0; pointer-events: none; }.d030-apv__mobile-panel { position: absolute; inset: 0; overflow: hidden; opacity: 0; visibility: hidden; pointer-events: none; transition: opacity .34s ease, visibility 0s linear .34s; }.d030-apv__mobile-panel.is-active { opacity: 1; visibility: visible; pointer-events: auto; transition-delay: 0s; }
    .d030-apv__mobile-frame { position: absolute; inset: 0; z-index: 0; display: block; margin: 0; overflow: hidden; }.d030-apv__mobile-feature-image { position: absolute; inset: 0; display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; }
    .d030-apv__mobile-detail-card { position: absolute; z-index: 2; bottom: 14px; left: 30px; display: flex; flex-direction: column; width: calc(100% - 60px); min-height: 0; max-height: calc(100% - 68px); padding: 18px 20px 16px; border-radius: 20px; background: rgba(232,232,237,.96); box-shadow: none; -webkit-backdrop-filter: blur(14px); backdrop-filter: blur(14px); }.d030-apv__mobile-detail-card :where(.d030-apv__detail-title) { flex: 0 0 auto; font-size: 13px; line-height: 17px; }.d030-apv__mobile-detail-card :where(.d030-apv__detail-description) { min-height: 0; overflow-y: auto; margin-top: 4px; padding-right: 3px; font-size: 12px; line-height: 15px; }
    .d030-apv__mobile-close, .d030-apv__mobile-nav { position: absolute; z-index: 4; display: none; place-items: center; width: 30px; height: 30px; padding: 0; border: 0; border-radius: 50%; background: rgba(232,232,237,.94); color: #1d1d1f; cursor: pointer; }.d030-apv[data-state="feature"] .d030-apv__mobile-close, .d030-apv[data-state="feature"] .d030-apv__mobile-nav { display: grid; }.d030-apv__mobile-close { top: auto; right: 0; bottom: calc(100% + 8px); }.d030-apv__mobile-nav { bottom: 20px; }.d030-apv__mobile-nav--previous { left: 0; }.d030-apv__mobile-nav--next { right: 0; }.d030-apv__mobile-nav:disabled { opacity: 0; pointer-events: none; }.d030-apv__mobile-close svg, .d030-apv__mobile-nav svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }.d030-apv__mobile-close:focus-visible, .d030-apv__mobile-nav:focus-visible { outline: 2px solid currentColor; outline-offset: 3px; }
}
@media (prefers-reduced-motion: reduce) { .d030-apv *, .d030-apv *::before, .d030-apv *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; } }

    