/* === Plants Alive Commercial Pillar === */

/* Kill Divi default gutters; we own vertical rhythm below */
body.page-id-263 .et_pb_section,
body.page-id-489 .et_pb_section,
body.page-id-247 .et_pb_section,
body.page-id-362 .et_pb_section {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
body.page-id-263 #main-content .container,
body.page-id-489 #main-content .container,
body.page-id-247 #main-content .container,
body.page-id-362 #main-content .container {
  width: 100% !important;
  max-width: 100% !important;
  padding: 0 !important;
}

/* Beat Divi unified .pa-wrap { padding: 0 var(--pa-gutter) } */
body.pa-commercial-surface .pa-wrap {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 clamp(1.25rem, 4vw, 2rem) !important;
  box-sizing: border-box;
}

/* ---- Section vertical rhythm (landing) ---- */
body.page-id-263 .pa-section.pa-commercial-hero {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
body.page-id-263 .pa-section.pa-commercial-services,
body.page-id-263 .pa-section.pa-commercial-preview,
body.page-id-263 .pa-section.pa-commercial-inventory-teaser,
body.page-id-263 .pa-section.pa-commercial-faq {
  padding-top: clamp(3.5rem, 7vw, 5.5rem) !important;
  padding-bottom: clamp(3.5rem, 7vw, 5.5rem) !important;
}
body.page-id-263 .pa-section.pa-commercial-cta {
  padding-top: clamp(4rem, 8vw, 6rem) !important;
  padding-bottom: clamp(4rem, 8vw, 6rem) !important;
}

/* Shared section backgrounds already on Divi modules */
.pa-section--cream { background-color: #F4F1EA; }
.pa-section--white { background-color: #FFFFFF; }
.pa-section--forest { background-color: #0F241C; }

/* Sub-nav */
/* Editorial section tabs — replaces pill cluster */
.pa-commercial-subnav {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 0;
  margin: 0 0 36px;
  padding: 0;
  list-style: none;
  border-bottom: 1px solid rgba(27, 61, 47, 0.12);
}
.pa-commercial-subnav a {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 12px 18px 14px;
  margin: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: rgba(27, 61, 47, 0.55);
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: 0.9rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  text-decoration: none;
  transition: color 0.22s ease;
}
.pa-commercial-subnav a::after {
  content: "";
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: -1px;
  height: 2px;
  background: #1B3D2F;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.28s cubic-bezier(0.22, 1, 0.36, 1);
}
.pa-commercial-subnav a:hover,
.pa-commercial-subnav a:focus-visible {
  color: #1B3D2F;
  outline: none;
  transform: none;
  background: transparent;
  border-color: transparent;
}
.pa-commercial-subnav a:hover::after,
.pa-commercial-subnav a:focus-visible::after {
  transform: scaleX(0.45);
  opacity: 0.45;
}
.pa-commercial-subnav a.is-active,
.pa-commercial-subnav a[aria-current="page"] {
  color: #1B3D2F;
  font-weight: 600;
  background: transparent;
  border-color: transparent;
}
.pa-commercial-subnav a.is-active::after,
.pa-commercial-subnav a[aria-current="page"]::after {
  transform: scaleX(1);
  opacity: 1;
}
.pa-section--forest .pa-commercial-subnav {
  border-bottom-color: rgba(244, 241, 234, 0.18);
}
.pa-section--forest .pa-commercial-subnav a {
  color: rgba(244, 241, 234, 0.55);
  background: transparent;
  border-color: transparent;
}
.pa-section--forest .pa-commercial-subnav a::after {
  background: #F4F1EA;
}
.pa-section--forest .pa-commercial-subnav a:hover,
.pa-section--forest .pa-commercial-subnav a:focus-visible,
.pa-section--forest .pa-commercial-subnav a.is-active,
.pa-section--forest .pa-commercial-subnav a[aria-current="page"] {
  color: #F4F1EA;
  background: transparent;
}
@media (max-width: 640px) {
  .pa-commercial-subnav {
    gap: 0;
    overflow-x: auto;
    flex-wrap: nowrap;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    margin-left: -4px;
    margin-right: -4px;
    padding: 0 4px;
  }
  .pa-commercial-subnav::-webkit-scrollbar { display: none; }
  .pa-commercial-subnav a {
    padding: 10px 14px 12px;
    font-size: 0.85rem;
    white-space: nowrap;
  }
  .pa-commercial-subnav a::after {
    left: 14px;
    right: 14px;
  }
}
/* Hero */
.pa-commercial-hero {
  position: relative;
  overflow: hidden;
}
body.pa-commercial-surface .pa-commercial-hero .pa-commercial-hero-inner {
  padding: clamp(2.75rem, 6vw, 4.5rem) clamp(1.25rem, 4vw, 2rem) clamp(2.25rem, 5vw, 3.25rem) !important;
  position: relative;
  z-index: 1;
}
.pa-commercial-hero-text {
  max-width: 40rem;
}
.pa-kicker {
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(27, 61, 47, 0.55);
  margin: 0 0 14px;
}
.pa-commercial-hero h1 {
  font-family: Fraunces, Georgia, serif;
  font-size: clamp(2rem, 4.5vw, 3.1rem);
  font-weight: 600;
  line-height: 1.12;
  color: #1B3D2F;
  margin: 0 0 1rem;
}
.pa-commercial-hero .pa-lead {
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: 1.125rem;
  line-height: 1.55;
  color: rgba(15, 36, 28, 0.78);
  margin: 0;
  max-width: 42ch;
}
.pa-commercial-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}
.pa-commercial-hero-inner {
  min-height: clamp(28rem, 52vh, 36rem);
}
.pa-commercial-hero-deco {
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  width: min(34%, 360px);
  height: 82%;
  max-height: 520px;
  pointer-events: none;
  z-index: 0;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  opacity: 1;
}
.pa-commercial-hero-deco img,
.pa-commercial-hero-deco .pa-commercial-hero-art {
  width: 100%;
  height: 100%;
  display: block;
}
.pa-commercial-hero-text {
  position: relative;
  z-index: 1;
}

/* Buttons */
body.pa-commercial-surface .pa-btn-primary,
body.pa-commercial-surface a.pa-btn-primary {
  background: #1B3D2F !important;
  color: #F4F1EA !important;
  border: 1.5px solid #1B3D2F !important;
  border-radius: 999px !important;
  padding: 12px 22px !important;
  font-family: "DM Sans", system-ui, sans-serif !important;
  font-weight: 600 !important;
  font-size: 0.95rem !important;
  text-decoration: none !important;
  transition: transform 0.2s ease, box-shadow 0.25s ease, background 0.2s ease !important;
}
body.pa-commercial-surface .pa-btn-primary:hover,
body.pa-commercial-surface a.pa-btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(15, 36, 28, 0.18);
}
body.pa-commercial-surface .pa-btn-outline,
body.pa-commercial-surface a.pa-btn-outline {
  background: transparent !important;
  color: #1B3D2F !important;
  border: 1.5px solid rgba(27, 61, 47, 0.35) !important;
  border-radius: 999px !important;
  padding: 12px 22px !important;
  font-family: "DM Sans", system-ui, sans-serif !important;
  font-weight: 600 !important;
  font-size: 0.95rem !important;
  text-decoration: none !important;
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease !important;
}
body.pa-commercial-surface .pa-btn-outline:hover,
body.pa-commercial-surface a.pa-btn-outline:hover {
  transform: translateY(-2px);
  border-color: #1B3D2F !important;
  background: rgba(27, 61, 47, 0.04) !important;
}
/* Forest CTA buttons — must beat body.pa-commercial-surface a.pa-btn-* */
body.pa-commercial-surface .pa-section--forest .pa-btn-primary,
body.pa-commercial-surface .pa-section--forest a.pa-btn-primary {
  background: #F4F1EA !important;
  color: #1B3D2F !important;
  border-color: #F4F1EA !important;
}
body.pa-commercial-surface .pa-section--forest .pa-btn-primary:hover,
body.pa-commercial-surface .pa-section--forest a.pa-btn-primary:hover {
  background: #fff !important;
  color: #0F241C !important;
  border-color: #fff !important;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.25) !important;
}
body.pa-commercial-surface .pa-section--forest .pa-btn-outline,
body.pa-commercial-surface .pa-section--forest a.pa-btn-outline,
body.pa-commercial-surface .pa-btn-outline--on-dark,
body.pa-commercial-surface a.pa-btn-outline--on-dark {
  background: transparent !important;
  color: #F4F1EA !important;
  border: 1.5px solid rgba(244, 241, 234, 0.65) !important;
}
body.pa-commercial-surface .pa-section--forest .pa-btn-outline:hover,
body.pa-commercial-surface .pa-section--forest a.pa-btn-outline:hover,
body.pa-commercial-surface .pa-btn-outline--on-dark:hover,
body.pa-commercial-surface a.pa-btn-outline--on-dark:hover {
  background: rgba(244, 241, 234, 0.12) !important;
  color: #F4F1EA !important;
  border-color: #F4F1EA !important;
}

/* Trust */
.pa-commercial-trust-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}
.pa-commercial-trust-item {
  background: #F4F1EA;
  border: 1px solid rgba(27, 61, 47, 0.08);
  border-radius: 12px;
  padding: 22px 20px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.pa-commercial-trust-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(15, 36, 28, 0.08);
}
.pa-commercial-trust-item strong {
  display: block;
  font-family: Fraunces, Georgia, serif;
  font-size: 1.1rem;
  color: #1B3D2F;
  margin-bottom: 8px;
  line-height: 1.25;
}
.pa-commercial-trust-item span {
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: 0.9rem;
  line-height: 1.5;
  color: rgba(15, 36, 28, 0.72);
}

/* Services */
.pa-commercial-services-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}
.pa-commercial-service-card {
  background: #fff;
  border: 1px solid rgba(27, 61, 47, 0.08);
  border-radius: 12px;
  padding: 28px 24px;
  box-shadow: 0 8px 24px rgba(15, 36, 28, 0.04);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.pa-commercial-service-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 36px rgba(15, 36, 28, 0.1);
}
.pa-commercial-service-card h2 {
  font-family: Fraunces, Georgia, serif;
  font-size: 1.3rem;
  color: #1B3D2F;
  margin: 0 0 12px;
  line-height: 1.25;
}
.pa-commercial-service-card p {
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: 0.95rem;
  line-height: 1.6;
  color: rgba(15, 36, 28, 0.78);
  margin: 0 0 20px;
  flex: 1;
}
.pa-commercial-service-card a {
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  color: #1B3D2F;
  text-decoration: none;
  border-bottom: 1px solid rgba(27, 61, 47, 0.35);
  align-self: flex-start;
  transition: border-color 0.2s ease, color 0.2s ease;
}
.pa-commercial-service-card a:hover {
  border-color: #1B3D2F;
}

