/* ============================================================
   LONGDWELL SECURITY LLC — sentry-slate patrol desk theme
   Motif: an access-control reader wall rendered in pure CSS
   ============================================================ */

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-size: 16px;
  font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  background-color: #20272C;
  color: #F1F0E4;
  line-height: 1.65;
  overflow-x: hidden;
}

h1, h2, h3, h4 {
  margin: 0 0 16px 0;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: 0.2px;
}

p {
  margin: 0 0 16px 0;
}

a {
  color: #D8A24A;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #F1EDDC;
  text-decoration: underline;
}

img {
  max-width: 100%;
}

/* ---------- reveal system (class based only) ---------- */
html.js .reveal-pre {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

html.js .reveal-pre.is-shown {
  opacity: 1;
  transform: none;
}

/* ============================================================
   HEADER — READER PLAQUES NAV (.proxnav)
   ============================================================ */
.proxnav {
  background-color: #14181B;
  border-bottom: 3px solid #A5803C;
  position: sticky;
  top: 0;
  z-index: 400;
}

.proxnav-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 14px 24px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px;
}

.proxnav-brandplate {
  background-color: #446F84;
  border: 2px solid #A5803C;
  border-radius: 12px;
  padding: 10px 18px;
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 0 0 auto;
}

.proxnav-lamp {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #D8A24A;
  border: 2px solid #14181B;
  display: inline-block;
}

.proxnav-brand {
  color: #F1F0E4;
  font-weight: 800;
  font-size: 1.05rem;
  letter-spacing: 1px;
  margin: 0;
  white-space: nowrap;
}

.proxnav-plaques {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-left: auto;
}

.proxnav-plaque {
  display: block;
  background-color: #F1EDDC;
  border: 2px solid #A5803C;
  border-radius: 14px;
  padding: 9px 16px 8px 16px;
  color: #14181B;
  font-weight: 700;
  font-size: 0.92rem;
  line-height: 1.1;
  position: relative;
  box-shadow: 0 4px 0 #A5803C;
}

.proxnav-plaque:hover,
.proxnav-plaque:focus {
  background-color: #D8A24A;
  color: #14181B;
  text-decoration: none;
  transform: translateY(-2px);
}

.proxnav-plaque-a { margin-top: 0; }
.proxnav-plaque-b { margin-top: 10px; }
.proxnav-plaque-c { margin-top: 2px; }
.proxnav-plaque-d { margin-top: 12px; }
.proxnav-plaque-e { margin-top: 4px; }

.proxnav-plaque .slotline {
  display: block;
  width: 32px;
  height: 4px;
  background-color: #14181B;
  border-radius: 2px;
  margin-top: 6px;
}

.proxnav-plaque:hover .slotline,
.proxnav-plaque:focus .slotline {
  background-color: #F1EDDC;
}

.proxnav-legend {
  display: block;
  font-size: 0.62rem;
  letter-spacing: 1.4px;
  font-weight: 800;
  color: #446F84;
  margin-bottom: 2px;
}

.proxnav-plaque:hover .proxnav-legend,
.proxnav-plaque:focus .proxnav-legend {
  color: #14181B;
}

.proxnav-toggle {
  display: none;
  background-color: #D8A24A;
  color: #14181B;
  border: 2px solid #A5803C;
  border-radius: 10px;
  font-weight: 800;
  font-size: 0.95rem;
  padding: 10px 16px;
  cursor: pointer;
  margin-left: auto;
}

/* ============================================================
   HERO — READER WALL SCENE (.readerwall)
   ============================================================ */
.readerwall {
  background-color: #20272C;
  border-bottom: 2px solid #446F84;
  padding: 56px 0 64px 0;
}

.readerwall-grid {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: 55% 45%;
  gap: 40px;
  align-items: center;
}

.readerwall-copy .eyebrow {
  display: inline-block;
  background-color: #14181B;
  color: #D8A24A;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 2px;
  padding: 6px 14px;
  border-radius: 20px;
  border: 1px solid #A5803C;
  margin-bottom: 18px;
}

.readerwall-copy h1 {
  font-size: 2.7rem;
  color: #F1F0E4;
  margin-bottom: 18px;
}

.readerwall-copy h1 .armed {
  color: #D8A24A;
  display: block;
}

.readerwall-copy p {
  font-size: 1.05rem;
  color: #F1F0E4;
  max-width: 560px;
}

.readerwall-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 26px;
}

