/*
Theme Name: Smart Homes Guides - DIY Handmade Child
Theme URI: https://smarthomesguides.com/
Template: diy-handmade
Author: Smart Homes Guides
Description: Smart home editorial child theme for the free DIY Handmade theme from WordPress.org.
Version: 1.1.0
Requires at least: 5.9
Requires PHP: 5.6
License: GNU General Public License v2 or later
Text Domain: shg-diy
*/

:root{--navy:#234237;--cyan:#4f7a68;--light:#f5efe4;--ink:#2d352f;--muted:#6e756f;--line:#ded7ca;--gold:#e89a5b;--max:1200px}*{box-sizing:border-box}body{margin:0;background:#f8f4ec;color:var(--ink);font-family:Inter,system-ui,-apple-system,"Segoe UI",sans-serif;line-height:1.65}a{color:#087a95;text-decoration:none}a:hover{text-decoration:underline}img{max-width:100%;display:block}.wrap{width:min(var(--max),92%);margin:auto}.top{background:#1d372f;color:#c9edf3;font-size:.84rem;padding:.45rem 0}.top .wrap{display:flex;justify-content:space-between}.header{background:#fffdf8;position:sticky;top:0;z-index:99;border-bottom:1px solid var(--line)}.brandrow{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 0}.brand{font-size:1.35rem;font-weight:950;color:var(--navy);letter-spacing:-.04em}.brand b{color:var(--cyan)}.tagline{font-size:.78rem;color:var(--muted)}.nav{background:var(--navy)}.nav ul{list-style:none;margin:0;padding:0;display:flex;overflow:auto}.nav a{display:block;padding:.86rem .9rem;color:#fff;font-weight:750;font-size:.88rem;white-space:nowrap}.nav a:hover{background:#0b4963;text-decoration:none}.searchform{display:flex}.searchform input{border:1px solid var(--line);padding:.65rem;border-radius:7px 0 0 7px;min-width:0}.searchform button{border:0;background:var(--cyan);color:#fff;padding:.65rem .8rem;border-radius:0 7px 7px 0}.hero{background:linear-gradient(125deg,#052638,#087d99);color:#fff;padding:5rem 0}.hero-grid{display:grid;grid-template-columns:1.12fr .88fr;gap:2.5rem;align-items:center}.kicker{text-transform:uppercase;letter-spacing:.14em;color:#8be8f5;font-weight:900;font-size:.74rem}.hero h1{font-size:clamp(2.6rem,6vw,5.2rem);line-height:1;letter-spacing:-.055em;margin:.5rem 0 1rem}.hero p{font-size:1.1rem;color:#d8f2f7;max-width:660px}.btn{display:inline-block;background:var(--gold);color:#152633;font-weight:900;padding:.8rem 1.1rem;border-radius:8px;margin:.4rem .45rem .4rem 0}.btn.alt{background:#fffdf8}.hero-art{background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.2);border-radius:24px;padding:1.2rem}.hero-art img{width:100%;border-radius:16px}.trust{background:#fffdf8;border-bottom:1px solid var(--line)}.trust-grid{display:grid;grid-template-columns:repeat(4,1fr)}.trust-item{padding:1.3rem;border-right:1px solid var(--line)}.trust strong{display:block;font-size:1.05rem}.trust span{font-size:.85rem;color:var(--muted)}.section{padding:3.4rem 0}.section-head{display:flex;align-items:end;justify-content:space-between;gap:1rem;margin-bottom:1.4rem}.section-head h2{font-size:2.1rem;line-height:1.1;margin:.2rem 0}.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.3rem}.card{background:#fffdf8;border:1px solid var(--line);border-radius:16px;overflow:hidden;box-shadow:0 8px 26px rgba(4,36,54,.06);display:flex;flex-direction:column}.card-media{background:#07324a;aspect-ratio:16/10;overflow:hidden}.card-media img{width:100%;height:100%;object-fit:cover}.card-body{padding:1.2rem;display:flex;flex-direction:column;flex:1}.category{color:#0786a1;text-transform:uppercase;font-weight:900;letter-spacing:.1em;font-size:.7rem}.card h3{font-size:1.25rem;line-height:1.25;margin:.35rem 0}.card p{color:var(--muted);margin:.2rem 0 1rem}.read{font-weight:900;margin-top:auto}.split{display:grid;grid-template-columns:1fr 1fr;gap:2rem}.panel{background:#fffdf8;border:1px solid var(--line);padding:1.7rem;border-radius:16px}.panel ul{padding-left:1.2rem}.newsletter{background:var(--navy);color:#fff;border-radius:20px;padding:2.2rem;display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:1.5rem}.newsletter h2{margin:0}.newsletter form{display:flex}.newsletter input{width:100%;padding:.85rem;border:0;border-radius:8px 0 0 8px}.newsletter button{border:0;padding:.85rem;background:var(--gold);font-weight:900;border-radius:0 8px 8px 0}.content{width:min(900px,92%);margin:2.2rem auto;background:#fffdf8;border:1px solid var(--line);padding:2rem;border-radius:16px}.content h1{font-size:clamp(2.2rem,5vw,3.8rem);line-height:1.06}.content h2{margin-top:2rem}.content .hero-image{width:100%;max-height:500px;object-fit:cover;border-radius:14px}.source{background:#edf9fb;border-left:4px solid var(--cyan);padding:1rem;margin:1.3rem 0}.footer{background:#1d372f;color:#c8dce5;padding:3rem 0 1rem}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:2rem}.footer a{color:#dff8fc}.footer ul{list-style:none;padding:0}.copyright{border-top:1px solid #274653;margin-top:2rem;padding-top:1rem;font-size:.84rem}.menu-toggle{display:none}@media(max-width:820px){.hero-grid,.grid,.split,.newsletter,.footer-grid{grid-template-columns:1fr}.trust-grid{grid-template-columns:1fr 1fr}.tagline,.searchform{display:none}.menu-toggle{display:block;background:var(--navy);color:#fff;border:0;padding:.6rem;border-radius:6px}.nav{display:none}.nav.open{display:block}.nav ul{display:block}.hero{padding:3.3rem 0}.top .wrap{display:block}.card-media{aspect-ratio:16/9}}
/* DIY Handmade child-theme refinements */
body{font-family:Georgia,"Times New Roman",serif}.brand,.nav,.btn,.category,.kicker,.read,.searchform button,.newsletter button{font-family:Inter,system-ui,sans-serif}.card,.panel,.newsletter,.content{border-radius:6px}.card{box-shadow:0 7px 20px rgba(49,59,50,.08)}.card-media{background:#31594b}.hero{background:linear-gradient(125deg,#29483d,#577b68)}.hero-art{border-radius:8px}.hero-art img{border-radius:5px}.trust{background:#fffaf1}.section-head h2,.content h1,.hero h1{font-family:Georgia,"Times New Roman",serif;letter-spacing:-.035em}.btn{border-radius:3px;text-transform:uppercase;letter-spacing:.05em;font-size:.82rem}.nav a{text-transform:uppercase;letter-spacing:.04em}.card h3{font-family:Georgia,"Times New Roman",serif;font-size:1.35rem}.card:before{content:"";display:block;height:3px;background:linear-gradient(90deg,#e89a5b,#4f7a68)}