/* Preview */
.pa-commercial-preview .pa-h2,
.pa-commercial-inventory-teaser .pa-h2 {
  font-family: Fraunces, Georgia, serif;
  font-size: clamp(1.55rem, 3vw, 2.05rem);
  color: #1B3D2F;
  margin: 0;
  line-height: 1.2;
  padding-top: 0 !important;
}
.pa-commercial-preview .pa-wrap > p,
.pa-commercial-inventory-teaser .pa-wrap > p {
  font-family: "DM Sans", system-ui, sans-serif;
  color: rgba(15, 36, 28, 0.75);
  margin: 10px 0 0;
  max-width: 52ch;
  line-height: 1.55;
}
.pa-commercial-preview-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 28px;
}
.pa-commercial-preview-card {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  min-height: 210px;
  display: block;
  text-decoration: none;
  box-shadow: 0 10px 28px rgba(15, 36, 28, 0.1);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}
.pa-commercial-preview-card:hover {
  transform: translateY(-4px) scale(1.01);
  box-shadow: 0 18px 40px rgba(15, 36, 28, 0.16);
}
.pa-commercial-preview-card .pa-preview-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transition: transform 0.5s ease;
}
.pa-commercial-preview-card:hover .pa-preview-bg {
  transform: scale(1.05);
}
.pa-commercial-preview-card .pa-preview-plant {
  position: absolute;
  bottom: -8%;
  right: -6%;
  width: 55%;
  height: auto;
  filter: drop-shadow(0 8px 16px rgba(15, 36, 28, 0.2));
  transition: transform 0.4s ease;
}
.pa-commercial-preview-card:hover .pa-preview-plant {
  transform: translateY(-6px);
}
.pa-commercial-preview-foot {
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
}
.pa-commercial-preview-foot a {
  font-family: "DM Sans", system-ui, sans-serif;
  font-weight: 600;
  font-size: 0.9rem;
  color: #1B3D2F;
  text-decoration: none;
  border-bottom: 1px solid rgba(27, 61, 47, 0.35);
}

/* Inventory teaser pills */
.pa-commercial-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}
.pa-commercial-pill {
  display: inline-flex;
  padding: 10px 18px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid rgba(27, 61, 47, 0.15);
  color: #1B3D2F;
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}
.pa-commercial-pill:hover {
  background: #1B3D2F;
  color: #F4F1EA;
  transform: translateY(-1px);
}

/* FAQ — smooth open/close */
.pa-commercial-faq-list h2 {
  font-family: Fraunces, Georgia, serif;
  font-size: clamp(1.6rem, 3vw, 2.1rem);
  color: #1B3D2F;
  margin: 0 0 8px;
}
.pa-faq-item {
  border-bottom: 1px solid rgba(27, 61, 47, 0.12);
}
.pa-faq-q {
  width: 100%;
  text-align: left;
  background: none;
  border: 0;
  padding: 20px 0;
  font-family: Fraunces, Georgia, serif;
  font-size: 1.08rem;
  color: #1B3D2F;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  transition: color 0.2s ease;
}
.pa-faq-q:hover {
  color: #0F241C;
}
.pa-faq-q span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid rgba(27, 61, 47, 0.2);
  font-family: "DM Sans", sans-serif;
  font-size: 1.1rem;
  line-height: 1;
  flex-shrink: 0;
  transition: transform 0.35s ease, background 0.25s ease, border-color 0.25s ease, color 0.25s ease;
}
.pa-faq-item.is-open .pa-faq-q span {
  transform: rotate(45deg);
  background: #1B3D2F;
  border-color: #1B3D2F;
  color: #F4F1EA;
}
.pa-faq-a {
  display: block;
  overflow: hidden;
  height: 0;
  opacity: 0;
}
.pa-faq-a.is-animating {
  transition: height 0.4s cubic-bezier(0.22, 1, 0.36, 1),
              opacity 0.28s ease;
}
.pa-faq-a p {
  margin: 0;
  padding: 0 4px 20px 0;
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: 0.95rem;
  line-height: var(--pa-lh-body, 1.55);
  color: rgba(15, 36, 28, 0.78);
}
.pa-faq-item.is-open .pa-faq-a {
  opacity: 1;
}

/* CTA band */
.pa-commercial-cta-inner {
  text-align: center;
}
.pa-commercial-cta-inner h2 {
  font-family: Fraunces, Georgia, serif;
  font-size: clamp(1.75rem, 3.5vw, 2.4rem);
  color: #F4F1EA;
  margin: 0 0 12px;
}
.pa-commercial-cta-inner p {
  color: rgba(244, 241, 234, 0.88);
  margin: 0 0 28px;
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: 1.05rem;
}
.pa-commercial-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}

/* Scroll reveal */
.pa-reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.7s cubic-bezier(0.22, 1, 0.36, 1),
              transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform;
}
.pa-reveal.is-inview {
  opacity: 1;
  transform: translateY(0);
}
.pa-reveal-delay-1 { transition-delay: 0.08s; }
.pa-reveal-delay-2 { transition-delay: 0.16s; }
.pa-reveal-delay-3 { transition-delay: 0.24s; }
.pa-reveal-delay-4 { transition-delay: 0.32s; }
@media (prefers-reduced-motion: reduce) {
  .pa-reveal,
  .pa-faq-a,
  .pa-faq-a p,
  .pa-faq-q span,
  .pa-commercial-trust-item,
  .pa-commercial-service-card,
  .pa-commercial-preview-card {
    transition: none !important;
    transform: none !important;
    opacity: 1 !important;
  }
}

/* Form page */
.pa-commercial-form-layout {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 32px;
  padding: clamp(2.5rem, 5vw, 4rem) 0;
  align-items: start;
}
.pa-commercial-form-card {
  background: #F4F1EA;
  border: 1px solid rgba(27, 61, 47, 0.1);
  border-radius: 12px;
  padding: 32px 28px;
}
.pa-commercial-form-card h2 {
  font-family: Fraunces, Georgia, serif;
  font-size: 1.65rem;
  color: #1B3D2F;
  margin: 0 0 8px;
}
.pa-commercial-form-lead {
  font-family: "DM Sans", system-ui, sans-serif;
  color: rgba(15, 36, 28, 0.72);
  margin: 0 0 24px;
}
.pa-commercial-form .pa-field {
  margin-bottom: 16px;
}
.pa-commercial-form label,
.pa-commercial-form legend {
  display: block;
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: 0.82rem;
  font-weight: 600;
  color: #1B3D2F;
  margin-bottom: 6px;
}
.pa-commercial-form input,
.pa-commercial-form select,
.pa-commercial-form textarea {
  width: 100%;
  border: 1px solid rgba(27, 61, 47, 0.18);
  border-radius: 12px;
  padding: 12px 14px;
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: 0.95rem;
  background: #fff;
  color: #0F241C;
  box-sizing: border-box;
}
.pa-commercial-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.pa-commercial-form fieldset {
  border: 0;
  padding: 0;
  margin: 0 0 16px;
}
.pa-commercial-radio-group {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.pa-commercial-radio {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.875rem;
}
.pa-address-toggle {
  background: none;
  border: 0;
  color: #1B3D2F;
  font-weight: 600;
  cursor: pointer;
  padding: 0;
  margin-bottom: 12px;
  font-family: "DM Sans", system-ui, sans-serif;
}
.pa-address-fields[hidden] {
  display: none !important;
}
.pa-commercial-aside {
  position: sticky;
  top: 100px;
  background: #fff;
  border: 1px solid rgba(27, 61, 47, 0.08);
  border-radius: 12px;
  padding: 28px 24px;
}
.pa-commercial-aside h3 {
  font-family: Fraunces, Georgia, serif;
  color: #1B3D2F;
  margin: 0 0 16px;
  font-size: 1.2rem;
}
.pa-commercial-steps {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
}
.pa-commercial-steps li {
  padding: 0 0 14px 28px;
  position: relative;
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: 0.92rem;
  line-height: 1.5;
  color: rgba(15, 36, 28, 0.78);
}
.pa-commercial-steps li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #6B8F7A;
}
.pa-commercial-success {
  background: #E7F0EA;
  border: 1px solid rgba(27, 61, 47, 0.15);
  border-radius: 12px;
  padding: 24px;
  font-family: "DM Sans", system-ui, sans-serif;
}
.pa-form-status.is-error {
  color: #8b2e2e;
}

/* Gallery / inventory pages */
body.page-id-247 .pa-section.pa-commercial-gallery-hero,
body.page-id-362 .pa-section.pa-commercial-inv-hero,
body.page-id-489 .pa-section.pa-commercial-form-hero {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
body.page-id-489 .pa-section.pa-commercial-form-body {
  padding-top: clamp(2rem, 4vw, 3rem) !important;
  padding-bottom: clamp(3rem, 6vw, 4.5rem) !important;
}
body.page-id-247 .pa-section.pa-commercial-gallery-body,
body.page-id-362 .pa-section.pa-commercial-inv-section-wrap {
  padding-top: clamp(2rem, 4vw, 3rem) !important;
  padding-bottom: clamp(2rem, 4vw, 3rem) !important;
}
body.page-id-247 .pa-section.pa-commercial-cta,
body.page-id-362 .pa-section.pa-commercial-cta,
body.page-id-489 .pa-section.pa-commercial-cta {
  padding-top: clamp(3.5rem, 7vw, 5rem) !important;
  padding-bottom: clamp(3.5rem, 7vw, 5rem) !important;
}

.pa-commercial-gallery-wrap {
  padding: 0 0 clamp(1rem, 3vw, 2rem);
}
body.page-id-247 .pa-commercial-gallery-module.et_pb_gallery_grid,
body.page-id-247 .pa-commercial-gallery-module .et_pb_gallery_grid {
  display: block !important;
  width: 100% !important;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
}
body.page-id-247 .pa-commercial-gallery-module .et_pb_gallery_items {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 18px !important;
  width: 100% !important;
  float: none !important;
}
body.page-id-247 .pa-commercial-gallery-module .et_pb_gallery_item {
  margin: 0 !important;
  width: 100% !important;
  max-width: none !important;
  float: none !important;
  clear: none !important;
  position: relative !important;
  left: auto !important;
  border-radius: 12px !important;
  overflow: hidden !important;
  box-shadow: 0 10px 28px rgba(15, 36, 28, 0.08) !important;
}
body.page-id-247 .pa-commercial-gallery-module .et_pb_gallery_image img {
  width: 100% !important;
  height: 240px !important;
  object-fit: cover !important;
  display: block !important;
}
body.page-id-247 .pa-commercial-gallery-module .et_pb_gallery_item {
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1),
              box-shadow 0.4s ease !important;
}
body.page-id-247 .pa-commercial-gallery-module .et_pb_gallery_image {
  overflow: hidden !important;
  display: block !important;
}
body.page-id-247 .pa-commercial-gallery-module .et_pb_gallery_image img {
  transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1), filter 0.4s ease !important;
}
body.page-id-247 .pa-commercial-gallery-module .et_pb_gallery_item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(15, 36, 28, 0.35) 0%, transparent 55%);
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
  z-index: 1;
}
body.page-id-247 .pa-commercial-gallery-module .et_pb_gallery_item:hover {
  transform: translateY(-6px) !important;
  box-shadow: 0 18px 40px rgba(15, 36, 28, 0.16) !important;
}
body.page-id-247 .pa-commercial-gallery-module .et_pb_gallery_item:hover .et_pb_gallery_image img {
  transform: scale(1.06) !important;
  filter: brightness(1.04) saturate(1.05);
}
body.page-id-247 .pa-commercial-gallery-module .et_pb_gallery_item:hover::after {
  opacity: 1;
}
/* Hide Divi gallery + overlay on commercial gallery / inventory */
body.page-id-247 .pa-commercial-gallery-module .et_overlay,
body.page-id-247 .pa-commercial-gallery-module .et_pb_gallery_image .et_overlay,
body.page-id-362 .pa-commercial-gallery-module .et_overlay,
body.page-id-362 .pa-commercial-inv-section .et_overlay {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}
body.page-id-247 .pa-commercial-gallery-module .et_pb_gallery_image:hover .et_overlay,
body.page-id-362 .pa-commercial-gallery-module .et_pb_gallery_image:hover .et_overlay,
body.page-id-362 .pa-commercial-inv-section .et_pb_gallery_image:hover .et_overlay {
  display: none !important;
  opacity: 0 !important;
}

