:root {
  --forest: #173b2c;
  --leaf: #4d7c3b;
  --moss: #8ba46d;
  --berry: #b14469;
  --copper: #c9823b;
  --ink: #18231d;
  --muted: #5d6a61;
  --line: #d8dfd6;
  --paper: #ffffff;
  --mist: #f3f7f1;
  --warm: #fff7ed;
  --sky: #eef5f6;
  --shadow: 0 18px 50px rgba(18, 36, 27, 0.16);
  --max: 1160px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--paper);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.55;
}

img,
video {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

.skip-link {
  position: absolute;
  left: 16px;
  top: -80px;
  z-index: 20;
  padding: 10px 14px;
  background: var(--forest);
  color: #fff;
}

.skip-link:focus {
  top: 16px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid rgba(23, 59, 44, 0.1);
  backdrop-filter: blur(14px);
}

.nav {
  max-width: var(--max);
  min-height: 54px;
  margin: 0 auto;
  padding: 8px 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  overflow: hidden;
}

.brand {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  min-width: 0;
  color: var(--forest);
  font-size: 1rem;
  font-weight: 900;
  white-space: nowrap;
}

.brand img {
  display: none;
}

.brand span {
  display: block;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 0.92rem;
  color: #2d4035;
  max-width: 100%;
}

.nav-links a {
  text-decoration: none;
  font-weight: 700;
  flex: 0 0 auto;
}

.nav-links a:hover {
  color: var(--berry);
}

.nav-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 18px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-weight: 800;
  text-decoration: none;
}

.nav-cta,
.button-primary {
  background: var(--forest);
  color: #fff;
}

.button-secondary {
  background: #fff;
  color: var(--forest);
  border-color: rgba(23, 59, 44, 0.24);
}

.button-berry {
  background: var(--berry);
  color: #fff;
}

.hero {
  display: block;
  position: relative;
  overflow: hidden;
  padding: clamp(26px, 5vw, 68px) 0 clamp(24px, 4vw, 48px);
  background: #eef5f1;
  color: var(--ink);
}

.hero::after {
  display: none;
}

.hero-inner {
  width: min(1080px, calc(100% - 40px));
  margin: 0 auto;
  padding: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: center;
  justify-items: center;
}

.hero-client-logo {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 8px;
  max-height: min(72vh, 720px);
  object-fit: contain;
  background: #fff;
  box-shadow: 0 18px 44px rgba(23, 63, 47, 0.12);
}

.hero-intro {
  padding: 46px 0 50px;
  background: #fff;
}

.hero-intro .eyebrow {
  color: var(--berry);
}

.hero-intro h1 {
  color: var(--forest);
}

.eyebrow {
  margin: 0 0 12px;
  color: #ffd8a8;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0;
}

h1,
h2,
h3 {
  margin: 0;
  line-height: 1.08;
  letter-spacing: 0;
}

h1 {
  max-width: 720px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 4.2rem;
  font-weight: 800;
}

.hero-copy {
  max-width: 670px;
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 1.18rem;
}

