.spot{background:var(--paper-2)}.spot-grid{display:grid;grid-template-columns:1.04fr .96fr;gap:clamp(28px,4vw,64px);align-items:center}.spot-media{position:relative;aspect-ratio:4/4.3;border-radius:var(--r);overflow:hidden;background:var(--paper);box-shadow:var(--shadow)}.spot-slider{display:flex;height:100%;width:100%;transition:transform .85s cubic-bezier(.6,0,.2,1);will-change:transform}.spot-slide{flex:none;width:100%;height:100%}.spot-slide img{width:100%;height:100%;object-fit:cover}.spot-media:after{content:"";position:absolute;inset:0;z-index:1;pointer-events:none;background:linear-gradient(180deg,transparent 56%,rgba(8,6,4,.42))}.spot-media .tagline{left:20px;color:#fff;font-size:.78rem;font-weight:500;letter-spacing:.08em;text-transform:uppercase;text-shadow:0 1px 12px rgba(0,0,0,.5)}.spot-dots,.spot-media .tagline{position:absolute;bottom:18px;z-index:2}.spot-dots{right:18px;display:flex;gap:7px}.spot-dots button{width:8px;height:8px;border-radius:99px;border:none;padding:0;background:rgba(255,255,255,.5);cursor:pointer;transition:.35s var(--ease)}.spot-dots button.active{width:22px;background:var(--clay)}.spot h2{margin-bottom:1.1rem}.spot-list{list-style:none;margin:1.5rem 0 2rem;display:grid;gap:0}.spot-list li{display:flex;gap:1rem;align-items:center;padding:.85rem 0;border-top:1px solid var(--line);font-size:.98rem;color:var(--ink)}.spot-list li:last-child{border-bottom:1px solid var(--line)}.spot-list .ic{flex:none;width:42px;height:42px;border-radius:12px;background:rgba(229,176,59,.16);color:var(--gold-text);display:grid;place-items:center}.spot-list .ic .lucide{width:20px;height:20px}.spot-list .tx strong{display:block;font-weight:600;color:var(--ink);font-size:1rem;margin-bottom:1px}.spot-list .tx span{color:var(--ink-50);font-size:.9rem}.spot-actions{display:flex;align-items:center;gap:1.5rem;flex-wrap:wrap}.spot-price{font-size:.84rem;color:var(--ink-50)}.spot-price b{font-size:1.15rem;color:var(--ink);font-weight:600}@media (max-width:860px){.spot-grid{grid-template-columns:1fr}}