.readerwall-cta {
  display: inline-block;
  background-color: #D8A24A;
  color: #14181B;
  border: 2px solid #A5803C;
  border-radius: 10px;
  font-weight: 800;
  letter-spacing: 1px;
  padding: 14px 24px;
  box-shadow: 0 5px 0 #A5803C;
}

.readerwall-cta:hover,
.readerwall-cta:focus {
  background-color: #F1EDDC;
  color: #14181B;
  text-decoration: none;
  transform: translateY(-2px);
}

.readerwall-cta.ghost {
  background-color: #14181B;
  color: #D8A24A;
  border-color: #D8A24A;
  box-shadow: 0 5px 0 #446F84;
}

.readerwall-cta.ghost:hover,
.readerwall-cta.ghost:focus {
  background-color: #446F84;
  color: #F1F0E4;
}

/* --- the wall of door stations --- */
.readerwall-wall {
  background-color: #14181B;
  border: 2px solid #A5803C;
  border-radius: 20px;
  padding: 22px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.station {
  background-color: #F1EDDC;
  border: 2px solid #A5803C;
  border-radius: 16px;
  padding: 14px;
  color: #14181B;
  display: flex;
  flex-direction: column;
  gap: 10px;
  box-shadow: 0 5px 0 #A5803C;
}

.station.s2 { border-radius: 20px 12px 20px 12px; }
.station.s3 { border-radius: 12px 20px 12px 20px; margin-top: 10px; }
.station.s4 { border-radius: 18px; margin-top: -6px; }

.station-maglock {
  background-color: #14181B;
  color: #F1F0E4;
  border: 2px solid #A5803C;
  border-radius: 8px;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 1.5px;
  text-align: center;
  padding: 5px 0;
}

.station-reader {
  background-color: #446F84;
  border: 3px solid #A5803C;
  border-radius: 50% / 30%;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.station-reader-core {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background-color: #14181B;
  border: 2px solid #D8A24A;
}

.station-lanyard {
  height: 14px;
  width: 2px;
  background-color: #A5803C;
  margin: 0 auto -6px auto;
}

.station-chip {
  width: 34px;
  height: 22px;
  background-color: #D8A24A;
  border: 2px solid #14181B;
  border-radius: 5px;
  margin: 0 auto;
  position: relative;
}

.station-chip::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 8px;
  width: 16px;
  height: 2px;
  background-color: #14181B;
  box-shadow: 0 5px 0 #14181B;
}

.station-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-top: 4px;
}

.station-label {
  background-color: #14181B;
  color: #F1F0E4;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 1.5px;
  border-radius: 5px;
  padding: 4px 10px;
}

.lamp {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 2px solid #14181B;
  display: inline-block;
  flex: 0 0 auto;
}

