/* Snakes in the City — adapted design system (from source globals.css) */
@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@500;600;700;800&family=Manrope:wght@400;500;600;700;800&display=swap');

:root {
  --font-body: "Manrope", "Segoe UI", sans-serif;
  --font-display: "Barlow Condensed", "Arial Narrow", sans-serif;
}

/* Minimal reset to replace Tailwind preflight the source relied on */
.snakes-page h1, .snakes-page h2, .snakes-page h3, .snakes-page h4, .snakes-page h5, .snakes-page h6,
.snakes-page p, .snakes-page figure, .snakes-page ul, .snakes-page ol, .snakes-page dl, .snakes-page blockquote {
  margin: 0;
}
.snakes-page ul, .snakes-page ol { padding: 0; list-style: none; }
/* Tailwind-preflight parity: headings inherit size & weight unless a class rule styles them */
.snakes-page h1, .snakes-page h2, .snakes-page h3, .snakes-page h4, .snakes-page h5, .snakes-page h6 { font-size: inherit; font-weight: inherit; }
.snakes-page button { font: inherit; cursor: pointer; }


:root {
  --ink: #111b15;
  --forest: #15351f;
  --forest-light: #275437;
  --lime: #f1be32;
  --lime-dark: #b77908;
  --cream: #ece3cf;
  --paper: #f8f5ed;
  --muted: #5e695f;
  --line: #d8d0be;
  --white: #ffffff;
  --clay: #b14b2b;
  --shadow: 0 24px 70px rgb(17 27 21 / 16%);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-body), "Segoe UI", sans-serif;
  overflow-x: clip;
}

img {
  max-width: 100%;
  display: block;
  object-fit: cover;
}

a {
  color: inherit;
  text-decoration: none;
}

a,
button,
summary {
  touch-action: manipulation;
  -webkit-tap-highlight-color: rgb(184 242 56 / 24%);
}

:focus-visible {
  outline: 3px solid var(--lime-dark);
  outline-offset: 3px;
}

p {
  line-height: 1.75;
}

.shell {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
}

.utility-bar {
  background: var(--ink);
  color: #dbe8dd;
  font-size: 12px;
}

.utility-inner {
  min-height: 34px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.utility-inner a {
  color: var(--lime);
  font-weight: 750;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  border-bottom: 1px solid rgb(11 42 25 / 10%);
  background: rgb(248 245 237 / 96%);
  backdrop-filter: blur(16px);
}

.header-inner {
  min-height: 92px;
  display: flex;
  align-items: center;
  gap: 30px;
}

.brand {
  margin-right: auto;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  text-transform: uppercase;
}

.brand-logo {
  width: 116px;
  height: auto;
  object-fit: contain;
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  color: var(--forest);
  font-family: var(--font-display), "Arial Narrow", sans-serif;
  font-size: 33px;
  font-weight: 800;
  letter-spacing: 0.01em;
  line-height: 0.72;
}

.brand small {
  margin-top: 9px;
  color: var(--clay);
  font-family: var(--font-display), "Arial Narrow", sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.22em;
}

.brand em {
  max-width: 110px;
  padding-left: 14px;
  border-left: 1px solid var(--line);
  color: var(--muted);
  font-size: 9px;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1.45;
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: 25px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.desktop-nav a:hover {
  color: var(--lime-dark);
}

.mobile-nav {
  display: none;
}

.button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--lime);
  border-radius: 4px;
  padding: 0 24px;
  background: var(--lime);
  color: var(--ink);
  font-size: 13px;
  font-weight: 850;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  transition:
    transform 0.2s ease,
    background 0.2s ease;
}

.button:hover {
  transform: translateY(-2px);
  background: #ffd35d;
}

.button-small {
  min-height: 42px;
  padding-inline: 19px;
}

.button-ghost {
  border-color: rgb(255 255 255 / 44%);
  background: rgb(255 255 255 / 8%);
  color: var(--white);
}

.button-outline {
  border-color: var(--forest);
  background: transparent;
}

.button-dark {
  border-color: var(--ink);
  background: var(--ink);
  color: var(--white);
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--forest);
  font-weight: 780;
}

.text-link span {
  color: var(--lime-dark);
  font-size: 19px;
}

.text-link.light {
  color: var(--white);
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--lime-dark);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.2em;
  line-height: 1.4;
  text-transform: uppercase;
}

.home-hero {
  overflow: hidden;
  background: var(--ink);
  color: var(--white);
}

.home-hero-grid {
  width: min(1480px, 100%);
  min-height: 640px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(580px, 1.14fr);
}

