:root {
  --green: #0c7a57;
  --green-dark: #07513d;
  --green-deep: #063c30;
  --green-pale: #eaf6f1;
  --red: #d92b2b;
  --charcoal: #1c2a27;
  --muted: #62706c;
  --line: #d9e5e0;
  --white: #ffffff;
  --off-white: #f8fbfa;
  --shadow: 0 22px 60px rgba(8, 61, 46, .12);
  --radius: 22px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--charcoal); background: var(--white); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.6; }
a { color: inherit; }
img, svg { max-width: 100%; display: block; }
button, input, select, textarea { font: inherit; }
.container { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; left: 12px; top: -80px; z-index: 1000; padding: 10px 14px; background: var(--charcoal); color: white; border-radius: 8px; }
.skip-link:focus { top: 12px; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }
.utility-bar { background: var(--green-deep); color: white; font-size: .82rem; }
.utility-inner { min-height: 38px; display: flex; justify-content: space-between; align-items: center; gap: 24px; }
.utility-links { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.utility-links a { text-decoration: none; opacity: .95; }
.utility-links a:hover { text-decoration: underline; }
.site-header { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,.96); backdrop-filter: blur(12px); border-bottom: 1px solid rgba(7,81,61,.08); }
.nav-wrap { min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { width: 290px; flex: 0 0 auto; }
.brand img { width: 100%; }
.site-nav { display: flex; align-items: center; gap: 28px; }
.site-nav a { text-decoration: none; font-size: .94rem; font-weight: 650; }
.site-nav > a:not(.button):hover { color: var(--green); }
.menu-toggle { display: none; border: 0; background: transparent; padding: 8px; }
.menu-toggle span:not(.sr-only) { width: 26px; height: 2px; background: var(--green-dark); display: block; margin: 5px 0; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 24px; border: 2px solid var(--green); border-radius: 999px; background: var(--green); color: white; text-decoration: none; font-weight: 750; box-shadow: 0 10px 24px rgba(12,122,87,.2); transition: transform .2s ease, background .2s ease, box-shadow .2s ease; cursor: pointer; }
.button:hover { transform: translateY(-2px); background: var(--green-dark); box-shadow: 0 14px 30px rgba(12,122,87,.26); }
.button-small { min-height: 42px; padding: 0 18px; }
.button-secondary { color: var(--green-dark); background: white; box-shadow: none; }
.button-secondary:hover { color: white; }
.hero { position: relative; overflow: hidden; padding: 88px 0 68px; background: linear-gradient(135deg, #f7fcfa 0%, #fff 52%, #f7fbf9 100%); }
.hero-grid { display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 55px; }
.hero h1 { margin: 15px 0 20px; max-width: 690px; font-size: clamp(3.2rem, 6vw, 5.8rem); line-height: .96; letter-spacing: -.055em; color: var(--green-deep); }
.hero p { max-width: 660px; font-size: 1.16rem; color: var(--muted); }
.eyebrow { color: var(--red); text-transform: uppercase; letter-spacing: .17em; font-size: .78rem; font-weight: 850; }
.eyebrow-light { color: #ffb5b5; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 32px; }
.trust-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 42px; padding-top: 28px; border-top: 1px solid var(--line); }
.trust-row div { display: flex; flex-direction: column; }
.trust-row strong { color: var(--green-dark); font-size: .98rem; }
.trust-row span { color: var(--muted); font-size: .85rem; }
.hero-art { position: relative; z-index: 2; }
.hero-art svg { filter: drop-shadow(0 25px 65px rgba(12,122,87,.08)); }
.hero-orb { position: absolute; border-radius: 50%; filter: blur(1px); }
.hero-orb-one { width: 420px; height: 420px; right: -190px; top: -210px; background: rgba(217,43,43,.06); }
.hero-orb-two { width: 520px; height: 520px; left: -300px; bottom: -320px; background: rgba(12,122,87,.06); }
.logo-strip { background: var(--green-dark); color: white; }
.values-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.values-grid article { min-height: 126px; padding: 26px 34px; display: flex; gap: 18px; align-items: center; border-right: 1px solid rgba(255,255,255,.16); }
.values-grid article:last-child { border-right: 0; }
.value-icon { width: 46px; height: 46px; flex: 0 0 46px; display: grid; place-items: center; border-radius: 50%; color: white; background: var(--red); font-weight: 900; }
.values-grid strong { font-size: 1.08rem; }
.values-grid p { margin: 1px 0 0; font-size: .88rem; color: rgba(255,255,255,.74); }
.section { padding: 105px 0; }
.section-tint { background: var(--off-white); }
.two-column { display: grid; grid-template-columns: .88fr 1.12fr; gap: 80px; }
h2 { margin: 12px 0 0; color: var(--green-deep); font-size: clamp(2.25rem, 4vw, 4rem); line-height: 1.08; letter-spacing: -.04em; }
.prose p { margin: 0 0 18px; color: var(--muted); font-size: 1.1rem; }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 40px; margin-bottom: 44px; }
.section-heading p { max-width: 480px; margin: 0; color: var(--muted); }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.service-card { position: relative; min-height: 280px; padding: 28px; background: white; border: 1px solid var(--line); border-radius: 18px; box-shadow: 0 8px 25px rgba(8,61,46,.04); overflow: hidden; }
.service-card:after { content: ""; position: absolute; left: 0; bottom: 0; width: 100%; height: 5px; background: var(--green); transform: scaleX(0); transform-origin: left; transition: transform .25s ease; }
.service-card:hover:after { transform: scaleX(1); }
.service-number { color: var(--red); font-size: .78rem; font-weight: 850; letter-spacing: .1em; }
.service-card h3 { margin: 52px 0 12px; color: var(--green-dark); font-size: 1.18rem; line-height: 1.25; }
.service-card p { margin: 0; color: var(--muted); font-size: .93rem; }
.service-card.featured { color: white; background: linear-gradient(145deg, var(--green-dark), var(--green-deep)); border-color: transparent; }
.service-card.featured h3, .service-card.featured p { color: white; }
.service-card.featured p { color: rgba(255,255,255,.78); }
.service-tag { position: absolute; top: 22px; right: 22px; padding: 5px 9px; border-radius: 999px; background: var(--red); color: white; text-transform: uppercase; font-size: .67rem; font-weight: 850; letter-spacing: .08em; }
.why-grid { display: grid; grid-template-columns: .94fr 1.06fr; gap: 75px; align-items: stretch; }
.why-panel { padding: 55px; background: linear-gradient(145deg, var(--green-dark), var(--green-deep)); border-radius: var(--radius); color: white; box-shadow: var(--shadow); }
.why-panel h2 { color: white; }
.why-panel p { color: rgba(255,255,255,.78); font-size: 1.05rem; }
.text-link { color: white; font-weight: 800; text-underline-offset: 5px; }
.checklist { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.checklist div { padding: 27px; border: 1px solid var(--line); border-radius: 18px; }
.checklist span { color: var(--red); font-size: .75rem; font-weight: 850; }
.checklist h3 { margin: 24px 0 8px; color: var(--green-dark); }
.checklist p { margin: 0; color: var(--muted); font-size: .92rem; }
.coverage-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 70px; align-items: center; }
.coverage-grid p { color: var(--muted); max-width: 660px; }
.city-list { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 26px; }
.city-list span { padding: 8px 13px; border: 1px solid var(--line); border-radius: 999px; background: white; font-size: .86rem; }
.coverage-card { padding: 40px; border-radius: var(--radius); background: white; box-shadow: var(--shadow); border-left: 7px solid var(--red); }
.coverage-card h3 { margin-top: 0; color: var(--green-dark); font-size: 1.45rem; }
.coverage-card p { font-size: .94rem; }
.coverage-card a { display: block; margin: 10px 0; color: var(--green); font-weight: 800; text-decoration: none; word-break: break-word; }
.request-section { background: white; }
.request-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 72px; align-items: start; }
.request-grid > div > p { color: var(--muted); }
.contact-note { margin-top: 28px; padding: 20px; border-radius: 14px; background: var(--green-pale); color: var(--green-dark); }
.request-form { padding: 34px; background: var(--off-white); border: 1px solid var(--line); border-radius: var(--radius); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
label { display: grid; gap: 8px; margin-bottom: 18px; font-size: .88rem; font-weight: 750; color: var(--green-dark); }
input, select, textarea { width: 100%; border: 1px solid #cbdad4; border-radius: 10px; background: white; padding: 13px 14px; color: var(--charcoal); outline: none; }
input:focus, select:focus, textarea:focus { border-color: var(--green); box-shadow: 0 0 0 3px rgba(12,122,87,.12); }
textarea { resize: vertical; }
.form-disclaimer { margin: 16px 0 0; color: var(--muted); font-size: .78rem; }
.contact-section { background: linear-gradient(145deg, var(--green-dark), var(--green-deep)); color: white; }
.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; }
.contact-section h2 { color: white; }
.contact-links { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.contact-links a { padding: 20px; border: 1px solid rgba(255,255,255,.18); border-radius: 14px; text-decoration: none; background: rgba(255,255,255,.05); }
.contact-links a:hover { background: rgba(255,255,255,.1); }
.contact-links span { display: block; color: rgba(255,255,255,.65); font-size: .78rem; text-transform: uppercase; letter-spacing: .08em; }
.contact-links strong { display: block; margin-top: 6px; font-size: .98rem; word-break: break-word; }
.site-footer { padding: 62px 0 22px; background: #f4f8f6; }
.footer-grid { display: grid; grid-template-columns: 1.5fr .75fr .75fr; gap: 60px; }
.footer-brand img { width: 310px; }
.footer-brand p { color: var(--muted); }
.footer-grid h3 { color: var(--green-dark); margin: 10px 0 14px; }
.footer-grid > div:not(.footer-brand) a { display: block; margin: 8px 0; color: var(--muted); text-decoration: none; }
.footer-grid a:hover { color: var(--green); }
.footer-bottom { margin-top: 42px; padding-top: 20px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; gap: 20px; color: var(--muted); font-size: .82rem; }
.footer-bottom a { text-decoration: none; font-weight: 750; }
@media (max-width: 1020px) {
  .utility-inner { justify-content: center; }
  .utility-inner > span { display: none; }
  .menu-toggle { display: block; }
  .site-nav { display: none; position: absolute; left: 20px; right: 20px; top: 122px; padding: 22px; flex-direction: column; align-items: stretch; gap: 14px; background: white; border: 1px solid var(--line); border-radius: 16px; box-shadow: var(--shadow); }
  .site-nav.open { display: flex; }
  .hero-grid, .two-column, .why-grid, .coverage-grid, .request-grid, .contact-grid { grid-template-columns: 1fr; }
  .hero-art { max-width: 670px; margin-inline: auto; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .section-heading { align-items: start; flex-direction: column; }
  .contact-links { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 700px) {
  .container { width: min(100% - 28px, 1160px); }
  .utility-bar { display: none; }
  .nav-wrap { min-height: 78px; }
  .brand { width: 230px; }
  .site-nav { top: 75px; }
  .hero { padding: 58px 0 42px; }
  .hero h1 { font-size: clamp(2.7rem, 14vw, 4.5rem); }
  .trust-row, .values-grid, .service-grid, .checklist, .form-row, .contact-links, .footer-grid { grid-template-columns: 1.25fr .75fr .75fr .75fr; }
  .values-grid article { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.16); }
  .values-grid article:last-child { border-bottom: 0; }
  .section { padding: 72px 0; }
  .service-card { min-height: auto; }
  .service-card h3 { margin-top: 38px; }
  .why-panel { padding: 34px 28px; }
  .request-form { padding: 24px 18px; }
  .footer-bottom { flex-direction: column; }
}

/* Contact details live below the hero so the header remains clean on every screen. */
.quick-contact { position: relative; z-index: 4; margin-top: -28px; padding-bottom: 28px; }
.quick-contact-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); background: #fff; border: 1px solid var(--line); border-radius: 18px; box-shadow: var(--shadow); overflow: hidden; }
.quick-contact-grid > a,
.quick-contact-grid > .quick-location { min-width: 0; padding: 18px 16px; display: flex; align-items: center; gap: 11px; color: var(--charcoal); text-decoration: none; border-right: 1px solid var(--line); }
.quick-contact-grid > :last-child { border-right: 0; }
.quick-contact-grid > a:hover { background: var(--green-pale); }
.quick-icon { width: 38px; height: 38px; flex: 0 0 38px; display: grid; place-items: center; border-radius: 50%; background: var(--green-dark); color: #fff; font-size: 1.05rem; font-weight: 900; }
.quick-contact-grid span span { min-width: 0; }
.quick-contact-grid strong { display: block; color: var(--green-dark); font-size: .82rem; line-height: 1.2; overflow-wrap: anywhere; }
.quick-contact-grid small { display: block; margin-top: 3px; color: var(--muted); font-size: .72rem; }

/* Prevent the brand from sharing space with any contact content or overflowing on mobile. */
.site-header { overflow: visible; }
.nav-wrap { gap: 18px; }
.brand { flex: 0 1 360px; min-width: 0; }
.brand img { display: block; width: 100%; height: auto; max-width: 100%; }
.menu-toggle { flex: 0 0 auto; }

@media (max-width: 1020px) {
  .quick-contact-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .quick-contact-grid > a,
  .quick-contact-grid > .quick-location { border-right: 0; border-bottom: 1px solid var(--line); }
  .quick-contact-grid > :nth-child(odd) { border-right: 1px solid var(--line); }
  .quick-contact-grid > :last-child { grid-column: 1 / -1; border-bottom: 0; border-right: 0; }
}

@media (max-width: 700px) {
  .nav-wrap { min-height: 84px; padding-block: 8px; }
  .brand { width: min(76vw, 290px); flex-basis: min(76vw, 290px); }
  .brand img { width: 100%; }
  .menu-toggle { margin-left: auto; }
  .site-nav { top: 84px; }
  .quick-contact { margin-top: 0; padding: 14px 0 24px; background: #fff; }
  .quick-contact-grid { grid-template-columns: 1fr; border-radius: 14px; }
  .quick-contact-grid > a,
  .quick-contact-grid > .quick-location,
  .quick-contact-grid > :nth-child(odd) { border-right: 0; border-bottom: 1px solid var(--line); }
  .quick-contact-grid > :last-child { grid-column: auto; border-bottom: 0; }
  .quick-contact-grid strong { font-size: .88rem; }
}

/* Official PDF logo supplied by EvarBe. */
.brand { flex-basis: 430px; }
.brand img { object-fit: contain; }
.footer-brand img { width: min(100%, 430px); height: auto; }
@media (max-width: 700px) {
  .brand { width: min(78vw, 330px); flex-basis: min(78vw, 330px); }
}


/* Frequently asked questions */
.faq-section { background: #fff; }
.faq-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.faq-card { position: relative; padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--off-white); box-shadow: 0 10px 30px rgba(12, 65, 49, .06); }
.faq-card h3 { margin: 4px 0 22px; padding-right: 54px; color: var(--green-dark); font-size: 1.45rem; }
.faq-icon { position: absolute; top: 24px; right: 24px; width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: var(--green-pale); color: var(--green-dark); font-size: 1.15rem; font-weight: 900; }
.faq-card details { border-top: 1px solid var(--line); padding: 16px 0 2px; }
.faq-card details:last-child { padding-bottom: 0; }
.faq-card summary { cursor: pointer; color: var(--green-dark); font-weight: 800; line-height: 1.35; list-style-position: outside; }
.faq-card details[open] summary { color: var(--red); }
.faq-card details p { margin: 10px 0 8px; color: var(--muted); font-size: .92rem; line-height: 1.7; }
.faq-note { margin: 28px 0 0; padding: 18px 20px; border-left: 5px solid var(--red); border-radius: 10px; background: #fff7f7; color: var(--muted); font-size: .88rem; }
.footer-grid { grid-template-columns: 1.35fr .7fr .7fr .7fr; }
@media (max-width: 1020px) {
  .faq-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 700px) {
  .faq-card { padding: 24px 20px; }
  .footer-grid { grid-template-columns: 1fr; }
}


/* Mission and vision */
.mission-vision-section { background: linear-gradient(180deg, #ffffff 0%, var(--off-white) 100%); }
.mission-vision-heading { margin-bottom: 34px; }
.mission-vision-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.mission-vision-card { position: relative; overflow: hidden; min-height: 300px; padding: 38px; border-radius: var(--radius); box-shadow: var(--shadow); }
.mission-vision-card::after { content: ""; position: absolute; width: 190px; height: 190px; right: -70px; bottom: -85px; border-radius: 50%; background: rgba(255,255,255,.08); }
.mission-card { background: linear-gradient(145deg, var(--green-dark), var(--green-deep)); color: #fff; }
.vision-card { background: #fff; color: var(--charcoal); border: 1px solid var(--line); border-top: 7px solid var(--red); }
.mission-vision-label { display: inline-flex; align-items: center; min-height: 32px; padding: 6px 12px; border-radius: 999px; font-size: .76rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.mission-card .mission-vision-label { background: rgba(255,255,255,.13); color: #fff; }
.vision-card .mission-vision-label { background: #fff1f1; color: var(--red); }
.mission-vision-card h3 { position: relative; z-index: 1; margin: 26px 0 16px; max-width: 520px; font-size: clamp(1.7rem, 3vw, 2.35rem); line-height: 1.12; }
.mission-card h3 { color: #fff; }
.vision-card h3 { color: var(--green-dark); }
.mission-vision-card p { position: relative; z-index: 1; margin: 0; max-width: 590px; font-size: 1.03rem; line-height: 1.8; }
.mission-card p { color: rgba(255,255,255,.84); }
.vision-card p { color: var(--muted); }
@media (max-width: 900px) {
  .mission-vision-grid { grid-template-columns: 1fr; }
  .mission-vision-card { min-height: auto; }
}
@media (max-width: 700px) {
  .mission-vision-card { padding: 29px 23px; }
}


/* About dropdown navigation */
.nav-dropdown { position: relative; display: flex; align-items: center; }
.nav-dropdown-toggle { display: inline-flex; align-items: center; gap: 6px; padding: 8px 0; border: 0; background: transparent; color: inherit; font: inherit; font-weight: 750; cursor: pointer; }
.nav-dropdown-toggle span { font-size: .72rem; transition: transform .2s ease; }
.nav-dropdown.open .nav-dropdown-toggle span { transform: rotate(180deg); }
.nav-dropdown-menu { display: none; position: absolute; z-index: 30; top: calc(100% + 10px); left: -18px; min-width: 220px; padding: 10px; border: 1px solid var(--line); border-radius: 14px; background: #fff; box-shadow: var(--shadow); }
.nav-dropdown.open .nav-dropdown-menu { display: grid; }
.nav-dropdown-menu a { padding: 11px 12px; border-radius: 9px; white-space: nowrap; }
.nav-dropdown-menu a:hover { background: var(--green-pale); }
@media (min-width: 1021px) {
  .nav-dropdown:hover .nav-dropdown-menu,
  .nav-dropdown:focus-within .nav-dropdown-menu { display: grid; }
}
@media (max-width: 1020px) {
  .nav-dropdown { display: block; }
  .nav-dropdown-toggle { width: 100%; justify-content: space-between; padding: 0; }
  .nav-dropdown-menu { position: static; min-width: 0; margin-top: 10px; padding: 6px 0 0 14px; border: 0; border-left: 2px solid var(--green-pale); border-radius: 0; box-shadow: none; }
  .nav-dropdown-menu a { padding: 9px 10px; }
}

/* Core values within Why EvarBe */
.core-values { margin-top: 34px; padding-top: 30px; border-top: 1px solid var(--line); }
.core-values h3 { margin: 8px 0 20px; color: var(--green-dark); font-size: 1.55rem; }
.core-values-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.core-values-grid article { padding: 18px; border: 1px solid var(--line); border-radius: 13px; background: var(--off-white); }
.core-values-grid article:last-child { grid-column: 1 / -1; }
.core-values-grid strong { color: var(--green-dark); font-size: 1.02rem; }
.core-values-grid p { margin: 7px 0 0; color: var(--muted); font-size: .86rem; line-height: 1.55; }
.footer-bottom-links { display: flex; align-items: center; gap: 24px; }
.footer-bottom-links a:first-child { color: var(--green-dark); }
@media (max-width: 700px) {
  .core-values-grid { grid-template-columns: 1fr; }
  .core-values-grid article:last-child { grid-column: auto; }
  .footer-bottom-links { width: 100%; justify-content: space-between; }
}

/* Careers application */
.careers-section { background: linear-gradient(180deg, var(--off-white), #fff); }
.careers-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 46px; align-items: start; }
.careers-intro { position: sticky; top: 120px; }
.careers-intro h2 { margin-bottom: 18px; }
.careers-intro > p { color: var(--muted); line-height: 1.75; }
.career-note { margin-top: 24px; padding: 17px 18px; border-left: 5px solid var(--red); border-radius: 10px; background: #fff7f7; font-size: .88rem; }
.career-form { background: #fff; }
.career-phone-row { grid-template-columns: .9fr .65fr 1.25fr; }
.career-form input[type="file"] { padding: 12px; background: var(--off-white); }
.career-actions { display: flex; justify-content: flex-end; gap: 12px; margin-top: 8px; }
.career-actions .button { min-width: 128px; }

/* Business hours */
.business-hours-section { padding-top: 18px; background: #fff; }
.business-hours-card { display: grid; grid-template-columns: .9fr 1.1fr; gap: 44px; padding: 38px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--green-pale); }
.business-hours-card h2 { margin-bottom: 12px; }
.business-hours-card p { margin: 0; color: var(--muted); line-height: 1.7; }
.hours-list { display: grid; gap: 0; border-radius: 14px; overflow: hidden; background: #fff; border: 1px solid var(--line); }
.hours-list div { display: flex; justify-content: space-between; gap: 20px; padding: 16px 18px; border-bottom: 1px solid var(--line); }
.hours-list div:last-child { border-bottom: 0; }
.hours-list strong { color: var(--green-dark); }
.hours-list span { color: var(--muted); text-align: right; }

@media (max-width: 900px) {
  .careers-grid, .business-hours-card { grid-template-columns: 1fr; }
  .careers-intro { position: static; }
  .career-phone-row { grid-template-columns: 1fr; }
}
@media (max-width: 700px) {
  .business-hours-card { padding: 26px 20px; }
  .hours-list div { flex-direction: column; gap: 5px; }
  .hours-list span { text-align: left; }
  .career-actions { flex-direction: column-reverse; }
  .career-actions .button { width: 100%; }
}





/* Floating QR shortcut */
.floating-qr-button {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 1100;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  border: 0;
  border-radius: 999px;
  padding: 12px 17px;
  background: var(--green, #0b6b47);
  color: #fff;
  box-shadow: 0 10px 28px rgba(0, 0, 0, .22);
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}
.floating-qr-button:hover,
.floating-qr-button:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 14px 34px rgba(0, 0, 0, .27);
}
.floating-qr-icon {
  display: grid;
  place-items: center;
  width: 25px;
  height: 25px;
  border-radius: 6px;
  background: #fff;
  color: var(--green, #0b6b47);
  font-size: 1.2rem;
  line-height: 1;
}
.floating-qr-overlay {
  position: fixed;
  inset: 0;
  z-index: 1190;
  background: rgba(0, 0, 0, .46);
}
.floating-qr-panel {
  position: fixed;
  right: 22px;
  bottom: 82px;
  z-index: 1200;
  width: min(330px, calc(100vw - 32px));
  padding: 25px;
  border: 1px solid var(--line, #dce4df);
  border-radius: 22px;
  background: #fff;
  color: var(--text, #163126);
  box-shadow: 0 22px 60px rgba(0, 0, 0, .28);
  text-align: center;
}
.floating-qr-panel h2 {
  margin: 0 30px 8px;
  font-size: 1.35rem;
}
.floating-qr-panel p {
  margin: 0 0 16px;
  color: var(--muted, #52645c);
  line-height: 1.5;
}
.floating-qr-panel img {
  display: block;
  width: 190px;
  height: 190px;
  margin: 0 auto 16px;
  padding: 8px;
  border: 1px solid var(--line, #dce4df);
  border-radius: 16px;
  background: #fff;
}
.floating-qr-close {
  position: absolute;
  top: 10px;
  right: 12px;
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 50%;
  background: #eef4f0;
  color: var(--text, #163126);
  font-size: 1.55rem;
  line-height: 1;
  cursor: pointer;
}
.floating-qr-link {
  width: 100%;
  justify-content: center;
}
body.qr-panel-open {
  overflow: hidden;
}
@media (max-width: 600px) {
  .floating-qr-button {
    right: 14px;
    bottom: 14px;
    padding: 11px 14px;
    font-size: .9rem;
  }
  .floating-qr-panel {
    left: 16px;
    right: 16px;
    bottom: 76px;
    width: auto;
  }
  .floating-qr-panel img {
    width: 175px;
    height: 175px;
  }
}

/* Mobile tap reliability */
.menu-toggle,
.floating-qr-button,
.floating-qr-close,
.floating-qr-overlay {
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
}

.menu-toggle,
.floating-qr-button,
.floating-qr-close {
  pointer-events: auto !important;
  user-select: none;
  -webkit-user-select: none;
}

@media (max-width: 1020px) {
  .site-header,
  .nav-wrap {
    overflow: visible;
  }

  .menu-toggle {
    position: relative;
    z-index: 1301;
    min-width: 48px;
    min-height: 48px;
  }

  .site-nav {
    z-index: 1300;
    max-height: calc(100vh - 100px);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }

  .site-nav.open {
    display: flex !important;
  }
}

.floating-qr-button {
  min-height: 48px;
}

.floating-qr-panel[hidden],
.floating-qr-overlay[hidden] {
  display: none !important;
}

.floating-qr-panel:not([hidden]) {
  display: block !important;
}

.floating-qr-overlay:not([hidden]) {
  display: block !important;
}


/* === Reliable mobile navigation and QR fallback (no JavaScript required) === */
.mobile-menu-checkbox,
.about-menu-checkbox,
.qr-popup-checkbox {
  position: fixed;
  opacity: 0;
  pointer-events: none;
}

.menu-toggle {
  cursor: pointer;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
  z-index: 3002 !important;
}

@media (max-width: 1020px) {
  .nav-wrap {
    position: relative;
    overflow: visible !important;
  }

  .site-nav {
    display: none !important;
    position: absolute;
    top: calc(100% + 8px);
    left: 12px;
    right: 12px;
    z-index: 3000 !important;
    max-height: calc(100vh - 115px);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding: 16px;
    border: 1px solid var(--line, #dce4df);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 18px 50px rgba(0,0,0,.22);
  }

  #mobile-menu-checkbox:checked ~ .site-nav {
    display: flex !important;
  }

  #mobile-menu-checkbox:checked + .menu-toggle span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }
  #mobile-menu-checkbox:checked + .menu-toggle span:nth-child(2) {
    opacity: 0;
  }
  #mobile-menu-checkbox:checked + .menu-toggle span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .nav-dropdown-toggle {
    display: flex;
    justify-content: space-between;
    width: 100%;
    cursor: pointer;
    touch-action: manipulation;
  }

  .nav-dropdown-menu {
    display: none !important;
    position: static !important;
    box-shadow: none !important;
    border: 0 !important;
    padding: 6px 0 0 14px !important;
    background: transparent !important;
  }

  #about-menu-checkbox:checked ~ .nav-dropdown-menu {
    display: grid !important;
  }
}

/* Floating QR is visible on every device and opens without JavaScript. */
.floating-qr-button {
  position: fixed !important;
  right: 16px !important;
  bottom: max(16px, env(safe-area-inset-bottom)) !important;
  z-index: 3900 !important;
  display: inline-flex !important;
  align-items: center;
  gap: 9px;
  min-height: 50px;
  padding: 12px 17px;
  border-radius: 999px;
  background: var(--green, #0b6b47);
  color: #fff;
  box-shadow: 0 10px 28px rgba(0,0,0,.24);
  font-weight: 800;
  cursor: pointer;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
}

.floating-qr-icon {
  display: grid;
  place-items: center;
  width: 26px;
  height: 26px;
  border-radius: 6px;
  background: #fff;
  color: var(--green, #0b6b47);
}

.floating-qr-overlay,
.floating-qr-panel {
  display: none !important;
}

#qr-popup-checkbox:checked ~ .floating-qr-overlay {
  display: block !important;
  position: fixed;
  inset: 0;
  z-index: 3990 !important;
  background: rgba(0,0,0,.48);
}

#qr-popup-checkbox:checked ~ .floating-qr-panel {
  display: block !important;
  position: fixed;
  right: 20px;
  bottom: 82px;
  z-index: 4000 !important;
  width: min(340px, calc(100vw - 32px));
  padding: 26px;
  border: 1px solid var(--line, #dce4df);
  border-radius: 22px;
  background: #fff;
  color: var(--text, #163126);
  box-shadow: 0 22px 60px rgba(0,0,0,.3);
  text-align: center;
}

.floating-qr-close {
  position: absolute;
  top: 10px;
  right: 12px;
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #eef4f0;
  font-size: 1.65rem;
  cursor: pointer;
  touch-action: manipulation;
}

.floating-qr-panel h2 {
  margin: 4px 34px 8px;
}
.floating-qr-panel p {
  margin: 0 0 16px;
  line-height: 1.5;
}
.floating-qr-panel img {
  display: block;
  width: 190px;
  height: 190px;
  margin: 0 auto 16px;
  padding: 8px;
  border: 1px solid var(--line, #dce4df);
  border-radius: 16px;
  background: #fff;
}
.floating-qr-link {
  display: flex;
  justify-content: center;
  width: 100%;
}

@media (max-width: 600px) {
  .floating-qr-button {
    right: 12px !important;
    padding: 11px 14px;
    font-size: .9rem;
  }
  #qr-popup-checkbox:checked ~ .floating-qr-panel {
    left: 16px;
    right: 16px;
    bottom: 78px;
    width: auto;
  }
  .floating-qr-panel img {
    width: 175px;
    height: 175px;
  }
}

/* Final QR popup state correction */
#qr-popup-checkbox:not(:checked) ~ .floating-qr-overlay,
#qr-popup-checkbox:not(:checked) ~ .floating-qr-panel {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

#qr-popup-checkbox:checked ~ .floating-qr-overlay {
  display: block !important;
  visibility: visible !important;
  pointer-events: auto !important;
}

#qr-popup-checkbox:checked ~ .floating-qr-panel {
  display: block !important;
  visibility: visible !important;
  pointer-events: auto !important;
}
