/*
Theme Name:        Hampson & Mealey
Theme URI:         https://hampsonmealey.co.uk
Author:            Hampson & Mealey Removals Ltd
Author URI:        https://hampsonmealey.co.uk
Description:       Custom WordPress theme for Hampson & Mealey — professional house removals and secure container self-storage in Kirkham, Preston and across Lancashire. Family-run, fully insured, 300+ five-star reviews.
Version:           1.1.0
Requires at least: 6.0
Tested up to:      6.7
Requires PHP:      8.0
License:           GNU General Public License v2 or later
License URI:       https://www.gnu.org/licenses/gpl-2.0.html
Text Domain:       hampson-mealey
Tags:              removal company, storage, local business, responsive, custom-theme
*/

/*
 * This file contains only the WordPress theme header comment.
 * All visual styles are in assets/css/main.css, enqueued via functions.php.
 */


/* hm related link patch */
.related-links {
  margin: 3rem 0;
  padding: 2rem;
  border-radius: 16px;
  background: #f7f7f4;
}
.related-links h2 {
  margin-top: 0;
}
.related-links ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 0.75rem 1.25rem;
  padding-left: 1.2rem;
}
.related-links a {
  font-weight: 600;
}


/* hm menu/content expansion patch */
.primary-nav__list,
.primary-menu,
.menu {
  align-items: center;
}
.primary-nav__list > li > a,
.menu > li > a {
  white-space: nowrap;
}
.primary-nav__list li,
.menu li {
  position: relative;
}
.primary-nav__list .sub-menu,
.menu .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 240px;
  padding: 0.75rem;
  margin: 0;
  list-style: none;
  background: #ffffff;
  border-radius: 14px;
  box-shadow: 0 16px 40px rgba(0,0,0,0.14);
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
  z-index: 9999;
}
.primary-nav__list li:hover > .sub-menu,
.primary-nav__list li:focus-within > .sub-menu,
.menu li:hover > .sub-menu,
.menu li:focus-within > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.primary-nav__list .sub-menu a,
.menu .sub-menu a {
  display: block;
  padding: .55rem .75rem;
  color: #17211b;
  text-decoration: none;
  border-radius: 8px;
  white-space: nowrap;
}
.primary-nav__list .sub-menu a:hover,
.menu .sub-menu a:hover {
  background: #f4f1ea;
}
.prose {
  max-width: 920px;
}
.prose .lead,
.hero .lead {
  font-size: 1.15rem;
  line-height: 1.65;
}
.prose h2 {
  margin-top: 2.4rem;
}
.cta-panel {
  margin-top: 3rem;
  padding: 2rem;
  background: #f7f4ec;
  border-radius: 18px;
}
@media (max-width: 900px) {
  .primary-nav__list .sub-menu,
  .menu .sub-menu {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
    box-shadow: none;
    background: transparent;
    padding-left: 1rem;
  }
}

/* hm full authority content styles */
.hm-content-page .hm-content, .hm-post .hm-content { padding: 2rem 0 4rem; }
.hm-content-page h2, .hm-post h2 { margin-top: 2rem; }
.hm-content-page p, .hm-post p { max-width: 920px; }
.hm-content-page .button, .hm-post .button {
  display: inline-block; padding: .85rem 1.15rem; border-radius: 999px;
  text-decoration: none; font-weight: 700;
}