@media (prefers-reduced-motion: reduce) {
  body.page-id-247 .pa-commercial-gallery-module .et_pb_gallery_item,
  body.page-id-247 .pa-commercial-gallery-module .et_pb_gallery_image img {
    transition: none !important;
  }
  body.page-id-247 .pa-commercial-gallery-module .et_pb_gallery_item:hover {
    transform: none !important;
  }
  body.page-id-247 .pa-commercial-gallery-module .et_pb_gallery_item:hover .et_pb_gallery_image img {
    transform: none !important;
  }
}
.pa-commercial-gallery-module {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 clamp(1.25rem, 4vw, 2rem);
  box-sizing: border-box;
}
.pa-commercial-gallery-module .et_pb_gallery_grid {
  margin: 0;
}

.pa-commercial-cat-nav {
  position: sticky;
  top: 80px;
  z-index: 10;
  background: #F4F1EA;
  border-bottom: 1px solid rgba(27, 61, 47, 0.1);
  padding: 12px 0;
}
.pa-commercial-cat-nav .pa-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.pa-commercial-cat-nav a {
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: 0.8rem;
  font-weight: 600;
  padding: 8px 14px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid rgba(27, 61, 47, 0.12);
  color: #1B3D2F;
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease;
}
.pa-commercial-cat-nav a:hover {
  background: #1B3D2F;
  color: #F4F1EA;
}
.pa-commercial-inv-section {
  padding: 0;
  scroll-margin-top: 120px;
}
.pa-commercial-inv-section h2 {
  font-family: Fraunces, Georgia, serif;
  font-size: clamp(1.4rem, 2.5vw, 1.85rem);
  color: #1B3D2F;
  margin: 0 0 20px;
}
body.page-id-362 .pa-commercial-gallery-module {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 clamp(1.25rem, 4vw, 2rem);
  box-sizing: border-box;
}
body.page-id-362 .pa-commercial-inv-section {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 clamp(1.25rem, 4vw, 2rem) 12px;
  box-sizing: border-box;
}
body.page-id-362 .pa-commercial-inv-section h2 {
  margin: 0 0 8px;
}
body.page-id-362 .pa-commercial-gallery-module .et_pb_gallery_items {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 20px !important;
  width: 100% !important;
  float: none !important;
}
body.page-id-362 .pa-commercial-gallery-module .et_pb_gallery_item {
  margin: 0 !important;
  width: 100% !important;
  max-width: none !important;
  float: none !important;
  clear: none !important;
  position: relative !important;
  left: auto !important;
  border-radius: 12px !important;
  overflow: hidden !important;
  background: #F4F1EA !important;
  border: 1px solid rgba(27, 61, 47, 0.08) !important;
  box-shadow: 0 8px 22px rgba(15, 36, 28, 0.06) !important;
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1),
              box-shadow 0.35s ease !important;
}
body.page-id-362 .pa-commercial-gallery-module .et_pb_gallery_image {
  overflow: hidden !important;
  display: block !important;
  background: #fff;
}
body.page-id-362 .pa-commercial-gallery-module .et_pb_gallery_image img {
  width: 100% !important;
  height: 220px !important;
  object-fit: contain !important;
  object-position: center !important;
  display: block !important;
  padding: 12px !important;
  box-sizing: border-box !important;
  transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1) !important;
}
body.page-id-362 .pa-commercial-gallery-module .et_pb_gallery_item:hover {
  transform: translateY(-4px) !important;
  box-shadow: 0 16px 36px rgba(15, 36, 28, 0.12) !important;
}
body.page-id-362 .pa-commercial-gallery-module .et_pb_gallery_item:hover .et_pb_gallery_image img {
  transform: scale(1.04) !important;
}
body.page-id-362 .pa-commercial-gallery-module .et_pb_gallery_item.pa-reveal.is-inview:hover {
  transform: translateY(-4px) !important;
}
body.page-id-362 .pa-commercial-gallery-module .et_pb_gallery_title,
body.page-id-362 .pa-commercial-gallery-module h3.et_pb_gallery_title {
  font-family: "DM Sans", system-ui, sans-serif !important;
  font-size: 0.9rem !important;
  font-weight: 600 !important;
  color: #1B3D2F !important;
  margin: 0 !important;
  padding: 12px 14px 14px !important;
  line-height: 1.3 !important;
  text-align: left !important;
}
body.page-id-362 .pa-commercial-gallery-module .et_pb_gallery_caption {
  display: none !important;
}
/* Pagination — minimal editorial */
body.page-id-362 .pa-commercial-gallery-module .et_pb_gallery_pagination {
  display: flex !important;
  justify-content: center;
  align-items: center;
  margin: 2rem 0 0.25rem !important;
  padding: 0 !important;
}
body.page-id-362 .pa-commercial-gallery-module .et_pb_gallery_pagination ul {
  display: inline-flex !important;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.15rem 0.35rem;
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  justify-content: center;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
body.page-id-362 .pa-commercial-gallery-module .et_pb_gallery_pagination li {
  margin: 0 !important;
  float: none !important;
  display: inline-flex !important;
}
body.page-id-362 .pa-commercial-gallery-module .et_pb_gallery_pagination li[style*="display: none"],
body.page-id-362 .pa-commercial-gallery-module .et_pb_gallery_pagination li[style*="display:none"] {
  display: none !important;
}
body.page-id-362 .pa-commercial-gallery-module .et_pb_gallery_pagination a,
body.page-id-362 .pa-commercial-gallery-module .et_pb_gallery_pagination span {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-width: 2rem;
  height: auto;
  padding: 0.45rem 0.65rem !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  font-family: "DM Sans", system-ui, sans-serif !important;
  font-size: 0.8125rem !important;
  font-weight: 500 !important;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none !important;
  color: rgba(15, 36, 28, 0.45) !important;
  position: relative;
  transition: color 0.25s ease !important;
  transform: none !important;
}
body.page-id-362 .pa-commercial-gallery-module .et_pb_gallery_pagination a:hover {
  color: #1B3D2F !important;
  background: transparent !important;
}
body.page-id-362 .pa-commercial-gallery-module .et_pb_gallery_pagination a.active,
body.page-id-362 .pa-commercial-gallery-module .et_pb_gallery_pagination .active a,
body.page-id-362 .pa-commercial-gallery-module .et_pb_gallery_pagination li.active a {
  color: #1B3D2F !important;
  background: transparent !important;
  box-shadow: none !important;
  font-weight: 600 !important;
}
body.page-id-362 .pa-commercial-gallery-module .et_pb_gallery_pagination a.page-prev,
body.page-id-362 .pa-commercial-gallery-module .et_pb_gallery_pagination a.page-next {
  min-width: auto;
  padding: 0.45rem 0.85rem !important;
  letter-spacing: 0.1em;
  color: rgba(15, 36, 28, 0.55) !important;
}
body.page-id-362 .pa-commercial-gallery-module .et_pb_gallery_pagination a.page-prev::before,
body.page-id-362 .pa-commercial-gallery-module .et_pb_gallery_pagination a.page-next::after {
  content: none;
}
body.page-id-362 .pa-commercial-gallery-module .et_pb_gallery_pagination a.page-prev {
  margin-right: 0.35rem;
}
body.page-id-362 .pa-commercial-gallery-module .et_pb_gallery_pagination a.page-next {
  margin-left: 0.35rem;
}
body.page-id-362 .pa-commercial-gallery-module .et_pb_gallery_pagination li.prev + li.page,
body.page-id-362 .pa-commercial-gallery-module .et_pb_gallery_pagination li.page + li.next {
  position: relative;
}

body.page-id-362 .pa-commercial-gallery-module .et_pb_gallery_pagination a::before,
body.page-id-362 .pa-commercial-gallery-module .et_pb_gallery_pagination a::after {
  content: none !important;
  display: none !important;
}

/* Soft page transition — no spinner chrome */
body.page-id-362 .pa-commercial-gallery-module {
  position: relative;
}
body.page-id-362 .pa-commercial-gallery-module .et_pb_gallery_items {
  transition: opacity 0.35s cubic-bezier(0.22, 1, 0.36, 1),
              transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
body.page-id-362 .pa-commercial-gallery-module .et_pb_gallery_items.is-paging-out {
  opacity: 0;
  transform: translateY(8px);
  pointer-events: none;
}
body.page-id-362 .pa-commercial-gallery-module.is-paging .et_pb_gallery_pagination {
  pointer-events: none;
  opacity: 0.45;
  transition: opacity 0.25s ease;
}
body.page-id-362 .pa-commercial-gallery-module .et_pb_gallery_pagination {
  transition: opacity 0.25s ease;
}
@media (prefers-reduced-motion: reduce) {
  body.page-id-362 .pa-commercial-gallery-module .et_pb_gallery_items,
  body.page-id-362 .pa-commercial-gallery-module .et_pb_gallery_items.is-paging-out {
    transition: none !important;
    transform: none !important;
  }
}

/* Inventory micro CTA */
.pa-commercial-micro-cta {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: center;
  gap: 0.5rem 0.85rem;
  text-align: center;
  margin: 1.75rem auto 0.5rem;
  padding: 1.25rem 1rem 0.25rem;
  max-width: 40rem;
}
.pa-commercial-micro-cta__prompt {
  margin: 0;
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: 0.95rem;
  font-weight: 400;
  line-height: 1.45;
  color: rgba(15, 36, 28, 0.58);
}
.pa-commercial-micro-cta__link {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  color: #1B3D2F !important;
  text-decoration: none !important;
  border-bottom: 1px solid rgba(27, 61, 47, 0.35);
  padding-bottom: 1px;
  transition: color 0.2s ease, border-color 0.2s ease, gap 0.25s ease;
}
.pa-commercial-micro-cta__link span {
  transition: transform 0.25s cubic-bezier(0.22, 1, 0.36, 1);
}
.pa-commercial-micro-cta__link:hover {
  color: #0F241C !important;
  border-bottom-color: #1B3D2F;
  gap: 0.55rem;
}
.pa-commercial-micro-cta__link:hover span {
  transform: translateX(3px);
}

/* Sticky mobile CTA — hidden on desktop, fixed bar on small screens */
.pa-commercial-sticky-cta {
  display: none !important;
  position: fixed !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  z-index: 99998 !important;
  padding: 12px 16px;
  gap: 10px;
  justify-content: center;
  align-items: center;
  background: rgba(15, 36, 28, 0.96);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  box-shadow: 0 -8px 24px rgba(0, 0, 0, 0.15);
  transform: translateY(110%);
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
.pa-commercial-sticky-cta a {
  flex: 1;
  max-width: 220px;
  text-align: center;
  padding: 12px 16px;
  border-radius: 999px;
  font-family: "DM Sans", system-ui, sans-serif;
  font-weight: 600;
  font-size: 0.875rem;
  text-decoration: none !important;
}
.pa-commercial-sticky-cta .pa-sticky-quote {
  background: #F4F1EA;
  color: #1B3D2F !important;
}
.pa-commercial-sticky-cta .pa-sticky-call {
  background: transparent;
  color: #F4F1EA !important;
  border: 1.5px solid rgba(244, 241, 234, 0.5);
}
@media (max-width: 640px) {
  body.pa-commercial-surface .pa-commercial-sticky-cta.is-visible {
    display: flex !important;
    transform: translateY(0);
  }
  body.pa-commercial-surface .pa-commercial-sticky-cta.is-visible.is-near-footer {
    transform: translateY(110%);
    pointer-events: none;
  }
}


/* ============================================================
   Commercial v3 — photos, proof, timeline, pricing, inventory
   ============================================================ */

.pa-commercial-hero-inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(1.75rem, 4vw, 3rem);
  align-items: center;
}

@media (min-width: 900px) {
  .pa-commercial-hero-inner {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  }
  .pa-commercial-subnav {
    grid-column: 1 / -1;
  }
}

.pa-commercial-hero-facts {
  list-style: none;
  margin: 1.5rem 0 1.75rem;
  padding: 0;
  border-top: 1px solid rgba(27, 61, 47, 0.12);
}

.pa-commercial-hero-facts li {
  display: grid;
  grid-template-columns: 5.5rem 1fr;
  gap: 0.15rem 0.9rem;
  align-items: baseline;
  padding: 0.7rem 0;
  border-bottom: 1px solid rgba(27, 61, 47, 0.09);
  font-family: var(--pa-font-body, 'Outfit', sans-serif);
  font-size: 0.9375rem;
  color: #1A1F1C;
}

.pa-commercial-hero-facts span {
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: rgba(15, 36, 28, 0.5);
}

@media (max-width: 520px) {
  .pa-commercial-hero-facts li {
    grid-template-columns: 1fr;
  }
}

.pa-commercial-hero-media {
  position: relative;
  margin: 0;
}

.pa-commercial-hero-media img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: 12px;
  box-shadow: 0 18px 44px rgba(15, 36, 28, 0.16);
}

.pa-commercial-hero-media figcaption {
  margin-top: 0.6rem;
  font-family: var(--pa-font-body, 'Outfit', sans-serif);
  font-size: 0.8125rem;
  color: rgba(15, 36, 28, 0.6);
}

.pa-commercial-hero-link {
  font-family: var(--pa-font-body, 'Outfit', sans-serif);
  font-size: 0.9375rem;
  font-weight: 600;
  color: #1B3D2F !important;
  text-decoration: none !important;
  border-bottom: 1px solid rgba(27, 61, 47, 0.3);
}

/* Proof band */
.pa-commercial-proof-kicker {
  color: rgba(244, 241, 234, 0.65) !important;
  text-align: center;
  margin: 0 0 1rem;
}

.pa-commercial-clients {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem 0.75rem;
  margin: 0 auto 2.5rem;
  padding: 0 0 2.25rem;
  max-width: 46rem;
  border-bottom: 1px solid rgba(244, 241, 234, 0.16);
}

.pa-commercial-clients li {
  font-family: var(--pa-font-display, Fraunces, Georgia, serif);
  font-size: clamp(1rem, 2vw, 1.2rem);
  font-weight: 600;
  color: #F4F1EA;
  padding: 0.3rem 0.8rem;
  border: 1px solid rgba(244, 241, 234, 0.22);
  border-radius: 12px;
}

/* Services photos */
.pa-commercial-service-card__media {
  margin: 0 0 1.15rem;
  border-radius: 12px;
  overflow: hidden;
  background: #E7E1D4;
}

.pa-commercial-service-card__media img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.pa-commercial-service-card h3 {
  font-family: var(--pa-font-display, Fraunces, Georgia, serif);
  font-size: 1.35rem;
  font-weight: 600;
  color: #1B3D2F;
  margin: 0 0 0.5rem;
}

/* Timeline */
.pa-commercial-timeline {
  list-style: none;
  counter-reset: pa-step;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
  margin: 0;
  padding: 0;
}

@media (min-width: 900px) {
  .pa-commercial-timeline {
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
  }
}

.pa-commercial-timeline li {
  counter-increment: pa-step;
  position: relative;
  background: #FFFFFF;
  border: 1px solid rgba(27, 61, 47, 0.1);
  border-top: 3px solid #1B3D2F;
  border-radius: 12px;
  padding: 1.35rem 1.25rem 1.4rem;
}

.pa-commercial-timeline li::before {
  content: counter(pa-step);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  margin-bottom: 0.75rem;
  border-radius: 50%;
  background: #1B3D2F;
  color: #F4F1EA;
  font-family: var(--pa-font-body, 'Outfit', sans-serif);
  font-size: 0.8125rem;
  font-weight: 700;
}

.pa-commercial-timeline__when {
  display: block;
  font-family: var(--pa-font-body, 'Outfit', sans-serif);
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: #9E5233;
  margin-bottom: 0.3rem;
}

.pa-commercial-timeline h3 {
  font-family: var(--pa-font-display, Fraunces, Georgia, serif);
  font-size: 1.15rem;
  font-weight: 600;
  color: #1B3D2F;
  margin: 0 0 0.4rem;
}

.pa-commercial-timeline p {
  font-family: var(--pa-font-body, 'Outfit', sans-serif);
  font-size: 0.9375rem;
  line-height: 1.5;
  color: rgba(15, 36, 28, 0.75);
  margin: 0;
}

/* Pricing */
.pa-commercial-pricing {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
}

@media (min-width: 768px) {
  .pa-commercial-pricing {
    grid-template-columns: 1fr 1fr;
  }
}

.pa-commercial-pricing__option {
  background: #F4F1EA;
  border: 1px solid rgba(27, 61, 47, 0.1);
  border-radius: 12px;
  padding: 1.5rem 1.4rem;
}

.pa-commercial-pricing__option h3 {
  font-family: var(--pa-font-display, Fraunces, Georgia, serif);
  font-size: 1.5rem;
  color: #1B3D2F;
  margin: 0 0 0.6rem;
}

.pa-commercial-pricing__why {
  font-family: var(--pa-font-body, 'Outfit', sans-serif);
  font-size: 1rem;
  line-height: 1.55;
  color: rgba(15, 36, 28, 0.8);
  margin: 0 0 0.75rem;
}

.pa-commercial-pricing__who {
  font-family: var(--pa-font-body, 'Outfit', sans-serif);
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #9E5233;
  margin: 0;
}

.pa-commercial-quote-factors {
  margin-top: 1.75rem;
  padding: 1.5rem 1.4rem;
  border: 1px solid rgba(27, 61, 47, 0.12);
  border-left: 3px solid #9E5233;
  border-radius: 12px;
}

.pa-commercial-quote-factors h3 {
  font-family: var(--pa-font-body, 'Outfit', sans-serif);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(15, 36, 28, 0.55);
  margin: 0 0 0.85rem;
}

.pa-commercial-quote-factors ul {
  margin: 0 0 0.85rem;
  padding-left: 1.1rem;
}

.pa-commercial-quote-factors li {
  font-family: var(--pa-font-body, 'Outfit', sans-serif);
  font-size: 0.9375rem;
  line-height: 1.5;
  color: rgba(15, 36, 28, 0.8);
  margin-bottom: 0.35rem;
}

.pa-commercial-quote-factors__note {
  font-family: var(--pa-font-body, 'Outfit', sans-serif);
  font-size: 0.9375rem;
  font-weight: 600;
  color: #1B3D2F;
  margin: 0;
}

/* Work gallery */
.pa-commercial-work-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.85rem;
}