.home-hero-copy-panel {
  position: relative;
  display: flex;
  align-items: center;
  padding: 78px clamp(42px, 5vw, 82px);
  overflow: hidden;
  background:
    radial-gradient(circle at 15% 25%, rgb(241 190 50 / 12%), transparent 32%),
    linear-gradient(145deg, #193c24, #0f2016 72%);
}

.home-hero-copy-panel::after {
  content: "";
  position: absolute;
  right: -170px;
  bottom: -230px;
  width: 500px;
  height: 500px;
  border: 70px solid rgb(241 190 50 / 6%);
  border-radius: 50%;
}

.hero-copy {
  position: relative;
  z-index: 2;
  max-width: 700px;
}

.hero-copy h1 {
  margin: 0;
  font-family: var(--font-display), "Arial Narrow", sans-serif;
  font-size: clamp(72px, 8vw, 116px);
  font-weight: 800;
  letter-spacing: -0.025em;
  line-height: 0.78;
  text-transform: uppercase;
}

.hero-copy h1 span {
  display: block;
  color: var(--lime);
  font-size: 1.16em;
}

.hero-lead {
  max-width: 620px;
  margin: 34px 0 28px;
  color: #e4ebe6;
  font-size: clamp(17px, 1.55vw, 21px);
  line-height: 1.65;
}

.microcopy {
  margin: 18px 0 0;
  color: #aebdb2;
  font-size: 12px;
}

.hero-seal {
  position: absolute;
  z-index: 3;
  right: 32px;
  bottom: 32px;
  width: 126px;
  height: 126px;
  display: grid;
  place-content: center;
  border: 1px solid rgb(241 190 50 / 58%);
  border-radius: 50%;
  color: var(--lime);
  text-align: center;
  transform: rotate(-7deg);
}

.hero-seal strong,
.hero-seal span {
  display: block;
}

.hero-seal strong {
  font-family: var(--font-display), "Arial Narrow", sans-serif;
  font-size: 43px;
  line-height: 0.8;
}

.hero-seal span {
  max-width: 72px;
  margin-top: 8px;
  color: #f8ecd0;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1.35;
  text-transform: uppercase;
}

.home-hero-photo {
  position: relative;
  min-height: 640px;
  overflow: hidden;
  background: #111713;
}

.home-hero-photo::before {
  content: "";
  position: absolute;
  inset: -24px;
  background:
    linear-gradient(rgb(17 23 19 / 62%), rgb(17 23 19 / 62%)),
    url("/wordpress/wp-content/uploads/snakes/red-bellied-black-snake-hero.webp") 58% center / cover;
  filter: blur(20px);
  transform: scale(1.06);
}

.home-hero-photo > img {
  z-index: 1;
  object-fit: cover !important;
  object-position: 58% center;
  filter: brightness(0.82) contrast(1.18) saturate(1.08);
  transform: scale(1.035);
}

.home-hero-photo::after {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 0;
  background:
    radial-gradient(circle at 52% 55%, transparent 27%, rgb(5 9 6 / 58%) 100%),
    linear-gradient(0deg, rgb(5 10 7 / 72%), transparent 52%);
  pointer-events: none;
}

.hero-photo-caption {
  position: absolute;
  z-index: 3;
  right: 32px;
  bottom: 28px;
  color: var(--white);
  text-align: right;
}

.hero-photo-caption span,
.hero-photo-caption strong {
  display: block;
}

.hero-photo-caption span {
  color: var(--lime);
  font-family: var(--font-display), "Arial Narrow", sans-serif;
  font-size: 25px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.hero-photo-caption strong {
  margin-top: 3px;
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.hero-emergency-card {
  position: absolute;
  z-index: 4;
  top: 36px;
  left: 24px;
  min-width: 290px;
  padding: 23px 28px;
  background: var(--lime);
  color: var(--ink);
  box-shadow: var(--shadow);
}

.hero-emergency-card span,
.hero-emergency-card small {
  display: block;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero-emergency-card a {
  display: block;
  margin: 4px 0;
  font-family: var(--font-display), "Arial Narrow", sans-serif;
  font-size: 35px;
  font-weight: 800;
  line-height: 1;
}

.trust-ribbon {
  background: var(--cream);
  border-bottom: 1px solid var(--line);
}

.trust-ribbon-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.trust-ribbon-grid > div {
  min-height: 94px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 18px 26px;
  border-left: 1px solid var(--line);
}

.trust-ribbon-grid > div:last-child {
  border-right: 1px solid var(--line);
}

.trust-ribbon-grid strong,
.trust-ribbon-grid span {
  display: block;
}

.trust-ribbon-grid strong {
  color: var(--forest);
  font-family: var(--font-display), "Arial Narrow", sans-serif;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.trust-ribbon-grid span {
  margin-top: 4px;
  color: var(--muted);
  font-size: 11px;
}

.safety-strip {
  padding: 30px 0;
  background: var(--lime);
}

.safety-strip .eyebrow {
  color: var(--ink);
}

.section-heading.compact {
  display: flex;
  align-items: baseline;
  gap: 20px;
}

.section-heading.compact h2 {
  margin: 0;
  font-family: var(--font-display), "Arial Narrow", sans-serif;
  font-size: 32px;
  font-weight: 500;
}

.step-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  margin-top: 24px;
}

.step {
  display: flex;
  gap: 14px;
  padding-top: 17px;
  border-top: 1px solid rgb(7 20 13 / 35%);
}

.step > span {
  font-family: var(--font-display), "Arial Narrow", sans-serif;
  font-size: 12px;
  font-weight: 800;
}

.step h3,
.step p {
  margin: 0;
}

.step h3 {
  font-size: 16px;
}

.step p {
  margin-top: 5px;
  color: #304019;
  font-size: 13px;
  line-height: 1.55;
}

.section {
  padding-block: 110px;
}

.section-heading {
  margin-bottom: 46px;
}

.section-heading.split {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(260px, 0.7fr);
  align-items: end;
  gap: 80px;
}

.section-heading h2,
.harley-copy h2,
.call-band h2,
.page-hero h1 {
  margin: 0;
  font-family: var(--font-display), "Arial Narrow", sans-serif;
  font-size: clamp(46px, 5.4vw, 74px);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 0.92;
  text-transform: uppercase;
}

.section-heading > p {
  margin: 0;
  color: var(--muted);
}

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

.service-card {
  min-height: 330px;
  display: flex;
  flex-direction: column;
  padding: 30px;
  border: 1px solid var(--line);
  border-top: 5px solid var(--forest);
  background: var(--white);
  box-shadow: 0 10px 30px rgb(17 27 21 / 7%);
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    background 0.2s ease,
    color 0.2s ease;
}

.service-card.featured {
  background: var(--forest);
  color: var(--white);
  border-top-color: var(--lime);
}

.service-card:hover {
  background: var(--lime);
  color: var(--ink);
  transform: translateY(-5px);
  box-shadow: 0 18px 44px rgb(17 27 21 / 15%);
}

.service-number {
  color: var(--lime-dark);
  font-family: var(--font-display), "Arial Narrow", sans-serif;
  font-size: 12px;
  font-weight: 800;
}

.service-card h3 {
  margin: 45px 0 14px;
  font-family: var(--font-display), "Arial Narrow", sans-serif;
  font-size: 31px;
  font-weight: 700;
  line-height: 0.98;
  text-transform: uppercase;
}

.service-card p {
  margin: 0 0 24px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.65;
}

.service-card.featured p {
  color: #c9d7cc;
}

.service-card:hover p {
  color: #304019;
}

.card-arrow {
  margin-top: auto;
  font-size: 13px;
  font-weight: 800;
}

.section-action {
  margin-top: 40px;
  text-align: center;
}

.harley-feature {
  padding-block: 110px;
  overflow: hidden;
  background: var(--forest);
  color: var(--white);
}

.harley-grid {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  align-items: center;
  gap: 90px;
}

.harley-image {
  position: relative;
  min-height: 570px;
  overflow: hidden;
  background: #101a14;
  box-shadow: var(--shadow);
}

.harley-image > img {
  object-position: center 20%;
}

.harley-image::before {
  content: "";
  position: absolute;
  z-index: 2;
  inset: -22px 22px 22px -22px;
  border: 1px solid var(--lime);
  pointer-events: none;
}

.real-photo-label {
  position: absolute;
  z-index: 3;
  right: 18px;
  bottom: 18px;
  padding: 9px 12px;
  background: rgb(17 27 21 / 86%);
  color: var(--white);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.harley-copy .lead {
  margin: 32px 0;
  color: #d2ddd5;
  font-size: 19px;
}

.proof-list {
  margin-bottom: 32px;
  border-top: 1px solid rgb(255 255 255 / 16%);
}

.proof-list p {
  margin: 0;
  padding: 16px 0;
  border-bottom: 1px solid rgb(255 255 255 / 16%);
}

.proof-list span {
  display: inline-block;
  width: 45px;
  color: var(--lime);
  font-family: var(--font-display), "Arial Narrow", sans-serif;
  font-size: 12px;
}

.vehicle-feature {
  padding-block: 100px;
  background: var(--cream);
}

.vehicle-feature .section-heading {
  margin-bottom: 40px;
}

.vehicle-feature .section-heading > div:last-child > p {
  margin-top: 0;
  color: var(--muted);
}

.vehicle-frame {
  position: relative;
  aspect-ratio: 1672 / 941;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgb(11 42 25 / 16%);
  background: var(--ink);
  box-shadow: var(--shadow);
}

.vehicle-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 68%, rgb(4 15 9 / 76%));
  pointer-events: none;
}

.vehicle-frame figcaption {
  position: absolute;
  z-index: 2;
  right: 24px;
  bottom: 20px;
  left: 24px;
  color: var(--white);
  font-size: 11px;
  font-weight: 750;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.story-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.story-card {
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--white);
}

.story-image {
  position: relative;
  min-height: 240px;
  display: block;
  overflow: hidden;
}

.story-image img {
  transition: transform 0.35s ease;
}

.story-card:hover .story-image img {
  transform: scale(1.04);
}

.story-copy {
  padding: 26px;
}

.story-meta {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
}

.story-meta .eyebrow {
  margin: 0;
}

.story-meta time {
  flex: 0 0 auto;
  color: var(--muted);
  font-size: 11px;
  font-weight: 750;
}

.story-copy h3 {
  margin: 0 0 13px;
  font-family: var(--font-display), "Arial Narrow", sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

.story-copy > p:not(.eyebrow) {
  color: var(--muted);
  font-size: 14px;
}

.areas-preview {
  padding-block: 110px;
  background: var(--ink);
  color: var(--white);
}

.light-heading > p {
  color: #b9c6bc;
}

.region-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin-bottom: 38px;
  background: rgb(255 255 255 / 16%);
}

.region-card {
  min-height: 260px;
  padding: 28px;
  background: #0d2115;
}

.region-card h3 {
  margin: 0 0 14px;
  color: var(--lime);
  font-family: var(--font-display), "Arial Narrow", sans-serif;
  font-size: 26px;
  font-weight: 500;
}

.region-card p {
  color: #d0dbd2;
  font-size: 14px;
}

.region-card small {
  color: #91a497;
  line-height: 1.6;
}

.species-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px 16px;
}

.snake-identification-section {
  scroll-margin-top: 110px;
  background:
    linear-gradient(180deg, rgb(242 236 218 / 56%), transparent 34%),
    var(--paper);
}

.snake-identification-section .section-heading a {
  color: var(--forest);
  font-weight: 800;
  text-decoration: underline;
  text-decoration-color: var(--lime);
  text-underline-offset: 3px;
}

.species-card {
  min-width: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--line);
  border-bottom: 4px solid var(--forest);
  border-radius: 2px;
  background: var(--white);
  color: var(--ink);
  box-shadow: 0 12px 30px rgb(17 27 21 / 8%);
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease,
    border-color 0.22s ease;
}

.species-card:hover {
  transform: translateY(-5px);
  border-bottom-color: var(--lime);
  box-shadow: 0 20px 42px rgb(17 27 21 / 15%);
}

.species-card:focus-visible {
  outline: 3px solid var(--lime);
  outline-offset: 3px;
}

.species-image {
  position: relative;
  aspect-ratio: 500 / 334;
  overflow: hidden;
  background: var(--ink);
}

.species-image img {
  transition: transform 0.35s ease;
}

.species-card:hover .species-image img {
  transform: scale(1.035);
}

.species-copy {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 20px 20px 18px;
}

.species-card h3 {
  margin: 0 0 8px;
  font-family: var(--font-display), "Arial Narrow", sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 1;
}

.species-status {
  margin: 0 0 22px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.species-status-danger {
  color: #a3261d;
}

.species-status-caution {
  color: #916219;
}

.species-status-low {
  color: #28613d;
}

.species-copy > span {
  min-height: 44px;
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  color: var(--forest);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.field-section {
  background:
    linear-gradient(180deg, transparent 0 58%, var(--cream) 58% 100%),
    var(--paper);
}

.field-gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.field-card {
  position: relative;
  min-height: 500px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: var(--ink);
  color: var(--white);
  box-shadow: 0 16px 40px rgb(17 27 21 / 13%);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.field-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 52px rgb(17 27 21 / 20%);
}

.field-card-image {
  position: relative;
  min-height: 330px;
  flex: 1;
  overflow: hidden;
}

.field-card-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgb(17 27 21 / 68%), transparent 58%);
}

.field-card-image img {
  transition: transform 0.35s ease;
}

.field-card:hover img {
  transform: scale(1.04);
}

.field-card-copy {
  min-height: 168px;
  padding: 22px;
  border-top: 4px solid var(--lime);
  background: var(--forest);
}

.field-card-copy span {
  color: var(--lime);
  font-size: 9px;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.field-card-copy h3 {
  margin: 9px 0 8px;
  font-family: var(--font-display), "Arial Narrow", sans-serif;
  font-size: 27px;
  font-weight: 700;
  line-height: 0.98;
  text-transform: uppercase;
}

.field-card-copy p {
  margin: 0;
  color: #cdd7d0;
  font-size: 12px;
  line-height: 1.55;
}

.call-band {
  padding-block: 70px;
  background: var(--lime);
}

.call-band-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
}

.call-band h2 {
  max-width: 760px;
}

.call-band p:not(.eyebrow) {
  margin-bottom: 0;
}

.google-reviews {
  padding-block: 90px;
  overflow: hidden;
  background: #eef2ed;
}

.reviews-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 50px;
  margin-bottom: 36px;
}

