/*
Theme Name:   Jaecoo Hub AU GP
Description:  GeneratePress child theme for a fast, trust-first Jaecoo Australia authority site.
Author:       Jaecoo Hub AU
Template:     generatepress
Version:      1.0.0
Text Domain:  jaecoo-hub-au-gp
*/

:root {
  --jh-bg: #eef3f7;
  --jh-surface: #ffffff;
  --jh-surface-alt: #f7fafc;
  --jh-border: #d9e3ec;
  --jh-border-strong: #c3d3e2;
  --jh-text: #152236;
  --jh-text-soft: #42566d;
  --jh-text-muted: #6e8095;
  --jh-navy: #102238;
  --jh-navy-2: #1a3150;
  --jh-navy-3: #274462;
  --jh-teal: #00c2c9;
  --jh-teal-deep: #009aa4;
  --jh-teal-soft: rgba(0, 194, 201, 0.12);
  --jh-shadow-sm: 0 8px 22px rgba(16, 34, 56, 0.06);
  --jh-shadow-md: 0 18px 48px rgba(16, 34, 56, 0.12);
  --jh-radius-sm: 8px;
  --jh-radius-md: 14px;
  --jh-radius-lg: 22px;
  --jh-container: 1160px;
  --jh-font-body: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --jh-font-heading: "Segoe UI", -apple-system, BlinkMacSystemFont, sans-serif;
}

html {
  scroll-behavior: smooth;
}

body {
  background: var(--jh-bg);
  color: var(--jh-text);
  font-family: var(--jh-font-body);
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--jh-text);
  font-family: var(--jh-font-heading);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.15;
}

a {
  color: var(--jh-teal-deep);
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
}

a:hover,
a:focus {
  color: var(--jh-teal);
}

img {
  display: block;
  height: auto;
  max-width: 100%;
}

button,
input,
textarea,
select {
  font: inherit;
}

.jh-site-main {
  margin: 0 auto;
  max-width: 100%;
}

.jh-shell {
  margin: 0 auto;
  max-width: var(--jh-container);
  padding: 0 24px;
}

.jh-section {
  padding: 56px 0;
}

.jh-section--surface {
  background: var(--jh-surface);
}

.jh-section--muted {
  background: var(--jh-bg);
}

.jh-eyebrow {
  align-items: center;
  color: var(--jh-teal);
  display: inline-flex;
  font-size: 0.74rem;
  font-weight: 700;
  gap: 10px;
  letter-spacing: 0.16em;
  margin-bottom: 14px;
  text-transform: uppercase;
}

.jh-eyebrow::before {
  background: currentColor;
  content: "";
  display: inline-block;
  height: 2px;
  width: 34px;
}

.jh-section-head {
  align-items: end;
  display: flex;
  gap: 18px;
  justify-content: space-between;
  margin-bottom: 28px;
}

.jh-section-head h2,
.jh-section-head h3 {
  font-size: clamp(1.6rem, 3vw, 2.15rem);
  margin: 0;
}

.jh-section-head p {
  color: var(--jh-text-soft);
  margin: 0;
  max-width: 720px;
}

.jh-section-link {
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
}

.jh-card,
.jh-surface-card {
  background: var(--jh-surface);
  border: 1px solid var(--jh-border);
  border-radius: var(--jh-radius-md);
  box-shadow: var(--jh-shadow-sm);
}

.jh-button {
  align-items: center;
  border: 1px solid transparent;
  border-radius: 999px;
  cursor: pointer;
  display: inline-flex;
  font-size: 0.8rem;
  font-weight: 700;
  gap: 8px;
  justify-content: center;
  letter-spacing: 0.08em;
  line-height: 1;
  min-height: 46px;
  padding: 0 20px;
  text-decoration: none;
  text-transform: uppercase;
  transition: 160ms ease;
}

.jh-button:hover,
.jh-button:focus {
  transform: translateY(-1px);
}

.jh-button--primary {
  background: var(--jh-teal);
  color: var(--jh-navy);
}

.jh-button--primary:hover,
.jh-button--primary:focus {
  background: #0dd5dc;
  box-shadow: 0 12px 28px rgba(0, 194, 201, 0.22);
  color: var(--jh-navy);
}

.jh-button--secondary {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.44);
  color: #ffffff;
}

.jh-button--secondary:hover,
.jh-button--secondary:focus {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.75);
  color: #ffffff;
}

.jh-button--outline {
  background: transparent;
  border-color: var(--jh-border-strong);
  color: var(--jh-text);
}

.jh-button--outline:hover,
.jh-button--outline:focus {
  background: var(--jh-surface-alt);
  border-color: var(--jh-teal);
  color: var(--jh-text);
}