@media (min-width: 900px) {
  .pa-commercial-work-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.15rem;
  }
}

.pa-commercial-work-card {
  display: block;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  text-decoration: none !important;
  background: #E7E1D4;
}

.pa-commercial-work-card img {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  transition: transform .45s ease;
}

.pa-commercial-work-card:hover img {
  transform: scale(1.04);
}

.pa-commercial-work-card__meta {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1.5rem 0.9rem 0.75rem;
  background: linear-gradient(180deg, rgba(15, 36, 28, 0) 0%, rgba(15, 36, 28, 0.82) 62%);
  color: #F4F1EA;
  font-family: var(--pa-font-body, 'Outfit', sans-serif);
}

.pa-commercial-work-card__meta strong {
  display: block;
  font-size: 0.9375rem;
  font-weight: 700;
}

.pa-commercial-work-card__meta span {
  display: block;
  font-size: 0.8125rem;
  color: rgba(244, 241, 234, 0.78);
}

/* Inventory categories */
.pa-commercial-cat-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.85rem;
}

@media (min-width: 900px) {
  .pa-commercial-cat-grid {
    grid-template-columns: repeat(5, 1fr);
    gap: 1rem;
  }
}

.pa-commercial-cat-card {
  display: flex;
  flex-direction: column;
  background: #FFFFFF;
  border: 1px solid rgba(27, 61, 47, 0.1);
  border-radius: 12px;
  overflow: hidden;
  text-decoration: none !important;
  transition: transform .2s ease, box-shadow .2s ease;
}