.reviews-heading h2 {
  margin: 0;
  font-family: var(--font-display), "Arial Narrow", sans-serif;
  font-size: clamp(40px, 5vw, 66px);
  font-weight: 500;
  letter-spacing: -0.055em;
  line-height: 1;
}

.google-summary {
  min-width: 280px;
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
  justify-content: end;
  column-gap: 10px;
  row-gap: 4px;
  text-align: right;
}

.google-summary .review-stars {
  grid-column: 1 / -1;
}

.google-summary strong {
  font-size: 28px;
}

.google-summary span,
.google-summary a {
  color: var(--muted);
  font-size: 12px;
}

.google-summary a {
  grid-column: 1 / -1;
  color: var(--forest);
  font-weight: 800;
}

.reviews-window {
  overflow: hidden;
  -webkit-mask-image: linear-gradient(
    90deg,
    transparent,
    #000 5%,
    #000 95%,
    transparent
  );
  mask-image: linear-gradient(
    90deg,
    transparent,
    #000 5%,
    #000 95%,
    transparent
  );
}

.reviews-track {
  width: max-content;
  display: flex;
  gap: 18px;
  padding: 10px 0 24px;
  animation: review-scroll 50s linear infinite;
}

.reviews-track:hover,
.reviews-track:focus-within {
  animation-play-state: paused;
}

