.theme-page{background:var(--theme-color-background);color:var(--theme-color-text);font-family:var(--theme-font-body)}
.theme-container{width:min(1120px,calc(100% - 32px));margin:0 auto}
.theme-block{padding:56px 0}
.theme-block h1,.theme-block h2,.theme-block h3{font-family:var(--theme-font-heading);letter-spacing:0}
.theme-eyebrow{display:inline-block;color:var(--theme-color-primary);font-weight:700;margin-bottom:10px;text-transform:uppercase;font-size:.78rem}
.theme-hero-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,520px);gap:32px;align-items:center}
.theme-hero.align-center{text-align:center}.theme-hero.align-center .theme-hero-grid{grid-template-columns:1fr}.theme-hero.align-right{text-align:right}
.theme-hero figure,.theme-image figure{margin:0}.theme-hero img,.theme-image img,.theme-gallery img,.theme-product-card img{width:100%;display:block;border-radius:var(--theme-radius);object-fit:cover}
.theme-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:18px}
.theme-btn{display:inline-flex;align-items:center;justify-content:center;border-radius:var(--theme-radius);padding:12px 16px;font-weight:700;text-decoration:none;border:1px solid var(--theme-color-primary)}
.theme-btn-primary{background:var(--theme-color-primary);color:#fff}.theme-btn-secondary{background:transparent;color:var(--theme-color-primary)}.theme-btn-ghost{border-color:transparent;color:var(--theme-color-text)}
.theme-richtext{line-height:1.75}.width-narrow .theme-container{max-width:760px}.width-wide .theme-container{max-width:1320px}
.theme-gallery-grid,.theme-product-grid,.theme-category-grid,.theme-testimonial-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:18px}
.theme-product-card,.theme-category-card,.theme-testimonial-grid article,.theme-form{background:var(--theme-color-surface);border:1px solid rgba(17,24,39,.1);border-radius:var(--theme-radius);padding:18px}
.theme-product-card h3{font-size:1rem}.theme-product-card p{font-size:.92rem;color:#4b5563}.theme-product-card strong{color:var(--theme-color-primary)}
.theme-category-card{text-decoration:none;color:inherit}.theme-faq-list details{border-bottom:1px solid rgba(17,24,39,.12);padding:14px 0}
.theme-map iframe{width:100%;min-height:340px;border:0;border-radius:var(--theme-radius)}
.theme-social-links{display:flex;gap:10px;flex-wrap:wrap}.theme-social-links a{color:var(--theme-color-primary);font-weight:700}
.theme-spacer-small{height:24px}.theme-spacer-medium{height:48px}.theme-spacer-large{height:84px}
.theme-form{display:grid;gap:14px;max-width:720px}.theme-form label{display:grid;gap:6px}.theme-form input,.theme-form textarea,.theme-form select{width:100%;padding:12px;border:1px solid rgba(17,24,39,.18);border-radius:var(--theme-radius)}.theme-hp{position:absolute;left:-9999px}
@media (max-width:760px){.theme-hero-grid{grid-template-columns:1fr}.theme-block{padding:40px 0}}
