/*
Theme Name: GizmoCrunch Premium
Theme URI: https://gizmocrunch.co.uk/
Author: GizmoCrunch
Description: Premium light-mode technology magazine WordPress theme for GizmoCrunch.co.uk.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
License: GPL-2.0-or-later
Text Domain: gizmocrunch
*/
:root{--bg:#f7f9fc;--white:#fff;--dark:#07111f;--text:#334155;--muted:#64748b;--line:#e2e8f0;--blue:#2563eb;--blue2:#1d4ed8;--radius:22px;--shadow:0 18px 50px rgba(15,23,42,.08)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--dark);font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;line-height:1.7}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto}.container{width:min(1180px,calc(100% - 40px));margin:auto}
.site-header{position:sticky;top:0;z-index:99;background:rgba(255,255,255,.95);backdrop-filter:blur(14px);border-bottom:1px solid var(--line)}.header-inner{min-height:76px;display:flex;align-items:center;justify-content:space-between;gap:25px}.brand{display:flex;align-items:center;gap:11px}.brand-mark{width:42px;height:42px;border-radius:12px;background:var(--dark);color:#fff;display:grid;place-items:center;font-weight:900;font-size:20px}.brand-name{font-size:21px;font-weight:900;letter-spacing:-.05em;line-height:1}.brand-name span{color:var(--blue)}.brand-tag{display:block;color:#94a3b8;font-size:9px;font-weight:800;letter-spacing:.18em;text-transform:uppercase;margin-top:4px}.main-nav{display:flex;gap:20px;align-items:center}.main-nav a{font-size:13px;font-weight:750;color:#475569}.main-nav a:hover{color:var(--blue)}.header-actions{display:flex;align-items:center;gap:9px}.search-btn,.menu-toggle{width:40px;height:40px;border:1px solid var(--line);border-radius:50%;background:#fff;display:grid;place-items:center;cursor:pointer}.subscribe-btn,.primary-btn{display:inline-flex;align-items:center;justify-content:center;background:var(--blue);color:#fff;border:0;border-radius:999px;padding:11px 21px;font-size:14px;font-weight:800}.subscribe-btn:hover,.primary-btn:hover{background:var(--blue2)}.menu-toggle{display:none}.mobile-nav{display:none;padding:10px 20px 22px;border-top:1px solid var(--line);background:#fff}.mobile-nav a{display:block;padding:9px 0;font-weight:700;color:#475569}
.hero{background:#fff;border-bottom:1px solid var(--line)}.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:60px;align-items:center;padding:85px 0}.eyebrow,.section-label{color:var(--blue);font-size:11px;font-weight:900;letter-spacing:.16em;text-transform:uppercase}.eyebrow{display:inline-flex;padding:8px 13px;background:#eff6ff;border:1px solid #bfdbfe;border-radius:999px}.hero h1{font-size:clamp(48px,6vw,78px);line-height:.98;letter-spacing:-.065em;margin:23px 0 0}.hero h1 span{color:var(--blue)}.hero-copy{max-width:650px;color:var(--muted);font-size:18px;line-height:1.8;margin:25px 0 0}.hero-buttons{display:flex;gap:11px;flex-wrap:wrap;margin-top:30px}.secondary-btn{display:inline-flex;align-items:center;justify-content:center;border:1px solid #cbd5e1;border-radius:999px;padding:11px 21px;background:#fff;font-size:14px;font-weight:800}.hero-image-wrap{padding:11px;background:#07111f;border-radius:31px;box-shadow:0 25px 60px rgba(15,23,42,.17)}.hero-image{position:relative;overflow:hidden;border-radius:23px;min-height:500px;background:linear-gradient(135deg,#07111f,#2563eb,#06b6d4)}.hero-image:before{content:"";position:absolute;inset:10%;border:1px solid rgba(255,255,255,.18);border-radius:50%;box-shadow:0 0 0 55px rgba(255,255,255,.03),0 0 0 110px rgba(255,255,255,.025)}.hero-image:after{content:"";position:absolute;width:260px;height:260px;right:12%;top:16%;border-radius:50%;background:rgba(255,255,255,.1)}.hero-overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(2,6,23,.9),transparent 65%)}.hero-image-content{position:absolute;left:30px;right:30px;bottom:28px;color:#fff}.hero-image-content .section-label{color:#93c5fd}.hero-image-content h2{font-size:31px;line-height:1.15;letter-spacing:-.04em;margin:9px 0 0}
.section{padding:80px 0}.section-white{background:#fff;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.section-head{display:flex;align-items:end;justify-content:space-between;gap:25px;margin-bottom:35px}.section-title{font-size:40px;line-height:1.1;letter-spacing:-.05em;margin:8px 0 0}.section-desc{color:var(--muted);max-width:650px;margin:10px 0 0}.view-all{color:var(--blue);font-size:14px;font-weight:900;white-space:nowrap}
.article-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:23px}.featured-grid{grid-template-columns:repeat(2,1fr)}.article-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;transition:.3s}.article-card:hover{transform:translateY(-5px);box-shadow:var(--shadow)}.article-thumb{aspect-ratio:16/10;background:linear-gradient(135deg,#07111f,#2563eb);overflow:hidden}.article-thumb img{width:100%;height:100%;object-fit:cover;transition:.5s}.article-card:hover .article-thumb img{transform:scale(1.04)}.article-body{padding:23px}.article-category{color:var(--blue);font-size:11px;font-weight:900;letter-spacing:.14em;text-transform:uppercase}.article-title{font-size:21px;line-height:1.25;letter-spacing:-.03em;margin:9px 0 0}.article-excerpt{color:var(--muted);font-size:14px;line-height:1.7;margin:11px 0 0}.article-meta{display:flex;justify-content:space-between;gap:10px;color:#94a3b8;font-size:12px;font-weight:700;margin-top:18px}.read-more{color:var(--blue)}
.category-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.category-card{position:relative;min-height:260px;overflow:hidden;border-radius:var(--radius);background:linear-gradient(135deg,#07111f,#2563eb)}.category-card:nth-child(2){background:linear-gradient(135deg,#0f172a,#0891b2)}.category-card:nth-child(3){background:linear-gradient(135deg,#172554,#7c3aed)}.category-card:nth-child(4){background:linear-gradient(135deg,#111827,#dc2626)}.category-card:nth-child(5){background:linear-gradient(135deg,#172554,#0ea5e9)}.category-card:nth-child(6){background:linear-gradient(135deg,#064e3b,#14b8a6)}.category-content{position:absolute;inset:auto 27px 25px;color:#fff}.category-content h3{margin:0;font-size:25px}.category-content p{color:#dbeafe;font-size:14px;line-height:1.6;margin:7px 0 0}.category-content span{display:inline-block;color:#bfdbfe;font-weight:900;font-size:13px;margin-top:11px}
.editorial-band{background:#07111f;color:#fff}.editorial-band h2{max-width:760px;font-size:48px;line-height:1.08;letter-spacing:-.05em;margin:12px 0}.editorial-band p{max-width:720px;color:#94a3b8;font-size:17px}.newsletter{padding:80px 0}.newsletter-box{background:#07111f;color:#fff;border-radius:31px;text-align:center;padding:62px 30px}.newsletter-box h2{font-size:46px;line-height:1.1;letter-spacing:-.05em;margin:13px 0}.newsletter-box p{max-width:600px;margin:15px auto;color:#94a3b8}.newsletter-form{display:flex;max-width:560px;margin:27px auto 0;gap:9px}.newsletter-form input{flex:1;min-height:48px;border:0;border-radius:999px;padding:0 18px;outline:0}
.page-header{padding:75px 0;background:#fff;border-bottom:1px solid var(--line)}.page-header h1{font-size:56px;line-height:1.05;letter-spacing:-.055em;margin:10px 0}.page-header p{max-width:760px;color:var(--muted);font-size:18px}.content-page{background:#fff}.content-narrow{max-width:820px;padding:70px 0}.content-narrow h2{font-size:30px;line-height:1.2;margin-top:42px}.content-narrow p{font-size:17px;line-height:1.9;color:#475569}.single-header{max-width:850px;padding:80px 0 50px}.single-header h1{font-size:clamp(40px,6vw,65px);line-height:1.04;letter-spacing:-.06em;margin:13px 0}.single-excerpt{font-size:20px;color:var(--muted)}.single-meta{font-size:13px;color:#64748b;margin-top:18px}.single-featured{max-width:1180px;margin:auto}.single-featured img{width:100%;max-height:620px;object-fit:cover;border-radius:30px}.single-content{max-width:780px;margin:auto;padding:60px 0 90px}.single-content p{font-size:18px;line-height:1.9;color:#334155}.single-content h2{font-size:32px;line-height:1.2;margin-top:45px}.search-form{display:flex;gap:10px;max-width:700px;margin-top:25px}.search-form input{flex:1;min-height:50px;padding:0 17px;border:1px solid var(--line);border-radius:14px;outline:0}
.site-footer{background:#fff;border-top:1px solid var(--line)}.footer-grid{display:grid;grid-template-columns:1.6fr 1fr 1fr 1fr;gap:40px;padding:65px 0}.footer-description{max-width:420px;color:var(--muted);font-size:14px}.footer-col h3{font-size:14px}.footer-col a{display:block;color:#64748b;font-size:14px;margin-top:9px}.footer-col a:hover{color:var(--blue)}.footer-bottom{display:flex;justify-content:space-between;border-top:1px solid var(--line);padding:22px 0;color:#94a3b8;font-size:12px}
@media(max-width:1050px){.main-nav{display:none}.menu-toggle{display:grid}.hero-grid{grid-template-columns:1fr}.article-grid,.category-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:700px){.container{width:calc(100% - 28px)}.hero-grid{padding:55px 0;gap:35px}.hero h1{font-size:49px}.hero-copy{font-size:16px}.section{padding:60px 0}.section-head{align-items:flex-start;flex-direction:column}.section-title{font-size:33px}.article-grid,.featured-grid,.category-grid{grid-template-columns:1fr}.newsletter-box{padding:48px 20px}.newsletter-box h2,.editorial-band h2{font-size:36px}.newsletter-form{flex-direction:column}.page-header{padding:58px 0}.page-header h1{font-size:43px}.footer-grid{grid-template-columns:1fr}.footer-bottom{flex-direction:column}.single-content{padding:50px 14px 70px}}
