:root {
  --green: #63b814;
  --green-bright: #74d21a;
  --green-dark: #2f7f0c;
  --black: #050505;
  --charcoal: #111111;
  --white: #ffffff;
  --paper: #f7f7f3;
  --ink: #111111;
  --muted: #5b5f58;
  --line: #d8ddd1;
  --radius: 18px;
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.2);
  --body-font: Arial, Helvetica, sans-serif;
  --display-font: "Arial Black", "Arial Bold", Arial, Helvetica, sans-serif;
  --junky-chat-viewport-height: 100dvh;
  --junky-chat-viewport-top: 0px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  min-width: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--body-font);
  line-height: 1.45;
  overflow-x: hidden;
}

body,
input,
textarea,
button {
  font-family: var(--body-font);
}

h1,
h2,
h3,
.poster-kicker,
.brand-copy,
.btn,
.nav-actions,
.pricing-card {
  font-family: var(--display-font);
  letter-spacing: 0;
}

a {
  color: inherit;
}

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

input,
textarea,
button {
  min-width: 0;
}

.skip-link {
  position: absolute;
  left: 1rem;
  top: -4rem;
  z-index: 20;
  padding: 0.75rem 1rem;
  border-radius: 999px;
  background: var(--green-bright);
  color: var(--black);
  font-weight: 900;
}

.skip-link:focus {
  top: 1rem;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.container {
  width: min(1140px, calc(100% - 32px));
  max-width: 100%;
  margin-inline: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 4px solid var(--black);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  backdrop-filter: blur(14px);
}

.header-inner {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.brand {
  min-width: 0;
  display: none;
  align-items: center;
  gap: 0.75rem;
  color: var(--black);
  text-decoration: none;
  text-transform: uppercase;
}

.brand-mark {
  width: 64px;
  height: 64px;
  flex: 0 0 auto;
  border-radius: 50%;
  object-fit: cover;
}

.brand-copy {
  display: grid;
  line-height: 1.05;
}

.brand-copy strong {
  font-size: clamp(1.2rem, 3.5vw, 1.7rem);
}

.brand-copy span {
  color: var(--green-dark);
  font-size: clamp(1rem, 2.6vw, 1.35rem);
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  font-size: 1.06rem;
  text-transform: uppercase;
}

.nav-actions a {
  min-height: 44px;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 0.65rem 0.9rem;
  border-radius: 999px;
  text-decoration: none;
}

.nav-actions a:hover {
  background: #eef3e7;
}

.nav-phone {
  gap: 0.45rem;
  background: var(--black);
  color: var(--white);
}

.nav-phone:hover {
  background: var(--green);
  color: var(--black);
}

.nav-phone svg,
.btn svg,
.contact-box svg,
.mobile-cta svg {
  width: 1.1rem;
  height: 1.1rem;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.35;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hero {
  position: relative;
  overflow: hidden;
  padding: clamp(54px, 7vw, 92px) 0 clamp(34px, 5vw, 68px);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.88) 0%, rgba(247, 247, 243, 0.88) 58%, rgba(5, 5, 5, 0.08) 100%),
    var(--paper);
}

.hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 120px;
  background:
    linear-gradient(8deg, var(--black) 0 36%, transparent 37%),
    linear-gradient(-8deg, rgba(0, 0, 0, 0.18) 0 30%, transparent 31%);
  pointer-events: none;
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(360px, 1.12fr);
  align-items: center;
  gap: clamp(28px, 4vw, 56px);
}

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

.poster-kicker {
  margin: 0 0 0.85rem;
  color: var(--black);
  font-size: clamp(1.35rem, 3.4vw, 2.45rem);
  line-height: 1;
  text-transform: uppercase;
  transform: skew(-3deg);
}

.hero .poster-kicker {
  color: var(--green-dark);
}

h1,
h2 {
  margin: 0;
  font-weight: 900;
  text-transform: uppercase;
}

h1 {
  max-width: 620px;
  font-size: clamp(3.2rem, 7.8vw, 6.45rem);
  line-height: 1;
  text-wrap: balance;
}

.hero-subhead {
  max-width: 590px;
  margin: 1.2rem 0 0;
  color: #343832;
  font-size: clamp(1.08rem, 2.1vw, 1.35rem);
  font-weight: 800;
}