.review-card {
  width: min(410px, calc(100vw - 46px));
  min-height: 285px;
  display: flex;
  flex-direction: column;
  padding: 26px;
  border: 1px solid #d4ddd5;
  background: var(--white);
  box-shadow: 0 12px 34px rgb(4 20 12 / 8%);
  white-space: normal;
}

.review-author {
  display: flex;
  align-items: center;
  gap: 12px;
}

.review-author img,
.review-avatar {
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  border-radius: 50%;
}

.review-avatar {
  display: grid;
  place-items: center;
  background: var(--lime);
  color: var(--ink);
  font-weight: 850;
}

.review-author a,
.review-author strong {
  display: block;
  font-size: 14px;
  font-weight: 800;
}

.review-author small {
  display: block;
  margin-top: 3px;
  color: var(--muted);
  font-size: 11px;
}

.review-stars {
  display: inline-flex;
  margin-top: 22px;
  color: #f6b800;
  font-size: 18px;
  letter-spacing: 0.08em;
}

.review-stars span {
  color: #d6ddd7;
}

.review-card > p {
  margin: 15px 0 22px;
  color: #344039;
  font-size: 14px;
  line-height: 1.65;
}

.review-links {
  margin-top: auto;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  color: var(--forest);
  font-size: 11px;
  font-weight: 800;
}

