/* =====================================================================
   Responsive polish
   Scoped overrides for the live Proofline static page.
   ===================================================================== */

html,
body {
  max-width: 100%;
}

body {
  overflow-x: clip;
}

main {
  overflow-x: clip;
}

.live-mount,
.live-mount * {
  box-sizing: border-box;
}

.live-mount .container,
.live-mount .container-wide {
  width: 100%;
  max-width: min(1440px, 100%);
}

@media (min-width: 901px) {
  .live-mount .v3b-pack .pk-stage {
    grid-template-rows: 212px repeat(7, 57px) 129px;
    align-content: stretch;
  }

  .live-mount .v3b-pack .pk-callout {
    align-self: center;
  }

  .live-mount .v3b-pack .pk-callout .txt {
    gap: 2px;
  }
}

.faq-grid h2 {
  max-width: 22ch;
}

.v3-hero-tl .htl-actions .btn-link {
  text-decoration: none;
  border-bottom: 1px solid currentColor;
}

.v3-hero-tl .v3-roll-day .mk-meta {
  display: none;
}

@media (min-width: 901px) {
  .live-mount .v3-hero-tl {
    grid-template-columns: minmax(640px, 0.95fr) minmax(0, 1.05fr);
    gap: 42px;
  }

  .v3-hero-tl .htl-copy h1 {
    max-width: 760px;
    letter-spacing: 0;
  }

  .v3-hero-tl .htl-copy h1 .hero-nowrap {
    white-space: nowrap;
  }
}

.v3-hero-tl .htl-out .v3-pdf-page {
  gap: 5px;
}

.v3-hero-tl .htl-out .v3-pdf-page .pg-img {
  flex: 0 0 clamp(46px, 5vw, 72px);
  min-height: clamp(46px, 5vw, 72px);
}

.v3-hero-tl .htl-out .v3-pdf-page .pg-lines {
  gap: 2px;
}

.v3-rescue-dip .rd-before .rd-img.raw {
  background-image: url("assets/kitchen/photo-rescue-raw-messy-annotated.jpg") !important;
  filter: none;
  transform: rotate(-2deg) translateX(-8px);
  background-position: center;
}

.v3-rescue-dip .rd-before .annot {
  display: none;
}

.v3-rescue-dip .rescue-edit-note {
  max-width: 68ch;
  margin: 10px 0 0;
  font-family: var(--font-sans);
  font-size: clamp(14px, 1.2vw, 16px);
  line-height: 1.55;
  color: var(--pl-ink-soft);
}

.v3-rescue-dip .rd-after .rd-img.clean {
  background-image: url("assets/kitchen/photo-rescue-after-annotated.jpg") !important;
  filter: none;
  background-position: center;
}

.legal-main {
  border-top: 1px solid var(--rule);
}

.legal-hero {
  padding: clamp(72px, 9vw, 128px) 0 clamp(44px, 6vw, 72px);
  background: var(--bg);
}

.legal-hero .container {
  max-width: 980px;
}

.legal-hero h1 {
  max-width: 13ch;
  margin: 0 0 20px;
  font-size: clamp(52px, 7vw, 92px);
  line-height: 0.96;
}

.legal-hero p {
  max-width: 66ch;
}

.legal-updated {
  margin: 0 0 28px;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--fg-quiet);
}

.legal-shell {
  padding: clamp(56px, 7vw, 92px) 0 clamp(88px, 9vw, 132px);
  border-top: 1px solid var(--rule);
}

.legal-layout {
  display: grid;
  grid-template-columns: minmax(180px, 260px) minmax(0, 760px);
  gap: clamp(40px, 7vw, 112px);
  align-items: start;
}

.legal-side {
  position: sticky;
  top: 104px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.legal-side .mk-kicker {
  margin-bottom: 14px;
}

.legal-side a {
  display: inline-flex;
  width: fit-content;
  padding: 5px 0;
  border-bottom: 1px solid transparent;
  font-family: var(--font-sans);
  font-size: 13px;
  color: var(--fg-soft);
}

.legal-side a:hover {
  border-bottom-color: var(--fg);
  color: var(--fg);
}

.legal-content {
  display: flex;
  flex-direction: column;
  gap: 44px;
}

.legal-section {
  padding-top: 6px;
  border-top: 1px solid var(--rule);
}

.legal-section h2 {
  margin: 0 0 16px;
  font-size: clamp(30px, 4vw, 44px);
}

.legal-section h3 {
  margin: 24px 0 8px;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.legal-section p,
.legal-section li {
  font-size: 15px;
  line-height: 1.65;
  color: var(--fg-soft);
}

.legal-section ul {
  margin: 14px 0 0;
  padding-left: 20px;
}

.legal-section li + li {
  margin-top: 8px;
}

.legal-callout {
  margin: 26px 0 0;
  padding: 20px 22px;
  border: 1px solid var(--rule);
  background: var(--bg-alt);
}

.legal-callout p {
  margin: 0;
  font-size: 14px;
}

.legal-link {
  border-bottom: 1px solid currentColor;
}

@media (min-width: 1101px) {
  .v3-em-lap .el-anno-l {
    transform: translateY(-96px);
  }

  .v3-em-lap .el-anno-l .el-bk {
    position: relative;
    height: 116px;
  }

  .v3-em-lap .el-anno-l .el-bk::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -24px;
    width: 24px;
    border-top: 1px solid var(--pl-ink-quiet);
  }

  .v3-em-lap .el-anno.el-anno-r.strong .el-bk {
    position: relative;
    height: 86px;
    transform: translateY(-32px);
  }

  .v3-em-lap .el-anno-r .el-bk::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -10px;
    width: 10px;
    border-top: 2px solid var(--pl-bronze);
  }
}

