
:root {
    --thos-shadow-sm: 0 1px 2px rgba(15, 23, 42, .05);
    --thos-shadow-md: 0 12px 32px rgba(15, 23, 42, .08);
    --thos-shadow-lg: 0 24px 60px rgba(15, 23, 42, .12);
    --thos-transition: 180ms ease;
}
.thos-topbar{background:#0f172a;color:#cbd5e1;font-size:.78rem}.thos-topbar-inner{display:flex;justify-content:space-between;gap:20px;padding:7px 0}.thos-utility-menu,.thos-footer-menu{display:flex;gap:16px;list-style:none;margin:0;padding:0}.thos-utility-menu a,.thos-footer-menu a{color:inherit;text-decoration:none}.thos-header-search{flex:1;max-width:560px}.thos-search-form{display:flex;align-items:center;gap:8px}.thos-search-form input[type=search]{width:100%;min-height:44px;border:1px solid var(--thos-border);border-radius:12px;padding:0 14px;background:var(--thos-surface)}.thos-search-form button{min-height:44px;border:0;border-radius:12px;padding:0 18px;background:var(--thos-primary);color:#fff;font-weight:700;cursor:pointer}.thos-header-action{position:relative;display:inline-flex;align-items:center;gap:7px;text-decoration:none;font-weight:700}.thos-cart-count{min-width:20px;height:20px;padding:0 5px;border-radius:999px;background:#2563eb;color:#fff;font-size:.7rem;display:inline-flex;align-items:center;justify-content:center}.thos-menu-icon{display:grid;gap:4px}.thos-menu-icon span{display:block;width:20px;height:2px;background:currentColor}.thos-section{padding:64px 0}.thos-section-heading{display:flex;flex-direction:column;gap:8px;margin-bottom:28px}.thos-section-heading h1,.thos-section-heading h2{margin:0}.thos-eyebrow{color:#2563eb;font-size:.75rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.thos-entry-meta,.thos-archive-description{color:var(--thos-muted)}.thos-entry-title{font-size:clamp(2.2rem,5vw,4.5rem);line-height:1.04;margin:10px 0}.thos-entry-featured-image{margin:30px 0;border-radius:24px;overflow:hidden;box-shadow:var(--thos-shadow-md)}.thos-entry-featured-image img{display:block;width:100%}.thos-prose{max-width:780px;margin-inline:auto;font-size:1.08rem}.thos-prose img{border-radius:16px}.thos-prose a{color:#2563eb}.thos-prose h2,.thos-prose h3{margin-top:2.2em}.thos-pagination{margin-top:40px}.thos-site-footer{background:#0f172a;color:#cbd5e1}.thos-footer-grid{display:grid;grid-template-columns:2fr repeat(3,1fr);gap:36px;padding:64px 0}.thos-footer-bottom{display:flex;justify-content:space-between;gap:20px;padding:20px 0;border-top:1px solid rgba(255,255,255,.12)}.thos-footer-bottom p{margin:0}.thos-widget-area .widget{margin:0 0 22px}.thos-widget-area .widget-title{color:#fff;font-size:1rem}.thos-homepage section{position:relative}.thos-focus-card{background:#fff;border:1px solid var(--thos-border);border-radius:20px;box-shadow:var(--thos-shadow-sm);transition:transform var(--thos-transition),box-shadow var(--thos-transition)}.thos-focus-card:hover{transform:translateY(-3px);box-shadow:var(--thos-shadow-md)}.thos-empty-state{padding:56px 24px;text-align:center;border:1px dashed var(--thos-border);border-radius:20px;background:var(--thos-surface)}
@media (max-width:900px){.thos-header-search{display:none}.thos-footer-grid{grid-template-columns:repeat(2,1fr)}}
@media (max-width:600px){.thos-topbar{display:none}.thos-footer-grid{grid-template-columns:1fr}.thos-footer-bottom{flex-direction:column}.thos-action-label{display:none}}
