:root{--rp-text-h2:#f6f1e9;--rp-body-muted:rgba(236,233,222,.7)}.restaurant-preview{background:var(--color-primary-purple);display:flex;flex-wrap:wrap}.restaurant-preview__content{display:flex;flex:1 1 460px;flex-direction:column;gap:20px;justify-content:center;min-width:300px;padding:clamp(48px,7vw,88px) clamp(24px,5vw,72px)}.restaurant-preview__eyebrow{align-items:center;color:var(--color-warm-gold);display:flex;font-family:var(--font-family-mono);font-size:11px;font-weight:600;gap:10px;letter-spacing:.22em;margin:0;text-transform:uppercase}.restaurant-preview__eyebrow:before{background:var(--color-warm-gold);content:"";display:inline-block;flex-shrink:0;height:7px;transform:rotate(45deg);width:7px}.restaurant-preview__headline{color:var(--rp-text-h2);font-family:var(--font-family-primary);font-size:clamp(30px,3.8vw,48px);font-weight:800;letter-spacing:-.02em;line-height:1.04;margin:0}.restaurant-preview__body{color:var(--rp-body-muted);font-size:16px;line-height:1.6;margin:0;max-width:440px}.restaurant-preview__ctas{display:flex;flex-wrap:wrap;gap:12px;margin-top:4px}.restaurant-preview__cta-primary{background:var(--color-bright-gold);border-radius:10px;color:var(--color-primary-purple);display:inline-block;font-family:var(--font-family-mono);font-size:13px;font-weight:600;letter-spacing:.08em;padding:16px 26px;text-decoration:none;text-transform:uppercase;white-space:nowrap}.restaurant-preview__cta-primary:hover{background:var(--color-warm-gold)}.restaurant-preview__cta-secondary{border:1.5px solid rgba(236,233,222,.4);border-radius:10px;color:var(--color-off-white);display:inline-block;font-family:var(--font-family-mono);font-size:13px;font-weight:600;letter-spacing:.08em;padding:15px 22px;text-decoration:none;text-transform:uppercase;white-space:nowrap}.restaurant-preview__cta-secondary:hover{border-color:var(--color-off-white)}.restaurant-preview__image{background:#1e1030;flex:1 1 400px;min-height:460px;overflow:hidden;position:relative}.restaurant-preview__image img{display:block;height:100%;inset:0;object-fit:cover;position:absolute;width:100%}.restaurant-preview__caption{align-items:center;backdrop-filter:blur(4px);background:var(--color-purple-a78);border-radius:20px;bottom:18px;color:var(--color-off-white);display:flex;font-family:var(--font-family-mono);font-size:11px;font-weight:500;gap:6px;padding:6px 12px;position:absolute;right:18px;white-space:nowrap}.restaurant-preview__caption:before{background:var(--color-bright-gold);border-radius:50%;content:"";display:inline-block;flex-shrink:0;height:6px;width:6px}@media (max-width:768px){.restaurant-preview__image{flex:none;min-height:280px;order:-1;width:100%}.restaurant-preview__content{flex:none;width:100%}}