:root {
  --jw-navy: #06131f;
  --jw-blue: #0755b6;
  --jw-bright-blue: #0864d7;
  --jw-ink: #0f172a;
  --jw-slate: #52647a;
  --jw-border: #dce5ef;
  --jw-mist: #f7f9fc;
  --jw-shell: 1320px;
  --jw-shell-wide: 1480px;
  --jw-pad: clamp(18px, 3vw, 32px);
  --jw-section: clamp(64px, 7vw, 112px);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: clip; }
img { max-width: 100%; height: auto; }
a { text-underline-offset: 3px; }

.jw-shell,
.jw-section-inner {
  width: min(100% - (var(--jw-pad) * 2), var(--jw-shell));
  margin-inline: auto;
}

.jw-shell-wide { max-width: var(--jw-shell-wide); }
.jw-section { padding-block: var(--jw-section); }
.jw-section--soft { background: var(--jw-mist); }
.jw-section--dark { background: var(--jw-navy); color: #d9e4f0; }
.jw-section--dark h2,
.jw-section--dark h3 { color: #fff; }
.jw-section-heading { max-width: 720px; margin: 0 auto 44px; text-align: center; }
.jw-section-heading h2 { margin: 0; font-size: clamp(1.9rem, 3vw, 2.65rem); }
.jw-section-heading p { margin: 12px 0 0; color: #64748b; }
.jw-eyebrow { color: var(--jw-blue); font-size: .75rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }

.wp-element-button,
.wp-block-button__link {
  transition: background-color .18s ease, border-color .18s ease, color .18s ease, transform .18s ease;
}
.wp-element-button:hover,
.wp-block-button__link:hover { transform: translateY(-1px); }
.is-style-outline > .wp-block-button__link { border-color: #9ac3f3; color: var(--jw-ink); }

/* Header */
.jw-site-header { position: relative; z-index: 100; background: #fff; box-shadow: 0 1px 0 rgba(15, 23, 42, .08); }
.jw-topbar { background: #061a35; color: #dbe7f5; font-size: 11px; }
.jw-topbar-inner { display: flex; min-height: 36px; align-items: center; justify-content: flex-end; gap: 26px; }
.jw-topbar a { color: inherit; text-decoration: none; }
.jw-topbar a:hover { color: #fff; }
.jw-header-row { display: flex; min-height: 84px; align-items: center; justify-content: space-between; gap: 26px; }
.jw-brand-logo { display: inline-flex; flex: 0 0 auto; align-items: center; }
.jw-brand-logo img { display: block; width: clamp(187px, 15.4vw, 236px); height: auto; }
.jw-header-quote { flex: 0 0 auto; }
.jw-header-quote .wp-block-button__link { min-height: 48px; display: inline-flex; align-items: center; padding-inline: 28px; white-space: nowrap; box-shadow: 0 8px 20px rgba(7, 85, 182, .2); }

/* Hero */
.jw-hero { min-height: 680px; }
.jw-hero .wp-block-cover__background { background: linear-gradient(90deg, rgba(2,10,20,.95), rgba(3,12,24,.84) 45%, rgba(3,12,24,.52)); opacity: 1; }
.jw-hero > .wp-block-cover__inner-container { width: min(100% - (var(--jw-pad) * 2), var(--jw-shell)); margin-inline: auto; }
.jw-hero-grid { align-items: center !important; gap: clamp(46px, 6vw, 84px); padding-block: 86px; }
.jw-hero-copy h1 { max-width: 830px; margin: 0; color: #fff; font-size: clamp(2.7rem, 5vw, 4.35rem); line-height: 1.06; letter-spacing: -.045em; }
.jw-hero-copy > p { max-width: 720px; margin: 26px 0 0; color: #eef4fb; font-size: clamp(1rem, 1.5vw, 1.25rem); line-height: 1.65; }
.jw-hero-features { display: grid !important; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 28px; margin-top: 38px !important; }
.jw-hero-feature { margin: 0; }
.jw-hero-feature::before { display: block; width: 30px; height: 30px; margin-bottom: 12px; background: center / contain no-repeat; content: ""; }
.jw-hero-feature:nth-child(1)::before { background-image: url("../icons/hero-target.svg"); }
.jw-hero-feature:nth-child(2)::before { background-image: url("../icons/hero-press.svg"); }
.jw-hero-feature:nth-child(3)::before { background-image: url("../icons/hero-solution.svg"); }
.jw-hero-feature:nth-child(4)::before { background-image: url("../icons/hero-quality.svg"); }
.jw-hero-feature strong { display: block; color: #fff; font-size: .95rem; }
.jw-hero-feature span { display: block; margin-top: 5px; color: #cbd5e1; font-size: .78rem; line-height: 1.5; }
.jw-hero-cta { margin-top: 42px !important; }
.jw-hero-cta .wp-block-button__link { background: var(--jw-bright-blue); min-height: 54px; display: inline-flex; align-items: center; padding-inline: 34px; }

/* Trust strip */
.jw-trust-strip {
  border-block: 1px solid #e6edf5;
  padding-block: 44px;
  background: var(--jw-mist);
}
.jw-trust-grid {
  display: grid !important;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  align-items: stretch;
  gap: 16px;
  margin-block: 0 !important;
  margin-inline: auto !important;
}
.jw-trust-item {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 170px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 24px 18px 22px;
  border: 1px solid #d9e5f1;
  border-radius: 8px;
  margin: 0;
  background: #fff;
  box-shadow: 0 8px 22px rgba(15, 52, 87, .045);
  text-align: center;
}
.jw-trust-item::after {
  position: absolute;
  top: -1px;
  right: 22px;
  left: 22px;
  height: 2px;
  background: var(--jw-bright-blue);
  content: "";
}
.jw-trust-item::before {
  width: 50px;
  height: 50px;
  flex: 0 0 50px;
  border-radius: 50%;
  margin-bottom: 16px;
  background-color: #edf5ff;
  background-position: center;
  background-size: 29px 29px;
  background-repeat: no-repeat;
  content: "";
}
.jw-trust-item:nth-child(1)::before { background-image: url("../icons/trust-years.svg"); }
.jw-trust-item:nth-child(2)::before { background-image: url("../icons/trust-countries.svg"); }
.jw-trust-item:nth-child(3)::before { background-image: url("../icons/trust-machines.svg"); }
.jw-trust-item:nth-child(4)::before { background-image: url("../icons/trust-capacity.svg"); }
.jw-trust-item:nth-child(5)::before { background-image: url("../icons/trust-response.svg"); }
.jw-trust-item strong {
  display: block;
  min-width: 0;
  color: var(--jw-blue);
  font-size: clamp(1.75rem, 2.25vw, 2.1rem);
  line-height: 1;
  letter-spacing: -.025em;
  white-space: nowrap;
}
.jw-trust-item span {
  display: block;
  min-width: 0;
  margin-top: 9px;
  color: #52647a;
  font-size: .82rem;
  font-weight: 600;
  line-height: 1.4;
  overflow-wrap: normal;
}

/* Query/card grids */
.jw-product-query .wp-block-post-template,
.jw-industry-query .wp-block-post-template,
.jw-case-query .wp-block-post-template,
.jw-capability-query .wp-block-post-template {
  display: grid;
  margin: 0;
  padding: 0;
  list-style: none;
}
.jw-product-query .wp-block-post-template { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 26px; }
.jw-product-query .wp-block-post {
  display: flex;
  min-width: 0;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid #e2e8f0;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 5px 18px rgba(15, 23, 42, .05);
  transition: transform .2s ease, box-shadow .2s ease;
}
.jw-product-query .wp-block-post:hover { transform: translateY(-4px); box-shadow: 0 14px 30px rgba(15, 23, 42, .1); }
.jw-product-query .wp-block-post-featured-image { margin: 0; aspect-ratio: 1 / 1; background: #f5f7f8; }
.jw-product-query .wp-block-post-featured-image a,
.jw-product-query .wp-block-post-featured-image img { width: 100%; height: 100%; }
.jw-product-query .wp-block-post-featured-image img { object-fit: contain; padding: 12px; }
.jw-card-body { display: flex; flex: 1; flex-direction: column; padding: 22px; }
.jw-card-body .wp-block-post-title { margin: 0; font-size: 1.1rem; }
.jw-card-body .wp-block-post-title a { color: var(--jw-ink); text-decoration: none; }
.jw-card-body .wp-block-post-excerpt { margin: 10px 0 0; color: #64748b; font-size: .9rem; line-height: 1.6; }
.jw-card-body .wp-block-read-more { margin-top: auto; padding-top: 18px; font-size: .85rem; font-weight: 800; text-decoration: none; }

.jw-industry-query .wp-block-post-template { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 42px 28px; }
.jw-industry-query .wp-block-post-template > .wp-block-post,
.jw-capability-query .wp-block-post-template > .wp-block-post { margin-block-start: 0 !important; }
.jw-industry-query .wp-block-post { text-align: center; }
.jw-industry-query .wp-block-post-featured-image { margin: 0 0 15px; aspect-ratio: 4 / 3; overflow: hidden; }
.jw-industry-query .wp-block-post-featured-image img { width: 100%; height: 100%; object-fit: cover; }
.jw-industry-query .wp-block-post-title { margin: 0; font-size: 1.05rem; line-height: 1.3; }
.jw-industry-query .wp-block-post-title a { color: var(--jw-ink); text-decoration: none; }

.jw-capability-query .wp-block-post-template { grid-template-columns: repeat(6, minmax(0, 1fr)); align-items: start; gap: 36px; }
.jw-capability-query .wp-block-post { display: flex; min-width: 0; min-height: 0; flex-direction: column; align-items: center; border: 0; padding: 0; text-align: center; }
.jw-capability-query .wp-block-post::before { display: block; width: 56px; height: 56px; flex: 0 0 56px; margin: 0 auto 16px; background: center / contain no-repeat; content: ""; }
.jw-capability-query .wp-block-post:nth-child(1)::before { background-image: url("../icons/capability-precision.svg"); }
.jw-capability-query .wp-block-post:nth-child(2)::before { background-image: url("../icons/capability-progressive.svg"); }
.jw-capability-query .wp-block-post:nth-child(3)::before { background-image: url("../icons/capability-deep-draw.svg"); }
.jw-capability-query .wp-block-post:nth-child(4)::before { background-image: url("../icons/capability-tooling.svg"); }
.jw-capability-query .wp-block-post:nth-child(5)::before { background-image: url("../icons/capability-secondary.svg"); }
.jw-capability-query .wp-block-post:nth-child(6)::before { background-image: url("../icons/capability-quality.svg"); }
.jw-capability-query .wp-block-post-title { margin: 0; font-size: .95rem; line-height: 1.35; }
.jw-capability-query .wp-block-post-title a { color: var(--jw-ink); text-decoration: none; }
.jw-capability-query .wp-block-post-excerpt { max-width: 220px; margin: 8px auto 0; color: #64748b; font-size: .82rem; line-height: 1.6; }
.jw-capability-query .wp-block-post-excerpt p { margin: 0; }

/* Why choose us */
.jw-why { position: relative; overflow: hidden; padding-block: 78px; background: var(--jw-navy); color: #d8e4f0; }
.jw-why-grid { align-items: center !important; gap: 64px; }
.jw-why-grid > .wp-block-column:first-child { flex: 0 0 320px !important; }
.jw-why-grid > .wp-block-column:last-child { flex: 1 1 auto !important; }
.jw-why h2 { margin: 0; color: #fff; }
.jw-why p { color: #bdcad8; }
.jw-why-stats { display: grid !important; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 22px; counter-reset: jw-why-stat; }
.jw-why-stat { display: grid; min-width: 0; grid-template-columns: 42px minmax(0, 1fr); grid-template-rows: auto auto; align-items: center; column-gap: 12px; row-gap: 2px; border-left: 1px solid rgba(255,255,255,.16); padding-left: 16px; counter-increment: jw-why-stat; }
.jw-why-stat::before { display: inline-grid; width: 42px; height: 42px; grid-column: 1; grid-row: 1 / 3; place-items: center; border: 1px solid rgba(255,255,255,.42); border-radius: 50%; color: #fff; content: counter(jw-why-stat); font-size: .72rem; font-weight: 800; }
.jw-why-stat strong { display: block; min-width: 0; grid-column: 2; grid-row: 1; color: #fff; font-size: 1.35rem; line-height: 1.1; white-space: nowrap; }
.jw-why-stat:nth-child(3) strong { font-size: 1.18rem; }
.jw-why-stat span { min-width: 0; grid-column: 2; grid-row: 2; color: #adc0d2; font-size: .75rem; line-height: 1.35; }

/* Quality */
.jw-quality { padding-block: clamp(76px, 6vw, 94px); }
.jw-quality-layout { display: grid !important; grid-template-columns: minmax(0, .36fr) minmax(0, .64fr); align-items: start !important; gap: clamp(56px, 5vw, 72px); }
.jw-quality-copy h2 { margin-top: 0; color: #fff; }
.jw-quality-copy > p { color: #b8c6d4; }
.jw-quality-points { display: grid !important; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px 38px; margin-top: 32px !important; }
.jw-quality-point { color: #eef4fa; font-size: .92rem; font-weight: 700; }
.jw-quality-point::before { display: inline-grid; width: 20px; height: 20px; margin-right: 9px; place-items: center; border-radius: 4px; background: var(--jw-bright-blue); color: #fff; content: "\2713"; font-size: .75rem; }
.jw-quality-cta { margin-top: 38px !important; }
.jw-inspection-grid { display: grid !important; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 30px 24px; }
.jw-inspection-card { margin: 0; text-align: center; }
.jw-inspection-card img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: 3px; }
.jw-inspection-card figcaption { margin-top: 12px; color: #fff; font-size: .93rem; font-weight: 700; }

/* Case studies */
.jw-case-query .wp-block-post-template { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px; }
.jw-case-query .wp-block-post { display: grid; grid-template-columns: 52% 48%; overflow: hidden; border: 1px solid #e2e8f0; border-radius: 4px; background: #fff; box-shadow: 0 6px 18px rgba(15,23,42,.05); }
.jw-case-query .wp-block-post-featured-image { margin: 0; min-height: 285px; background: #f5f7f8; }
.jw-case-query .wp-block-post-featured-image a,
.jw-case-query .wp-block-post-featured-image img { width: 100%; height: 100%; }
.jw-case-query .wp-block-post-featured-image img { object-fit: contain; padding: 10px; }
.jw-case-query .jw-card-body { padding: 26px; }

/* FAQ */
.jw-faq-grid { display: grid !important; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px 18px; }
.jw-faq-grid details { margin: 0; border: 1px solid #e2e8f0; border-radius: 3px; background: #fff; box-shadow: 0 3px 10px rgba(15,23,42,.035); }
.jw-faq-grid summary { padding: 18px 20px; font-weight: 750; cursor: pointer; }
.jw-faq-grid details > :not(summary) { padding-inline: 20px; color: #64748b; }

/* CTA and footer */
.jw-footer-cta { background: #0860c8; color: #fff; padding-block: 58px; }
.jw-footer-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.jw-footer-cta h2 { margin: 0; color: #fff; font-size: clamp(1.65rem, 3vw, 2.35rem); }
.jw-footer-cta p { margin: 8px 0 0; color: #e2efff; }
.jw-footer-cta .wp-block-button__link { border: 1px solid rgba(255,255,255,.65); background: transparent; }
.jw-site-footer { position: relative; overflow: hidden; padding-top: 76px; background: var(--jw-navy); color: #c7d2df; }
.jw-footer-grid { display: grid !important; grid-template-columns: 1.5fr repeat(3, minmax(0, 1fr)) 1.25fr; gap: 36px; }
.jw-footer-brand img { width: min(230px, 100%); }
.jw-footer-brand p { max-width: 320px; color: #94a7ba; font-size: .9rem; line-height: 1.7; }
.jw-footer-socials { display: flex; flex-wrap: wrap; gap: 9px; }
.jw-footer-socials .wp-social-link { width: 36px; height: 36px; margin: 0; border: 1px solid #314252; border-radius: 50%; background: transparent !important; color: #e8f0f8 !important; }
.jw-footer-socials .wp-social-link:hover { border-color: #8ea3b8; background: rgba(255,255,255,.06) !important; transform: translateY(-1px); }
.jw-footer-socials .wp-social-link a { display: grid; width: 100%; height: 100%; place-items: center; padding: 0; color: inherit !important; }
.jw-footer-socials .wp-social-link svg { width: 18px; height: 18px; fill: currentColor; }
.jw-footer-column h3 { margin: 0 0 20px; color: #fff; font-size: .94rem; }
.jw-footer-column p,
.jw-footer-column li { margin: 0 0 13px; color: #c6d2de; font-size: .9rem; line-height: 1.55; }
.jw-footer-column ul { margin: 0; padding: 0; list-style: none; }
.jw-footer-column a { color: inherit; text-decoration: none; }
.jw-footer-column a:hover { color: #fff; }
.jw-contact-item { display: flex; min-width: 0; align-items: flex-start; gap: 11px; }
.jw-contact-item::before { width: 20px; height: 20px; flex: 0 0 20px; margin-top: 1px; background: center / contain no-repeat; content: ""; }
.jw-contact-phone::before { background-image: url("../icons/contact-phone.svg"); }
.jw-contact-email::before { background-image: url("../icons/contact-email.svg"); }
.jw-contact-location::before { background-image: url("../icons/contact-location.svg"); }
.jw-contact-item a { min-width: 0; overflow-wrap: anywhere; }
.jw-footer-bottom { display: flex; justify-content: space-between; gap: 24px; margin-top: 64px; border-top: 1px solid rgba(255,255,255,.1); padding-block: 30px; color: #71869b; font-size: .72rem; }
.jw-footer-bottom a { color: inherit; text-decoration: none; }
.jw-footer-bottom-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 7px 10px; }
.jw-footer-bottom-links a { white-space: nowrap; }
.jw-footer-bottom-links a + a { border-left: 1px solid #50677d; padding-left: 10px; }

/* Standard inner pages */
.jw-page-main { min-height: 50vh; }
.jw-page-hero { padding-block: clamp(72px, 8vw, 116px); background: var(--jw-navy); color: #dbe7f3; }
.jw-page-hero h1 { max-width: 980px; margin: 0; color: #fff; font-size: clamp(2.3rem, 5vw, 4.25rem); }
.jw-page-hero p { max-width: 820px; margin: 24px 0 0; color: #cbd5e1; font-size: 1.1rem; }
.jw-content-section { padding-block: clamp(64px, 7vw, 104px); }
.jw-thank-you { max-width: 900px; margin-inline: auto; text-align: center; }

@media (max-width: 1199px) {
  .jw-header-row { min-height: 76px; }
  .jw-brand-logo img { width: clamp(195px, 20vw, 220px); }
  .jw-header-row > .jw-header-quote,
  .jw-mobile-quote { display: none !important; }
  .jw-hero { min-height: 0; }
  .jw-hero-grid { display: block !important; padding-block: 72px; }
  .jw-hero-copy { max-width: 880px; }
  .jw-hero-form-column { width: min(100%, 560px); margin: 64px auto 0 !important; }
  .jw-hero-features { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .jw-quality-layout { grid-template-columns: 1fr; }
  .jw-footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .jw-footer-brand { grid-column: 1 / -1; }
  .jw-capability-query .wp-block-post-template { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 42px 34px; }
  .jw-why-grid { display: block !important; }
  .jw-why-stats { margin-top: 38px !important; }
}

@media (min-width: 900px) and (max-width: 1359px) {
  .jw-trust-grid { grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 18px; }
  .jw-trust-item { grid-column: span 2; }
  .jw-trust-item:nth-child(4) { grid-column: 2 / span 2; }
  .jw-trust-item:nth-child(5) { grid-column: 4 / span 2; }
}

@media (max-width: 900px) {
  :root { --jw-section: 72px; }
  .jw-trust-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
  .jw-trust-item { grid-column: span 2; }
  .jw-trust-item:nth-child(4) { grid-column: span 2; }
  .jw-trust-item:nth-child(5) { grid-column: 2 / span 2; }
  .jw-product-query .wp-block-post-template { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .jw-capability-query .wp-block-post-template { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .jw-industry-query .wp-block-post-template { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .jw-case-query .wp-block-post-template { grid-template-columns: 1fr; }
  .jw-why-grid { display: block !important; }
  .jw-why-stats { margin-top: 38px !important; grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 767px) {
  :root { --jw-section: 64px; }
  .jw-topbar { display: none; }
  .jw-header-row { min-height: 70px; gap: 8px; }
  .jw-brand-logo img { width: clamp(144px, 42vw, 195px); }
  .jw-mega-navigation { margin-left: auto; }
  .jw-mobile-menu-toggle { width: 42px; height: 42px; }
  .jw-hero { padding-inline: 0; }
  .jw-hero-grid { display: block !important; padding-block: 58px; }
  .jw-hero-copy h1 { font-size: clamp(2.35rem, 11vw, 3.25rem); }
  .jw-hero-form-column { margin-top: 56px !important; }
  .jw-trust-strip { padding-block: 34px; }
  .jw-trust-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
  .jw-trust-item { min-height: 158px; grid-column: span 2; padding: 20px 14px 18px; }
  .jw-trust-item:nth-child(4) { grid-column: span 2; }
  .jw-trust-item:nth-child(5) {
    min-height: 100px;
    display: grid;
    grid-column: 1 / -1;
    grid-template-columns: 50px auto minmax(0, 1fr);
    align-items: center;
    column-gap: 16px;
    padding: 20px 28px;
    text-align: left;
  }
  .jw-trust-item::before { width: 46px; height: 46px; flex-basis: 46px; margin-bottom: 14px; background-size: 26px 26px; }
  .jw-trust-item:nth-child(5)::before { width: 50px; height: 50px; margin: 0; }
  .jw-trust-item strong { font-size: 1.75rem; }
  .jw-trust-item span { font-size: .78rem; }
  .jw-trust-item:nth-child(5) span { margin: 0; }
  .jw-product-query .wp-block-post-template,
  .jw-industry-query .wp-block-post-template,
  .jw-case-query .wp-block-post-template { grid-template-columns: 1fr; }
  .jw-capability-query .wp-block-post-template { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 34px 18px; }
  .jw-capability-query .wp-block-post::before { width: 46px; height: 46px; flex-basis: 46px; margin-bottom: 12px; }
  .jw-capability-query .wp-block-post-title { font-size: .82rem; }
  .jw-capability-query .wp-block-post-excerpt { font-size: .72rem; line-height: 1.5; }
  .jw-why-stats { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .jw-why-stat { grid-template-columns: 36px minmax(0, 1fr); column-gap: 9px; padding-left: 10px; }
  .jw-why-stat::before { width: 36px; height: 36px; }
  .jw-quality-points,
  .jw-inspection-grid,
  .jw-faq-grid { grid-template-columns: 1fr; }
  .jw-case-query .wp-block-post { grid-template-columns: 1fr; }
  .jw-case-query .wp-block-post-featured-image { min-height: 240px; }
  .jw-footer-cta-inner,
  .jw-footer-bottom { align-items: flex-start; flex-direction: column; }
  .jw-footer-grid { grid-template-columns: 1fr; gap: 34px; }
  .jw-footer-brand { grid-column: auto; }
  .jw-footer-bottom-links { justify-content: flex-start; }
}

@media (max-width: 479px) {
  .jw-trust-grid { gap: 12px; }
  .jw-trust-item { min-height: 164px; padding: 18px 10px 16px; }
  .jw-trust-item::after { right: 14px; left: 14px; }
  .jw-trust-item::before { width: 44px; height: 44px; flex-basis: 44px; margin-bottom: 13px; background-size: 25px 25px; }
  .jw-trust-item strong { font-size: 1.65rem; }
  .jw-trust-item span { max-width: 120px; margin-top: 8px; font-size: .75rem; line-height: 1.35; }
  .jw-trust-item:nth-child(5) {
    min-height: 96px;
    grid-template-columns: 48px auto minmax(0, 1fr);
    column-gap: 13px;
    padding: 18px 22px;
  }
  .jw-trust-item:nth-child(5)::before { width: 48px; height: 48px; margin: 0; }
  .jw-trust-item:nth-child(5) span { max-width: none; margin: 0; }
  .jw-footer-bottom { gap: 16px; }
  .jw-footer-bottom-links { width: 100%; column-gap: 7px; row-gap: 8px; font-size: .69rem; }
  .jw-footer-bottom-links a + a { padding-left: 7px; }
}

@media (max-width: 359px) {
  .jw-hero-copy h1 { font-size: clamp(1.75rem, 9vw, 2rem) !important; }
}

@media (max-width: 299px) {
  .jw-trust-grid { grid-template-columns: 1fr; }
  .jw-trust-item,
  .jw-trust-item:nth-child(4),
  .jw-trust-item:nth-child(5) { width: 100%; grid-column: auto; justify-self: center; }
}