.pa-commercial-cat-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 30px rgba(15, 36, 28, 0.1);
}

.pa-commercial-cat-card__media {
  display: block;
  background: #F4F1EA;
}

.pa-commercial-cat-card__media img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.pa-commercial-cat-card__body {
  display: block;
  padding: 0.85rem 0.9rem 1rem;
  font-family: var(--pa-font-body, 'Outfit', sans-serif);
}

.pa-commercial-cat-card__body strong {
  display: block;
  font-family: var(--pa-font-display, Fraunces, Georgia, serif);
  font-size: 1.05rem;
  font-weight: 600;
  color: #1B3D2F;
  margin-bottom: 0.2rem;
}

.pa-commercial-cat-card__count {
  display: block;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #9E5233;
  margin-bottom: 0.35rem;
}

.pa-commercial-cat-card__desc {
  display: block;
  font-size: 0.8125rem;
  line-height: 1.45;
  color: rgba(15, 36, 28, 0.7);
}

.pa-commercial-cat-note {
  margin: 1.35rem 0 0;
  text-align: center;
  font-family: var(--pa-font-body, 'Outfit', sans-serif);
  font-size: 0.9375rem;
  color: rgba(15, 36, 28, 0.7);
}

/* Form aside + FAQ polish */
.pa-commercial-aside__note {
  font-family: var(--pa-font-body, 'Outfit', sans-serif);
  font-size: 0.875rem;
  color: rgba(15, 36, 28, 0.65);
  margin: 0.85rem 0 0;
}

.pa-commercial-faq-list .pa-faq-a p strong {
  color: #1B3D2F;
}

/* Closing CTA */
.pa-commercial-cta-phone a {
  font-family: var(--pa-font-display, Fraunces, Georgia, serif);
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 700;
  color: #F4F1EA !important;
  text-decoration: none !important;
  border-bottom: 2px solid rgba(244, 241, 234, 0.4);
}

.pa-commercial-cta-meta {
  margin: 1.15rem 0 0;
  font-family: var(--pa-font-body, 'Outfit', sans-serif);
  font-size: 0.875rem;
  color: rgba(244, 241, 234, 0.7);
}


/* ---- v3 corrections: contrast, markers, dark work band ---- */

.pa-commercial-clients li,
.pa-commercial-hero-facts li,
.pa-commercial-timeline li {
  list-style: none !important;
}

.pa-commercial-hero-facts,
.pa-commercial-clients,
.pa-commercial-timeline {
  list-style: none !important;
}

/* Cards must never sit on their own colour */
.pa-commercial-process .pa-commercial-timeline li {
  background: #F8F6F1;
}

.pa-commercial-pricing-sec .pa-commercial-pricing__option {
  background: #FFFFFF;
}

.pa-commercial-inventory-teaser .pa-commercial-cat-card {
  background: #F8F6F1;
}

.pa-commercial-inventory-teaser .pa-commercial-cat-card__media {
  background: #FFFFFF;
}

/* Work band on forest */
.pa-commercial-preview--dark .pa-kicker {
  color: rgba(244, 241, 234, 0.6) !important;
}

.pa-commercial-preview--dark .pa-h2 {
  color: #F4F1EA !important;
}

.pa-commercial-preview--dark .pa-lead {
  color: rgba(244, 241, 234, 0.78) !important;
}

.pa-commercial-preview--dark .pa-commercial-work-card {
  background: rgba(244, 241, 234, 0.08);
}

.pa-commercial-preview--dark .pa-btn-outline,
.pa-commercial-preview--dark a.pa-btn-outline {
  background: transparent !important;
  color: #F4F1EA !important;
  border: 1.5px solid rgba(244, 241, 234, 0.65) !important;
}

.pa-commercial-preview--dark .pa-btn-outline:hover,
.pa-commercial-preview--dark a.pa-btn-outline:hover {
  background: rgba(244, 241, 234, 0.12) !important;
  border-color: #F4F1EA !important;
}

.pa-commercial-preview-foot {
  margin-top: 1.5rem;
  text-align: center;
}

/* Section head spacing for the new bands */
.pa-commercial-process .pa-section-head,
.pa-commercial-pricing-sec .pa-section-head,
.pa-commercial-preview .pa-section-head,
.pa-commercial-inventory-teaser .pa-section-head,
.pa-commercial-services .pa-section-head {
  max-width: 44rem;
  margin: 0 0 clamp(1.5rem, 3vw, 2.25rem);
}

/* Tablet */
@media (max-width: 980px) {
  .pa-commercial-services-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
  .pa-commercial-trust-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
  .pa-commercial-cat-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 620px) {
  .pa-commercial-services-grid,
  .pa-commercial-trust-grid {
    grid-template-columns: 1fr !important;
  }
  .pa-commercial-cat-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .pa-commercial-clients {
    gap: 0.4rem 0.5rem;
    padding-bottom: 1.75rem;
    margin-bottom: 1.75rem;
  }
  .pa-commercial-clients li {
    font-size: 0.9375rem;
    padding: 0.25rem 0.6rem;
  }
  .pa-commercial-hero-media img {
    aspect-ratio: 3 / 2;
  }
  .pa-commercial-cta-phone a {
    font-size: 1.6rem;
  }
}

/* Numbered next-steps: numerals carry the sequence, drop the legacy dot */
.pa-commercial-steps li::before {
  display: none !important;
}

.pa-commercial-steps {
  padding-left: 1.15rem;
}

.pa-commercial-steps li {
  padding-left: 0.35rem !important;
  list-style-position: outside;
}


/* ============================================================
   Commercial v4 — one card system, real tabs, gallery, specs
   ============================================================ */

/* ---- 1. One radius. The site standard is 3px. ---- */
#page-container .pa-commercial-service-card,
#page-container .pa-commercial-trust-item,
#page-container .pa-commercial-stat,
#page-container .pa-commercial-form-card,
#page-container .pa-commercial-aside,
#page-container .pa-commercial-inv-card,
#page-container .pa-commercial-cat-card,
#page-container .pa-commercial-work-card,
#page-container .pa-commercial-timeline li,
#page-container .pa-commercial-compare,
#page-container .pa-commercial-quote-factors,
#page-container .pa-commercial-hero-media img,
#page-container .pa-commercial-service-card__media,
#page-container .pa-commercial-service-card__media img,
#page-container .pa-commercial-gal__item,
#page-container .pa-commercial-gal__item img,
#page-container .pa-commercial-tab,
#page-container .pa-commercial-chip,
#page-container .pa-commercial-filter {
  border-radius: 12px !important;
}

/* ---- 2. Cards: photo bleeds to the card edge, like the homepage ---- */
#page-container .pa-commercial-service-card {
  padding: 0 !important;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.pa-commercial-service-card__media {
  margin: 0 !important;
  border-radius: 0 !important;
}

#page-container .pa-commercial-service-card__media,
#page-container .pa-commercial-service-card__media img {
  border-top-left-radius: 12px !important;
  border-top-right-radius: 12px !important;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.pa-commercial-service-card__body {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  padding: 1.4rem 1.35rem 1.5rem;
}

.pa-commercial-service-card__body p {
  flex: 1 1 auto;
}

.pa-commercial-service-card__body a {
  margin-top: 0.9rem;
}

/* ---- 3. Tabs ---- */
.pa-commercial-tabs {
  position: sticky;
  top: 0;
  z-index: 90;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: saturate(140%) blur(10px);
  border-bottom: 1px solid rgba(27, 61, 47, 0.12);
}

.pa-commercial-tabs.is-stuck {
  box-shadow: 0 6px 20px rgba(15, 36, 28, 0.07);
}

.pa-commercial-tabs__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 56px;
}

.pa-commercial-tablist {
  display: flex;
  align-items: stretch;
  gap: 0.25rem;
  overflow-x: auto;
  scrollbar-width: none;
}

.pa-commercial-tablist::-webkit-scrollbar {
  display: none;
}

.pa-commercial-tab {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.55rem 0.9rem;
  font-family: var(--pa-font-body, 'Outfit', sans-serif);
  font-size: 0.9375rem;
  font-weight: 600;
  white-space: nowrap;
  color: rgba(15, 36, 28, 0.62) !important;
  text-decoration: none !important;
  border: 1px solid transparent;
  transition: background .18s ease, color .18s ease, border-color .18s ease;
}

.pa-commercial-tab:hover {
  color: #1B3D2F !important;
  background: rgba(27, 61, 47, 0.06);
}

.pa-commercial-tab.is-active {
  color: #F4F1EA !important;
  background: #1B3D2F;
  border-color: #1B3D2F;
}

.pa-commercial-tab__count {
  font-size: 0.75rem;
  font-weight: 700;
  padding: 0.05rem 0.4rem;
  border-radius: 6px;
  background: rgba(27, 61, 47, 0.1);
  color: rgba(15, 36, 28, 0.6);
}

.pa-commercial-tab.is-active .pa-commercial-tab__count {
  background: rgba(244, 241, 234, 0.2);
  color: #F4F1EA;
}

.pa-commercial-tabs__cta {
  flex: 0 0 auto;
  font-family: var(--pa-font-body, 'Outfit', sans-serif);
  font-size: 0.875rem;
  font-weight: 700;
  color: #9E5233 !important;
  text-decoration: none !important;
  white-space: nowrap;
}

.pa-commercial-tabs__cta:hover {
  text-decoration: underline !important;
}

@media (max-width: 680px) {
  .pa-commercial-tabs__cta {
    display: none;
  }
}

/* ---- 4. Page heads on child pages ---- */
.pa-commercial-page-head {
  padding: clamp(2.25rem, 5vw, 3.25rem) 0 clamp(1.25rem, 3vw, 1.75rem);
  max-width: 46rem;
}

/* ---- 5. Stat strip (replaces the four prose cards) ---- */
.pa-commercial-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  margin: 0;
}

.pa-commercial-stat {
  display: flex;
  flex-direction: column;
  padding: 1.35rem 1.25rem 1.4rem;
  background: rgba(244, 241, 234, 0.06);
  border: 1px solid rgba(244, 241, 234, 0.16);
  border-left: 2px solid rgba(244, 241, 234, 0.5);
}

.pa-commercial-stat p {
  order: 1;
  margin: 0 0 0.35rem;
  font-family: var(--pa-font-body, 'Outfit', sans-serif);
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(244, 241, 234, 0.55);
}

.pa-commercial-stat dd {
  order: 2;
  margin: 0 0 0.4rem;
  font-family: var(--pa-font-display, Fraunces, Georgia, serif);
  font-size: clamp(1.6rem, 3vw, 2.15rem);
  font-weight: 700;
  line-height: 1;
  color: #F4F1EA;
}