.lamp-armed { background-color: #6FA96F; }
.lamp-standby { background-color: #D8A24A; }
.lamp-fault { background-color: #A64B3C; }

.station.st-armed { border-color: #6FA96F; }
.station.st-standby { border-color: #D8A24A; }
.station.st-fault { border-color: #A64B3C; }

/* patrol clipboard resting on the desk edge */
.readerwall-clipboard {
  grid-column: 1 / -1;
  background-color: #F1EDDC;
  border: 2px solid #A5803C;
  border-radius: 10px;
  padding: 12px 16px;
  color: #14181B;
  box-shadow: 0 6px 0 #A5803C;
}

.readerwall-clipboard h4 {
  font-size: 0.78rem;
  letter-spacing: 2px;
  margin-bottom: 8px;
  color: #14181B;
}

.tour-line {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.82rem;
  font-weight: 600;
  padding: 3px 0;
}

.tour-line .tour-box {
  width: 15px;
  height: 15px;
  border: 2px solid #14181B;
  border-radius: 3px;
  flex: 0 0 auto;
  background-color: #D8A24A;
}

/* ============================================================
   INTRO BAND — the desk narrative
   ============================================================ */
.deskintro {
  background-color: #14181B;
  border-top: 2px solid #A5803C;
  border-bottom: 2px solid #A5803C;
  padding: 54px 0;
}

.deskintro-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 40px;
  align-items: start;
}

.deskintro h2 {
  color: #D8A24A;
  font-size: 1.9rem;
}

.deskintro p {
  color: #F1F0E4;
}

.deskintro-side {
  background-color: #446F84;
  border: 2px solid #A5803C;
  border-radius: 14px;
  padding: 22px;
}

.deskintro-side h3 {
  color: #F1F0E4;
  font-size: 1.1rem;
  letter-spacing: 1px;
}

.deskintro-side ul {
  margin: 0;
  padding-left: 20px;
  color: #F1F0E4;
}

.deskintro-side li {
  margin-bottom: 10px;
  font-weight: 600;
}

/* ============================================================
   LATCH LOG ROWS (.latchrows)
   ============================================================ */
.latchrows {
  background-color: #20272C;
  padding: 64px 0 30px 0;
}

.latchrows-head {
  max-width: 1180px;
  margin: 0 auto 34px auto;
  padding: 0 24px;
}

.latchrows-head h2 {
  color: #F1F0E4;
  font-size: 2rem;
}

.latchrows-head p {
  color: #F1F0E4;
  max-width: 760px;
}

.latchlog {
  max-width: 1180px;
  margin: 0 auto 34px auto;
  padding: 0 24px;
}

.latchlog-sheet {
  background-color: #F1EDDC;
  border: 2px solid #A5803C;
  border-radius: 16px;
  color: #14181B;
  box-shadow: 0 6px 0 #A5803C;
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 0;
  overflow: hidden;
}

.latchlog.alt .latchlog-sheet {
  background-color: #E7DFC6;
  transform: skewX(-1deg);
  border-radius: 10px 22px 12px 22px;
}

.latchlog.tilt .latchlog-sheet {
  transform: skewX(1deg);
  border-radius: 22px 12px 22px 10px;
}

.latchlog.short .latchlog-sheet {
  max-width: 1040px;
}

.latchlog.invert .latchlog-sheet {
  background-color: #D8A24A;
  border-color: #14181B;
  box-shadow: 0 6px 0 #14181B;
}

.latchlog.invert .latchlog-sheet,
.latchlog.invert .latchlog-sheet h3,
.latchlog.invert .latchlog-sheet p {
  color: #14181B;
}

.latchlog-eventhead {
  background-color: #14181B;
  color: #F1F0E4;
  padding: 26px 18px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
}

.latchlog-eventhead .logid {
  font-size: 0.72rem;
  letter-spacing: 2.5px;
  font-weight: 800;
  color: #D8A24A;
}

.latchlog-eventhead .loglamp {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #D8A24A;
  border: 2px solid #A5803C;
  display: inline-block;
}

.latchlog.invert .latchlog-eventhead {
  background-color: #20272C;
}

.latchlog-panel {
  padding: 26px 28px;
}

.latchlog-panel h3 {
  font-size: 1.5rem;
  color: #14181B;
  margin-bottom: 10px;
}

.latchlog-panel p {
  color: #14181B;
}

.latchlog-panel a.servicelink {
  color: #2F5468;
  font-weight: 700;
  text-decoration: underline;
}

.latchlog.invert .latchlog-panel a.servicelink {
  color: #14181B;
}

.zonechips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 14px 0 18px 0;
}

.zonechip {
  border: 1px solid #14181B;
  border-radius: 20px;
  padding: 4px 12px;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 1.2px;
  color: #14181B;
  background-color: #F1EDDC;
}

.latchlog.invert .zonechip {
  background-color: #F1EDDC;
  border-color: #14181B;
  color: #14181B;
}

.eventline {
  position: relative;
  height: 16px;
  background-color: #446F84;
  border-radius: 8px;
  margin-top: 6px;
  border: 1px solid #14181B;
}

.eventline-fill {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #D8A24A;
  border-radius: 8px 0 0 8px;
}

.clocksstamp {
  display: inline-block;
  margin-top: 8px;
  font-size: 0.7rem;
  letter-spacing: 2px;
  font-weight: 800;
  color: #2F5468;
}

.latchlog.invert .clocksstamp {
  color: #14181B;
}

/* ============================================================
   STANDBY NOTICE strip
   ============================================================ */
.standbynotice {
  background-color: #D8A24A;
  border-top: 3px solid #446F84;
  border-bottom: 3px solid #446F84;
  padding: 26px 0;
  margin: 26px 0 0 0;
}

.standbynotice-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  gap: 18px;
  color: #14181B;
}

.standbynotice-glyph {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background-color: #14181B;
  border: 3px solid #A5803C;
  flex: 0 0 auto;
}

.standbynotice p {
  margin: 0;
  font-weight: 800;
  font-size: 1.02rem;
  color: #14181B;
}

/* ============================================================
   MAGLOCK BASE FOOTER (.maglockbase)
   ============================================================ */
.maglockbase {
  background-color: #14181B;
  border-top: 4px solid #A5803C;
  padding: 0 0 26px 0;
  margin-top: 40px;
}

.maglockbase-lockrail {
  display: flex;
  justify-content: center;
  gap: 14px;
  padding: 10px 24px;
  background-color: #A5803C;
}

.maglockbase-lock {
  width: 64px;
  height: 16px;
  background-color: #14181B;
  border-radius: 4px;
  border: 1px solid #20272C;
}

.maglockbase-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 34px 24px 0 24px;
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 30px;
}

.maglockbase-brandplate {
  background-color: #446F84;
  border: 2px solid #A5803C;
  border-radius: 12px;
  padding: 20px;
}

.maglockbase-brandplate h2 {
  color: #F1F0E4;
  font-size: 1.2rem;
  letter-spacing: 1px;
}

.maglockbase-brandplate p {
  color: #F1F0E4;
  font-size: 0.92rem;
  margin: 0;
}

.maglockbase-links h4 {
  color: #D8A24A;
  font-size: 0.78rem;
  letter-spacing: 2px;
  margin-bottom: 12px;
}

.maglockbase-links ul {
  list-style: none;
  margin: 0 0 18px 0;
  padding: 0;
}

.maglockbase-links li {
  margin-bottom: 8px;
}

.maglockbase-links a {
  color: #F1F0E4;
  font-size: 0.9rem;
}

.maglockbase-links a:hover,
.maglockbase-links a:focus {
  color: #D8A24A;
}

.maglockbase-plaques {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.maglockbase-plaque {
  background-color: #F1EDDC;
  color: #14181B;
  border: 2px solid #A5803C;
  border-radius: 10px;
  padding: 6px 12px;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.5px;
}

.maglockbase-plaque:hover,
.maglockbase-plaque:focus {
  background-color: #D8A24A;
  text-decoration: none;
}

.maglockbase-base {
  max-width: 1180px;
  margin: 30px auto 0 auto;
  padding: 20px 24px 0 24px;
  border-top: 2px solid #A5803C;
  display: flex;
  flex-wrap: wrap;
  gap: 14px 26px;
  align-items: center;
  justify-content: space-between;
  color: #F1F0E4;
  font-size: 0.85rem;
}

.maglockbase-lamp {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 800;
  letter-spacing: 1px;
}

.maglockbase-lamp .lamp {
  width: 12px;
  height: 12px;
  background-color: #D8A24A;
  border: 1px solid #A5803C;
}

.maglockbase-base a {
  color: #D8A24A;
}

/* ============================================================
   GENERIC PAGE BANDS (services / contact)
   ============================================================ */
.pageband {
  background-color: #14181B;
  border-bottom: 2px solid #A5803C;
  padding: 48px 0;
}

.pageband-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
}

.pageband h1 {
  color: #F1F0E4;
  font-size: 2.4rem;
}

.pageband h1 .armed {
  color: #D8A24A;
}

.pageband p {
  color: #F1F0E4;
  max-width: 780px;
}

.svcblock {
  background-color: #20272C;
  padding: 56px 0;
}

.svcblock-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
}

.svccard {
  background-color: #F1EDDC;
  border: 2px solid #A5803C;
  border-radius: 16px;
  color: #14181B;
  box-shadow: 0 6px 0 #A5803C;
  padding: 26px 28px;
  margin-bottom: 26px;
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 22px;
}

.svccard.alt {
  background-color: #E7DFC6;
  border-radius: 20px 12px 20px 12px;
  transform: skewX(-0.6deg);
}

.svccard.highlight {
  background-color: #D8A24A;
  border-color: #14181B;
  box-shadow: 0 6px 0 #14181B;
}

.svccard-code {
  background-color: #14181B;
  color: #D8A24A;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: 800;
  letter-spacing: 2px;
}

.svccard h3 {
  font-size: 1.4rem;
  color: #14181B;
}

.svccard p {
  color: #14181B;
}

.processblock {
  background-color: #14181B;
  border-top: 2px solid #A5803C;
  border-bottom: 2px solid #A5803C;
  padding: 56px 0;
}

.processblock-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
}

