.es{text-align:center;flex-direction:column;align-items:center;display:flex}.es--full{background:linear-gradient(160deg, var(--cream) 0%, #eae5db 50%, var(--ivory) 100%);border-radius:var(--radius);justify-content:center;min-height:60vh;padding:80px 24px;position:relative}.es--full .es-illustration{width:110px;height:110px;margin-bottom:24px;animation:4s ease-in-out infinite esFloat}.es--full .es-illustration svg{width:100%;height:100%}.es--full .es-eyebrow{letter-spacing:.22em;text-transform:uppercase;color:var(--gold);margin-bottom:14px;font-size:11px;font-weight:500}.es--full .es-title{font-family:var(--font-display);color:var(--text-dark);margin:0 0 14px;font-size:clamp(28px,4.5vw,42px);font-weight:600;line-height:1.1}.es--full .es-sub{color:var(--text-muted);max-width:440px;margin:0 0 32px;font-size:15px;line-height:1.7}.es--full .es-actions{flex-wrap:wrap;justify-content:center;gap:12px;display:flex}.es--compact{gap:0;padding:36px 20px}.es--compact .es-illustration{width:72px;height:72px;margin-bottom:14px;animation:5s ease-in-out infinite esFloat}.es--compact .es-illustration svg{width:100%;height:100%}.es--compact .es-eyebrow{letter-spacing:.2em;text-transform:uppercase;color:var(--gold);margin-bottom:8px;font-size:10px;font-weight:500}.es--compact .es-title{font-family:var(--font-display);color:var(--text-dark);margin:0 0 6px;font-size:20px;font-weight:600;line-height:1.2}.es--compact .es-sub{color:var(--text-muted);max-width:320px;margin:0 0 16px;font-size:13px;line-height:1.5}.es--compact .es-actions{flex-wrap:wrap;justify-content:center;gap:10px;display:flex}.es-btn-primary{background:var(--primary);color:var(--cream);letter-spacing:.09em;text-transform:uppercase;cursor:pointer;border:none;border-radius:50px;align-items:center;padding:13px 30px;font-size:12px;font-weight:600;transition:all .3s;display:inline-flex}.es-btn-primary:hover{background:var(--primary-hover);transform:translateY(-2px);box-shadow:0 8px 28px #435c4c47}.es-btn-ghost{color:var(--primary);letter-spacing:.09em;text-transform:uppercase;cursor:pointer;background:0 0;border:1.5px solid #435c4c4d;border-radius:50px;align-items:center;padding:12px 26px;font-size:12px;font-weight:500;transition:all .3s;display:inline-flex}.es-btn-ghost:hover{background:#435c4c0f;border-color:#435c4c80;transform:translateY(-2px)}.es--compact .es-btn-primary{padding:10px 22px;font-size:11px}.es--compact .es-btn-ghost{padding:9px 20px;font-size:11px}@keyframes esFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}@media (max-width:480px){.es--full{min-height:50vh;padding:56px 18px}.es--full .es-illustration{width:86px;height:86px;margin-bottom:18px}.es--full .es-actions{flex-direction:column;width:100%}.es--full .es-btn-primary,.es--full .es-btn-ghost{justify-content:center;width:100%}.es--compact{padding:28px 16px}.es--compact .es-illustration{width:60px;height:60px;margin-bottom:12px}}