.pa-commercial-stat dt {
  order: 3;
  font-family: var(--pa-font-body, 'Outfit', sans-serif);
  font-size: 0.875rem;
  line-height: 1.45;
  color: rgba(244, 241, 234, 0.75);
}

@media (max-width: 900px) {
  .pa-commercial-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 520px) {
  .pa-commercial-stats {
    grid-template-columns: 1fr;
  }
}

/* Client names are links now */
.pa-commercial-clients a {
  color: #F4F1EA !important;
  text-decoration: none !important;
}

.pa-commercial-clients li:hover {
  border-color: rgba(244, 241, 234, 0.55);
  background: rgba(244, 241, 234, 0.08);
}

/* ---- 6. Lease vs purchase comparison ---- */
.pa-commercial-compare {
  border: 1px solid rgba(27, 61, 47, 0.12);
  overflow: hidden;
  background: #FFFFFF;
}

.pa-commercial-compare__head,
.pa-commercial-compare__row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.25fr) minmax(0, 1.25fr);
}

.pa-commercial-compare__row + .pa-commercial-compare__row,
.pa-commercial-compare__row {
  border-top: 1px solid rgba(27, 61, 47, 0.1);
}

.pa-commercial-compare__head span,
.pa-commercial-compare__row span {
  padding: 0.9rem 1.1rem;
  font-family: var(--pa-font-body, 'Outfit', sans-serif);
  font-size: 0.9375rem;
  line-height: 1.45;
  color: rgba(15, 36, 28, 0.8);
}

.pa-commercial-compare__head {
  background: #F4F1EA;
}

.pa-commercial-compare__col {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  font-family: var(--pa-font-display, Fraunces, Georgia, serif) !important;
  font-size: 1.2rem !important;
  font-weight: 600;
  color: #1B3D2F !important;
}

.pa-commercial-compare__col em {
  font-family: var(--pa-font-body, 'Outfit', sans-serif);
  font-style: normal;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #9E5233;
}

.pa-commercial-compare__col.is-recommended {
  background: rgba(158, 82, 51, 0.07);
  box-shadow: inset 3px 0 0 #9E5233;
}

.pa-commercial-compare__row span[role="rowheader"] {
  font-weight: 700;
  color: #1B3D2F;
  background: rgba(244, 241, 234, 0.5);
}

.pa-commercial-compare__row span.is-yes {
  font-weight: 600;
  color: #1B3D2F;
  background: rgba(158, 82, 51, 0.05);
}

@media (max-width: 760px) {
  .pa-commercial-compare__head {
    display: none;
  }
  .pa-commercial-compare__row {
    grid-template-columns: 1fr;
  }
  .pa-commercial-compare__row span[role="cell"]:first-of-type::before {
    content: 'Lease — ';
    font-weight: 700;
    color: #9E5233;
  }
  .pa-commercial-compare__row span[role="cell"]:last-of-type::before {
    content: 'Purchase — ';
    font-weight: 700;
    color: rgba(15, 36, 28, 0.55);
  }
  .pa-commercial-compare__row span + span {
    border-top: 1px dashed rgba(27, 61, 47, 0.14);
  }
}

/* ---- 7. Timeline: number circle only, no competing top rule ---- */
#page-container .pa-commercial-timeline li {
  border-top: 1px solid rgba(27, 61, 47, 0.1) !important;
}

/* ---- 8. Inventory teaser cards: fixed rows so the count never drifts ---- */
.pa-commercial-cat-card__body {
  display: grid !important;
  grid-template-rows: auto auto 1fr;
  row-gap: 0.3rem;
}

.pa-commercial-cat-card__body strong {
  margin-bottom: 0 !important;
  align-self: start;
}

.pa-commercial-cat-card__count {
  margin-bottom: 0 !important;
}

/* ---- 9. Gallery: filters, cards, captions ---- */
.pa-commercial-gal {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  padding-bottom: clamp(2rem, 4vw, 3rem);
}

.pa-commercial-gal__filters {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  padding-bottom: 0.5rem;
}

.pa-commercial-filter {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.5rem 0.85rem;
  background: transparent;
  border: 1px solid rgba(27, 61, 47, 0.2);
  font-family: var(--pa-font-body, 'Outfit', sans-serif);
  font-size: 0.875rem;
  font-weight: 600;
  color: rgba(15, 36, 28, 0.72);
  cursor: pointer;
  transition: background .18s ease, color .18s ease, border-color .18s ease;
}

.pa-commercial-filter span {
  font-size: 0.75rem;
  font-weight: 700;
  color: rgba(15, 36, 28, 0.45);
}

.pa-commercial-filter:hover {
  border-color: #1B3D2F;
  color: #1B3D2F;
}

.pa-commercial-filter.is-active {
  background: #1B3D2F;
  border-color: #1B3D2F;
  color: #F4F1EA;
}

.pa-commercial-filter.is-active span {
  color: rgba(244, 241, 234, 0.7);
}

.pa-commercial-gal__item {
  position: relative;
  display: block;
  padding: 0;
  border: 0;
  background: #E7E1D4;
  overflow: hidden;
  cursor: zoom-in;
}

.pa-commercial-gal__item.is-feature {
  grid-column: span 2;
  grid-row: span 2;
}

.pa-commercial-gal__item img {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  transition: transform .5s ease;
}

.pa-commercial-gal__item.is-feature img {
  aspect-ratio: 1 / 1;
}

.pa-commercial-gal__item:hover img {
  transform: scale(1.04);
}

.pa-commercial-gal__item[hidden] {
  display: none;
}

.pa-commercial-gal__meta {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1.75rem 0.9rem 0.8rem;
  text-align: left;
  background: linear-gradient(180deg, rgba(15, 36, 28, 0) 0%, rgba(15, 36, 28, 0.85) 65%);
  color: #F4F1EA;
  font-family: var(--pa-font-body, 'Outfit', sans-serif);
}

.pa-commercial-gal__meta strong {
  display: block;
  font-size: 0.9375rem;
  font-weight: 700;
}

.pa-commercial-gal__meta span {
  display: block;
  font-size: 0.8125rem;
  color: rgba(244, 241, 234, 0.78);
}

.pa-commercial-gal__zoom {
  position: absolute;
  top: 0.6rem;
  right: 0.6rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(15, 36, 28, 0.55);
  color: #F4F1EA;
  opacity: 0;
  transition: opacity .2s ease;
}

.pa-commercial-gal__item:hover .pa-commercial-gal__zoom,
.pa-commercial-gal__item:focus-visible .pa-commercial-gal__zoom {
  opacity: 1;
}

.pa-commercial-gal__empty {
  grid-column: 1 / -1;
  font-family: var(--pa-font-body, 'Outfit', sans-serif);
  color: rgba(15, 36, 28, 0.7);
}