/* hm clean header dropdown fix */
.hm-site-header {
  background: #111;
  color: #fff;
  position: relative;
  z-index: 1000;
}
.hm-header-inner {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 24px;
  min-height: 86px;
}
.hm-logo {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #fff;
  text-decoration: none;
  flex: 0 0 auto;
}
.hm-logo img,
.hm-logo .custom-logo {
  max-height: 64px;
  width: auto;
  display: block;
}
.hm-logo-mark {
  width: 52px;
  height: 40px;
  display: inline-block;
  background: linear-gradient(90deg, #8d0505 0 45%, #ed1c24 45% 70%, transparent 70%);
}
.hm-logo-text {
  color: #ed1c24;
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: .04em;
}
.hm-main-nav {
  margin-left: auto;
}
.hm-menu,
.hm-submenu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.hm-menu {
  display: flex;
  align-items: center;
  gap: 6px;
}
.hm-menu > li {
  position: relative;
}
.hm-menu a {
  color: #fff;
  text-decoration: none;
  display: block;
  white-space: nowrap;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.2;
  padding: 14px 12px;
}
.hm-menu > li > a:hover,
.hm-menu > li:focus-within > a {
  color: #ed1c24;
}
.hm-has-submenu > a::after {
  content: " ▾";
  font-size: 12px;
}
.hm-submenu {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  min-width: 280px;
  background: #171717;
  border: 1px solid rgba(255,255,255,.08);
  box-shadow: 0 18px 45px rgba(0,0,0,.35);
  padding: 10px;
  border-radius: 0 0 12px 12px;
}
.hm-submenu li + li {
  border-top: 1px solid rgba(255,255,255,.06);
}
.hm-submenu a {
  padding: 11px 12px;
  font-size: 14px;
  white-space: normal;
}
.hm-has-submenu:hover > .hm-submenu,
.hm-has-submenu:focus-within > .hm-submenu {
  display: block;
}
.hm-header-cta {
  flex: 0 0 auto;
  color: #fff;
  background: #ed1c24;
  text-decoration: none;
  font-weight: 800;
  padding: 14px 22px;
  border-radius: 6px;
  white-space: nowrap;
}
.hm-header-cta:hover {
  filter: brightness(1.08);
}
.hm-menu-toggle {
  display: none;
  margin-left: auto;
  background: transparent;
  border: 0;
  padding: 8px;
}
.hm-menu-toggle span {
  display: block;
  width: 26px;
  height: 3px;
  background: #fff;
  margin: 5px 0;
}
@media (max-width: 1050px) {
  .hm-header-inner {
    flex-wrap: wrap;
    min-height: 74px;
  }
  .hm-menu-toggle {
    display: block;
  }
  .hm-main-nav {
    display: none;
    width: 100%;
    order: 10;
    margin-left: 0;
  }
  .hm-main-nav.is-open {
    display: block;
  }
  .hm-menu {
    display: block;
    padding: 12px 0 18px;
  }
  .hm-menu a {
    padding: 12px 0;
  }
  .hm-submenu {
    display: block;
    position: static;
    min-width: 0;
    box-shadow: none;
    border: 0;
    background: transparent;
    padding: 0 0 0 18px;
  }
  .hm-submenu a {
    color: #ddd;
    padding: 9px 0;
  }
  .hm-header-cta {
    margin-left: 0;
    padding: 11px 16px;
  }
}


/* hm minor polish pass */
:root {
  --hm-red: #ed1c24;
  --hm-dark: #111111;
  --hm-soft: #f7f7f4;
  --hm-border: rgba(0,0,0,.08);
}
body {
  text-rendering: optimizeLegibility;
}
.hm-header-inner {
  max-width: 1220px;
}
.hm-main-nav {
  flex: 1 1 auto;
}
.hm-menu {
  justify-content: flex-end;
}
.hm-menu a {
  letter-spacing: .005em;
}
.hm-header-cta {
  box-shadow: 0 8px 20px rgba(237,28,36,.18);
}
.hm-header-cta:focus,
.hm-menu a:focus {
  outline: 2px solid #fff;
  outline-offset: 3px;
}
.hm-submenu {
  backdrop-filter: blur(3px);
}
.hm-content .container,
.hm-content-page .container,
.hm-post .container {
  max-width: 980px;
}
.hm-content h1,
.hm-content-page h1,
.hm-post h1 {
  line-height: 1.08;
}
.hm-content h2,
.hm-content-page h2,
.hm-post h2 {
  line-height: 1.18;
}
.hm-content p,
.hm-content-page p,
.hm-post p {
  font-size: clamp(1rem, .98rem + .12vw, 1.075rem);
}
.hm-page a.button,
.hm-post a.button,
.hm-content-page a.button {
  background: var(--hm-red);
  color: #fff !important;
  border-radius: 8px;
}
.related-links {
  border: 1px solid var(--hm-border);
}
img {
  max-width: 100%;
  height: auto;
}
@media (min-width: 1051px) {
  .hm-menu > li > a {
    padding-left: 9px;
    padding-right: 9px;
  }
}
@media (max-width: 760px) {
  .hm-header-inner {
    width: min(100% - 22px, 1180px);
  }
  .hm-logo img,
  .hm-logo .custom-logo {
    max-height: 52px;
  }
}


/* hm tinted gradient polish pass
   Converts non-white block colour areas into softer tinted fades.
   White backgrounds are intentionally left alone. */
:root {
  --hm-red-gradient: linear-gradient(135deg, #ed1c24 0%, #c9161d 52%, #8f0b10 100%);
  --hm-dark-gradient: linear-gradient(135deg, #0f0f0f 0%, #171717 55%, #250707 100%);
  --hm-soft-green-gradient: linear-gradient(135deg, #e7fff2 0%, #f4fff9 58%, #ffffff 100%);
  --hm-soft-grey-gradient: linear-gradient(135deg, #f6f6f3 0%, #fbfbf8 58%, #ffffff 100%);
  --hm-soft-red-gradient: linear-gradient(135deg, #fff1f1 0%, #fff8f8 58%, #ffffff 100%);
  --hm-soft-blue-gradient: linear-gradient(135deg, #eef6ff 0%, #f8fbff 58%, #ffffff 100%);
}

/* Header and footer-style dark blocks */
.hm-site-header,
.site-header,
.main-header,
.header,
.site-footer,
.footer,
footer {
  background: var(--hm-dark-gradient);
}

/* Primary CTA buttons and red panels */
.hm-header-cta,
.button.primary,
.btn-primary,
.cta-button,
.wp-block-button__link,
input[type="submit"],
button[type="submit"] {
  background: var(--hm-red-gradient);
}

/* Keep outline/secondary buttons clean */
.button.secondary,
.btn-secondary,
.hm-outline-button {
  background: transparent;
}

/* Soft content panels */
.related-links,
.storage-related-links,
.hm-card,
.card,
.service-card,
.feature-card,
.trust-card,
.info-card,
.wp-block-group.has-background:not(.has-white-background-color) {
  background: var(--hm-soft-grey-gradient);
}

/* WhatsApp/video/storage-tour style green sections */
.whatsapp,
.whatsapp-section,
.video-tour,
.storage-tour,
[class*="whatsapp"],
[class*="video-tour"],
[class*="storage-tour"] {
  background: var(--hm-soft-green-gradient);
}

/* Common green inline CTA area from the site */
section:has(a[href*="wa.me"]),
section:has(a[href*="whatsapp"]) {
  background: var(--hm-soft-green-gradient);
}

/* Red-tinted alert/highlight sections */
.alert,
.notice,
.highlight,
.important,
[class*="highlight"],
[class*="cta-panel"] {
  background: var(--hm-soft-red-gradient);
}

/* Avoid making nested links/buttons inherit pale backgrounds */
.related-links a,
.storage-related-links a,
.hm-card a,
.card a,
.service-card a,
.feature-card a {
  background: transparent;
}

/* Better gradient rendering on large blocks */
.related-links,
.storage-related-links,
.hm-card,
.card,
.service-card,
.feature-card,
.trust-card,
.info-card,
.whatsapp-section,
.video-tour,
.storage-tour,
[class*="whatsapp"],
[class*="video-tour"],
[class*="storage-tour"] {
  background-repeat: no-repeat;
  background-size: cover;
}

/* Stronger hover treatment without flat colour blocks */
.hm-header-cta:hover,
.wp-block-button__link:hover,
.cta-button:hover,
input[type="submit"]:hover,
button[type="submit"]:hover {
  filter: brightness(1.06);
  transform: translateY(-1px);
}

/* Prevent old flat black/red declarations later in cascade from overpowering the header */
.hm-site-header .hm-submenu {
  background: linear-gradient(135deg, #151515 0%, #1d1d1d 60%, #270707 100%);
}

.hm-breadcrumbs{max-width:1180px;margin:15px auto;color:#666;font-size:14px}.hm-breadcrumbs a{text-decoration:none}


/* Phase 3 visual authority: real photos, split sections and commercial service pages */
.hm-visual-page .hm-page-header--visual{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(320px,.95fr);gap:34px;align-items:center;margin:28px 0 34px;padding:28px;border-radius:24px;background:linear-gradient(135deg,#f7f7f7 0%,#fff 60%,#fff4f4 100%);box-shadow:0 14px 40px rgba(0,0,0,.06)}
.hm-photo-card{margin:0;border-radius:20px;overflow:hidden;background:#111;box-shadow:0 16px 38px rgba(0,0,0,.14)}
.hm-photo-card img{display:block;width:100%;height:auto;aspect-ratio:4/3;object-fit:cover}
.hm-photo-card--hero img{aspect-ratio:16/11}
.hm-photo-card figcaption{font-size:13px;line-height:1.45;color:#f2f2f2;background:#151515;padding:11px 14px}
.hm-section-split{display:grid;grid-template-columns:minmax(280px,.9fr) minmax(0,1.1fr);gap:30px;align-items:center;margin:42px 0;padding:0}
.hm-section-split--reverse{grid-template-columns:minmax(0,1.1fr) minmax(280px,.9fr)}
.hm-copy-section{margin:42px 0;padding:30px;border-radius:22px;background:linear-gradient(135deg,#fff 0%,#f7f7f7 100%);box-shadow:0 10px 30px rgba(0,0,0,.04)}
.hm-section-copy h2,.hm-copy-section h2{margin-top:0}
.hm-check-list{display:grid;gap:10px;margin:18px 0 0;padding-left:0;list-style:none}
.hm-check-list li{position:relative;padding-left:28px}
.hm-check-list li:before{content:"";position:absolute;left:0;top:.4em;width:14px;height:14px;border-radius:50%;background:#ed1c24;box-shadow:inset 0 0 0 4px #fff}
.hm-related-links{margin:42px 0;padding:28px;border-radius:22px;background:linear-gradient(135deg,#111 0%,#231010 100%);color:#fff}
.hm-related-links h2{color:#fff;margin-top:0}.hm-related-links a{color:#fff;font-weight:800;text-decoration:underline;text-decoration-color:#ed1c24;text-underline-offset:4px}.hm-related-links ul{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px;margin:0;padding-left:18px}
@media(max-width:850px){.hm-visual-page .hm-page-header--visual,.hm-section-split,.hm-section-split--reverse{grid-template-columns:1fr}.hm-section-split--reverse .hm-photo-card{order:-1}.hm-visual-page .hm-page-header--visual{padding:20px}.hm-photo-card img,.hm-photo-card--hero img{aspect-ratio:4/3}}


/* Phase community + transport conversion pass */
.hm-page-header--visual{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(280px,.95fr);gap:34px;align-items:center}
.hm-photo-card{margin:0;border-radius:20px;overflow:hidden;background:#fff;box-shadow:0 18px 40px rgba(0,0,0,.12)}
.hm-photo-card img{display:block;width:100%;height:auto;object-fit:cover}
.hm-photo-card--hero img{min-height:320px;max-height:460px;object-fit:cover}
.hm-photo-card figcaption{font-size:.92rem;color:#555;padding:12px 16px;background:#fff}
.hm-section-split{display:grid;grid-template-columns:minmax(260px,.95fr) minmax(0,1.05fr);gap:34px;align-items:center;margin:54px 0}
.hm-section-split--reverse{grid-template-columns:minmax(0,1.05fr) minmax(260px,.95fr)}
.hm-section-split--reverse .hm-photo-card{order:2}.hm-section-split--reverse .hm-section-copy{order:1}
.hm-copy-section{margin:44px 0;padding:30px;border-radius:22px;background:#f7f7f7}
.hm-check-list{columns:2;gap:34px}.hm-check-list li{break-inside:avoid;margin-bottom:8px}
.hm-community-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;margin:42px 0}
.hm-community-card{background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:22px;padding:26px;box-shadow:0 16px 34px rgba(0,0,0,.08)}
.hm-community-card img{height:110px;width:auto;max-width:100%;object-fit:contain;margin-bottom:18px}
.hm-community-card a{font-weight:800;color:#b40000}
@media(max-width:800px){.hm-page-header--visual,.hm-section-split,.hm-section-split--reverse,.hm-community-grid{grid-template-columns:1fr}.hm-section-split--reverse .hm-photo-card,.hm-section-split--reverse .hm-section-copy{order:initial}.hm-check-list{columns:1}}


/* Homepage visual proof grid */
.hm-home-proof-grid .hm-photo-card{background:#fff;border:1px solid var(--color-border,#e5e5e5);border-radius:12px;overflow:hidden;box-shadow:0 2px 12px rgba(0,0,0,.06);}
.hm-home-proof-grid .hm-photo-card img{width:100%;height:220px;object-fit:cover;display:block;}
.hm-home-proof-grid .hm-photo-card figcaption{font-weight:800;padding:.85rem 1rem;color:var(--color-dark,#181818);}



/* === Hampson & Mealey final aesthetics pass ===
   Keeps the red/black/white/grey brand direction, improves spacing,
   typography, mobile readability, softer gradients and less wall-of-text feel. */

:root {
  --hm-black: #151515;
  --hm-charcoal: #1f1f1f;
  --hm-grey: #f4f4f4;
  --hm-mid-grey: #6f6f6f;
  --hm-white: #ffffff;
  --hm-red: #e0312f;
  --hm-deep-red: #831b1b;
  --hm-soft-shadow: 0 18px 48px rgba(0,0,0,.16);
  --hm-radius: 18px;
}

body {
  line-height: 1.72;
  text-rendering: optimizeLegibility;
}

main p,
.entry-content p,
.hm-page p,
.hm-landing p,
.section p,
.service-content p {
  line-height: 1.75;
  max-width: 74ch;
}

h1, .hero h1 {
  font-size: clamp(2.15rem, 5vw, 4.35rem);
  line-height: 1.05;
  letter-spacing: -0.035em;
}

h2, .section h2 {
  font-size: clamp(1.75rem, 3vw, 2.75rem);
  line-height: 1.15;
  letter-spacing: -0.025em;
  margin-bottom: .8em;
}

h3 {
  font-size: clamp(1.25rem, 2vw, 1.75rem);
  line-height: 1.25;
}

section,
.section,
.hm-section,
.content-section {
  padding-block: clamp(3rem, 7vw, 6.5rem);
}

.container,
.wrap,
.site-container {
  width: min(1120px, calc(100% - 32px));
}

.hero,
.hero--page,
.page-hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 15% 15%, rgba(224,49,47,.30), transparent 34%),
    linear-gradient(135deg, #111 0%, #1b1b1b 48%, #3a1212 100%);
}

.hero::after,
.hero--page::after,
.page-hero::after {
  content: "";
  position: absolute;
  inset: auto -12% -45% auto;
  width: min(520px, 70vw);
  height: min(520px, 70vw);
  background: radial-gradient(circle, rgba(224,49,47,.30), transparent 66%);
  pointer-events: none;
}

.hero .container,
.hero--page .container,
.page-hero .container {
  position: relative;
  z-index: 1;
}

.card,
.service-card,
.blog-card,
.hm-card,
.related-card,
.resource-card,
.trust-card {
  border-radius: var(--hm-radius);
  box-shadow: var(--hm-soft-shadow);
  overflow: hidden;
}

.service-card,
.blog-card,
.related-card,
.resource-card {
  transition: transform .18s ease, box-shadow .18s ease;
}

.service-card:hover,
.blog-card:hover,
.related-card:hover,
.resource-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 24px 58px rgba(0,0,0,.20);
}

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

.service-card img,
.blog-card img,
.gallery img,
.wp-post-image,
.featured-image img {
  object-fit: cover;
}

/* Softer proof/trust strips so they feel less clunky */
.trust-strip,
.stats-strip,
.hm-proof-strip,
.review-strip,
.badge-strip {
  background:
    linear-gradient(135deg, rgba(21,21,21,.98), rgba(44,44,44,.96)),
    radial-gradient(circle at top left, rgba(224,49,47,.24), transparent 38%);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: var(--hm-radius);
  box-shadow: var(--hm-soft-shadow);
  padding: clamp(1.25rem, 3vw, 2.25rem);
  gap: clamp(1rem, 3vw, 2rem);
}

.trust-strip *,
.stats-strip *,
.hm-proof-strip *,
.review-strip *,
.badge-strip * {
  line-height: 1.35;
}

/* Community/accreditation colour accents are allowed, but faded and contained */
.community-card,
.partner-card,
.accreditation-card {
  border-radius: var(--hm-radius);
  padding: clamp(1.25rem, 3vw, 2rem);
  background: linear-gradient(135deg, #ffffff, #f4f4f4);
  border: 1px solid rgba(0,0,0,.08);
}

.community-card--wesham {
  background: linear-gradient(135deg, rgba(0,132,215,.16), rgba(255,255,255,.94));
}

.community-card--atletico {
  background: linear-gradient(135deg, rgba(177,143,74,.24), rgba(255,255,255,.94));
}

.community-card--freckleton {
  background: linear-gradient(135deg, rgba(0,0,0,.12), rgba(255,255,255,.94));
}

.whatsapp-section,
.whatsapp-cta {
  background: linear-gradient(135deg, rgba(18,140,76,.18), rgba(255,255,255,.96));
  border-radius: var(--hm-radius);
}

/* Reduce wall-of-text feel */
.entry-content > p + p,
.hm-page p + p,
.service-content p + p {
  margin-top: 1.05rem;
}

.entry-content h2,
.hm-page h2,
.service-content h2 {
  margin-top: clamp(2rem, 5vw, 4rem);
}

.entry-content ul,
.entry-content ol,
.hm-page ul,
.hm-page ol {
  line-height: 1.75;
  padding-left: 1.3rem;
}

.entry-content li + li,
.hm-page li + li {
  margin-top: .55rem;
}

/* Internal link/resource blocks */
.related-services,
.related-guides,
.internal-links,
.resource-links,
.hm-link-block {
  background: linear-gradient(135deg, #f7f7f7 0%, #fff 100%);
  border: 1px solid rgba(0,0,0,.08);
  border-left: 4px solid var(--hm-red);
  border-radius: var(--hm-radius);
  padding: clamp(1.25rem, 3vw, 2rem);
  margin-block: clamp(2rem, 5vw, 4rem);
}

.related-services a,
.related-guides a,
.internal-links a,
.resource-links a,
.hm-link-block a {
  font-weight: 700;
}

/* CTA blocks should feel confident, not expensive/corporate */
.cta,
.cta-block,
.quote-cta,
.hm-cta {
  background:
    radial-gradient(circle at 0% 0%, rgba(224,49,47,.28), transparent 32%),
    linear-gradient(135deg, #171717 0%, #242424 56%, #451616 100%);
  color: #fff;
  border-radius: var(--hm-radius);
  padding: clamp(1.75rem, 4vw, 3rem);
  box-shadow: var(--hm-soft-shadow);
}

.cta a,
.cta-block a,
.quote-cta a,
.hm-cta a {
  color: #fff;
}

/* Mobile improvements */
@media (max-width: 768px) {
  body {
    line-height: 1.68;
  }

  .container,
  .wrap,
  .site-container {
    width: min(100% - 24px, 1120px);
  }

  section,
  .section,
  .hm-section,
  .content-section {
    padding-block: 2.5rem;
  }

  h1, .hero h1 {
    font-size: clamp(2rem, 10vw, 3rem);
  }

  h2, .section h2 {
    font-size: clamp(1.55rem, 7vw, 2.15rem);
  }

  .hero,
  .hero--page,
  .page-hero {
    min-height: auto;
    padding-block: 3rem;
  }

  .trust-strip,
  .stats-strip,
  .hm-proof-strip,
  .review-strip,
  .badge-strip {
    display: grid !important;
    grid-template-columns: 1fr !important;
    text-align: left;
    padding: 1.25rem;
  }

  .service-card,
  .blog-card,
  .related-card,
  .resource-card,
  .community-card,
  .partner-card,
  .accreditation-card {
    border-radius: 14px;
  }

  .cta,
  .cta-block,
  .quote-cta,
  .hm-cta {
    padding: 1.5rem;
    border-radius: 14px;
  }

  main p,
  .entry-content p,
  .hm-page p,
  .hm-landing p,
  .section p,
  .service-content p {
    max-width: 100%;
  }
}
