.ocf-authority { background: var(--ocf-bg); }
.ocf-authority__header { max-width: 780px; margin-bottom: clamp(2rem, 5vw, 4rem); }
.ocf-authority__header h2, .ocf-authority h3, .ocf-authority h4 { color: var(--ocf-heading); font-family: var(--ocf-font-heading), system-ui, sans-serif; }
.ocf-authority__header h2 { margin: 0; }
.ocf-authority__intro { max-width: 68ch; margin: 1rem 0 0; }
.ocf-authority__block { padding-block: clamp(2.75rem, 6vw, 5rem); border-top: 1px solid var(--ocf-border-light); }
.ocf-authority__block--alt { padding-inline: clamp(1.25rem, 4vw, 3rem); margin-inline: calc(var(--container-pad) * -1); background: var(--ocf-bg-alt); }
.ocf-authority__block > h3, .ocf-authority__split h3, .ocf-authority__footer h3 { margin: 0 0 1rem; font-size: clamp(1.5rem, 2.5vw, 2rem); line-height: 1.18; }
.ocf-authority__split { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(280px, .8fr); gap: clamp(1.5rem, 5vw, 4rem); align-items: start; }
.ocf-authority__split p { margin: 0 0 1rem; }
.ocf-authority a:not(.btn-primary) { color: var(--ocf-primary); text-decoration: underline; text-underline-offset: .14em; }
.ocf-authority__callout { padding: 1.35rem; border-left: 4px solid var(--ocf-primary); background: color-mix(in srgb, var(--ocf-primary) 7%, var(--ocf-bg-alt)); }
.ocf-authority__callout strong { color: var(--ocf-heading); }
.ocf-authority__callout p { margin: .5rem 0 0; font-size: var(--font-label-size); }
.ocf-authority__signs, .ocf-authority__causes { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1rem; }
.ocf-authority__signs article, .ocf-authority__causes article { padding: 1.25rem; border: 1px solid var(--ocf-border-light); background: var(--ocf-bg); }
.ocf-authority__signs span { display: inline-flex; margin-bottom: .85rem; color: var(--ocf-primary); font-size: .85rem; font-weight: 800; }
.ocf-authority h4 { margin: 0 0 .45rem; font-size: 1.05rem; line-height: 1.25; }
.ocf-authority__signs p, .ocf-authority__causes p { margin: 0; font-size: var(--font-label-size); line-height: 1.55; }
.ocf-authority__service-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
.ocf-authority__service-grid a { display: grid; gap: .45rem; padding: 1.3rem; border: 1px solid var(--ocf-border-light); background: var(--ocf-bg); text-decoration: none !important; transition: border-color var(--duration) var(--ease), transform var(--duration) var(--ease); }
.ocf-authority__service-grid a:hover { border-color: var(--ocf-primary); transform: translateY(-2px); }
.ocf-authority__service-grid strong { color: var(--ocf-heading); font-family: var(--ocf-font-heading), system-ui, sans-serif; }
.ocf-authority__service-grid span { color: var(--ocf-body); font-size: var(--font-label-size); line-height: 1.5; }
.ocf-authority__process { display: grid; gap: .9rem; padding: 0; margin: 0; list-style: none; counter-reset: lift; }
.ocf-authority__process li { display: grid; grid-template-columns: 2.4rem 1fr; gap: .75rem; align-items: start; }
.ocf-authority__process li::before { counter-increment: lift; content: counter(lift); display: grid; width: 2.1rem; aspect-ratio: 1; place-items: center; border-radius: 50%; background: var(--ocf-primary); color: var(--ocf-heading-alt); font-size: .85rem; font-weight: 800; }
.ocf-authority__process strong { display: block; color: var(--ocf-heading); }
.ocf-authority__process span { display: block; font-size: var(--font-label-size); line-height: 1.45; }
.ocf-authority__table-wrap { overflow-x: auto; }
.ocf-authority__table { width: 100%; min-width: 680px; border-collapse: collapse; background: var(--ocf-bg); font-size: var(--font-label-size); }
.ocf-authority__table th, .ocf-authority__table td { padding: 1rem; border: 1px solid var(--ocf-border-light); text-align: left; vertical-align: top; line-height: 1.5; }
.ocf-authority__table thead th { background: color-mix(in srgb, var(--ocf-primary) 8%, var(--ocf-bg)); color: var(--ocf-heading); }
.ocf-authority__table tbody th { color: var(--ocf-heading); }
.ocf-authority__note { margin: 1rem 0 0; font-size: var(--font-label-size); }
.ocf-authority__footer { display: flex; justify-content: space-between; gap: 2rem; align-items: end; padding-top: clamp(2.75rem, 6vw, 5rem); border-top: 1px solid var(--ocf-border-light); }
.ocf-authority__footer > div { max-width: 760px; }
.ocf-authority__footer p { margin: 0; }
@media (max-width: 900px) { .ocf-authority__signs, .ocf-authority__causes { grid-template-columns: repeat(2, minmax(0, 1fr)); } .ocf-authority__service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 700px) { .ocf-authority__split { grid-template-columns: 1fr; } .ocf-authority__block--alt { margin-inline: -1rem; } .ocf-authority__signs, .ocf-authority__causes, .ocf-authority__service-grid { grid-template-columns: 1fr; } .ocf-authority__footer { display: grid; align-items: start; } .ocf-authority__footer .btn-primary { width: fit-content; } }