.hero-actions {
  margin-top: 2rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.btn {
  min-height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  min-width: 0;
  max-width: 100%;
  padding: 0.98rem 1.15rem;
  border: 3px solid var(--black);
  border-radius: 999px;
  font-size: 1.1rem;
  line-height: 1.05;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  overflow-wrap: anywhere;
  white-space: normal;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-primary {
  background: var(--green);
  color: var(--black);
  box-shadow: 8px 8px 0 var(--black);
}

.btn-primary:hover {
  background: var(--green-bright);
}

.btn-outline {
  background: var(--white);
  color: var(--black);
}

.phone-line {
  margin: 1.2rem 0 0;
  font-size: 1.05rem;
  font-weight: 900;
}

.phone-line a {
  color: var(--green-dark);
  text-decoration-thickness: 3px;
  text-underline-offset: 4px;
}

.hero-media {
  position: relative;
  min-width: 0;
  min-height: 0;
  display: grid;
  align-items: end;
  overflow: visible;
}

.hero-media img {
  width: 100%;
  max-width: 100%;
  height: auto;
  filter: drop-shadow(0 24px 30px rgba(0, 0, 0, 0.24));
}

.hero-quote-card {
  position: absolute;
  left: 0;
  bottom: 22px;
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 0.85rem;
  align-items: center;
  min-width: min(360px, 92%);
  padding: 1rem 1.1rem;
  color: var(--black);
  background: var(--green);
  border: 4px solid var(--black);
  box-shadow: 8px 8px 0 var(--black);
  transform: rotate(-1.5deg);
}

.hero-quote-card strong,
.hero-quote-card span:not(.chat-icon) {
  font-family: var(--display-font);
  text-transform: uppercase;
}

.hero-quote-card strong {
  font-size: clamp(1.65rem, 4vw, 2.15rem);
  line-height: 1;
}

.hero-quote-card span:not(.chat-icon) {
  grid-column: 2;
  color: var(--white);
  font-size: 1.25rem;
  line-height: 1.08;
}

.chat-icon {
  grid-row: span 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  color: var(--white);
  background: var(--black);
}

.chat-icon svg {
  width: 30px;
  height: 30px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.services,
.contact,
.site-footer {
  background: var(--black);
  color: var(--white);
}

.services {
  padding: clamp(62px, 8vw, 92px) 0;
}

.service-areas,
.nearby-section {
  padding: clamp(62px, 8vw, 92px) 0;
  background: var(--white);
}

.area-intro {
  max-width: 820px;
  margin: -0.6rem auto 2rem;
  color: #343832;
  font-size: 1.1rem;
  font-weight: 800;
  text-align: center;
}

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

.area-card {
  min-width: 0;
  display: grid;
  align-content: start;
  gap: 0.78rem;
  min-height: 252px;
  padding: 1.1rem;
  border: 3px solid var(--black);
  border-radius: 14px;
  background: var(--paper);
  box-shadow: 6px 6px 0 var(--green);
}

.area-card h3,
.area-card p {
  margin: 0;
}

.area-card h3 {
  font-family: var(--display-font);
  font-size: clamp(1.55rem, 3vw, 2.05rem);
  line-height: 1.04;
  text-transform: uppercase;
}

.area-card p {
  color: var(--muted);
  font-weight: 800;
}

.area-card a {
  align-self: end;
  justify-self: start;
  margin-top: auto;
  color: var(--black);
  font-family: var(--display-font);
  font-size: 1.05rem;
  text-decoration-color: var(--green-dark);
  text-decoration-thickness: 3px;
  text-underline-offset: 5px;
  text-transform: uppercase;
}

.area-actions {
  display: flex;
  justify-content: center;
  margin-top: 1.35rem;
}

.service-areas-list {
  background: var(--white);
}

.section-title {
  display: grid;
  grid-template-columns: minmax(28px, 1fr) auto minmax(28px, 1fr);
  align-items: center;
  gap: 1rem;
  margin-bottom: 2rem;
  text-align: center;
}

.section-title span {
  display: block;
  height: 4px;
  background: var(--green);
}

.section-title h2 {
  min-width: 0;
  font-size: clamp(2rem, 5.5vw, 3.7rem);
  line-height: 1.05;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 145px), 1fr));
  gap: 0.85rem;
}

.service-card {
  min-width: 0;
  min-height: 150px;
  display: grid;
  grid-template-rows: 58px minmax(2.36em, auto);
  align-content: center;
  align-items: center;
  justify-items: center;
  gap: 0.72rem;
  padding: 1rem 0.8rem;
  text-align: center;
  border: 1px solid rgba(99, 184, 20, 0.7);
  border-radius: 14px;
  overflow: hidden;
}

.service-card svg {
  width: 54px;
  height: 54px;
  align-self: center;
  justify-self: center;
  color: var(--green);
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.service-card h3 {
  min-height: 2.36em;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  margin: 0;
  font-family: var(--display-font);
  font-size: clamp(0.98rem, 1.3vw, 1.2rem);
  line-height: 1.18;
  hyphens: none;
  overflow-wrap: normal;
  word-break: normal;
  text-wrap: balance;
  text-transform: uppercase;
}

.service-card-long h3 {
  font-size: clamp(0.9rem, 1.12vw, 1.04rem);
}

.quote-section {
  padding: clamp(64px, 9vw, 110px) 0;
  background:
    linear-gradient(176deg, var(--black) 0 8%, transparent 8.2%),
    var(--paper);
}

.quote-section .poster-kicker {
  color: var(--green-dark);
}

.quote-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(330px, 1.08fr);
  align-items: start;
  gap: clamp(28px, 5vw, 62px);
}

.quote-copy {
  min-width: 0;
}

.quote-copy h2,
.contact-panel h2 {
  max-width: 100%;
  font-size: clamp(2.4rem, 6.5vw, 5.4rem);
  line-height: 0.98;
  overflow-wrap: anywhere;
  text-wrap: balance;
}

.quote-copy p:not(.poster-kicker),
.contact-panel p {
  max-width: 620px;
  color: var(--muted);
  font-size: 1.08rem;
  font-weight: 800;
}

.quote-section:not(.location-quote) .quote-grid {
  position: relative;
  isolation: isolate;
  align-items: stretch;
  overflow: hidden;
  padding: clamp(1rem, 2.5vw, 1.65rem);
  border: 4px solid var(--black);
  border-radius: var(--radius);
  background: var(--black);
  box-shadow: 10px 10px 0 var(--green);
}

.quote-section:not(.location-quote) .quote-grid::before,
.quote-section:not(.location-quote) .quote-grid::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
}

.quote-section:not(.location-quote) .quote-grid::before {
  background-image: url("assets/TRUCK SCENE.png");
  background-position: center;
  background-size: cover;
  filter: saturate(0.88);
  transform: scale(1.04);
}

.quote-section:not(.location-quote) .quote-grid::after {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.86) 0%, rgba(0, 0, 0, 0.72) 48%, rgba(0, 0, 0, 0.5) 100%),
    linear-gradient(0deg, rgba(0, 0, 0, 0.62), rgba(0, 0, 0, 0.26));
}