.hero-actions,
.page-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.trust-strip {
  background: linear-gradient(180deg, #fff, var(--warm));
  border-bottom: 1px solid rgba(23, 59, 44, 0.1);
}

.logo-feature {
  padding: 42px 0 30px;
  background: linear-gradient(180deg, #fff, var(--warm));
  border-bottom: 1px solid var(--line);
  overflow: hidden;
}

.logo-feature-inner {
  width: min(780px, calc(100% - 44px));
  margin: 0 auto;
}

.jmc-logo-motion {
  position: relative;
  width: 100%;
  aspect-ratio: 1536 / 900;
  isolation: isolate;
  transform: translateZ(0);
}

.jmc-animal-wrap {
  position: absolute;
  left: 1.8%;
  right: 1.8%;
  top: 1.2%;
  height: 60%;
  z-index: 1;
  pointer-events: none;
}

.jmc-animal-lineup-box {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -7%;
  aspect-ratio: 1692 / 810;
  filter: drop-shadow(0 18px 20px rgba(44, 27, 14, 0.18));
}

.jmc-animal-lineup,
.jmc-animal-shadow,
.jmc-motion-patch {
  position: absolute;
  display: block;
}

.jmc-animal-lineup,
.jmc-animal-shadow {
  left: 0;
  width: 100%;
  transform-origin: center bottom;
}

.jmc-animal-lineup {
  bottom: 0;
  z-index: 10;
  animation: jmcLineupBreath 8.5s ease-in-out infinite;
}

.jmc-animal-shadow {
  bottom: -1%;
  opacity: 0.62;
  transform: translateY(24px) scaleY(0.16);
  filter: blur(4px);
  z-index: 1;
}

.jmc-motion-patch {
  height: auto;
  z-index: 20;
  opacity: 0.98;
  transform-origin: center 78%;
}

.jmc-head-1 { left: 1.18%; top: 29.38%; width: 24.23%; animation: jmcHeadLookA 8.6s ease-in-out infinite; }
.jmc-head-2 { left: 20.39%; top: 0; width: 19.92%; animation: jmcHeadLookB 9.2s ease-in-out infinite; }
.jmc-head-3 { left: 39.13%; top: 13.83%; width: 18.91%; animation: jmcHeadLookC 8.1s ease-in-out infinite; }
.jmc-head-4 { left: 56.03%; top: 14.57%; width: 17.97%; animation: jmcHeadLookD 8.8s ease-in-out infinite; }
.jmc-head-5 { left: 70.33%; top: 5.93%; width: 17.97%; animation: jmcCatLookA 9.8s ease-in-out infinite; }
.jmc-head-6 { left: 84.4%; top: 14.32%; width: 15.37%; animation: jmcCatLookB 9.4s ease-in-out infinite; }

.jmc-logo-panel {
  position: absolute;
  left: 4.2%;
  right: 4.2%;
  bottom: 0.8%;
  height: 39.5%;
  z-index: 2;
  display: grid;
  place-items: center;
  padding: 3.6% 6.7% 2.9%;
  border: clamp(3px, 0.6vw, 7px) solid var(--copper);
  border-radius: clamp(16px, 2.5vw, 34px);
  background: #fffdf8;
  box-shadow: 0 18px 42px rgba(37, 24, 13, 0.16);
}

.jmc-logo-panel::before {
  content: "";
  position: absolute;
  inset: 3.4%;
  border: 2px solid rgba(201, 141, 79, 0.48);
  border-radius: clamp(10px, 1.8vw, 24px);
}

.jmc-wordmark {
  position: relative;
  z-index: 21;
  width: 100%;
  text-align: center;
}

.jmc-brand-name {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
  font-size: clamp(28px, 5.9vw, 72px);
  line-height: 0.96;
  letter-spacing: 0;
  white-space: nowrap;
  color: #17120e;
}

.jmc-rule {
  width: min(64%, 680px);
  height: 3px;
  margin: 1.1% auto 1.3%;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, var(--copper), transparent);
}

.jmc-strap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(12px, 2vw, 24px);
  font-size: clamp(14px, 2.2vw, 27px);
  font-weight: 800;
  color: #302821;
  line-height: 1.08;
}

.jmc-paw {
  width: clamp(26px, 4vw, 48px);
  height: clamp(26px, 4vw, 48px);
  flex: 0 0 auto;
  color: var(--copper);
  animation: jmcPawPulse 5.8s ease-in-out infinite;
}

@keyframes jmcLineupBreath {
  0%, 100% { transform: translateY(0) scale(1); }
  48% { transform: translateY(-2px) scale(1.002); }
}

@keyframes jmcHeadLookA {
  0%, 100% { transform: translateX(0) rotate(0deg) scale(1); }
  34% { transform: translateX(2px) rotate(0.55deg) scale(1.002); }
  68% { transform: translateX(-2px) rotate(-0.38deg) scale(1.001); }
}

@keyframes jmcHeadLookB {
  0%, 100% { transform: translateX(0) rotate(0deg) scale(1); }
  38% { transform: translateX(-2px) rotate(-0.42deg) scale(1.002); }
  72% { transform: translateX(1px) rotate(0.24deg) scale(1.001); }
}

@keyframes jmcHeadLookC {
  0%, 100% { transform: translateX(0) rotate(0deg) scale(1); }
  36% { transform: translateX(2px) rotate(0.28deg) scale(1.002); }
  70% { transform: translateX(-1px) rotate(-0.22deg) scale(1.001); }
}

@keyframes jmcHeadLookD {
  0%, 100% { transform: translateX(0) rotate(0deg) scale(1); }
  38% { transform: translateX(1px) rotate(0.34deg) scale(1.002); }
  72% { transform: translateX(-2px) rotate(-0.24deg) scale(1.001); }
}

