/* Upkeep Inc. — upkeep101.ca */
:root {
  --navy: #101F3C;
  --navy-deep: #0B1730;
  --navy-ink: #17264a;
  --gold: #B4831D;
  --gold-bright: #C9961F;
  --bg: #ffffff;
  --bg-tint: #F7F8FA;
  --text: #1A2233;
  --text-2: #4A5468;
  --text-3: #7A8399;
  --border: #E6E9EF;
  --radius: 12px;
  --shadow-sm: 0 1px 2px rgba(16,31,60,.06), 0 1px 3px rgba(16,31,60,.08);
  --shadow-md: 0 4px 6px rgba(16,31,60,.05), 0 10px 24px rgba(16,31,60,.10);
  --shadow-lg: 0 12px 24px rgba(16,31,60,.10), 0 24px 48px rgba(16,31,60,.14);
  --font-head: 'Montserrat', system-ui, sans-serif;
  --font-body: 'Inter', system-ui, -apple-system, sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 84px; }
body {
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.5;
  color: var(--text);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; }

.container { max-width: 1160px; margin: 0 auto; padding: 0 24px; }

h1, h2, h3 { font-family: var(--font-head); color: var(--navy); }
h1 { font-size: clamp(38px, 5.4vw, 62px); font-weight: 800; line-height: 1.06; letter-spacing: -0.02em; }
h2 { font-size: clamp(28px, 3.4vw, 38px); font-weight: 700; line-height: 1.22; letter-spacing: -0.02em; margin-bottom: 16px; }
h3 { font-size: 20px; font-weight: 700; line-height: 1.3; }

.kicker {
  font-size: 14px; font-weight: 600; letter-spacing: 1.6px; text-transform: uppercase;
  color: var(--gold); margin-bottom: 12px;
}
.kicker-light { color: var(--gold-bright); }
.gold { color: var(--gold); }