.quote-visual {
  min-height: clamp(470px, 45vw, 580px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(0.6rem, 3vw, 1.6rem);
  color: var(--white);
}

.quote-eyebrow {
  align-self: flex-start;
  margin: 0 0 1.15rem;
  padding: 0.2rem 0.45rem;
  border-radius: 5px;
  color: var(--black);
  background: var(--green);
  font-family: var(--display-font);
  font-size: clamp(0.82rem, 1.1vw, 0.98rem);
  line-height: 1;
  text-transform: uppercase;
}

.quote-copy.quote-visual h2 {
  max-width: 620px;
  color: var(--white);
  font-size: clamp(2.45rem, 4.4vw, 4rem);
  line-height: 1.02;
  text-shadow: 0 5px 22px rgba(0, 0, 0, 0.45);
  overflow-wrap: normal;
}

.quote-copy.quote-visual .quote-lead {
  max-width: 520px;
  margin: 1.15rem 0 0;
  color: var(--white);
  font-size: clamp(1rem, 1.45vw, 1.17rem);
  line-height: 1.48;
  font-weight: 850;
  text-shadow: 0 4px 18px rgba(0, 0, 0, 0.5);
}

.quote-points {
  display: grid;
  gap: 0.58rem;
  width: min(100%, 560px);
  margin: 1.55rem 0 0;
  padding: 0;
  list-style: none;
}

.quote-points li {
  display: flex;
  align-items: center;
  gap: 0.68rem;
  color: var(--white);
  font-size: clamp(0.92rem, 1.25vw, 1rem);
  font-weight: 900;
  line-height: 1.25;
  text-shadow: 0 3px 14px rgba(0, 0, 0, 0.55);
}

.quote-points li > span:last-child {
  min-width: 0;
  overflow-wrap: anywhere;
}

.quote-check {
  flex: 0 0 auto;
  width: 1.38rem;
  height: 1.38rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--white);
  background: var(--green);
  box-shadow: 0 5px 16px rgba(0, 0, 0, 0.25);
}

.quote-check svg {
  width: 0.95rem;
  height: 0.95rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.quote-call {
  width: fit-content;
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.72rem;
  margin-top: 1.65rem;
  padding: 0.95rem 1.8rem;
  border-radius: 999px;
  color: var(--black);
  background: var(--green);
  font-family: var(--display-font);
  font-size: 1rem;
  line-height: 1;
  text-decoration: none;
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.34);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.quote-call:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.38);
}

.quote-call svg {
  width: 1.12rem;
  height: 1.12rem;
  fill: currentColor;
}

.quote-section:not(.location-quote) .quote-form {
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 8px 8px 0 var(--green);
}

.quote-form {
  min-width: 0;
  padding: clamp(1rem, 2.6vw, 1.45rem);
  border: 4px solid var(--black);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 10px 10px 0 var(--green);
}

.quote-form label {
  display: grid;
  gap: 0.42rem;
  margin-bottom: 0.88rem;
  font-size: 0.82rem;
  font-weight: 950;
  text-transform: uppercase;
}

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

.quote-form input,
.quote-form textarea {
  width: 100%;
  border: 2px solid var(--black);
  border-radius: 12px;
  background: var(--paper);
  color: var(--black);
  font: inherit;
  padding: 0.88rem 0.9rem;
}

.quote-form input[type="file"] {
  padding: 0.72rem;
  background: var(--white);
}

.quote-form textarea {
  resize: vertical;
}

.quote-form small {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: none;
}

.send-method {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.65rem;
  margin: 0 0 1rem;
  padding: 0;
  border: 0;
}

.send-method legend {
  grid-column: 1 / -1;
  margin-bottom: 0.1rem;
  font-size: 0.82rem;
  font-weight: 950;
  text-transform: uppercase;
}

.send-method label {
  margin: 0;
}

.send-method input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 1;
  pointer-events: none;
}

.send-method span {
  display: flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  border: 3px solid var(--black);
  border-radius: 999px;
  background: var(--white);
  font-family: var(--display-font);
  font-size: 1.12rem;
  text-transform: uppercase;
}

.send-method input:checked + span {
  background: var(--green);
}

.quote-form .btn {
  width: 100%;
  margin-top: 0.2rem;
}

.quote-form .btn:disabled {
  cursor: wait;
  opacity: 0.72;
  transform: none;
}

.form-note {
  margin: 1rem 0 0;
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 800;
}

.form-note a {
  color: var(--black);
  font-weight: 950;
  text-underline-offset: 4px;
}

.form-note[data-status="success"] {
  color: var(--green-dark);
}

.form-note[data-status="error"] {
  color: #b00020;
}

.pricing {
  padding: clamp(44px, 7vw, 72px) 0;
  background: var(--green);
  border-block: 6px solid var(--black);
}

.pricing-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: stretch;
  gap: 1.35rem;
}

.pricing-options {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.9rem;
}

.pricing-card {
  min-width: 0;
  min-height: 172px;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 0.35rem;
  padding: 1.1rem;
  background: var(--white);
  border: 4px solid var(--black);
  border-radius: var(--radius);
  box-shadow: 8px 8px 0 var(--black);
  text-transform: uppercase;
}

.pricing-card p {
  margin: 0;
  font-size: clamp(1rem, 2vw, 1.32rem);
  line-height: 1.05;
  text-align: center;
}

.pricing-card strong {
  font-size: clamp(2.8rem, 6vw, 4.8rem);
  line-height: 1;
}

.pricing-load-example {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(280px, 0.62fr);
  align-items: center;
  gap: clamp(1rem, 3vw, 2rem);
  margin: clamp(2rem, 5vw, 3.5rem) 0 0;
  padding: clamp(0.85rem, 2.2vw, 1.2rem);
  border: 4px solid var(--black);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 10px 10px 0 var(--black);
}

.pricing-load-photo {
  min-width: 0;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  border: 4px solid var(--black);
  border-radius: calc(var(--radius) - 6px);
  background: var(--black);
}

