.page-hero{--hero:none;position:relative;padding:120px 0 28px;overflow:hidden}.hero-tags{display:flex;flex-wrap:wrap;gap:8px;list-style:none;padding:0;margin:12px 0 0}.hero-tags li{font-size:12px;line-height:1;padding:7px 10px;border-radius:999px;border:1px solid rgba(10,16,28,.12);background-color:rgba(10,16,28,4%);color:rgba(10,16,28,.82)}.page-hero__bg{position:absolute;inset:0;background-image:linear-gradient(180deg,rgba(10,16,28,.32),rgba(10,16,28,.12)),var(--hero);background-size:cover;background-position:var(--heroPos,center);transform:scale(1.02);z-index:0;filter:saturate(1.06)contrast(1.06)brightness(.98)}.page-hero .container{position:relative;z-index:1;margin-top:18px;padding:22px 20px;border-radius:calc(var(--r) + 10px);border:1px solid rgba(10,16,28,.14);background-color:rgba(246,247,251,.7);backdrop-filter:blur(8px);box-shadow:var(--shadow)}.page-hero .crumb{margin:0 0 10px;color:rgba(10,16,28,.65)}.page-hero .crumb a{color:rgba(10,16,28,.82);text-decoration:none;border-bottom:1px solid rgba(10,16,28,.22)}.page-hero .h1{margin:0 0 10px;color:rgba(10,16,28,.92)}.page-hero .lead{margin:0;color:rgba(10,16,28,.65);line-height:1.85}.page-hero__actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:14px}.page-hero::after{content:"";position:absolute;inset:0;z-index:0;pointer-events:none;background:linear-gradient( 180deg,rgba(246,247,251,0) 0%,rgba(246,247,251,.74) 72%,#f6f7fb 100% )}.page--afterhero{padding-top:40px}.panel.prose{margin-top:16px}@media(max-width:640px){.page-hero .container{padding:18px 16px;border-radius:calc(var(--r) + 6px)}}.hub{margin-top:32px}.hub:first-of-type{margin-top:8px}.hub__title{margin:0 0 14px;padding:9px 14px;font-size:13px;font-weight:900;letter-spacing:.06em;color:rgba(10,16,28,.82);background:rgba(57,198,255,8%);border-left:3px solid rgba(57,198,255,.55);border-radius:0 8px 8px 0}.hubgrid{display:grid;gap:14px;grid-template-columns:1fr}@media(min-width:560px){.hubgrid{grid-template-columns:repeat(2,1fr)}}@media(min-width:860px){.hubgrid{grid-template-columns:repeat(3,1fr)}}.hcard{border:1px solid var(--line);background-color:rgba(255,255,255,.72);border-radius:18px;padding:14px;text-decoration:none;box-shadow:var(--shadow);transition:transform .18s ease,background-color .18s ease,border-color .18s ease}.hcard:hover{transform:translateY(-1px);background-color:rgba(255,255,255,.9);border-color:rgba(10,16,28,.22)}.hcard__title{font-weight:900;margin:0 0 6px;color:var(--text)}.hcard__desc{margin:0;color:var(--muted);line-height:1.75}.hcard__more{display:inline-flex;margin-top:10px;color:rgba(10,16,28,.8);border-bottom:1px solid rgba(10,16,28,.18);padding-bottom:2px}.hcard--photo{padding:0;overflow:hidden;background-color:rgba(255,255,255,.72);border:1px solid var(--line);box-shadow:var(--shadow);display:flex;flex-direction:column;gap:0;height:100%}.hcard__img{display:block;width:100%;aspect-ratio:16/9;object-fit:cover;object-position:center;filter:saturate(1.02)contrast(1.04)}@media(max-width:640px){.hcard__img{aspect-ratio:4/3}}.hcard--photo .hcard__title{padding:12px 14px 0;color:var(--text);font-weight:900;line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.hcard--photo .hcard__desc{margin:0;padding:6px 14px 0;color:var(--muted);line-height:1.7;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.hcard--photo .hcard__more{margin:10px 14px 14px;align-self:flex-start;color:rgba(10,16,28,.92);border-bottom:1px solid rgba(10,16,28,.22);padding-bottom:2px}.hcard__badges{display:flex;flex-wrap:wrap;gap:5px;padding:8px 14px 12px;flex-grow:1;align-content:flex-start}.hcard__badge{font-size:11px;line-height:1;padding:4px 9px;border-radius:999px;border:1px solid rgba(10,16,28,.12);background:rgba(10,16,28,4%);color:rgba(10,16,28,.72);font-weight:600;white-space:nowrap}.hcard--photo:hover{background-color:rgba(255,255,255,.9);border-color:rgba(10,16,28,.22);transform:translateY(-1px)}.page .linkcards{display:grid;gap:12px;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));margin:14px 0 0}.page .linkcards a{--lc-icon:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230a101c' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M10 13a5 5 0 0 1 0-7l.6-.6a5 5 0 0 1 7.1 7.1l-.6.6a5 5 0 0 1-7.1 0'/%3E%3Cpath d='M14 11a5 5 0 0 1 0 7l-.6.6a5 5 0 0 1-7.1-7.1l.6-.6a5 5 0 0 1 7.1 0'/%3E%3C/svg%3E");position:relative;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 16px 14px 54px;border-radius:16px;border:1px solid var(--line);background-color:rgba(255,255,255,.82);box-shadow:0 10px 24px rgba(10,16,28,.1);font-weight:800;color:rgba(10,16,28,.92);text-decoration:none;transition:transform .18s ease,background-color .18s ease,border-color .18s ease}.page .linkcards a:hover{transform:translateY(-1px);background-color:rgba(255,255,255,.92);border-color:rgba(10,16,28,.22)}.page .linkcards a::before{content:"";position:absolute;left:16px;top:50%;transform:translateY(-50%);width:28px;height:28px;border-radius:999px;background-image:var(--lc-icon),radial-gradient(circle at 50% 50%,rgba(10,16,28,.1) 0%,rgba(10,16,28,6%) 100%);background-repeat:no-repeat,no-repeat;background-position:50%,50%;background-size:16px 16px,cover;border:1px solid rgba(10,16,28,.1)}.page .linkcards a::after{content:"→";opacity:.7}.page .linkcards a[target=_blank]::after{content:"↗"}.page .linkcards a[href*="maps.app.goo.gl"]{--lc-icon:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230a101c' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 21s7-4.5 7-11a7 7 0 1 0-14 0c0 6.5 7 11 7 11z'/%3E%3Ccircle cx='12' cy='10' r='2.5'/%3E%3C/svg%3E");border-color:rgba(57,198,255,.28);background:linear-gradient(135deg,rgba(57,198,255,.16),rgba(108,255,183,.12))}.page .linkcards a[href="/business/ss/"]{--lc-icon:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230a101c' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M8 6h13M8 12h13M8 18h13'/%3E%3Cpath d='M3 6h.01M3 12h.01M3 18h.01'/%3E%3C/svg%3E");background-color:rgba(10,16,28,4%)}.page-hero--ss{padding:112px 0 18px}.page-hero--ss .container{max-width:920px;padding:18px;border-radius:calc(var(--r) + 6px);background-color:rgba(246,247,251,.58);backdrop-filter:blur(8px);box-shadow:0 12px 34px rgba(10,16,28,.12)}.page-hero--ss .h1{font-size:clamp(26px,3.4vw,48px);line-height:1.08}.page-hero--ss .lead{font-size:15px;line-height:1.8}.page-hero--ss .hero-tags{flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch;padding-bottom:4px}.page-hero--ss .hero-tags::-webkit-scrollbar{height:6px}.page-hero--ss .hero-tags::-webkit-scrollbar-thumb{background:rgba(10,16,28,.14);border-radius:999px}.page-hero--ss .hero-tags li{white-space:nowrap}.ss-hours{margin-top:16px}.section-head{margin-bottom:12px}.section-head h2{margin:0}.section-head p{margin:6px 0 0;color:var(--muted);line-height:1.7}.ss-hours__grid{display:grid;gap:12px;margin-top:12px}@media(min-width:860px){.ss-hours__grid{grid-template-columns:repeat(2,1fr)}}.ss-hours__item{border:1px solid var(--line);background-color:rgba(10,16,28,3%);border-radius:14px;padding:12px 14px}.ss-hours__k{font-size:12px;font-weight:900;letter-spacing:.06em;color:rgba(10,16,28,.7)}.ss-hours__v{margin-top:6px;font-weight:900;color:rgba(10,16,28,.92)}.ss-hours__note{margin:12px 0 0;color:var(--muted);font-size:13px;line-height:1.75}.ss-hours__list{list-style:none;margin:8px 0 0;padding:0}.ss-hours__list li{margin:6px 0;padding-left:12px;position:relative;line-height:1.7;color:rgba(10,16,28,.92)}.ss-hours__list li::before{content:"";position:absolute;left:0;top:.7em;width:6px;height:2px;background:rgba(10,16,28,.24);border-radius:99px}.section-photo{margin:24px 0 28px;overflow:hidden;border-radius:24px;background:#fff;box-shadow:0 20px 56px rgba(7,18,32,.12)}.section-photo img{display:block;width:100%;aspect-ratio:16/9;object-fit:cover}.section-photo figcaption{padding:12px 16px 14px;color:#5b6b7c;font-size:.92rem;line-height:1.7}@media(max-width:820px){.section-photo{margin:20px 0 24px;border-radius:18px}.section-photo figcaption{padding:10px 14px 12px;font-size:.88rem}}.lpg-section{margin-top:56px}.lpg-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.lpg-card{padding:24px;border:1px solid rgba(14,33,56,8%);border-radius:24px;background:rgba(255,255,255,.86);box-shadow:0 16px 48px rgba(7,18,32,8%)}.lpg-card__head{margin-bottom:16px}.lpg-card__badge{display:inline-flex;align-items:center;min-height:30px;padding:0 12px;border-radius:999px;background:rgba(23,79,127,8%);color:#174f7f;font-size:.8rem;font-weight:700;letter-spacing:.04em}.lpg-card__head h3{margin:12px 0 0;font-size:1.3rem;line-height:1.4}.lpg-card__body p{margin:0 0 14px;line-height:1.8;color:#536274}.lpg-card__note{font-size:.92rem;color:#5c7188}.lpg-card__actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}@media(max-width:820px){.lpg-grid{grid-template-columns:1fr}.lpg-section{margin-top:40px}}.ss-filter-wrap{padding:18px 20px;margin-top:16px}.ss-filter{display:flex;flex-direction:column;gap:14px}.ss-filter__group{display:flex;align-items:flex-start;gap:12px;flex-wrap:wrap}.ss-filter__label{flex-shrink:0;min-width:52px;padding-top:8px;font-size:11px;font-weight:900;letter-spacing:.08em;color:var(--muted);text-transform:uppercase}.ss-filter__chips{display:flex;flex-wrap:wrap;gap:7px}.ss-filter__chip{cursor:pointer;padding:7px 16px;border-radius:999px;border:1px solid var(--line);background:rgba(255,255,255,.72);color:var(--text);font-size:13px;font-weight:700;line-height:1;transition:background .18s ease,border-color .18s ease,color .18s ease,transform .12s ease}.ss-filter__chip:hover{border-color:rgba(10,16,28,.28);background:rgba(255,255,255,.95);transform:translateY(-1px)}.ss-filter__chip.is-active{background:#07111e;border-color:#07111e;color:#fff}.ss-filter__count{display:inline-block;min-height:1.4em;font-size:13px;font-weight:800;color:rgba(23,79,127,.9);background:rgba(57,198,255,.12);border:1px solid rgba(57,198,255,.28);border-radius:999px;padding:3px 12px;transition:opacity .2s ease}.ss-filter__count:empty{display:none}.ss-filter__empty{margin-top:16px;padding:40px 20px;text-align:center;border:1px dashed var(--line);border-radius:var(--r);color:var(--muted);font-size:14px;line-height:1.8}.ss-filter__reset{cursor:pointer;background:0 0;border:none;border-bottom:1px solid;padding:0;color:var(--text);font-size:inherit;font-weight:700}.ss-filter__reset:hover{opacity:.7}@media(max-width:640px){.ss-filter-wrap{padding:14px 16px}.ss-filter__label{min-width:44px;font-size:10px}.ss-filter__chip{padding:6px 12px;font-size:12px}}.hcard__imgWrap{position:relative;overflow:hidden;aspect-ratio:16/9;background:linear-gradient(135deg,#0d2240 0%,#1a3a5c 50%,#2c5f87 100%)}.hcard__imgWrap .hcard__img{position:relative;z-index:1;display:block;width:100%;height:100%;object-fit:cover}.hcard__imgFallback{position:absolute;inset:0;z-index:0;display:flex;align-items:center;justify-content:center;color:rgba(255,255,255,.88);font-size:1.1rem;font-weight:800;letter-spacing:.02em;text-align:center;padding:20px}