.product-showcase{display:grid;gap:clamp(1.75rem,4vw,2.75rem);padding:clamp(1.5rem,4vw,2.5rem);border-radius:var(--radius-lg);background:radial-gradient(ellipse 70% 80% at 0 50%,oklch(.635 .21 281/.16),transparent 55%),var(--color-surface);overflow:hidden}@media (min-width:56rem){.product-showcase{grid-template-columns:minmax(12rem,.85fr) minmax(0,1.35fr);align-items:center}.product-showcase--mirror{grid-template-columns:minmax(0,1.35fr) minmax(12rem,.85fr)}.product-showcase--mirror .product-showcase__visual{order:2}.product-showcase--mirror .product-showcase__body{order:1}.product-showcase--mirror{background:radial-gradient(ellipse 70% 80% at 100% 50%,oklch(.635 .21 281/.16),transparent 55%),var(--color-surface)}}.product-showcase__visual{position:relative;width:min(100%,16rem);aspect-ratio:1;margin-inline:auto;display:grid;place-items:center}.product-showcase__glow{position:absolute;inset:18%;border-radius:50%;background:radial-gradient(circle,oklch(.635 .21 281/.5),transparent 70%);filter:blur(14px);animation:product-pulse 5s cubic-bezier(.16,1,.3,1) infinite}.product-showcase__ring{position:absolute;inset:0;border-radius:50%;border:1px dashed oklch(.78 .14 288/.35);animation:product-spin 26s linear infinite}.product-showcase__ring--inner{inset:12%;border-style:solid;border-color:oklch(.635 .21 281/.4);animation-duration:16s;animation-direction:reverse}.product-showcase__mark{position:relative;z-index:1;width:58%;height:auto;border-radius:22%;filter:drop-shadow(0 16px 40px oklch(.635 .21 281/.4));animation:product-float 6s ease-in-out infinite}.product-showcase__meta{display:flex;flex-wrap:wrap;align-items:center;gap:.65rem .85rem}.product-showcase__en{margin:0;font-size:.8125rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--color-accent)}.product-showcase__soon{display:inline-flex;align-items:center;padding:.2rem .65rem;border-radius:9999px;font-size:.75rem;font-weight:700;letter-spacing:.02em;color:var(--color-ink);background:oklch(.635 .21 281/.22);border:1px solid oklch(.635 .21 281/.4)}.product-showcase__title{margin:.4rem 0 0;font-family:var(--font-display);font-size:clamp(1.25rem,2.6vw,1.65rem);font-weight:700;letter-spacing:-.02em;line-height:1.35;text-wrap:balance}.product-showcase__sep{color:var(--color-muted);font-weight:500}.product-showcase__summary{margin:.85rem 0 0;max-width:48rem;color:var(--color-muted);line-height:1.7;text-wrap:pretty}.product-showcase__bullets{list-style:none;margin:1.25rem 0 0;padding:0;display:grid;gap:.55rem}@media (min-width:40rem){.product-showcase__bullets{grid-template-columns:repeat(2,minmax(0,1fr));gap:.55rem 1rem}}.product-showcase__bullets li{position:relative;padding-inline-start:1rem;font-size:.9375rem;line-height:1.5;color:var(--color-ink)}.product-showcase__bullets li:before{content:"";position:absolute;inset-inline-start:0;top:.55em;width:.35rem;height:.35rem;border-radius:50%;background:var(--color-primary)}.product-showcase__actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1.5rem}@keyframes product-spin{to{transform:rotate(1turn)}}@keyframes product-pulse{0%,to{opacity:.65;transform:scale(1)}50%{opacity:1;transform:scale(1.08)}}@keyframes product-float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@media (prefers-reduced-motion:no-preference){.product-showcase--reveal-ready{transition:opacity .9s cubic-bezier(.16,1,.3,1),transform 1s cubic-bezier(.16,1,.3,1)}.product-showcase--reveal-ready .product-showcase__visual{transition:transform 1s cubic-bezier(.16,1,.3,1),opacity .75s cubic-bezier(.25,1,.5,1),filter 1s cubic-bezier(.16,1,.3,1)}.product-showcase--reveal-ready .product-showcase__body{transition:transform .9s cubic-bezier(.16,1,.3,1),opacity .75s cubic-bezier(.25,1,.5,1);transition-delay:.12s}.product-showcase--reveal-ready:not(.is-in){opacity:0;transform:translateY(3.5rem) scale(.94)}.product-showcase--reveal-ready:not(.is-in) .product-showcase__visual{opacity:0;transform:translateY(2rem) scale(.88);filter:blur(12px)}.product-showcase--reveal-ready:not(.is-in) .product-showcase__body{opacity:0;transform:translateY(2rem)}.product-showcase--reveal-ready.is-in,.product-showcase--reveal-ready.is-in .product-showcase__body,.product-showcase--reveal-ready.is-in .product-showcase__visual{opacity:1;transform:none;filter:none}}@media (prefers-reduced-motion:reduce){.product-showcase__glow,.product-showcase__mark,.product-showcase__ring{animation:none}.product-showcase--reveal-ready .product-showcase__body,.product-showcase--reveal-ready .product-showcase__visual{opacity:1;transform:none;filter:none;transition:none}}@media (max-width:40rem){.product-showcase__actions{width:100%}.product-showcase__actions .btn{flex:1 1 auto}}