@media (max-width: 900px) {
  .pa-commercial-gal {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .pa-commercial-gal__item.is-feature {
    grid-column: span 2;
    grid-row: auto;
  }
  .pa-commercial-gal__item.is-feature img {
    aspect-ratio: 4 / 3;
  }
}

@media (max-width: 560px) {
  .pa-commercial-gal {
    grid-template-columns: 1fr;
  }
  .pa-commercial-gal__item.is-feature {
    grid-column: auto;
  }
}

/* ---- 10. Lightbox ---- */
.pa-lightbox {
  position: fixed;
  inset: 0;
  z-index: 100000;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: clamp(1rem, 4vw, 3rem);
  background: rgba(9, 21, 16, 0.94);
}

.pa-lightbox[hidden] {
  display: none;
}

.pa-lightbox__figure {
  margin: 0;
  max-width: min(1100px, 92vw);
  max-height: 86vh;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.pa-lightbox__figure img {
  display: block;
  max-width: 100%;
  max-height: 78vh;
  width: auto;
  height: auto;
  margin: 0 auto;
  object-fit: contain;
  border-radius: 12px;
}

.pa-lightbox__figure figcaption {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
  font-family: var(--pa-font-body, 'Outfit', sans-serif);
  font-size: 0.9375rem;
  color: rgba(244, 241, 234, 0.85);
}

.pa-lightbox__counter {
  font-size: 0.8125rem;
  color: rgba(244, 241, 234, 0.55);
  white-space: nowrap;
}

.pa-lightbox__close,
.pa-lightbox__nav {
  flex: 0 0 auto;
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(244, 241, 234, 0.1);
  border: 1px solid rgba(244, 241, 234, 0.25);
  border-radius: 50%;
  color: #F4F1EA;
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
  transition: background .18s ease;
}

.pa-lightbox__close:hover,
.pa-lightbox__nav:hover {
  background: rgba(244, 241, 234, 0.22);
}

.pa-lightbox__close {
  position: absolute;
  top: clamp(0.75rem, 2vw, 1.5rem);
  right: clamp(0.75rem, 2vw, 1.5rem);
}

@media (max-width: 620px) {
  .pa-lightbox__nav {
    position: absolute;
    bottom: 1rem;
  }
  .pa-lightbox__nav--prev {
    left: 1rem;
  }
  .pa-lightbox__nav--next {
    right: 1rem;
  }
}

/* ---- 11. Inventory: chips, full grids, specs ---- */
.pa-commercial-chips {
  position: sticky;
  top: 56px;
  z-index: 80;
  background: rgba(244, 241, 234, 0.95);
  backdrop-filter: blur(8px);
  border-top: 1px solid rgba(27, 61, 47, 0.08);
  border-bottom: 1px solid rgba(27, 61, 47, 0.12);
}

.pa-commercial-chips__inner {
  display: flex;
  gap: 0.5rem;
  padding: 0.6rem 0;
  overflow-x: auto;
  scrollbar-width: none;
}

.pa-commercial-chips__inner::-webkit-scrollbar {
  display: none;
}

.pa-commercial-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.45rem 0.8rem;
  white-space: nowrap;
  border: 1px solid rgba(27, 61, 47, 0.2);
  font-family: var(--pa-font-body, 'Outfit', sans-serif);
  font-size: 0.875rem;
  font-weight: 600;
  color: rgba(15, 36, 28, 0.75) !important;
  text-decoration: none !important;
  background: #FFFFFF;
}

.pa-commercial-chip span {
  font-size: 0.75rem;
  font-weight: 700;
  color: rgba(15, 36, 28, 0.45);
}

.pa-commercial-chip:hover,
.pa-commercial-chip.is-active {
  background: #1B3D2F;
  border-color: #1B3D2F;
  color: #F4F1EA !important;
}

.pa-commercial-chip:hover span,
.pa-commercial-chip.is-active span {
  color: rgba(244, 241, 234, 0.7);
}

.pa-commercial-inv {
  padding: clamp(2rem, 4vw, 3rem) 0 0;
  scroll-margin-top: 120px;
}

.pa-commercial-inv__head {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.35rem 1rem;
  padding-bottom: 1.15rem;
  margin-bottom: 1.35rem;
  border-bottom: 1px solid rgba(27, 61, 47, 0.12);
}

.pa-commercial-inv__head h2 {
  margin: 0;
  font-family: var(--pa-font-display, Fraunces, Georgia, serif);
  font-size: clamp(1.4rem, 3vw, 1.9rem);
  font-weight: 600;
  color: #1B3D2F;
}

.pa-commercial-inv__head p {
  margin: 0;
  font-family: var(--pa-font-body, 'Outfit', sans-serif);
  font-size: 0.9375rem;
  color: rgba(15, 36, 28, 0.7);
}

.pa-commercial-inv__count {
  font-weight: 700;
  color: #9E5233;
  white-space: nowrap;
}

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

.pa-commercial-inv-card {
  display: flex;
  flex-direction: column;
  background: #FFFFFF;
  border: 1px solid rgba(27, 61, 47, 0.1);
  overflow: hidden;
}

.pa-commercial-inv-card__media {
  background: #F8F6F1;
  padding: 0.5rem;
}

.pa-commercial-inv-card__media img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.pa-commercial-inv-card h3 {
  margin: 0.85rem 0.85rem 0.5rem;
  font-family: var(--pa-font-body, 'Outfit', sans-serif);
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.3;
  color: #1B3D2F;
}

.pa-commercial-inv-card__specs {
  margin: auto 0.85rem 0.9rem;
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

.pa-commercial-inv-card__specs > div {
  display: flex;
  gap: 0.4rem;
  font-family: var(--pa-font-body, 'Outfit', sans-serif);
  font-size: 0.75rem;
  line-height: 1.35;
}

.pa-commercial-inv-card__specs dt {
  flex: 0 0 2.6rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: rgba(15, 36, 28, 0.45);
}

.pa-commercial-inv-card__specs dd {
  margin: 0;
  color: rgba(15, 36, 28, 0.78);
}

@media (max-width: 1080px) {
  .pa-commercial-inv__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 860px) {
  .pa-commercial-inv__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  .pa-commercial-inv__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .pa-commercial-chips {
    top: 52px;
  }
}

.pa-commercial-inv-foot {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: clamp(2rem, 4vw, 3rem);
  padding: 1.5rem;
  background: #F4F1EA;
  border-left: 3px solid #9E5233;
}

.pa-commercial-inv-foot p {
  margin: 0;
  max-width: 44rem;
  font-family: var(--pa-font-body, 'Outfit', sans-serif);
  font-size: 1rem;
  line-height: 1.55;
  color: rgba(15, 36, 28, 0.8);
}

/* ---- 12. Back to top ---- */
.pa-to-top {
  position: fixed;
  right: 1rem;
  bottom: 5.5rem;
  z-index: 95;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 0.1rem;
  width: 48px;
  height: 48px;
  justify-content: center;
  background: #1B3D2F;
  color: #F4F1EA;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 8px 20px rgba(15, 36, 28, 0.25);
}

.pa-to-top[hidden] {
  display: none;
}

.pa-to-top span {
  font-family: var(--pa-font-body, 'Outfit', sans-serif);
  font-size: 0.5625rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* Sticky offsets: the site header is fixed at 77px on desktop */
.pa-commercial-tabs {
  top: 77px;
}

.pa-commercial-chips {
  top: 133px;
}

.pa-commercial-inv {
  scroll-margin-top: 200px;
}

@media (max-width: 980px) {
  .pa-commercial-tabs {
    top: 60px;
  }
  .pa-commercial-chips {
    top: 112px;
  }
  .pa-commercial-inv {
    scroll-margin-top: 176px;
  }
}

@media (max-width: 680px) {
  .pa-commercial-tabs__inner {
    min-height: 48px;
  }
  .pa-commercial-chips {
    top: 108px;
  }
}

/* The tab bar is chrome, not a section: no section rhythm, no row padding */
.pa-commercial-tabs-sec,
.pa-commercial-tabs-sec .et_pb_row,
.pa-commercial-tabs-sec .et_pb_column,
.pa-commercial-tabs-sec .et_pb_module {
  padding: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.pa-commercial-tabs-sec .et_pb_row {
  width: 100% !important;
  max-width: none !important;
}

/* Divi sections clip position:sticky, so the bars are pinned instead */
.pa-commercial-tabs {
  position: fixed !important;
  top: 77px;
  left: 0;
  right: 0;
}

.pa-commercial-tabs-sec {
  min-height: 57px;
}

.pa-commercial-chips {
  position: static;
}

.pa-commercial-chips.is-pinned {
  position: fixed;
  top: 133px;
  left: 0;
  right: 0;
}

.pa-commercial-chips-spacer {
  display: none;
}

.pa-commercial-chips-spacer.is-active {
  display: block;
}

@media (max-width: 980px) {
  .pa-commercial-tabs {
    top: 60px;
  }
  .pa-commercial-chips.is-pinned {
    top: 112px;
  }
}

@media (max-width: 680px) {
  .pa-commercial-tabs-sec {
    min-height: 49px;
  }
  .pa-commercial-chips.is-pinned {
    top: 108px;
  }
}

/* Divi's h3 styling wins on specificity, so the item name is set explicitly */
#page-container .pa-commercial-inv-card h3 {
  font-family: var(--pa-font-body, 'Outfit', sans-serif) !important;
  font-size: 0.9375rem !important;
  font-weight: 700 !important;
  line-height: 1.3 !important;
  letter-spacing: 0 !important;
  color: #1B3D2F !important;
  padding: 0 !important;
}

#page-container .pa-commercial-inv__head h2 {
  font-size: clamp(1.4rem, 3vw, 1.9rem) !important;
  padding-bottom: 0 !important;
}

/* Tiles are links so they still open the photo if the lightbox script fails */
#page-container a.pa-commercial-gal__item,
#page-container a.pa-commercial-gal__item:hover {
  text-decoration: none !important;
  color: inherit !important;
}

.pa-commercial-gal__item:focus-visible {
  outline: 3px solid #9E5233;
  outline-offset: 2px;
}

/* Content must never depend on the reveal script to be visible */
#page-container .pa-reveal,
#page-container .pa-commercial-service-card,
#page-container .pa-commercial-trust-item,
#page-container .pa-commercial-stat,
#page-container .pa-commercial-work-card,
#page-container .pa-commercial-cat-card,
#page-container .pa-commercial-form-card,
#page-container .pa-commercial-aside,
#page-container .pa-commercial-gal__item,
#page-container .pa-commercial-inv-card {
  opacity: 1 !important;
  transform: none !important;
}

#page-container .pa-commercial-quote-factors h3 {
  font-family: var(--pa-font-display, Fraunces, Georgia, serif) !important;
  font-size: 1.15rem !important;
  font-weight: 600 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  color: #1B3D2F !important;
  margin: 0 0 0.6rem !important;
  padding: 0 !important;
}

.pa-commercial-quote-factors {
  margin-top: clamp(1.5rem, 3vw, 2.25rem);
  padding: 1.4rem 1.5rem;
  background: #FFFFFF;
  border-left: 3px solid #9E5233;
}

.pa-commercial-quote-factors__note {
  margin-bottom: 0;
  font-weight: 600;
  color: #1B3D2F;
}

/* Bar offsets come from the measured header height (see syncBarOffsets) */
#page-container .pa-commercial-tabs,
.pa-commercial-tabs {
  top: var(--pa-header-h, 77px) !important;
}

.pa-commercial-chips.is-pinned {
  top: calc(var(--pa-header-h, 77px) + var(--pa-tab-h, 57px)) !important;
}

.pa-commercial-inv {
  scroll-margin-top: calc(var(--pa-header-h, 77px) + var(--pa-tab-h, 57px) + 52px);
}

/* One marker per step: the numeral sits inline with the timing label */
#page-container .pa-commercial-timeline li::before {
  display: none !important;
}

.pa-commercial-timeline li {
  counter-increment: pa-step;
}

.pa-commercial-timeline__when::before {
  content: counter(pa-step) '  ';
  font-variant-numeric: tabular-nums;
  color: rgba(15, 36, 28, 0.35);
}

/* Pinned bars must be opaque: page content scrolls underneath them */
#page-container .pa-commercial-tabs,
.pa-commercial-tabs {
  background: #FFFFFF !important;
  backdrop-filter: none !important;
  box-shadow: 0 1px 0 rgba(27, 61, 47, 0.12);
}

#page-container .pa-commercial-tabs.is-stuck,
.pa-commercial-tabs.is-stuck {
  box-shadow: 0 6px 18px rgba(15, 36, 28, 0.09);
}

#page-container .pa-commercial-chips.is-pinned,
.pa-commercial-chips.is-pinned {
  background: #F4F1EA !important;
  backdrop-filter: none !important;
  box-shadow: 0 6px 18px rgba(15, 36, 28, 0.08);
}

/* Later Divi sections paint over the fixed bar unless it is lifted explicitly.
   Kept below the site header, which sits at 99999. */
#page-container .pa-commercial-tabs-sec {
  position: relative;
  z-index: 9000;
}

#page-container .pa-commercial-tabs,
.pa-commercial-tabs {
  z-index: 9000 !important;
}

#page-container .pa-commercial-chips.is-pinned,
.pa-commercial-chips.is-pinned {
  z-index: 8900 !important;
}

#page-container .pa-commercial-inv-hero {
  position: relative;
  z-index: 8900;
}

/* Hero: the text link sits on the same baseline as the button, not stretched */
#page-container .pa-commercial-hero-actions {
  align-items: center;
  gap: 1.15rem;
}

#page-container .pa-commercial-hero-link {
  display: inline-flex;
  align-items: center;
  align-self: center;
  height: auto;
  line-height: 1.2;
  padding: 0;
  border-bottom: 1px solid rgba(27, 61, 47, 0.35);
}

/* Form: stack before the paired fields get too narrow to read */
@media (max-width: 900px) {
  .pa-commercial-form-layout {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .pa-commercial-aside {
    position: static;
  }
}

@media (max-width: 640px) {
  .pa-commercial-row {
    grid-template-columns: 1fr;
    gap: 0;
  }

  #page-container .pa-commercial-form .et_pb_button,
  #page-container .pa-commercial-form .pa-btn-primary {
    width: 100%;
    text-align: center;
    white-space: nowrap;
  }
}

#page-container .pa-commercial-form .et_pb_button,
#page-container .pa-commercial-form .pa-btn-primary {
  white-space: nowrap;
}