@keyframes jmcCatLookA {
  0%, 100% { transform: translateX(0) rotate(0deg) scale(1); }
  32% { transform: translateX(-1px) rotate(-0.18deg) scale(1.001); }
  64% { transform: translateX(1px) rotate(0.22deg) scale(1.001); }
}

@keyframes jmcCatLookB {
  0%, 100% { transform: translateX(0) rotate(0deg) scale(1); }
  44% { transform: translateX(1px) rotate(0.16deg) scale(1.001); }
  70% { transform: translateX(-1px) rotate(-0.18deg) scale(1); }
}

@keyframes jmcPawPulse {
  0%, 100% { transform: scale(1); }
  45% { transform: scale(1.05); }
  56% { transform: scale(0.98); }
}

.trust-inner {
  max-width: var(--max);
  margin: 0 auto;
  padding: 22px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.trust-item {
  display: grid;
  gap: 5px;
  min-height: 116px;
  align-content: center;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(18, 36, 27, 0.08);
  color: var(--forest);
}

.trust-item strong {
  font-size: 1.18rem;
  line-height: 1.1;
}

.trust-item span {
  color: var(--muted);
  font-weight: 700;
  line-height: 1.35;
}

.trust-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--berry);
  flex: 0 0 auto;
}

main {
  background: #fff;
}

section,
.page-section {
  padding: 76px 0;
}

.section-inner,
.page-inner {
  width: min(var(--max), calc(100% - 44px));
  margin: 0 auto;
}

.section-head {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 1fr);
  gap: 38px;
  align-items: end;
  margin-bottom: 34px;
}

.kicker {
  margin: 0 0 10px;
  color: var(--berry);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0;
}

h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2.45rem;
  color: var(--forest);
}

h3 {
  font-size: 1.18rem;
  color: var(--forest);
}

.lede,
.section-head p {
  margin: 0;
  color: var(--muted);
  font-size: 1.08rem;
}

.service-grid,
.feature-grid,
.faq-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.service-card,
.feature-card,
.faq-card,
.quote-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 24px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(18, 36, 27, 0.07);
}

.service-card {
  min-height: 250px;
}

.service-icon {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  margin-bottom: 18px;
  color: var(--forest);
  border-radius: 8px;
  background: var(--sky);
}

.service-card:nth-child(2) .service-icon {
  background: #f7e4f0;
}

.service-card:nth-child(3) .service-icon {
  background: #f7eadb;
}

.service-card p,
.feature-card p,
.faq-card p,
.quote-card p {
  color: var(--muted);
}

.service-card small {
  color: var(--berry);
  font-weight: 800;
}

.service-card h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.28rem;
  line-height: 1.16;
}

.service-card h3 {
  font-size: 1.34rem;
}

.tick-list {
  display: grid;
  gap: 10px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.tick-list li {
  position: relative;
  padding-left: 28px;
  color: var(--muted);
  font-weight: 700;
}

.tick-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.56em;
  width: 13px;
  height: 8px;
  border-left: 3px solid var(--leaf);
  border-bottom: 3px solid var(--leaf);
  transform: rotate(-45deg);
}

.image-band {
  background: linear-gradient(180deg, #f8fbf9, var(--sky));
}

.story-layout,
.split-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.9fr);
  gap: 44px;
  align-items: center;
}

.story-copy p,
.split-copy p {
  color: var(--muted);
}

.split-copy .feature-grid {
  grid-template-columns: 1fr;
}

.photo-stack {
  display: grid;
  gap: 12px;
}

.photo-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(23, 59, 44, 0.12);
  border-radius: 8px;
  background: var(--mist);
  box-shadow: var(--shadow);
}

.photo-card img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.photo-badge {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  display: grid;
  gap: 4px;
  padding: 16px 18px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--ink);
}

.photo-badge strong {
  color: var(--forest);
  font-size: 1.05rem;
}

.photo-badge span {
  color: var(--muted);
  font-weight: 700;
}

.photo-stack img,
.gallery-grid img,
.wide-photo img,
.service-photo img {
  width: 100%;
  height: auto;
  object-fit: contain;
  background: var(--mist);
  border-radius: 8px;
}

.photo-stack img:first-child {
  aspect-ratio: auto;
}

.photo-stack img:nth-child(2) {
  aspect-ratio: auto;
}

.wide-photo {
  overflow: visible;
  border-radius: 8px;
}

.gallery-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr 1fr;
  gap: 14px;
}

.gallery-grid figure {
  margin: 0;
  min-height: 0;
}