/* OCF_AGENT_BLOCK:homepage-authority-v1 START */
.ocf-authority__methods,
.ocf-authority__benefits {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 2rem;
}
.ocf-authority__methods a,
.ocf-authority__benefits article {
  display: grid;
  gap: .45rem;
  padding: 1.2rem;
  border: 1px solid var(--ocf-border-light);
  background: var(--ocf-bg);
}
.ocf-authority__methods a {
  text-decoration: none !important;
  transition: border-color var(--duration) var(--ease), transform var(--duration) var(--ease);
}
.ocf-authority__methods a:hover {
  border-color: var(--ocf-primary);
  transform: translateY(-2px);
}
.ocf-authority__methods strong,
.ocf-authority__benefits h4 {
  color: var(--ocf-heading);
  font-family: var(--ocf-font-heading), system-ui, sans-serif;
}
.ocf-authority__methods span,
.ocf-authority__benefits p {
  margin: 0;
  color: var(--ocf-body);
  font-size: var(--font-label-size);
  line-height: 1.5;
}
.ocf-authority__areas { margin-top: 1rem !important; font-size: var(--font-label-size); }
@media (max-width: 900px) {
  .ocf-authority__methods,
  .ocf-authority__benefits { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 700px) {
  .ocf-authority__methods,
  .ocf-authority__benefits { grid-template-columns: 1fr; }
}
/* OCF_AGENT_BLOCK:homepage-authority-v1 END */

/* OCF_AGENT_BLOCK:expanded-concrete-sinks-section START */
.ocf-authority__cause-intro {
  max-width: 72ch;
  margin: 0 0 1.5rem;
}
.ocf-authority__causes {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-bottom: 2rem;
}
.ocf-authority__cause-table a {
  font-weight: 600;
}
@media (max-width: 900px) {
  .ocf-authority__causes { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 700px) {
  .ocf-authority__causes { grid-template-columns: 1fr; }
}
/* OCF_AGENT_BLOCK:expanded-concrete-sinks-section END */

/* OCF_AGENT_BLOCK:authority-component-split START */
.ocf-authority--part-first { padding-bottom: 0; }
.ocf-authority--part-last { padding-top: 0; }
/* OCF_AGENT_BLOCK:authority-component-split END */

/* OCF_AGENT_BLOCK:signs-visual-refinement START */
/* Signs to Watch For: local spacing and hierarchy refinement */
#signs.section-padding {
  padding-top: clamp(2.4rem, 4.2vw, 4rem);
}
#signs .ocf-authority__block {
  padding-block: clamp(2.15rem, 4vw, 3.5rem);
}
#signs .eyebrow {
  margin-bottom: .8rem;
  font-size: .8rem;
  font-weight: 800;
  letter-spacing: .13em;
}
#signs .ocf-authority__block > h3 {
  margin-bottom: clamp(1.75rem, 3vw, 2.5rem);
  font-size: clamp(1.6rem, 2.6vw, 2.1rem);
}
#signs .ocf-authority__signs {
  gap: clamp(1.15rem, 1.8vw, 1.5rem);
}
#signs .ocf-authority__signs article {
  padding: clamp(1.4rem, 2.3vw, 1.7rem);
  border-radius: var(--ocf-card-radius, var(--ocf-radius));
  box-shadow: 0 3px 10px rgba(24, 32, 51, .06);
}
#signs .ocf-authority__signs span {
  margin-bottom: 1rem;
  font-size: .9rem;
  font-weight: 900;
  letter-spacing: .08em;
}
#signs .ocf-authority__signs h4 {
  margin-bottom: .55rem;
  font-weight: 700;
}
@media (max-width: 700px) {
  #signs.section-padding {
    padding-top: clamp(2.5rem, 9vw, 3.25rem);
  }
  #signs .ocf-authority__block {
    padding-block: clamp(2rem, 8vw, 2.75rem);
  }
  #signs .ocf-authority__block > h3 {
    margin-bottom: 1.5rem;
  }
  #signs .ocf-authority__signs {
    gap: 1rem;
  }
}
/* OCF_AGENT_BLOCK:signs-visual-refinement END */

