/*
Theme Name: Tech4way
Theme URI: https://tech4way.com
Author: Tech4way
Description: Fast multilingual editorial theme for Tech4way technology news.
Version: 1.0.0
Requires at least: 6.5
Requires PHP: 8.1
Text Domain: tech4way
*/
:root{--violet:#6d28d9;--violet-2:#8b5cf6;--ink:#111827;--muted:#64748b;--line:#e5e7eb;--paper:#fff;--cloud:#f8fafc;--space:#0b1020;--radius:16px;--wrap:1200px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:Inter,Arial,sans-serif;line-height:1.65}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}.wrap{width:min(calc(100% - 32px),var(--wrap));margin:auto}.site-header{position:sticky;top:0;z-index:20;background:rgba(255,255,255,.96);border-bottom:1px solid var(--line);backdrop-filter:blur(12px)}.topbar{background:var(--space);color:#fff;font-size:13px}.topbar .wrap,.header-main{display:flex;align-items:center;justify-content:space-between;gap:20px}.topbar .wrap{min-height:34px}.header-main{min-height:76px}.brand img{width:220px;max-height:56px}.brand-name{font-size:28px;font-weight:900;letter-spacing:-1.5px}.brand-name b{color:var(--violet)}.primary-menu,.lang-menu{display:flex;align-items:center;gap:20px;list-style:none;padding:0;margin:0}.primary-menu a{font-weight:700;font-size:14px}.primary-menu a:hover,.primary-menu .current-menu-item>a{color:var(--violet)}.header-actions{display:flex;align-items:center;gap:12px}.pill,.search-submit,.newsletter button{border:0;border-radius:999px;background:var(--violet);color:#fff;font-weight:800;padding:11px 18px;cursor:pointer}.menu-toggle{display:none;border:0;background:none;font-size:24px}.breaking{background:#f5f3ff;border-bottom:1px solid #ddd6fe}.breaking .wrap{display:flex;gap:16px;align-items:center;min-height:43px;font-size:14px}.breaking-label{color:var(--violet);font-weight:900;text-transform:uppercase}.hero{padding:38px 0}.hero-grid{display:grid;grid-template-columns:1.55fr 1fr;gap:24px}.featured-card,.post-card{position:relative;background:var(--cloud);border-radius:var(--radius);overflow:hidden}.featured-card img{width:100%;aspect-ratio:16/10;object-fit:cover}.featured-overlay{position:absolute;inset:auto 0 0;padding:80px 28px 28px;color:#fff;background:linear-gradient(transparent,rgba(11,16,32,.94))}.eyebrow{display:inline-block;color:var(--violet);font-size:12px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.featured-overlay .eyebrow{color:#c4b5fd}.featured-overlay h1{font-size:clamp(28px,4vw,48px);line-height:1.06;margin:8px 0}.side-stack{display:grid;gap:18px}.side-story{display:grid;grid-template-columns:150px 1fr;gap:16px;align-items:center}.side-story img{width:150px;aspect-ratio:4/3;object-fit:cover;border-radius:12px}.side-story h2{font-size:19px;line-height:1.25;margin:5px 0}.meta{font-size:13px;color:var(--muted)}.section{padding:34px 0}.section-head{display:flex;align-items:end;justify-content:space-between;margin-bottom:20px;border-bottom:1px solid var(--line)}.section-head h2{font-size:28px;line-height:1;margin:0;padding-bottom:13px;border-bottom:3px solid var(--violet)}.post-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.post-card{background:#fff;border:1px solid var(--line)}.post-card img{width:100%;aspect-ratio:16/10;object-fit:cover}.post-card-body{padding:18px}.post-card h2,.post-card h3{line-height:1.25;margin:7px 0 10px}.post-card h2{font-size:24px}.post-card h3{font-size:20px}.content-layout{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:42px}.article-header{max-width:880px;margin:38px auto 24px}.article-header h1{font-size:clamp(36px,5vw,64px);line-height:1.06;letter-spacing:-.035em;margin:10px 0 18px}.article-content{font-size:18px}.article-content h2{font-size:32px;line-height:1.2;margin-top:42px}.article-content a{color:var(--violet);text-decoration:underline}.article-content blockquote{margin:32px 0;padding:4px 24px;border-left:4px solid var(--violet);font-size:22px;font-weight:700}.sidebar-box{border:1px solid var(--line);border-radius:var(--radius);padding:22px;margin-bottom:22px}.sidebar-box h3{margin-top:0}.newsletter{background:var(--space);color:#fff;border-radius:var(--radius);padding:28px}.newsletter input,.search-field{width:100%;border:1px solid var(--line);border-radius:999px;padding:12px 16px;margin:8px 0}.ad-slot{display:grid;place-items:center;min-height:120px;background:var(--cloud);border:1px dashed #cbd5e1;color:var(--muted);border-radius:12px;font-size:12px;text-transform:uppercase}.site-footer{background:var(--space);color:#cbd5e1;margin-top:60px;padding:52px 0 24px}.footer-grid{display:grid;grid-template-columns:2fr repeat(3,1fr);gap:36px}.footer-logo{width:220px;max-height:56px;object-fit:contain}.site-footer h3{color:#fff}.footer-bottom{border-top:1px solid #273247;margin-top:36px;padding-top:20px;font-size:13px}.pagination{display:flex;gap:8px;margin:30px 0}.page-numbers{border:1px solid var(--line);padding:8px 13px;border-radius:8px}.page-numbers.current{background:var(--violet);color:#fff}.screen-reader-text{position:absolute;left:-9999px}
@media(max-width:900px){.menu-toggle{display:block}.primary-nav{display:none;position:absolute;top:76px;left:0;right:0;background:#fff;padding:22px;border-bottom:1px solid var(--line)}.primary-nav.is-open{display:block}.primary-menu{align-items:flex-start;flex-direction:column}.hero-grid,.content-layout{grid-template-columns:1fr}.post-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr 1fr}.topbar{display:none}}
@media(max-width:600px){.brand-name{font-size:24px}.header-main{min-height:64px}.hero{padding:18px 0}.featured-overlay{padding:60px 18px 18px}.side-story{grid-template-columns:110px 1fr}.side-story img{width:110px}.post-grid,.footer-grid{grid-template-columns:1fr}.section{padding:24px 0}.article-header h1{font-size:38px}}