.gallery-grid figure:nth-child(1) {
  grid-row: span 2;
}

.gallery-grid figcaption {
  margin-top: 8px;
  color: var(--muted);
  font-size: 0.95rem;
}

.cta-band {
  background: var(--forest);
  color: #fff;
}

.process-band {
  padding: 70px 0;
  background: var(--forest);
  color: #fff;
}

.process-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(320px, 1.2fr);
  gap: 38px;
  align-items: start;
}

.process-band h2 {
  color: #ffd8a8;
}

.process-band p {
  color: rgba(255, 255, 255, 0.82);
}

.process-band .step {
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
}

.process-band .step::before {
  background: #ffd8a8;
  color: var(--forest);
}

.process-band .step h3 {
  color: #fff;
}

.process-band .step p {
  margin: 7px 0 0;
}

.owner-band {
  background: var(--warm);
}

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

.quote-card h3 {
  font-size: 1.22rem;
}

.cta-band h2 {
  color: #fff;
}

.cta-band p {
  color: rgba(255, 255, 255, 0.82);
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1fr);
  gap: 30px;
  max-width: 100%;
}

.contact-page-layout {
  align-items: start;
}

.contact-card {
  display: grid;
  gap: 18px;
  min-width: 0;
  max-width: 100%;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(18, 36, 27, 0.07);
}

.contact-method {
  display: grid;
  gap: 4px;
  padding-top: 14px;
  border-top: 1px solid var(--line);
}

.contact-method span {
  color: var(--berry);
  font-weight: 900;
  text-transform: uppercase;
  font-size: 0.82rem;
}

.contact-method a {
  color: var(--forest);
  font-size: 1.08rem;
  font-weight: 800;
  overflow-wrap: anywhere;
}

.contact-method p {
  margin: 0;
  color: var(--muted);
}

.enquiry-form {
  display: grid;
  gap: 14px;
  min-width: 0;
  max-width: 100%;
}

.enquiry-form label {
  display: grid;
  gap: 7px;
  min-width: 0;
  max-width: 100%;
  color: var(--forest);
  font-weight: 800;
}

.enquiry-form input,
.enquiry-form select,
.enquiry-form textarea {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 46px;
  padding: 12px 13px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  color: var(--ink);
  font: inherit;
  -webkit-text-size-adjust: 100%;
}

.enquiry-form textarea {
  min-height: 142px;
  resize: vertical;
}

.enquiry-form input:focus,
.enquiry-form select:focus,
.enquiry-form textarea:focus {
  outline: 3px solid rgba(177, 68, 105, 0.2);
  border-color: var(--berry);
}

.checkbox-label {
  grid-template-columns: 20px minmax(0, 1fr);
  align-items: start;
  gap: 10px;
  color: var(--muted);
  font-weight: 700;
}

.checkbox-label input {
  width: 18px;
  min-height: 18px;
  margin-top: 4px;
}

.honeypot {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.form-note {
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
}

.form-note a {
  color: var(--forest);
  font-weight: 800;
}

.contact-panel {
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  padding: 24px;
  background: rgba(255, 255, 255, 0.08);
}

.contact-list {
  display: grid;
  gap: 14px;
  margin: 0;
}

.contact-list div {
  display: grid;
  gap: 2px;
}

.contact-list dt {
  color: #ffd8a8;
  font-weight: 900;
}

.contact-list dd {
  margin: 0;
  color: #fff;
}

.page-hero {
  background: var(--mist);
  border-bottom: 1px solid var(--line);
}

.page-hero .page-inner {
  display: grid;
  grid-template-columns: minmax(0, 780px);
  gap: 38px;
  align-items: center;
  padding: 42px 0;
}

.page-hero .page-inner > * {
  min-width: 0;
}

.page-hero h1 {
  color: var(--forest);
  font-size: 3.2rem;
}

.page-hero p {
  max-width: 720px;
  color: var(--muted);
  font-size: 1.12rem;
}

.page-logo {
  display: none;
}

.service-photo {
  overflow: visible;
  border-radius: 8px;
}

.steps {
  counter-reset: step;
  display: grid;
  gap: 14px;
}

.step {
  counter-increment: step;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
}

.step::before {
  content: counter(step);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--berry);
  color: #fff;
  font-weight: 900;
}

.site-footer {
  background: #101f17;
  color: rgba(255, 255, 255, 0.84);
}

.footer-inner {
  width: min(var(--max), calc(100% - 44px));
  margin: 0 auto;
  padding: 36px 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 22px;
}