@media (max-width: 1100px) {
  .live-mount .container-wide {
    padding-inline: clamp(30px, 4vw, 42px);
  }

  .v3-em-lap .el-stage {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .v3-em-lap .el-laptop {
    width: 100%;
    max-width: 900px;
    justify-self: center;
  }

  .v3-em-lap .el-anno-l {
    display: none;
  }

  .v3-em-lap .el-anno-r {
    grid-template-columns: 1fr;
    margin: 0;
    max-width: 520px;
    justify-self: center;
  }

  .v3-em-lap .el-anno-r .el-bk {
    display: none;
  }

  .v3-em-lap .el-anno-r .el-anno-lbl {
    text-align: left;
  }
}

@media (max-width: 900px) {
  .hero.ls-hero {
    padding-block: 54px 62px;
  }

  .live-mount .v3-hero-tl {
    grid-template-columns: 1fr;
    gap: 30px;
    align-items: start;
  }

  .v3-hero-tl .htl-copy {
    width: min(620px, 100%);
    gap: 12px;
  }

  .v3-hero-tl .htl-copy h1 {
    max-width: 12ch;
    font-size: clamp(48px, 8vw, 68px);
    line-height: 0.98;
    letter-spacing: 0;
  }

  .v3-hero-tl .htl-copy .htl-lead {
    max-width: 44ch;
    font-size: 15px;
  }

  .v3-hero-tl .htl-actions {
    gap: 16px;
    flex-wrap: wrap;
  }

  .live-mount .v3-hero-tl .htl-stage {
    width: min(620px, 100%);
    justify-content: center;
    gap: 10px;
    margin: 6px auto 0;
  }

  .live-mount .v3-hero-tl .htl-phone .v3-phone {
    width: clamp(155px, 28vw, 210px) !important;
  }

  .live-mount .v3-hero-tl .htl-axis {
    flex: 0 0 44px;
  }

  .v3-hero-tl .htl-axis .ax-arr {
    font-size: 22px;
  }

  .v3-hero-tl .htl-axis .ax-d {
    width: 44px;
    white-space: normal;
    font-size: 8px;
  }

  .v3-em-lap .el-head {
    grid-template-columns: 1fr;
    gap: 14px;
    align-items: start;
  }

  .v3-em-lap .el-head h2 {
    font-size: clamp(34px, 7vw, 46px);
    max-width: 18ch;
  }

  .v3-em-lap .el-head .el-lead {
    max-width: 54ch;
    font-size: 14px;
  }

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

  .legal-side {
    position: static;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px 18px;
    padding-bottom: 18px;
    border-bottom: 1px solid var(--rule);
  }

  .legal-side .mk-kicker {
    flex: 0 0 100%;
    margin-bottom: 2px;
  }

  .v3-rescue-dip {
    gap: 34px;
  }

  .v3-rescue-dip header .mk-h2 {
    font-size: clamp(34px, 7vw, 48px);
    line-height: 1.04;
  }

  .v3-rescue-dip .rd-stage {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .v3-rescue-dip .rd-arrow {
    flex-direction: row;
  }

  .v3-rescue-dip .rd-arr-icon {
    font-size: 22px;
  }

  .v3b-pack {
    display: block;
  }

  .live-mount .v3b-pack .pk-stage {
    display: flex;
    flex-direction: column;
    gap: 22px;
    min-height: 0;
  }

  .v3b-pack .pk-head,
  .v3b-pack .pk-foot,
  .v3b-pack .pk-callout,
  .v3b-pack .pk-phone-wrap {
    grid-column: auto;
    grid-row: auto;
  }

  .v3b-pack .pk-head {
    order: 1;
    padding: 0 0 18px;
  }

  .v3b-pack .pk-head h2,
  .live-mount .v3b-pack .pk-head h2 {
    font-size: clamp(34px, 7vw, 48px) !important;
  }

  .v3b-pack .pk-head .pk-lead {
    font-size: 14px;
    max-width: 48ch;
  }

  .v3b-pack .pk-phone-wrap {
    order: 2;
    min-height: auto;
    padding: 6px 0;
  }

  .v3b-pack .pk-phone-wrap .v3-phone,
  .live-mount .v3b-pack .pk-phone-wrap .v3-phone {
    width: 240px !important;
    height: 520px !important;
    max-width: 240px !important;
    max-height: 520px !important;
  }

  .v3b-pack .pk-foot {
    order: 3;
    padding: 14px 0 0;
    border-top: 1px solid var(--pl-line);
    border-bottom: 0;
  }

  .v3b-pack .pk-l,
  .v3b-pack .pk-r,
  .live-mount .v3b-pack .pk-l,
  .live-mount .v3b-pack .pk-r {
    order: 4;
    display: grid;
    grid-template-columns: 34px 1fr;
    gap: 12px;
    text-align: left;
    padding-top: 14px;
    border-top: 1px solid var(--pl-line-soft);
  }

  .v3b-pack .pk-callout .num {
    grid-column: 1;
    justify-self: start;
    font-size: 11px;
  }

  .v3b-pack .pk-callout .txt {
    grid-column: 2;
  }

  .v3b-pack .pk-callout .lbl,
  .live-mount .v3b-pack .pk-callout .lbl {
    font-size: 18px;
  }

  .v3b-pack .pk-callout .desc,
  .live-mount .v3b-pack .pk-callout .desc {
    font-size: 12px;
    line-height: 1.45;
  }

  .v3b-pack .pk-callout .ln {
    display: none;
  }
}

@media (max-width: 780px) {
  .sticky-mobile-cta {
    display: none;
  }
}

@media (max-width: 640px) {
  .site-header {
    min-height: 72px;
  }

  .nav-shell {
    min-height: 72px;
  }

  .mobile-nav.open {
    padding: 4px 20px 18px;
  }

  .mobile-nav a {
    padding: 16px 0;
  }

  .hero.ls-hero,
  .section-pad {
    padding-block: 46px;
  }

  .live-mount .container,
  .live-mount .container-wide,
  .container {
    padding-inline: 20px;
  }

  .v3-hero-tl .htl-copy .mk-kicker {
    max-width: 34ch;
    font-size: 10px;
    line-height: 1.55;
    letter-spacing: 0.2em;
  }

  .v3-hero-tl .htl-copy h1 {
    max-width: 11ch;
    font-size: clamp(42px, 12.5vw, 52px);
  }

  .v3-hero-tl .htl-copy .htl-lead {
    font-size: 14px;
    line-height: 1.55;
    max-width: 31ch;
  }

  .v3-hero-tl .htl-actions {
    flex-direction: column;
    align-items: stretch;
    margin-top: 8px;
  }

  .v3-hero-tl .htl-actions .btn-primary {
    justify-content: center;
    padding: 14px 16px;
  }

  .v3-hero-tl .htl-actions .btn-link {
    display: none;
  }

  .live-mount .v3-hero-tl .htl-stage {
    width: 100%;
    gap: 6px;
  }

  .live-mount .v3-hero-tl .htl-phone .v3-phone {
    width: clamp(132px, 36vw, 155px) !important;
  }

  .live-mount .v3-hero-tl .htl-axis {
    flex-basis: 34px;
    gap: 5px;
  }

  .v3-hero-tl .htl-axis .ax-arr {
    font-size: 18px;
  }

  .v3-hero-tl .htl-axis .ax-d {
    width: 34px;
    font-size: 7px;
    letter-spacing: 0.12em;
  }

  .v3-em-lap {
    gap: 24px;
  }

  .v3-em-lap .el-stage {
    gap: 14px;
  }

  .v3-em-lap .el-anno-r {
    display: none;
  }

  .v3-em-lap .el-topbar {
    grid-template-columns: 1fr;
    padding: 6px;
  }

  .v3-em-lap .el-lights,
  .v3-em-lap .el-actions,
  .v3-em-lap .el-sb,
  .v3-em-lap .el-r .check,
  .v3-em-lap .el-r .star {
    display: none;
  }

  .v3-em-lap .el-body {
    display: block;
    min-height: auto;
  }

  .v3-em-lap .el-list-head {
    padding: 8px 10px;
  }

  .v3-em-lap .el-r {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 6px 10px;
    padding: 10px;
  }

  .v3-em-lap .el-r .from {
    grid-column: 1;
    font-size: 11px;
  }

  .v3-em-lap .el-r .when {
    grid-column: 2;
    grid-row: 1;
  }

  .v3-em-lap .el-r .subj {
    grid-column: 1 / -1;
    white-space: normal;
    line-height: 1.35;
  }

  .v3-em-lap .el-r-atts {
    grid-column: 1 / -1;
    flex-wrap: wrap;
  }

  .v3-em-lap .el-r-atts .att {
    max-width: 100%;
    flex: 1 1 140px;
  }

  .v3-em-lap .el-base {
    height: 18px;
    border-radius: 0 0 10px 10px;
  }

  .v3-rescue-dip .rd-img-wrap {
    aspect-ratio: 4 / 3;
  }

  .v3-rescue-dip .annot {
    font-size: 15px;
  }

  .v3b-pack .pk-phone-wrap .v3-phone,
  .live-mount .v3b-pack .pk-phone-wrap .v3-phone {
    width: 214px !important;
    height: 464px !important;
    max-width: 214px !important;
    max-height: 464px !important;
  }

  .v3b-pack .pk-foot {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .v3b-pack .pk-foot .f-cell {
    border-right: 0;
    padding: 0 0 10px;
    border-bottom: 1px solid var(--pl-line-soft);
  }

  .v3b-pack .pk-foot .f-cell:last-child {
    padding-bottom: 0;
    border-bottom: 0;
  }

  .v3b-pack .pk-chip {
    display: none;
  }

  .ls-pilot-card {
    margin-inline: -2px;
  }

  .ls-pilot-price {
    padding: 24px 20px;
  }

  .contract-doc {
    padding-inline: 18px;
  }

  .sticky-mobile-cta {
    display: block;
    left: 18px;
    right: 18px;
    bottom: 14px;
    padding: 14px 16px;
  }

  .footer {
    padding-bottom: 104px;
  }
}

@media (max-width: 430px) {
  .v3-hero-tl .htl-copy h1 {
    max-width: 10ch;
  }

  .live-mount .v3-hero-tl .htl-stage {
    justify-content: flex-start;
  }

  .live-mount .v3-hero-tl .htl-phone .v3-phone {
    width: 138px !important;
  }

  .live-mount .v3-hero-tl .htl-axis {
    flex-basis: 32px;
  }

  .v3-hero-tl .htl-axis .ax-d {
    width: 32px;
  }
}

/* Phone status bars: replace the placeholder black blocks with quieter, phone-like system icons. */
.v3-phone .v3-status {
  align-items: center;
  min-height: 22px;
}

.v3-phone .v3-status .ri {
  align-items: center;
  gap: 5px;
  color: currentColor;
  opacity: 0.82;
}

.v3-phone .v3-status .ri span {
  position: relative;
  display: block;
  flex: 0 0 auto;
  width: auto;
  height: auto;
  background: none !important;
  border-radius: 0;
  clip-path: none !important;
  opacity: 1;
}

.v3-phone .v3-status .ri span:nth-child(1) {
  width: 13px;
  height: 9px !important;
  background:
    linear-gradient(currentColor, currentColor) 0 100% / 2px 3px no-repeat,
    linear-gradient(currentColor, currentColor) 4px 100% / 2px 5px no-repeat,
    linear-gradient(currentColor, currentColor) 8px 100% / 2px 7px no-repeat,
    linear-gradient(currentColor, currentColor) 12px 100% / 2px 9px no-repeat !important;
  border-radius: 0;
}

.v3-phone .v3-status .ri span:nth-child(2) {
  width: 13px;
  height: 9px !important;
}

.v3-phone .v3-status .ri span:nth-child(2)::before,
.v3-phone .v3-status .ri span:nth-child(2)::after {
  content: "";
  position: absolute;
  left: 50%;
  border: 1.5px solid currentColor;
  border-color: currentColor transparent transparent transparent;
  border-radius: 50%;
  transform: translateX(-50%);
}

.v3-phone .v3-status .ri span:nth-child(2)::before {
  top: 1px;
  width: 12px;
  height: 9px;
}

.v3-phone .v3-status .ri span:nth-child(2)::after {
  top: 5px;
  width: 6px;
  height: 5px;
}

.v3-phone .v3-status .ri span:nth-child(3) {
  width: 19px;
  height: 9px !important;
  border: 1.4px solid currentColor;
  border-radius: 3px;
  box-sizing: border-box;
}

.v3-phone .v3-status .ri span:nth-child(3)::before {
  content: "";
  position: absolute;
  inset: 2px 5px 2px 2px;
  background: currentColor;
  border-radius: 1px;
}

.v3-phone .v3-status .ri span:nth-child(3)::after {
  content: "";
  position: absolute;
  top: 2.5px;
  right: -3.5px;
  width: 2px;
  height: 4px;
  background: currentColor;
  border-radius: 0 2px 2px 0;
  opacity: 0.75;
}

.v3-phone-sm .v3-status .ri {
  gap: 3.5px;
}

.v3-phone-sm .v3-status .ri span:nth-child(1) {
  width: 11px;
  height: 7px !important;
  background:
    linear-gradient(currentColor, currentColor) 0 100% / 1.5px 2.5px no-repeat,
    linear-gradient(currentColor, currentColor) 3.5px 100% / 1.5px 4px no-repeat,
    linear-gradient(currentColor, currentColor) 7px 100% / 1.5px 5.5px no-repeat,
    linear-gradient(currentColor, currentColor) 10.5px 100% / 1.5px 7px no-repeat !important;
}

.v3-phone-sm .v3-status .ri span:nth-child(2) {
  width: 11px;
  height: 7px !important;
}

.v3-phone-sm .v3-status .ri span:nth-child(2)::before {
  top: 0;
  width: 10px;
  height: 8px;
  border-width: 1.3px;
}

.v3-phone-sm .v3-status .ri span:nth-child(2)::after {
  top: 4px;
  width: 5px;
  height: 4px;
  border-width: 1.3px;
}

.v3-phone-sm .v3-status .ri span:nth-child(3) {
  width: 17px;
  height: 8px !important;
  border-width: 1.2px;
  border-radius: 2.5px;
}

.v3-phone-sm .v3-status .ri span:nth-child(3)::after {
  top: 2px;
  right: -3px;
  width: 1.8px;
  height: 3.5px;
}

/* Keep the Proof Pack heading in the same visual scale as the other mockup
   section headers, while forcing this shorter line to stay on one row. */
.live-mount .v3b-pack .pk-head h2 {
  font-size: clamp(42px, 2.35vw, 46px) !important;
  line-height: 1.04;
  letter-spacing: 0;
  white-space: nowrap;
}

.live-mount .v3b-pack .pk-callout .ln {
  display: none !important;
}

.live-mount .v3b-pack .pk-head {
  border-bottom: 0 !important;
}

.live-mount .v3b-pack .pk-l {
  grid-template-columns: 1fr 24px !important;
}

.live-mount .v3b-pack .pk-r {
  grid-template-columns: 24px 1fr !important;
}

@media (max-width: 1100px) {
  .live-mount .v3b-pack .pk-head h2 {
    font-size: 32px !important;
  }
}

@media (max-width: 640px) {
  .live-mount .v3b-pack .pk-head h2 {
    font-size: 24px !important;
  }
}

@media (max-width: 430px) {
  .live-mount .v3b-pack .pk-head h2 {
    font-size: 22px !important;
  }
}

/* V4 conversion polish: keep the approved page structure, but fix the
   small trust and responsive issues found in the copy/design audit. */
.tier li::before {
  content: "•" !important;
  width: auto !important;
  height: auto !important;
  margin-top: 0 !important;
  background: transparent !important;
  color: currentColor;
  opacity: 0.62;
  line-height: 1;
}

.faq-grid {
  grid-template-columns: 1fr !important;
  max-width: 980px;
  margin-inline: auto;
  gap: 36px !important;
}

.faq-grid > div:first-child {
  max-width: 680px;
}

.faq-grid h2 {
  max-width: 22ch !important;
}

@media (min-width: 641px) and (max-width: 900px) {
  .live-mount .v3-hero-tl {
    grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr) !important;
    gap: 24px !important;
    align-items: center !important;
  }

  .v3-hero-tl .htl-copy {
    width: auto !important;
    gap: 10px !important;
  }

  .v3-hero-tl .htl-copy h1 {
    max-width: 12ch !important;
    font-size: clamp(38px, 5.9vw, 48px) !important;
    line-height: 1 !important;
  }

  .v3-hero-tl .htl-copy .htl-lead {
    max-width: 35ch !important;
    font-size: 14px !important;
  }

  .v3-hero-tl .htl-actions {
    gap: 14px !important;
    align-items: center !important;
  }

  .live-mount .v3-hero-tl .htl-stage {
    width: 100% !important;
    justify-content: center !important;
    gap: 8px !important;
    margin: 0 !important;
  }

  .live-mount .v3-hero-tl .htl-phone .v3-phone {
    width: clamp(132px, 18vw, 166px) !important;
  }

  .live-mount .v3-hero-tl .htl-axis {
    flex-basis: 34px !important;
  }

  .v3-hero-tl .htl-axis .ax-d {
    width: 34px !important;
    white-space: normal !important;
  }
}

@media (max-width: 640px) {
  .v3-hero-tl .htl-copy h1 {
    max-width: 14.5ch !important;
    font-size: clamp(36px, 9.8vw, 40px) !important;
    line-height: 1.04 !important;
  }

  .pricing-menu {
    border-inline: 1px solid var(--rule);
  }

  .tier {
    padding: 28px 22px !important;
    gap: 14px !important;
  }

  .tier h3 {
    font-size: 28px !important;
  }

  .tier .price {
    font-size: 44px !important;
    padding-block: 10px !important;
  }

  .tier li {
    gap: 8px !important;
  }

  .sticky-mobile-cta {
    display: block;
    left: 50% !important;
    right: auto !important;
    bottom: 14px !important;
    width: max-content;
    max-width: calc(100vw - 36px);
    min-width: 210px;
    padding: 12px 18px !important;
    border-radius: 999px;
    box-shadow: 0 18px 36px -18px rgba(13, 13, 11, 0.72);
    opacity: 0;
    pointer-events: none;
    transform: translateX(-50%) translateY(calc(120% + 24px)) !important;
    transition:
      opacity 180ms var(--ease-quiet),
      transform 180ms var(--ease-quiet);
  }

  body.sticky-cta-ready .sticky-mobile-cta {
    opacity: 1;
    pointer-events: auto;
    transform: translateX(-50%) translateY(0) !important;
  }

  .footer {
    padding-bottom: 92px !important;
  }
}

/* 2026-05-26 responsive sign-off pass.
   Keep the approved desktop composition, but stop the mobile/tablet hero from
   reading like a squeezed desktop mockup. */
@media (min-width: 641px) and (max-width: 900px) {
  .v3-hero-tl .htl-copy h1 {
    max-width: 14ch !important;
    font-size: clamp(40px, 5.4vw, 46px) !important;
  }

  .live-mount .v3-hero-tl .htl-stage {
    gap: 10px !important;
  }

  .live-mount .v3-hero-tl .htl-phone .v3-phone {
    width: clamp(126px, 17vw, 158px) !important;
  }
}

@media (max-width: 640px) {
  html,
  body {
    overflow-x: hidden;
  }

  .hero.ls-hero {
    padding-block: 34px 42px !important;
  }

  .live-mount .v3-hero-tl {
    gap: 24px !important;
    overflow: hidden;
  }

  .v3-hero-tl .htl-copy {
    gap: 12px !important;
  }

  .v3-hero-tl .htl-copy .mk-kicker {
    max-width: 31ch !important;
    font-size: 9.5px !important;
    line-height: 1.55 !important;
  }

  .v3-hero-tl .htl-copy h1 {
    max-width: 18ch !important;
    font-size: clamp(35px, 9.2vw, 38px) !important;
    line-height: 1.06 !important;
  }

  .v3-hero-tl .htl-copy .htl-lead {
    max-width: 34ch !important;
    font-size: 14px !important;
    line-height: 1.55 !important;
  }

  .v3-hero-tl .htl-actions {
    align-items: flex-start !important;
    margin-top: 6px !important;
  }

  .v3-hero-tl .htl-actions .btn-primary {
    align-self: flex-start !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: 100% !important;
    padding: 13px 17px !important;
    font-size: 11.5px !important;
    white-space: nowrap;
  }

  .live-mount .v3-hero-tl .htl-stage {
    width: 100% !important;
    max-width: 334px !important;
    justify-content: center !important;
    gap: 4px !important;
    margin: 8px auto 0 !important;
    overflow: visible;
  }

  .live-mount .v3-hero-tl .htl-phone .v3-phone {
    width: clamp(112px, 30vw, 126px) !important;
  }

  .live-mount .v3-hero-tl .htl-axis {
    flex: 0 0 28px !important;
    padding-inline: 0 !important;
    gap: 4px !important;
  }

  .v3-hero-tl .htl-axis .ax-arr {
    font-size: 17px !important;
  }

  .v3-hero-tl .htl-axis .ax-d {
    width: 28px !important;
    font-size: 6.5px !important;
    letter-spacing: 0.08em !important;
  }
}

@media (max-width: 430px) {
  .v3-hero-tl .htl-copy h1 {
    max-width: 18ch !important;
  }

  .live-mount .v3-hero-tl .htl-stage {
    max-width: 316px !important;
    justify-content: center !important;
  }

  .live-mount .v3-hero-tl .htl-phone .v3-phone {
    width: clamp(108px, 29vw, 118px) !important;
  }

  .live-mount .v3-hero-tl .htl-axis {
    flex-basis: 26px !important;
  }

  .v3-hero-tl .htl-axis .ax-d {
    width: 26px !important;
  }
}

@media (max-width: 900px) {
  .v3b-pack .pk-l,
  .v3b-pack .pk-r,
  .live-mount .v3b-pack .pk-l,
  .live-mount .v3b-pack .pk-r {
    grid-template-columns: 28px minmax(0, 1fr) !important;
    align-items: start !important;
    text-align: left !important;
  }

  .v3b-pack .pk-callout .num,
  .live-mount .v3b-pack .pk-callout .num {
    grid-column: 1 !important;
    grid-row: 1 !important;
    justify-self: start !important;
  }

  .v3b-pack .pk-callout .txt,
  .live-mount .v3b-pack .pk-callout .txt {
    grid-column: 2 !important;
    grid-row: 1 !important;
  }

  .v3b-pack .pk-callout .thumb,
  .live-mount .v3b-pack .pk-callout .thumb {
    display: none !important;
  }
}

/* 2026-05-26 mobile pricing + cleanup pass. */
.pricing-pack-head {
  text-align: left;
  max-width: 1160px !important;
  margin-inline: auto !important;
}

.pricing-pack-head h2,
#pricing .section-head.narrow h2 {
  max-width: none !important;
  width: 100% !important;
  white-space: nowrap;
}

.pricing-eyebrow {
  margin: 0 !important;
  font-family: var(--font-sans);
  font-size: 13px !important;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--fg-quiet) !important;
}

