
/*
Theme Name: GlassHelper Theme
Theme URI: https://www.glasshelper.co.uk/
Author: GlassHelper
Author URI: https://www.glasshelper.co.uk/
Description: Glass & Mirror Installation theme with grouped Services and rich 400+ word SEO content per service. Email-only, working footer links.
Version: 1.3.3
License: GPL-2.0-or-later
Text Domain: glasshelper
Tags: responsive, business, custom-logo, custom-menu
*/
:root{--gh-red:#FF0000;--gh-bg:#fff;--gh-text:#111;--gh-muted:#555;--gh-border:#e5e5e5;--gh-radius:16px;--gh-shadow:0 8px 22px rgba(0,0,0,.06)}
*{box-sizing:border-box} html,body{margin:0;padding:0}
body{font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial;color:var(--gh-text);background:var(--gh-bg);line-height:1.6}
a{color:var(--gh-red);text-decoration:none} a:hover{text-decoration:underline}
.container{width:min(1200px,92%);margin-inline:auto}
.btn{display:inline-block;padding:.9rem 1.2rem;border-radius:999px;background:var(--gh-red);color:#fff;box-shadow:var(--gh-shadow);font-weight:700}
.btn-outline{background:#fff;color:var(--gh-red);border:2px solid var(--gh-red)}
header.site-header{position:sticky;top:0;z-index:50;background:#fff;border-bottom:1px solid var(--gh-border)}
.navbar{display:flex;align-items:center;justify-content:space-between;padding:.8rem 0}
.logo{display:flex;align-items:center;gap:.6rem;font-weight:800;font-size:1.1rem}
.logo img{height:36px;width:auto;border-radius:8px}
.nav ul{list-style:none;display:flex;gap:1rem;margin:0;padding:0}
.nav a{padding:.5rem .7rem;border-radius:10px}
.nav a:hover{background:#f7f7f7;text-decoration:none}
.section{padding:2.2rem 0}
.section h2{margin:.2rem 0 .6rem}
.grid{display:grid;gap:1rem}
.grid-3{grid-template-columns:repeat(3,1fr)}
@media (max-width:980px){.grid-3{grid-template-columns:1fr 1fr}}
@media (max-width:640px){.grid-3{grid-template-columns:1fr}}
.card{background:#fff;border:1px solid var(--gh-border);border-radius:var(--gh-radius);padding:1.2rem;box-shadow:var(--gh-shadow)}
.gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:.7rem}
.gallery img{width:100%;height:220px;object-fit:cover;border-radius:12px;border:1px solid var(--gh-border)}
.footer{background:#0b0b0b;color:#ddd;padding:2rem 0;margin-top:2rem}
.footer a{color:#fff} .footer small{color:#aaa}
.footer .cols{display:grid;grid-template-columns:2fr 1fr 1fr;gap:1rem}
.notice{padding:.8rem 1rem;border:1px dashed var(--gh-border);border-radius:12px;background:#fcfcfc}
form.quote-form{display:grid;grid-template-columns:1fr 1fr;gap:.8rem}
form.quote-form input, form.quote-form select, form.quote-form textarea{width:100%;padding:.75rem;border:1px solid var(--gh-border);border-radius:12px;font:inherit}
form.quote-form textarea{grid-column:1/-1;min-height:120px}
form.quote-form button{grid-column:1/-1}
