/*
Theme Name: Thrifty & Bright
Theme URI: https://thriftyandbright.com/
Author: Thrifty & Bright
Description: Editorial WordPress block theme for a Pinterest-first smart living publication.
Version: 2.0.0
Requires at least: 6.4
Requires PHP: 8.0
Text Domain: thrifty-bright-theme
*/

:root { --tb-shadow: 0 12px 35px rgba(31,42,36,.08); }
html { scroll-behavior: smooth; }
body { margin: 0; }
.tb-eyebrow { letter-spacing: .14em; text-transform: uppercase; font-weight: 750; font-size: .78rem; }
.tb-card { transition: transform .18s ease, box-shadow .18s ease; overflow: hidden; }
.tb-card:hover { transform: translateY(-3px); box-shadow: var(--tb-shadow); }
.tb-soft-border { border: 1px solid #dfe4df; }
.tb-section-title { margin-bottom: .2rem; }
.tb-section-kicker { max-width: 680px; margin-top: 0; color: #526058; }
.tb-post-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:24px; margin-top:30px; }
.tb-post-card { background:#fff; border:1px solid #e1e5e1; border-radius:20px; overflow:hidden; box-shadow:0 4px 20px rgba(31,42,36,.035); }
.tb-post-card a { color:inherit; }
.tb-post-card__image { display:block; aspect-ratio:4/3; overflow:hidden; background:#EFF2EE; }
.tb-post-card__image img { width:100%; height:100%; object-fit:cover; display:block; transition:transform .25s ease; }
.tb-post-card:hover .tb-post-card__image img { transform:scale(1.025); }
.tb-post-card__body { padding:20px; }
.tb-post-card__meta { font-size:.74rem; letter-spacing:.12em; text-transform:uppercase; color:#315B49; font-weight:750; margin-bottom:8px; }
.tb-post-card h3 { font-family:Georgia,"Times New Roman",serif; font-size:1.35rem; line-height:1.15; margin:.15rem 0 .65rem; }
.tb-post-card p { margin:.3rem 0 0; color:#536058; font-size:.94rem; }
.tb-section-link { display:inline-block; margin-top:26px; font-weight:750; }
.tb-empty { padding:28px; background:#FBF8F1; border:1px dashed #ccd5ce; border-radius:16px; color:#667168; text-align:center; }
.tb-feature-card { min-height:260px; display:flex; align-items:flex-end; border-radius:22px; overflow:hidden; position:relative; background:#315B49; color:#fff; }
.tb-feature-card img { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; opacity:.65; }
.tb-feature-card:after { content:""; position:absolute; inset:0; background:linear-gradient(180deg,rgba(22,31,26,.03),rgba(22,31,26,.78)); }
.tb-feature-card__body { position:relative; z-index:2; padding:26px; }
.tb-feature-card__body h3 { margin:.25rem 0; font-size:1.55rem; font-family:Georgia,"Times New Roman",serif; }
.tb-feature-card__body a { color:#fff; }
.tb-logo-wrap img { max-width:340px; width:100%; height:auto; display:block; }
@media (max-width: 850px) { .tb-post-grid { grid-template-columns:1fr 1fr; } }
@media (max-width: 620px) { .tb-post-grid { grid-template-columns:1fr; } .tb-logo-wrap img { max-width:260px; } }