.pricing-load-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 68%;
}

.pricing-load-example figcaption {
  min-width: 0;
  margin: 0;
  color: var(--black);
  font-size: clamp(1rem, 1.9vw, 1.2rem);
  font-weight: 900;
  line-height: 1.35;
}

.pricing-load-example figcaption span {
  display: inline-block;
  margin-bottom: 0.7rem;
  padding: 0.22rem 0.5rem;
  border-radius: 5px;
  color: var(--black);
  background: var(--green);
  font-family: var(--display-font);
  font-size: 0.92rem;
  line-height: 1;
  text-transform: uppercase;
}

.pricing-load-example figcaption strong {
  display: block;
  margin-bottom: 0.6rem;
  font-family: var(--display-font);
  font-size: clamp(1.55rem, 3.2vw, 2.55rem);
  line-height: 1;
  text-transform: uppercase;
}

.pricing-copy {
  max-width: 920px;
  margin: 0 auto;
  color: var(--black);
  font-size: clamp(1.05rem, 2.4vw, 1.65rem);
  font-weight: 950;
  text-align: center;
}

.pricing-link {
  justify-self: center;
  background: var(--white);
}

.pricing-guide {
  padding: clamp(64px, 8vw, 96px) 0;
  background: var(--white);
}

.pricing-summary {
  min-width: 0;
  display: grid;
  justify-items: center;
  align-content: center;
  gap: 0.45rem;
  min-height: 260px;
  padding: clamp(1rem, 2.5vw, 1.4rem);
  border: 4px solid var(--black);
  border-radius: var(--radius);
  background: var(--green);
  color: var(--black);
  box-shadow: 9px 9px 0 var(--black);
  text-transform: uppercase;
}

.pricing-summary strong {
  font-family: var(--display-font);
  font-size: clamp(4.8rem, 12vw, 7.6rem);
  line-height: 1;
}

.pricing-summary span {
  font-family: var(--display-font);
  font-size: clamp(1.35rem, 3vw, 2rem);
  line-height: 1.05;
  text-align: center;
}

.pricing-notes {
  max-width: 880px;
  margin: clamp(28px, 5vw, 48px) auto 0;
  padding: clamp(1rem, 2.8vw, 1.45rem);
  border: 4px solid var(--black);
  border-radius: var(--radius);
  background: var(--paper);
  box-shadow: 8px 8px 0 var(--green);
}

.pricing-notes h2 {
  font-size: clamp(2rem, 5vw, 3.25rem);
  line-height: 1.02;
}

.pricing-notes p {
  margin: 1rem 0 0;
  color: #343832;
  font-size: 1.05rem;
  font-weight: 800;
}

.why {
  padding: clamp(64px, 8vw, 96px) 0;
  background: var(--white);
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1rem;
}

.why-grid article {
  min-height: 168px;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 0.85rem;
  padding: 1rem;
  border: 3px solid var(--black);
  border-radius: var(--radius);
  background: var(--paper);
  text-align: center;
}

.why-grid svg {
  width: 48px;
  height: 48px;
  color: var(--green-dark);
  fill: none;
  stroke: currentColor;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.why-grid h3 {
  margin: 0;
  font-family: var(--display-font);
  font-size: 1.35rem;
  line-height: 1.08;
  text-transform: uppercase;
}

.contact {
  padding: clamp(64px, 8vw, 100px) 0;
}

.contact .poster-kicker {
  color: var(--green);
}

.contact-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(330px, 0.72fr);
  align-items: center;
  gap: clamp(28px, 5vw, 58px);
}

.contact-panel p:not(.poster-kicker) {
  color: rgba(255, 255, 255, 0.72);
}

.contact-box {
  min-width: 0;
  display: grid;
  gap: 0.85rem;
  padding: 1rem;
  border: 4px solid var(--green);
  border-radius: var(--radius);
}

.contact-box a:not(.btn) {
  min-width: 0;
  min-height: 56px;
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  padding: 0.9rem 1rem;
  border-radius: 999px;
  background: var(--white);
  color: var(--black);
  font-weight: 950;
  text-decoration: none;
  overflow-wrap: anywhere;
}

.location-page {
  background: var(--paper);
}

.location-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(46px, 7vw, 86px) 0 clamp(56px, 8vw, 96px);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(247, 247, 243, 0.94)),
    var(--paper);
}

.location-hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 82px;
  background: linear-gradient(7deg, var(--black) 0 44%, transparent 45%);
  pointer-events: none;
}

.location-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.52fr);
  align-items: center;
  gap: clamp(28px, 5vw, 62px);
}

.location-copy {
  min-width: 0;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-bottom: 1.1rem;
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 900;
}

.breadcrumb a {
  color: var(--black);
  text-decoration-color: var(--green-dark);
  text-underline-offset: 4px;
}

.location-proof {
  min-width: 0;
  display: grid;
  gap: 0.95rem;
  padding: clamp(1rem, 2.4vw, 1.35rem);
  color: var(--black);
  background: var(--green);
  border: 4px solid var(--black);
  border-radius: var(--radius);
  box-shadow: 9px 9px 0 var(--black);
  transform: rotate(1deg);
}

.location-proof strong {
  font-family: var(--display-font);
  font-size: clamp(2rem, 5vw, 3.1rem);
  line-height: 1;
  text-transform: uppercase;
}

.location-proof ul,
.steps-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.location-proof li {
  position: relative;
  padding-left: 1.3rem;
  font-weight: 950;
}

.location-proof li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.54rem;
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  background: var(--black);
}

.location-content {
  padding: clamp(64px, 8vw, 100px) 0;
  background: var(--white);
}

.content-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.58fr);
  gap: clamp(28px, 5vw, 62px);
  align-items: start;
}

.copy-block {
  min-width: 0;
}

.copy-block .poster-kicker {
  color: var(--green-dark);
}

