/*
Theme Name: Cylroc Modern
Theme URI: https://cylroc.eu
Author: Generated by ChatGPT (GPT-5 Thinking mini)
Author URI: https://cylroc.eu
Description: Modern, responsive WordPress theme tailored for Cyprus Land Rover Owners Club (Cylroc). Lightweight, accessible, and easy to customize.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: cylroc-modern
Tags: one-column, two-columns, responsive-layout, accessibility, blog, custom-logo
*/

:root{
  --accent:#2b8a3e;
  --dark:#111214;
  --muted:#6b7280;
  --bg:#ffffff;
  --card:#f8fafc;
  --maxw:1200px;
  --gap:18px;
  --accent-contrast:#ffffff;
  --font-sans: "Helvetica Neue", Arial, sans-serif;
}

*{box-sizing:border-box}
html,body{margin:0;padding:0;font-family:var(--font-sans);color:var(--dark);background:var(--bg);-webkit-font-smoothing:antialiased}
a{color:var(--accent);text-decoration:none}
.site-wrap{max-width:var(--maxw);margin:0 auto;padding:24px}
.header{display:flex;align-items:center;justify-content:space-between;padding:12px 0}
.site-logo{display:flex;align-items:center;gap:12px}
.site-logo img{height:52px;width:auto;border-radius:6px}
.site-title{font-weight:700;font-size:20px}
.main-nav{display:flex;gap:12px;align-items:center}
.hero{display:grid;grid-template-columns:1fr;gap:18px;align-items:center;background:linear-gradient(180deg, rgba(43,138,62,0.06), transparent);padding:28px;border-radius:12px;margin-bottom:18px}
.hero .hero-inner{display:flex;flex-direction:column;gap:12px}
.hero h1{margin:0;font-size:28px}
.hero p{margin:0;color:var(--muted)}
.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--gap);margin-top:18px}
.card{background:var(--card);padding:12px;border-radius:8px;box-shadow:0 1px 4px rgba(0,0,0,0.04)}
.posts-list h2{margin:0 0 12px 0}
.post-item{padding:10px 0;border-bottom:1px solid rgba(0,0,0,0.04)}
.post-item:last-child{border-bottom:none}
.events-calendar{padding:8px}
.gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}
.gallery-grid img{width:100%;height:160px;object-fit:cover;border-radius:6px}
.footer{margin-top:30px;padding-top:12px;border-top:1px solid rgba(0,0,0,0.06);color:var(--muted);font-size:14px}

/* Responsive */
@media (max-width:900px){
  .grid{grid-template-columns:repeat(2,1fr)}
  .gallery-grid img{height:120px}
}
@media (max-width:600px){
  .header{flex-wrap:wrap}
  .site-title{font-size:18px}
  .grid{grid-template-columns:1fr}
  .gallery-grid{grid-template-columns:repeat(2,1fr)}
  .hero h1{font-size:22px}
}