/* OCF_AGENT_BLOCK:signs-authority-section-gap START */
/* Tighten the handoff from Signs to Watch For into the Concrete Lifting Guide. */
#signs.section-padding {
  padding-bottom: clamp(1.75rem, 3vw, 2.75rem);
}
#concrete-lifting-guide.section-padding {
  padding-top: clamp(2.5rem, 4vw, 3.75rem);
}
@media (max-width: 700px) {
  #signs.section-padding {
    padding-bottom: 1.75rem;
  }
  #concrete-lifting-guide.section-padding {
    padding-top: 2.5rem;
  }
}
/* OCF_AGENT_BLOCK:signs-authority-section-gap END */

/* OCF_AGENT_BLOCK:foam-process-below-copy START */
/* Keep the foam-injection process directly beneath its introductory copy. */
.ocf-authority__split:has(.ocf-authority__process) {
  grid-template-columns: minmax(0, 1fr);
  gap: 2rem;
}
.ocf-authority__split:has(.ocf-authority__process) .ocf-authority__process {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  width: 100%;
  max-width: none;
  gap: clamp(1rem, 2vw, 1.75rem);
  margin-top: .25rem;
}
.ocf-authority__split:has(.ocf-authority__process) .ocf-authority__process li {
  grid-template-columns: 2.1rem minmax(0, 1fr);
  gap: .65rem;
}

@media (max-width: 900px) {
  .ocf-authority__split:has(.ocf-authority__process) .ocf-authority__process {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 700px) {
  .ocf-authority__split:has(.ocf-authority__process) {
    gap: 1.5rem;
  }
  .ocf-authority__split:has(.ocf-authority__process) .ocf-authority__process {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}
/* OCF_AGENT_BLOCK:foam-process-below-copy END */

/* OCF_AGENT_BLOCK:foam-process-text-alignment START */
/* Let each process description use the full width of its horizontal step column. */
.ocf-authority__split:has(.ocf-authority__process) .ocf-authority__process li > span {
  grid-column: 1 / -1;
  margin-top: .2rem;
  line-height: 1.55;
}
/* OCF_AGENT_BLOCK:foam-process-text-alignment END */

/* OCF_AGENT_BLOCK:hide-settlement-cause-table START */
/* Hide the settlement cause comparison table and its title within the authority guide. */
.ocf-authority__causes + h4,
.ocf-authority__cause-table {
  display: none;
}
/* OCF_AGENT_BLOCK:hide-settlement-cause-table END */

/* OCF_AGENT_BLOCK:settlement-causes-action-spacing START */
/* Give the action guidance a clearer visual break after the GTA settlement causes. */
.ocf-authority__causes {
  margin-bottom: clamp(3rem, 5vw, 4.25rem);
}
@media (max-width: 700px) {
  .ocf-authority__causes {
    margin-bottom: 2.75rem;
  }
}
/* OCF_AGENT_BLOCK:settlement-causes-action-spacing END */