.copy-block h2,
.steps-panel h2 {
  margin: 0;
  font-family: var(--display-font);
  font-size: clamp(2.25rem, 5vw, 4.35rem);
  line-height: 1;
  text-transform: uppercase;
}

.copy-block p:not(.poster-kicker) {
  max-width: 760px;
  color: #343832;
  font-size: 1.08rem;
  font-weight: 800;
}

.steps-panel {
  min-width: 0;
  display: grid;
  gap: 1rem;
  padding: clamp(1rem, 2.5vw, 1.3rem);
  border: 4px solid var(--black);
  border-radius: var(--radius);
  background: var(--paper);
  box-shadow: 8px 8px 0 var(--green);
}

.steps-panel h2 {
  font-size: clamp(1.9rem, 4.5vw, 2.9rem);
}

.steps-list {
  display: grid;
  gap: 0.85rem;
}

.steps-list li {
  display: grid;
  gap: 0.25rem;
  padding: 0.85rem;
  border: 2px solid var(--line);
  border-radius: 12px;
  background: var(--white);
}

.steps-list strong {
  font-family: var(--display-font);
  font-size: 1.3rem;
  line-height: 1.08;
  text-transform: uppercase;
}

.steps-list span {
  color: var(--muted);
  font-weight: 800;
}

.location-band {
  padding: clamp(62px, 8vw, 92px) 0;
  background: var(--black);
  color: var(--white);
}

.location-band .service-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.location-quote {
  background:
    linear-gradient(176deg, var(--black) 0 8%, transparent 8.2%),
    var(--paper);
}

.location-quote .quote-copy h2 {
  font-size: clamp(2.1rem, 5.2vw, 4.35rem);
  line-height: 1.02;
}

.nearby-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.85rem;
}

.nearby-links a {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: min(100%, 220px);
  padding: 0.85rem 1rem;
  border: 3px solid var(--black);
  border-radius: 999px;
  background: var(--green);
  color: var(--black);
  font-family: var(--display-font);
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.site-footer {
  padding: 28px 0 34px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  gap: 1.4rem;
}

.footer-inner strong {
  font-family: var(--display-font);
  font-size: 1.3rem;
  text-transform: uppercase;
}

.footer-inner p {
  margin: 0.25rem 0 0;
  color: rgba(255, 255, 255, 0.68);
  font-weight: 800;
}

.footer-links {
  display: grid;
  gap: 0.25rem;
  text-align: right;
}

.footer-links a {
  color: var(--white);
  font-weight: 900;
  text-decoration-color: var(--green);
  text-underline-offset: 4px;
}

.mobile-cta {
  display: none;
}

.junky-chat {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 30;
  color: var(--black);
  font-family: var(--body-font);
}

.junky-chat-toggle {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 96px;
  height: 96px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--black);
  font: inherit;
  line-height: 1;
  cursor: pointer;
  filter: drop-shadow(0 12px 24px rgba(0, 0, 0, 0.28));
}

.junky-chat-toggle:hover {
  filter: drop-shadow(0 14px 28px rgba(0, 0, 0, 0.34));
}

.junky-chat-logo-shell {
  width: 96px;
  height: 96px;
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 5px solid var(--black);
  border-radius: 50%;
  background: var(--white);
  box-shadow:
    0 0 0 2px rgba(99, 184, 20, 0.16) inset,
    0 0 28px rgba(124, 214, 24, 0.42);
  overflow: hidden;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.junky-chat-toggle:hover .junky-chat-logo-shell {
  transform: translateY(-2px);
  box-shadow:
    0 0 0 2px rgba(99, 184, 20, 0.22) inset,
    0 0 34px rgba(124, 214, 24, 0.55);
}

.junky-chat-logo-shell img {
  width: 86px;
  height: 86px;
  border-radius: 50%;
  object-fit: contain;
}

.junky-chat-label {
  position: absolute;
  right: calc(100% + 0.72rem);
  top: 50%;
  min-height: 48px;
  max-width: 142px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1.18rem;
  border-radius: 999px;
  background: #fff8ea;
  color: #1b1b1b;
  font-size: 0.95rem;
  font-weight: 950;
  line-height: 1;
  pointer-events: none;
  transform: translate(0, -50%) scale(1);
  transition: transform 180ms ease;
  visibility: visible;
  white-space: nowrap;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.18);
}

#junkyChat.junky-chat-help-visible .junky-chat-label {
  display: inline-flex !important;
  transform: translate(0, -50%) scale(1);
  visibility: visible !important;
}

.junky-chat-help-dismissed .junky-chat-label {
  display: none;
}

.junky-chat-label::after {
  content: "";
  position: absolute;
  right: -14px;
  top: 50%;
  width: 24px;
  height: 22px;
  background: #fff8ea;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  transform: translateY(-50%);
}

.junky-chat-panel {
  position: fixed;
  right: 24px;
  bottom: 112px;
  width: min(420px, calc(100vw - 32px));
  height: min(640px, calc(100vh - 144px));
  min-height: 420px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 4px solid var(--black);
  border-radius: var(--radius);
  background: var(--paper);
  box-shadow: 10px 10px 0 var(--black);
}

.junky-chat-panel[hidden] {
  display: none;
}

.junky-chat-header {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.78rem 0.9rem;
  border-bottom: 4px solid var(--black);
  background: var(--green);
}

.junky-chat-title {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 0.65rem;
}

.junky-chat-title img {
  width: 52px;
  height: 52px;
  flex: 0 0 auto;
  border: 2px solid var(--black);
  border-radius: 50%;
  background: var(--white);
  object-fit: contain;
}

.junky-chat-title div {
  min-width: 0;
  display: grid;
  line-height: 1.05;
}

.junky-chat-title strong {
  font-family: var(--display-font);
  font-size: 1.35rem;
  text-transform: uppercase;
}

