/* ===================================================
   Stirling Windows And Doors — Custom Stylesheet — stirlingwindowsanddoors.com
   =================================================== */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --navy:   #1a2e4a;
  --navy2:  #1a2e4a;
  --orange: #e8821a;
  --orange2:#d07310;
  --light:  #f4f6f9;
  --white:  #ffffff;
  --text:   #333333;
  --muted:  #666666;
  --border: #dde2ea;
  --primary: #e8821a;
  --orange-text: #a85a09;
  --radius: 8px;
  --shadow: 0 4px 20px rgba(0,0,0,0.10);
}

html { scroll-behavior: smooth; }

body {
  font-family: 'Inter', Arial, sans-serif;
  color: var(--text);
  font-size: 16px;
  line-height: 1.65;
  background: #fff;
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
ul { list-style: none; }

/* ── TOP BAR ── */
.top-bar {
  background: var(--navy2);
  color: #fff;
  font-size: 13px;
  padding: 8px 0;
}
.top-bar .inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
}
.top-bar a { color: #fff; font-weight: 600; transition: color .2s; }
.top-bar a:hover { color: var(--orange); }
.top-bar .tb-contact { display: flex; gap: 24px; align-items: center; }
.top-bar .tb-tagline { font-size: 12px; opacity: .75; }
.top-bar a svg { vertical-align: middle; margin-right: 5px; }
.tb-quote-btn { background: var(--orange); color: #fff !important; padding: 3px 10px; border-radius: 4px; font-weight: 600; font-size: 13px; white-space: nowrap; transition: background .2s; }
.tb-quote-btn:hover { background: var(--orange2) !important; color: #fff !important; }
.mobile-only { display: none; }

/* ── MAIN NAV ── */
header.site-header {
  background: #fff;
  position: sticky;
  top: 0;
  z-index: 999;
  box-shadow: 0 2px 12px rgba(0,0,0,0.1);
  border-bottom: 1px solid #e8edf3;
}
.nav-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 68px;
}
.site-logo {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
  text-decoration: none;
}
.logo-location { font-size: 30px; font-weight: 800; color: var(--orange); letter-spacing: -.3px; text-transform: uppercase; }
.logo-sub { font-size: 13px; font-weight: 700; color: var(--navy); letter-spacing: 2px; text-transform: uppercase; }

nav.main-nav { display: flex; align-items: center; gap: 4px; }
nav.main-nav a {
  color: var(--navy);
  font-size: 14px;
  font-weight: 500;
  padding: 8px 14px;
  border-radius: 5px;
  transition: background .2s, color .2s;
}
nav.main-nav a:hover { background: rgba(26,46,74,.06); color: var(--navy); }
nav.main-nav a.active { background: rgba(26,46,74,.06); color: var(--orange); }
nav.main-nav .btn-quote {
  background: var(--orange);
  color: #fff !important;
  padding: 9px 20px;
  border-radius: 5px;
  font-weight: 600;
  margin-left: 10px;
  transition: background .2s;
}
nav.main-nav .btn-quote:hover { background: var(--orange2); }

/* Nav dropdown */
.nav-dropdown { position: relative; }
.nav-dropdown > a { display: flex; align-items: center; gap: 4px; }
.nav-arrow { font-size: 10px; opacity: .7; }
.nav-dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  border-radius: 0 0 8px 8px;
  box-shadow: 0 8px 24px rgba(0,0,0,.12);
  border: 1px solid #e8edf3;
  min-width: 200px;
  padding: 8px 0;
  z-index: 1000;
}
.nav-dropdown:hover .nav-dropdown-menu { display: block; }
.nav-dropdown-menu a {
  display: block;
  padding: 10px 18px;
  color: var(--navy);
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
  transition: background .15s;
}
.nav-dropdown-menu a:hover { background: #f4f6f9; color: var(--orange); }

/* Hamburger */
.hamburger {
  display: none;
  cursor: pointer;
  padding: 6px;
  background: none;
  border: none;
  line-height: 0;
}

/* ── HERO ── */
.hero {
  background: linear-gradient(135deg, var(--navy) 0%, #243d5c 100%);
  color: #fff;
  padding: 70px 20px 60px;
  position: relative;
  overflow: hidden;
}
.hero::before {
  content: '';
  position: absolute; inset: 0;
  background: none;
  opacity: .15;
}
.hero-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 50px;
  align-items: center;
  position: relative;
  z-index: 1;
}
.hero-badge {
  display: inline-block;
  background: var(--orange);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 5px 14px;
  border-radius: 6px;
  margin-bottom: 18px;
}
.hero-sale-badge { display: inline-block; background: var(--orange); border-radius: 10px; padding: 16px 32px 20px; text-align: center; margin-bottom: 28px; line-height: 1; }
.hero-sale-top { font-size: 64px; font-weight: 900; color: #fff; letter-spacing: -2px; line-height: 1; text-transform: uppercase; }
.hero-sale-mid { font-size: 18px; font-weight: 900; color: #fff; display: flex; align-items: center; gap: 6px; justify-content: center; margin-top: 4px; }
.hero-sale-upto { font-size: 13px; font-weight: 700; color: rgba(255,255,255,0.9); }
.hero-sale-pct { font-size: 48px; font-weight: 900; line-height: 1; }
.hero-sale-off { font-size: 36px; font-weight: 900; background: var(--navy); color: #fff; padding: 2px 12px; border-radius: 4px; line-height: 1.2; }
.page-windows .hero,
.page-doors .hero,
.page-home .hero,
.page-conservatories .hero { background: linear-gradient(135deg, var(--navy) 0%, #243d5c 100%); color: #fff; }
.page-windows .hero-inner,
.page-doors .hero-inner,
.page-home .hero-inner,
.page-conservatories .hero-inner { grid-template-columns: 2fr 3fr; align-items: stretch; gap: 30px; }
.page-windows .hero-product-card,
.page-doors .hero-product-card,
.page-home .hero-product-card,
.page-conservatories .hero-product-card { background: transparent; box-shadow: none; padding-top: 0; padding-bottom: 0; }
.hero-card-text { color: #fff !important; font-size: 18px !important; font-weight: 600 !important; line-height: 1.2 !important; margin: 0 !important; }
.hero-card-phone { display: block; text-decoration: none; }
.btn-hero-quote { display: block; background: var(--orange); color: #fff; font-size: 17px; font-weight: 700; padding: 18px; border-radius: 8px; text-decoration: none; text-align: center; }
.btn-hero-quote:hover { background: var(--orange2); }
.hero-product-card { background: #fff; border-radius: 12px; padding: 36px 32px; box-shadow: 0 2px 16px rgba(0,0,0,0.08); }
.hero-trust-mobile { display: none; }
@keyframes glow {
  0%, 100% { filter: drop-shadow(0 0 0 rgba(232,130,26,0)); }
  50% { filter: drop-shadow(0 0 10px rgba(232,130,26,0.6)); }
}
@keyframes cta-glow {
  0%, 100% { filter: drop-shadow(0 0 0 rgba(255,255,255,0)); }
  50% { filter: drop-shadow(0 0 12px rgba(255,255,255,0.5)); }
}
.hero h1 {
  font-size: clamp(28px, 4vw, 46px);
  font-weight: 800;
  line-height: 1.18;
  margin-bottom: 18px;
}
.hero h1 span { color: var(--orange); }
.hero-sub {
  font-size: 17px;
  color: #b8cce0;
  margin-bottom: 30px;
  max-width: 500px;
}
.hero-cta-bar { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 36px; }
.btn-primary {
  background: var(--orange);
  color: #fff;
  padding: 14px 28px;
  border-radius: var(--radius);
  font-weight: 700;
  font-size: 15px;
  border: none;
  cursor: pointer;
  transition: background .2s, transform .15s;
  display: inline-block;
}
.btn-primary:hover { background: var(--orange2); color: #fff; transform: translateY(-1px); }
.btn-call {
  background: transparent;
  color: #fff;
  padding: 14px 28px;
  border-radius: var(--radius);
  font-weight: 600;
  font-size: 15px;
  border: 2px solid rgba(255,255,255,.35);
  cursor: pointer;
  transition: border-color .2s, background .2s;
  display: inline-block;
}
.btn-call:hover { border-color: #fff; background: rgba(255,255,255,.08); }

.hero-trust { display: flex; flex-wrap: wrap; gap: 10px 20px; }
.hero-trust span {
  font-size: 13px;
  color: #9bbcd8;
  display: flex;
  align-items: center;
  gap: 6px;
}
.hero-trust span::before { content: '✓'; color: var(--orange); font-weight: 700; }

/* Hero Quote Form */
.hero-form-wrap {
  background: #fff;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 8px 40px rgba(0,0,0,0.3);
  scroll-margin-top: 80px;
}


/* Home page hero — background image */
.page-home .hero { background: url('/images/hero-banner.jpg') center center / cover no-repeat; }
.page-home .hero-inner > div:first-child { background: rgba(26, 46, 74, 0.75); border-radius: 12px; padding: 32px 28px; }
.page-home .hero-form-wrap { background: rgba(255, 255, 255, 0.85); }

/* Home page — glass quote card */
.page-home .quote-card { background: rgba(26,46,74,0.72); box-shadow: 0 4px 32px rgba(0,0,0,0.25), inset 0 0 0 1px rgba(255,255,255,0.3); }
.page-home .quote-card .quote-page-title { color: #fff; }
.page-home .quote-card .form-grid label { color: rgba(255,255,255,0.9); }
.page-home .quote-card .form-note { color: rgba(255,255,255,0.6); border-top-color: rgba(255,255,255,0.15); }

.hero-form-wrap h3 {
  color: var(--navy);
  font-size: 19px;
  font-weight: 700;
  margin-bottom: 6px;
}
.hero-form-wrap .form-tagline {
  font-size: 13px;
  color: var(--muted);
  margin-bottom: 20px;
}

/* ── FORMS ── */
.quote-form label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: var(--navy);
  margin-bottom: 5px;
  margin-top: 12px;
}
.quote-form label:first-of-type { margin-top: 0; }
.quote-form input,
.quote-form select {
  width: 100%;
  padding: 11px 14px;
  border: 1.5px solid var(--border);
  border-radius: 6px;
  font-size: 14px;
  color: var(--text);
  background: #fff;
  transition: border-color .2s;
  appearance: none;
}
.quote-form input:focus,
.quote-form select:focus { outline: none; border-color: var(--orange); }
.quote-form .hp-field { display: none !important; }
.quote-form .btn-submit {
  width: 100%;
  margin-top: 16px;
  padding: 14px;
  background: var(--orange);
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background .2s;
}
.quote-form .btn-submit:hover { background: var(--orange2); color: #fff; }
.form-note {
  font-size: 12px;
  color: var(--muted);
  text-align: center;
  margin-top: 10px;
}
.form-success {
  background: #e8f5e9;
  border: 1px solid #a5d6a7;
  border-radius: 6px;
  padding: 16px;
  color: #2e7d32;
  font-weight: 600;
  text-align: center;
  display: none;
}

/* ── SECTION WRAPPERS ── */
section { padding: 60px 20px; }
.trust-bar + section { padding-top: 40px; }
.section-inner { max-width: 1200px; margin: 0 auto; }
.section-label {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--orange);
  margin-bottom: 10px;
}
.section-title {
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 800;
  color: var(--navy);
  margin-bottom: 14px;
  line-height: 1.25;
}
.section-intro { color: var(--muted); font-size: 16px; max-width: 600px; margin: 0 auto 40px; text-align: center; line-height: 1.6; }

/* ── PRODUCT CARDS ── */
.products-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}
.product-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: var(--shadow);
  border: 1px solid var(--border);
  transition: transform .25s, box-shadow .25s;
}
.product-card:hover { transform: translateY(-4px); box-shadow: 0 10px 32px rgba(0,0,0,0.14); }
.product-card-img {
  position: relative;
  height: 210px;
  overflow: hidden;
}
.product-card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.product-card:hover .product-card-img img { transform: scale(1.04); }
.product-card-price {
  position: absolute;
  top: 14px; right: 14px;
  background: var(--navy);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  padding: 4px 12px;
  border-radius: 20px;
}
.product-card-body { padding: 22px; text-align: center; }
.product-card-body h3 { font-size: 19px; font-weight: 700; color: var(--navy); margin-bottom: 8px; }
.product-card-body p { font-size: 14px; color: var(--muted); margin-bottom: 16px; line-height: 1.55; }
.product-card-body .card-link {
  font-size: 14px;
  font-weight: 700;
  color: var(--orange);
  display: inline-flex;
  align-items: center;
  gap: 5px;
  transition: gap .2s;
}
.product-card-body .card-link:hover { gap: 9px; }

/* ── ABOUT SECTION ── */
.about-section { background: var(--light); }
section + .about-section { padding-top: 40px; }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: start; }
.about-text h2 { font-size: clamp(22px, 2.5vw, 30px); font-weight: 800; color: var(--navy); margin-bottom: 16px; }
.about-text h1 { font-size: clamp(24px, 3vw, 36px); font-weight: 800; color: var(--navy); margin-bottom: 16px; }
.about-text p { color: var(--muted); margin-bottom: 14px; font-size: 16px; }
.content-img{width:100%;max-height:400px;object-fit:cover;border-radius:12px;margin-bottom:24px}
.about-text ul { margin: 10px 0 20px 0; }
.about-text ul li {
  padding: 5px 0 5px 24px;
  font-size: 15px;
  color: var(--text);
  position: relative;
}
.about-text ul li::before {
  content: '✓';
  position: absolute; left: 0;
  color: var(--orange);
  font-weight: 700;
}
.about-cta { margin-top: 24px; }

/* ── CTA STRIP ── */
.cta-strip {
  background: linear-gradient(135deg, var(--navy) 0%, #243d5c 100%);
  color: #fff;
  text-align: center;
  padding: 60px 20px;
}
.cta-strip h2 { font-size: clamp(22px, 3vw, 34px); font-weight: 800; margin-bottom: 10px; }
.cta-strip p { color: #99bbd8; font-size: 16px; margin-bottom: 28px; }
.cta-strip .cta-buttons { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }
.btn-white {
  background: #fff;
  color: var(--navy);
  padding: 14px 28px;
  border-radius: var(--radius);
  font-weight: 700;
  font-size: 15px;
  display: inline-block;
  transition: background .2s;
}
.btn-white:hover { background: #e8f0f8; }


/* ── PRODUCT ITEMS (Windows/Doors/Conservatories page) ── */
.product-list { display: flex; flex-direction: column; gap: 40px; }
.product-item {
  display: grid;
  grid-template-columns: 380px 1fr;
  gap: 36px;
  align-items: center;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: var(--shadow);
  border: 1px solid var(--border);
}
.product-item:nth-child(even) { direction: rtl; }
.product-item:nth-child(even) > * { direction: ltr; }
.product-item-img { height: 260px; overflow: hidden; }
.product-item-img img { width: 100%; height: 100%; object-fit: cover; }
.product-item-body { padding: 32px; }
.product-item-body h2 { font-size: 22px; font-weight: 800; color: var(--navy); margin-bottom: 4px; }
.product-item-body .item-price {
  font-size: 14px;
  font-weight: 700;
  color: var(--orange);
  margin-bottom: 12px;
}
.product-item-body p { font-size: 15px; color: var(--muted); margin-bottom: 18px; }

/* ── PAGE HERO (subpages) ── */
.page-hero {
  background: linear-gradient(135deg, var(--navy) 0%, #243d5c 100%);
  color: #fff;
  padding: 60px 20px;
  text-align: center;
}
.page-hero .ph-badge {
  display: inline-block;
  background: var(--navy2);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 5px 14px;
  border-radius: 20px;
  margin-bottom: 16px;
}
.page-hero h1 { font-size: clamp(26px, 4vw, 42px); font-weight: 800; margin-bottom: 12px; }
.page-hero p { font-size: 17px; color: #99bbd8; max-width: 600px; margin: 0 auto 24px; }
.page-hero .hero-trust { justify-content: center; }

/* ── CONTACT PAGE ── */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: start; }
.contact-info h2 { font-size: 24px; font-weight: 800; color: var(--navy); margin-bottom: 20px; }
.contact-info-item { display: flex; gap: 14px; margin-bottom: 22px; align-items: flex-start; }
.ci-icon {
  width: 44px; height: 44px;
  background: var(--navy);
  color: #fff;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 18px;
  flex-shrink: 0;
}
.ci-text strong { display: block; font-size: 14px; color: var(--navy); margin-bottom: 3px; }
.ci-text span { font-size: 15px; color: var(--muted); word-break: break-word; overflow-wrap: break-word; }
.ci-text a { word-break: break-word; overflow-wrap: break-word; }
.contact-info .showroom-box {
  background: var(--light);
  border-radius: 10px;
  padding: 22px;
  margin-top: 28px;
  border-left: 4px solid var(--orange);
}
.contact-info .showroom-box h3 { font-size: 16px; color: var(--navy); font-weight: 700; margin-bottom: 8px; }
.contact-info .showroom-box p { font-size: 14px; color: var(--muted); line-height: 1.6; overflow-wrap: break-word; }

/* ── FOOTER ── */
footer.site-footer {
  background: var(--navy2);
  color: #99afc9;
  padding: 50px 20px 0;
}
.footer-grid {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.footer-brand .fb-logo { color: #fff; font-size: 18px; font-weight: 700; margin-bottom: 10px; }
.footer-brand .fb-sub  { font-size: 11px; text-transform: uppercase; letter-spacing: .5px; color: #7d9ebf; margin-bottom: 14px; }
.footer-brand p { font-size: 13px; line-height: 1.65; max-width: 280px; }
.footer-col h3 { color: #fff; font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: .8px; margin-bottom: 14px; }
.footer-col ul li { margin-bottom: 8px; }
.footer-col ul li a,
.footer-brand ul li a { font-size: 14px; transition: color .2s; color: rgba(255,255,255,0.85); }
.footer-col ul li a:hover,
.footer-brand ul li a:hover { color: var(--orange); }
.footer-brand ul li { margin-bottom: 8px; }
.footer-col .fc-contact-item { display: flex; gap: 8px; align-items: flex-start; margin-bottom: 10px; font-size: 14px; color: rgba(255,255,255,0.85); }
.footer-bottom {
  max-width: 1200px;
  margin: 0 auto;
  padding: 18px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  flex-wrap: wrap;
  gap: 8px;
}
.footer-bottom a { color: #7d9ebf; transition: color .2s; }
.footer-bottom a:hover { color: var(--orange); }

/* ── PRIVACY PAGE ── */
.privacy-content { max-width: 860px; margin: 0 auto; }
.privacy-content h2 { font-size: 20px; color: var(--navy); font-weight: 700; margin: 32px 0 10px; }
.privacy-content p { color: var(--muted); margin-bottom: 14px; font-size: 15px; }
.privacy-content ul { padding-left: 20px; list-style: disc; margin-bottom: 14px; }
.privacy-content ul li { color: var(--muted); font-size: 15px; margin-bottom: 6px; }

/* ── ALERTS ── */
.alert { padding: 14px 18px; border-radius: 6px; margin-bottom: 20px; font-size: 14px; font-weight: 600; }
.alert-success { background: #e8f5e9; border: 1px solid #a5d6a7; color: #2e7d32; }
.alert-error   { background: #ffebee; border: 1px solid #ef9a9a; color: #c62828; }

/* ── TRUST BAR ── */
.trust-bar{background:var(--light);padding:18px 20px}
.trust-bar-inner{max-width:1200px;margin:0 auto;display:flex;flex-wrap:wrap;justify-content:center;gap:10px 36px}
.trust-bar-inner span{color:#444;font-size:14px;font-weight:600}
.trust-bar-inner span::before{content:'✓ ';color:var(--orange);font-weight:700}


/* ── DOOR CARDS GRID ── */
.doors-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:26px}
.door-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:var(--shadow);border:1px solid var(--border);transition:transform .25s,box-shadow .25s;display:flex;flex-direction:column}
.door-card:hover{transform:translateY(-4px);box-shadow:0 10px 32px rgba(0,0,0,.14)}
.door-card-img{height:220px;overflow:hidden;background:var(--light);position:relative}
.door-card-img img{width:100%;height:100%;object-fit:cover;transition:transform .4s}
.door-card:hover .door-card-img img{transform:scale(1.04)}
.door-card-body{padding:22px;display:flex;flex-direction:column;flex:1;text-align:center}
.door-card-body h3{font-size:18px;font-weight:700;color:var(--navy);margin-bottom:4px}
.door-price{font-size:13px;font-weight:700;color:var(--orange);margin-bottom:10px}
.door-card-body p{font-size:14px;color:var(--muted);line-height:1.55;flex:1;margin-bottom:16px}
.door-quote-btn{display:inline-block;font-size:14px;font-weight:700;color:#fff;background:var(--orange);border:2px solid var(--orange);padding:9px 18px;border-radius:6px;transition:background .2s,color .2s,border-color .2s;text-align:center}
.door-quote-btn:hover{background:var(--orange2);border-color:var(--orange2);color:#fff}

.rc-inner{display:grid;grid-template-columns:1fr auto;gap:50px;align-items:center}
.rc-text h2{font-size:clamp(24px,3vw,36px);font-weight:800;margin-bottom:14px}
.rc-text p{color:#fff;font-size:16px;margin-bottom:12px;max-width:600px}
.rc-actions{display:flex;flex-direction:column;gap:14px}

/* ── STATS GRID ── */
.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px;text-align:center}

/* ── RESPONSIVE ── */
@media (max-width: 1024px) {
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .products-grid { grid-template-columns: repeat(2, 1fr); }
  .doors-grid { grid-template-columns: repeat(2, 1fr); }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .hero-inner { grid-template-columns: 1fr; }
  .page-windows .hero-inner,
  .page-doors .hero-inner,
  .page-home .hero-inner,
  .page-conservatories .hero-inner { grid-template-columns: 1fr; }
  .hero-form-wrap { max-width: 560px; margin: 0 auto; }
  .about-grid { grid-template-columns: 1fr; }
  .contact-grid { grid-template-columns: 1fr 1fr; }
  .rc-inner { grid-template-columns: 1fr; }
  .rc-actions { flex-direction: row; flex-wrap: wrap; }
  .product-item { grid-template-columns: 1fr; }
  .product-item-img { height: 220px; }
}
@media (max-width: 768px) {
  /* NAV */
  .top-bar .tb-email { display: none; }
  .top-bar .tb-tagline { display: none; }
  .top-bar .tb-contact { display: none; }
  .top-bar .tb-quote-btn { background: none; padding: 0; border-radius: 0; font-weight: 700; font-size: 13px; color: #fff !important; }
  .top-bar .inner { justify-content: center; padding: 0 16px; }
  .mobile-only { display: block; }
  .logo-location { font-size: 22px; }
  .logo-sub { font-size: 11px; letter-spacing: 1px; }
  @keyframes pulse-text { 0%,100% { opacity:1; } 50% { opacity:.5; } }
  nav.main-nav { display: none; flex-direction: column; align-items: stretch; gap: 0; position: absolute; top: 68px; left: 0; right: 0; background: #fff; border-top: 1px solid #e8edf3; box-shadow: 0 8px 16px rgba(0,0,0,0.08); padding: 8px 0; }
  nav.main-nav.open { display: flex; }
  nav.main-nav a { display: block; width: 100%; padding: 13px 20px; border-bottom: 1px solid rgba(26,46,74,.08); border-radius: 0; color: var(--navy); font-weight: 600; text-align: left; box-sizing: border-box; }
  nav.main-nav a.active { background: #fff8f3; color: var(--orange); border-left: 3px solid var(--orange); padding-left: 17px; border-bottom-color: rgba(26,46,74,.08); border-radius: 0; }
  nav.main-nav .btn-quote { margin: 8px 20px; width: calc(100% - 40px); border-radius: 6px; text-align: center; }
  .nav-dropdown-menu { display: none; position: static; box-shadow: none; background: rgba(26,46,74,.06); border-radius: 0; padding: 0; margin: 0; min-width: 0; border-left: 3px solid var(--orange); }
  .nav-dropdown.open .nav-dropdown-menu { display: block; }
  .nav-dropdown-menu a { display: block; width: 100%; padding: 11px 20px 11px 28px; border-bottom: 1px solid rgba(26,46,74,.08); border-radius: 0; font-size: 13px; color: var(--navy); text-align: left; box-sizing: border-box; }
  .nav-arrow { transition: transform .2s; }
  .nav-dropdown.open .nav-arrow { transform: rotate(180deg); }
  header.site-header { position: relative; }
  .hamburger { display: flex; }
  /* HERO */
  .hero { padding: 44px 16px 36px; }
  .hero-inner { gap: 28px; }
  .hero-inner > div:first-child { text-align: center; }
  .hero-sub { font-size: 15px; max-width: 100%; text-align: center; }
  .hero-cta-bar { flex-direction: column; gap: 10px; }
  .hero-cta-bar a, .btn-primary, .btn-call { width: 100%; text-align: center; box-sizing: border-box; }
  .hero-form-wrap { padding: 22px 18px; }
  /* HOME HERO MOBILE — navy bg, house image only on badge card, white form */
  .page-home .hero { background: var(--navy) !important; }
  .page-home .hero-inner > div:first-child { background: linear-gradient(rgba(26,46,74,0.75), rgba(26,46,74,0.75)), url('/images/hero-banner.jpg') center 40% / cover no-repeat !important; border-radius: 12px; overflow: hidden; }
  /* TRUST BAR */
  .trust-bar-inner { flex-wrap: wrap; gap: 8px 14px; justify-content: center; }
  .trust-bar-inner span { font-size: 12px; width: calc(50% - 7px); text-align: center; box-sizing: border-box; }
  /* GRIDS */
  .products-grid, .doors-grid, .about-grid, .contact-grid, .footer-grid, .stats-grid { grid-template-columns: 1fr; }
  .product-item:nth-child(even) { direction: ltr; }
  .product-item-img { height: 200px; }
  /* SECTIONS */
  section { padding: 40px 16px; }
  .section-intro { font-size: 15px; margin-bottom: 28px; }
  /* CARDS */
  .door-card-img { height: 190px; }
  .product-card-img { height: 185px; }
  .door-card-body { padding: 16px; }
  .door-card-body h3 { font-size: 16px; }
  .door-quote-btn { width: 100%; text-align: center; display: block; }
  /* CTA */
  .cta-strip { padding: 44px 16px; }
  .cta-buttons { flex-direction: column; align-items: center; }
  .cta-buttons a { width: 100%; max-width: 320px; text-align: center; }
  .rc-actions { flex-direction: column; }
  .rc-actions a { width: 100%; text-align: center; }
  /* QUOTE PAGE */
  .quote-page-inner { padding: 0 16px; }
  .quote-why li { font-size: 14px; gap: 10px; }
  /* FOOTER */
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .footer-bottom { flex-direction: column; text-align: center; gap: 6px; }
}
@media (max-width: 480px) {
  .site-logo { font-size: 17px; }
  .btn-call { font-size: 13px; padding: 10px 16px; }
  .hero-trust-mobile { display: none; }
  .page-windows .hero-product-card,
  .page-doors .hero-product-card,
  .page-home .hero-product-card,
  .page-conservatories .hero-product-card { gap: 10px; }
  .page-windows .hero-trust-mobile,
  .page-doors .hero-trust-mobile,
  .page-home .hero-trust-mobile,
  .page-conservatories .hero-trust-mobile { display: block; grid-column: 1 / -1; background: var(--light); padding: 12px 20px; margin-left: -14px; margin-right: -14px; }
  .page-windows .hero-trust-mobile .trust-bar-inner,
  .page-doors .hero-trust-mobile .trust-bar-inner,
  .page-home .hero-trust-mobile .trust-bar-inner,
  .page-conservatories .hero-trust-mobile .trust-bar-inner { flex-wrap: wrap; gap: 8px 14px; justify-content: center; }
  .page-windows .hero-trust-mobile .trust-bar-inner span,
  .page-doors .hero-trust-mobile .trust-bar-inner span,
  .page-home .hero-trust-mobile .trust-bar-inner span,
  .page-conservatories .hero-trust-mobile .trust-bar-inner span { color: #444; font-size: 11px; width: calc(50% - 7px); text-align: center; box-sizing: border-box; }
  .page-windows .trust-bar,
  .page-doors .trust-bar,
  .page-home .trust-bar,
  .page-conservatories .trust-bar { display: none; }
  .hero { padding: 36px 14px 30px; }
  .hero-badge { font-size: 11px; padding: 4px 10px; }
  .hero-form-wrap { padding: 18px 14px; }
  .trust-bar { padding: 12px 14px; }
  .trust-bar-inner span { font-size: 11px; width: calc(50% - 7px); text-align: center; }
  .doors-grid { gap: 16px; }
  .door-card-img { height: 170px; }
  .product-card-img { height: 160px; }
  section { padding: 32px 14px; }
  .btn-primary { font-size: 15px; padding: 14px 20px; }
  footer.site-footer { padding: 36px 14px 0; }
  .footer-brand p { max-width: 100%; }
  .about-text h1 { text-align: center; }
}


/* ── QUOTE PAGES ── */
.quote-page { background: var(--light); padding: 70px 0; }
.quote-page > .section-inner { max-width: 1320px; width: 100%; padding: 0 40px; margin: 0 auto; }
.quote-page-inner { display: grid; grid-template-columns: minmax(0, 1fr) 340px; gap: 60px; align-items: stretch; max-width: none; }
.quote-page-title { font-size: 32px; font-weight: 800; color: var(--navy); margin: 0 0 16px; line-height: 1.15; text-align: center; }
.quote-card .quote-page-title { text-align: center; }
.quote-page-sub { color: var(--muted); font-size: 16px; line-height: 1.6; margin-bottom: 32px; max-width: 640px; }
.quote-card { background: #fff; border-radius: 14px; box-shadow: var(--shadow); padding: 42px 44px; }
.quote-card .quote-form { display: block; }
.quote-card .form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px 22px; margin-bottom: 26px; }
.quote-card .form-grid label { display: block; font-size: 14px; font-weight: 700; color: var(--navy); margin-bottom: 8px; }
.quote-card .form-grid input,
.quote-card .form-grid select { width: 100%; padding: 13px 15px; border: 1.5px solid var(--border); border-radius: 8px; font-size: 15px; font-family: inherit; background: #fff; color: var(--text); }
.quote-card .form-grid input:focus,
.quote-card .form-grid select:focus { outline: none; border-color: var(--orange); }
.quote-card .btn-submit { display: block; width: 100%; background: var(--orange); color: #fff; border: none; padding: 18px; border-radius: 8px; font-size: 17px; font-weight: 700; cursor: pointer; }
.quote-card .btn-submit:hover { background: var(--orange2); }
.quote-card .form-note { text-align: center; color: var(--muted); font-size: 13px; margin-top: 14px; border-top: 1px solid var(--border); padding-top: 14px; }

.quote-sidebar { display: flex; flex-direction: column; gap: 26px; justify-content: space-between; }
.quote-why { padding: 0; }
.quote-why h2 { font-size: 32px; font-weight: 800; color: var(--navy); margin-bottom: 12px; }
.quote-why-intro { font-size: 16px; color: var(--muted); margin-bottom: 20px; line-height: 1.6; }
.quote-why ul { display: flex; flex-direction: column; gap: 18px; }
.quote-why li { position: relative; padding-left: 42px; font-size: 16px; font-weight: 700; color: var(--navy); display: flex; align-items: center; min-height: 28px; }
.quote-why li::before { content: "\2713"; position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 28px; height: 28px; border-radius: 50%; background: var(--orange); color: #fff; font-weight: 900; font-size: 15px; display: flex; align-items: center; justify-content: center; }

.sale-badge { background: #c8ddf0; color: var(--navy); border-radius: 14px; padding: 12px 20px 14px; text-align: center; box-shadow: var(--shadow); display: flex; flex-direction: column; align-items: center; position: relative; overflow: hidden; border: 1px solid var(--navy); line-height: 1.1; }
.sale-badge::after { display: none; }
.sale-badge-top { display: inline-block; background: var(--orange); color: #fff; border: none; font-size: 13px; font-weight: 800; letter-spacing: 2px; padding: 4px 16px; border-radius: 30px; margin-bottom: 6px; position: relative; z-index: 1; }
.sale-badge-big { font-size: 72px; font-weight: 900; line-height: 1; margin: 0; color: var(--orange); position: relative; z-index: 1; }
.sale-badge-bot { font-size: 18px; font-weight: 800; letter-spacing: 2px; margin-top: 0; color: var(--navy); position: relative; z-index: 1; }
.sale-badge-upto { font-size: 13px; font-weight: 700; color: var(--navy); letter-spacing: 2px; text-transform: uppercase; margin-bottom: 0; position: relative; z-index: 1; }
.sale-badge-sub { font-size: 14px; font-weight: 700; color: var(--navy); margin-top: 6px; width: 100%; text-transform: uppercase; letter-spacing: 1.5px; position: relative; z-index: 1; }
.sale-badge-divider { width: 60px; height: 3px; background: var(--orange); border-radius: 3px; margin: 10px auto 0; position: relative; z-index: 1; }
.page-windows .hero-product-card .sale-badge,
.page-doors .hero-product-card .sale-badge,
.page-home .hero-product-card .sale-badge,
.page-conservatories .hero-product-card .sale-badge { width: 100%; box-sizing: border-box; margin: 0; background: var(--orange); border-color: var(--orange); }
.page-windows .hero-product-card .sale-badge-top,
.page-doors .hero-product-card .sale-badge-top,
.page-home .hero-product-card .sale-badge-top,
.page-conservatories .hero-product-card .sale-badge-top { background: #fff; color: var(--orange); }
.page-windows .hero-product-card .sale-badge-big,
.page-doors .hero-product-card .sale-badge-big,
.page-home .hero-product-card .sale-badge-big { color: #fff; }
.page-windows .hero-product-card .sale-badge-upto,
.page-windows .hero-product-card .sale-badge-bot,
.page-windows .hero-product-card .sale-badge-sub,
.page-doors .hero-product-card .sale-badge-upto,
.page-doors .hero-product-card .sale-badge-bot,
.page-doors .hero-product-card .sale-badge-sub,
.page-home .hero-product-card .sale-badge-upto,
.page-home .hero-product-card .sale-badge-bot,
.page-home .hero-product-card .sale-badge-sub,
.page-conservatories .hero-product-card .sale-badge-bot,
.page-conservatories .hero-product-card .sale-badge-sub { color: #fff; }

@media (max-width: 960px) {
  .quote-page { padding: 20px 0 !important; }
  .quote-page-inner { grid-template-columns: 1fr; gap: 40px; }
  .quote-sidebar { position: static; }
  .quote-card { padding: 28px 22px; }
  .quote-card .form-grid { grid-template-columns: 1fr; }
  .quote-page > .section-inner { padding: 0 20px; }
  .quote-why h2 { font-size: 24px; }
  .quote-page-title { font-size: 24px; }
}

/* ── SALE BANNER ── */
.sale-banner { background: #c8ddf0; padding: 50px 0; margin-top: -1px; position: relative; overflow: hidden; }
section:has(+ .sale-banner) { padding-bottom: 20px; }
.sale-banner-inner { text-align: center; max-width: 760px; margin: 0 auto; position: relative; z-index: 2; padding: 0 20px; }
.sale-banner-tag { display: inline-block; background: var(--orange); color: #fff; font-size: 13px; font-weight: 800; letter-spacing: 2px; padding: 8px 18px; border-radius: 30px; margin-bottom: 18px; }
.sale-banner h2 { font-size: clamp(28px, 4vw, 44px); font-weight: 900; color: var(--navy); margin-bottom: 16px; line-height: 1.15; }
.sale-banner h2 .accent { color: var(--orange); }
.sale-banner p { color: var(--muted); font-size: 16px; margin-bottom: 28px; }
.sale-banner .btn-primary { background: var(--orange); font-size: 17px; padding: 16px 36px; }
.sale-banner .btn-primary:hover { background: var(--orange2); }