.pricing-pack-menu {
  gap: 20px;
  border: 0 !important;
  align-items: stretch;
}

.pricing-pack-tier {
  position: relative;
  min-height: 100%;
  padding: 42px 38px 34px !important;
  border: 1px solid var(--rule) !important;
  border-radius: 7px;
  gap: 16px !important;
  overflow: visible;
}

.pricing-pack-tier.pricing-pack-sample {
  border-style: dashed !important;
  border-color: rgba(153, 113, 49, 0.78) !important;
}

.pricing-pack-tier.recommended {
  border-color: var(--pl-ink) !important;
  background: var(--pl-ink) !important;
}

.pricing-pack-tier .tier-badge {
  position: absolute;
  top: -15px;
  right: 36px;
  padding: 8px 16px;
  border-radius: 999px;
  background: var(--pl-bronze);
  color: var(--pl-paper);
  font-family: var(--font-sans);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.pricing-pack-tier .tier-kicker {
  color: var(--pl-bronze) !important;
  font-size: 11px !important;
}

.pricing-pack-tier h3 {
  font-size: clamp(31px, 2.6vw, 39px) !important;
}

.pricing-pack-tier .tier-summary {
  min-height: 48px;
  max-width: 32ch;
  color: var(--fg-soft);
}

.pricing-pack-tier.recommended .tier-summary,
.pricing-pack-tier.recommended .tier-foot {
  color: rgba(251, 248, 241, 0.72) !important;
}

.pricing-pack-tier .price {
  border: 0 !important;
  padding: 20px 0 8px !important;
  font-size: clamp(58px, 5.2vw, 74px) !important;
}

.pricing-pack-tier .price small {
  max-width: 42ch;
  line-height: 1.45;
  letter-spacing: 0.11em !important;
}

.pricing-pack-tier .tier-rule {
  height: 1px;
  background: var(--rule-soft);
  margin-block: 10px 2px;
}

.pricing-pack-tier.recommended .tier-rule {
  background: rgba(251, 248, 241, 0.14);
}

.pricing-pack-tier .tier-section-label {
  margin-top: 0;
  font-family: var(--font-sans);
  font-size: 11px !important;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--fg-quiet) !important;
}