.junky-chat-title span {
  color: #1f2c18;
  font-size: 0.84rem;
  font-weight: 900;
  overflow-wrap: anywhere;
}

.junky-chat-close,
.junky-chat-send {
  appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 3px solid var(--black);
  border-radius: 50%;
  cursor: pointer;
}

.junky-chat-close {
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  background: var(--white);
  color: var(--black);
}

.junky-chat-close svg,
.junky-chat-send svg {
  width: 1.2rem;
  height: 1.2rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.45;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.junky-chat-messages {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  gap: 0.72rem;
  min-height: 0;
  padding: 1rem;
  overflow-y: auto;
  overscroll-behavior: contain;
}

.junky-chat-message {
  display: flex;
  align-items: flex-start;
}

.junky-chat-message-user {
  justify-content: flex-end;
}

.junky-chat-bubble {
  max-width: min(82%, 310px);
  padding: 0.78rem 0.88rem;
  border: 3px solid var(--black);
  border-radius: 14px;
  background: var(--white);
  color: var(--black);
  font-size: 0.96rem;
  font-weight: 800;
  line-height: 1.35;
  overflow-wrap: anywhere;
  white-space: pre-wrap;
}

.junky-chat-bubble strong {
  font-weight: 950;
}

.junky-chat-message-assistant .junky-chat-bubble {
  border-bottom-left-radius: 4px;
  background: var(--white);
  box-shadow: 4px 4px 0 var(--green);
}

.junky-chat-message-user .junky-chat-bubble {
  border-bottom-right-radius: 4px;
  background: var(--green);
}

.junky-chat-typing {
  display: inline-flex;
  align-items: center;
  gap: 0.32rem;
  min-width: 72px;
}

.junky-chat-typing span {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: var(--green-dark);
  animation: junky-typing 1.1s infinite ease-in-out;
}

.junky-chat-typing span:nth-child(2) {
  animation-delay: 0.16s;
}

.junky-chat-typing span:nth-child(3) {
  animation-delay: 0.32s;
}

@keyframes junky-typing {
  0%,
  80%,
  100% {
    transform: translateY(0);
    opacity: 0.42;
  }

  40% {
    transform: translateY(-5px);
    opacity: 1;
  }
}

.junky-chat-quick {
  flex: 0 0 auto;
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr) 38px;
  align-items: center;
  gap: 0.42rem;
  min-height: 61px;
  padding: 0.2rem 1rem 0.82rem;
  overflow: hidden;
}

.junky-chat-quick-window {
  min-width: 0;
  padding-block: 2px;
  overflow: hidden;
  scroll-behavior: smooth;
  scrollbar-width: none;
}

.junky-chat-quick-window::-webkit-scrollbar {
  display: none;
}

.junky-chat-quick-track {
  display: flex;
  gap: 0.5rem;
  min-width: 0;
  transition: opacity 220ms ease;
}

.junky-chat-chip[hidden] {
  display: none !important;
}

.junky-chat-quick-arrow {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--black);
  border-radius: 50%;
  background: var(--white);
  color: var(--black);
  cursor: pointer;
}

.junky-chat-quick-arrow:hover {
  background: var(--green);
}

.junky-chat-quick-arrow:disabled {
  cursor: default;
  opacity: 0.45;
}

.junky-chat-quick-arrow:disabled:hover {
  background: var(--white);
}

