.ocf-pricing { background: var(--ocf-bg-alt); }
.ocf-pricing__header { max-width: 790px; margin-bottom: clamp(2.25rem, 5vw, 3.75rem); }
.ocf-pricing__header .heading-2 { max-width: 25ch; }
.ocf-pricing__intro { max-width: 72ch; margin: 1.1rem 0 0; }
.ocf-pricing__layout { display: grid; grid-template-columns: minmax(0, 1.65fr) minmax(17rem, 0.95fr); gap: clamp(2rem, 4.5vw, 4.5rem); align-items: start; }
.ocf-pricing__table-wrap { min-width: 0; }
.ocf-pricing__table { width: 100%; border-collapse: collapse; background: var(--ocf-bg); border: 1px solid var(--ocf-border); }
.ocf-pricing__table th, .ocf-pricing__table td { padding: 1.1rem 1.15rem; border: 1px solid var(--ocf-border); text-align: left; vertical-align: top; }
.ocf-pricing__table thead th { background: color-mix(in srgb, var(--ocf-primary) 9%, var(--ocf-bg)); color: var(--ocf-heading); font-size: 0.73rem; font-weight: 800; letter-spacing: 0.1em; line-height: 1.35; text-transform: uppercase; }
.ocf-pricing__table tbody th { width: 23%; color: var(--ocf-heading); font-family: var(--ocf-font-heading), serif; font-size: 1rem; font-weight: var(--font-weight-bold); line-height: 1.32; }
.ocf-pricing__table tbody td { color: var(--ocf-body); font-size: 0.9rem; line-height: 1.6; }
.ocf-pricing__table tbody td:nth-child(2) { width: 20%; color: var(--ocf-primary); font-weight: 800; white-space: nowrap; }
.ocf-pricing__disclaimer { margin: 1rem 0 0; color: var(--ocf-body); font-size: 0.8rem; font-style: italic; line-height: 1.6; }
.ocf-pricing__media { position: sticky; top: 1.5rem; margin: 0; min-height: 100%; overflow: hidden; border: 1px solid var(--ocf-border-light); border-radius: var(--image-radius); background: var(--ocf-bg); }
.ocf-pricing__media img { display: block; width: 100%; aspect-ratio: 4 / 5; object-fit: cover; }
.ocf-pricing__factors { max-width: 880px; margin-top: clamp(3rem, 6vw, 5rem); padding-top: clamp(2.25rem, 4vw, 3.5rem); border-top: 1px solid var(--ocf-border); }
.ocf-pricing__factors h3 { margin: 0; }
.ocf-pricing__factors p { max-width: 80ch; margin: 1rem 0 0; }
.ocf-pricing__cta { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; margin-top: clamp(2.5rem, 5vw, 4rem); padding: clamp(1.4rem, 3vw, 2.15rem); border-top: 1px solid var(--ocf-border); border-bottom: 1px solid var(--ocf-border); background: var(--ocf-bg); }
.ocf-pricing__cta > div { max-width: 620px; }
.ocf-pricing__cta-title { margin: 0; color: var(--ocf-heading); font-family: var(--ocf-font-heading), serif; font-size: 1.3rem; font-weight: var(--font-weight-bold); line-height: 1.25; }
.ocf-pricing__cta-title + p { margin: 0.4rem 0 0; color: var(--ocf-body); line-height: 1.6; }
.ocf-pricing__cta .btn-primary { flex: 0 0 auto; white-space: nowrap; }
@media (max-width: 900px) { .ocf-pricing__layout { grid-template-columns: 1fr; } .ocf-pricing__media { position: static; max-width: 38rem; } .ocf-pricing__media img { aspect-ratio: 16 / 9; } }
@media (max-width: 680px) { .ocf-pricing__table, .ocf-pricing__table tbody, .ocf-pricing__table tr, .ocf-pricing__table th, .ocf-pricing__table td { display: block; width: 100%; } .ocf-pricing__table { border: 0; background: transparent; } .ocf-pricing__table thead { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); clip-path: inset(50%); white-space: nowrap; } .ocf-pricing__table tr { margin-bottom: 1rem; border: 1px solid var(--ocf-border); background: var(--ocf-bg); } .ocf-pricing__table th, .ocf-pricing__table td { border: 0; border-bottom: 1px solid var(--ocf-border-light); } .ocf-pricing__table tbody th { padding-bottom: 0.85rem; background: color-mix(in srgb, var(--ocf-primary) 7%, var(--ocf-bg)); font-size: 1.05rem; } .ocf-pricing__table tbody td { padding-top: 0.85rem; } .ocf-pricing__table tbody td::before { display: block; margin-bottom: 0.3rem; color: var(--ocf-heading); content: attr(data-label); font-size: 0.68rem; font-weight: 800; letter-spacing: 0.1em; line-height: 1.35; text-transform: uppercase; } .ocf-pricing__table tbody td:last-child { border-bottom: 0; } .ocf-pricing__cta { align-items: flex-start; flex-direction: column; } .ocf-pricing__cta .btn-primary { width: 100%; justify-content: center; white-space: normal; } }

/* OCF_AGENT_BLOCK:pricing-secondary-craftsmanship-image START */
.ocf-pricing__layout {
  align-items: stretch;
}

.ocf-pricing__media {
  position: static;
  display: grid;
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.ocf-pricing__media-item {
  min-height: 0;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--ocf-border-light);
  border-radius: var(--image-radius);
  background: var(--ocf-bg);
}

.ocf-pricing__media-item:only-child {
  grid-row: 1 / -1;
}

.ocf-pricing__media-item img {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
  object-fit: cover;
}

@media (max-width: 900px) {
  .ocf-pricing__layout { align-items: start; }
  .ocf-pricing__media {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: none;
    max-width: none;
  }
  .ocf-pricing__media-item img { aspect-ratio: 4 / 3; }
}

@media (max-width: 680px) {
  .ocf-pricing__media { grid-template-columns: 1fr; }
  .ocf-pricing__media-item img { aspect-ratio: 16 / 9; }
}
/* OCF_AGENT_BLOCK:pricing-secondary-craftsmanship-image END */