.connection-label {
  margin-top: auto;
  color: var(--forest);
  font-size: 11px;
  font-weight: 800;
}

.review-placeholder {
  background:
    linear-gradient(135deg, rgb(184 242 56 / 12%), transparent 55%),
    var(--white);
}

.reviews-note {
  margin-top: 8px;
  color: var(--muted);
  font-size: 11px;
  text-align: center;
}

@keyframes review-scroll {
  to {
    transform: translateX(calc(-50% - 9px));
  }
}

@media (prefers-reduced-motion: reduce) {
  .reviews-track {
    animation: none;
  }

  .reviews-window {
    overflow-x: auto;
    -webkit-mask-image: none;
    mask-image: none;
  }
}

.page-hero {
  padding: 74px 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 20%, rgb(241 190 50 / 10%), transparent 26%),
    var(--forest);
  color: var(--white);
}

.page-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.86fr);
  align-items: center;
  gap: 80px;
}

.page-hero-copy .lead {
  max-width: 680px;
  margin: 28px 0;
  color: #d7e1d9;
  font-size: 19px;
}

.page-hero .text-link {
  color: var(--white);
}

.page-hero-image {
  position: relative;
  min-height: 480px;
  border: 10px solid rgb(255 255 255 / 8%);
  box-shadow: var(--shadow);
}

.protective-clothing-hero-image,
.article-portrait-hero-image {
  object-fit: contain !important;
  object-position: center;
  background: #101a14;
}

.article-source-link {
  margin-block: 8px;
}

.article-source-link a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  color: var(--forest);
  font-weight: 800;
  text-decoration: underline;
  text-decoration-color: var(--lime-dark);
  text-underline-offset: 4px;
}

.page-image-label {
  position: absolute;
  z-index: 2;
  right: 14px;
  bottom: 14px;
  padding: 8px 10px;
  background: rgb(17 27 21 / 82%);
  color: var(--white);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.content-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 310px;
  align-items: start;
  gap: 80px;
  padding-block: 90px;
}

.article-content {
  max-width: 780px;
}

.image-disclosure {
  margin: 0 0 40px;
  border-left: 4px solid var(--lime-dark);
  padding: 18px 20px;
  background: #f0eadc;
  color: var(--muted);
  font-size: 13px;
}

.image-disclosure strong {
  display: block;
  color: var(--forest);
  font-size: 14px;
}

.image-disclosure p {
  margin: 6px 0;
  line-height: 1.55;
}

.image-disclosure a {
  color: var(--forest);
  font-weight: 780;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.image-disclosure-real {
  border-left-color: var(--forest);
}

.article-byline {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 16px;
  margin-bottom: 38px;
  border-bottom: 1px solid var(--line);
  padding-bottom: 18px;
  color: var(--muted);
  font-size: 12px;
}

.article-byline strong {
  color: var(--forest);
}

.article-content h2 {
  margin: 54px 0 18px;
  color: var(--forest);
  font-family: var(--font-display), "Arial Narrow", sans-serif;
  font-size: 36px;
  font-weight: 500;
  letter-spacing: -0.035em;
}

.article-content h3 {
  margin: 34px 0 12px;
  font-size: 21px;
}

.article-content p {
  color: #35423a;
  font-size: 17px;
}

.content-list {
  margin: 24px 0;
  padding: 0;
  list-style: none;
}

.content-list li {
  position: relative;
  margin: 10px 0;
  padding-left: 28px;
  color: #35423a;
  line-height: 1.65;
}

.content-list li::before {
  content: "";
  position: absolute;
  top: 0.65em;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--lime-dark);
}