.processblock h2 {
  color: #D8A24A;
  font-size: 1.9rem;
}

.processstep {
  border-left: 4px solid #D8A24A;
  padding: 6px 0 6px 20px;
  margin-bottom: 22px;
}

.processstep h3 {
  color: #F1F0E4;
  font-size: 1.1rem;
}

.processstep p {
  color: #F1F0E4;
  margin: 0;
}

.ctaband {
  background-color: #446F84;
  border-top: 3px solid #A5803C;
  border-bottom: 3px solid #A5803C;
  padding: 44px 0;
}

.ctaband-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 24px;
  justify-content: space-between;
}

.ctaband h2 {
  color: #F1F0E4;
  margin: 0;
  font-size: 1.6rem;
}

.ctaband p {
  color: #F1F0E4;
  margin: 6px 0 0 0;
}

/* ============================================================
   CONTACT PAGE
   ============================================================ */
.contactgrid {
  background-color: #20272C;
  padding: 56px 0;
}

.contactgrid-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 34px;
  align-items: start;
}

.contactform {
  background-color: #F1EDDC;
  border: 2px solid #A5803C;
  border-radius: 16px;
  box-shadow: 0 6px 0 #A5803C;
  padding: 28px;
  color: #14181B;
}

.contactform h2 {
  color: #14181B;
  font-size: 1.6rem;
}