.pricing-pack-tier.recommended .tier-section-label {
  color: rgba(251, 248, 241, 0.48) !important;
}

.pricing-pack-tier ul {
  gap: 0 !important;
}

.pricing-pack-tier li {
  position: relative;
  display: block !important;
  padding-left: 22px;
  padding: 11px 0;
  padding-left: 22px !important;
  border-bottom: 1px dashed rgba(13, 13, 11, 0.11);
  font-size: 15px !important;
  line-height: 1.48;
  color: var(--fg) !important;
}

.pricing-pack-tier li::before {
  content: "" !important;
  position: absolute;
  left: 0;
  top: 18px;
  width: 8px !important;
  height: 8px !important;
  margin: 0 !important;
  border-radius: 999px;
  background: var(--pl-bronze) !important;
  opacity: 0.85;
}

.pricing-pack-tier.recommended li {
  border-bottom-color: rgba(251, 248, 241, 0.11);
  color: rgba(251, 248, 241, 0.88) !important;
}

.pricing-pack-tier li strong {
  color: var(--fg);
  font-weight: 700;
}

.pricing-pack-tier.recommended li strong {
  color: var(--pl-paper);
}

.pricing-pack-tier .tier-foot {
  margin-top: auto;
  color: var(--fg-soft);
  font-family: var(--font-sans);
  font-size: 14px;
  line-height: 1.55;
}