.jh-pill {
  background: var(--jh-teal-soft);
  border: 1px solid rgba(0, 154, 164, 0.2);
  border-radius: 999px;
  color: var(--jh-teal-deep);
  display: inline-flex;
  font-size: 0.72rem;
  font-weight: 700;
  gap: 8px;
  letter-spacing: 0.08em;
  padding: 7px 12px;
  text-transform: uppercase;
}

.jh-disclaimer-bar {
  background: var(--jh-navy);
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.78rem;
  padding: 9px 18px;
  text-align: center;
}

.jh-disclaimer-bar strong {
  color: #ffffff;
}

.site-header,
.main-navigation,
.main-title {
  font-family: var(--jh-font-heading);
}

.inside-header {
  padding-bottom: 16px;
  padding-top: 16px;
}

.main-navigation,
.main-navigation ul ul {
  background: var(--jh-navy-2);
}

.main-navigation .main-nav ul li a,
.main-navigation .menu-toggle,
.main-navigation .menu-bar-items a {
  color: rgba(255, 255, 255, 0.82);
  font-weight: 700;
}

.main-navigation .main-nav ul li.current-menu-item > a,
.main-navigation .main-nav ul li[class*="current-menu-"] > a,
.main-navigation .main-nav ul li:hover > a,
.main-navigation .main-nav ul li:focus > a {
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
}

.site-logo .header-image,
.site-logo img {
  max-height: 54px;
}

.jh-home .content-area,
.jh-home #primary {
  float: none;
  margin: 0;
  width: 100%;
}

.jh-home .site-content {
  padding-top: 0;
}

.jh-home .inside-article {
  background: transparent;
  box-shadow: none;
  padding: 0;
}

.jh-home .entry-header,
.jh-home .entry-title {
  display: none;
}

.jh-home-editorial > :not(.jh-hero):not(.jh-quick-verdict):not(.jh-section) {
  margin-left: auto;
  margin-right: auto;
  max-width: var(--jh-container);
  padding-left: 24px;
  padding-right: 24px;
}

.jh-home-editorial > .wp-block-group,
.jh-home-editorial > .wp-block-columns,
.jh-home-editorial > .wp-block-cover,
.jh-home-editorial > .wp-block-heading,
.jh-home-editorial > p,
.jh-home-editorial > ul,
.jh-home-editorial > ol {
  margin-bottom: 28px;
  margin-top: 28px;
}

.jh-hero {
  background:
    linear-gradient(110deg, rgba(16, 34, 56, 0.96) 0%, rgba(16, 34, 56, 0.84) 45%, rgba(16, 34, 56, 0.48) 100%),
    linear-gradient(140deg, rgba(0, 194, 201, 0.18), transparent 32%),
    var(--jh-navy);
  color: #ffffff;
  overflow: hidden;
  padding: 72px 0 44px;
  position: relative;
}

.jh-hero::after {
  background: radial-gradient(circle at top right, rgba(0, 194, 201, 0.22), transparent 32%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.jh-hero__media {
  inset: 0;
  opacity: 0.26;
  position: absolute;
}

.jh-hero__media img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.jh-hero__inner {
  align-items: center;
  display: grid;
  gap: 34px;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, 360px);
  position: relative;
  z-index: 1;
}

.jh-hero__copy h1 {
  color: #ffffff;
  font-size: clamp(2.4rem, 5.6vw, 4.4rem);
  margin: 0 0 18px;
}

.jh-hero__copy p {
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.04rem;
  margin: 0 0 28px;
  max-width: 640px;
}

.jh-hero__copy p strong {
  color: #ffffff;
}

.jh-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 18px;
}

