:root{--shc-red:#e30613;--shc-red-dark:#b9000d;--shc-black:#090909;--shc-text:#181818;--shc-muted:#666;--shc-white:#fff;--shc-soft:#f6f6f6;--shc-border:#e5e5e5;--shc-shadow:0 14px 34px rgba(0,0,0,.08)}.shc-simple-locator,.shc-simple-locator *{box-sizing:border-box}.shc-simple-locator{background:var(--shc-white);color:var(--shc-text);font-family:inherit}.shc-simple-container{margin:0 auto;width:min(1180px,calc(100% - 40px))}.shc-simple-heading{max-width:780px;padding:70px 0 28px}.shc-simple-heading span{align-items:center;color:var(--shc-red);display:inline-flex;font-size:12px;font-weight:900;gap:10px;letter-spacing:.14em;margin-bottom:14px;text-transform:uppercase}.shc-simple-heading span:after{background:var(--shc-red);content:"";height:2px;width:36px}.shc-simple-heading h2{color:var(--shc-black);font-size:clamp(34px,5vw,58px);font-weight:950;letter-spacing:-.045em;line-height:1;margin:0}.shc-simple-heading p{color:var(--shc-muted);font-size:17px;line-height:1.65;margin:18px 0 0;max-width:650px}.shc-simple-search{align-items:center;background:var(--shc-soft);border:1px solid var(--shc-border);border-radius:14px;display:grid;gap:14px;grid-template-columns:minmax(0,1fr) auto;margin-bottom:22px;padding:16px}.shc-simple-search__input{align-items:center;background:var(--shc-white);border:1px solid var(--shc-border);border-radius:8px;display:flex;gap:10px;min-height:54px;padding:0 18px}.shc-simple-search__input span{color:var(--shc-muted);font-size:20px}.shc-simple-search__input input{background:transparent;border:0;color:var(--shc-text);font:inherit;outline:0;width:100%}.shc-simple-filters{align-items:center;display:flex;flex-wrap:wrap;gap:14px;margin-bottom:24px}.shc-simple-count,.shc-simple-filters strong{color:var(--shc-text);font-size:14px}.shc-simple-chips{display:flex;flex-wrap:wrap;gap:10px}.shc-simple-chip{background:var(--shc-white);border:1px solid var(--shc-border);border-radius:999px;color:var(--shc-text);cursor:pointer;font-size:13px;font-weight:800;min-height:36px;padding:8px 18px;transition:.2s ease}.shc-simple-chip.is-active,.shc-simple-chip:hover{background:var(--shc-red);border-color:var(--shc-red);color:var(--shc-white)}.shc-simple-count{align-items:center;display:flex;font-size:17px;gap:8px;margin-bottom:22px}.shc-simple-count span{color:var(--shc-red)}.shc-simple-grid{display:grid;gap:24px;grid-template-columns:repeat(3,minmax(0,1fr));padding-bottom:72px}.shc-simple-card{background:var(--shc-white);border:1px solid var(--shc-border);border-radius:14px;box-shadow:var(--shc-shadow);display:flex;flex-direction:column;min-height:100%;overflow:hidden;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}.shc-simple-card:hover{border-color:rgba(227,6,19,.3);box-shadow:0 20px 46px rgba(0,0,0,.12);transform:translateY(-4px)}.shc-simple-card[hidden]{display:none!important}.shc-simple-card__image{aspect-ratio:16/9;background:#eee;overflow:hidden;width:100%}.shc-simple-card__image img{height:100%;object-fit:cover;transition:transform .28s ease;width:100%}.shc-simple-card:hover .shc-simple-card__image img{transform:scale(1.035)}.shc-simple-card__placeholder{color:var(--shc-red);display:grid;font-size:28px;font-weight:950;height:100%;letter-spacing:.08em;place-items:center;width:100%}.shc-simple-card__body{border-top:5px solid var(--shc-red);display:flex;flex:1;flex-direction:column;padding:26px}.shc-simple-card__top{align-items:center;display:flex;gap:10px;margin-bottom:14px}.shc-simple-card__top:before{align-items:center;background:rgba(227,6,19,.08);border-radius:999px;color:var(--shc-red);content:"⌖";display:inline-flex;flex:0 0 34px;font-size:17px;font-weight:900;height:34px;justify-content:center;width:34px}.shc-simple-card h3{color:var(--shc-black);font-size:23px;font-weight:950;line-height:1.1;margin:0;text-transform:uppercase}.shc-simple-card p{color:var(--shc-muted);font-size:15.5px;line-height:1.55;margin:0 0 24px;text-transform:uppercase}.shc-simple-button,.shc-simple-cta__button,.shc-simple-search__button{align-items:center;background:var(--shc-red);border:1px solid var(--shc-red);border-radius:4px;box-shadow:none;color:var(--shc-white)!important;cursor:pointer;display:inline-flex;font:inherit;font-size:13px;font-weight:900;justify-content:center;letter-spacing:.035em;line-height:1;min-height:44px;padding:13px 22px;text-decoration:none!important;text-transform:uppercase;transition:background .2s ease,border-color .2s ease,transform .2s ease}.shc-simple-button:hover,.shc-simple-cta__button:hover,.shc-simple-search__button:hover{background:var(--shc-red-dark);border-color:var(--shc-red-dark);color:var(--shc-white)!important;text-decoration:none!important;transform:translateY(-1px)}.shc-simple-button{align-self:flex-start;margin-top:auto;max-width:100%;min-width:170px;width:auto}.shc-simple-button:after{content:"›";font-size:18px;line-height:1;margin-left:10px}.shc-simple-empty{background:var(--shc-soft);border:1px solid var(--shc-border);border-radius:14px;margin:-42px 0 72px;padding:28px;text-align:center}.shc-simple-empty strong{color:var(--shc-black);font-size:20px}.shc-simple-empty p{color:var(--shc-muted);margin:8px 0 0}.shc-simple-cta{background:linear-gradient(135deg,var(--shc-red),var(--shc-red-dark));color:var(--shc-white)}.shc-simple-cta__inner{align-items:center;display:grid;gap:28px;grid-template-columns:minmax(0,1fr) auto;padding:44px 0}.shc-simple-cta h2{color:var(--shc-white);font-size:clamp(24px,3vw,36px);font-weight:950;line-height:1.1;margin:0}.shc-simple-cta p{color:hsla(0,0%,100%,.86);font-size:16px;line-height:1.55;margin:10px 0 0;max-width:720px}.shc-simple-cta__button{background:transparent;border-color:hsla(0,0%,100%,.75);min-width:220px}.shc-simple-cta__button:hover{background:var(--shc-white);border-color:var(--shc-white);color:var(--shc-red)!important}@media (max-width:1024px){.shc-simple-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.shc-simple-cta__inner{grid-template-columns:1fr;text-align:center}.shc-simple-cta__button{justify-self:center}}@media (max-width:640px){.shc-simple-container{width:min(100% - 28px,1180px)}.shc-simple-heading{padding:50px 0 28px}.shc-simple-search{grid-template-columns:1fr}.shc-simple-button,.shc-simple-cta__button,.shc-simple-search__button{width:100%}.shc-simple-grid{gap:18px;grid-template-columns:1fr;padding-bottom:52px}.shc-simple-card__body{padding:24px}.shc-simple-cta__inner{padding:38px 0}}