.sidebar-card {
  position: sticky;
  top: 116px;
  padding: 28px;
  background: var(--forest);
  color: var(--white);
}

.sidebar-card h2 {
  margin: 0 0 14px;
  font-family: var(--font-display), "Arial Narrow", sans-serif;
  font-size: 29px;
  font-weight: 500;
}

.sidebar-card p {
  color: #cfdbd1;
  font-size: 14px;
}

.sidebar-card .button {
  width: 100%;
  margin-top: 10px;
}

.directory-grid,
.media-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.directory-card,
.media-card {
  padding: 30px;
  border: 1px solid var(--line);
  border-top: 4px solid var(--forest);
  background: var(--white);
  box-shadow: 0 10px 28px rgb(17 27 21 / 6%);
}

.directory-card h2,
.media-card h2 {
  margin: 0 0 12px;
  font-family: var(--font-display), "Arial Narrow", sans-serif;
  font-size: 29px;
  font-weight: 500;
}

.directory-card p,
.media-card p {
  color: var(--muted);
}

.directory-card small {
  display: block;
  color: var(--forest-light);
  line-height: 1.7;
}

.suburb-directory-section {
  padding-block: 100px;
  background: var(--cream);
}

.suburb-directory {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.suburb-group {
  padding: 30px;
  border: 1px solid var(--line);
  background: var(--white);
}

.suburb-group h3 {
  margin: 0 0 18px;
  color: var(--forest);
  font-family: var(--font-display), "Arial Narrow", sans-serif;
  font-size: 26px;
  font-weight: 500;
}

.suburb-group > div {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.suburb-group a,
.nearby-links a {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 9px 13px;
  background: var(--paper);
  color: var(--forest);
  font-size: 13px;
  font-weight: 750;
}

.suburb-group a:hover,
.nearby-links a:hover {
  border-color: var(--lime-dark);
  background: var(--lime);
}

.breadcrumb-line {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 30px;
  color: var(--muted) !important;
  font-size: 12px !important;
}

.breadcrumb-line > span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.breadcrumb-line a,
.inline-link {
  color: var(--forest);
  font-weight: 780;
  text-decoration: underline;
  text-decoration-color: var(--lime-dark);
  text-underline-offset: 3px;
}

.nearby-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 24px 0 42px;
}

.faq-list {
  border-top: 1px solid var(--line);
}

.faq-list details {
  border-bottom: 1px solid var(--line);
  padding: 18px 0;
}

.faq-list summary {
  cursor: pointer;
  color: var(--forest);
  font-size: 17px;
  font-weight: 800;
}

.faq-list p {
  margin-bottom: 0;
}

.sidebar-link {
  display: block;
  margin-top: 18px;
  color: var(--lime);
  font-size: 13px;
  font-weight: 780;
  text-align: center;
}

.media-card .eyebrow {
  margin-bottom: 10px;
}

.media-card:hover {
  border-color: var(--lime-dark);
  box-shadow: var(--shadow);
}

.trust-panel {
  padding: 34px;
  background: var(--cream);
  border-left: 4px solid var(--lime-dark);
}

.trust-panel h2 {
  margin-top: 0;
  font-family: var(--font-display), "Arial Narrow", sans-serif;
  font-size: 32px;
  font-weight: 500;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
}

.contact-card {
  min-height: 280px;
  padding: 38px;
  background: var(--white);
  border: 1px solid var(--line);
}

.contact-card h2 {
  margin: 0 0 16px;
  font-family: var(--font-display), "Arial Narrow", sans-serif;
  font-size: 34px;
  font-weight: 500;
}

.contact-card .big-link {
  display: block;
  margin: 12px 0;
  color: var(--forest);
  font-size: clamp(22px, 3vw, 34px);
  font-weight: 800;
}

.site-footer {
  padding: 80px 0 28px;
  background: #061009;
  color: var(--white);
}

.footer-brand strong {
  color: var(--white);
}

.footer-brand small {
  color: var(--lime);
}

.footer-brand em {
  border-left-color: rgb(255 255 255 / 20%);
  color: #9bada0;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr repeat(3, 1fr);
  gap: 60px;
}

.footer-grid > div:not(:first-child) {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-brand {
  margin-bottom: 24px;
}

.footer-grid p,
.footer-grid span {
  color: #9bada0;
  font-size: 13px;
}

.footer-grid h2 {
  margin: 0 0 12px;
  color: var(--lime);
  font-size: 12px;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.footer-grid a {
  color: #dfe7e1;
  font-size: 13px;
}

.footer-base {
  margin-top: 60px;
  padding-top: 24px;
  border-top: 1px solid rgb(255 255 255 / 12%);
  display: flex;
  justify-content: space-between;
  color: #728078;
  font-size: 11px;
}

.mobile-call {
  display: none;
}

@media (max-width: 980px) {
  .desktop-nav,
  .header-inner > .button {
    display: none;
  }

  .mobile-nav {
    display: block;
    position: relative;
  }

  .mobile-nav summary {
    min-width: 48px;
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--line);
    border-radius: 999px;
    padding-inline: 13px;
    cursor: pointer;
    font-weight: 800;
    list-style: none;
  }

  .mobile-nav summary::-webkit-details-marker {
    display: none;
  }

  .mobile-nav nav {
    position: absolute;
    z-index: 60;
    top: 56px;
    right: 0;
    width: min(260px, calc(100vw - 28px));
    max-height: calc(100dvh - 130px);
    display: grid;
    overflow-y: auto;
    border: 1px solid var(--line);
    border-radius: 18px;
    padding: 10px;
    background: var(--white);
    box-shadow: var(--shadow);
  }

  .mobile-nav nav a {
    min-height: 46px;
    display: flex;
    align-items: center;
    padding: 10px 12px;
    border-bottom: 1px solid var(--line);
  }

  .mobile-nav nav a:last-child {
    border-bottom: 0;
  }

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

  .hero-proof {
    grid-template-columns: repeat(3, 1fr);
  }

  .hero-proof > p {
    display: none;
  }

  .step-grid,
  .species-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .service-grid,
  .story-grid,
  .region-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .harley-grid,
  .page-hero-grid {
    grid-template-columns: 1fr;
  }

  .story-meta {
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
  }

  .harley-image {
    min-height: 500px;
  }

  .page-hero-image {
    min-height: 400px;
  }

  .content-layout {
    grid-template-columns: 1fr;
  }

  .suburb-directory {
    grid-template-columns: 1fr;
  }

  .sidebar-card {
    position: static;
  }

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

@media (max-width: 680px) {
  .shell {
    width: min(100% - 28px, 1180px);
  }

  .utility-inner span {
    display: none;
  }

  .utility-inner {
    min-height: 44px;
    justify-content: center;
  }

  .header-inner {
    min-height: 70px;
    gap: 12px;
  }

  .brand-logo {
    width: 84px;
  }

  .brand strong {
    font-size: 20px;
  }

  .brand-mark {
    width: 39px;
    height: 39px;
  }

  .home-hero {
    min-height: 680px;
  }

  .home-hero-overlay {
    background: rgb(4 15 9 / 78%);
  }

  .home-hero-inner {
    gap: 36px;
    padding-block: 80px 44px;
  }

  .hero-copy h1 {
    font-size: clamp(50px, 17vw, 64px);
    letter-spacing: -0.06em;
    line-height: 0.86;
  }

  .hero-copy h1 span {
    margin-left: 0;
  }

  .hero-lead {
    margin: 28px 0 24px;
    font-size: 18px;
    line-height: 1.55;
  }

  .hero-copy .button-row .button {
    width: 100%;
  }

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

  .hero-proof > div {
    display: flex;
    align-items: baseline;
    gap: 12px;
    padding: 11px 16px;
  }

  .hero-proof strong {
    font-size: 23px;
  }

  .section,
  .harley-feature,
  .areas-preview,
  .vehicle-feature,
  .suburb-directory-section {
    padding-block: 74px;
  }

  .section-heading {
    margin-bottom: 32px;
  }

  .section-heading.split {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .section-heading h2,
  .harley-copy h2,
  .call-band h2,
  .page-hero h1 {
    font-size: clamp(36px, 11vw, 48px);
    line-height: 1;
  }

  .section-heading.compact {
    display: block;
  }

  .step-grid,
  .service-grid,
  .story-grid,
  .region-grid,
  .species-grid,
  .directory-grid,
  .media-grid,
  .contact-grid,
  .suburb-directory,
  .footer-grid {
    grid-template-columns: 1fr;
  }

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

  .harley-grid {
    gap: 55px;
  }

  .harley-image {
    min-height: 390px;
  }

  .vehicle-frame figcaption {
    right: 14px;
    bottom: 12px;
    left: 14px;
    font-size: 9px;
    letter-spacing: 0.05em;
  }

  .page-hero {
    padding: 54px 0;
  }

  .page-hero-grid {
    gap: 44px;
  }

  .page-hero-image {
    min-height: 310px;
  }

  .call-band-inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .call-band-inner .button {
    width: 100%;
  }

  .text-link {
    min-height: 44px;
    align-items: center;
  }

  .google-reviews {
    padding-block: 72px;
  }

  .reviews-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 24px;
  }

  .google-summary {
    min-width: 0;
    justify-content: start;
    text-align: left;
  }

  .reviews-window {
    -webkit-mask-image: linear-gradient(
      90deg,
      transparent,
      #000 2%,
      #000 98%,
      transparent
    );
    mask-image: linear-gradient(
      90deg,
      transparent,
      #000 2%,
      #000 98%,
      transparent
    );
  }

  .review-card {
    width: calc(100vw - 36px);
    min-height: 270px;
    padding: 22px;
  }

  .review-links a,
  .google-summary a {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
  }

  .content-layout {
    padding-block: 60px;
  }

  .article-content h2 {
    font-size: 31px;
  }

  .directory-card,
  .media-card,
  .suburb-group,
  .contact-card,
  .trust-panel {
    padding: 24px;
  }

  .suburb-group a,
  .nearby-links a {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
  }

  .contact-card a,
  .footer-grid a {
    overflow-wrap: anywhere;
  }

  .footer-grid a {
    min-height: 44px;
    display: flex;
    align-items: center;
  }

  .footer-base {
    flex-direction: column;
    gap: 10px;
  }

  .mobile-call {
    position: fixed;
    z-index: 40;
    right: 12px;
    bottom: max(12px, env(safe-area-inset-bottom));
    left: 12px;
    min-height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: var(--lime);
    color: var(--ink);
    box-shadow: 0 14px 38px rgb(0 0 0 / 35%);
    font-weight: 850;
  }

  .site-footer {
    padding-bottom: calc(95px + env(safe-area-inset-bottom));
  }
}

@media (max-width: 380px) {
  .shell {
    width: calc(100% - 24px);
  }

  .brand {
    gap: 8px;
  }

  .brand-mark {
    width: 36px;
    height: 36px;
    font-size: 24px;
  }

  .brand strong {
    font-size: 18px;
  }

  .brand small {
    letter-spacing: 0.25em;
  }

  .home-hero-inner {
    padding-top: 62px;
  }

  .button {
    padding-inline: 18px;
  }

  .mobile-call {
    font-size: 14px;
  }
}

/* Bold field-guide redesign: responsive refinements */
@media (max-width: 1180px) {
  .home-hero-grid {
    grid-template-columns: minmax(0, 0.92fr) minmax(500px, 1.08fr);
  }

  .home-hero-copy-panel {
    padding-inline: 50px;
  }

  .hero-seal {
    display: none;
  }
}

@media (max-width: 980px) {
  .brand em {
    display: none;
  }

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

  .home-hero-copy-panel {
    min-height: 610px;
    padding: 82px max(34px, calc((100vw - 720px) / 2));
  }

  .home-hero-photo {
    min-height: 0;
    aspect-ratio: 1024 / 563;
  }

  .hero-emergency-card {
    display: none;
  }

  .trust-ribbon-grid,
  .field-gallery {
    grid-template-columns: repeat(2, 1fr);
  }

  .trust-ribbon-grid > div:nth-child(2) {
    border-right: 1px solid var(--line);
  }

  .field-card {
    min-height: 470px;
  }
}

@media (max-width: 680px) {
  .brand strong {
    font-size: 25px;
  }

  .brand small {
    margin-top: 7px;
    font-size: 12px;
  }

  .home-hero {
    min-height: 0;
  }

  .home-hero-copy-panel {
    min-height: 0;
    padding: 62px 22px 54px;
  }

  .hero-copy h1 {
    font-size: clamp(58px, 18vw, 76px);
    line-height: 0.79;
  }

  .hero-lead {
    margin-top: 26px;
    font-size: 16px;
  }

  .home-hero-photo {
    min-height: 0;
    aspect-ratio: 1024 / 563;
  }

  .home-hero-photo > img {
    object-position: 58% center;
  }

  .hero-emergency-card {
    display: none;
  }

  .hero-emergency-card a {
    font-size: 28px;
  }

  .hero-photo-caption {
    right: 18px;
    bottom: 18px;
  }

  .trust-ribbon-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .trust-ribbon-grid > div {
    min-height: 96px;
    padding: 16px;
  }

  .trust-ribbon-grid strong {
    font-size: 19px;
  }

  .trust-ribbon-grid > div:nth-child(odd) {
    border-left: 0;
  }

  .trust-ribbon-grid > div:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }

  .trust-ribbon-grid > div:last-child {
    border-right: 0;
  }

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

  .species-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px 10px;
  }

  .species-copy {
    padding: 15px 14px 13px;
  }

  .species-card h3 {
    min-height: 38px;
    font-size: 20px;
  }

  .species-status {
    min-height: 30px;
    margin-bottom: 12px;
    font-size: 10px;
  }

  .species-copy > span {
    min-height: 42px;
    font-size: 10px;
  }

  .field-card {
    min-height: 460px;
  }

  .field-card-image {
    min-height: 310px;
  }

  .field-card-copy {
    min-height: 150px;
  }

  .real-photo-label {
    right: 12px;
    bottom: 12px;
  }

  .page-hero-image {
    border-width: 6px;
  }

  .mobile-call {
    border-radius: 4px;
    background: var(--lime);
    color: var(--ink);
    text-transform: uppercase;
    letter-spacing: 0.03em;
  }
}

@media (max-width: 380px) {
  .hero-copy h1 {
    font-size: 54px;
  }

  .hero-emergency-card {
    right: 14px;
  }

  .trust-ribbon-grid {
    grid-template-columns: 1fr;
  }

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

  .species-card h3,
  .species-status {
    min-height: 0;
  }

  .trust-ribbon-grid > div {
    min-height: 80px;
    border-right: 0 !important;
    border-bottom: 1px solid var(--line);
  }
}
