.jrd-site {
  --jrd-ink: #070b11;
  --jrd-panel: #101722;
  --jrd-blue: #0d5ca8;
  --jrd-blue-light: #3c98e8;
  --jrd-steel: #aeb8c3;
  --jrd-silver: #e3e7ea;
  --jrd-ice: #eef5f9;
  --jrd-line: rgba(166, 190, 210, 0.24);
  background: var(--jrd-ink);
  color: #eef4f8;
  font-family: var(--font-geist-sans), Arial, sans-serif;
  overflow: hidden;
}
.jrd-nav {
  max-width: 1280px;
  margin: auto;
  padding: 20px 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: var(--jrd-ink);
  position: relative;
  z-index: 2;
}
.jrd-brand {
  display: flex;
  align-items: center;
  gap: 11px;
  color: #fff;
  text-decoration: none;
}
.jrd-brand-mark {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  font-family: Georgia, serif;
  font-size: 31px;
  font-weight: 800;
  letter-spacing: -0.12em;
  background: linear-gradient(
    145deg,
    #f7fafc,
    #7e8b96 42%,
    #e5ecf0 72%,
    #687684
  );
  background-clip: text;
  color: transparent;
  text-shadow: 0 2px 5px #000;
}
.jrd-brand-mark i {
  display: block;
  width: 10px;
  height: 21px;
  border-radius: 10px;
  background: linear-gradient(#46b7ff, #0756a1);
  box-shadow: 0 0 13px #0d76d4;
}
.jrd-brand b {
  display: block;
  font-size: 17px;
  letter-spacing: 0.12em;
  line-height: 1;
}
.jrd-brand small {
  display: block;
  color: #91a7b9;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.11em;
  margin-top: 4px;
}
.jrd-nav nav {
  display: flex;
  align-items: center;
  gap: 25px;
  font-size: 16px;
  font-weight: 700;
  color: #b4c3cf;
}
.jrd-nav nav a {
  display: flex;
  align-items: center;
  gap: 5px;
}
.jrd-nav-cta {
  padding: 13px 18px;
  background: var(--jrd-blue);
  color: #fff !important;
  box-shadow: 0 6px 22px rgba(13, 92, 168, 0.28);
}
.jrd-menu {
  display: none;
  background: transparent;
  border: 0;
  color: #fff;
}
.jrd-hero {
  min-height: 650px;
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  align-items: center;
  padding: 85px max(32px, calc((100vw - 1216px) / 2));
  background: radial-gradient(
    circle at 76% 35%,
    #12355a 0%,
    #0b111c 35%,
    #070b11 68%
  );
}
.jrd-hero:before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.45;
  background:
    linear-gradient(
      110deg,
      transparent 0 40%,
      rgba(12, 99, 184, 0.2) 40.2% 40.8%,
      transparent 41% 100%
    ),
    repeating-linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.022) 0 1px,
      transparent 1px 58px
    );
  z-index: -1;
}
.jrd-hero-copy {
  max-width: 690px;
}
.jrd-kicker {
  color: #60aaf0;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.17em;
  margin: 0 0 18px;
  text-transform: uppercase;
}
.jrd-hero h1,
.jrd-intro h2,
.jrd-section-head h2,
.jrd-feature h2,
.jrd-no-pressure h2,
.jrd-planner h2,
.jrd-booking h2,
.jrd-request h2,
.jrd-faq h2 {
  font-family: Georgia, serif;
}
.jrd-hero h1 {
  font-size: clamp(50px, 6.1vw, 85px);
  line-height: 0.96;
  margin: 0;
  letter-spacing: -0.055em;
}
.jrd-hero h1 em {
  font-weight: 400;
  color: #8cc7ff;
}
.jrd-lede {
  max-width: 560px;
  color: #c3d0dc;
  font-size: 18px;
  line-height: 1.65;
  margin: 27px 0;
}
.jrd-hero-actions {
  display: flex;
  gap: 19px;
  align-items: center;
  margin: 31px 0;
}
.jrd-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid #3f9fec;
  background: linear-gradient(135deg, #1878c6, #075096);
  box-shadow: 0 9px 25px rgba(0, 97, 190, 0.26);
  color: #fff;
  font-weight: 800;
  font-size: 13px;
  padding: 14px 19px;
  cursor: pointer;
  text-decoration: none;
}
.jrd-text-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 13px;
  color: #d8eaff;
  font-weight: 800;
}
.jrd-proof {
  display: flex;
  gap: 19px;
  flex-wrap: wrap;
  color: #b3c5d3;
  font-size: 12px;
  font-weight: 700;
}
.jrd-proof span {
  display: flex;
  align-items: center;
  gap: 5px;
}
.jrd-proof svg {
  color: #65b4fa;
}
.jrd-hero-emblem {
  justify-self: end;
  width: 315px;
  height: 315px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  background: radial-gradient(
    circle at 37% 30%,
    #225e93,
    #07101b 54%,
    #05070a 100%
  );
  border: 6px solid #d5dde2;
  box-shadow:
    0 0 0 5px #0b5eae,
    0 0 55px rgba(25, 119, 212, 0.45),
    inset 0 0 48px #000;
  text-align: center;
}
.jrd-hero-emblem:before {
  content: "";
  position: absolute;
  inset: 13px;
  border: 1px solid rgba(197, 231, 255, 0.4);
  border-radius: 50%;
}
.jrd-hero-emblem span {
  font-family: Georgia, serif;
  font-weight: 800;
  font-size: 88px;
  line-height: 0.8;
  background: linear-gradient(#fff, #8798a8 55%, #e6eef3);
  background-clip: text;
  color: transparent;
  letter-spacing: -0.13em;
}
.jrd-hero-emblem b {
  font-size: 14px;
  letter-spacing: 0.15em;
  margin-top: 24px;
}
.jrd-hero-emblem small {
  margin-top: 14px;
  color: #79baf1;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.15em;
}
.jrd-drop {
  position: absolute;
  top: 38px;
  color: #5bbcff;
  text-shadow: 0 0 14px #0a87e8;
  font-size: 28px;
}
.jrd-pipe {
  position: absolute;
  width: 62px;
  height: 330px;
  border: 15px solid #b7c1c8;
  background: linear-gradient(90deg, #7f8990, #e9edf0 44%, #737e86);
  box-shadow:
    inset 0 0 0 3px #56636c,
    0 0 0 5px #0b67b9;
  border-radius: 28px;
}
.jrd-pipe-left {
  left: -30px;
  bottom: -112px;
}
.jrd-pipe-right {
  right: -30px;
  top: -110px;
}
.jrd-intro,
.jrd-services,
.jrd-feature,
.jrd-no-pressure,
.jrd-planner,
.jrd-booking,
.jrd-request,
.jrd-faq {
  padding: 105px max(32px, calc((100vw - 1216px) / 2));
}
.jrd-intro {
  display: grid;
  grid-template-columns: 1.03fr 0.97fr;
  gap: 120px;
  background: #eef3f6;
  color: #172838;
}
.jrd-intro h2,
.jrd-section-head h2,
.jrd-feature h2,
.jrd-no-pressure h2,
.jrd-planner h2,
.jrd-booking h2,
.jrd-request h2,
.jrd-faq h2 {
  font-size: clamp(38px, 4.6vw, 66px);
  line-height: 1.02;
  letter-spacing: -0.045em;
  margin: 0;
}
.jrd-intro p {
  font-size: 18px;
  line-height: 1.7;
  color: #41596c;
}
.jrd-location {
  display: flex;
  gap: 13px;
  align-items: center;
  margin-top: 30px;
  color: #173a5b;
  font-size: 11px;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}
.jrd-location span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #0d5ca8;
  color: #fff;
  font-weight: 900;
}
.jrd-services {
  background: #fff;
  color: #172838;
}
.jrd-section-head {
  display: grid;
  grid-template-columns: 1fr 0.75fr;
  align-items: end;
  gap: 90px;
}
.jrd-section-head > p {
  font-size: 16px;
  line-height: 1.65;
  color: #5d6e7c;
}
.jrd-service-grid {
  margin-top: 54px;
  border: 1px solid #d8e1e7;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.jrd-service-grid article {
  min-height: 278px;
  padding: 30px;
  border-right: 1px solid #d8e1e7;
}
.jrd-service-grid article:last-child {
  border-right: 0;
}
.jrd-service-icon {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #e9f4fd;
  color: #0c66b7;
}
.jrd-service-grid h3 {
  font-family: Georgia, serif;
  font-size: 24px;
  margin: 38px 0 10px;
  color: #123b60;
}
.jrd-service-grid p {
  font-size: 14px;
  line-height: 1.6;
  color: #627281;
  min-height: 65px;
}
.jrd-service-grid a {
  display: inline-flex;
  gap: 6px;
  align-items: center;
  color: #095ba6;
  font-size: 12px;
  font-weight: 900;
}
.jrd-feature {
  background: #152333;
  display: grid;
  grid-template-columns: 0.88fr 1.12fr;
  gap: 92px;
  align-items: center;
}
.jrd-feature-visual {
  height: 380px;
  background: radial-gradient(circle at 50% 37%, #164c80, #0a111a 62%);
  border: 1px solid #2d618e;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.jrd-feature-visual:before,
.jrd-feature-visual:after {
  content: "";
  position: absolute;
  width: 190px;
  height: 50px;
  border-radius: 40px;
  border: 16px solid #d8e0e5;
  background: linear-gradient(#6c7882, #eef3f5, #73808a);
  box-shadow: 0 0 0 5px #0b66b9;
}
.jrd-feature-visual:before {
  top: 23px;
  left: -63px;
}
.jrd-feature-visual:after {
  bottom: 27px;
  right: -57px;
}
.jrd-feature-visual p {
  position: absolute;
  bottom: 23px;
  color: #8ecaff;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.16em;
}
.jrd-hydrant {
  position: relative;
  width: 95px;
  height: 150px;
  background: linear-gradient(90deg, #7d8b95, #e9eef1 42%, #75838e);
  border-radius: 23px 23px 16px 16px;
  border: 5px solid #101722;
  box-shadow:
    0 0 0 4px #0c63ae,
    0 13px 30px #000;
}
.jrd-hydrant:before {
  content: "";
  position: absolute;
  width: 115px;
  height: 32px;
  background: linear-gradient(#e5eaed, #77838d);
  border: 5px solid #111c27;
  left: -15px;
  top: 35px;
  border-radius: 8px;
}
.jrd-hydrant span,
.jrd-hydrant i {
  position: absolute;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #176bb5;
  border: 6px solid #cbd4da;
  top: 34px;
}
.jrd-hydrant span {
  left: -27px;
}
.jrd-hydrant i {
  right: -27px;
}
.jrd-hydrant b {
  position: absolute;
  width: 57px;
  height: 32px;
  left: 14px;
  top: -23px;
  border-radius: 9px 9px 0 0;
  background: #dbe3e8;
  border: 5px solid #101c27;
}
.jrd-feature-copy p:not(.jrd-kicker) {
  color: #c7d4dd;
  font-size: 17px;
  line-height: 1.75;
}
.jrd-button-outline {
  margin-top: 18px;
  background: transparent;
  border-color: #67b1ed;
}
.jrd-no-pressure {
  background: #f1f5f7;
  color: #172838;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 85px;
}
.jrd-no-pressure > div > p:not(.jrd-kicker) {
  font-size: 17px;
  line-height: 1.7;
  color: #506678;
}
.jrd-promise-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 13px;
}
.jrd-promise-grid article {
  padding: 26px 18px;
  border-top: 3px solid #0d69ba;
  background: #fff;
  box-shadow: 0 12px 28px rgba(28, 50, 70, 0.08);
  display: flex;
  flex-direction: column;
  gap: 14px;
  color: #0d65b4;
}
.jrd-promise-grid b {
  font-family: Georgia, serif;
  color: #1c3c58;
  font-size: 18px;
  line-height: 1.15;
}
.jrd-promise-grid span {
  font-size: 13px;
  line-height: 1.55;
  color: #627485;
}
.jrd-planner {
  background: linear-gradient(135deg, #07101a, #132b42);
  display: grid;
  grid-template-columns: 1fr 0.92fr;
  gap: 94px;
  align-items: center;
}
.jrd-planner-copy p:not(.jrd-kicker) {
  font-size: 17px;
  line-height: 1.7;
  color: #c1d0da;
}
.jrd-planner-card {
  background: #f5f8fa;
  color: #1c3448;
  padding: 30px;
  box-shadow: 0 25px 55px rgba(0, 0, 0, 0.27);
}
.jrd-planner-card fieldset {
  border: 0;
  padding: 0;
  margin: 0;
}
.jrd-planner-card legend {
  font-family: Georgia, serif;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 17px;
}
.jrd-planner-card fieldset label {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 11px 0;
  border-top: 1px solid #d4e0e8;
  font-size: 14px;
  font-weight: 700;
}
.jrd-planner-card input[type="radio"] {
  accent-color: #0c65b5;
}
.jrd-notes {
  display: block;
  font-size: 12px;
  font-weight: 800;
  margin: 18px 0;
}
.jrd-planner-card textarea,
.jrd-request input,
.jrd-request textarea {
  display: block;
  width: 100%;
  margin-top: 6px;
  border: 1px solid #c9d8e1;
  background: #fff;
  padding: 11px;
  font: inherit;
  resize: vertical;
}
.jrd-form-note {
  display: flex;
  gap: 6px;
  align-items: center;
  color: #0870c0;
  font-size: 12px;
  font-weight: 800;
}
.jrd-booking {
  background: #fff;
  color: #183247;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 90px;
  align-items: center;
}
.jrd-booking > div > p:not(.jrd-kicker) {
  font-size: 17px;
  line-height: 1.7;
  color: #5a6f80;
}
.jrd-status-note {
  display: flex;
  gap: 8px;
  align-items: center;
  margin-top: 23px;
  color: #0e67b4;
  font-size: 12px;
  font-weight: 800;
}
.jrd-calendar {
  border: 1px solid #d4e1e9;
  padding: 27px;
  box-shadow: 0 15px 40px rgba(17, 47, 70, 0.09);
}
.jrd-calendar-head {
  display: flex;
  align-items: center;
  gap: 12px;
}
.jrd-calendar-head > span {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #e7f2fb;
  color: #0d67b7;
}
.jrd-calendar-head b,
.jrd-calendar-head small {
  display: block;
}
.jrd-calendar-head small {
  color: #6f8190;
  font-size: 12px;
  margin-top: 2px;
}
.jrd-slots {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9px;
  margin: 25px 0;
}
.jrd-slots button {
  padding: 13px 8px;
  background: #f1f5f7;
  border: 1px solid #d9e3e8;
  color: #25445d;
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
}
.jrd-slots button.selected,
.jrd-slots button:hover {
  background: #0e67b5;
  border-color: #0e67b5;
  color: #fff;
}
.jrd-callback-note {
  margin: -10px 0 22px;
  color: #647b8d;
  font-size: 13px;
  line-height: 1.55;
}
.jrd-selection {
  border-top: 1px solid #d9e3e8;
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
}
.jrd-selection small,
.jrd-selection b {
  display: block;
}
.jrd-selection small {
  color: #71828f;
  font-size: 11px;
}
.jrd-selection b {
  font-size: 14px;
  color: #20425e;
}
.jrd-request {
  background: #0c1722;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 100px;
}
.jrd-request p:not(.jrd-kicker) {
  color: #c3d2db;
  font-size: 17px;
  line-height: 1.7;
}
.jrd-request form {
  display: grid;
  gap: 14px;
}
.jrd-request label {
  font-size: 12px;
  color: #b8d3e8;
  font-weight: 800;
}
.jrd-request input,
.jrd-request textarea {
  background: #101f2d;
  border-color: #355269;
  color: #fff;
}
.jrd-request form p {
  font-size: 11px !important;
  color: #8fa9bb !important;
  margin: 0;
}
.jrd-faq {
  background: #eaf0f4;
  color: #172b3c;
  text-align: center;
}
.jrd-faq h2 {
  max-width: 760px;
  margin: 0 auto 42px;
}
.jrd-faq > div {
  max-width: 820px;
  margin: auto;
  text-align: left;
  border-top: 1px solid #cbd7df;
}
.jrd-faq details {
  border-bottom: 1px solid #cbd7df;
  padding: 19px 0;
}
.jrd-faq summary {
  cursor: pointer;
  color: #164467;
  font-weight: 800;
  font-size: 16px;
}
.jrd-faq details p {
  color: #617485;
  font-size: 14px;
  line-height: 1.65;
  margin: 14px 0 0;
}
.jrd-footer {
  padding: 52px max(32px, calc((100vw - 1216px) / 2));
  background: #05080c;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: center;
  color: #91a5b6;
  font-size: 12px;
}
.jrd-footer a {
  color: #6db7f3;
  font-weight: 800;
}
@media (max-width: 900px) {
  .jrd-nav nav {
    display: none;
  }
  .jrd-menu {
    display: block;
  }
  .jrd-hero {
    grid-template-columns: 1fr;
    min-height: auto;
    padding-top: 76px;
    padding-bottom: 70px;
  }
  .jrd-hero-emblem {
    display: none;
  }
  .jrd-intro,
  .jrd-section-head,
  .jrd-feature,
  .jrd-no-pressure,
  .jrd-planner,
  .jrd-booking,
  .jrd-request {
    grid-template-columns: 1fr;
    gap: 45px;
  }
  .jrd-service-grid {
    grid-template-columns: 1fr 1fr;
  }
  .jrd-service-grid article:nth-child(2) {
    border-right: 0;
  }
  .jrd-service-grid article:nth-child(-n + 2) {
    border-bottom: 1px solid #d8e1e7;
  }
  .jrd-promise-grid {
    grid-template-columns: 1fr;
  }
  .jrd-feature-visual {
    max-width: 540px;
  }
  .jrd-footer {
    align-items: flex-start;
    flex-direction: column;
  }
}

/* Brand treatment taken directly from JRD's supplied hero artwork. */
.jrd-site {
  --jrd-brass: #bd8e3e;
  --jrd-brass-light: #e4c16f;
}

.jrd-brand-art {
  display: block;
  width: 86px;
  height: 42px;
  overflow: hidden;
  border-radius: 4px;
  background: #06090e;
  box-shadow: 0 0 17px rgba(25, 126, 207, 0.22);
}

.jrd-brand-art img {
  display: block;
  width: 150px;
  max-width: none;
  height: auto;
  margin: -29px 0 0 -34px;
}

.jrd-hero-art {
  position: relative;
  justify-self: end;
  width: min(530px, 43vw);
  margin-right: 12px;
  filter: drop-shadow(0 26px 30px rgba(0, 0, 0, 0.42));
}

.jrd-hero-art:before {
  content: "";
  position: absolute;
  inset: 4% 3% 3%;
  z-index: -1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(20, 108, 190, 0.42), transparent 64%);
}

.jrd-hero-art img {
  display: block;
  width: 100%;
  height: auto;
}

.jrd-hero-emblem {
  display: none;
}

.jrd-kicker,
.jrd-location span,
.jrd-service-icon,
.jrd-status-note,
.jrd-form-note {
  color: var(--jrd-brass-light);
}

.jrd-button,
.jrd-nav-cta,
.jrd-mobile-nav-cta {
  border-color: #d9b35c;
  background: linear-gradient(135deg, #176eb8, #07467f 68%, #092e57);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 9px 25px rgba(0, 64, 130, 0.35), 0 0 0 1px rgba(194, 149, 56, 0.2);
}

/* Pipe-like connector rails soften the transitions between sections. */
.jrd-intro,
.jrd-services,
.jrd-feature,
.jrd-no-pressure,
.jrd-planner,
.jrd-booking,
.jrd-request,
.jrd-faq {
  position: relative;
}

.jrd-intro:after,
.jrd-services:after,
.jrd-feature:after,
.jrd-no-pressure:after,
.jrd-planner:after,
.jrd-booking:after,
.jrd-request:after {
  content: "";
  position: absolute;
  z-index: 2;
  right: 8%;
  bottom: -15px;
  left: 8%;
  height: 30px;
  pointer-events: none;
  border-top: 3px solid rgba(240, 245, 247, 0.9);
  border-bottom: 3px solid #536d7e;
  border-radius: 0 0 20px 20px;
  background: linear-gradient(90deg, #5a707d, #e9f0f2 16%, #8a9ca5 48%, #edf3f5 78%, #506573);
  box-shadow: inset 0 2px 0 #1d3545, 0 10px 22px rgba(2, 12, 20, 0.2);
}

.jrd-feature:after,
.jrd-planner:after,
.jrd-request:after {
  border-top-color: #dce5e9;
  border-bottom-color: #112b3d;
  background: linear-gradient(90deg, #233d4c, #d8e3e8 18%, #778f9b 48%, #e1e9ec 76%, #1d3646);
}

.jrd-intro {
  background: linear-gradient(150deg, #d0dce1 0%, #eef3f4 44%, #b8c8d0 100%);
}

.jrd-services {
  background: linear-gradient(150deg, #c3d2d9, #e4ecef 48%, #b5c8d0);
}

.jrd-no-pressure {
  background: linear-gradient(150deg, #aebfc8, #dce6ea 50%, #aabec7);
}

.jrd-booking {
  background: linear-gradient(150deg, #b8c8cf, #e5edef 52%, #afc2cb);
}

.jrd-faq {
  background: radial-gradient(circle at 12% 10%, #1e4d70, transparent 38%), linear-gradient(145deg, #08141f, #15334a 52%, #081923);
}

@media (max-width: 900px) {
  .jrd-hero-art {
    display: none;
  }

  .jrd-intro:after,
  .jrd-services:after,
  .jrd-feature:after,
  .jrd-no-pressure:after,
  .jrd-planner:after,
  .jrd-booking:after,
  .jrd-request:after {
    right: 5%;
    left: 5%;
  }
}

@media (max-width: 560px) {
  .jrd-brand-art {
    width: 76px;
    height: 38px;
  }

  .jrd-brand-art img {
    width: 136px;
    margin: -26px 0 0 -34px;
  }

  .jrd-intro:after,
  .jrd-services:after,
  .jrd-feature:after,
  .jrd-no-pressure:after,
  .jrd-planner:after,
  .jrd-booking:after,
  .jrd-request:after {
    right: 8%;
    bottom: -11px;
    left: 8%;
    height: 22px;
  }
}

/* Lead with the promise, then let the actual JRD mark be the hero. */
.jrd-hero {
  grid-template-columns: 1fr;
  justify-items: center;
  gap: 34px;
  padding-top: 88px;
  padding-bottom: 98px;
}

.jrd-hero-copy {
  max-width: 760px;
  text-align: center;
}

.jrd-hero h1 {
  font-size: clamp(48px, 5.35vw, 78px);
}

.jrd-lede {
  margin-right: auto;
  margin-left: auto;
}

.jrd-hero-actions,
.jrd-proof {
  justify-content: center;
}

.jrd-hero-art {
  display: block;
  justify-self: center;
  width: min(720px, 59vw);
  margin: -4px 0 0;
  filter: drop-shadow(0 22px 32px rgba(0, 0, 0, 0.42));
}

.jrd-hero-art img {
  mix-blend-mode: normal;
}

@media (max-width: 900px) {
  .jrd-hero-art {
    display: block;
    width: min(580px, 84vw);
  }
}

@media (max-width: 560px) {
  .jrd-hero {
    gap: 25px;
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .jrd-hero h1 {
    font-size: clamp(43px, 13vw, 55px);
  }

  .jrd-hero-art {
    width: min(420px, 94vw);
  }

  .jrd-hero .jrd-kicker {
    max-width: 100%;
    font-size: 9px;
    letter-spacing: 0.11em;
    white-space: normal;
  }
}

.jrd-hero-art img {
  mix-blend-mode: screen;
}

.jrd-brand-art img {
  mix-blend-mode: normal;
}

@media (max-width: 560px) {
  .jrd-intro,
  .jrd-services,
  .jrd-feature,
  .jrd-no-pressure,
  .jrd-planner,
  .jrd-booking,
  .jrd-request,
  .jrd-faq {
    padding-top: 72px;
    padding-bottom: 72px;
  }
}

/* Responsive navigation and a more compact lead-in on smaller screens. */
.jrd-mobile-nav {
  display: none;
}

@media (max-width: 900px) {
  .jrd-mobile-nav {
    position: absolute;
    z-index: 5;
    top: 118px;
    right: 0;
    left: 0;
    display: grid;
    gap: 2px;
    padding: 14px 24px 22px;
    background: #08121d;
    border-bottom: 1px solid #285276;
    box-shadow: 0 20px 36px rgba(0, 0, 0, 0.35);
    transform: translateY(-110%);
    transition: transform 180ms ease;
  }

  .jrd-mobile-nav.is-open {
    transform: translateY(0);
  }

  .jrd-nav {
    z-index: 6;
  }

  .jrd-mobile-nav a {
    display: flex;
    align-items: center;
    min-height: 44px;
    color: #e8f3fa;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
  }

  .jrd-mobile-nav-cta {
    justify-content: center;
    gap: 8px;
    margin: 8px 0;
    padding: 12px 14px;
    background: linear-gradient(135deg, #1878c6, #075096);
  }

  .jrd-hero-actions {
    margin-top: 25px;
  }

  .jrd-proof {
    margin-top: 4px;
  }

  .jrd-intro > div:last-child,
  .jrd-section-head > p,
  .jrd-no-pressure > div > p:not(.jrd-kicker),
  .jrd-booking > div > p:not(.jrd-kicker) {
    max-width: 620px;
  }
}

@media (max-width: 560px) {
  .jrd-mobile-nav {
    padding: 12px 20px 18px;
  }

  .jrd-hero {
    min-height: 0;
    padding-top: 78px;
    padding-bottom: 60px;
  }

  .jrd-hero-actions {
    gap: 14px;
    margin-bottom: 25px;
  }

  .jrd-proof {
    gap: 10px 14px;
    line-height: 1.4;
  }

  .jrd-service-grid article {
    min-height: 0;
    padding-top: 29px;
    padding-bottom: 29px;
  }

  .jrd-service-grid h3 {
    margin-top: 31px;
  }
}
@media (max-width: 560px) {
  .jrd-nav {
    padding: 18px;
  }
  .jrd-intro,
  .jrd-services,
  .jrd-feature,
  .jrd-no-pressure,
  .jrd-planner,
  .jrd-booking,
  .jrd-request,
  .jrd-faq {
    padding: 68px 22px;
  }
  .jrd-hero {
    padding: 64px 22px;
  }
  .jrd-hero h1 {
    font-size: 50px;
  }
  .jrd-proof {
    gap: 10px;
  }
  .jrd-service-grid,
  .jrd-slots {
    grid-template-columns: 1fr;
  }
  .jrd-service-grid article,
  .jrd-service-grid article:nth-child(2) {
    border-right: 0;
    border-bottom: 1px solid #d8e1e7;
  }
  .jrd-service-grid article:last-child {
    border-bottom: 0;
  }
  .jrd-selection {
    align-items: flex-start;
    flex-direction: column;
  }
  .jrd-footer {
    padding: 38px 22px;
  }
  .jrd-pipe {
    display: none;
  }
}

/* Fuller presentation and a quieter industrial material palette. */
.jrd-site {
  --jrd-steel-surface: #dce5ea;
  --jrd-steel-shadow: #b8c5cd;
  --jrd-copy: #12283a;
  --jrd-copy-muted: #355065;
}

.jrd-hero {
  min-height: 720px;
  padding-top: 118px;
  padding-bottom: 118px;
}

.jrd-intro,
.jrd-services,
.jrd-feature,
.jrd-no-pressure,
.jrd-planner,
.jrd-booking,
.jrd-request,
.jrd-faq {
  padding-top: 132px;
  padding-bottom: 132px;
}

.jrd-intro,
.jrd-services,
.jrd-no-pressure,
.jrd-booking,
.jrd-faq {
  position: relative;
  isolation: isolate;
}

.jrd-intro:before,
.jrd-services:before,
.jrd-no-pressure:before,
.jrd-booking:before,
.jrd-faq:before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background: repeating-linear-gradient(103deg, rgba(255, 255, 255, 0.34) 0 1px, transparent 1px 7px), repeating-linear-gradient(90deg, rgba(30, 55, 70, 0.035) 0 1px, transparent 1px 47px);
}

.jrd-intro {
  background: linear-gradient(135deg, #d7e1e6, #f2f5f5 48%, #c6d2d8);
  color: var(--jrd-copy);
}

.jrd-intro h2,
.jrd-section-head h2,
.jrd-no-pressure h2,
.jrd-booking h2,
.jrd-faq h2 {
  color: #102a40;
}

.jrd-intro p,
.jrd-section-head > p,
.jrd-no-pressure > div > p:not(.jrd-kicker),
.jrd-booking > div > p:not(.jrd-kicker),
.jrd-faq details p {
  color: var(--jrd-copy-muted);
  font-weight: 500;
}

.jrd-services {
  background: linear-gradient(115deg, #e9eff1, #cbd8df 56%, #e6edef);
  color: var(--jrd-copy);
}

.jrd-services:after,
.jrd-booking:after {
  content: "";
  position: absolute;
  left: -8vw;
  right: -8vw;
  bottom: 0;
  height: 24px;
  border-top: 6px solid #eff5f7;
  border-bottom: 6px solid #778995;
  background: linear-gradient(90deg, #536775, #e5eef2 18%, #8799a4 49%, #eef5f7 72%, #546774);
  box-shadow: inset 0 2px 0 #213948, 0 -3px 13px rgba(8, 30, 45, 0.16);
  z-index: -1;
}

.jrd-section-head {
  gap: 128px;
}

.jrd-section-head > p {
  max-width: 440px;
  font-size: 17px;
}

.jrd-service-grid {
  margin-top: 68px;
  border-color: #8fa5b1;
  box-shadow: 0 24px 55px rgba(25, 49, 66, 0.14);
  background: rgba(239, 245, 247, 0.55);
}

.jrd-service-grid article {
  min-height: 310px;
  padding: 36px 31px;
  border-color: #a7b8c1;
  background: linear-gradient(135deg, rgba(247, 251, 252, 0.79), rgba(211, 224, 230, 0.42));
}

.jrd-service-grid h3 {
  margin-top: 48px;
  color: #123856;
}

.jrd-service-grid p {
  color: #365268;
  font-weight: 500;
}

.jrd-feature {
  padding-top: 145px;
  padding-bottom: 145px;
  gap: 120px;
  background: radial-gradient(circle at 78% 28%, #1a3f5b, #0d1a27 43%, #07101a 100%);
}

.jrd-no-pressure {
  gap: 108px;
  background: linear-gradient(135deg, #b8c7d0, #e6edef 49%, #bdcbd3);
  color: var(--jrd-copy);
}

.jrd-promise-grid {
  gap: 18px;
}

.jrd-promise-grid article {
  padding: 31px 22px;
  border-top-color: #0b568f;
  background: linear-gradient(145deg, #f5f8f9, #d8e3e8);
  box-shadow: 0 16px 32px rgba(25, 49, 66, 0.16);
}

.jrd-promise-grid b {
  color: #133b5b;
}

.jrd-promise-grid span {
  color: #38566a;
  font-weight: 500;
}

.jrd-planner {
  padding-top: 145px;
  padding-bottom: 145px;
  gap: 120px;
  background: radial-gradient(circle at 16% 18%, #1c4a6c, #0a1521 48%, #07101a 100%);
}

.jrd-booking {
  gap: 120px;
  background: linear-gradient(120deg, #c4d1d7, #edf2f4 47%, #cbd7dd);
  color: var(--jrd-copy);
}

.jrd-calendar {
  background: linear-gradient(145deg, #f6f9fa, #d9e4e9);
  border-color: #8299a6;
  box-shadow: 0 25px 55px rgba(23, 49, 67, 0.19);
}

.jrd-calendar-head small,
.jrd-selection small {
  color: #486275;
}

.jrd-slots button {
  background: #e5edf0;
  border-color: #b4c5ce;
  color: #1c425f;
}

.jrd-faq {
  padding-top: 136px;
  padding-bottom: 136px;
  background: linear-gradient(145deg, #102333, #173a52 53%, #0b1d2b);
  color: #eff6f8;
  text-align: left;
}

.jrd-faq:before {
  opacity: 0.28;
}

.jrd-faq h2 {
  max-width: 880px;
  margin: 0 0 48px;
  color: #f3f7f8;
}

.jrd-faq > div {
  max-width: 1040px;
  margin: 0;
  border-color: rgba(207, 226, 235, 0.33);
}

.jrd-faq details {
  border-color: rgba(207, 226, 235, 0.33);
  padding: 24px 0;
}

.jrd-faq summary {
  color: #e7f3fa;
  font-size: 17px;
}

.jrd-faq details p {
  color: #b9cdda;
  max-width: 720px;
}

@media (max-width: 900px) {
  .jrd-hero {
    min-height: auto;
    padding-top: 90px;
    padding-bottom: 88px;
  }

  .jrd-intro,
  .jrd-services,
  .jrd-feature,
  .jrd-no-pressure,
  .jrd-planner,
  .jrd-booking,
  .jrd-request,
  .jrd-faq {
    padding-top: 92px;
    padding-bottom: 92px;
  }

  .jrd-section-head {
    gap: 45px;
  }

  .jrd-feature,
  .jrd-planner,
  .jrd-booking {
    gap: 58px;
  }
}

/* Keep the flowing pipe rails above the earlier section-specific treatment. */
.jrd-intro:after,
.jrd-services:after,
.jrd-feature:after,
.jrd-no-pressure:after,
.jrd-planner:after,
.jrd-booking:after,
.jrd-request:after {
  content: "";
  position: absolute;
  z-index: 3;
  right: 8%;
  bottom: -15px;
  left: 8%;
  height: 30px;
  pointer-events: none;
  border-top: 3px solid rgba(240, 245, 247, 0.9);
  border-bottom: 3px solid #536d7e;
  border-radius: 0 0 20px 20px;
  background: linear-gradient(90deg, #5a707d, #e9f0f2 16%, #8a9ca5 48%, #edf3f5 78%, #506573);
  box-shadow: inset 0 2px 0 #1d3545, 0 10px 22px rgba(2, 12, 20, 0.2);
}

.jrd-feature:after,
.jrd-planner:after,
.jrd-request:after {
  border-top-color: #dce5e9;
  border-bottom-color: #112b3d;
  background: linear-gradient(90deg, #233d4c, #d8e3e8 18%, #778f9b 48%, #e1e9ec 76%, #1d3646);
}

.jrd-intro {
  background: linear-gradient(150deg, #d0dce1 0%, #eef3f4 44%, #b8c8d0 100%);
}

.jrd-services {
  background: linear-gradient(150deg, #c3d2d9, #e4ecef 48%, #b5c8d0);
}

.jrd-no-pressure {
  background: linear-gradient(150deg, #aebfc8, #dce6ea 50%, #aabec7);
}

.jrd-booking {
  background: linear-gradient(150deg, #b8c8cf, #e5edef 52%, #afc2cb);
}

.jrd-faq {
  background: radial-gradient(circle at 12% 10%, #1e4d70, transparent 38%), linear-gradient(145deg, #08141f, #15334a 52%, #081923);
}

@media (max-width: 900px) {
  .jrd-intro:after,
  .jrd-services:after,
  .jrd-feature:after,
  .jrd-no-pressure:after,
  .jrd-planner:after,
  .jrd-booking:after,
  .jrd-request:after {
    right: 5%;
    left: 5%;
  }
}

@media (max-width: 560px) {
  .jrd-intro:after,
  .jrd-services:after,
  .jrd-feature:after,
  .jrd-no-pressure:after,
  .jrd-planner:after,
  .jrd-booking:after,
  .jrd-request:after {
    right: 8%;
    bottom: -11px;
    left: 8%;
    height: 22px;
  }
}

/* Final hero order: the message introduces the mark. */
.jrd-hero {
  grid-template-columns: minmax(0, 1fr);
  justify-items: center;
  gap: 34px;
  min-height: auto;
  padding-top: 88px;
  padding-bottom: 98px;
}

.jrd-hero-copy {
  max-width: 760px;
  text-align: center;
}

.jrd-hero h1 {
  font-size: clamp(48px, 5.35vw, 78px);
}

.jrd-lede {
  margin-right: auto;
  margin-left: auto;
}

.jrd-hero-actions,
.jrd-proof {
  justify-content: center;
}

.jrd-hero-art {
  display: block;
  justify-self: center;
  width: min(720px, 59vw);
  margin: -4px 0 0;
  filter: drop-shadow(0 22px 32px rgba(0, 0, 0, 0.42));
}

.jrd-hero-art img {
  mix-blend-mode: normal;
}

@media (max-width: 900px) {
  .jrd-hero-art {
    display: block;
    width: min(580px, 84vw);
  }
}

@media (max-width: 560px) {
  .jrd-hero {
    gap: 25px;
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .jrd-hero h1 {
    font-size: clamp(43px, 13vw, 55px);
  }

  .jrd-hero-art {
    width: min(420px, 94vw);
  }

  .jrd-hero-copy,
  .jrd-lede {
    width: 100%;
    min-width: 0;
  }

  .jrd-lede {
    max-width: 100%;
  }

  .jrd-hero-actions {
    width: 100%;
    flex-wrap: wrap;
    gap: 12px;
  }

  .jrd-hero-actions .jrd-button {
    padding: 13px 14px;
  }

  .jrd-hero-actions .jrd-text-link {
    font-size: 12px;
  }
}

/* Put the emblem first and give it the wider, more commanding hero treatment. */
.jrd-hero-art {
  order: -1;
  margin-top: 24px;
  margin-bottom: 30px;
  transform: scale(1.16);
  transform-origin: center bottom;
}

.jrd-hero-copy {
  max-width: min(1320px, 100%);
  width: 100%;
  margin-inline: auto;
  text-align: center;
}

.jrd-hero-copy .jrd-kicker,
.jrd-hero-copy h1,
.jrd-hero-copy .jrd-lede {
  margin-inline: auto;
  text-align: center;
}

.jrd-hero h1 {
  white-space: nowrap;
}

.jrd-headline-line > span,
.jrd-headline-line > em {
  display: inline-block;
}

.jrd-headline-line > em,
.jrd-headline-line > span:last-child {
  margin-left: 0.3em;
}

.jrd-headline-line > span:last-child {
  margin-left: 0.46em;
}

/* Give the local-service line enough presence to balance the hero title. */
@media (min-width: 1100px) {
  .jrd-hero .jrd-kicker {
    color: #f0c968;
    font-size: clamp(21px, 2.4vw, 35px);
    letter-spacing: 0.1em;
    line-height: 1.05;
    margin-bottom: 24px;
    transform: none;
    white-space: nowrap;
  }

  /* Center each visible line by its own text rather than the shared copy block. */
  .jrd-hero .jrd-kicker,
  .jrd-hero h1 {
    display: flex;
    justify-content: center;
    width: 100%;
  }

  .jrd-kicker-line,
  .jrd-headline-line {
    display: inline-block;
    width: max-content;
    white-space: nowrap;
  }

}

/* Keep the mark close to its message without letting the hero feel crowded. */
@media (min-width: 901px) {
  .jrd-hero {
    gap: 20px;
  }

  .jrd-hero-art {
    /* The transparent lower edge of the artwork supplies the remaining visual breathing room. */
    margin-bottom: -40px;
  }
}

/* Keep the full promise on one desktop line without changing its type size. */
@media (min-width: 1100px) {
  .jrd-hero h1 {
    transform: none;
  }

  .jrd-headline-line {
    transform: scaleX(0.87);
    transform-origin: center;
  }
}

@media (max-width: 1099px) {
  .jrd-hero h1 {
    white-space: normal;
    transform: none;
  }
}

@media (max-width: 900px) {
  .jrd-hero-art {
    margin-top: 24px;
    margin-bottom: 28px;
    transform: scale(1);
    transform-origin: center;
  }

  .jrd-hero h1 {
    white-space: normal;
  }
}

@media (max-width: 560px) {
  .jrd-hero-art {
    margin-top: 16px;
    margin-bottom: 20px;
    transform: scale(1.05);
  }
}

/* Let the material colors flow between sections instead of using metal rail separators. */
.jrd-intro:after,
.jrd-services:after,
.jrd-feature:after,
.jrd-no-pressure:after,
.jrd-planner:after,
.jrd-booking:after,
.jrd-request:after {
  content: none;
}

.jrd-intro {
  background:
    linear-gradient(to bottom, #07101a 0%, transparent 13%, transparent 86%, #c3d2d9 100%),
    linear-gradient(150deg, #d0dce1 0%, #eef3f4 44%, #b8c8d0 100%);
}

.jrd-services {
  background:
    linear-gradient(to bottom, #c3d2d9 0%, transparent 13%, transparent 86%, #07101a 100%),
    linear-gradient(150deg, #c3d2d9, #e4ecef 48%, #b5c8d0);
}

.jrd-feature {
  background:
    linear-gradient(to bottom, #07101a 0%, transparent 13%, transparent 86%, #aebfc8 100%),
    radial-gradient(circle at 78% 28%, #1a3f5b, #0d1a27 43%, #07101a 100%);
}

.jrd-no-pressure {
  background:
    linear-gradient(to bottom, #aebfc8 0%, transparent 13%, transparent 86%, #07101a 100%),
    linear-gradient(150deg, #aebfc8, #dce6ea 50%, #aabec7);
}

.jrd-planner {
  background:
    linear-gradient(to bottom, #07101a 0%, transparent 13%, transparent 86%, #b8c8cf 100%),
    radial-gradient(circle at 16% 18%, #1c4a6c, #0a1521 48%, #07101a 100%);
}

.jrd-booking {
  background:
    linear-gradient(to bottom, #b8c8cf 0%, transparent 13%, transparent 86%, #0c1722 100%),
    linear-gradient(150deg, #b8c8cf, #e5edef 52%, #afc2cb);
}

.jrd-request {
  background:
    linear-gradient(to bottom, #0c1722 0%, transparent 13%, transparent 86%, #08141f 100%),
    #0c1722;
}

.jrd-faq {
  background:
    radial-gradient(circle at 12% 10%, #1e4d70, transparent 38%),
    linear-gradient(to bottom, #08141f, #15334a 52%, #081923);
}

/* The section transitions now carry the industrial detail on their own. */
.jrd-pipe {
  display: none;
}

/* Section labels need to carry their weight beside the larger tile headlines. */
.jrd-site section:not(.jrd-hero) .jrd-kicker {
  font-size: 30px;
  letter-spacing: 0.07em;
  line-height: 1.35;
}

@media (max-width: 560px) {
  .jrd-site section:not(.jrd-hero) .jrd-kicker {
    font-size: 18px;
  }
}

/* Make the booking explanation easier to read before someone chooses a time. */
.jrd-booking > div > p:not(.jrd-kicker) {
  font-size: 22px;
  line-height: 1.6;
}

/* Keep the explanatory copy across the service tiles just as easy to read. */
.jrd-intro > div:last-child > p,
.jrd-section-head > p,
.jrd-feature-copy p:not(.jrd-kicker),
.jrd-no-pressure > div > p:not(.jrd-kicker),
.jrd-planner-copy p:not(.jrd-kicker),
.jrd-request p:not(.jrd-kicker) {
  font-size: 22px;
  line-height: 1.6;
}

@media (max-width: 560px) {
  .jrd-booking > div > p:not(.jrd-kicker) {
    font-size: 19px;
  }

  .jrd-intro > div:last-child > p,
  .jrd-section-head > p,
  .jrd-feature-copy p:not(.jrd-kicker),
  .jrd-no-pressure > div > p:not(.jrd-kicker),
  .jrd-planner-copy p:not(.jrd-kicker),
  .jrd-request p:not(.jrd-kicker) {
    font-size: 19px;
  }
}

/* A comfortable reading scale for service decisions, forms, and follow-up steps. */
.jrd-lede {
  font-size: 22px;
  line-height: 1.55;
}

.jrd-button,
.jrd-text-link {
  font-size: 16px;
}

.jrd-button {
  padding: 16px 22px;
}

.jrd-proof {
  font-size: 15px;
}

.jrd-service-grid h3 {
  font-size: 28px;
}

.jrd-service-grid p {
  font-size: 17px;
  line-height: 1.65;
}

.jrd-service-grid a {
  font-size: 15px;
}

.jrd-promise-grid b {
  font-size: 23px;
}

.jrd-promise-grid span {
  font-size: 16px;
  line-height: 1.6;
}

.jrd-planner-card legend {
  font-size: 27px;
}

.jrd-planner-card fieldset label {
  font-size: 17px;
  padding: 13px 0;
}

.jrd-notes,
.jrd-form-note,
.jrd-status-note {
  font-size: 15px;
}

.jrd-planner-card textarea,
.jrd-request input,
.jrd-request textarea {
  font-size: 16px;
}

.jrd-field-hint {
  display: block;
  margin: 5px 0 9px;
  color: #567086;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.45;
}

.jrd-calendar-head b {
  font-size: 18px;
}

.jrd-calendar-head small {
  font-size: 15px;
}

.jrd-slots button {
  font-size: 16px;
  padding: 15px 10px;
}

.jrd-selection small {
  font-size: 14px;
}

.jrd-selection b {
  font-size: 17px;
}

.jrd-request label {
  font-size: 15px;
}

.jrd-request form p {
  font-size: 14px !important;
}

.jrd-faq summary {
  font-size: 20px;
}

.jrd-faq details p {
  font-size: 18px;
  line-height: 1.65;
}

@media (max-width: 560px) {
  .jrd-lede {
    font-size: 19px;
  }

  .jrd-button,
  .jrd-text-link {
    font-size: 14px;
  }

  .jrd-proof {
    font-size: 13px;
  }

  .jrd-service-grid h3 {
    font-size: 25px;
  }

  .jrd-service-grid p,
  .jrd-promise-grid span,
  .jrd-faq details p {
    font-size: 16px;
  }

  .jrd-promise-grid b {
    font-size: 21px;
  }

  .jrd-planner-card legend {
    font-size: 24px;
  }

  .jrd-planner-card fieldset label,
  .jrd-slots button,
  .jrd-request label,
  .jrd-calendar-head small {
    font-size: 15px;
  }

  .jrd-faq summary {
    font-size: 18px;
  }
}

/* Replace the former illustration with the selected real-world water-access photo. */
.jrd-feature-visual {
  background: #0a1620;
}

.jrd-feature-visual:before,
.jrd-feature-visual:after,
.jrd-feature-visual .jrd-hydrant {
  display: none;
}

.jrd-feature-visual > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.jrd-feature-visual > p {
  right: 18px;
  bottom: 16px;
  left: auto;
  z-index: 1;
  margin: 0;
  padding: 8px 11px;
  color: #f4f8fa;
  background: rgba(7, 17, 26, 0.78);
  border: 1px solid rgba(119, 180, 230, 0.62);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.55);
}

/* Calendar-based callback scheduling. */
.jrd-month-nav {
  display: grid;
  grid-template-columns: 40px 1fr 40px;
  align-items: center;
  gap: 12px;
  margin: 24px 0 16px;
}

.jrd-month-nav b {
  color: #183b56;
  font-family: Georgia, serif;
  font-size: 19px;
  text-align: center;
}

.jrd-month-nav button {
  display: grid;
  width: 40px;
  height: 40px;
  padding: 0;
  place-items: center;
  border: 1px solid #d4e1e9;
  background: #f4f8fa;
  color: #0e67b5;
  cursor: pointer;
}

.jrd-month-nav button:hover:not(:disabled) {
  border-color: #0e67b5;
  background: #e7f2fb;
}

.jrd-month-nav button:disabled {
  color: #a9b5bd;
  cursor: not-allowed;
  opacity: 0.55;
}

.jrd-weekdays,
.jrd-days {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 6px;
}

.jrd-weekdays {
  margin-bottom: 7px;
  color: #71828f;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-align: center;
  text-transform: uppercase;
}

.jrd-days button,
.jrd-day-empty {
  aspect-ratio: 1;
}

.jrd-days button {
  border: 1px solid #d9e3e8;
  background: #f4f8fa;
  color: #25445d;
  font-size: 14px;
  font-weight: 800;
  cursor: pointer;
}

.jrd-days button:hover:not(:disabled) {
  border-color: #0e67b5;
  background: #e7f2fb;
  color: #0e67b5;
}

.jrd-days button.selected {
  border-color: #0e67b5;
  background: #0e67b5;
  color: #fff;
  box-shadow: 0 5px 14px rgba(14, 103, 181, 0.22);
}

.jrd-days button.outside-month:not(.selected) {
  background: #edf2f5;
  color: #8798a5;
  opacity: 0.72;
}

.jrd-days button:disabled {
  border-color: transparent;
  background: transparent;
  color: #b8c3ca;
  cursor: not-allowed;
  opacity: 0.58;
}

.jrd-slot-prompt,
.jrd-available-heading {
  margin: 22px 0 0;
  padding: 15px 17px;
  background: #edf5fa;
  color: #526d81;
  font-size: 14px;
  line-height: 1.5;
}

.jrd-available-heading b {
  color: #174b72;
}

.jrd-available-heading + .jrd-slots {
  margin-top: 12px;
  margin-bottom: 20px;
}

.jrd-callback-note {
  margin: -7px 0 22px;
}

.jrd-selection .jrd-button:disabled {
  border-color: #b9c6cf;
  background: #c8d2d9;
  box-shadow: none;
  color: #6d7c87;
  cursor: not-allowed;
}

/* Live request form and private staff entry point. */
.jrd-honeypot {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
}

.jrd-request-summary {
  padding: 13px 15px;
  border-left: 3px solid var(--jrd-brass-light);
  background: rgba(255, 255, 255, 0.055);
  color: #cbdbe7 !important;
  font-size: 13px !important;
}

.jrd-request-summary b {
  color: #fff;
}

.jrd-request-message {
  padding: 14px 16px;
  border: 1px solid rgba(121, 190, 243, 0.35);
  background: rgba(21, 105, 173, 0.2);
  color: #e5f4ff !important;
  font-size: 14px !important;
  line-height: 1.5 !important;
}

.jrd-request-message.is-error {
  border-color: rgba(243, 132, 132, 0.42);
  background: rgba(132, 34, 34, 0.23);
  color: #ffd9d9 !important;
}

.jrd-request input:focus,
.jrd-request textarea:focus {
  border-color: #79bef3;
  outline: 2px solid rgba(73, 158, 226, 0.25);
  outline-offset: 1px;
}

.jrd-footer-meta {
  display: flex;
  align-items: center;
  gap: 24px;
}

.jrd-footer-meta p {
  margin: 0;
}

.jrd-footer-meta a {
  color: #7790a3;
  font-size: 11px;
  font-weight: 700;
  text-decoration: none;
}

.jrd-footer-meta a:hover,
.jrd-footer-meta a:focus-visible {
  color: #9bd0fa;
}

@media (max-width: 900px) {
  .jrd-footer-meta {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }
}

@media (max-width: 560px) {
  .jrd-calendar {
    padding: 20px 16px;
  }

  .jrd-weekdays,
  .jrd-days {
    gap: 4px;
  }

  .jrd-days button {
    font-size: 13px;
  }

  .jrd-selection {
    align-items: stretch;
  }
}