.junky-chat-quick-arrow svg {
  width: 1.08rem;
  height: 1.08rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.junky-chat-chip {
  flex: 0 0 calc((100% - 0.5rem) / 2);
  width: auto;
  min-width: 0;
  min-height: 42px;
  padding: 0.58rem 0.45rem;
  border: 2px solid var(--black);
  border-radius: 999px;
  background: var(--white);
  color: var(--black);
  font-family: var(--display-font);
  font-size: 0.68rem;
  line-height: 1.05;
  text-transform: uppercase;
  text-align: center;
  overflow-wrap: anywhere;
  white-space: nowrap;
  cursor: pointer;
}

.junky-chat-chip:hover {
  background: var(--green);
}

.junky-chat-form {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.75rem;
  border-top: 4px solid var(--black);
  background: var(--white);
}

.junky-chat-form input {
  flex: 1 1 auto;
  width: 100%;
  min-width: 0;
  min-height: 48px;
  padding: 0.76rem 0.9rem;
  border: 3px solid var(--black);
  border-radius: 999px;
  background: var(--paper);
  color: var(--black);
  font-size: 0.94rem;
  font-weight: 800;
}

.junky-chat-form input:disabled {
  cursor: wait;
  opacity: 0.72;
}

.junky-chat-send {
  width: 50px;
  height: 50px;
  flex: 0 0 auto;
  background: var(--white);
  color: var(--black);
}

.junky-chat-send:disabled {
  cursor: wait;
  opacity: 0.72;
}

@media (max-width: 1040px) {
  .hero-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .hero-media {
    max-width: 680px;
    margin-inline: auto;
    padding-bottom: 80px;
  }

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

  .area-grid,
  .location-band .service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

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

  .location-quote .quote-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (max-width: 840px) {
  .location-hero-grid,
  .content-grid,
  .quote-grid,
  .pricing-panel,
  .contact-panel {
    grid-template-columns: minmax(0, 1fr);
  }

  .pricing-panel {
    align-items: stretch;
  }

  .pricing-load-example {
    grid-template-columns: minmax(0, 1fr);
  }

  .pricing-load-photo {
    aspect-ratio: 3 / 4;
  }

  .location-proof {
    transform: none;
  }
}

@media (max-width: 700px) {
  .container {
    width: calc(100% - 28px);
  }

  body {
    padding-bottom: 0;
  }

  .header-inner {
    min-height: 72px;
    gap: 0.65rem;
  }

  .brand {
    gap: 0.55rem;
  }

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

  .nav-actions > a:not(.nav-phone) {
    display: none;
  }

  .nav-phone {
    width: 48px;
    height: 48px;
    gap: 0;
    padding: 0;
    font-size: 0;
    border-radius: 50%;
  }

  .nav-phone svg {
    width: 1.2rem;
    height: 1.2rem;
    margin: auto;
  }

  .hero {
    padding: 42px 0 38px;
  }

  h1 {
    font-size: clamp(2.8rem, 13vw, 3.65rem);
    line-height: 1.02;
  }

  .hero-actions {
    width: 100%;
    max-width: 342px;
  }

  .hero-actions .btn {
    width: 100%;
  }

  .btn {
    font-size: 1rem;
    padding-inline: 0.85rem;
  }

  .hero-subhead {
    max-width: 342px;
    font-size: 1rem;
  }

  .hero-media {
    padding-bottom: 66px;
  }

  .hero-quote-card {
    left: 50%;
    bottom: 8px;
    width: min(100%, 330px);
    min-width: 0;
    padding: 0.88rem 0.95rem;
    box-shadow: 5px 5px 0 var(--black);
    transform: translateX(-50%) rotate(-1.5deg);
  }

  .service-grid,
  .area-grid,
  .location-band .service-grid,
  .why-grid {
    grid-template-columns: 1fr;
  }

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

  .pricing-card {
    min-height: 142px;
  }

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

  .pricing-load-photo img {
    object-position: center 62%;
  }

  .section-title {
    grid-template-columns: minmax(0, 1fr);
    justify-items: center;
    gap: 0.7rem;
  }

  .section-title span {
    width: 76px;
  }

  .section-title h2,
  .copy-block h2,
  .steps-panel h2,
  .quote-copy h2,
  .contact-panel h2 {
    overflow-wrap: anywhere;
  }

  .area-card {
    min-height: 0;
  }

  .location-hero {
    padding-top: 40px;
  }

  .breadcrumb {
    font-size: 0.86rem;
  }

  .quote-copy h2,
  .contact-panel h2 {
    font-size: 2.55rem;
    line-height: 1;
  }

  .quote-visual {
    min-height: 440px;
    padding: 0.2rem;
  }

  .quote-section:not(.location-quote) .quote-grid {
    padding: 1rem;
    box-shadow: 6px 6px 0 var(--green);
  }

  .quote-section:not(.location-quote) .quote-grid::before {
    background-position: 55% center;
  }

  .quote-section:not(.location-quote) .quote-grid::after {
    background:
      linear-gradient(90deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.74) 68%, rgba(0, 0, 0, 0.42) 100%),
      linear-gradient(0deg, rgba(0, 0, 0, 0.56), rgba(0, 0, 0, 0.28));
  }

  .quote-copy.quote-visual h2 {
    font-size: clamp(2.1rem, 10.5vw, 3rem);
    line-height: 1.03;
  }

  .quote-copy.quote-visual .quote-lead,
  .quote-points {
    max-width: 100%;
  }

  .quote-call {
    width: 100%;
  }

  .send-method {
    grid-template-columns: 1fr;
  }

  .quote-form {
    border-width: 3px;
    box-shadow: 6px 6px 0 var(--green);
  }

  .contact-box {
    padding: 0.75rem;
    border-width: 3px;
  }

  .contact-box a:not(.btn) {
    border-radius: 18px;
  }

  .footer-inner {
    flex-direction: column;
  }

  .footer-links {
    text-align: left;
  }

  .mobile-cta {
    position: fixed;
    left: 0.5rem;
    right: 0.5rem;
    bottom: calc(0.5rem + env(safe-area-inset-bottom));
    z-index: 12;
    width: auto;
    max-width: none;
    overflow: hidden;
    display: flex;
    gap: 0.5rem;
    padding:
      0.55rem calc(0.55rem + env(safe-area-inset-right))
      calc(0.55rem + env(safe-area-inset-bottom))
      calc(0.55rem + env(safe-area-inset-left));
    background: var(--black);
    border: 3px solid var(--green);
    border-radius: 20px;
    opacity: 0;
    pointer-events: none;
    transform: translateY(calc(100% + 1.25rem));
    transition: transform 220ms ease, opacity 220ms ease;
  }

  body.show-mobile-cta .mobile-cta {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  body.junky-chat-open .mobile-cta {
    opacity: 0;
    pointer-events: none;
    transform: translateY(calc(100% + 1.25rem));
  }

  body.junky-chat-open {
    overflow: hidden;
    overscroll-behavior: contain;
  }

  .mobile-cta a {
    flex: 1 1 0;
    min-width: 0;
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding-inline: 0.5rem;
    border-radius: 999px;
    color: var(--black);
    background: var(--green);
    font-family: var(--display-font);
    font-size: clamp(0.95rem, 4vw, 1.08rem);
    line-height: 1;
    white-space: nowrap;
    text-decoration: none;
    text-transform: uppercase;
  }

  .mobile-cta a:last-child {
    background: var(--white);
  }

  .junky-chat {
    right: max(10px, env(safe-area-inset-right));
    bottom: calc(14px + env(safe-area-inset-bottom));
  }

  body.show-mobile-cta:not(.junky-chat-open) .junky-chat {
    bottom: calc(92px + env(safe-area-inset-bottom));
  }

  .junky-chat-toggle {
    width: 84px;
    height: 84px;
  }

  .junky-chat-logo-shell {
    width: 84px;
    height: 84px;
    border-width: 4px;
  }

  .junky-chat-logo-shell img {
    width: 74px;
    height: 74px;
  }

  .junky-chat-label {
    right: calc(100% + 0.56rem);
    min-height: 44px;
    max-width: 128px;
    padding: 0.7rem 1rem;
    font-size: 0.9rem;
  }

  .junky-chat-label::after {
    right: -12px;
    width: 22px;
    height: 20px;
  }

  .junky-chat-panel {
    left: max(8px, env(safe-area-inset-left));
    right: max(8px, env(safe-area-inset-right));
    top: calc(var(--junky-chat-viewport-top, 0px) + 8px + env(safe-area-inset-top));
    bottom: auto;
    width: auto;
    height: min(620px, calc(100vh - 16px - env(safe-area-inset-bottom)));
    height: min(620px, calc(var(--junky-chat-viewport-height, 100dvh) - 16px - env(safe-area-inset-top) - env(safe-area-inset-bottom)));
    min-height: 0;
    max-height: calc(100vh - 16px - env(safe-area-inset-bottom));
    max-height: calc(var(--junky-chat-viewport-height, 100dvh) - 16px - env(safe-area-inset-top) - env(safe-area-inset-bottom));
    border-width: 3px;
    border-radius: 16px;
    box-shadow: 6px 6px 0 var(--black);
  }

  body.junky-chat-open .junky-chat-panel {
    bottom: auto;
  }

  .junky-chat-header {
    padding: 0.66rem 0.72rem;
    border-bottom-width: 3px;
  }

  .junky-chat-title img {
    width: 48px;
    height: 48px;
  }

  .junky-chat-title strong {
    font-size: 1.18rem;
  }

  .junky-chat-title span {
    font-size: 0.76rem;
  }

  .junky-chat-close {
    width: 38px;
    height: 38px;
  }

  .junky-chat-messages {
    min-height: 126px;
    padding: 0.82rem;
  }

  .junky-chat-bubble {
    max-width: 86%;
    font-size: 0.92rem;
  }

  .junky-chat-quick {
    grid-template-columns: 34px minmax(0, 1fr) 34px;
    gap: 0.34rem;
    min-height: 59px;
    padding: 0.18rem 0.82rem 0.66rem;
  }

  .junky-chat-quick-window {
    clip-path: inset(-2px 0);
  }

  .junky-chat-quick-window,
  .junky-chat-quick-track {
    touch-action: pan-y;
  }

  .junky-chat-quick-arrow {
    width: 34px;
    min-width: 34px;
    height: 40px;
  }

  .junky-chat-quick-track {
    gap: 0.38rem;
  }

  .junky-chat-chip {
    flex-basis: calc((100% - 0.38rem) / 2);
    min-height: 42px;
    padding-inline: 0.32rem;
    font-size: 0.62rem;
  }

  .junky-chat-form {
    gap: 0.45rem;
    padding: 0.62rem;
    border-top-width: 3px;
  }

  .junky-chat-form input {
    min-height: 46px;
    padding-inline: 0.78rem;
    font-size: 0.88rem;
  }

  .junky-chat-send {
    width: 48px;
    height: 48px;
  }
}

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

  .header-inner {
    gap: 0.5rem;
  }

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

  .poster-kicker {
    font-size: 1.2rem;
  }

  .brand-copy strong {
    font-size: 0.98rem;
  }

  .brand-copy span {
    font-size: 0.86rem;
  }

  h1 {
    font-size: 3.05rem;
  }

  .section-title h2 {
    font-size: 1.8rem;
  }

  .quote-copy h2,
  .contact-panel h2 {
    font-size: 2.18rem;
  }

  .hero-quote-card {
    grid-template-columns: 42px 1fr;
    column-gap: 0.65rem;
  }

  .hero-quote-card strong {
    font-size: 1.45rem;
  }

  .hero-quote-card span:not(.chat-icon) {
    font-size: 1.05rem;
  }

  .chat-icon {
    width: 42px;
    height: 42px;
  }

  .chat-icon svg {
    width: 24px;
    height: 24px;
  }

  .quote-form {
    box-shadow: 6px 6px 0 var(--green);
  }

  .mobile-cta {
    gap: 0.4rem;
    padding:
      0.45rem calc(0.45rem + env(safe-area-inset-right))
      0.45rem
      calc(0.45rem + env(safe-area-inset-left));
  }

  .mobile-cta a {
    min-height: 46px;
    padding-inline: 0.35rem;
    font-size: 0.92rem;
  }

  .junky-chat-toggle {
    width: 74px;
    height: 74px;
  }

  .junky-chat-logo-shell {
    width: 74px;
    height: 74px;
  }

  .junky-chat-logo-shell img {
    width: 66px;
    height: 66px;
  }

  .junky-chat-label {
    right: calc(100% + 0.46rem);
    min-height: 40px;
    max-width: 116px;
    padding: 0.64rem 0.86rem;
    font-size: 0.84rem;
  }

  .junky-chat-label::after {
    right: -10px;
    width: 19px;
    height: 18px;
  }

  .junky-chat-panel {
    left: max(6px, env(safe-area-inset-left));
    right: max(6px, env(safe-area-inset-right));
    top: calc(var(--junky-chat-viewport-top, 0px) + 6px + env(safe-area-inset-top));
    bottom: auto;
    height: calc(100vh - 12px - env(safe-area-inset-bottom));
    height: calc(var(--junky-chat-viewport-height, 100dvh) - 12px - env(safe-area-inset-top) - env(safe-area-inset-bottom));
    max-height: calc(100vh - 12px - env(safe-area-inset-bottom));
    max-height: calc(var(--junky-chat-viewport-height, 100dvh) - 12px - env(safe-area-inset-top) - env(safe-area-inset-bottom));
  }

  body.junky-chat-open .junky-chat-panel {
    bottom: auto;
  }

  .junky-chat-title img {
    width: 44px;
    height: 44px;
  }

  .pricing-options {
    grid-template-columns: minmax(0, 1fr);
  }

  .btn-primary {
    box-shadow: 5px 5px 0 var(--black);
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}