.pricing-pack-tier .tier-guarantee {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 14px 0 0;
  padding: 12px 14px;
  border: 1px solid rgba(139, 111, 71, 0.34);
  background: rgba(139, 111, 71, 0.08);
  color: var(--fg);
  font-family: var(--font-sans);
  font-size: clamp(15px, 1.02vw, 17px);
  line-height: 1.25;
  font-weight: 700;
}

.pricing-pack-tier .tier-guarantee .guarantee-check {
  display: inline-grid;
  place-items: center;
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  border-radius: 999px;
  background: #1d9bf0;
  color: #fff;
  font-size: 15px;
  line-height: 1;
  box-shadow: 0 0 0 2px rgba(29, 155, 240, 0.14);
}

.pricing-pack-tier .tier-guarantee strong {
  color: inherit;
  font-weight: 800;
}

.pricing-pack-tier.recommended .tier-guarantee {
  border-color: rgba(180, 143, 79, 0.55);
  background: rgba(180, 143, 79, 0.14);
  color: var(--pl-paper);
}

.pricing-pack-tier .button {
  margin-top: 6px !important;
}

.pricing-retainer-note {
  margin: 26px auto 0;
  max-width: 760px;
  color: var(--fg-soft);
  font-family: var(--font-sans);
  font-size: 14px;
  line-height: 1.55;
  text-align: center;
}

