:root{--hvc-red:#d62b1f;--hvc-gold:#c98b4f;--hvc-ink:#151515;--hvc-muted:#686868;--hvc-paper:#f7f4ef;--hvc-line:rgba(21,21,21,.11);--hvc-radius:24px;--hvc-shadow:0 24px 70px rgba(24,20,16,.12)}
.hvc-suite,.hvc-admin{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--hvc-ink)}
.hvc-suite{max-width:1440px;margin:0 auto;padding:24px}.hvc-hero{min-height:560px;border-radius:32px;padding:clamp(34px,7vw,96px);display:flex;flex-direction:column;justify-content:flex-end;background:radial-gradient(circle at 80% 15%,rgba(201,139,79,.4),transparent 33%),linear-gradient(135deg,#161210,#34261e);color:#fff;overflow:hidden;position:relative}.hvc-hero:after{content:"";position:absolute;width:340px;height:340px;border:1px solid rgba(255,255,255,.28);border-radius:50%;right:-70px;top:-90px;animation:hvc-spin 24s linear infinite}.hvc-kicker{font-size:12px;font-weight:800;letter-spacing:.18em;text-transform:uppercase;color:var(--hvc-gold)}.hvc-hero h1{font-family:Georgia,serif;font-size:clamp(42px,7vw,92px);line-height:.96;max-width:980px;margin:18px 0 24px}.hvc-hero p{font-size:clamp(17px,2vw,22px);line-height:1.55;max-width:760px;color:rgba(255,255,255,.78)}.hvc-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}.hvc-button{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 19px;border:1px solid var(--hvc-line);border-radius:999px;text-decoration:none!important;color:inherit;background:#fff;transition:.25s ease}.hvc-button:hover{transform:translateY(-2px);box-shadow:0 12px 30px rgba(0,0,0,.12)}.hvc-button--primary{background:var(--hvc-red);border-color:var(--hvc-red);color:#fff}.hvc-section{padding:clamp(56px,9vw,120px) 0}.hvc-section-heading{max-width:760px;margin-bottom:34px}.hvc-section-heading span{font-size:12px;letter-spacing:.18em;font-weight:800;color:var(--hvc-red)}.hvc-section-heading h2{font-family:Georgia,serif;font-size:clamp(34px,5vw,68px);line-height:1.02;margin:12px 0}.hvc-grid-2{display:grid;grid-template-columns:1fr 1fr;gap:24px}.hvc-panel{background:var(--hvc-paper);border-radius:var(--hvc-radius);padding:clamp(22px,4vw,48px);min-width:0}.hvc-empty{border:1px dashed rgba(21,21,21,.22);padding:24px;border-radius:16px;color:var(--hvc-muted);background:rgba(255,255,255,.58)}.hvc-hours{display:grid;grid-template-columns:280px 1fr;gap:60px;align-items:center}.hvc-ring{width:240px;height:240px;border-radius:50%;position:relative;display:grid;place-items:center;background:#17120f;color:#fff;box-shadow:var(--hvc-shadow)}.hvc-ring-text{position:absolute;inset:14px;border:1px dashed rgba(255,255,255,.42);border-radius:50%;display:grid;place-items:center;font-size:11px;letter-spacing:.12em;text-align:center;padding:28px;animation:hvc-spin 18s linear infinite}.hvc-ring-core{width:82px;height:82px;border-radius:50%;display:grid;place-items:center;background:var(--hvc-red);font-family:Georgia,serif;font-size:44px}.hvc-module-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.hvc-module-card{display:flex;gap:18px;padding:24px;border:1px solid var(--hvc-line);border-radius:20px;background:#fff;box-shadow:0 10px 35px rgba(20,17,14,.05)}.hvc-module-card>.dashicons{font-size:30px;width:34px;height:34px;color:var(--hvc-red)}.hvc-module-card h2,.hvc-module-card h3{margin:0 0 8px}.hvc-module-card p{color:var(--hvc-muted);margin:0 0 16px;line-height:1.55}.hvc-status{display:inline-flex;padding:7px 10px;border-radius:999px;font-size:12px;font-weight:800}.hvc-status.is-active{background:#eaf8ef;color:#147a3b}.hvc-status.is-missing{background:#fff0ed;color:#a82920}.hvc-admin{max-width:1280px;margin:20px 20px 0 0}.hvc-admin-hero{padding:38px;border-radius:24px;background:#17120f;color:#fff;margin-bottom:22px}.hvc-admin-hero h1{font-size:42px;margin:9px 0}.hvc-admin-section,.hvc-settings{background:#fff;border:1px solid #ddd;padding:28px;border-radius:18px;margin-top:24px}.hvc-settings{max-width:680px}.hvc-settings label{display:grid;gap:8px;margin-bottom:20px}.hvc-settings input,.hvc-settings select{min-height:44px;max-width:420px}.hvc-reveal{opacity:1;transform:none}.hvc-motion .hvc-reveal{opacity:0;transform:translateY(22px);transition:opacity .7s ease,transform .7s ease}.hvc-motion .hvc-reveal.is-visible{opacity:1;transform:none}@keyframes hvc-spin{to{transform:rotate(360deg)}}
@media(max-width:900px){.hvc-grid-2,.hvc-hours{grid-template-columns:1fr}.hvc-module-grid{grid-template-columns:1fr 1fr}.hvc-hours{gap:30px}.hvc-ring{width:190px;height:190px}.hvc-suite{padding:12px}.hvc-hero{min-height:500px;border-radius:22px}}
@media(max-width:620px){.hvc-module-grid{grid-template-columns:1fr}.hvc-hero{padding:28px 22px;min-height:470px}.hvc-section{padding:54px 0}.hvc-panel{padding:22px}.hvc-actions{display:grid}.hvc-button{width:100%}.hvc-admin{margin-right:10px}.hvc-admin-hero{padding:26px}.hvc-admin-hero h1{font-size:34px}}
@media(prefers-reduced-motion:reduce){.hvc-hero:after,.hvc-ring-text{animation:none}.hvc-motion .hvc-reveal{opacity:1;transform:none;transition:none}}
