@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&family=Bebas+Neue&display=swap";:root{--black: #111111;--dark: #1a1a1a;--accent: #E53935;--accent-dark: #C62828;--accent-light:#FFEBEE;--white: #FFFFFF;--gray-50: #FAFAFA;--gray-100: #F5F5F5;--gray-200: #EEEEEE;--gray-300: #E0E0E0;--gray-500: #9E9E9E;--gray-700: #616161;--gray-900: #212121;--text: #1a1a1a;--text-muted: #757575;--font-display: "Bebas Neue", "Impact", sans-serif;--font-body: "Inter", system-ui, -apple-system, sans-serif;--radius-sm: 4px;--radius: 8px;--radius-lg: 12px;--shadow-sm: 0 1px 3px rgba(0,0,0,.08), 0 1px 2px rgba(0,0,0,.06);--shadow: 0 4px 12px rgba(0,0,0,.1);--shadow-lg: 0 8px 24px rgba(0,0,0,.14);--max-w: 1200px;--nav-h: 60px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased}body{font-family:var(--font-body);font-size:16px;line-height:1.65;background:var(--gray-100);color:var(--text)}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}.container{max-width:var(--max-w);margin-inline:auto;padding-inline:1.25rem}.site-header{position:sticky;top:0;z-index:100;background:var(--black);border-bottom:3px solid var(--accent);height:var(--nav-h)}.site-header .container{height:100%;display:flex;align-items:center;gap:2.5rem}.site-logo{display:flex;align-items:center;gap:10px;text-decoration:none;flex-shrink:0}.site-logo .logo-icon{width:36px;height:36px;flex-shrink:0}.site-logo .logo-wordmark{display:flex;flex-direction:column;line-height:1}.site-logo .logo-guide{font-family:var(--font-body);font-size:9px;font-weight:700;letter-spacing:.2em;color:var(--accent);text-transform:uppercase}.site-logo .logo-toiture{font-family:var(--font-display);font-size:22px;color:var(--white);letter-spacing:.03em;line-height:1.1}.site-nav{display:flex;align-items:center;gap:0;list-style:none;flex:1}.site-nav a{display:block;padding:0 .9rem;height:var(--nav-h);line-height:var(--nav-h);font-size:.82rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:#ffffffb3;transition:color .15s,background .15s}.site-nav a:hover,.site-nav a[aria-current=page]{color:var(--white);background:#ffffff12}.site-nav a[aria-current=page]{border-bottom:3px solid var(--accent)}.site-nav .nav-pill a{background:var(--accent);color:var(--white);border-radius:4px;height:auto;line-height:1;padding:.45rem .9rem;margin-left:.5rem}.site-nav .nav-pill a:hover{background:var(--accent-dark)}.ticker-bar{background:var(--accent);color:#fff;font-size:.75rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;padding:.4rem 0;text-align:center}.page-main{min-height:calc(100vh - var(--nav-h))}.hero-home{background:var(--dark);padding:0;margin-bottom:2.5rem;position:relative;overflow:hidden}.hero-home:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#1a1a1a,#2d1010);opacity:.95}.hero-home .container{position:relative;z-index:1;display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center;padding-block:4rem}.hero-eyebrow{display:inline-block;background:var(--accent);color:#fff;font-size:.7rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase;padding:.3rem .75rem;border-radius:3px;margin-bottom:1.25rem}.hero-home h1{font-family:var(--font-display);font-size:clamp(2.8rem,5vw,5rem);line-height:.95;color:var(--white);letter-spacing:.02em;margin-bottom:1.25rem}.hero-home p{font-size:1.05rem;color:#ffffffa6;max-width:44ch;margin-bottom:2rem;line-height:1.7}.hero-cta{display:inline-flex;align-items:center;gap:.5rem;background:var(--accent);color:#fff;font-weight:700;font-size:.85rem;letter-spacing:.05em;text-transform:uppercase;padding:.85rem 1.75rem;border-radius:var(--radius-sm);transition:background .15s,transform .15s}.hero-cta:hover{background:var(--accent-dark);transform:translateY(-1px)}.hero-home-visual{display:flex;justify-content:center;align-items:center}.hero-roof-graphic{opacity:.15;pointer-events:none}.cat-strip{background:var(--white);border-bottom:1px solid var(--gray-200);margin-bottom:2.5rem}.cat-strip .container{display:flex;gap:0;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none}.cat-strip .container::-webkit-scrollbar{display:none}.cat-item{display:flex;flex-direction:column;align-items:center;gap:.3rem;padding:1rem 1.5rem;border-bottom:3px solid transparent;transition:border-color .15s,color .15s;flex-shrink:0;color:var(--text-muted);font-size:.78rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;cursor:pointer}.cat-item:hover,.cat-item.active{color:var(--accent);border-bottom-color:var(--accent)}.cat-item .cat-icon{font-size:1.4rem;line-height:1}.section-header{display:flex;align-items:baseline;gap:1rem;margin-bottom:1.5rem;border-bottom:2px solid var(--black);padding-bottom:.6rem}.section-header h2{font-family:var(--font-display);font-size:1.5rem;letter-spacing:.04em;color:var(--black)}.section-header .see-all{margin-left:auto;font-size:.75rem;font-weight:700;letter-spacing:.07em;text-transform:uppercase;color:var(--accent);display:flex;align-items:center;gap:.25rem}.section-header .see-all:hover{text-decoration:underline}.articles-section{padding-block:0 3rem}.articles-section .container{display:grid;grid-template-columns:1fr 1fr 1fr;gap:2.5rem}.articles-section .main-col{grid-column:1 / 3}.articles-section .side-col{grid-column:3 / 4}.card-featured{background:var(--white);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow-sm);transition:box-shadow .2s,transform .2s;display:block;color:inherit;margin-bottom:1.5rem}.card-featured:hover{box-shadow:var(--shadow-lg);transform:translateY(-2px)}.card-featured-img{width:100%;aspect-ratio:16/9;object-fit:cover;background:linear-gradient(135deg,#e53935,#b71c1c);display:flex;align-items:center;justify-content:center;font-size:5rem;min-height:220px}.card-featured-body{padding:1.5rem}.card-cat{display:inline-block;font-size:.68rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:var(--accent);margin-bottom:.6rem}.card-featured h3{font-size:1.35rem;font-weight:800;line-height:1.25;color:var(--black);margin-bottom:.6rem}.card-featured p{font-size:.9rem;color:var(--text-muted);line-height:1.6;margin-bottom:.9rem}.card-meta{font-size:.75rem;color:var(--gray-500);display:flex;align-items:center;gap:.5rem}.card-meta .dot{color:var(--gray-300)}.card-grid-sm{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.card-sm{background:var(--white);border-radius:var(--radius);padding:1.1rem;box-shadow:var(--shadow-sm);transition:box-shadow .2s,transform .2s;display:block;color:inherit}.card-sm:hover{box-shadow:var(--shadow);transform:translateY(-2px)}.card-sm h3{font-size:.9rem;font-weight:700;line-height:1.3;color:var(--black);margin-bottom:.4rem}.card-sm p{font-size:.8rem;color:var(--text-muted);line-height:1.5;margin-bottom:.5rem}.sidebar-list{display:flex;flex-direction:column;gap:0}.sidebar-list-item{display:block;color:inherit;padding:1rem 0;border-bottom:1px solid var(--gray-200);transition:color .15s}.sidebar-list-item:first-child{padding-top:0}.sidebar-list-item:last-child{border-bottom:none}.sidebar-list-item:hover h4{color:var(--accent)}.sidebar-list-item h4{font-size:.88rem;font-weight:700;line-height:1.3;color:var(--black);margin-bottom:.35rem;transition:color .15s}.sidebar-list-item p{font-size:.78rem;color:var(--text-muted);line-height:1.45}.page-hero{background:var(--black);padding:3rem 0 2.5rem;margin-bottom:2.5rem;position:relative;overflow:hidden}.page-hero:after{content:"";position:absolute;bottom:0;left:0;right:0;height:3px;background:var(--accent)}.page-hero .container{display:flex;align-items:flex-end;gap:1.5rem}.page-hero-icon{font-size:3.5rem;line-height:1;opacity:.9}.page-hero-text h1{font-family:var(--font-display);font-size:clamp(2.5rem,4vw,4.5rem);color:var(--white);letter-spacing:.04em;line-height:1;margin-bottom:.5rem}.page-hero-text p{color:#ffffff8c;font-size:.95rem;max-width:55ch}.blog-page{padding-block:0 4rem}.blog-page .container{display:grid;grid-template-columns:1fr 320px;gap:3rem}.blog-grid{display:flex;flex-direction:column;gap:1.5rem}.card-h{background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow-sm);display:flex;gap:1.25rem;padding:1.25rem;transition:box-shadow .2s,transform .2s;color:inherit}.card-h:hover{box-shadow:var(--shadow);transform:translate(3px)}.card-h-emoji{width:72px;height:72px;flex-shrink:0;border-radius:var(--radius-sm);display:flex;align-items:center;justify-content:center;font-size:2.2rem;background:var(--accent-light)}.card-h-body{flex:1;min-width:0}.card-h-body h3{font-size:1.05rem;font-weight:800;line-height:1.3;color:var(--black);margin-bottom:.4rem}.card-h-body p{font-size:.85rem;color:var(--text-muted);line-height:1.55;margin-bottom:.5rem}.article-page{padding-bottom:5rem}.article-page .container{display:grid;grid-template-columns:1fr 300px;gap:3rem;align-items:start}.article-header{background:var(--black);padding:3rem 0 2.5rem;margin-bottom:0}.article-header .container{display:block;grid-template-columns:unset;gap:unset}.article-header .back-link{display:inline-flex;align-items:center;gap:.4rem;color:#ffffff80;font-size:.8rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;margin-bottom:1.5rem;transition:color .15s}.article-header .back-link:hover{color:var(--white)}.article-header h1{font-family:var(--font-display);font-size:clamp(2.2rem,4vw,4rem);color:var(--white);line-height:1;letter-spacing:.02em;max-width:22ch;margin-bottom:1.25rem}.article-header .article-meta{display:flex;align-items:center;gap:1rem;font-size:.8rem;color:#ffffff73;flex-wrap:wrap}.article-header .article-meta .badge{background:var(--accent);color:#fff;font-weight:700;font-size:.68rem;letter-spacing:.1em;text-transform:uppercase;padding:.25rem .65rem;border-radius:3px}.article-body{background:var(--white);border-radius:var(--radius);padding:2.5rem;box-shadow:var(--shadow-sm);margin-top:2rem}.article-body p{margin-bottom:1.15rem;font-size:1.05rem;line-height:1.75}.article-body h2{font-family:var(--font-display);font-size:1.8rem;letter-spacing:.03em;color:var(--black);margin:2.25rem 0 .85rem;padding-top:1.5rem;border-top:2px solid var(--gray-200)}.article-body h2:first-child{border-top:none;padding-top:0;margin-top:0}.article-body h3{font-size:1.15rem;font-weight:800;color:var(--accent);margin:1.75rem 0 .5rem}.article-body ul,.article-body ol{padding-left:1.5rem;margin-bottom:1.25rem}.article-body li{margin-bottom:.45rem;font-size:1.02rem;line-height:1.65}.article-body strong{font-weight:700;color:var(--black)}.article-body table{width:100%;border-collapse:collapse;margin:1.5rem 0;font-size:.92rem}.article-body th{background:var(--black);color:var(--white);text-align:left;padding:.75rem 1rem;font-size:.78rem;letter-spacing:.06em;text-transform:uppercase}.article-body td{padding:.7rem 1rem;border-bottom:1px solid var(--gray-200)}.article-body tr:last-child td{border-bottom:none}.article-body tr:nth-child(2n) td{background:var(--gray-50)}.sidebar{position:sticky;top:calc(var(--nav-h) + 1.5rem)}.sidebar-block{background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow-sm);overflow:hidden;margin-bottom:1.5rem}.sidebar-block-header{background:var(--black);color:var(--white);padding:.8rem 1.25rem;font-family:var(--font-display);font-size:1rem;letter-spacing:.06em}.sidebar-block-body{padding:1rem 1.25rem}.sidebar-cats{display:flex;flex-direction:column;gap:.15rem}.sidebar-cat-link{display:flex;align-items:center;gap:.75rem;padding:.6rem .5rem;border-radius:var(--radius-sm);font-size:.88rem;font-weight:600;color:var(--text);transition:background .15s,color .15s}.sidebar-cat-link:hover{background:var(--accent-light);color:var(--accent)}.sidebar-cat-link .icon{font-size:1.1rem}.site-footer{background:var(--black);color:#ffffff73;padding:3rem 0 2rem;margin-top:auto}.site-footer .container{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:2.5rem;margin-bottom:2rem}.footer-brand .footer-logo{display:flex;align-items:center;gap:10px;margin-bottom:1rem}.footer-brand .logo-toiture{font-family:var(--font-display);font-size:1.8rem;color:var(--white)}.footer-brand .logo-guide{font-size:.7rem;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:var(--accent);display:block;margin-bottom:2px}.footer-brand p{font-size:.83rem;line-height:1.65;max-width:30ch}.footer-col h4{font-size:.72rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:var(--white);margin-bottom:.9rem}.footer-col ul{list-style:none}.footer-col li{margin-bottom:.45rem}.footer-col a{font-size:.85rem;color:#ffffff73;transition:color .15s}.footer-col a:hover{color:var(--white)}.footer-bottom{border-top:1px solid rgba(255,255,255,.08);padding-top:1.5rem;display:flex;justify-content:space-between;align-items:center;font-size:.78rem;color:#ffffff40}@media (max-width: 1024px){.articles-section .container{grid-template-columns:1fr}.articles-section .main-col,.articles-section .side-col{grid-column:auto}.blog-page .container,.article-page .container{grid-template-columns:1fr}.site-footer .container{grid-template-columns:1fr 1fr}.hero-home .container{grid-template-columns:1fr}.hero-home-visual{display:none}}@media (max-width: 768px){.site-nav{display:none}.card-grid-sm,.site-footer .container{grid-template-columns:1fr}.article-body{padding:1.5rem}}