@media (max-width: 760px) {
  .pricing-pack-head {
    text-align: center;
  }

  .pricing-pack-head h2,
  #pricing .section-head.narrow h2 {
    white-space: normal;
  }

  .pricing-pack-menu {
    grid-template-columns: 1fr !important;
    gap: 18px !important;
    border: 0 !important;
  }

  .pricing-pack-tier {
    padding: 32px 24px 28px !important;
  }

  .pricing-pack-tier .tier-summary {
    min-height: 0;
  }

  .pricing-pack-tier .price {
    font-size: 54px !important;
  }

  .pricing-pack-tier .tier-guarantee {
    font-size: 15px;
    padding: 12px 13px;
  }
}

@media (max-width: 640px) {
  .v3-hero-tl .htl-copy {
    align-items: center !important;
    text-align: center !important;
    margin-inline: auto !important;
  }

  .v3-hero-tl .htl-copy .mk-kicker,
  .v3-hero-tl .htl-copy h1,
  .v3-hero-tl .htl-copy .htl-lead {
    margin-inline: auto !important;
  }

  .v3-hero-tl .htl-copy h1 {
    max-width: 13ch !important;
    font-size: clamp(36px, 10.4vw, 42px) !important;
    line-height: 1.04 !important;
  }

  .v3-hero-tl .htl-copy .htl-lead {
    max-width: 31ch !important;
  }

  .v3-hero-tl .htl-actions {
    align-items: center !important;
    justify-content: center !important;
  }

  .v3-hero-tl .htl-actions .btn-primary {
    align-self: center !important;
  }

  .live-mount .v3-hero-tl .htl-stage {
    max-width: 336px !important;
    justify-content: center !important;
  }

  .live-mount .v3-hero-tl .htl-phone .v3-phone {
    width: clamp(118px, 31vw, 132px) !important;
  }

  .v3-hero-tl .v3-roll-day .mk-meta,
  .v3-hero-tl .v3-files-ttl .meta,
  .v3-hero-tl .v3-pdf-nav .ico,
  .v3-hero-tl .v3-pdf .v3-pdf-stage::after {
    display: none !important;
  }

  .v3-hero-tl .v3-roll-nav,
  .v3-hero-tl .v3-pdf-nav,
  .v3-hero-tl .v3-status {
    font-size: 8px !important;
  }

  .v3-hero-tl .v3-pdf-nav .ttl {
    font-size: 0 !important;
    white-space: nowrap !important;
  }

  .v3-hero-tl .v3-pdf-nav .ttl::after {
    content: "Pack";
    font-size: 8px;
  }

  .v3-hero-tl .v3-pdf-nav .back,
  .v3-hero-tl .v3-pdf-nav .share {
    font-size: 0 !important;
  }

  .v3-hero-tl .v3-pdf-nav .back::before {
    content: "‹";
    font-size: 8px;
  }

  .v3-hero-tl .v3-pdf-page h2 {
    font-size: 14px !important;
  }

  .v3-hero-tl .v3-pdf-page .mk-label,
  .v3-hero-tl .v3-pdf-page dl,
  .v3-hero-tl .v3-pdf-page .pdf-lines {
    font-size: 6.6px !important;
  }

  .v3-em-lap .el-head,
  .v3-em-lap .el-head h2,
  .v3-em-lap .el-head .el-lead {
    text-align: center !important;
    margin-inline: auto !important;
  }

  .v3-em-lap .el-head h2 {
    max-width: 13ch !important;
    font-size: clamp(31px, 9vw, 38px) !important;
  }

  .v3-em-lap .el-stage {
    grid-template-columns: 1fr !important;
    justify-items: center !important;
    gap: 14px !important;
  }

  .v3-em-lap .el-anno {
    display: none !important;
  }

  .v3-em-lap .el-laptop {
    width: min(100%, 342px) !important;
    max-width: 342px !important;
    transform: none !important;
  }

  .v3-em-lap .el-list > .el-r {
    display: none !important;
  }

  .v3-em-lap .el-list > .el-r:nth-of-type(1),
  .v3-em-lap .el-list > .el-r:nth-of-type(4),
  .v3-em-lap .el-list > .el-r:nth-of-type(5) {
    display: grid !important;
  }

  .v3-em-lap .el-r {
    padding: 9px 10px !important;
  }

  .v3-em-lap .el-r-atts .att {
    flex-basis: 100% !important;
  }

  .v3-rescue-dip header {
    align-items: center !important;
    text-align: center !important;
  }

  .v3-rescue-dip header .mk-h2 {
    max-width: 15ch;
    margin-inline: auto;
    font-size: clamp(31px, 8.8vw, 38px) !important;
  }

  .v3-rescue-dip .rescue-edit-note {
    max-width: 34ch;
    margin-inline: auto;
  }

  .v3-rescue-dip .rd-stage {
    grid-template-columns: 1fr !important;
    gap: 14px !important;
    justify-items: center;
  }

  .v3-rescue-dip .rd-side {
    width: 100%;
  }

  .v3-rescue-dip .rd-img.raw,
  .v3-rescue-dip .rd-img.clean {
    transform: none !important;
  }

  .v3-rescue-dip .rd-arrow {
    flex-direction: column !important;
    gap: 5px !important;
  }

  .v3-rescue-dip .rd-arr-icon {
    font-size: 0 !important;
  }

  .v3-rescue-dip .rd-arr-icon::before {
    content: "↓";
    font-size: 26px;
  }

  .v3-rescue-dip .rd-arr-label {
    letter-spacing: 0.18em !important;
  }

  .live-mount .v3b-pack .pk-stage {
    display: grid !important;
    grid-template-columns: minmax(132px, 0.82fr) minmax(0, 1fr) !important;
    gap: 14px 12px !important;
    align-items: center !important;
  }

  .v3b-pack .pk-head {
    grid-column: 1 / -1 !important;
    grid-row: 1 !important;
    order: 0 !important;
    text-align: center !important;
    padding-bottom: 8px !important;
  }

  .live-mount .v3b-pack .pk-head h2 {
    white-space: normal !important;
    max-width: 14ch;
    margin-inline: auto;
    font-size: clamp(29px, 8.2vw, 36px) !important;
    line-height: 1.04 !important;
  }

  .v3b-pack .pk-head .pk-lead {
    max-width: 32ch;
    margin-inline: auto;
  }

  .v3b-pack .pk-phone-wrap {
    grid-column: 1 !important;
    grid-row: 2 / span 3 !important;
    order: 0 !important;
    justify-self: end !important;
    padding: 0 !important;
  }

  .v3b-pack .pk-phone-wrap .v3-phone,
  .live-mount .v3b-pack .pk-phone-wrap .v3-phone {
    width: 148px !important;
    height: 322px !important;
    max-width: 148px !important;
    max-height: 322px !important;
  }

  .v3b-pack .pk-callout {
    display: none !important;
  }

  .v3b-pack .pk-callout.row-2,
  .v3b-pack .pk-callout.row-3,
  .v3b-pack .pk-callout.row-4 {
    display: grid !important;
    grid-template-columns: 1fr !important;
    grid-column: 2 !important;
    grid-row: auto !important;
    order: 0 !important;
    padding: 10px 0 10px 14px !important;
    border-top: 0 !important;
    border-left: 1px solid rgba(153, 113, 49, 0.34);
    text-align: left !important;
    gap: 4px !important;
  }

  .v3b-pack .pk-callout.row-2::before,
  .v3b-pack .pk-callout.row-3::before,
  .v3b-pack .pk-callout.row-4::before {
    content: "←";
    display: block;
    margin-bottom: 2px;
    color: var(--pl-bronze);
    font-family: var(--font-mono);
    font-size: 13px;
  }

  .v3b-pack .pk-callout .num,
  .v3b-pack .pk-callout .ln,
  .v3b-pack .pk-chip {
    display: none !important;
  }

  .v3b-pack .pk-callout .txt {
    grid-column: auto !important;
  }

  .v3b-pack .pk-callout .lbl {
    font-size: 14px !important;
    line-height: 1.15 !important;
  }

  .v3b-pack .pk-callout .desc {
    font-size: 10.5px !important;
    line-height: 1.38 !important;
  }

  .contract-intro {
    text-align: center !important;
    justify-items: center !important;
    align-items: center !important;
  }

  .contract-intro h2 {
    width: 100%;
    max-width: 12ch !important;
    margin-inline: auto !important;
    text-align: center !important;
  }

  .close .ls-close-simple {
    text-align: center !important;
  }

  .close .ls-close-simple h2 {
    margin-inline: auto !important;
  }

  .footer-grid {
    grid-template-columns: 1fr !important;
    text-align: center !important;
    justify-items: center !important;
    gap: 28px !important;
  }

  .footer-brand {
    display: grid;
    justify-items: center;
    max-width: 30ch;
  }

  .footer-col-list {
    display: none !important;
  }

  .footer-col-list:last-of-type {
    display: grid !important;
    justify-items: center;
    gap: 12px;
  }

  .footer-bottom {
    flex-direction: column !important;
    align-items: center !important;
    gap: 10px !important;
    text-align: center !important;
  }
}

@media (max-width: 430px) {
  .live-mount .v3-hero-tl .htl-stage {
    justify-content: center !important;
    max-width: 326px !important;
  }

  .live-mount .v3-hero-tl .htl-phone .v3-phone {
    width: clamp(113px, 30vw, 124px) !important;
  }
}

@media (max-width: 900px) {
  .v3-hero-tl .v3-pdf-nav .ttl {
    font-size: 0 !important;
    white-space: nowrap !important;
  }

  .v3-hero-tl .v3-pdf-nav .ttl::after {
    content: "Pack";
    font-size: 8px;
  }

  .v3-hero-tl .v3-pdf-nav .back,
  .v3-hero-tl .v3-pdf-nav .share {
    font-size: 0 !important;
  }

  .v3-hero-tl .v3-pdf-nav .back::before {
    content: "‹";
    font-size: 8px;
  }
}