.section { padding: clamp(72px, 8vw, 120px) 0; }
.section-tint { background: var(--bg-tint); }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  height: 44px; padding: 0 24px;
  font-family: var(--font-body); font-size: 15px; font-weight: 600;
  border-radius: 8px; border: 1px solid transparent;
  text-decoration: none; cursor: pointer;
  transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
}
.btn:hover { transform: translateY(-1px); }
.btn-lg { height: 52px; padding: 0 32px; font-size: 16px; }
.btn-block { width: 100%; }
.btn-gold { background: var(--gold); color: #fff; box-shadow: var(--shadow-sm); }
.btn-gold:hover { background: var(--gold-bright); box-shadow: var(--shadow-md); }
.btn-navy { background: var(--navy); color: #fff; box-shadow: var(--shadow-sm); }
.btn-navy:hover { background: var(--navy-ink); box-shadow: var(--shadow-md); }
.btn-ghost { background: transparent; color: #fff; border-color: rgba(255,255,255,.35); }
.btn-ghost:hover { border-color: rgba(255,255,255,.7); background: rgba(255,255,255,.06); }
.btn-ghost-navy { background: transparent; color: var(--navy); border-color: rgba(16,31,60,.25); }
.btn-ghost-navy:hover { border-color: var(--navy); }

/* ---------- Nav ---------- */
.nav {
  position: sticky; top: 0; z-index: 100;
  background: rgba(255,255,255,.92);
  backdrop-filter: saturate(180%) blur(12px);
  -webkit-backdrop-filter: saturate(180%) blur(12px);
  border-bottom: 1px solid var(--border);
}
.nav-inner { display: flex; align-items: center; gap: 32px; height: 68px; }
.nav-brand { display: flex; align-items: center; gap: 10px; text-decoration: none; }
.nav-name { font-family: var(--font-head); font-weight: 800; font-size: 17px; letter-spacing: .02em; color: var(--navy); }
.nav-name em { font-style: normal; color: var(--gold); font-weight: 700; }
.nav-links { display: flex; gap: 28px; margin-left: auto; }
.nav-links a { font-size: 15px; font-weight: 500; color: var(--text-2); text-decoration: none; transition: color .15s; }
.nav-links a:hover { color: var(--navy); }
.nav-cta { flex-shrink: 0; }
.nav-toggle { display: none; background: none; border: 0; cursor: pointer; padding: 8px; margin-left: auto; }
.nav-toggle span { display: block; width: 22px; height: 2px; background: var(--navy); margin: 5px 0; border-radius: 2px; transition: .2s; }
.nav-mobile { display: none; }

/* ---------- Hero ---------- */
.hero {
  background: linear-gradient(150deg, var(--navy-deep) 0%, var(--navy) 55%, #16294f 100%);
  color: #fff;
  overflow: hidden;
}
.hero-inner {
  display: grid; grid-template-columns: 1.2fr .8fr; align-items: center; gap: 48px;
  padding-top: clamp(72px, 9vw, 128px); padding-bottom: clamp(72px, 9vw, 128px);
}
.hero h1 { color: #fff; margin-bottom: 24px; }
.hero-kicker { font-size: 14px; font-weight: 600; letter-spacing: 1.6px; text-transform: uppercase; color: var(--gold-bright); margin-bottom: 16px; }
.hero-sub { font-size: 19px; line-height: 1.55; color: rgba(255,255,255,.72); max-width: 560px; margin-bottom: 36px; }
.hero-cta { display: flex; gap: 16px; flex-wrap: wrap; margin-bottom: 40px; }
.hero-points { display: flex; gap: 28px; flex-wrap: wrap; list-style: none; }
.hero-points li { font-size: 14px; font-weight: 500; color: rgba(255,255,255,.65); display: flex; align-items: center; gap: 8px; }
.hero-points li::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--gold-bright); flex-shrink: 0; }
.hero-mark { display: flex; justify-content: center; }
.hero-mark img { width: min(380px, 30vw); height: auto; filter: drop-shadow(0 24px 48px rgba(0,0,0,.35)); }

/* ---------- Service cards ---------- */
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; margin-top: 48px; }
.card {
  background: #fff; border: 1px solid var(--border); border-radius: var(--radius);
  padding: 36px 32px; box-shadow: var(--shadow-sm);
  transition: transform .2s ease, box-shadow .2s ease;
}
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.card-icon {
  width: 52px; height: 52px; border-radius: 12px;
  background: rgba(16,31,60,.06); color: var(--navy);
  display: flex; align-items: center; justify-content: center; margin-bottom: 24px;
}
.card-icon svg { width: 26px; height: 26px; }
.card h3 { margin-bottom: 10px; }
.card > p { font-size: 15px; color: var(--text-2); margin-bottom: 20px; }
.card ul { list-style: none; }
.card li { font-size: 14.5px; color: var(--text-2); padding: 7px 0 7px 24px; position: relative; border-top: 1px solid var(--bg-tint); }
.card li::before { content: "✓"; position: absolute; left: 2px; color: var(--gold); font-weight: 700; }

/* ---------- Gallery ---------- */
.gallery { display: grid; grid-template-columns: repeat(6, 1fr); gap: 16px; margin-top: 24px; }
.gallery img {
  width: 100%; height: auto; aspect-ratio: 1; object-fit: cover; border-radius: 10px;
  border: 1px solid var(--border); box-shadow: var(--shadow-sm);
  transition: transform .2s ease;
}
.gallery img:hover { transform: scale(1.03); }

/* ---------- Quote ---------- */
.quote-section { background: var(--navy); }
.quote-wrap { max-width: 780px; text-align: center; }
.stars { color: var(--gold-bright); font-size: 22px; letter-spacing: 6px; margin-bottom: 28px; }
.quote-section blockquote {
  font-family: var(--font-head); font-size: clamp(20px, 2.6vw, 27px); font-weight: 600;
  line-height: 1.45; letter-spacing: -0.01em; color: rgba(255,255,255,.92); margin-bottom: 24px;
}
.quote-section cite { font-style: normal; font-size: 15px; color: rgba(255,255,255,.55); }

/* ---------- About ---------- */
.about-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 64px; align-items: start; }
.about-grid p { color: var(--text-2); margin-bottom: 20px; max-width: 560px; }
.about-grid .btn { margin-top: 8px; }
.about-facts { list-style: none; display: grid; gap: 16px; }
.about-facts li {
  background: #fff; border: 1px solid var(--border); border-radius: var(--radius);
  padding: 22px 26px; box-shadow: var(--shadow-sm);
  display: grid; gap: 2px;
}
.about-facts strong { font-family: var(--font-head); font-size: 16px; color: var(--navy); }
.about-facts span { font-size: 14.5px; color: var(--text-2); }

/* ---------- FAQ ---------- */
.faq-wrap { max-width: 720px; }
.faq-wrap details {
  border: 1px solid var(--border); border-radius: 10px; background: #fff;
  padding: 0 24px; margin-top: 14px; box-shadow: var(--shadow-sm);
}
.faq-wrap summary {
  font-weight: 600; font-size: 16px; color: var(--navy);
  padding: 18px 0; cursor: pointer; list-style: none; position: relative; padding-right: 32px;
}
.faq-wrap summary::-webkit-details-marker { display: none; }
.faq-wrap summary::after {
  content: "+"; position: absolute; right: 0; top: 50%; transform: translateY(-50%);
  font-size: 22px; font-weight: 400; color: var(--gold); transition: transform .2s;
}
.faq-wrap details[open] summary::after { transform: translateY(-50%) rotate(45deg); }
.faq-wrap details p { padding: 0 0 20px; font-size: 15.5px; color: var(--text-2); }
.faq-wrap details a { color: var(--gold); font-weight: 600; text-decoration: none; }

/* ---------- Contact ---------- */
.contact-section { background: linear-gradient(160deg, var(--navy-deep), var(--navy) 70%); color: #fff; }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: start; }
.contact-section h2 { color: #fff; }
.contact-sub { color: rgba(255,255,255,.65); margin-bottom: 36px; }
.contact-list { list-style: none; display: grid; gap: 8px; }
.contact-list a, .contact-list span {
  display: grid; gap: 2px; text-decoration: none; padding: 16px 20px;
  border: 1px solid rgba(255,255,255,.12); border-radius: 10px;
  transition: border-color .15s, background .15s;
}
.contact-list a:hover { border-color: rgba(255,255,255,.3); background: rgba(255,255,255,.04); }
.contact-list strong { font-size: 12.5px; font-weight: 600; letter-spacing: 1px; text-transform: uppercase; color: var(--gold-bright); }
.contact-list li { font-size: 16px; color: rgba(255,255,255,.9); }

.contact-form {
  background: #fff; border-radius: var(--radius); padding: 36px;
  box-shadow: var(--shadow-lg); color: var(--text);
}
.form-row { margin-bottom: 18px; }
.form-split { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.contact-form label { display: block; font-size: 13.5px; font-weight: 600; color: var(--navy); margin-bottom: 6px; }
.contact-form input, .contact-form select, .contact-form textarea {
  width: 100%; font-family: var(--font-body); font-size: 15px; color: var(--text);
  border: 1px solid var(--border); border-radius: 8px; padding: 12px 14px;
  background: var(--bg-tint); transition: border-color .15s, box-shadow .15s;
}
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus {
  outline: none; border-color: var(--gold); box-shadow: 0 0 0 3px rgba(180,131,29,.15); background: #fff;
}
.contact-form textarea { resize: vertical; }
.hp { position: absolute; left: -9999px; opacity: 0; height: 0; }
.form-status { margin-top: 14px; font-size: 14.5px; font-weight: 500; min-height: 20px; }
.form-status.ok { color: #1a7f4e; }
.form-status.err { color: #b3261e; }

/* ---------- Footer ---------- */
.footer { background: var(--navy-deep); color: rgba(255,255,255,.6); padding: 56px 0; }
.footer-inner { display: grid; gap: 14px; justify-items: center; text-align: center; }
.footer-brand { display: flex; align-items: center; gap: 12px; }
.footer-brand strong { font-family: var(--font-head); font-size: 16px; letter-spacing: .04em; color: #fff; display: block; }
.footer-brand span { font-size: 12.5px; letter-spacing: .06em; text-transform: uppercase; color: var(--gold-bright); }
.footer-brand div { text-align: left; }
.footer-tag { font-size: 15px; color: rgba(255,255,255,.75); }
.footer-meta { font-size: 14px; }
.footer-meta a { color: rgba(255,255,255,.75); text-decoration: none; }
.footer-meta a:hover { color: #fff; }
.footer-copy { font-size: 13px; color: rgba(255,255,255,.35); margin-top: 8px; }

/* ---------- Responsive ---------- */
@media (max-width: 960px) {
  .hero-inner { grid-template-columns: 1fr; text-align: left; }
  .hero-mark { display: none; }
  .cards { grid-template-columns: 1fr; }
  .gallery { grid-template-columns: repeat(3, 1fr); }
  .about-grid, .contact-grid { grid-template-columns: 1fr; gap: 40px; }
}
@media (max-width: 760px) {
  .nav-links, .nav-cta { display: none; }
  .nav-toggle { display: block; }
  .nav-mobile.open { display: grid; gap: 4px; padding: 12px 24px 20px; background: #fff; border-bottom: 1px solid var(--border); }
  .nav-mobile a { padding: 12px 0; font-size: 16px; font-weight: 500; color: var(--text); text-decoration: none; border-bottom: 1px solid var(--bg-tint); }
  .nav-mobile .btn { margin-top: 12px; border: 0; color:#fff; }
  body { font-size: 16px; }
  .gallery { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .contact-form { padding: 26px 20px; }
  .form-split { grid-template-columns: 1fr; }
  .hero-cta .btn { width: 100%; }
}

/* ---------- Featured service card ---------- */
.card-featured { position: relative; border-color: rgba(180,131,29,.45); box-shadow: 0 0 0 1px rgba(180,131,29,.25), var(--shadow-md); }
.card-featured .card-icon { background: rgba(180,131,29,.12); color: var(--gold); }
.card-badge {
  position: absolute; top: -12px; left: 28px;
  font-size: 12px; font-weight: 600; letter-spacing: .8px; text-transform: uppercase;
  color: #fff; background: var(--gold); border-radius: 999px; padding: 4px 14px;
}
.section-sub { color: var(--text-2); max-width: 560px; margin-bottom: 8px; }

/* ---------- Larger work gallery ---------- */
.gallery-lg { grid-template-columns: repeat(4, 1fr); margin-top: 40px; }
@media (max-width: 960px) { .gallery-lg { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 760px) { .gallery-lg { grid-template-columns: repeat(2, 1fr); } }

/* ---------- PWA install banner ---------- */
.install-banner {
  position: fixed; left: 16px; right: 16px; bottom: 16px; z-index: 200;
  display: flex; align-items: center; gap: 14px;
  background: var(--navy-deep); color: #fff;
  border: 1px solid rgba(255,255,255,.14); border-radius: 14px;
  padding: 14px 16px; box-shadow: var(--shadow-lg);
  max-width: 520px; margin: 0 auto;
  opacity: 0; transform: translateY(16px);
  transition: opacity .3s ease, transform .3s ease;
}
.install-banner.show { opacity: 1; transform: translateY(0); }
.install-banner img { border-radius: 10px; flex-shrink: 0; }
.install-text { display: grid; gap: 2px; min-width: 0; }
.install-text strong { font-family: var(--font-head); font-size: 15px; }
.install-text span { font-size: 13px; color: rgba(255,255,255,.65); line-height: 1.35; }
.install-btn { height: 38px; padding: 0 18px; font-size: 14px; flex-shrink: 0; }
.install-close {
  background: none; border: 0; color: rgba(255,255,255,.5);
  font-size: 22px; line-height: 1; cursor: pointer; padding: 4px; flex-shrink: 0;
}
.install-close:hover { color: #fff; }

/* ---------- Chat coming soon ---------- */
.chat-soon span { opacity: .75; }
.chat-soon strong::after {
  content: "Soon"; margin-left: 10px; vertical-align: 1px;
  font-size: 10.5px; letter-spacing: .6px; color: var(--navy-deep);
  background: var(--gold-bright); border-radius: 999px; padding: 2px 8px;
}
.contact-phone-inline { color: var(--gold-bright); font-weight: 600; text-decoration: none; }
.contact-phone-inline:hover { text-decoration: underline; }

.footer-areas { font-size: 13.5px; color: rgba(255,255,255,.5); max-width: 520px; }

/* ---------- Facebook feed ---------- */
.fb-wrap { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; margin-top: 40px; }
.fb-embed { display: flex; justify-content: center; min-height: 240px; }
.fb-embed .fb-page { max-width: 100%; }
.fb-cta h3 { font-size: 24px; margin-bottom: 12px; }
.fb-cta p { color: var(--text-2); margin-bottom: 24px; max-width: 420px; }
.fb-cta .btn { margin-right: 12px; margin-bottom: 12px; }
@media (max-width: 960px) { .fb-wrap { grid-template-columns: 1fr; gap: 32px; } }

/* ---------- Service pages ---------- */
.page-hero .container { padding-top: clamp(56px, 6vw, 88px); padding-bottom: clamp(56px, 6vw, 88px); }
.page-hero h1 { color: #fff; margin-bottom: 20px; font-size: clamp(34px, 4.6vw, 52px); }
.page-hero .hero-sub { margin-bottom: 32px; }
.crumbs { font-size: 13.5px; color: rgba(255,255,255,.5); margin-bottom: 20px; }
.crumbs a { color: rgba(255,255,255,.7); text-decoration: none; }
.crumbs a:hover { color: #fff; }
.crumbs span { margin: 0 6px; }
.svc-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 64px; align-items: start; }
.svc-intro { color: var(--text-2); max-width: 600px; margin: 16px 0 32px; }
.svc-list-h { margin-bottom: 12px; }
.svc-list { list-style: none; columns: 2; column-gap: 32px; }
.svc-list li { font-size: 15px; color: var(--text-2); padding: 8px 0 8px 26px; position: relative; break-inside: avoid; border-bottom: 1px solid var(--bg-tint); }
.svc-list li::before { content: "✓"; position: absolute; left: 2px; color: var(--gold); font-weight: 700; }
.svc-gallery { grid-template-columns: repeat(3, 1fr); }
.svc-cta { text-align: center; max-width: 640px; }
.svc-cta h2 { color: #fff; }
.svc-cta p { color: rgba(255,255,255,.7); margin: 16px 0 32px; }
.svc-cta p a { color: var(--gold-bright); }
.svc-cta .hero-cta { justify-content: center; }
.footer-areas a { color: rgba(255,255,255,.65); text-decoration: none; }
.footer-areas a:hover { color: #fff; }
@media (max-width: 960px) { .svc-grid { grid-template-columns: 1fr; gap: 40px; } .svc-list { columns: 1; } .svc-gallery { grid-template-columns: repeat(2, 1fr); } }

.card-link { display: inline-block; margin-top: 18px; font-size: 14.5px; font-weight: 600; color: var(--gold); text-decoration: none; }
.card-link:hover { text-decoration: underline; }

/* ---------- Tips / blog ---------- */
.post-hero h1 { font-size: clamp(30px, 4vw, 44px); max-width: 820px; }
.post-body { max-width: 720px; }
.post-body h2 { margin-top: 40px; }
.post-body p { color: var(--text-2); margin: 16px 0; }
.post-body ul, .post-body ol { margin: 16px 0 16px 24px; color: var(--text-2); }
.post-body li { margin: 10px 0; line-height: 1.55; }
.post-body a { color: var(--gold); font-weight: 600; text-decoration: none; }
.post-body a:hover { text-decoration: underline; }
.post-body strong { color: var(--text); }
.post-related { border-top: 1px solid var(--border); padding-top: 20px; margin-top: 36px; font-size: 15px; }
.tip-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.tip-card {
  display: block; background: #fff; border: 1px solid var(--border); border-radius: var(--radius);
  padding: 30px 28px; box-shadow: var(--shadow-sm); text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease;
}
.tip-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); }
.tip-card h3 { margin-bottom: 10px; }
.tip-card p { font-size: 15px; color: var(--text-2); margin-bottom: 14px; }
@media (max-width: 760px) { .tip-grid { grid-template-columns: 1fr; } }

/* ---------- Quote modal ---------- */
.qm-overlay {
  position: fixed; inset: 0; z-index: 300;
  background: rgba(11,23,48,.66); backdrop-filter: blur(4px); -webkit-backdrop-filter: blur(4px);
  display: flex; align-items: center; justify-content: center; padding: 20px;
  opacity: 0; transition: opacity .25s ease;
}
.qm-overlay.show { opacity: 1; }
.qm {
  position: relative; background: #fff; border-radius: 16px; box-shadow: var(--shadow-lg);
  width: 100%; max-width: 440px; padding: 36px 32px;
  transform: translateY(12px); transition: transform .25s ease;
  max-height: 92vh; overflow-y: auto;
}
.qm-overlay.show .qm { transform: translateY(0); }
.qm-close {
  position: absolute; top: 14px; right: 16px; background: none; border: 0;
  font-size: 26px; line-height: 1; color: var(--text-3); cursor: pointer; padding: 4px;
}
.qm-close:hover { color: var(--navy); }
.qm-kicker { font-size: 12.5px; font-weight: 600; letter-spacing: 1.4px; text-transform: uppercase; color: var(--gold); margin-bottom: 8px; }
.qm h3 { font-size: 24px; margin-bottom: 8px; }
.qm-sub { font-size: 15px; color: var(--text-2); margin-bottom: 12px; }
.qm-form { display: grid; gap: 12px; margin-top: 12px; }
.qm-form input, .qm-form select, .qm-form textarea {
  width: 100%; font-family: var(--font-body); font-size: 16px; color: var(--text);
  border: 1px solid var(--border); border-radius: 10px; padding: 13px 14px;
  background: var(--bg-tint); transition: border-color .15s, box-shadow .15s;
}
.qm-form input:focus, .qm-form select:focus, .qm-form textarea:focus {
  outline: none; border-color: var(--gold); box-shadow: 0 0 0 3px rgba(180,131,29,.15); background: #fff;
}
.qm-form textarea { resize: vertical; }
.qm-hp { position: absolute; left: -9999px; opacity: 0; height: 0; }
.qm-send { width: 100%; margin-top: 4px; }
.qm-err { font-size: 14px; font-weight: 500; color: #b3261e; min-height: 18px; }
.qm-alt { font-size: 13.5px; color: var(--text-3); margin-top: 14px; text-align: center; }
.qm-alt a { color: var(--gold); font-weight: 600; text-decoration: none; }
.qm-alt a:hover { text-decoration: underline; }
.qm-done-step { text-align: center; padding: 12px 0; }
.qm-check {
  width: 64px; height: 64px; margin: 0 auto 20px; border-radius: 50%;
  background: rgba(26,127,78,.12); color: #1a7f4e;
  font-size: 34px; font-weight: 700; display: flex; align-items: center; justify-content: center;
}
.qm-done-step .btn { margin-top: 8px; }
@media (max-width: 480px) { .qm { padding: 28px 20px; } }

/* ---------- Hot-lead quote bar ---------- */
.qbar {
  position: fixed; left: 16px; right: 16px; bottom: 16px; z-index: 250;
  display: flex; align-items: center; gap: 14px;
  background: var(--navy-deep); color: #fff;
  border: 1px solid rgba(201,150,31,.4); border-radius: 14px;
  padding: 14px 16px; box-shadow: var(--shadow-lg);
  max-width: 620px; margin: 0 auto;
  opacity: 0; transform: translateY(16px);
  transition: opacity .3s ease, transform .3s ease;
}
.qbar.show { opacity: 1; transform: translateY(0); }
.qbar-text { font-size: 14.5px; font-weight: 500; color: rgba(255,255,255,.9); line-height: 1.4; }
.qbar-btn { height: 40px; padding: 0 18px; font-size: 14px; flex-shrink: 0; }
.qbar-close { background: none; border: 0; color: rgba(255,255,255,.5); font-size: 22px; line-height: 1; cursor: pointer; padding: 4px; flex-shrink: 0; }
.qbar-close:hover { color: #fff; }
@media (max-width: 480px) { .qbar { flex-wrap: wrap; } .qbar-btn { flex: 1; } }