.footer-inner a {
  color: #fff;
  text-decoration: none;
  font-weight: 700;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.animal-lineup {
  max-width: 760px;
  margin: 36px auto 0;
}

.notice {
  border-left: 4px solid var(--berry);
  padding: 14px 18px;
  background: var(--warm);
  color: #503527;
}

.info-list,
.check-list {
  display: grid;
  gap: 12px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.info-list li,
.check-list li {
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

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

.gallery-page-grid figure {
  margin: 0;
}

.gallery-page-grid img {
  width: 100%;
  height: auto;
  object-fit: contain;
  background: var(--mist);
  border-radius: 8px;
}

.gallery-page-grid figcaption {
  margin-top: 8px;
  color: var(--muted);
  font-size: 0.95rem;
}

.quote-card strong {
  color: var(--forest);
}

@media (prefers-reduced-motion: reduce) {
  .jmc-animal-lineup,
  .jmc-motion-patch,
  .jmc-paw {
    animation: none;
  }
}

@media (max-width: 920px) {
  .nav {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  .nav-links {
    width: 100%;
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .hero-inner {
    grid-template-columns: 1fr;
  }

  h1 {
    font-size: 3.2rem;
  }

  .trust-inner,
  .service-grid,
  .feature-grid,
  .faq-grid,
  .process-layout,
  .confidence-grid,
  .section-head,
  .story-layout,
  .split-layout,
  .contact-layout,
  .page-hero .page-inner {
    grid-template-columns: 1fr;
  }

  .page-logo {
    justify-self: start;
  }

  .gallery-grid {
    grid-template-columns: 1fr 1fr;
  }

  .gallery-page-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 620px) {
  .nav,
  .section-inner,
  .page-inner,
  .footer-inner,
  .hero-inner {
    width: min(calc(100% - 28px), var(--max));
  }

  .brand img {
    display: none;
  }

  .brand {
    align-self: center;
    min-width: 0;
  }

  .nav-links {
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    font-size: 0.9rem;
    overflow-x: visible;
  }

  .hero {
    padding: 22px 0 24px;
  }

  .hero-inner {
    width: min(calc(100% - 28px), 118vh);
  }

  .hero-client-logo {
    max-height: 62vh;
  }

  h1,
  .page-hero h1 {
    font-size: 2.45rem;
  }

  h2 {
    font-size: 2rem;
  }

  section,
  .page-section {
    padding: 54px 0;
  }

  .trust-inner,
  .gallery-grid,
  .gallery-page-grid,
  .contact-layout,
  .footer-inner {
    grid-template-columns: 1fr;
  }

  .contact-page-layout {
    width: min(calc(100% - 28px), var(--max));
    gap: 18px;
  }

  .contact-card {
    width: 100%;
    padding: 18px;
    overflow: hidden;
  }

  .contact-card h2 {
    font-size: clamp(1.55rem, 8vw, 2rem);
    overflow-wrap: anywhere;
  }

  .enquiry-form {
    width: 100%;
    gap: 12px;
  }

  .enquiry-form label {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    gap: 6px;
    font-size: 0.96rem;
    line-height: 1.35;
  }

  .enquiry-form input,
  .enquiry-form select,
  .enquiry-form textarea {
    display: block;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    font-size: 16px;
    line-height: 1.35;
  }

  .checkbox-label {
    display: grid;
    grid-template-columns: 20px minmax(0, 1fr);
    align-items: start;
  }

  .checkbox-label input {
    width: 18px;
    min-width: 18px;
  }

  .page-hero h1 {
    font-size: clamp(2rem, 9vw, 2.35rem);
  }

  .logo-feature-inner {
    width: min(100% - 20px, var(--max));
  }

  .jmc-logo-motion {
    width: 100%;
    transform: none;
  }

  .jmc-logo-panel {
    bottom: 4.5%;
    height: 42%;
    padding: 4.2% 6.4% 3.4%;
  }

  .jmc-animal-wrap {
    top: 4%;
    height: 55%;
    left: 0;
    right: 0;
  }

  .jmc-brand-name {
    font-size: clamp(25px, 7.6vw, 44px);
  }

  .jmc-strap {
    gap: 9px;
    font-size: clamp(13px, 3.6vw, 21px);
  }

  .hero-actions,
  .page-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .hero-actions .button,
  .page-actions .button,
  .contact-panel .button {
    width: 100%;
  }
}