.contactform label {
  display: block;
  font-weight: 800;
  font-size: 0.82rem;
  letter-spacing: 1px;
  margin-bottom: 6px;
  color: #14181B;
}

.contactform input,
.contactform textarea {
  width: 100%;
  font-size: 1rem;
  font-family: inherit;
  padding: 11px 12px;
  border: 2px solid #446F84;
  border-radius: 8px;
  background-color: #FFFFFF;
  color: #14181B;
  margin-bottom: 18px;
}

.contactform-message {
  min-height: 130px;
  resize: vertical;
}

.contactform button {
  background-color: #D8A24A;
  color: #14181B;
  border: 2px solid #A5803C;
  border-radius: 10px;
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 1px;
  padding: 14px 26px;
  cursor: pointer;
  box-shadow: 0 5px 0 #A5803C;
}

.contactform button:hover,
.contactform button:focus {
  background-color: #F1EDDC;
}

.formstatus {
  margin-top: 14px;
  font-size: 0.9rem;
  font-weight: 700;
  color: #14181B;
}

.contactinfo {
  background-color: #446F84;
  border: 2px solid #A5803C;
  border-radius: 14px;
  padding: 24px;
  color: #F1F0E4;
}

.contactinfo h3 {
  color: #F1F0E4;
  font-size: 1.15rem;
}

.contactinfo p,
.contactinfo li {
  color: #F1F0E4;
}

.contactinfo ul {
  padding-left: 20px;
  margin: 0 0 18px 0;
}

.contactinfo a {
  color: #F1EDDC;
  font-weight: 700;
}

.hourslist {
  list-style: none;
  padding: 0;
}

.hourslist li {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #D8A24A;
  padding: 7px 0;
  font-weight: 600;
}

.faqblock {
  background-color: #14181B;
  border-top: 2px solid #A5803C;
  padding: 56px 0;
}

.faqblock-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
}

.faqblock h2 {
  color: #D8A24A;
  font-size: 1.9rem;
}

.faqitem {
  background-color: #F1EDDC;
  border: 2px solid #A5803C;
  border-radius: 12px;
  margin-bottom: 16px;
  overflow: hidden;
}

.faqq {
  width: 100%;
  background-color: #14181B;
  color: #F1F0E4;
  border: none;
  text-align: left;
  font-size: 1rem;
  font-weight: 800;
  padding: 16px 20px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
}

.faqq .faqmark {
  color: #D8A24A;
  font-size: 1.3rem;
  font-weight: 800;
}

.faqa {
  padding: 0 20px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease, padding 0.35s ease;
  color: #14181B;
}

.faqitem.open .faqa {
  max-height: 400px;
  padding: 18px 20px;
}

.faqa p {
  margin: 0;
  color: #14181B;
}

/* ---------- responsive ---------- */
@media (max-width: 980px) {
  .readerwall-grid {
    grid-template-columns: 1fr;
  }
  .deskintro-inner {
    grid-template-columns: 1fr;
  }
  .maglockbase-inner {
    grid-template-columns: 1fr;
  }
  .contactgrid-inner {
    grid-template-columns: 1fr;
  }
  .latchlog-sheet {
    grid-template-columns: 1fr;
  }
  .latchlog-eventhead {
    flex-direction: row;
    align-items: center;
  }
  .svccard {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .proxnav-toggle {
    display: inline-block;
  }
  .proxnav-plaques {
    display: none;
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    margin-left: 0;
    gap: 8px;
  }
  .proxnav-plaques.open {
    display: flex;
  }
  .proxnav-plaque {
    margin-top: 0 !important;
  }
  .readerwall-copy h1 {
    font-size: 2rem;
  }
  .readerwall-wall {
    grid-template-columns: 1fr;
  }
  .latchlog.alt .latchlog-sheet,
  .latchlog.tilt .latchlog-sheet,
  .svccard.alt {
    transform: none;
  }
}