.jh-hero__trust {
  color: rgba(255, 255, 255, 0.66);
  display: flex;
  flex-wrap: wrap;
  font-size: 0.88rem;
  gap: 14px 18px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.jh-hero__trust li::before {
  color: var(--jh-teal);
  content: "\2022";
  margin-right: 7px;
}

.jh-hero__card {
  backdrop-filter: blur(8px);
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: var(--jh-radius-lg);
  box-shadow: var(--jh-shadow-md);
  color: var(--jh-text);
  overflow: hidden;
}

.jh-hero__card-head {
  align-items: center;
  background: var(--jh-navy-2);
  color: #ffffff;
  display: flex;
  font-size: 0.76rem;
  font-weight: 700;
  gap: 10px;
  letter-spacing: 0.12em;
  padding: 14px 18px;
  text-transform: uppercase;
}

.jh-hero__card-dot {
  background: var(--jh-teal);
  border-radius: 999px;
  height: 9px;
  width: 9px;
}

.jh-hero__card-body {
  padding: 18px;
}

.jh-hero__map {
  align-items: center;
  background: linear-gradient(135deg, #d8e4ef, #b6cadb);
  border-radius: 14px;
  color: var(--jh-navy);
  display: flex;
  font-size: 0.92rem;
  justify-content: center;
  margin-bottom: 16px;
  min-height: 160px;
  padding: 24px;
  text-align: center;
}

.jh-hero__card-body h2,
.jh-hero__card-body h3 {
  font-size: 1.12rem;
  margin: 0 0 6px;
}

.jh-hero__card-body p {
  color: var(--jh-text-soft);
  font-size: 0.92rem;
  margin: 0 0 16px;
}

.jh-quick-verdict {
  margin-top: -16px;
  position: relative;
  z-index: 2;
}

.jh-quick-verdict__panel {
  background: var(--jh-surface);
  border: 1px solid var(--jh-border);
  border-radius: var(--jh-radius-lg);
  box-shadow: var(--jh-shadow-md);
  display: grid;
  gap: 20px;
  grid-template-columns: minmax(0, 1.25fr) minmax(260px, 0.75fr);
  padding: 28px;
}

.jh-quick-verdict__panel p {
  color: var(--jh-text-soft);
  margin: 0;
}

.jh-micro-facts {
  display: grid;
  gap: 12px;
}

.jh-micro-facts div {
  background: var(--jh-surface-alt);
  border: 1px solid var(--jh-border);
  border-radius: 12px;
  padding: 14px 16px;
}

.jh-micro-facts dt {
  color: var(--jh-text-muted);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-bottom: 4px;
  text-transform: uppercase;
}

.jh-micro-facts dd {
  color: var(--jh-text);
  font-size: 0.94rem;
  font-weight: 700;
  margin: 0;
}

.jh-grid-3,
.jh-grid-2 {
  display: grid;
  gap: 20px;
}

.jh-grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.jh-grid-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.jh-post-card,
.jh-model-card,
.jh-hub-link,
.jh-feature-card {
  background: var(--jh-surface);
  border: 1px solid var(--jh-border);
  border-radius: var(--jh-radius-md);
  box-shadow: var(--jh-shadow-sm);
  overflow: hidden;
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.jh-post-card:hover,
.jh-model-card:hover,
.jh-hub-link:hover,
.jh-feature-card:hover {
  border-color: rgba(0, 194, 201, 0.45);
  box-shadow: var(--jh-shadow-md);
  transform: translateY(-3px);
}

.jh-post-card__image,
.jh-model-card__image {
  background: linear-gradient(135deg, #d5e0eb, #c4d4e2);
  min-height: 188px;
}

.jh-post-card__image img,
.jh-model-card__image img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.jh-post-card__body,
.jh-model-card__body,
.jh-feature-card__body {
  padding: 18px;
}

.jh-post-card__meta,
.jh-article-meta {
  color: var(--jh-text-muted);
  display: flex;
  flex-wrap: wrap;
  font-size: 0.82rem;
  gap: 10px 12px;
  margin-bottom: 10px;
}

.jh-post-card__title,
.jh-model-card__title {
  color: var(--jh-text);
  display: block;
  font-size: 1.22rem;
  margin: 0 0 10px;
  text-decoration: none;
}

.jh-post-card__excerpt,
.jh-model-card__excerpt {
  color: var(--jh-text-soft);
  font-size: 0.95rem;
  margin: 0 0 16px;
}

.jh-model-card__specs {
  color: var(--jh-text-soft);
  display: grid;
  gap: 8px;
  list-style: none;
  margin: 0 0 18px;
  padding: 0;
}

.jh-model-card__specs li::before {
  color: var(--jh-teal);
  content: "\2022";
  margin-right: 8px;
}

.jh-model-card__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.jh-issue-highlight {
  background: linear-gradient(135deg, rgba(16, 34, 56, 0.98), rgba(26, 49, 80, 0.96));
  border-radius: var(--jh-radius-lg);
  color: #ffffff;
  overflow: hidden;
  position: relative;
}

.jh-issue-highlight::after {
  background: radial-gradient(circle at top right, rgba(0, 194, 201, 0.25), transparent 38%);
  content: "";
  inset: 0;
  position: absolute;
}

.jh-issue-highlight__inner {
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(0, 1.15fr) minmax(240px, 0.85fr);
  padding: 30px;
  position: relative;
  z-index: 1;
}

.jh-issue-highlight h2,
.jh-issue-highlight h3,
.jh-issue-highlight p,
.jh-issue-highlight a {
  color: #ffffff;
}

.jh-issue-highlight p {
  color: rgba(255, 255, 255, 0.76);
}

.jh-issue-highlight__sidebar {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  padding: 18px;
}

.jh-shortcuts {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.jh-hub-link {
  padding: 18px;
  text-decoration: none;
}

.jh-hub-link h3 {
  font-size: 1.06rem;
  margin: 0 0 8px;
}

.jh-hub-link p {
  color: var(--jh-text-soft);
  margin: 0 0 10px;
}

.jh-hub-link span {
  color: var(--jh-teal-deep);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.jh-newsletter {
  background: linear-gradient(135deg, #edf8f8, #ffffff);
  border: 1px solid rgba(0, 194, 201, 0.24);
  border-radius: var(--jh-radius-lg);
  box-shadow: var(--jh-shadow-md);
  padding: 28px;
}

.jh-newsletter__wrap {
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 380px);
}

.jh-newsletter h2,
.jh-newsletter h3 {
  margin: 0 0 12px;
}

.jh-newsletter p {
  color: var(--jh-text-soft);
  margin: 0;
}

.jh-newsletter__form form,
.jh-newsletter__placeholder {
  background: var(--jh-surface);
  border: 1px solid var(--jh-border);
  border-radius: 16px;
  padding: 18px;
}

.jh-newsletter__placeholder p {
  margin-bottom: 14px;
}

.jh-page-hero,
.jh-archive-hero,
.jh-article-shell,
.jh-page-shell {
  margin: 0 auto;
  max-width: var(--jh-container);
  padding: 32px 24px 64px;
}

.jh-page-hero__box,
.jh-archive-hero__box {
  background: linear-gradient(135deg, var(--jh-navy), var(--jh-navy-2));
  border-radius: var(--jh-radius-lg);
  color: #ffffff;
  padding: 30px;
}

.jh-page-hero__box h1,
.jh-archive-hero__box h1 {
  color: #ffffff;
  font-size: clamp(2rem, 4vw, 3.3rem);
  margin: 0 0 12px;
}

.jh-page-hero__box p,
.jh-archive-hero__box p {
  color: rgba(255, 255, 255, 0.76);
  margin: 0;
  max-width: 760px;
}

.jh-archive-layout,
.jh-page-layout,
.jh-article-layout {
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(0, 2fr) minmax(260px, 340px);
}

.jh-article-main,
.jh-page-main,
.jh-archive-main {
  min-width: 0;
}

.jh-article-main article,
.jh-page-main article,
.jh-archive-main .jh-card-stack {
  background: var(--jh-surface);
  border: 1px solid var(--jh-border);
  border-radius: var(--jh-radius-lg);
  box-shadow: var(--jh-shadow-sm);
  padding: 28px;
}

.jh-article-title {
  font-size: clamp(2rem, 4vw, 3.2rem);
  margin: 8px 0 16px;
}

.jh-featured-image {
  border-radius: 18px;
  margin: 24px 0;
  overflow: hidden;
}

.jh-trust-box,
.jh-aside-card,
.jh-meta-box,
.jh-related-box,
.jh-pattern-card,
.jh-verdict-box,
.jh-issue-callout,
.jh-newsletter-card,
.jh-pros-cons > div,
.jh-spec-snapshot {
  background: var(--jh-surface);
  border: 1px solid var(--jh-border);
  border-radius: 16px;
  box-shadow: var(--jh-shadow-sm);
}

.jh-trust-box,
.jh-aside-card,
.jh-meta-box,
.jh-related-box,
.jh-pattern-card,
.jh-verdict-box,
.jh-issue-callout,
.jh-newsletter-card,
.jh-spec-snapshot {
  padding: 18px;
}

.jh-trust-box h2,
.jh-trust-box h3,
.jh-aside-card h2,
.jh-aside-card h3,
.jh-related-box h2,
.jh-related-box h3 {
  font-size: 1.12rem;
  margin: 0 0 10px;
}

.jh-trust-box p,
.jh-aside-card p,
.jh-related-box p,
.jh-meta-box p {
  color: var(--jh-text-soft);
  margin: 0;
}

.jh-aside-stack {
  display: grid;
  gap: 18px;
}

.jh-related-list,
.jh-model-related-list {
  display: grid;
  gap: 12px;
  list-style: none;
  margin: 16px 0 0;
  padding: 0;
}

.jh-related-list a,
.jh-model-related-list a {
  color: var(--jh-text);
  font-weight: 700;
  text-decoration: none;
}

.jh-related-list a:hover,
.jh-model-related-list a:hover {
  color: var(--jh-teal-deep);
}

.jh-entry-content > *:first-child {
  margin-top: 0;
}

.jh-entry-content > *:last-child {
  margin-bottom: 0;
}

.jh-entry-content h2 {
  font-size: 1.9rem;
  margin-top: 1.8em;
}

.jh-entry-content h3 {
  font-size: 1.35rem;
  margin-top: 1.5em;
}

.jh-entry-content p,
.jh-entry-content li,
.jh-entry-content blockquote {
  color: var(--jh-text-soft);
}

.jh-entry-content blockquote {
  background: rgba(0, 194, 201, 0.07);
  border-left: 4px solid var(--jh-teal);
  border-radius: 0 14px 14px 0;
  margin: 1.5em 0;
  padding: 18px 20px;
}

.jh-entry-content table {
  border-collapse: collapse;
  margin: 1.5em 0;
  width: 100%;
}

.jh-entry-content table th,
.jh-entry-content table td {
  border: 1px solid var(--jh-border);
  padding: 12px;
}

.jh-entry-content table th {
  background: var(--jh-surface-alt);
  text-align: left;
}

.jh-model-hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.jh-child-pages {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 24px;
}

.jh-resource-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 18px;
}

.jh-resource-card {
  background: var(--jh-surface-alt);
  border: 1px solid var(--jh-border);
  border-radius: 16px;
  padding: 16px;
}

.jh-resource-card h3 {
  font-size: 1.02rem;
  margin: 10px 0 8px;
}

.jh-resource-card h3 a {
  color: var(--jh-text);
  text-decoration: none;
}

.jh-resource-card h3 a:hover {
  color: var(--jh-teal-deep);
}

.jh-resource-card p {
  color: var(--jh-text-soft);
  margin: 0;
}

.jh-spec-snapshot dl {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0;
}

.jh-spec-snapshot dt {
  color: var(--jh-text-muted);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-bottom: 4px;
  text-transform: uppercase;
}

.jh-spec-snapshot dd {
  color: var(--jh-text);
  margin: 0;
}

.jh-pros-cons {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.jh-pros-cons > div {
  padding: 18px;
}

.jh-pros-cons h3 {
  font-size: 1rem;
  margin: 0 0 12px;
}

.jh-pros-cons ul {
  margin: 0;
  padding-left: 18px;
}

.jh-issue-callout {
  background: linear-gradient(135deg, rgba(0, 194, 201, 0.08), rgba(255, 255, 255, 0.92));
}

.jh-related-reads ul {
  margin: 0;
  padding-left: 18px;
}

.jh-empty-state {
  background: var(--jh-surface);
  border: 1px dashed var(--jh-border-strong);
  border-radius: 16px;
  color: var(--jh-text-soft);
  padding: 18px;
}

.jh-admin-note {
  color: var(--jh-text-muted);
  font-size: 0.84rem;
}

.jh-page-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.jh-page-links a {
  background: var(--jh-surface-alt);
  border: 1px solid var(--jh-border);
  border-radius: 999px;
  color: var(--jh-text);
  font-size: 0.8rem;
  font-weight: 700;
  padding: 8px 14px;
  text-decoration: none;
}

.jh-page-links a:hover {
  border-color: var(--jh-teal);
  color: var(--jh-teal-deep);
}

@media (max-width: 1024px) {
  .jh-grid-3,
  .jh-shortcuts,
  .jh-newsletter__wrap,
  .jh-archive-layout,
  .jh-page-layout,
  .jh-article-layout,
  .jh-hero__inner,
  .jh-quick-verdict__panel,
  .jh-issue-highlight__inner {
    grid-template-columns: 1fr;
  }

  .jh-hero__card {
    max-width: 420px;
  }
}

@media (max-width: 768px) {
  .jh-section {
    padding: 42px 0;
  }

  .jh-shell,
  .jh-page-hero,
  .jh-archive-hero,
  .jh-article-shell,
  .jh-page-shell {
    padding-left: 18px;
    padding-right: 18px;
  }

  .jh-grid-2,
  .jh-grid-3,
  .jh-shortcuts,
  .jh-child-pages,
  .jh-resource-grid,
  .jh-pros-cons,
  .jh-spec-snapshot dl {
    grid-template-columns: 1fr;
  }

  .jh-hero {
    padding-top: 56px;
  }

  .jh-hero__copy h1 {
    font-size: clamp(2rem, 8vw, 3rem);
  }

  .jh-quick-verdict__panel,
  .jh-page-hero__box,
  .jh-archive-hero__box,
  .jh-newsletter {
    padding: 22px;
  }

  .jh-post-card__image,
  .jh-model-card__image {
    min-height: 158px;
  }
}