#page-container .pa-commercial-form-card h3,
#page-container .pa-commercial-aside h3 {
  font-family: var(--pa-font-display, Fraunces, Georgia, serif) !important;
  font-size: 1.4rem !important;
  font-weight: 600 !important;
  line-height: 1.25 !important;
  letter-spacing: 0 !important;
  color: #1B3D2F !important;
  margin: 0 0 0.5rem !important;
  padding: 0 !important;
}

/* Keep the quote form heading clear of the pinned header + tabs */
#pa-commercial-form,
.pa-commercial-inline-form {
  scroll-margin-top: calc(var(--pa-header-h, 77px) + var(--pa-tab-h, 57px) + 16px);
}

/* ---- Testimonials (replaces the client-name pills) ---- */
.pa-commercial-quotes {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin: 0 0 2.25rem;
  padding: 0 0 2.25rem;
  border-bottom: 1px solid rgba(244, 241, 234, 0.16);
}

.pa-commercial-quote {
  margin: 0;
  display: flex;
  flex-direction: column;
  padding: 1.35rem 1.3rem 1.4rem;
  background: rgba(244, 241, 234, 0.06);
  border: 1px solid rgba(244, 241, 234, 0.16);
  border-left: 2px solid rgba(244, 241, 234, 0.55);
}

.pa-commercial-quote blockquote {
  margin: 0 0 1.1rem;
  font-family: var(--pa-font-display, Fraunces, Georgia, serif);
  font-size: 1.05rem;
  font-weight: 500;
  line-height: 1.45;
  color: #F4F1EA;
}

.pa-commercial-quote blockquote::before {
  content: "\201C";
  display: block;
  margin-bottom: 0.35rem;
  font-size: 1.6rem;
  line-height: 1;
  color: rgba(244, 241, 234, 0.45);
}

.pa-commercial-quote figcaption {
  margin-top: auto;
  font-family: var(--pa-font-body, 'Outfit', sans-serif);
  font-size: 0.8125rem;
  font-weight: 700;
  color: rgba(244, 241, 234, 0.88);
}

.pa-commercial-quote figcaption span {
  display: block;
  margin-top: 0.15rem;
  font-weight: 500;
  color: rgba(244, 241, 234, 0.55);
}

@media (max-width: 860px) {
  .pa-commercial-quotes {
    grid-template-columns: 1fr;
  }
}

/* ---- Holiday page ---- */
.pa-holiday-head {
  max-width: 46rem;
}

.pa-holiday-head .pa-commercial-hero-facts a {
  color: #1B3D2F !important;
}

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

.pa-holiday-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: #FFFFFF;
  border: 1px solid rgba(27, 61, 47, 0.1);
  border-radius: 12px;
}

.pa-holiday-card__media img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.pa-holiday-card__body {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  padding: 1.25rem 1.3rem 1.4rem;
}

.pa-holiday-card__size {
  margin: 0 0 0.35rem;
  font-family: var(--pa-font-body, 'Outfit', sans-serif);
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #9E5233;
}

#page-container .pa-holiday-card h3 {
  margin: 0 0 0.45rem;
  font-family: var(--pa-font-display, Fraunces, Georgia, serif) !important;
  font-size: 1.25rem !important;
  font-weight: 600 !important;
  color: #1B3D2F !important;
  padding: 0 !important;
}

.pa-holiday-card p {
  margin: 0;
  font-family: var(--pa-font-body, 'Outfit', sans-serif);
  font-size: 0.9375rem;
  line-height: 1.5;
  color: rgba(15, 36, 28, 0.75);
}

.pa-holiday-card--wide {
  grid-column: 1 / -1;
}

.pa-holiday-swatches {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  list-style: none;
  margin: 0.9rem 0 0;
  padding: 0;
}

.pa-holiday-swatches li {
  padding: 0.3rem 0.7rem;
  border: 1px solid rgba(27, 61, 47, 0.16);
  font-family: var(--pa-font-body, 'Outfit', sans-serif);
  font-size: 0.8125rem;
  font-weight: 600;
  color: #1B3D2F;
}

.pa-holiday-themes {
  margin-top: clamp(1.75rem, 3vw, 2.5rem);
  padding: 1.4rem 1.5rem;
  background: #F4F1EA;
  border-left: 3px solid #9E5233;
}

#page-container .pa-holiday-themes h3 {
  margin: 0 0 0.35rem;
  font-family: var(--pa-font-display, Fraunces, Georgia, serif) !important;
  font-size: 1.25rem !important;
  color: #1B3D2F !important;
  padding: 0 !important;
}

.pa-holiday-themes p {
  margin: 0 0 0.85rem;
  font-family: var(--pa-font-body, 'Outfit', sans-serif);
  color: rgba(15, 36, 28, 0.75);
}

.pa-holiday-theme-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.pa-holiday-theme-pills li {
  padding: 0.4rem 0.8rem;
  background: #FFFFFF;
  border: 1px solid rgba(27, 61, 47, 0.16);
  font-family: var(--pa-font-body, 'Outfit', sans-serif);
  font-size: 0.875rem;
  font-weight: 600;
  color: #1B3D2F;
}

.pa-holiday-price {
  border: 1px solid rgba(27, 61, 47, 0.12);
  overflow: hidden;
  background: #FFFFFF;
  border-radius: 8px;
}

.pa-holiday-price__head,
.pa-holiday-price__row {
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) repeat(3, minmax(0, 0.8fr));
}

.pa-holiday-price__head {
  background: #F4F1EA;
}

.pa-holiday-price__head span,
.pa-holiday-price__row span {
  padding: 0.85rem 1rem;
  font-family: var(--pa-font-body, 'Outfit', sans-serif);
  font-size: 0.9375rem;
  line-height: 1.4;
  color: rgba(15, 36, 28, 0.8);
}

.pa-holiday-price__head span {
  font-weight: 700;
  color: #1B3D2F;
}

.pa-holiday-price__row {
  border-top: 1px solid rgba(27, 61, 47, 0.1);
}

.pa-holiday-price__row span[role="rowheader"] {
  font-weight: 700;
  color: #1B3D2F;
  background: rgba(244, 241, 234, 0.45);
}

.pa-holiday-price__note {
  display: block;
  font-weight: 500;
  color: rgba(15, 36, 28, 0.55);
}

.pa-holiday-price__row--split {
  grid-template-columns: minmax(0, 1.6fr) minmax(0, 2.4fr);
}

.pa-holiday-price__span {
  font-weight: 600;
  color: #1B3D2F;
}

.pa-holiday-price-foot,
.pa-holiday-price-contact {
  margin: 0.85rem 0 0;
  font-family: var(--pa-font-body, 'Outfit', sans-serif);
  font-size: 0.875rem;
  color: rgba(15, 36, 28, 0.7);
}

.pa-holiday-price-contact {
  font-weight: 600;
  color: #1B3D2F;
}

@media (max-width: 720px) {
  .pa-holiday-grid {
    grid-template-columns: 1fr;
  }
  .pa-holiday-card--wide {
    grid-column: auto;
  }
  .pa-holiday-price__head {
    display: none;
  }
  .pa-holiday-price__row {
    grid-template-columns: 1fr;
  }
  .pa-holiday-price__row span[role="cell"]:nth-of-type(2)::before { content: '3-year — '; font-weight: 700; color: #9E5233; }
  .pa-holiday-price__row span[role="cell"]:nth-of-type(3)::before { content: '2-year — '; font-weight: 700; color: rgba(15, 36, 28, 0.55); }
  .pa-holiday-price__row span[role="cell"]:nth-of-type(4)::before { content: '1-year — '; font-weight: 700; color: rgba(15, 36, 28, 0.55); }
  .pa-holiday-price__row--split {
    grid-template-columns: 1fr;
  }
}

/* Holiday chips: kill Divi list markers and make them read as palettes */
#page-container .pa-holiday-theme-pills,
#page-container .pa-holiday-swatches {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

#page-container .pa-holiday-theme-pills li,
#page-container .pa-holiday-swatches li {
  list-style: none !important;
  margin: 0 !important;
}

#page-container .pa-holiday-theme-pills li::before,
#page-container .pa-holiday-theme-pills li::after,
#page-container .pa-holiday-swatches li::before,
#page-container .pa-holiday-swatches li::after {
  content: none !important;
  display: none !important;
}

.pa-holiday-theme-pills,
.pa-holiday-swatches {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.pa-holiday-theme-pills li,
.pa-holiday-swatches li {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.45rem 0.85rem 0.45rem 0.65rem;
  background: #FFFFFF;
  border: 1px solid rgba(27, 61, 47, 0.14);
  border-radius: 8px;
  font-family: var(--pa-font-body, 'Outfit', sans-serif);
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1;
  color: #1B3D2F;
}

.pa-theme-dots {
  display: inline-flex;
  align-items: center;
}

.pa-theme-dots .pa-swatch + .pa-swatch {
  margin-left: -4px;
}

.pa-swatch {
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 1px solid rgba(15, 36, 28, 0.18);
  box-sizing: border-box;
}

.pa-swatch--red { background: #9B2D2D; }
.pa-swatch--white { background: #F8F6F1; }
.pa-swatch--marbled { background: linear-gradient(135deg, #F4F1EA 40%, #C45C6A 40%, #C45C6A 70%, #F4F1EA 70%); }
.pa-swatch--pink { background: #D48A9A; }
.pa-swatch--forest { background: #1B3D2F; }
.pa-swatch--rust { background: #9E5233; }
.pa-swatch--gold { background: #C4A15A; }
.pa-swatch--cream { background: #F4F1EA; }
.pa-swatch--silver { background: #C8C4BA; }


/* Theme examples: static labels, not clickable chips */
#page-container .pa-holiday-theme-pills {
  gap: 1.1rem 1.4rem;
}

#page-container .pa-holiday-theme-pills li,
#page-container .pa-holiday-theme-pills li:hover,
#page-container .pa-holiday-theme-pills li:focus,
#page-container .pa-holiday-theme-pills li:active {
  display: inline-flex;
  align-items: center;
  gap: 0.2rem;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
  border-radius: 0;
  box-shadow: none !important;
  transform: none !important;
  cursor: default;
  pointer-events: none;
}

#page-container .pa-holiday-theme-pills .pa-theme-dots {
  display: inline-flex;
  align-items: center;
}

/* Winter white: warmer cream + cool gray with a darker ring */
#page-container .pa-swatch--cream {
  background: #E4C48A;
  border-color: rgba(92, 64, 20, 0.5);
}

#page-container .pa-swatch--silver {
  background: #8E96A0;
  border-color: rgba(15, 36, 28, 0.55);
}

/* Controls keep a tighter radius than cards */
#page-container .pa-commercial-tab,
#page-container .pa-commercial-chip,
#page-container .pa-commercial-filter,
#page-container .pa-commercial-cat-nav a {
  border-radius: 8px !important;
}
