.page-shell .site-footer { margin-top: 0; }
.page-hero-band {
  background: linear-gradient(135deg, #f4f7fb, #ffffff);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.page-hero-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 58px 36px 46px;
}
.section-kicker {
  margin: 0 0 10px;
  color: var(--red);
  font-size: 13px;
  line-height: 1.2;
  font-weight: 900;
}
.page-hero-inner h1 {
  max-width: 830px;
  margin: 0;
  color: var(--blue);
  font-size: 44px;
  line-height: 1.08;
  letter-spacing: 0;
}
.page-lead {
  max-width: 780px;
  margin: 18px 0 0;
  color: #243142;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 700;
}
.chip-list {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 22px;
}
.chip-list span {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 8px 12px;
  background: #fff;
  color: var(--blue);
  font-size: 13px;
  font-weight: 900;
}
.page-card-grid {
  max-width: 1180px;
  margin: 28px auto;
  padding: 0 36px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.page-card,
.content-band,
.contact-panel,
.static-form,
.faq-list article,
.page-cta {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}
.page-card {
  padding: 22px;
  box-shadow: 0 6px 12px rgba(9,30,66,.06);
}
.page-card h3,
.content-band h2,
.contact-panel h2,
.static-form h2,
.faq-list h2,
.page-cta h2 {
  margin: 0 0 10px;
  color: var(--blue);
  font-size: 22px;
  line-height: 1.15;
  letter-spacing: 0;
}
.page-card p,
.content-band p,
.content-band li,
.contact-panel p,
.static-form label,
.form-note,
.faq-list p,
.page-cta p {
  color: #243142;
  font-size: 15px;
  line-height: 1.55;
  font-weight: 700;
}
.content-band {
  max-width: 1180px;
  margin: 28px auto;
  padding: 26px 30px;
  overflow-x: auto;
}
.notice {
  border: 1px solid #efd17c;
  border-radius: 8px;
  background: #fff4d6;
  padding: 14px 16px;
  color: #6d4a00 !important;
}
.check-list {
  margin: 12px 0 0;
  padding-left: 22px;
}
.contact-layout {
  max-width: 1180px;
  margin: 28px auto;
  padding: 0 36px;
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 18px;
}
.contact-panel,
.static-form {
  padding: 24px;
}
.contact-panel a { color: var(--blue); font-weight: 900; }
.static-form {
  display: grid;
  gap: 13px;
}
.static-form input,
.static-form select,
.static-form textarea {
  width: 100%;
  margin-top: 6px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 11px 12px;
  font: inherit;
  color: var(--ink);
}
.service-choice-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 14px;
}
.service-choice-grid a {
  min-height: 58px;
  border: 1px solid var(--line);
  border-radius: 8px;
  display: grid;
  place-items: center;
  padding: 12px;
  color: var(--blue);
  font-weight: 900;
  text-align: center;
  background: #f8fafc;
}
.faq-list {
  max-width: 1180px;
  margin: 28px auto;
  padding: 0 36px;
  display: grid;
  gap: 14px;
}
.faq-list article {
  padding: 22px 24px;
}
.page-cta {
  max-width: 1180px;
  margin: 30px auto 36px;
  padding: 24px 30px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 18px;
  align-items: center;
}
.cta-stack {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}
.text-return {
  min-height: 43px;
  display: inline-flex;
  align-items: center;
  color: var(--blue);
  font-weight: 900;
}
.site-map-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
}
.site-map-table th,
.site-map-table td {
  border-bottom: 1px solid var(--line);
  padding: 12px 14px;
  text-align: left;
  vertical-align: top;
}
.site-map-table th {
  background: #eef3f8;
  color: var(--blue);
  font-size: 13px;
}
.status-ready { color: #14623b; font-weight: 900; }
.status-placeholder { color: #9a6300; font-weight: 900; }
@media (max-width: 900px) {
  .page-card-grid,
  .contact-layout,
  .page-cta {
    grid-template-columns: 1fr;
  }
  .service-choice-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .cta-stack {
    justify-content: flex-start;
  }
}
@media (max-width: 520px) {
  .page-hero-inner {
    padding: 36px 18px 30px;
  }
  .page-hero-inner h1 {
    font-size: 31px;
  }
  .page-lead {
    font-size: 15px;
  }
  .page-card-grid,
  .content-band,
  .contact-layout,
  .faq-list,
  .page-cta {
    margin-top: 18px;
    margin-bottom: 18px;
    padding-left: 18px;
    padding-right: 18px;
  }
  .content-band,
  .page-cta {
    width: calc(100% - 36px);
  }
  .service-choice-grid {
    grid-template-columns: 1fr;
  }
}

.content-band p + p { margin-top: 12px; }

.home-blog {
  max-width: 1378px;
  margin: 28px auto 24px;
  padding: 0 36px;
}
.home-blog-heading {
  margin-bottom: 14px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
}
.home-blog-heading h2 {
  margin: 0;
  color: var(--blue);
  font-size: 28px;
  line-height: 1.12;
  letter-spacing: 0;
}
.blog-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.blog-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  padding: 22px;
  box-shadow: 0 6px 12px rgba(9,30,66,.06);
}
.blog-card-topic {
  margin: 0 0 8px;
  color: var(--red) !important;
  font-size: 13px !important;
  line-height: 1.2 !important;
  font-weight: 900 !important;
}
.blog-card h3 {
  margin: 0 0 10px;
  color: var(--blue);
  font-size: 21px;
  line-height: 1.18;
  letter-spacing: 0;
}
.blog-card p {
  margin: 0;
  color: #243142;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 700;
}
.blog-card .text-return {
  margin-top: 14px;
}
.blog-index-page .site-header,
.blog-reading-page .site-header {
  position: sticky;
  top: 0;
  z-index: 80;
  box-shadow: 0 8px 18px rgba(9,30,66,.08);
}
.blog-index-hero .polished-hero-copy h1 span {
  display: block;
  white-space: nowrap;
}
.blog-index-hero .polished-hero-copy h1 {
  font-size: 38px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.blog-index-hero .polished-hero-copy p {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.blog-category-filter {
  display: grid;
  gap: 8px;
  align-items: start;
  justify-items: center;
  justify-content: center;
}
.blog-filter-row {
  display: flex;
  gap: 8px;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
}
.blog-filter,
.blog-category-pill,
.blog-new-badge,
.blog-date {
  border: 1px solid #cdd9e6;
  border-radius: 999px;
  background: #fff;
  color: #123456;
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 6px 11px;
  font: inherit;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
}
.blog-filter {
  cursor: pointer;
}
.blog-filter:hover,
.blog-filter.is-active {
  border-color: var(--blue);
  background: #eaf3ff;
  color: var(--blue-dark);
}
.blog-category-pill {
  border-color: #d7e3ef;
  background: #f6f9fd;
  color: var(--blue-dark);
}
.blog-new-badge {
  border-color: #f1b7bc;
  background: #fff1f2;
  color: var(--red-dark);
}
.blog-date {
  border-color: #d7e3ef;
  background: #f8fafc;
  color: #425061;
}
.blog-list-section {
  max-width: 1100px;
}
.blog-list-heading {
  margin-bottom: 14px;
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 18px;
}
.blog-list-heading h2 {
  margin: 0;
  color: var(--blue);
  font-size: 27px;
  line-height: 1.15;
}
.blog-list-heading p {
  margin: 0;
  color: #425061;
  font-size: 14px;
  font-weight: 800;
}
.blog-row-list {
  display: grid;
  gap: 12px;
}
.blog-no-results {
  margin: 16px 0 0;
  border: 1px solid #d7e3ef;
  border-radius: 8px;
  background: #f8fbff;
  color: var(--blue-dark);
  padding: 16px;
  font-size: 15px;
  line-height: 1.4;
  font-weight: 900;
  text-align: center;
}
.blog-shared-cta {
  gap: 18px;
  padding: 22px 28px;
}
.blog-shared-cta .cta-stack {
  display: grid;
  justify-items: center;
  gap: 10px;
}
.blog-shared-cta-primary {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.blog-shared-cta .cta {
  min-width: 170px;
  min-height: 42px;
  padding-left: 22px;
  padding-right: 22px;
}
.blog-request-cta {
  background: var(--red);
  color: #fff;
  justify-self: center;
}
.blog-request-cta:hover,
.blog-request-cta:focus-visible {
  background: var(--red-dark);
  color: #fff;
}
.blog-row {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  padding: 14px 18px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
  color: inherit;
  box-shadow: 0 4px 10px rgba(9,30,66,.05);
  transition: border-color .18s ease, background-color .18s ease, transform .18s ease;
}
.blog-row:hover,
.blog-row:focus-visible {
  border-color: var(--blue);
  background: #f7fbff;
  transform: translateY(-1px);
  outline: none;
}
.blog-row-main {
  min-width: 0;
  display: grid;
  gap: 7px;
}
.blog-row-line {
  min-width: 0;
}
.blog-row-line-title {
  display: flex;
  align-items: center;
  gap: 9px;
  flex-wrap: wrap;
}
.blog-row-line-title strong {
  color: var(--blue);
  font-size: 18px;
  line-height: 1.25;
}
.blog-row-summary {
  margin: 0;
  color: #253143;
  font-size: 15px;
  line-height: 1.45;
  font-weight: 800;
}
.blog-row-arrow {
  color: var(--red);
  font-size: 32px;
  line-height: 1;
  font-weight: 900;
}
.blog-article h2 {
  margin: 22px 0 8px;
}
.blog-article h2:first-child {
  margin-top: 0;
}
.blog-reading-shell {
  width: min(100%, 1040px);
  margin: 0 auto;
  padding: 34px 36px 40px;
}
.blog-reading-hero {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(135deg, #f7faff, #fff);
  padding: 36px;
}
.blog-reading-hero h1 {
  max-width: 100%;
  margin: 0;
  color: var(--blue);
  font-size: 42px;
  line-height: 1.1;
  letter-spacing: 0;
  text-wrap: balance;
}
.blog-reading-hero .article-summary {
  max-width: 100%;
  margin: 15px 0 0;
  color: #243142;
  font-size: 17px;
  line-height: 1.58;
  font-weight: 800;
}
.blog-reading-meta {
  margin-top: 18px;
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  color: #425061;
  font-size: 13px;
  font-weight: 900;
}
.blog-reading-content {
  width: 100%;
  max-width: 100%;
  margin: 30px 0 0;
}
.blog-reading-content h2 {
  margin: 30px 0 10px;
  color: var(--blue);
  font-size: 25px;
  line-height: 1.2;
  text-wrap: balance;
}
.blog-reading-content p,
.blog-reading-content li {
  color: #202b3a;
  font-size: 17px;
  line-height: 1.78;
  font-weight: 700;
}
.blog-reading-content p {
  margin: 0;
}
.blog-reading-content p + p {
  margin-top: 15px;
}
.blog-reading-content .check-list {
  margin-top: 14px;
}
.blog-inline-image {
  margin: 24px 0 28px;
  border: 1px solid rgba(23,32,46,.14);
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 4px 10px rgba(9,30,66,.06);
}
.blog-inline-image img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 520px;
  object-fit: cover;
  background: #eef3f7;
}
.blog-inline-image.blog-image-crop-ice-machine {
  aspect-ratio: 2.72 / 1;
}
.blog-inline-image.blog-image-crop-ice-machine img {
  height: 100%;
  object-fit: cover;
  object-position: top center;
}
.blog-inline-image figcaption {
  margin: 0;
  padding: 11px 13px;
  color: #334155;
  font-size: .92rem;
  line-height: 1.45;
  font-weight: 800;
  border-top: 1px solid rgba(23,32,46,.12);
}
.blog-inline-image figcaption span {
  display: block;
  margin-top: 4px;
  color: #64748b;
}
.blog-inline-cta {
  width: 100%;
  margin-top: 34px;
  margin-bottom: 24px;
}
.blog-after-article {
  margin: 24px 0 18px;
  padding: 0;
  display: grid;
  gap: 10px;
}
.blog-search-categories {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
}
.blog-after-article .blog-search-categories {
  justify-content: space-between;
}
.blog-search-box {
  width: min(100%, 220px);
  min-height: 38px;
  border: 1px solid #c9d8e8;
  border-radius: 999px;
  background: #fff;
  color: var(--blue-dark);
  padding: 7px 12px;
  display: inline-grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 8px;
  align-items: center;
  font-size: 14px;
  line-height: 1.1;
  font-weight: 900;
  flex: 0 1 220px;
}
.blog-search-box:hover,
.blog-search-box:focus-within {
  border-color: var(--blue);
  background: #eef6ff;
  outline: none;
}
.blog-search-submit {
  width: 24px;
  height: 24px;
  border: 0;
  background: transparent;
  color: var(--red);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  cursor: pointer;
}
.blog-search-icon {
  color: var(--red);
  font-size: 22px;
  line-height: 1;
}
.blog-search-input {
  width: 100%;
  min-width: 0;
  border: 0;
  background: transparent;
  color: var(--blue-dark);
  font: inherit;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 900;
  outline: none;
}
.blog-search-input::placeholder {
  color: #425061;
  opacity: 1;
}
.blog-after-actions {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.blog-after-actions a {
  border: 1px solid #d2deea;
  border-radius: 999px;
  background: #fff;
  color: var(--blue-dark);
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1;
  font-weight: 900;
}
.blog-category-label {
  color: #334155;
  font-size: 12px;
  line-height: 1;
  font-weight: 900;
  white-space: nowrap;
}
.blog-after-actions a:hover,
.blog-after-actions a:focus-visible {
  border-color: var(--blue);
  background: #eaf3ff;
  outline: none;
}
.blog-category-actions {
  align-items: center;
  justify-content: center;
  flex: 1 1 420px;
}
.blog-after-article .blog-category-actions {
  justify-content: flex-end;
}
.blog-bottom-nav {
  margin-top: 18px;
  display: grid;
  grid-template-columns: 1fr auto auto 1fr;
  gap: 14px;
  align-items: center;
}
.blog-bottom-nav-link,
.blog-bottom-nav-home {
  min-height: 34px;
  color: var(--blue-dark);
  padding: 4px 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 900;
}
.blog-bottom-nav-link {
  justify-content: flex-start;
}
.blog-bottom-nav-next {
  justify-content: flex-end;
  text-align: right;
}
.blog-bottom-nav-link .blog-nav-icon,
.blog-bottom-nav-home span {
  color: var(--red);
  font-size: 20px;
  line-height: 1;
  flex: 0 0 auto;
}
.blog-bottom-nav-link strong,
.blog-bottom-nav-home strong {
  min-width: 0;
}
.blog-bottom-nav-link:hover,
.blog-bottom-nav-home:hover,
.blog-bottom-nav-link:focus-visible,
.blog-bottom-nav-home:focus-visible {
  color: var(--red);
  text-decoration: underline;
  text-underline-offset: 4px;
  outline: none;
}
.blog-bottom-nav-link.is-disabled {
  color: #7b8794;
  text-decoration: none;
}
.blog-bottom-nav-home {
  text-align: center;
  white-space: nowrap;
}

.polished-page-hero {
  max-width: 1180px;
  margin: 30px auto 0;
  padding: 0 36px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, .78fr);
  gap: 22px;
  align-items: stretch;
}
.polished-hero-copy {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(135deg, #f7faff, #fff);
  padding: 36px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.polished-hero-copy h1 {
  max-width: 760px;
  margin: 0;
  color: var(--blue);
  font-size: 42px;
  line-height: 1.08;
  letter-spacing: 0;
}
.polished-hero-copy p {
  max-width: 720px;
  margin: 16px 0 0;
  color: #243142;
  font-size: 17px;
  line-height: 1.52;
  font-weight: 700;
}
.polished-hero-media {
  min-height: 320px;
  margin: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  background: #f4f7fb;
}
.polished-hero-media img,
.polished-media-card img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.polished-section {
  max-width: 1180px;
  margin: 28px auto;
  padding: 0 36px;
}
.polished-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.polished-card,
.polished-panel {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 6px 12px rgba(9,30,66,.06);
}
.polished-card {
  padding: 22px;
}
.polished-card h3,
.polished-panel h2 {
  margin: 0 0 10px;
  color: var(--blue);
  font-size: 22px;
  line-height: 1.16;
}
.polished-card p,
.polished-panel p,
.polished-panel li {
  color: #243142;
  font-size: 15px;
  line-height: 1.55;
  font-weight: 700;
}
.polished-card p,
.polished-panel p {
  margin: 0;
}
.polished-card p + p,
.polished-panel p + p {
  margin-top: 12px;
}
.polished-card-icon {
  width: 58px;
  height: 58px;
  margin-bottom: 14px;
  border: 1px solid #d9e3ee;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #f6f9fd;
  color: var(--red);
  font-size: 24px;
  font-weight: 900;
}
.polished-two-column {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
  gap: 18px;
  align-items: stretch;
}
.polished-media-card {
  min-height: 280px;
  margin: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  background: #f4f7fb;
}
.polished-panel {
  padding: 26px 30px;
}
.polished-panel .check-list {
  margin-top: 10px;
}
.service-request-form-card {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 6px 12px rgba(9,30,66,.06);
}
.service-request-form-card h2 {
  margin: 0 0 10px;
  color: var(--blue);
  font-size: 24px;
  line-height: 1.16;
}
.service-request-form-card > p {
  max-width: 68ch;
  margin: 0 0 18px;
  color: #243142;
  font-size: 15px;
  line-height: 1.55;
  font-weight: 700;
}
.service-request-form {
  display: block;
}
.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
.form-field,
.form-field-full {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 7px;
  color: var(--blue);
  font-size: 14px;
  line-height: 1.25;
  font-weight: 900;
}
.form-field-full {
  grid-column: 1 / -1;
}
.form-field input,
.form-field select,
.form-field textarea,
.form-field-full input,
.form-field-full select,
.form-field-full textarea {
  width: 100%;
  min-height: 46px;
  border: 1px solid #c7d5e5;
  border-radius: 8px;
  background: #fff;
  padding: 11px 12px;
  color: #162235;
  font: inherit;
  font-weight: 700;
  line-height: 1.35;
}
.form-field textarea,
.form-field-full textarea {
  min-height: 132px;
  resize: vertical;
}
.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus,
.form-field-full input:focus,
.form-field-full select:focus,
.form-field-full textarea:focus {
  border-color: var(--blue);
  outline: 3px solid rgba(0, 82, 155, .18);
  outline-offset: 1px;
}
.photo-note-box {
  grid-column: 1 / -1;
  border: 1px solid #d9e3ee;
  border-radius: 8px;
  background: #f7faff;
  padding: 15px 16px;
}
.photo-note-box strong {
  display: block;
  margin-bottom: 6px;
  color: var(--blue);
  font-size: 15px;
  line-height: 1.25;
}
.photo-note-box p {
  margin: 0;
  color: #243142;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 700;
}
.form-actions {
  grid-column: 1 / -1;
  display: flex;
  justify-content: flex-end;
}
.send-request {
  min-height: 46px;
  border: 0;
  border-radius: 8px;
  background: var(--red);
  color: #fff;
  padding: 12px 22px;
  box-shadow: 0 6px 12px rgba(201,18,38,.22);
  font: inherit;
  font-weight: 900;
  cursor: pointer;
}
.send-request:hover {
  background: #b80f23;
}
.send-request:focus-visible {
  outline: 3px solid rgba(201,18,38,.25);
  outline-offset: 2px;
}
.polished-cta {
  max-width: 1180px;
  margin: 30px auto 36px;
  padding: 24px 30px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(135deg, #f7faff, #fff);
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 20px;
  align-items: center;
}
.polished-cta h2 {
  margin: 0 0 10px;
  color: var(--blue);
  font-size: 24px;
  line-height: 1.16;
}
.polished-cta p {
  margin: 0;
  color: #243142;
  font-size: 15px;
  line-height: 1.55;
  font-weight: 700;
}
@media (max-width: 900px) {
  .blog-card-grid {
    grid-template-columns: 1fr;
  }
  .home-blog-heading {
    align-items: flex-start;
    flex-direction: column;
  }
  .polished-page-hero,
  .polished-two-column,
  .polished-cta {
    grid-template-columns: 1fr;
  }
  .polished-grid {
    grid-template-columns: 1fr;
  }
  .polished-cta .cta-stack {
    justify-content: flex-start;
  }
  .blog-list-heading {
    align-items: flex-start;
    flex-direction: column;
  }
  .blog-bottom-nav {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 520px) {
  .home-blog {
    margin-top: 18px;
    margin-bottom: 18px;
    padding: 0 18px;
  }
  .home-blog-heading h2 {
    font-size: 24px;
  }
  .polished-page-hero,
  .polished-section {
    margin-top: 18px;
    padding-left: 18px;
    padding-right: 18px;
  }
  .polished-hero-copy,
  .polished-panel,
  .polished-cta {
    padding: 22px;
  }
  .polished-hero-copy h1 {
    font-size: 31px;
  }
  .polished-hero-copy p {
    font-size: 15px;
  }
  .polished-hero-media,
  .polished-media-card {
    min-height: 220px;
  }
  .polished-cta {
    width: calc(100% - 36px);
  }
  .service-request-form-card {
    padding: 22px;
  }
  .form-grid {
    grid-template-columns: 1fr;
  }
  .form-actions {
    justify-content: stretch;
  }
  .send-request {
    width: 100%;
  }
  .blog-index-page .site-header,
  .blog-reading-page .site-header {
    position: sticky;
  }
  .blog-category-filter {
    gap: 7px;
    justify-items: center;
    justify-content: center;
  }
  .blog-filter-row {
    flex-wrap: wrap;
    justify-content: center;
  }
  .blog-index-hero .polished-hero-copy h1 {
    font-size: 29px;
  }
  .blog-index-hero .polished-hero-copy h1 span {
    white-space: normal;
  }
  .blog-shared-cta {
    justify-items: stretch;
  }
  .blog-shared-cta .cta-stack,
  .blog-shared-cta-primary {
    width: 100%;
  }
  .blog-shared-cta .cta {
    width: 100%;
    min-width: 0;
  }
  .blog-shared-cta-primary .cta {
    width: calc((100% - 10px) / 2);
  }
  .blog-request-cta {
    width: min(100%, 220px);
  }
  .blog-filter,
  .blog-category-pill,
  .blog-new-badge,
  .blog-date {
    min-height: 28px;
    padding: 6px 9px;
    font-size: 11px;
  }
  .blog-row {
    padding: 14px;
    grid-template-columns: minmax(0, 1fr) 20px;
    gap: 8px;
  }
  .blog-row-line-title {
    gap: 7px;
  }
  .blog-row-line-title strong {
    width: 100%;
    font-size: 17px;
  }
  .blog-row-summary {
    font-size: 14px;
    line-height: 1.45;
  }
  .blog-row-meta {
    font-size: 12px;
  }
  .blog-row-arrow {
    font-size: 26px;
  }
  .blog-reading-shell {
    padding: 18px 18px 28px;
  }
  .blog-reading-hero {
    padding: 22px;
  }
  .blog-reading-hero h1 {
    font-size: 30px;
    line-height: 1.15;
  }
  .blog-reading-hero .article-summary {
    font-size: 15px;
  }
  .blog-reading-content {
    margin-top: 22px;
  }
  .blog-reading-content h2 {
    font-size: 22px;
  }
  .blog-reading-content p,
  .blog-reading-content li {
    font-size: 16px;
    line-height: 1.68;
  }
  .blog-inline-image {
    margin: 20px 0;
  }
  .blog-inline-image img {
    max-height: none;
  }
  .blog-search-categories {
    align-items: center;
    justify-content: center;
  }
  .blog-search-box,
  .blog-category-actions {
    width: 100%;
    flex-basis: 100%;
    justify-content: center;
  }
  .blog-after-article .blog-search-categories {
    justify-content: space-between;
  }
  .blog-after-article .blog-search-box {
    width: min(100%, 220px);
    flex: 0 1 220px;
  }
  .blog-after-article .blog-category-actions {
    width: auto;
    flex: 1 1 100%;
    justify-content: flex-end;
  }
  .blog-bottom-nav {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .blog-bottom-nav-link,
  .blog-bottom-nav-home {
    justify-content: center;
    text-align: center;
  }
  .blog-bottom-nav-home {
    white-space: normal;
  }
}
