/* GSG Locksmiths — scrolling site styles */
:root {
  --bg: #becce4;
  --bg-soft: #cdd8ea;
  --navy: #16355f;
  --navy-2: #0f2745;
  --lime: #cdf609;
  --lime-deep: #b6dc00;
  --ink: #16355f;
  --muted: #4a5f80;
  --card: #ffffff;
  --line: #a9bcd8;
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  scroll-padding-top: 92px;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: "Karla", system-ui, -apple-system, sans-serif;
  -webkit-font-smoothing: antialiased;
}

.head { font-family: "Manrope", system-ui, sans-serif; letter-spacing: -0.01em; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
::selection { background: var(--lime); color: var(--navy); }

.accent-bar { height: 6px; background: var(--navy); }

/* ---------- Header ---------- */
.site-header {
  background: #fff;
  border-bottom: 1px solid var(--line);
  box-shadow: 0 1px 3px rgba(22, 53, 95, 0.1);
  position: sticky;
  top: 0;
  z-index: 50;
}
.header-inner {
  max-width: 1180px; margin: 0 auto; height: 80px; padding: 0 24px;
  display: flex; align-items: center; justify-content: space-between;
}
.brand { display: flex; align-items: center; gap: 12px; }
.brand img { height: 46px; width: auto; filter: drop-shadow(0 6px 10px rgba(22, 53, 95, 0.35)); }
.main-nav { display: flex; align-items: center; gap: 26px; }
.main-nav a {
  font-family: "Manrope", sans-serif; font-weight: 700; font-size: 13px;
  text-transform: uppercase; letter-spacing: 0.03em; color: var(--muted);
  padding-bottom: 4px; border-bottom: 3px solid transparent; transition: color .2s ease;
}
.main-nav a:hover { color: var(--navy); border-bottom-color: var(--lime); }
.header-actions { display: flex; align-items: center; gap: 16px; }
.header-phone { font-family: "Manrope", sans-serif; font-weight: 800; color: var(--navy); display: inline-flex; align-items: center; gap: 8px; white-space: nowrap; }
.header-phone svg { color: var(--lime-deep); }

/* WhatsApp buttons */
.wa-btn { display: inline-flex; align-items: center; gap: 8px; background: #25D366; color: #fff; font-family: "Manrope", sans-serif; font-weight: 800; font-size: 15px; padding: 9px 16px; border-radius: 999px; transition: transform .15s ease, box-shadow .15s ease; letter-spacing: 0.02em; text-transform: uppercase; }
.wa-btn:hover { transform: translateY(-2px); box-shadow: 0 8px 18px rgba(37, 211, 102, 0.35); color: #fff; }
.wa-btn svg { color: #fff; }
.hero-phones a.hero-wa { margin-top: 8px; font-size: 10px; padding: 5px 10px; gap: 5px; align-self: center; font-weight: 800; color: #fff; }
.hero-phones a.hero-wa svg { width: 12px; height: 12px; }
/* Header WhatsApp button — half size */
.header-actions .wa-btn { font-size: 10px; padding: 5px 10px; gap: 5px; }
.header-actions .wa-btn svg { width: 12px; height: 12px; }
.info-wa { color: #25D366; }
.info-wa svg { color: #25D366; }

.btn {
  font-family: "Manrope", sans-serif; font-weight: 800; border: none; cursor: pointer;
  border-radius: 8px; display: inline-flex; align-items: center; gap: 8px;
  transition: background-color .2s ease, transform .15s ease, color .2s ease; font-size: 15px;
}
.btn:active { transform: translateY(1px); }
.btn-lime { background: var(--lime); color: var(--navy); padding: 12px 22px; }
.btn-lime:hover { background: var(--lime-deep); }
.btn-navy { background: var(--navy); color: #fff; padding: 14px 24px; }
.btn-navy:hover { background: var(--navy-2); }
.btn-sm { padding: 10px 18px; font-size: 14px; }

.menu-toggle { display: none; background: none; border: none; color: var(--navy); cursor: pointer; padding: 6px; }

/* ---------- Sections ---------- */
.section { padding: 72px 0; }
.section.lime { background: var(--lime); }
.section.paper { background: var(--bg); }
.section-inner { max-width: 1100px; margin: 0 auto; padding: 0 24px; }

.watermark {
  display: flex; justify-content: center; margin-bottom: 36px;
}
.watermark img { height: 90px; opacity: 1; filter: drop-shadow(0 10px 16px rgba(22, 53, 95, 0.55)); }

.services-divider { height: 1px; background: rgba(22, 53, 95, 0.18); margin: 56px 0; }

.sec-head { font-family: "Manrope", sans-serif; font-weight: 800; color: var(--navy); font-size: clamp(1.4rem, 2.4vw, 1.9rem); margin: 0 0 20px; }
.lead-list + .sec-head { margin-top: 28px; }
.sec-grid { display: grid; grid-template-columns: 1.35fr 0.85fr; gap: 44px; align-items: center; }
.sec-grid.reverse .sec-visual { order: -1; }

.rich p { color: var(--navy); line-height: 1.6; margin: 0 0 14px; font-size: 1.02rem; }
.rich .emph { font-weight: 700; }

.lead-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 12px; }
.lead-list li { display: flex; align-items: flex-start; gap: 12px; color: var(--navy); font-weight: 600; line-height: 1.4; }
.tick { width: 22px; height: 22px; border-radius: 50%; background: var(--navy); color: var(--lime); display: grid; place-items: center; flex: none; margin-top: 1px; }
.section.lime .tick { background: var(--navy); color: var(--lime); }
.subhead { font-family: "Manrope", sans-serif; font-weight: 800; color: var(--navy); font-size: 1.1rem; margin: 22px 0 12px; }
.also-fit { color: var(--navy); font-weight: 700; font-size: 1.02rem; line-height: 1.6; margin: 22px 0 12px; }

/* icon cluster */
.icon-cluster { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 4px; }
.icon-tile {
  width: 72px; height: 72px; border-radius: 14px; background: rgba(22,53,95,0.06);
  border: 1px solid var(--line); display: grid; place-items: center; color: var(--navy);
}
.section.lime .icon-tile { background: rgba(22,53,95,0.08); border-color: rgba(22,53,95,0.15); }

.sec-visual { display: flex; flex-direction: column; align-items: center; gap: 20px; }

/* Safe images: small on top, large below */
.safes-visual { gap: 16px; }
.safes-visual .safe-small { max-width: 200px; width: 100%; }
.safes-visual .safe-large { max-width: 200px; width: 100%; }

/* key-type image charts under Key Services text */
.keys-row { display: flex; gap: 16px; margin-top: 22px; flex-wrap: wrap; align-items: flex-start; }
.keys-row img { flex: 1 1 0; min-width: 220px; background: #fff; }
.kc-photo { max-width: 340px; }

/* lock services 2x2 image grid */
.lock-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin-top: 0; }
.lock-grid img { width: 100%; height: 210px; object-fit: contain; background: #fff; padding: 8px; }

/* security upgrades: stacked pics on right */
.sec-grid.start { align-items: flex-start; }
.sec-grid.start > div:first-child { padding-top: 40px; }
.sec-grid.start .sec-images { max-width: 50%; margin-left: 0; }
.sec-images { display: grid; grid-template-columns: 1fr; gap: 14px; margin-top: 0; }
.sec-images img { width: 100%; height: 200px; object-fit: contain; background: #fff; padding: 6px; }
/* small photo row under the text */
.door-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 22px; }
.door-row + .door-row { margin-top: 10px; }

/* click-to-enlarge hint */
.zoom-hint { margin: 12px 0 0; font-family: "Manrope", sans-serif; font-size: 12px; color: var(--navy); opacity: 0.65; font-style: italic; letter-spacing: 0.02em; }
.door-row img { width: 100%; height: 120px; object-fit: cover; background: #fff; }

/* photo frame */
.photo-frame { width: 100%; border: 3px solid var(--navy); background: #fff; box-shadow: 0 12px 24px rgba(22, 53, 95, 0.18); }
.emergency-photo { max-width: 280px; }

/* ---------- Hero ---------- */
.hero { padding-top: 56px; }
.hero-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
.hero-left { text-align: center; }
.hero-logo { max-width: 340px; width: 100%; margin: 0 auto; filter: drop-shadow(0 22px 34px rgba(22, 53, 95, 0.5)); }
.hero-phones { margin: 20px 0 0; display: flex; flex-direction: column; gap: 4px; align-items: center; }
.hero-phones a { font-family: "Manrope", sans-serif; font-weight: 800; color: var(--navy); font-size: 1.6rem; }
.hero-badge {
  display: inline-block; margin-top: 22px; background: var(--navy); color: var(--lime);
  font-family: "Manrope", sans-serif; font-weight: 800; padding: 12px 26px; border-radius: 8px;
  font-size: 1.05rem; text-align: center; line-height: 1.2; white-space: nowrap;
}
.hero-right h2 { font-family: "Manrope", sans-serif; font-weight: 800; color: var(--navy); font-size: clamp(1.4rem, 2.4vw, 1.9rem); margin: 0 0 10px; }
.hero-right .tagline { color: var(--navy); font-size: 1.05rem; margin: 0 0 22px; line-height: 1.5; }

/* hero tick badges (bottom of first section) */
.hero-badges {
  list-style: none; margin: 44px 0 0; padding: 32px 0 0; border-top: 1px solid var(--line);
  display: flex; flex-wrap: wrap; justify-content: center; gap: 16px 40px;
}
.hero-badges li { display: flex; align-items: center; gap: 10px; font-family: "Manrope", sans-serif; font-weight: 700; color: var(--navy); }
.btick { width: 22px; height: 22px; border-radius: 50%; background: var(--lime); color: var(--navy); display: grid; place-items: center; flex: none; }

/* ---------- Call card (Calling Jon phone) ---------- */
.callcard {
  width: 190px; background: var(--navy); border-radius: 26px; padding: 22px 18px;
  box-shadow: 0 16px 34px rgba(22, 53, 95, 0.35); display: block;
  border: 4px solid var(--navy-2); transition: transform .2s ease;
}
.callcard:hover { transform: translateY(-4px); }
.callcard .cc-top { text-align: center; color: rgba(255,255,255,0.7); font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase; }
.callcard .cc-avatar {
  width: 66px; height: 66px; border-radius: 50%; margin: 14px auto 10px;
  background: var(--lime); color: var(--navy); display: grid; place-items: center;
  font-family: "Manrope", sans-serif; font-weight: 900; font-size: 22px;
}
.callcard .cc-name { text-align: center; color: #fff; font-family: "Manrope", sans-serif; font-weight: 700; font-size: 15px; }
.callcard .cc-num { text-align: center; color: var(--lime); font-family: "Manrope", sans-serif; font-weight: 800; font-size: 16px; margin-top: 4px; }
.callcard .cc-btn {
  width: 52px; height: 52px; border-radius: 50%; background: var(--lime); color: var(--navy);
  display: grid; place-items: center; margin: 16px auto 0;
  box-shadow: 0 0 0 0 rgba(205,246,9,0.7); animation: ring 1.8s infinite;
}
@keyframes ring {
  0% { box-shadow: 0 0 0 0 rgba(205,246,9,0.6); }
  70% { box-shadow: 0 0 0 16px rgba(205,246,9,0); }
  100% { box-shadow: 0 0 0 0 rgba(205,246,9,0); }
}

/* Phone call image (Consultation) */
.phone-call-link { display: inline-block; transition: transform .2s ease; transform: rotate(-20deg); }
.phone-call-link:hover { transform: rotate(-20deg) translateY(-4px); }
.phone-call-img { width: 200px; max-width: 100%; height: auto; display: block; }

/* ---------- Contact ---------- */
.contact-grid { display: grid; grid-template-columns: 2fr 3fr; gap: 32px; align-items: start; }
.contact-info > p { color: var(--navy); margin: 12px 0 0; line-height: 1.5; }
.info-list { margin: 24px 0 0; display: grid; gap: 12px; }
.info-item { background: #fff; border: 1px solid var(--line); border-radius: 8px; padding: 12px 16px; display: flex; align-items: center; gap: 12px; transition: border-color .2s ease; }
.info-item:hover { border-color: var(--lime-deep); }
.info-item svg { color: var(--lime-deep); flex: none; }
.info-item .label { font-family: "Manrope", sans-serif; font-weight: 700; color: var(--navy); }
.hours-box { background: #fff; border: 1px solid var(--line); border-radius: 8px; padding: 12px 16px; }
.hours-title { display: flex; align-items: center; gap: 12px; margin-bottom: 8px; }
.hours-title span { font-family: "Manrope", sans-serif; font-weight: 700; color: var(--navy); text-transform: uppercase; font-size: 0.8rem; letter-spacing: 0.05em; }
.hours-row { display: flex; justify-content: space-between; font-size: 0.9rem; padding: 2px 0; }
.hours-row .day { color: var(--muted); }
.hours-row .time { font-weight: 600; color: var(--navy); }

.contact-form { background: #fff; border: 1px solid var(--line); border-radius: 12px; padding: 24px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field { margin-bottom: 16px; }
.field label { display: block; font-weight: 600; color: var(--navy); font-size: 0.85rem; margin-bottom: 6px; }
.field input, .field select, .field textarea { width: 100%; padding: 10px 12px; border: 1px solid var(--line); border-radius: 8px; font-family: inherit; font-size: 0.95rem; color: var(--navy); background: #fff; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--lime-deep); box-shadow: 0 0 0 2px rgba(205, 246, 9, 0.3); }
.field textarea { resize: vertical; }
.contact-form .btn-lime { width: 100%; justify-content: center; }

/* ---------- Footer ---------- */
.site-footer { background: var(--bg); color: var(--navy); padding: 48px 0 36px; text-align: center; border-top: 1px solid var(--line); }
.site-footer img { height: 64px; margin: 0 auto 20px; filter: drop-shadow(0 10px 18px rgba(22,53,95,0.25)); }
.site-footer a { display: block; font-family: "Manrope", sans-serif; font-weight: 800; color: var(--navy); margin: 8px 0; font-size: 1.05rem; }
.site-footer a:hover { color: var(--lime-deep); }
.site-footer .copy { color: var(--muted); font-size: 12px; margin-top: 20px; font-weight: 400; }

/* nav drawer wrapper — transparent on desktop */
.nav-drawer { display: contents; }

/* ---------- Responsive ---------- */
@media (max-width: 900px) {
  .hero-grid, .sec-grid, .contact-grid { grid-template-columns: 1fr; gap: 28px; }
  .sec-grid.reverse .sec-visual { order: 0; }
  .hero-logo { margin: 0 auto; }
  .hero-left { text-align: center; }
  .hero-phones { align-items: center; }

  .menu-toggle { display: inline-flex; }
  .nav-drawer {
    display: none;
    position: absolute; top: 80px; left: 0; right: 0;
    background: #fff; border-bottom: 1px solid var(--line);
    box-shadow: 0 12px 20px rgba(0, 0, 0, 0.1);
    padding: 8px 24px 20px;
  }
  .nav-drawer.open { display: block; }
  .main-nav { flex-direction: column; align-items: stretch; gap: 0; }
  .main-nav a { padding: 14px 2px; border-bottom: 1px solid var(--line); border-bottom-width: 1px; font-size: 15px; }
  .header-actions { flex-direction: column; align-items: stretch; gap: 12px; margin-top: 16px; }
  .header-actions .header-phone { justify-content: center; font-size: 1.2rem; }
  .header-actions .btn-lime { justify-content: center; padding: 14px; font-size: 15px; }
  .sec-single .lock-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 560px) {
  .form-row { grid-template-columns: 1fr; }
  .section { padding: 52px 0; }
  .hero-badge { font-size: 0.95rem; padding: 12px 18px; white-space: normal; }
}


/* Lightbox */
.lightbox {
  position: fixed; inset: 0; background: rgba(10, 18, 34, 0.88);
  display: none; align-items: center; justify-content: center;
  padding: 32px; z-index: 200;
}
.lightbox.open { display: flex; }
.lightbox-img {
  max-width: 92vw; max-height: 88vh; width: auto; height: auto;
  border: 3px solid #fff; box-shadow: 0 24px 60px rgba(0,0,0,0.5); background: #fff;
}
.lightbox-close {
  position: absolute; top: 20px; right: 24px; width: 44px; height: 44px;
  border-radius: 50%; border: 0; background: var(--lime); color: var(--navy);
  font-size: 28px; line-height: 1; font-weight: 800; cursor: pointer;
  display: grid; place-items: center; box-shadow: 0 8px 20px rgba(0,0,0,0.35);
}
.lightbox-close:hover { transform: scale(1.05); }

/* Mobile number choice popup */
.mchoice { position: fixed; inset: 0; background: rgba(10, 18, 34, 0.7); display: none; align-items: center; justify-content: center; padding: 24px; z-index: 250; }
.mchoice.open { display: flex; }
.mchoice-card { background: #fff; border: 3px solid var(--navy); border-radius: 18px; padding: 28px 26px 26px; max-width: 380px; width: 100%; text-align: center; position: relative; box-shadow: 0 24px 60px rgba(0,0,0,0.4); }
.mchoice-title { font-family: "Manrope", sans-serif; font-weight: 900; color: var(--navy); font-size: 1.5rem; letter-spacing: 0.01em; }
.mchoice-sub { font-family: "Karla", sans-serif; color: var(--muted); font-size: 0.95rem; margin: 6px 0 20px; }
.mchoice-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.mchoice-btn { display: flex; align-items: center; justify-content: center; gap: 8px; padding: 14px 12px; border-radius: 12px; font-family: "Manrope", sans-serif; font-weight: 800; font-size: 15px; text-decoration: none; transition: transform .15s ease, box-shadow .15s ease; }
.mchoice-btn.call { background: var(--navy); color: var(--lime); }
.mchoice-btn.wa { background: #25D366; color: #fff; }
.mchoice-btn:hover { transform: translateY(-2px); box-shadow: 0 10px 20px rgba(0,0,0,0.18); }
.mchoice-close { position: absolute; top: 10px; right: 12px; width: 32px; height: 32px; border-radius: 50%; border: 0; background: transparent; color: var(--navy); font-size: 24px; line-height: 1; font-weight: 700; cursor: pointer; }

/* Thank You popup */
.thankyou { position: fixed; inset: 0; background: rgba(10, 18, 34, 0.7); display: none; align-items: center; justify-content: center; padding: 24px; z-index: 260; }
.thankyou.open { display: flex; }
.thankyou-card { background: #fff; border: 3px solid var(--navy); border-radius: 20px; padding: 34px 28px 26px; max-width: 420px; width: 100%; text-align: center; position: relative; box-shadow: 0 24px 60px rgba(0,0,0,0.4); }
.thankyou-icon { width: 72px; height: 72px; border-radius: 50%; background: var(--lime); color: var(--navy); display: grid; place-items: center; margin: 0 auto 14px; }
.thankyou-title { font-family: "Manrope", sans-serif; font-weight: 900; color: var(--navy); font-size: 1.8rem; }
.thankyou-sub { font-family: "Karla", sans-serif; color: var(--navy); font-size: 1.02rem; line-height: 1.5; margin: 8px 0 22px; }
.thankyou-ok { background: var(--navy); color: var(--lime); border: 0; padding: 12px 26px; border-radius: 999px; font-family: "Manrope", sans-serif; font-weight: 800; font-size: 15px; cursor: pointer; transition: transform .15s ease; }
.thankyou-ok:hover { transform: translateY(-2px); }
.thankyou-close { position: absolute; top: 10px; right: 14px; width: 32px; height: 32px; border-radius: 50%; border: 0; background: transparent; color: var(--navy); font-size: 26px; line-height: 1; font-weight: 700; cursor: pointer; }
